html {
  font-family: 'Graphik', sans-serif;
  font-weight: normal; }

button, textarea {
  font-family: 'Graphik', sans-serif;
  font-weight: normal; }

.container {
  max-width: 1140px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  width: 100%; }

.wrapper {
  max-width: 1920px;
  margin: 0 auto;
  margin-left: auto;
  margin-right: auto; }
  .wrapper.active {
    height: 100vh;
    position: fixed;
    width: 100%;
  overflow-y: auto;
  }

body {
  width: 100%; }
  body.active {
    overflow: hidden;
    position: fixed;
    height: 100vh; }

header {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  z-index: 8;
  background: #fff;
  /* background: green; */
  padding: 16px 0; }
  header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1920px; }
  header .left_cont {
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    header .left_cont .logo {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      margin-right: 30px; }
      header .left_cont .logo .mobile_logo{
        display: none;
      }
    header .add_listing {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      font-weight: 600;
      font-size: 16px;
      line-height: 20px;
      color: #fff;
      padding: 14px 36px;
      background: #ED0A0A;
      border: 1px solid #ED0A0A;
      white-space: nowrap;
      border-radius: 40px; }
      header .add_listing .img_h{
        margin-right: 10px;
      }
      header  .add_listing:hover {
        background: #cd3434; }
      header  .add_listing .mob_version {
        display: none; }
  header .right_cont {
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    header .right_cont .btns_list {
      display: flex;
      justify-content: flex-start;
      align-items: center; }
      header .right_cont .btns_list li {
        margin-right: 15px; }
        header .right_cont .btns_list li a {
          display: inline-flex;
          justify-content: flex-start;
          align-items: center;
          font-weight: 600;
          font-size: 16px;
          line-height: 20px;
          color: #2F2F2F; }
          header .right_cont .btns_list li a img, header .right_cont .btns_list li a svg {
            margin-right: 8px;
            transition: .3s; }
        header .right_cont .btns_list li.favourites a:hover {
          color: #ED0A0A; }
          header .right_cont .btns_list li.favourites a:hover svg path {
            stroke: #ED0A0A;
            fill: #ED0A0A; }
        header .right_cont .btns_list li.active a {
          color: #ED0A0A; }
          header .right_cont .btns_list li.active a svg path {
            stroke: #ED0A0A;
            fill: #ED0A0A; }
    header .right_cont .appartaments_info {
      display: none; }
  header .detail_header_fixed {
    display: none; }
  header .login {
    padding: 8px 23px;
    color: #ED0A0A;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 44px;
    border: 1px solid #ED0A0A;
  }
    header .login img {
      margin-right: 7px; }
  header .search_filter_form_updated {
    display: none; }



.open_menu {
  display: inline-flex;
  justify-content: space-between;
  padding: 5px;
  align-items: center;
  border: 1px solid #DFDFDF;
  border-radius: 40px;
  background: none;
  min-height: 56px;
  padding-right: 23px;
  min-width: 126px;
  cursor: pointer; }


.wrapper.detail_page.fixed .dropdown_menu.active{
  position: fixed;
}
.dropdown_menu .top .balance{
  font-size: 13px;
  margin-top: 8px;
  font-weight: 400;
  color: rgba(237, 10, 10, 1);
}
.dropdown_menu .top .balance.plus{
  color: rgba(41, 171, 109, 1);
}

  .open_menu div {
    width: 23px;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .open_menu div span {
      width: 100%;
      height: 2px;
      background: #ED0A0A;
      margin-bottom: 4px; }
      .open_menu div span:last-child {
        margin-bottom: 0; }
  .open_menu img {
    width: 47px;
    height: 47px;
    border-radius: 50%;
    object-fit: cover;
 }

main {
  padding-top: 85px; }

.main_search_section {
  width: 100%;
  position: relative;
  z-index: 7;
  padding-top: 49px;
  padding-bottom: 37px;
}
  .main_search_section .background_image {
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .main_search_section .container {
    position: relative;
    max-width: 1466px;
    z-index: 2; }
  .main_search_section .search_form {
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 8px 57px rgba(32, 37, 47, 0.41);
    border-radius: 6px; }
    .main_search_section .search_form .top {
      width: 100%;
      padding: 30px 85px;
      border-bottom: 1px solid #DFDFDF;
      display: flex;
      justify-content: flex-start;
      align-items: center; }
      .main_search_section .search_form .top .title {
        font-weight: 600;
        font-size: 22px;
        line-height: 20px;
        color: #2F2F2F;
        margin-right: 124px; }
      .main_search_section .search_form .top .choose_search_type {
        display: flex;
        justify-content: flex-start;
        align-items: center; }
        .main_search_section .search_form .top .choose_search_type label {
          position: relative;
          font-weight: 600;
          font-size: 16px;
          line-height: 20px;
          text-align: center;
          color: #2F2F2F; }
          .main_search_section .search_form .top .choose_search_type label:first-child {
            margin-right: 31px; }
          .main_search_section .search_form .top .choose_search_type label input {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            z-index: 2;
            cursor: pointer;
            opacity: 0; }
            .main_search_section .search_form .top .choose_search_type label input:checked + span {
              color: #ED0A0A; }
              .main_search_section .search_form .top .choose_search_type label input:checked + span::before {
                opacity: 1; }
          .main_search_section .search_form .top .choose_search_type label span {
            position: relative;
            padding: 0 9px; }
            .main_search_section .search_form .top .choose_search_type label span::before {
              content: "";
              position: absolute;
              left: 0;
              right: 0;
              width: 100%;
              height: 2px;
              background: #ED0A0A;
              bottom: -33px;
              opacity: 0; }
    .main_search_section .search_form .bottom {
      width: 100%;
      padding: 46px;
    }
      .main_search_section .search_form .bottom .select_area {
        max-width: 234px; }
      .main_search_section .search_form .bottom .bottom_area {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center; }
      .main_search_section .search_form .bottom .filters_area {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start; }
        .main_search_section .search_form .bottom .filters_area .add_filter_btn {
          display: inline-flex;
          justify-content: center;
          align-items: center;
          border: none;
          background: none;
          font-weight: 600;
          font-size: 16px;
          line-height: 20px;
          color: #ED0A0A;
          padding: 0;}
          .main_search_section .search_form .bottom .filters_area .add_filter_btn img {
            margin-right: 6px; }
        .main_search_section .search_form .bottom .filters_area .search_filter_form {
          padding: 0;
          margin: 0;
          position: relative;
          opacity: 0;
          visibility: hidden;
          height: 1px; }
          .main_search_section .search_form .bottom .filters_area .search_filter_form.active {
            opacity: 1;
            visibility: visible;
            height: auto;
            margin-top: 20px; }
          .main_search_section .search_form .bottom .filters_area .search_filter_form .close_filter_form {
            position: absolute;
            right: 35px;
            top: -15px;
            z-index: 2;
            background: #FFFFFF;
            border: 1px solid #DFDFDF;
            box-shadow: 0px 3px 10px rgba(32, 36, 43, 0.13);
            border-radius: 50%;
            display: inline-flex;
            justify-content: center;
            align-items: center;
            width: 30px;
            height: 30px; }
            .main_search_section .search_form .bottom .filters_area .search_filter_form .close_filter_form img {
              transform: rotate(180deg);
              margin-top: -2px; }

.select_area {
  width: 100%;
  position: relative;
  border: 1px solid #DFDFDF;
  box-shadow: rgba(32, 36, 43, 0.15) 0px 3px 10px;
  border-radius: 40px;
  height: 56px; }
  .select_area.active {
    border: 1px solid #2F2F2F; }
    .select_area.active .dropdown {
      display: block; }
    .select_area.active .select_title .angle {
      transform: translateY(-50%) rotate(180deg); }
  .select_area .select_title {
    width: 100%;
    padding: 18px;
    padding-left: 17px;
    padding-right: 35px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #2F2F2F;
    position: relative;
    cursor: pointer;
    background: none;
    border: none;
    text-align: left; }

    .select_area .checked_text{
      font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #534d4d;
    position: absolute;
    top: -10px;
    padding-left: 5px;
    padding-right: 5px;
    left: 20px;
    background: #f7f7f7;
    border-radius: 10px;
    display: none;
    }
    .select_area .select_title .angle {
      position: absolute;
      right: 18px;
      top: 50%;
      transform: translateY(-50%); }
  .select_area .dropdown {
    width: 369px;
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: 16px;
    background: #FFFFFF;
    box-shadow: 0px 8px 26px rgba(32, 37, 47, 0.23);
    border-radius: 6px;
    z-index: 2;
    display: none; }
    .select_area .dropdown.dropdown2 {
      width: 456px; }
      .select_area .dropdown.dropdown2 .content .content_list {
        padding-top: 32px; }
      .select_area .dropdown.dropdown2 .bottom_dropdown {
        justify-content: center; }
      .select_area .dropdown.dropdown2 .select_area {
        width: 100%;
        max-width: 163px; }
    .select_area .dropdown.dropdown3 {
      width: 309px; }
      .select_area .dropdown.dropdown3 .rooms_wrap {
        width: 100%;
        padding: 40px 24px 13px; }
        .select_area .dropdown.dropdown3 .bathrooms_wrap .exact_count {
            display: flex;
            padding: 8px 16px;
        }
        .select_area .dropdown.dropdown3 .rooms_wrap ul {
          width: 100%;
          display: flex;
          justify-content: space-between;
          align-items: stretch; }
          .select_area .dropdown.dropdown3 .rooms_wrap ul li {
            border: 1px solid #2F2F2F;
            border-left: none; }
            .select_area .dropdown.dropdown3 .rooms_wrap ul li.active {
              border: 2px solid #ED0A0A;
              margin-left: -1px; }
              .select_area .dropdown.dropdown3 .rooms_wrap ul li.active:first-child {
                border-left: 2px solid #ED0A0A; }
            .select_area .dropdown.dropdown3 .rooms_wrap ul li:first-child {
              border-left: 1px solid #2F2F2F;
              border-top-left-radius: 6px;
              border-bottom-left-radius: 6px; }
            .select_area .dropdown.dropdown3 .rooms_wrap ul li:last-child {
              border-top-right-radius: 6px;
              border-bottom-right-radius: 6px; }
            .select_area .dropdown.dropdown3 .rooms_wrap ul li label {
              padding: 13px 17px;
              position: relative;
              display: flex;
              justify-content: center;
              align-items: center;
              font-weight: 600;
              font-size: 16px;
              line-height: 20px;
              color: #2F2F2F; }
              .select_area .dropdown.dropdown3 .rooms_wrap ul li label input {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                width: 100%;
                height: 100%;
                z-index: 2;
                cursor: pointer;
                opacity: 0; }
      .select_area .dropdown.dropdown3 .exact_count {
        width: 100%;
        margin-top: 20px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        position: relative; }
        .select_area .dropdown.dropdown3 .exact_count input {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          width: 100%;
          height: 100%;
          z-index: 2;
          cursor: pointer;
          opacity: 0; }
          .select_area .dropdown.dropdown3 .exact_count input:checked + .default > .active {
            opacity: 1; }
        .select_area .dropdown.dropdown3 .exact_count p {
          width: calc(100% - 24px);
          font-size: 16px;
          color: #2F2F2F;
          padding-left: 12px; }
        .select_area .dropdown.dropdown3 .exact_count .default {
          width: 24px;
          height: 24px;
          border: 1px solid #C4C4C4;
          border-radius: 6px;
          display: flex;
          justify-content: center;
          align-items: center; }
          .select_area .dropdown.dropdown3 .exact_count .default .active {
            width: 18px;
            height: 18px;
            background: #ED0A0A;
            border-radius: 4px;
            opacity: 0; }
      .select_area .dropdown.dropdown3 .hide_input_rooms {
        display: none;
        width: 100%;
        border: 1px solid #DFDFDF;
        filter: drop-shadow(0px 3px 10px rgba(32, 36, 43, 0.15));
        border-radius: 40px;
        height: 45px;
        padding-left: 15px;
        padding-right: 15px;
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        color: #2F2F2F;
        margin-top: 10px; }
        .select_area .dropdown.dropdown3 .hide_input_rooms.active {
          display: block; }
      .select_area .dropdown.dropdown3 .bottom_dropdown {
        justify-content: center; }
    .select_area .dropdown .top_area {
      width: 100%;
      padding: 24px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-bottom: 1px solid #DFDFDF; }
      .select_area .dropdown .top_area p {
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        color: #2F2F2F;
        max-width: calc(100% - 80px); }
      .select_area .dropdown .top_area .select_all {
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
        color: #ED0A0A; }
    .select_area .dropdown .content {
      width: 100%; }
      .select_area .dropdown .content .content_list {
        width: 100%;
        padding: 13px 24px 15px; }
        .select_area .dropdown .content .content_list .content_li {
          width: 100%;
          display: flex;
          justify-content: space-between;
          align-items: center;
          margin-bottom: 16px; }
          .select_area .dropdown .content .content_list .content_li.ds_li{
            opacity: .7;
          }
          .select_area .dropdown .content .content_list .content_li.ds_li input{
            cursor: default;
          }
          .select_area .dropdown .content .content_list .content_li:last-child {
            margin-bottom: 0; }
          .select_area .dropdown .content .content_list .content_li label {
            width: calc(100% - 60px);
            position: relative;
            display: flex;
            justify-content: flex-start;
            align-items: center; }
            .select_area .dropdown .content .content_list .content_li label .default {
              width: 24px;
              height: 24px;
              border: 1px solid #C4C4C4;
              border-radius: 6px;
              display: flex;
              justify-content: center;
              align-items: center; }
              .select_area .dropdown .content .content_list .content_li label .default .active {
                width: 18px;
                height: 18px;
                background: #5A7CF4;
                border-radius: 4px;
                opacity: 0; }
            .select_area .dropdown .content .content_list .content_li label input {
              position: absolute;
              top: 0;
              left: 0;
              right: 0;
              bottom: 0;
              width: 100%;
              height: 100%;
              z-index: 2;
              cursor: pointer;
              opacity: 0; }
              .select_area .dropdown .content .content_list .content_li label input:checked + .default > .active{
                opacity: 1; }
              .select_area_type_home.select_area_action .dropdown .content .content_list .content_li label input[checked] + .default > .active {
                opacity: 1; }
            .select_area .dropdown .content .content_list .content_li label p {
              width: calc(100% - 24px);
              padding-left: 12px;
              font-size: 16px;
              color: #2F2F2F; }
          .select_area .dropdown .content .content_list .content_li .drop_btn {
            background: none;
            display: flex;
            justify-content: space-between;
            align-items: center;
            width: 56px;
            border: none;
            cursor: pointer;
            font-size: 16px;
            color: #2F2F2F;
            padding: 0;
            margin: 0; }
            .select_area .dropdown .content .content_list .content_li .drop_btn img {
              width: 10px; }
      .select_area .dropdown .content .price_wrap {
        width: 100%;
        padding: 32px 15px 24px;
        display: flex;
        justify-content: space-between;
        align-items: flex-start; }
        .select_area .dropdown .content .price_wrap .block {
          width: 50%;
          display: flex;
          flex-direction: column;
          align-items: flex-start; }
          .select_area .dropdown .content .price_wrap .block .title_block {
            width: 100%;
            font-weight: 600;
            font-size: 16px;
            line-height: 20px;
            color: #2F2F2F;
            margin-bottom: 10px; }
    .select_area .dropdown .bottom_dropdown {
      width: 100%;
      padding: 12px 24px;
      display: flex;
      justify-content: flex-end;
      align-items: center;
      border-top: 1px solid #DFDFDF; }
      .select_area .dropdown .bottom_dropdown .cancel {
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        color: #2F2F2F;
        margin-right: 24px; }
        .select_area .checked_text{
          font-weight: 400;
        font-size: 12px;
        line-height: 20px;
        color: #534d4d;
        position: absolute;
        top: -10px;
        padding-left: 5px;
        padding-right: 5px;
        left: 20px;
        background: #f7f7f7;
        border-radius: 10px;
        }

.red_btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #ED0A0A;
  border: 1px solid #ED0A0A;
  border-radius: 40px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  padding: 18px 36px;
  transition: .3s; }
  .red_btn:hover {
    background: #cb4747; }

.search_map_section {
  width: 100%;
  margin-top: -4px;
  position: relative;
  overflow: hidden;
  z-index: 2;
 }

 /* .map-svg .province_item{
  fill:#ED0A0A !important;
 } */
 /* fill="#bdbbb5" */
 .map-svg .province_item:not(.province_item_text):hover,.map-svg .province_item.active{
  fill:#FCC;
  /* stroke:#6F6B6C; */
 }


 .map-svg .province_item{
  cursor: pointer;
  transition: .3s;
 }
 .map-svg g text{
  font-size: 6px;
  font-weight: 500;
  /* text-shadow: #ED0A0A -2px -1px 0px, #ED0A0A 3px 3px 0px; */
 }

  .search_map_section #map, .search_map_section #map_search {
    width: 50%;
    height: 100%;
    margin-left: 50%;
    height: 1040px; }

    #map .leaflet-control-container{
      height: 100%;
    }
    .search_map_section .map-svg{
      width: 50%;
      margin-left: 50%;
      height: 1040px;
      background: #81D4FF;
      position: relative;
    }
    .search_map_section .map-svg .area_btns{
      position: absolute;
      top: 40px;
      right: 20px;
      width: 100px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      z-index: 100;
    }
    .search_map_section .map-svg .area_btns button{
      border: none;
      width: 40px;
      height: 40px;
      border-radius: 8px;
      background: #fff;
      font-size: 24px;
      font-weight: 500;
      display: inline-flex;
      justify-content: center;
      align-items: center;
    }
    .search_map_section .map-svg svg{
      height: 100%;
    }
  .search_map_section .see_more {
    margin-top: 15px; }
  .search_map_section .filter_wrap {
    /* position: absolute;
    top: 0;
    left: 0;
    bottom: 0; */
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #FFFFFF;
    border: 1px solid #E4E4E4;
    padding-top: 0px;

    display: flex;
    flex-direction: column;
    align-items: center; }
    .search_map_section .filter_wrap .top {
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 20px;
      background: #ED0A0A;
      padding: 16px 40px;
    }
    .search_map_section.search_results_wrap .filter_wrap .top{
      background: #fff;
    }
      .search_map_section .filter_wrap .top .sort_cont {
        display: flex;
        justify-content: flex-start;
        align-items: center; }
        .search_map_section .filter_wrap .top .sort_cont .sort_title {
          display: inline-block;
          font-size: 16px;
          line-height: 20px;
          color: #2F2F2F;
          margin-right: 12px; }
        .search_map_section .filter_wrap .top .sort_cont .selectric {
          background: none;
          border: none; }
        .search_map_section .filter_wrap .top .sort_cont .selectric .label {
          margin: 0;
          height: initial;
          font-weight: 600;
          font-size: 16px;
          line-height: 20px;
          text-align: center;
          color: #2F2F2F;
          margin-right: 24px; }
        .search_map_section .filter_wrap .top .sort_cont .selectric .button {
          background-color: transparent;
          padding: 0;
          margin: 0;
          width: 12px;
          height: 12px; }
        .search_map_section .filter_wrap .top .sort_cont .selectric .button:after {
          border: none;
          width: 10px;
          background: url("../img/arrow_down.svg") top center no-repeat;
          background-size: cover;
          height: 9px;
          margin: 0;
          left: initial;
          top: 5px; }
        .search_map_section .filter_wrap .top .sort_cont .selectric-items li {
          font-size: 14px;
          line-height: 20px;
          color: #2F2F2F; }
        .search_map_section .filter_wrap .top .sort_cont .selectric-items {
          margin-top: 10px; }
      .search_map_section .filter_wrap .top p {
        font-weight: 600;
        font-size: 22px;
        line-height: 1;
        max-width: calc(100% - 96px);
        color: #fff;
      }
        .search_map_section .filter_wrap .top p span{
          font-size: 30px;
        }
      .search_map_section .filter_wrap .top .btns {

        width: 100%;
        max-width: 86px;
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .search_map_section .filter_wrap .top .btns a {
          display: inline-flex;
          justify-content: center;
          align-items: center;
          width: 40px;
          height: 40px;
          border-radius: 6px; }
          .search_map_section .filter_wrap .top .btns a svg {
            opacity: .4; }
          .search_map_section .filter_wrap .top .btns a.active {
            background: #FFFFFF;
            box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.15); }
            .search_map_section .filter_wrap .top .btns a.active svg {
              opacity: 1; }
              .search_map_section .filter_wrap .top .btns a.active svg rect, .search_map_section .filter_wrap .top .btns a.active svg path, .search_map_section .filter_wrap .top .btns a.active svg circle{
                stroke: #000;
              }
      .search_map_section .filter_wrap .top .right_sort {
        display: flex;
        justify-content: flex-end;
        align-items: center; }
        .search_map_section .filter_wrap .top .right_sort .top_btn {
          display: inline-flex;
          justify-content: center;
          align-items: center;
          font-weight: 600;
          font-size: 16px;
          line-height: 20px;
          text-align: center;
          color: #ED0A0A;
          padding: 10px 18px;
          background: #FFFFFF;
          border: 1px solid #ED0A0A;
          box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.15);
          border-radius: 6px;
          margin-right: 40px;
          transition: .3s; }
          .search_map_section .filter_wrap .top .right_sort .top_btn:hover {
            background: #ED0A0A;
            color: #fff; }
    .search_map_section .filter_wrap .content {
      width: 100%;
      padding-left: 40px;
      padding-right: 40px;
    }

    .about_us_section .form_block p.att{
      margin: 0;
      margin-top: 20px;
      font-size: 16px;
      text-align: right;
    }


    @media screen and (max-width: 1024px){
      .search_map_section .filter_wrap .content {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
      }
      header .right_cont .open_menu{
        margin-left: 0px!important;
      }

    }
      .search_map_section .filter_wrap .content .tab {
        width: 100%;
        display: flex;
        flex-wrap: wrap; }
        .search_map_section .filter_wrap .content .tab.tab_blocks_view {
          justify-content: space-between;
          align-items: stretch; }
          .search_map_section .filter_wrap .content .tab.tab_blocks_view .item_main:nth-child(3), .search_map_section .filter_wrap .content .tab.tab_blocks_view .item_main:nth-child(4) {
            margin-bottom: 32px; }
          .search_map_section .filter_wrap .content .tab.tab_blocks_view .item_main .item_photo_cont {
            width: calc(100% - 42px);
            margin-left: 42px; }
        .search_map_section .filter_wrap .content .tab.tab_list_view {
          flex-direction: column;
          align-items: flex-start;
          margin-bottom: 65px; }
          .search_map_section .filter_wrap .content .tab.tab_list_view .item_main {
            width: 100%;
            display: flex;
            justify-content: flex-start;
            align-items: flex-start;
            padding-bottom: 14px;
            border-bottom: 1px solid #DFDFDF;
            margin-bottom: 14px; }
          .search_map_section .filter_wrap .content .tab.tab_list_view .item_main:last-child{
            border-bottom: none;
          }
            .search_map_section .filter_wrap .content .tab.tab_list_view .item_main .arrow {
              display: none !important; }
            .search_map_section .filter_wrap .content .tab.tab_list_view .item_main .item_photo_cont {
              max-width: 188px;
              margin-left: 0; }
              .search_map_section .filter_wrap .content .tab.tab_list_view .item_main .item_photo_cont .count {
                position: absolute;
                background: rgba(47, 47, 47, 0.3);
                display: inline-flex;
                justify-content: center;
                align-items: center;
                border-radius: 6px;
                height: 20px;
                padding: 0 8px;
                font-weight: 600;
                font-size: 16px;
                line-height: 20px;
                text-align: center;
                color: #FFFFFF;
                z-index: 2;
                top: 8px;
                left: 8px;
                bottom: initial;
                text-shadow: none;
                -webkit-text-stroke: initial; }
              .search_map_section .filter_wrap .content .tab.tab_list_view .item_main .item_photo_cont .slide .photo {
                height: 80px; }
              .search_map_section .filter_wrap .content .tab.tab_list_view .item_main .item_photo_cont .favourite {
                top: 3px;
                right: 6px;
                width: 30px;
              }

            /* .search_map_section .filter_wrap .content .tab.tab_list_view .item_main .item_text {
              width: calc(100% - 120px);
              padding-left: 26px;
              padding-top: 0; } */
            .search_map_section .filter_wrap .content .tab.tab_list_view .item_main .item_text .info {
              margin-bottom: 19px; }
.filter_wrap .item_main{
  height: fit-content;
}
.item_main {
  width: calc(50% - 15px);
  margin-bottom: 50px;
  position: relative; }
  .item_main .item_main_link {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }
  .item_main:hover .item_text .title {
    color: #ED0A0A; }
  .item_main .item_photo_cont {
    width: 100%;
    border: 2px solid transparent;
    position: relative; }
    .item_main .item_photo_cont .count {
      position: absolute;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      font-weight: 600;
      font-size: 101px;
      line-height: 89px;
      color: #fff;
      -webkit-text-stroke-width: 1px;
      -webkit-text-stroke-color: black;
      text-shadow: 0px 1px 4px rgba(0, 0, 0, 1);
      z-index: 2;
      bottom: -11px;
      left: -42px;
      /* -webkit-text-stroke-width: 1px;
      -webkit-text-stroke-color: black;  */
    }
    .item_main .item_photo_cont .favourite {
      position: absolute;
      top: 50px;
      right: 13px;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      z-index: 2; }
      .item_main .favourite.active svg path {
        fill: #ED0A0A;
        stroke: #ED0A0A;
        fill-opacity: 1; }
    .item_main .item_photo_cont .slider_item {
      width: 100%; }
      .item_main .item_photo_cont .slider_item .slide {
        width: 100%; }
        .item_main .item_photo_cont .slider_item .slide .photo {
          width: 100%;
          /* height: 100%; */
          object-fit: cover;
          border-radius: 6px;
          object-position: bottom; }


@media screen and (max-width: 1024px){
  .item_main .item_photo_cont .slider_item .slide .photo{
    min-height: 150px;
  }
  .filter_wrap .item_main{
    padding: 36px 20px 0;
    width: 50%;
  }
}
@media (orientation: landscape) and (max-width: 1024px){
  .filter_wrap .item_main{
    width: 50%;
  }
  .chat_gpt_content{
    max-height: 65vh!important;
  }
  .chat_gpt_content .chat_form textarea{
    height: 45px!important;
  }
  .chat_gpt_wrapper .chat_gpt_content .messages_area{
    min-height: 150px;
  }
  .chat_gpt_content .attention_p{
    font-size: 9px!important;
    padding-top: 10px!important;
  }
  .chat_gpt_content .red_btn{
    padding: 10px;
    font-size: 14px;
    line-height: 14px;
  }
  .iti-mobile .iti--container{
    z-index: 99999000;
    max-width: 90vw;
  }
}
    .item_main .item_photo_cont .arrow {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      z-index: 2; }
      .item_main .item_photo_cont .arrow.slick-disabled {
        background: rgba(255, 255, 255, 0.7);
        cursor: default; }
      .item_main .item_photo_cont .arrow.arrow_left {
        left: 12px; }
      .item_main .item_photo_cont .arrow.arrow_right {
        right: 12px; }
  .item_main .item_text {
    width: calc(100% - 109px);
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    .item_main .item_text .title {
      width: 100%;
      color: #2F2F2F;
      font-size: 22px;
      font-weight: 600;
      line-height: normal;
      margin-top: 24px;
      margin-bottom: 24px; }
    .item_main .item_text .info {
      width: 100%;
      font-size: 15px;
      line-height: 20px;
      color: #7E7E7E;
      display: none;
      margin-bottom: 10px; }
    .item_main .item_text .price {
      color: #2F2F2F;
      font-size: 22px;
      font-weight: 600;
    margin-right: 48px; }

.grey_btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #2F2F2F;
  padding: 14px 24px;
  background: #ECECEC;
  border-radius: 40px;
  transition: .3s; }
  .grey_btn:hover {
    background: #d1cdcd; }

.publish_listing {
  width: 100%;
  padding-top: 90px;
  padding-bottom: 94px; }
  .publish_listing .container {
    display: flex;
    justify-content: center;
    align-items: center; }
    .publish_listing .container .item {
      width: 100%;
      max-width: 694px;
      border: 1px dashed #ED0A0A;
      border-radius: 6px;
      padding: 45px 46px 29px 75px;
      display: flex;
      justify-content: flex-start;
      align-items: center; }
      .publish_listing .container .item .text_cont {
        width: calc(100% - 76px);
        padding-left: 56px; }
        .publish_listing .container .item .text_cont .title {
          width: 100%;
          font-weight: 600;
          font-size: 22px;
          line-height: 20px;
          color: #ED0A0A;
          margin-bottom: 14px; }
        .publish_listing .container .item .text_cont .text {
          width: 100%;
          font-size: 16px;
          line-height: 20px;
          color: #2F2F2F;
          margin-bottom: 12px; }

.half_image_area {
  width: 100%;
  padding-bottom: 121px; }
  .half_image_area .img {
    width: 100%;
    max-width: 540px;
    height: 400px;
    object-fit: cover;
    order: 1; }
  .half_image_area .container {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .half_image_area .text_cont {
    width: calc(100% - 540px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 125px;
    order: 2; }
    .half_image_area .text_cont h3, .half_image_area .text_cont .h3 {
      margin-bottom: 20px; }
    .half_image_area .text_cont .text {
      width: 100%;
      font-size: 18px;
      line-height: 24px;
      color: #7E7E7E; }
    .half_image_area .text_cont .qr_code {
      margin-top: 23px; }
    .half_image_area .text_cont .grey_btn {
      margin-top: 43px; }
  .half_image_area:nth-child(even) .text_cont {
    padding-left: 0;
    padding-right: 125px;
    order: 1; }
  .half_image_area:nth-child(even) .img {
    order: 2; }

h3, .h3 {
  width: 100%;
  font-weight: 600;
  font-size: 32px;
  line-height: 34px;
  color: #2F2F2F; }

.news_section {
  width: 100%;
  padding-top: 80px;
  background: #F5F5F5;
  overflow: hidden;
  padding-bottom: 71px; }
  .news_section .container {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .news_section .container h3, .news_section .container .h3 {
      margin-bottom: 8px; }
    .news_section .container .title {
      width: 100%;
      font-size: 18px;
      line-height: 24px;
      color: #7E7E7E;
      margin-bottom: 32px; }
  .news_section .news_slider_wrap {
    width: 100%;
    position: relative;
    margin-bottom: 32px; }
    .news_section .news_slider_wrap .arrow {
      position: absolute;
      top: 60px;
      z-index: 2; }
      .news_section .news_slider_wrap .arrow.slick-disabled {
        opacity: 0;
        visibility: hidden; }


        .news_section .news_slider_wrap .slider .slide a {
          width: 100%;
          display: flex;
          flex-direction: column;
          align-items: center; }
          .news_section .news_slider_wrap .slider .slide a img {
            width: 100%;
            border-radius: 6px;
            height: 160px;
            margin-bottom: 12px;
            object-fit: cover; }
            .news_section .news_slider_wrap .slider .slide a:hover h5{
              color: #ED0A0A;
            }

.arrow {
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,.5);
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  box-shadow: 0px 2px 5px rgba(47, 47, 47, 0.19);
}

h5, .h5 {
  width: 100%;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  color: #2F2F2F; }

.search_property {
  width: 100%;
  padding: 80px 0;
  overflow: hidden; }
  .search_property .title {
    width: 100%;
    font-weight: 600;
    font-size: 22px;
    line-height: 20px;
    color: #2F2F2F;
    margin-bottom: 35px; }
  .search_property .btns_wrap {
    width: 100%;
    position: relative;
    margin-bottom: 44px; }
    .search_property .btns_wrap a {
      font-weight: 600;
      font-size: 16px;
      line-height: 20px;
      text-align: center;
      color: #2F2F2F;
      margin-right: 50px;
      position: relative; }
      .search_property .btns_wrap a::before {
        content: "";
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        height: 2px;
        background: #ED0A0A;
        width: calc(100% + 24px);
        bottom: -20px;
        display: none; }
      .search_property .btns_wrap a:last-child {
        margin-right: 0; }
      .search_property .btns_wrap a.active {
        color: #ED0A0A; }
        .search_property .btns_wrap a.active::before {
          display: block; }
    .search_property .btns_wrap::before {
      content: "";
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      width: 100vw;
      height: 1px;
      background: #DFDFDF;
      bottom: -18px; }
  .search_property .tab_wrap {
    width: 100%;}
    .search_property .tab_wrap .tab {
      width: calc(100% + 50px);
      margin-left: -25px;
      margin-right: -25px;
      display: none;
      justify-content: space-between;
      align-items: flex-start; }
      .search_property .tab_wrap .tab ul {
        width: 100%;
        column-count: 4; }
        .search_property .tab_wrap .tab ul li {
          margin: 0 15px;
          float: left; }
          .search_property .tab_wrap .tab ul li a {
            font-weight: 500;
            font-size: 16px;
            line-height: 32px;
            color: #5062A2; }
            .search_property .tab_wrap .tab ul li a:hover {
              text-decoration: underline; }
      .search_property .tab_wrap .tab.active {
        display: flex; }
  .search_property .bottom_wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    .search_property .bottom_wrap .column {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      width: 100%;
      max-width: 350px; }
      .search_property .bottom_wrap .column:last-child {
        max-width: 365px; }
      .search_property .bottom_wrap .column .column_title {
        width: 100%;
        font-weight: 600;
        font-size: 22px;
        line-height: 20px;
        color: #2F2F2F;
        margin-bottom: 16px; }
      .search_property .bottom_wrap .column ul {
        width: 100%; }
        .search_property .bottom_wrap .column ul li {
          width: 100%; }
          .search_property .bottom_wrap .column ul li a {
            display: inline-flex;
            font-weight: 500;
            font-size: 16px;
            line-height: 32px;
            color: #5062A2; }
            .search_property .bottom_wrap .column ul li a:hover {
              text-decoration: underline; }

.upload_media_files_area .selectric-select_custom .selectric-items{
  max-height: 210px;
  overflow: auto;
}
footer.ico {
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  display: inline;
  height: 30px;
  width: 30px;
  margin: 0 6px 0 0;
  background: url("../img/gb_flag.png") no-repeat;
  background-size: cover; }

footer {
  width: 100%;
  padding-top: 54px;
  padding-bottom: 73px;
  background: #F5F5F5; }
  footer .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
  footer .logo {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 33px; }
  footer .soc_list {
    width: 100%;
    max-width: 168px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 91px; }
    footer .soc_list a {
      display: inline-flex;
      justify-content: center;
      align-items: center; }
  footer .copyright {
    font-size: 14px;
    line-height: 24px;
    color: #2F2F2F; }
  footer .left_cont {
    width: 100%;
    max-width: 230px; }
  footer .center_cont {
    width: 100%;
    max-width: 518px;
    padding-right: 24px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    footer .center_cont .column {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      padding-right: 20px;
    }
      footer .center_cont .column .title {
        width: 100%;
        font-weight: 700;
        font-size: 20px;
        line-height: 24px;
        color: #2F2F2F;
        /* opacity: 0.15; */
        margin-bottom: 12px; }
      footer .center_cont .column ul {
        width: 100%; }
        footer .center_cont .column ul li {
          width: 100%; }
          footer .center_cont .column ul li a {
            font-weight: 500;
            font-size: 16px;
            line-height: 32px;
            color: #5062A2; }
            footer .center_cont .column ul li a:hover {
              text-decoration: underline; }
  footer .right_cont {
    width: 100%;
    max-width: 270px;
    display: flex;
    align-items: center;
   }
    .select_lang_cont {
      width: 100%;
      background: #FFFFFF;
      box-shadow: 0px 3px 10px rgba(32, 36, 43, 0.04);
      border-radius: 40px;
      margin-right: 30px;
      position: relative; }
      .select_lang_cont{
        box-shadow: none;
      }
      footer .right_cont .to_top_arr{
        width: 55px;
        min-width: 55px;
        height: 55px;
        border-radius: 50%;
        box-shadow: 0px 3px 10px 0px rgba(32, 36, 43, 0.04);
        background-color: #fff;
        margin-left: 24px;
        transition: all 0.2s ease;
        cursor: pointer;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjMiIHZpZXdCb3g9IjAgMCAyMyAyMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQuNTk1NyAxNC4yMDUzTDExLjQ2MDMgNy4zNDA3MUwxOC4zMjQ5IDE0LjIwNTMiIHN0cm9rZT0iI0VEMEEwQSIgc3Ryb2tlLXdpZHRoPSIyLjk1OTU5IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==)
      }
      footer .right_cont .to_top_arr:hover{
        box-shadow: 0px 3px 10px 0px rgba(32, 36, 43, 0.14);
      }
      .select_lang_cont .active_lang {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        position: relative;
        padding-left: 20px;
        cursor: pointer;
        z-index: 2; }
        .select_lang_cont .active_lang .angle {
          position: absolute;
          top: 25px;
          right: 20px;
          width: 12px; }
        .select_lang_cont .active_lang .lang {
          height: 58px;
          font-weight: 600;
          font-size: 15px;
          line-height: 20px;
          color: #2F2F2F;
          display: inline-flex;
          justify-content: center;
          align-items: center; }
        .select_lang_cont .active_lang .flag {
          margin-right: 10px; }
      .select_lang_cont .active_lang{
        padding-right: 36px;
      }
      .select_lang_cont .langs_list {
        display: none;
        z-index: 2;
      }
        .select_lang_cont .langs_list.active {
          display: block; }
        .select_lang_cont .langs_list .lang_item {
          width: 100%;
          padding: 0px;
          font-size: 18px;
          line-height: 20px;
          color: #2F2F2F;
          display: flex;
          justify-content: flex-start;
          align-items: center;
          cursor: pointer;
          border-bottom: 1px solid #eee; }
          .select_lang_cont .langs_list .lang_item:last-child {
            border-bottom: none; }
          .select_lang_cont .langs_list .lang_item.active {
            background: #e7e7e7; }
          .select_lang_cont .langs_list .lang_item img {
            margin-right: 10px;
            width: 18px; }

.faq_section {
  width: 100%;
  padding-top: 63px;
  padding-bottom: 78px; }
  .faq_section .small_h1 {
    margin-bottom: 40px; }
  .faq_section .faq_list {
    width: 100%; }
    .faq_section .faq_list .faq_li_main {
      width: 100%;
      background: #FFFFFF;
      box-shadow: 0px 3px 10px rgba(53, 67, 94, 0.15);
      border-radius: 6px;
      margin-bottom: 8px; }
      .faq_section .faq_list .faq_li_main:last-child {
        margin-bottom: 0; }
      .faq_section .faq_list .faq_li_main .faq_title {
        width: 100%;
        position: relative;
        padding: 30px 32px;
        font-weight: 600;
        font-size: 20px;
        line-height: 20px;
        color: #2F2F2F;
        padding-right: 60px;
        cursor: pointer; }
        .faq_section .faq_list .faq_li_main .faq_title::before {
          content: "";
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          right: 37px;
          width: 14px;
          height: 7px;
          background: url("../img/arrow_down.svg") top center no-repeat;
          background-size: cover; }
        .faq_section .faq_list .faq_li_main .faq_title.active::before {
          background: url("../img/close_icon.svg") top center no-repeat;
          background-size: cover;
          width: 14px;
          height: 14px; }
      .faq_section .faq_list .faq_li_main .faq_list_inside {
        width: 100%;
        padding-left: 64px;
        padding-right: 64px;
        display: none; }
        .faq_section .faq_list .faq_li_main .faq_list_inside .inside_li {
          width: 100%;
          border-bottom: 1px solid #DFDFDF; }
          .faq_section .faq_list .faq_li_main .faq_list_inside .inside_li.active {
            border-bottom-color: transparent; }
            .faq_section .faq_list .faq_li_main .faq_list_inside .inside_li.active .faq_title_small {
              color: #5A7CF4; }
              .faq_section .faq_list .faq_li_main .faq_list_inside .inside_li.active .faq_title_small::before {
                background: url("../img/close_icon.svg") top center no-repeat;
                background-size: cover;
                width: 14px;
                height: 14px; }
          .faq_section .faq_list .faq_li_main .faq_list_inside .inside_li:last-child {
            border-bottom: none; }
          .faq_section .faq_list .faq_li_main .faq_list_inside .inside_li .faq_title_small {
            width: 100%;
            font-weight: 500;
            font-size: 18px;
            line-height: 70px;
            color: #2F2F2F;
            position: relative;
            padding-right: 25px;
            padding-top: 10px;
            padding-bottom: 10px;
            cursor: pointer; }
            .faq_section .faq_list .faq_li_main .faq_list_inside .inside_li .faq_title_small::before {
              content: "";
              position: absolute;
              top: 50%;
              transform: translateY(-50%);
              right: 0;
              width: 14px;
              height: 7px;
              background: url("../img/arrow_down.svg") top center no-repeat;
              background-size: cover; }
          .faq_section .faq_list .faq_li_main .faq_list_inside .inside_li .content {
            width: 100%;
            padding-left: 38px;
            padding-right: 31px;
            padding-bottom: 72px;
            display: none; }
            .faq_section .faq_list .faq_li_main .faq_list_inside .inside_li .content p {
              width: 100%;
              font-size: 18px;
              line-height: 28px;
              color: #2F2F2F;
              margin-bottom: 20px; }
              .faq_section .faq_list .faq_li_main .faq_list_inside .inside_li .content p strong {
                font-weight: 500; }
              .faq_section .faq_list .faq_li_main .faq_list_inside .inside_li .content p a {
                color: #5A7CF4;
                text-decoration: underline; }
              .faq_section .faq_list .faq_li_main .faq_list_inside .inside_li .content p:last-child {
                margin-bottom: 0; }
            .faq_section .faq_list .faq_li_main .faq_list_inside .inside_li .content ul {
              width: 100%;
              list-style-type: disc;
              padding-left: 20px;
              margin-bottom: 32px; }
              .faq_section .faq_list .faq_li_main .faq_list_inside .inside_li .content ul li {
                width: 100%;
                font-weight: 500;
                font-size: 18px;
                line-height: 40px;
                color: #2F2F2F; }
            .faq_section .faq_list .faq_li_main .faq_list_inside .inside_li .content .question_block {
              width: 100%; }
              .faq_section .faq_list .faq_li_main .faq_list_inside .inside_li .content .question_block > p {
                margin-bottom: 12px; }
              .faq_section .faq_list .faq_li_main .faq_list_inside .inside_li .content .question_block .area {
                width: 100%;
                padding-left: 34px; }

.filter_wrap .item_main .item_photo_cont .slider_item .slide .photo{
  object-fit: cover;
  min-height: 185px;
}
.small_h1 {
  font-weight: 600;
  font-size: 22px;
  line-height: 20px;
  color: #2F2F2F; }

.about_us_back {
  width: 100%; }
  .about_us_back img {
    width: 100%;
    height: 320px;
    object-fit: cover; }

.about_us_section {
  width: 100%;
  padding-top: 63px;
  padding-bottom: 77px; }
  .about_us_section .small_h1 {
    margin-bottom: 16px; }
  .about_us_section p {
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    color: #2F2F2F;
    margin-bottom: 25px; }
    .about_us_section p:last-child {
      margin-bottom: 0; }

.search_results_wrap {
  margin-top: 15px;
}

.recommend_wrap p.zoom_in_map{
  margin-bottom: 5px;
}
  .search_results_wrap .close_map {
    display: none;
    position: absolute;
    top: 15px;
    right: 15px;
    background: #000;
    color: #fff;
    z-index: 41;
    padding: 6px 10px; }
  .search_results_wrap .filter_wrap {
    padding-top: 40px;
    border-top: 1px solid #DFDFDF; }
  .search_results_wrap .open_map, .search_results_wrap .open_filter {
    display: none; }

.pin_wrapper {
  display: none; }
  .pin_wrapper .item_main {
    width: 100%; }

.pages_list {
  width: 100%; }
  .pages_list h1, .pages_list .h1 {
    width: 100%;
    text-align: center;
    font-size: 30px;
    margin-bottom: 40px; }
  .pages_list ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .pages_list ul li {
      width: 100%;
      margin-bottom: 15px;
      max-width: 450px; }
      .pages_list ul li a {
        color: #000; }

.item_main_pin {
  width: 100%;
  margin-bottom: 0;
  max-width: 265px; }
  .item_main_pin .item_photo_cont .slider_item .slide .photo {
    height: 160px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .item_main_pin .item_text {
    padding-top: 6px;
    padding-left: 9px;
    padding-right: 9px;
    padding-bottom: 10px; }
  .item_main_pin .item_text .title {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 2px; }
  .item_main_pin .item_text .info {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 6px; }

.gm-style .gm-style-iw-c {
  padding: 0; }

.gm-style .gm-style-iw-d {
  padding: 0 !important;
  margin: 0 !important;
  width: 100%; }
  .gm-style .gm-style-iw-d > div {
    width: 100%; }

.gm-style-iw-d {
  overflow: hidden !important; }

.search_page_header .choose_search_type {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: 30px; }
  .search_page_header .choose_search_type label {
    position: relative;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #2F2F2F; }
    .search_page_header .choose_search_type label:first-child {
      margin-right: 14px; }
    .search_page_header .choose_search_type label input {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      z-index: 2;
      cursor: pointer;
      opacity: 0; }
      .search_page_header .choose_search_type label input:checked + span {
        color: #ED0A0A; }
        .search_page_header .choose_search_type label input:checked + span::before {
          opacity: 1; }
    .search_page_header .choose_search_type label span {
      position: relative;
      padding: 0 9px; }
      .search_page_header .choose_search_type label span::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        height: 2px;
        background: #ED0A0A;
        bottom: -33px;
        opacity: 0; }

.input_cont {
  width: calc(100% - 234px - 127px - 55px);
  position: relative; }
  .input_cont input {
    width: 100%;
    border: 1px solid #DFDFDF;
    filter: drop-shadow(0px 3px 10px rgba(32, 36, 43, 0.15));
    border-radius: 40px;
    height: 54px;
    padding-left: 58px;
    padding-right: 70px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #2F2F2F; }
    .input_cont input::placeholder {
      color: rgba(47, 47, 47, 0.3); }
    .input_cont input.active {
      border: 1px solid #2F2F2F; }
      .input_cont input.active + .search_icon + .remove_text_btn {
        opacity: 1;
        visibility: visible; }
      .input_cont input.active + .search_icon {
        opacity: 1; }
  .input_cont .search_icon {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    opacity: .3; }
  .input_cont .remove_text_btn,.find_spain_whole .remove_text_btn {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: none;
    border: none;
    cursor: pointer;
    opacity: 0;
    visibility: hidden; }

    .input_cont .loader{
      position: absolute;
      right: 44px;
      top: 50%;
      transform: translateY(-50%);
      display: inline-flex;
      justify-content: center;
      align-items: center;
      background: none;
      border: none;
      cursor: pointer;
      opacity: 0;
      visibility: hidden;
    }
    .input_cont .loader img{
      width: 30px;
    }
    .input_cont .loader.active{
      opacity: 1;
      visibility: visible;
    }
    .input_cont.error_no_ress #estateQuery{
      border: 1px solid red;
    }

.search_page_filter {
  width: 100%;
  border-top: 1px solid #DFDFDF;
  padding-top: 28px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 30px; }
  .search_page_filter.fixed .login {
    display: inline-flex; }
  .search_page_filter .login {
    display: none; }
  .search_page_filter .filter_logo {
    display: none; }
  .search_page_filter .open_menu {
    display: none;
    margin-left: 0 !important; }
  .search_page_filter.search_page_filter_fix.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    .search_page_filter.search_page_filter_fix.fixed .title {
      display: none; }
    .search_page_filter.search_page_filter_fix.fixed .filter_logo {
      display: flex;
      justify-content: center;
      align-items: center; }
    .search_page_filter.search_page_filter_fix.fixed .open_menu {
      display: flex; }
    .search_page_filter.search_page_filter_fix.fixed form {
      width: auto;
      max-width: calc(100% - 310px);
    }
    .search_page_filter.search_page_filter_fix.fixed + .search_map_section {
      margin-top: 162px; }
  .search_page_filter .title {
    width: 100%;
    margin-top: 21px;
    font-weight: 600;
    font-size: 22px;
    line-height: 20px;
    color: #2F2F2F; }

.search_results_wrap .filter_wrap, .search_map_section .filter_wrap {
  overflow-y: auto; }
  .search_results_wrap .filter_wrap::-webkit-scrollbar, .search_map_section .filter_wrap::-webkit-scrollbar,.map_draw_section_list .left_filter_wrap::-webkit-scrollbar {
    width: 8px; }
  .search_results_wrap .filter_wrap::-webkit-scrollbar-track, .search_map_section .filter_wrap::-webkit-scrollbar-track,.map_draw_section_list .left_filter_wrap::-webkit-scrollbar-track {
    background: #fff; }
  .search_results_wrap .filter_wrap::-webkit-scrollbar-thumb, .search_map_section .filter_wrap::-webkit-scrollbar-thumb,.map_draw_section_list .left_filter_wrap::-webkit-scrollbar-thumb {
    background: #2F2F2F;
    border-radius: 4px;
    height: 105px; }
  .search_results_wrap .filter_wrap::-webkit-scrollbar-thumb:hover, .search_map_section .filter_wrap::-webkit-scrollbar-thumb:hover,.map_draw_section_list .left_filter_wrap::-webkit-scrollbar-thumb:hover {
    background: #2F2F2F;
    border-radius: 4px; }

.search_map_section .filter_wrap {
  padding-bottom: 20px; }

.search_results_wrap .filter_wrap .content .tab.tab_blocks_view .item_main:nth-child(5), .search_results_wrap .filter_wrap .content .tab.tab_blocks_view .item_main:last-child {
  opacity: 1;
  visibility: visible;
  margin-bottom: 50px; }

.selectric-select_custom {
  width: 100%; }
  .selectric-select_custom .selectric {
    background: none;
    border: none; }
  .selectric-select_custom .selectric .label {
    height: 56px;
    line-height: 54px;
    margin-left: 26px;
    margin-right: 40px;
    font-weight: 600;
    font-size: 16px;
    color: #2F2F2F; }
  .selectric-select_custom .selectric .button {
    background-color: transparent;
    padding: 0;
    margin: 0;
    width: 12px;
    height: 12px;
    top: 50%;
    transform: translateY(-50%);
    right: 26px; }
    .selectric-select_custom .selectric .button::after {
      border: none;
      width: 12px;
      background: url(../img/arrow_down.svg) center no-repeat;
      background-size: contain;
      height: 12px;
      margin: 0;
      left: initial;
      top: 0; }
  .selectric-select_custom .selectric-items {
    margin-top: 16px;
    background: #FFFFFF;
    box-shadow: 0px 8px 26px rgba(32, 37, 47, 0.23);
    border-radius: 6px; }
    .selectric-select_custom .selectric-items li {
      width: 100%;
      font-size: 16px;
      color: #2F2F2F;
      padding: 15px 10px; }

.mobile_filter_wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  z-index: 41;
  background: #fff;
  padding: 40px 20px;
  padding-top: 60px;
  overflow-y: auto; }
  .mobile_filter_wrap .close_filter {
    position: fixed;
    top: 15px;
    right: 15px;
    background: #000;
    color: #fff;
    padding: 6px 10px;
    z-index: 9; }
  .mobile_filter_wrap.active {
    display: block;
  padding-bottom: 100px; }
  .mobile_filter_wrap form {
    width: 100%; }
    .mobile_filter_wrap form .select_area {
      box-shadow: none;
      margin-bottom: 20px;
      width: 100%; }
      .mobile_filter_wrap form .select_area:last-child {
        margin-bottom: 0; }

.search_filter_form {
  width: calc(100% + 34px);
  margin-left: -17px !important;
  margin-right: -17px !important;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap; }
  .search_filter_form .input_cont {
    max-width: 280px;
    margin-right: 10px;
    margin-bottom: 10px; }
  .search_filter_form .select_area {
    width: auto;
    margin-right: 12px;
    margin-bottom: 24px; }
    .search_filter_form .select_area:last-child {
      margin-right: 0; }
    .search_filter_form .select_area .select_title {
      padding-right: 55px;
      text-align: left;
    }
  .search_filter_form .search_form_filters {
    width: calc(100% - 290px);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap; }
  .search_filter_form .res_num {
    width: 100%;
    font-size: 13px;
    line-height: 17px;
    color: #2F2F2F;
    margin-bottom: 4px; }
  .search_filter_form.search_filter_form_updated .input_cont input {
    height: 38px;
    padding-left: 37px;
    font-size: 16px; }
    .search_filter_form.search_filter_form_updated .input_cont input::placeholder {
      font-size: 16px; }
  .search_filter_form.search_filter_form_updated .input_cont .search_icon {
    width: 18px;
    left: 15px; }

.detail_wrap {
  width: 100%;
  border-top: 1px solid #DFDFDF;
  padding-top: 40px; }
  .detail_wrap .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
  .detail_wrap .left_cont {
    width: calc(100% - 380px); }
    .detail_wrap .left_cont .title {
      width: 100%;
      font-weight: 600;
      font-size: 22px;
      line-height: 20px;
      color: #2F2F2F;
      margin-bottom: 16px; }
    .detail_wrap .left_cont .arrow {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      z-index: 2; }
      .detail_wrap .left_cont .arrow.arrow_left {
        left: 24px; }
      .detail_wrap .left_cont .arrow.arrow_right {
        right: 24px; }
    .detail_wrap .left_cont .slider_wrap {
      width: 100%;
      position: relative; }
    .detail_wrap .left_cont .top_slider_wrap {
      width: 100%;
      position: relative;
      overflow: hidden;
      margin-bottom: 28px; }
      .detail_wrap .left_cont .top_slider_wrap .slide img {
        height: 360px;
        border-radius: 6px; }
    .detail_wrap .left_cont .slide img {
      width: 100%;
      object-fit: cover;
      object-position: bottom; }
    .detail_wrap .left_cont .bottom_slider_wrap {
      width: 100%;
      overflow: hidden;
      position: relative; }

          .detail_wrap .left_cont .bottom_slider_wrap .slider .slide img {
            width: 100%;
            object-fit: cover;
            height: 100px;
            border-radius: 6px;
            border-radius: 6px; }
    .detail_wrap .left_cont .slick-disabled {
      opacity: 0; }
    .detail_wrap .left_cont .instruments_area {
      width: 100%;
      padding-top: 32px;
      display: flex;
      justify-content: flex-start;
      align-items: center; }
      .detail_wrap .left_cont .instruments_area .scroll_link {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        border: 1px solid #DFDFDF;
        filter: drop-shadow(0px 3px 10px rgba(32, 36, 43, 0.45));
        border-radius: 40px;
        padding: 17px 24px;
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        color: #2F2F2F; }
        .detail_wrap .left_cont .instruments_area .scroll_link img {
          margin-right: 15px; }
      .detail_wrap .left_cont .instruments_area .video {
        margin-right: 24px; }
      .detail_wrap .left_cont .instruments_area .d_tour {
        margin-right: 48px; }
      .detail_wrap .left_cont .instruments_area .favourites, .detail_wrap .left_cont .instruments_area .share {
        display: inline-flex;
        justify-content: flex-start;
        align-items: center;
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        color: #2F2F2F; }
        .detail_wrap .left_cont .instruments_area .favourites img, .detail_wrap .left_cont .instruments_area .favourites svg, .detail_wrap .left_cont .instruments_area .share img, .detail_wrap .left_cont .instruments_area .share svg {
          margin-right: 15px; }
      .detail_wrap .left_cont .instruments_area .favourites {
        margin-right: 40px;
        transition: 0s; }
        .detail_wrap .left_cont .instruments_area .favourites.active {
          color: #ED0A0A; }
          .detail_wrap .left_cont .instruments_area .favourites.active svg path {
            fill: #ED0A0A; }
    .detail_wrap .left_cont .detail_info {
      width: 100%;
      margin-top: 36px; }
      .detail_wrap .left_cont .detail_info .location_map {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-top: 22px; }
        .detail_wrap .left_cont .detail_info .location_map .location {
          display: none;
          font-size: 17px;
          line-height: 20px;
          color: #7E7E7E;
          margin-right: 26px; }
        .detail_wrap .left_cont .detail_info .location_map .view_map {
          display: inline-flex;
          justify-content: flex-start;
          min-width: fit-content;
          align-items: center; }
          .detail_wrap .left_cont .detail_info .location_map .view_map span {
            font-weight: 600;
            font-size: 17px;
            line-height: 20px;
            text-decoration-line: underline;
            color: #ED0A0A; }
          .detail_wrap .left_cont .detail_info .location_map .view_map img {
            margin-right: 9px; }
      .detail_wrap .left_cont .detail_info .price {
        width: 100%;
        font-weight: 600;
        font-size: 22px;
        line-height: 20px;
        color: #2F2F2F;
        margin-top: 24px;
        margin-bottom: 36px; }
        .detail_wrap .left_cont .detail_info .price span,.top_properties_wrap .item_main .item_text .price span,.item_main .item_text .price span{
          font-size: 16px !important;
        }
    .detail_wrap .left_cont .appartaments_info {
      width: 100%;
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      flex-wrap: wrap;
      padding-bottom: 22px; }
      .detail_wrap .left_cont .appartaments_info .block {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-right: 60px;
        margin-bottom: 30px;
        max-width: 100px;
      }
        .detail_wrap .left_cont .appartaments_info .block:last-child {
          margin-right: 0; }
        .detail_wrap .left_cont .appartaments_info .block figure {
          height: 48px;
          display: inline-flex;
          justify-content: center;
          align-items: center;
          margin-bottom: 8px; }
        .detail_wrap .left_cont .appartaments_info .block p {
          width: 100%;
          text-align: center;
          font-weight: 600;
          font-size: 15px;
          line-height: 20px;
          color: #2F2F2F; }

    .detail_wrap .left_cont .appartaments_info {
      width: 100%; }
    .detail_wrap .left_cont .property_description {
      width: 100%;
      margin-bottom: 62px; }
      .detail_wrap .left_cont .property_description .text {
        width: 100%;
        font-size: 18px;
        line-height: 28px;
        color: #2F2F2F;
        margin-bottom: 16px; }
      .detail_wrap .left_cont .property_description ul {
        width: 100%; }
        .detail_wrap .left_cont .property_description ul li {
          width: 100%;
          position: relative;
          padding-left: 65px;
          margin-bottom: 16px;
          font-weight: 500;
          font-size: 18px;
          line-height: 28px;
          color: #2F2F2F; }
          .detail_wrap .left_cont .property_description ul li:last-child {
            margin-bottom: 0; }
          .detail_wrap .left_cont .property_description ul li::before {
            content: "";
            position: absolute;
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: #5A7CF4;
            left: 35px;
            top: 11px; }
    .detail_wrap .left_cont .info_columns {
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: flex-start; }
      .detail_wrap .left_cont .info_columns .column {
        width: 100%; }
        .detail_wrap .left_cont .info_columns .column .block {
          width: 100%;
          margin-bottom: 40px; }
        .detail_wrap .left_cont .info_columns .column ul {
          width: 100%;
          list-style-type: disc;
          padding-left: 20px; }
          .detail_wrap .left_cont .info_columns .column ul li {
            width: 100%;
            font-size: 18px;
            line-height: 28px;
            color: #000000; }
        .detail_wrap .left_cont .info_columns .column:first-child {
          max-width: 324px; }
        .detail_wrap .left_cont .info_columns .column:last-child {
          max-width: 163px; }
    .detail_wrap .left_cont .virtual_tour, .detail_wrap .left_cont .video_cont {
      width: 100%;
      margin-top: 70px; }
      .detail_wrap .left_cont .virtual_tour .title, .detail_wrap .left_cont .video_cont .title {
        margin-bottom: 24px; }
      .detail_wrap .left_cont .virtual_tour .vr_area, .detail_wrap .left_cont .video_cont .vr_area {
        width: 100%;
        position: relative;
        display: inline-flex; }
        .detail_wrap .left_cont .virtual_tour .vr_area .preview, .detail_wrap .left_cont .video_cont .vr_area .preview {
          width: 100%;
          border-radius: 6px;
          object-fit: cover; }
        .detail_wrap .left_cont .virtual_tour .vr_area .play, .detail_wrap .left_cont .video_cont .vr_area .play {
          position: absolute;
          top: 50%;
          left: 50%;
          z-index: 2;
          transform: translateX(-50%) translateY(-50%); }
        .detail_wrap .left_cont .virtual_tour .vr_area .overlay, .detail_wrap .left_cont .video_cont .vr_area .overlay {
          position: absolute;
          z-index: 1;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          width: 100%;
          height: 100%;
          background: #060606;
          opacity: 0.2;
          border-radius: 6px; }
    .detail_wrap .left_cont .video_cont {
      margin-top: 52px; }
    .detail_wrap .left_cont .photos_cont {
      width: 100%;
      margin-top: 52px; }
      .detail_wrap .left_cont .photos_cont .area {
        width: calc(100% + 30px);
        margin-left: -15px;
        margin-right: -15px;
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        flex-wrap: wrap; }
        .detail_wrap .left_cont .photos_cont .area .photo_item {
          margin: 0 15px;
          margin-bottom: 30px;
          width: calc(50% - 30px);
          position: relative;
          display: inline-flex; }
          .detail_wrap .left_cont .photos_cont .area .photo_item .overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            z-index: 2;
            background: #000000;
            opacity: 0.4;
            border-radius: 6px; }
          .detail_wrap .left_cont .photos_cont .area .photo_item img {
            width: 100%;
            height: 200px;
            object-fit: cover;
            border-radius: 6px; }
          .detail_wrap .left_cont .photos_cont .area .photo_item p {
            width: 100%;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: 0;
            right: 0;
            font-weight: 600;
            font-size: 22px;
            line-height: 20px;
            text-align: center;
            color: #FFFFFF;
            z-index: 3; }
    .detail_wrap .left_cont .location_inner {
      width: 100%;
      margin-bottom: 63px; }
      .detail_wrap .left_cont .location_inner .address {
        width: 100%;
        max-width: 265px;
        font-size: 18px;
        line-height: 28px;
        color: #2F2F2F;
        margin-bottom: 17px; }
      .detail_wrap .left_cont .location_inner .map_location {
        width: 100%;
        height: 320px; }
    .detail_wrap .left_cont .error_cont {
      width: 100%;
      border-left: 2px solid #ED0A0A;
      padding-left: 31px; }
      .detail_wrap .left_cont .error_cont .title {
        margin-bottom: 8px; }
      .detail_wrap .left_cont .error_cont .text {
        width: 100%;
        font-size: 18px;
        line-height: 28px;
        color: #000000;
        margin-bottom: 12px; }
      .detail_wrap .left_cont .error_cont a {
        font-weight: 600;
        font-size: 18px;
        line-height: 28px;
        text-decoration-line: underline;
        color: #ED0A0A; }
    .detail_wrap .left_cont .price_cont {
      width: 100%;
      margin-top: 63px; }
      .detail_wrap .left_cont .price_cont .row {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 14px; }
        .detail_wrap .left_cont .price_cont .row:last-child {
          margin-bottom: 0; }
        .detail_wrap .left_cont .price_cont .row p {
          font-size: 18px;
          line-height: 28px;
          color: #000000; }
          .detail_wrap .left_cont .price_cont .row p strong {
            font-weight: 600; }
          .detail_wrap .left_cont .price_cont .row p:first-child {
            width: 100%;
            max-width: 402px;
            padding-right: 10px; }
      .detail_wrap .left_cont .price_cont .links_wrap {
        width: 100%;
        padding-top: 10px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 62px; }
        .detail_wrap .left_cont .price_cont .links_wrap a {
          font-weight: 600;
          font-size: 18px;
          line-height: 28px;
          text-decoration-line: underline;
          color: #5A7CF4;
          margin-right: 40px; }
          .detail_wrap .left_cont .price_cont .links_wrap a:last-child {
            margin-right: 0; }
  .detail_wrap aside {
    width: 100%;
    max-width: 350px;
    position: sticky;
    top: 40px;
    background: #FFFFFF;
    box-shadow: 0px 8px 26px rgba(32, 37, 47, 0.23);
    border-radius: 6px; }
    .detail_wrap aside .top_area {
      width: 100%;
      padding: 24px 35px 35px;
      display: flex;
      flex-direction: column;
      align-items: center;
      border-bottom: 1px solid #DFDFDF; }
      .detail_wrap aside .top_area .title {
        width: 100%;
        text-align: center;
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        color: #2F2F2F;
        margin-bottom: 24px; }
      .detail_wrap aside .top_area form {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center; }
        .detail_wrap aside .top_area form textarea {
          width: 100%;
          border: 1px solid #DFDFDF;
          filter: drop-shadow(0px 3px 10px rgba(32, 36, 43, 0.45));
          border-radius: 6px;
          padding: 13px 13px 17px 21px;
          height: 92px;
          resize: none;
          color: #2F2F2F;
          font-size: 15px;
          line-height: 20px;
          margin-bottom: 16px; }
          .detail_wrap aside .top_area form textarea::placeholder {
            color: rgba(47, 47, 47, 0.4); }
        .detail_wrap aside .top_area form button {
          padding: 13px;
          width: 100%; }
    .detail_wrap aside .bottom_area {
      width: 100%;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      padding: 35px 21px 40px; }
      .detail_wrap aside .bottom_area img {
        width: 112px;
        object-fit: cover; }
      .detail_wrap aside .bottom_area .text {
        width: calc(100% - 112px);
        padding-left: 23px; }
        .detail_wrap aside .bottom_area .text .block {
          width: 100%; }
          .detail_wrap aside .bottom_area .text .block .bold {
            width: 100%;
            font-weight: 600;
            font-size: 16px;
            line-height: 20px;
            color: #2F2F2F;
            margin-bottom: 4px; }
          .detail_wrap aside .bottom_area .text .block .reg {
            width: 100%;
            font-size: 14px;
            line-height: 20px;
            color: #7E7E7E; }
        .detail_wrap aside .bottom_area .text .title_block {
          width: 100%;
          font-weight: 600;
          font-size: 16px;
          line-height: 20px;
          color: #2F2F2F;
          display: inline-block;
          margin-bottom: 12px; }

.inspired_searches {
  width: 100%; }
  .inspired_searches .title_item {
    width: 100%;
    font-weight: 600;
    font-size: 22px;
    line-height: 20px;
    color: #2F2F2F;
    margin-bottom: 18px; }
  .inspired_searches .search_slider_wrap {
    width: 100%;
    overflow: hidden;
    position: relative; }
    .inspired_searches .search_slider_wrap .arrow {
      position: absolute;
      opacity: .7;
      top: 110px;
      z-index: 2; }
      .inspired_searches .search_slider_wrap .arrow.slick-disabled {
        opacity: 0;
        visibility: hidden; }
      .inspired_searches .search_slider_wrap .arrow.arrow_left {
        left: 16px; }
      .inspired_searches .search_slider_wrap .arrow.arrow_right {
        right: 16px; }


        .inspired_searches .search_slider_wrap .slider .slide a {
          width: 100%;
          display: flex;
          flex-direction: column;
          align-items: center; }
          .inspired_searches .search_slider_wrap .slider .slide a img {
            width: 100%;
            border-radius: 6px;
            height: auto;
            margin-bottom: 14px;
            object-fit: cover; }

          .inspired_searches .search_slider_wrap .slider .slide a .title {
            width: 100%;
            font-weight: 600;
            font-size: 16px;
            line-height: 20px;
            color: #2F2F2F;
            margin-bottom: 20px; }
          .inspired_searches .search_slider_wrap .slider .slide a .text {
            width: 100%;
            font-size: 15px;
            line-height: 20px;
            color: #7E7E7E;
            margin-bottom: 6px; }
          .inspired_searches .search_slider_wrap .slider .slide a .price {
            width: 100%;
            font-weight: 600;
            font-size: 16px;
            line-height: 20px;
            color: #2F2F2F; }

.contact_section {
  width: 100%;
  padding-top: 63px;
  background: #FBFBFB;
  padding-bottom: 60px; }
  .contact_section h1 {
    margin-bottom: 16px; }
  .contact_section .text {
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    color: #2F2F2F;
    margin-bottom: 48px; }
    .contact_section .text a {
      color: #5A7CF4;
      text-decoration: underline; }
  .contact_section ul {
    width: 100%;
    margin-bottom: 48px; }
    .contact_section ul li {
      width: 100%;
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      margin-bottom: 12px; }
      .contact_section ul li:last-child {
        margin-bottom: 0; }
      .contact_section ul li .text_block {
        width: calc(100% - 24px);
        padding-left: 8px; }
        .contact_section ul li .text_block p {
          width: 100%;
          font-size: 18px;
          line-height: 28px;
          color: #2F2F2F; }
          .contact_section ul li .text_block p strong {
            font-weight: 500; }
  .contact_section .form_block {
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 3px 27px rgba(32, 37, 47, 0.12);
    border-radius: 6px;
    padding: 32px 40px 40px; }
    .contact_section .form_block p {
      width: 100%;
      font-weight: 500;
      font-size: 18px;
      line-height: 28px;
      color: #2F2F2F;
      margin-bottom: 24px; }
    .contact_section .form_block form {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: flex-end; }
      .contact_section .form_block form .input_double {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .contact_section .form_block form .input_double input {
          width: calc(50% - 15px);
          border: 1px solid #DFDFDF;
          filter: drop-shadow(0px 3px 10px rgba(32, 36, 43, 0.15));
          border-radius: 40px;
          height: 54px;
          padding-left: 26px;
          padding-right: 15px;
          font-weight: 600;
          font-size: 16px;
          line-height: 20px;
          color: #2F2F2F; }
          .contact_section .form_block form .input_double input::placeholder {
            color: rgba(47, 47, 47, 0.4); }
      .contact_section .form_block form textarea {
        width: 100%;
        margin-top: 12px;
        border: 1px solid #DFDFDF;
        filter: drop-shadow(0px 3px 10px rgba(32, 36, 43, 0.15));
        border-radius: 40px;
        padding: 18px 26px;
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        color: #2F2F2F;
        height: 90px;
        resize: none;
        margin-bottom: 12px; }
        .contact_section .form_block form textarea::placeholder {
          color: rgba(47, 47, 47, 0.4); }

.modal_wrap {
  display: none;
  width: 100%;
  padding: 0;
  margin: 0;
  background: #FFFFFF;
  box-shadow: 0px 3px 27px rgba(32, 37, 47, 0.12);
  border-radius: 6px; }
  .modal_wrap .modal_container {
    width: 100%; }

.error_modal {
  max-width: 540px; }
  .error_modal .top {
    width: 100%;
    padding: 32px 40px 16px; }
    .error_modal .top p {
      width: 100%;
      font-size: 18px;
      line-height: 28px;
      color: #2F2F2F; }
      .error_modal .top p strong {
        font-weight: 500; }
  .error_modal .content_wrap p {
    text-align: left; }
  .error_modal .attention {
    width: 100%;
    background: #F5F5F5;
    padding: 16px 29px 21px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 32px; }
    .error_modal .attention p {
      width: calc(100% - 30px);
      padding-left: 16px;
      font-size: 15px;
      line-height: 24px;
      color: #2F2F2F; }
  .error_modal .content_wrap {
    width: 100%;
    padding: 40px;
    padding-top: 0; }
    .error_modal .content_wrap ul {
      width: 100%; }
      .error_modal .content_wrap ul li {
        width: 100%;
        margin-bottom: 10px; }
        .error_modal .content_wrap ul li label {
          width: 100%;
          position: relative;
          display: flex;
          justify-content: flex-start;
          align-items: center; }
          .error_modal .content_wrap ul li label input {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            z-index: 2;
            cursor: pointer;
            opacity: 0; }
            .error_modal .content_wrap ul li label input:checked + .default > .active {
              display: block; }
          .error_modal .content_wrap ul li label .default {
            width: 24px;
            height: 24px;
            border: 1px solid #DFDFDF;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center; }
            .error_modal .content_wrap ul li label .default .active {
              width: 18px;
              height: 18px;
              background: #5A7CF4;
              border-radius: 50%;
              display: none; }
        .error_modal .content_wrap ul li p {
          width: calc(100% - 24px);
          padding-left: 13px;
          font-size: 16px;
          line-height: 28px;
          color: #2F2F2F; }
        .error_modal .content_wrap ul li input {
          width: 100%;
          border: 1px solid #DFDFDF;
          filter: drop-shadow(0px 3px 10px rgba(32, 36, 43, 0.15));
          border-radius: 40px;
          height: 54px;
          padding-left: 26px;
          padding-right: 15px;
          font-weight: 600;
          font-size: 16px;
          line-height: 20px;
          color: #2F2F2F;
          margin-top: 4px;
          margin-bottom: 16px; }
          .error_modal .content_wrap ul li input::placeholder {
            color: rgba(47, 47, 47, 0.4); }
        .error_modal .content_wrap ul li:last-child {
          margin-bottom: 0;
          display: flex;
          flex-direction: column;
          align-items: center; }
          .error_modal .content_wrap ul li:last-child p {
            padding-left: 26px; }

.privacy_policy {
  width: 100%;
  padding-top: 63px; }
  .privacy_policy .small_h1 {
    margin-bottom: 16px; }
  .privacy_policy time {
    width: 100%;
    font-size: 15px;
    line-height: 28px;
    color: #2F2F2F;
    margin-bottom: 32px;
    display: inline-block; }
  .privacy_policy .text {
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    color: #2F2F2F;
    margin-bottom: 40px; }
  .privacy_policy .list_block {
    width: 100%;
    margin-bottom: 40px; }
    .privacy_policy .list_block .title {
      width: 100%;
      font-weight: 500;
      font-size: 18px;
      line-height: 28px;
      color: #2F2F2F;
      margin-bottom: 16px; }
    .privacy_policy .list_block ul {
      width: 100%; }
      .privacy_policy .list_block ul li {
        width: 100%;
        position: relative;
        padding-left: 44px;
        font-size: 18px;
        line-height: 28px;
        color: #2F2F2F;
        margin-bottom: 15px; }
        .privacy_policy .list_block ul li::before {
          content: "";
          position: absolute;
          width: 3px;
          height: 3px;
          border-radius: 50%;
          background: #2F2F2F;
          left: 25px;
          top: 12px; }
  .privacy_policy .info_block {
    width: 100%;
    margin-bottom: 54px; }
    .privacy_policy .info_block p {
      width: 100%;
      font-size: 18px;
      line-height: 28px;
      color: #2F2F2F;
      margin-bottom: 16px; }
      .privacy_policy .info_block p:last-child {
        margin-bottom: 0; }
      .privacy_policy .info_block p strong {
        font-weight: 500; }
  .privacy_policy .anchor_block {
    width: 100%;
    margin-bottom: 54px; }
    .privacy_policy .anchor_block .title {
      width: 100%;
      font-weight: 600;
      font-size: 22px;
      line-height: 20px;
      color: #2F2F2F;
      margin-bottom: 16px; }
    .privacy_policy .anchor_block ul {
      width: 100%;
      padding-left: 17px;
      margin-bottom: 54px;
      counter-reset: heading; }
      .privacy_policy .anchor_block ul li {
        width: 100%; }
        .privacy_policy .anchor_block ul li a {
          font-weight: 500;
          font-size: 18px;
          line-height: 28px;
          color: #5A7CF4;
          position: relative;
          display: inline-block;
          padding-left: 25px; }
          .privacy_policy .anchor_block ul li a::before {
            counter-increment: heading;
            content: counter(heading) ".";
            position: absolute;
            left: 0;
            top: 0;
            font-weight: 500;
            font-size: 18px;
            line-height: 28px;
            color: #5A7CF4; }
  .privacy_policy .text_block {
    width: 100%;
    margin-bottom: 54px; }
    .privacy_policy .text_block h4 {
      width: 100%;
      font-weight: 600;
      font-size: 22px;
      line-height: 20px;
      color: #2F2F2F;
      margin-bottom: 16px; }
    .privacy_policy .text_block p {
      width: 100%;
      font-size: 18px;
      line-height: 28px;
      color: #2F2F2F;
      margin-bottom: 15px; }
      .privacy_policy .text_block p strong {
        font-weight: 600; }
    .privacy_policy .text_block ul {
      width: 100%; }
      .privacy_policy .text_block ul li {
        width: 100%;
        position: relative;
        padding-left: 44px;
        font-size: 18px;
        line-height: 28px;
        color: #2F2F2F;
        margin-bottom: 15px; }
        .privacy_policy .text_block ul li::before {
          content: "";
          position: absolute;
          width: 3px;
          height: 3px;
          border-radius: 50%;
          background: #2F2F2F;
          left: 25px;
          top: 12px; }

.detail_page.fixed aside {
  top: 122px; }

.detail_page.fixed header {
  position: fixed;
  border-bottom: 1px solid #DFDFDF;
  z-index: 14;
}
  .detail_page.fixed header .left_cont {
    display: none; }
  .detail_page.fixed header .detail_header_fixed {
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    .detail_page.fixed header .detail_header_fixed .logo_small {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      margin-right: 34px; }
    .detail_page.fixed header .detail_header_fixed .title_cont {
      font-weight: 600;
      font-size: 18px;
      line-height: 20px;
      color: #2F2F2F;
      display: flex;
      justify-content: flex-start;
      align-items: center; }
      .detail_page.fixed header .detail_header_fixed .title_cont img {
        width: 70px;
        height: 48px;
        object-fit: cover;
        border-radius: 6px; }
      .detail_page.fixed header .detail_header_fixed .title_cont p {
        width: calc(100% - 70px);
        padding-left: 16px;
        font-weight: 600;
        font-size: 18px;
        line-height: 20px;
        color: #2F2F2F; }
  .detail_page.fixed header .right_cont {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 15px; }
    .detail_page.fixed header .right_cont .btns_list {
      display: none; }
    .detail_page.fixed header .right_cont .appartaments_info {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      padding-right: 30px;
    }
      .detail_page.fixed header .right_cont .appartaments_info .block {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-right: 32px; }
        .detail_page.fixed header .right_cont .appartaments_info .block:last-child {
          margin-right: 0; }
        .detail_page.fixed header .right_cont .appartaments_info .block figure {
          display: inline-flex;
          justify-content: center;
          align-items: center;
          margin-bottom: 3px; }
          .detail_page.fixed header .right_cont .appartaments_info .block figure img {
            width: 24px; }
        .detail_page.fixed header .right_cont .appartaments_info .block p {
          width: 100%;
          text-align: center;
          font-weight: 600;
          font-size: 13px;
          line-height: 20px;
          color: #2F2F2F; }
@media screen and (max-width: 1200px){
  .detail_page.fixed header .right_cont .appartaments_info .block p span{
    display: none;
  }
  .detail_page.fixed header .right_cont .appartaments_info .block{
    margin-right: 20px;
  }
  .appartaments_info .block{
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 1024px){
  .detail_page.fixed header .right_cont .appartaments_info{
    display: none;
  }

}
.signup_modal {
  max-width: 540px; }
  .signup_modal .modal_container {
    padding: 40px; }
  .signup_modal .title {
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 22px;
    line-height: 20px;
    color: #2F2F2F;
    margin-bottom: 32px; }
  .signup_modal .outlined_btn {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 7px;
      cursor: pointer;
      border-radius: 45.362px;
      border: 1px solid #ED0A0A;
      background: #FFF;
      width: 100%;
      max-width: 233px;
      height: 56px;
      color: #ED0A0A;
  }
  .signup_modal .dynamic-warning {
      margin-bottom: 32px;
      color: #2F2F2F;
      font-size: 16px;
      line-height: 120%;}
  .signup_modal .actions_wrapper {
      display: flex;
      justify-content: space-between;
      gap: 20px;
      flex-wrap: wrap;
  }
    @media (max-width: 420px) {
        .signup_modal .actions_wrapper > * {
            flex: 1;
        }
    }
  .signup_modal form {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .signup_modal form .input_cont {
      width: 100%;
      position: relative;
      margin-bottom: 16px; }
      .signup_modal form .input_cont:last-child {
        margin-bottom: 0; }
      .signup_modal form .input_cont input {
        width: 100%;
        border: 1px solid #DFDFDF;
        filter: drop-shadow(0px 3px 10px rgba(32, 36, 43, 0.15));
        border-radius: 40px;
        height: 54px;
        padding-left: 24px;
        padding-right: 20px;
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        color: #2F2F2F; }
        .signup_modal form .input_cont input::placeholder {
          color: rgba(47, 47, 47, 0.3); }
      .signup_modal form .input_cont.password_cont input {
        padding-right: 120px; }
      .signup_modal form .input_cont.password_cont .show_pass {
        position: absolute;
        cursor: pointer;
        top: 50%;
        right: 12px;
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        color: #5062A2;
        user-select: none;
        height: 100%;
        transform: translate(0, -50%);
        align-items: center;
        padding: 0 16px;
        display: none; }
        .property_info_wrapper_publish form .input_cont.password_cont .show_pass{
          position: absolute;
          cursor: pointer;
          top: 17px;
          right: 24px;
          font-weight: 500;
          font-size: 16px;
          line-height: 20px;
          color: #5062A2;
          user-select: none;
        }
        .signup_modal form .input_cont.password_cont .show_pass.active {
            display: flex;}
    .signup_modal form .accept_conditions,.property_info_wrapper_publish form .accept_conditions {
      width: 100%;
      position: relative;
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      margin-bottom: 16px; }
      .signup_modal form .accept_conditions input,.property_info_wrapper_publish form .accept_conditions input {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        height: 24px;
        width: 30px;
        z-index: 2;
        cursor: pointer;
        opacity: 0; }
        .signup_modal form .accept_conditions input:checked + .default > .active,.property_info_wrapper_publish form .accept_conditions input:checked + .default > .active{
          opacity: 1; }
          .signup_modal form .accept_conditions input:checked + .error + .default > .active,.property_info_wrapper_publish form .accept_conditions input:checked + .error + .default > .active{
            opacity: 1; }
      .signup_modal form .accept_conditions .default,.property_info_wrapper_publish form .accept_conditions .default{
        width: 24px;
        height: 24px;
        border-radius: 50%;
        border: 1px solid #DFDFDF;
        display: inline-flex;
        justify-content: center;
        align-items: center; }
        .signup_modal form .accept_conditions .default .active,.property_info_wrapper_publish form .accept_conditions .default .active{
          width: 18px;
          height: 18px;
          background: #ED0A0A;
          border-radius: 50%;
          opacity: 0; }
      .signup_modal form .accept_conditions p,.property_info_wrapper_publish form .accept_conditions p {
        width: calc(100% - 24px);
        padding-left: 19px;
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        color: #2F2F2F; }
        .signup_modal form .accept_conditions p a,.property_info_wrapper_publish form .accept_conditions p a {
          color: #5062A1; }
          .signup_modal form .accept_conditions p a:hover, .property_info_wrapper_publish form .accept_conditions p a:hover {
            text-decoration: underline; }
    .signup_modal form button {
      width: 100%;
      max-width: 100%;
      margin-bottom: 16px; }
    .signup_modal form .have_acc, .signup_modal form .no_acc, .signup_modal form .forgot_pass {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      margin-left: auto;
      margin-right: auto;
      font-weight: 500;
      font-size: 16px;
      line-height: 20px;
      text-decoration-line: underline;
      color: #5062A2;
      margin-bottom: 40px; }
    .signup_modal form .forgot_pass {
      margin: 0;
      margin-right: auto;
      text-decoration: none;
      margin-top: 8px;
      margin-bottom: 16px; }
    .signup_modal form .line {
      width: 100%;
      position: relative;
      display: flex;
      justify-content: center;
      margin-bottom: 28px; }
      .signup_modal form .line::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        height: 1px;
        background: #DFDFDF;
        top: 10px; }
      .signup_modal form .line span {
        display: inline-flex;
        padding-left: 20px;
        padding-right: 20px;
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        color: #979797;
        background: #fff;
        z-index: 2; }
    .signup_modal form .bottom_soc {
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .signup_modal form .bottom_soc a {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        background: #FFFFFF;
        border: 1px solid #DFDFDF;
        border-radius: 40px;
        padding: 18px 27px 18px 18px;
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
        text-align: center;
        color: #2F2F2F; }
        .signup_modal form .bottom_soc a img {
          margin-right: 12px; }

.profile_section {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  /* overflow: hidden;  */
}
  .profile_section .profile_menu {
    min-height: calc(100vh - 82px);
    width: 100%;
    max-width: 160px;
    background: #FFFFFF;
    box-shadow: 3px 0px 16px rgba(34, 34, 34, 0.09);
    padding-top: 32px;
    z-index: 3; }
    .profile_section .profile_menu.active {
      max-width: 73px; }
      .profile_section .profile_menu.active .scroll_wrap .nav_list .nav_link .btn_text {
        display: none; }
    .profile_section .profile_menu .arrow_profile {
      display: grid;
      justify-content: center;
      align-items: center;
      width: 52px;
      height: 52px;
      border: 1px solid #DFDFDF;
      border-radius: 40px;
      cursor: pointer;
      margin-bottom: 20px;
      margin-left: auto;
      margin-right: auto; }
      .profile_section .profile_menu .arrow_profile.active img {
        transform: rotate(180deg);
        margin-left: 2px; }
      .profile_section .profile_menu .arrow_profile img {
        width: 6px; }
    .profile_section .profile_menu .scroll_wrap {
      width: 100%; }
      .profile_section .profile_menu .scroll_wrap .nav_list {
        width: 100%; }
        .profile_section .profile_menu .scroll_wrap .nav_list .nav_li {
          padding: 21px 13px;
          margin: 4px 0;
          position: relative; }
          .profile_section .profile_menu .scroll_wrap .nav_list .nav_li::before {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            height: 100%;
            width: 4px;
            right: 0;
            background: #ED0A0A;
            display: none; }
          .profile_section .profile_menu .scroll_wrap .nav_list .nav_li.active::before {
            display: block; }
          .profile_section .profile_menu .scroll_wrap .nav_list .nav_li.active .nav_link .angle {
            transform: rotate(180deg);
            top: 8px; }
          .profile_section .profile_menu .scroll_wrap .nav_list .nav_li.active figure .icon.empty {
            display: none; }
          .profile_section .profile_menu .scroll_wrap .nav_list .nav_li.active figure .icon.filled {
            display: block; }
        .profile_section .profile_menu .scroll_wrap .nav_list .nav_link {
          cursor: pointer;
          display: flex;
          justify-content: flex-start;
          align-items: center;
          font-weight: 600;
          font-size: 16px;
          line-height: 20px;
          color: #2F2F2F;
          position: relative; }
          .profile_section .profile_menu .scroll_wrap .nav_list .nav_link figure {
            width: 24px;
            display: inline-flex;
            justify-content: center;
            align-items: center;
            margin-right: 6px; }
            .profile_section .profile_menu .scroll_wrap .nav_list .nav_link figure .icon.empty {
              display: block; }
            .profile_section .profile_menu .scroll_wrap .nav_list .nav_link figure .icon.filled {
              display: none; }
          .profile_section .profile_menu .scroll_wrap .nav_list .nav_link .angle {
            position: absolute;
            top: 10px;
            right: 0; }
        .profile_section .profile_menu .scroll_wrap .nav_list .inside_list {
          width: 100%;
          margin-top: 29px;
          padding-left: 3px;
          display: none; }
          .profile_section .profile_menu .scroll_wrap .nav_list .inside_list.active {
            display: block; }
          .profile_section .profile_menu .scroll_wrap .nav_list .inside_list li {
            width: 100%;
            margin-bottom: 25px; }
            .profile_section .profile_menu .scroll_wrap .nav_list .inside_list li:last-child {
              margin-bottom: 0; }
            .profile_section .profile_menu .scroll_wrap .nav_list .inside_list li a {
              font-weight: 600;
              font-size: 15px;
              line-height: 20px;
              color: #2F2F2F; }
              .profile_section .profile_menu .scroll_wrap .nav_list .inside_list li a:hover {
                color: #ED0A0A; }
              .profile_section .profile_menu .scroll_wrap .nav_list .inside_list li a.active {
                color: #ED0A0A; }
    .profile_section .profile_menu.active .scroll_wrap .nav_list .inside_list.active {
      position: absolute;
      width: fit-content;
      background: #FFFFFF;
      border-radius: 6px;
      padding: 28px 16px;
      top: 0;
      left: 100%;
      z-index: 3;
      margin-left: 16px;
      margin-top: 0;
      box-shadow: 0px 3px 49px rgba(34, 34, 34, 0.19); }
      .profile_section .profile_menu.active .scroll_wrap .nav_list .inside_list.active::before {
        content: "";
        position: absolute;
        left: -15px;
        top: 15px;
        background: url("../img/Polygon 2.png") top center no-repeat;
        width: 18px;
        height: 13px; }
    .profile_section .profile_menu.active + .profile_content {
      width: calc(100% - 73px); }
  .profile_section .profile_content {
    width: calc(100% - 160px);
    padding: 57px 80px 60px;
    background: #F8F8F8;
    position: relative; }
    .profile_section .profile_content .profile_home {
      width: 100%; }
      .profile_section .profile_content .profile_home .name {
        width: 100%;
        font-weight: 600;
        font-size: 20px;
        line-height: 20px;
        color: #2F2F2F;
        margin-bottom: 23px; }
      .profile_section .profile_content .profile_home .columns {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: stretch; }
        .profile_section .profile_content .profile_home .columns .column {
          width: calc(33.33% - 80px / 3);
          background: #FFFFFF;
          box-shadow: 0px 2px 11px rgba(0, 0, 0, 0.06);
          border-radius: 6px; }
          .profile_section .profile_content .profile_home .columns .column .top_area {
            width: 100%;
            padding: 24px 0 16px; }
            .profile_section .profile_content .profile_home .columns .column .top_area .top {
              width: 100%;
              display: flex;
              justify-content: space-between;
              align-items: center;
              padding: 0 40px;
              margin-bottom: 40px; }
            .profile_section .profile_content .profile_home .columns .column .top_area p {
              font-weight: 600;
              font-size: 20px;
              line-height: 20px;
              color: #2F2F2F; }
            .profile_section .profile_content .profile_home .columns .column .top_area a {
              font-weight: 600;
              font-size: 16px;
              line-height: 20px;
              color: #5062A2; }
            .profile_section .profile_content .profile_home .columns .column .top_area .tab_items {
              width: 100%;
              display: flex;
              justify-content: space-between;
              align-items: center; }
              .profile_section .profile_content .profile_home .columns .column .top_area .tab_items .item {
                display: inline-flex;
                justify-content: center;
                align-items: center;
                text-align: center;
                font-weight: 600;
                font-size: 16px;
                line-height: 20px;
                color: #2F2F2F;
                padding-bottom: 16px;
                border-bottom: 1px solid #DFDFDF;
                width: 33.33%;
                cursor: pointer; }
                .profile_section .profile_content .profile_home .columns .column .top_area .tab_items .item.active {
                  border-color: #ED0A0A;
                  color: #ED0A0A; }
          .profile_section .profile_content .profile_home .columns .column .tab_content {
            width: 100%; }
            .profile_section .profile_content .profile_home .columns .column .tab_content .row_item {
              width: 100%;
              position: relative;
              margin-bottom: 45px; }
              .profile_section .profile_content .profile_home .columns .column .tab_content .row_item:last-child {
                margin-bottom: 0; }
              .profile_section .profile_content .profile_home .columns .column .tab_content .row_item::before {
                content: "";
                height: 1px;
                border-bottom: 1px dashed #C4C4C4;
                left: 0;
                right: 0;
                position: absolute;
                width: 100%;
                bottom: 15px;
                z-index: 0; }
            .profile_section .profile_content .profile_home .columns .column .tab_content .tab {
              width: 100%;
              display: none; }
              .profile_section .profile_content .profile_home .columns .column .tab_content .tab canvas {
                width: 99% !important;
                height: 30px !important;
                z-index: 2;
                position: relative; }
              .profile_section .profile_content .profile_home .columns .column .tab_content .tab.active {
                display: block; }
              .profile_section .profile_content .profile_home .columns .column .tab_content .tab .top_tab {
                width: 100%;
                display: flex;
                justify-content: flex-start;
                align-items: center;
                margin-bottom: 34px; }
                .profile_section .profile_content .profile_home .columns .column .tab_content .tab .top_tab .digit {
                  width: 80px;
                  font-weight: 600;
                  font-size: 20px;
                  overflow: hidden;
                  text-overflow: ellipsis;
                  color: #2F2F2F; }
                  .profile_section .profile_content .profile_home .columns .column .tab_content .tab .top_tab .digit i {
                    font-size: 16px;
                    line-height: 20px; }
                .profile_section .profile_content .profile_home .columns .column .tab_content .tab .top_tab .text {
                  width: calc(100% - 80px);
                  padding-left: 3px; }
                  .profile_section .profile_content .profile_home .columns .column .tab_content .tab .top_tab .text p {
                    width: 100%;
                    font-size: 16px;
                    line-height: 20px;
                    color: #2F2F2F; }
                  .profile_section .profile_content .profile_home .columns .column .tab_content .tab .top_tab .text span {
                    width: 100%;
                    display: inline-block;
                    font-size: 14px;
                    line-height: 20px;
                    color: #7E7E7E; }
              .profile_section .profile_content .profile_home .columns .column .tab_content .tab .chart_cont {
                width: 100%;
                position: relative; }
          .profile_section .profile_content .profile_home .columns .column.statistic_column .tab {
            padding: 40px 25px 44px 40px; }
          .profile_section .profile_content .profile_home .columns .column.statistic_lined_column .top_area .tab_items .item {
            width: 50%; }
          .profile_section .profile_content .profile_home .columns .column.statistic_lined_column .total_listing {
            width: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            font-size: 40px;
            line-height: 20px;
            color: #2F2F2F;
            margin-bottom: 29px; }
            .profile_section .profile_content .profile_home .columns .column.statistic_lined_column .total_listing span {
              font-weight: 600;
              font-size: 16px;
              line-height: 20px;
              color: #2F2F2F;
              margin-top: 10px; }
          .profile_section .profile_content .profile_home .columns .column.statistic_lined_column .row_block {
            width: 100%;
            margin-bottom: 58px; }
            .profile_section .profile_content .profile_home .columns .column.statistic_lined_column .row_block:last-child {
              margin-bottom: 0; }
            .profile_section .profile_content .profile_home .columns .column.statistic_lined_column .row_block .title {
              width: 100%;
              font-size: 16px;
              line-height: 20px;
              color: #2F2F2F; }
            .profile_section .profile_content .profile_home .columns .column.statistic_lined_column .row_block .text {
              width: 100%;
              font-size: 14px;
              line-height: 20px;
              color: #7E7E7E; }
            .profile_section .profile_content .profile_home .columns .column.statistic_lined_column .row_block .line_item {
              width: 100%;
              position: relative;
              background: #DFDFDF;
              border-radius: 5px;
              height: 8px;
              margin-top: 16px; }
              .profile_section .profile_content .profile_home .columns .column.statistic_lined_column .row_block .line_item .active {
                background: #5A7CF4;
                border-radius: 5px;
                height: 8px;
                max-width: 100%;
                position: relative; }
                .profile_section .profile_content .profile_home .columns .column.statistic_lined_column .row_block .line_item .active.empty span {
                  color: #C4C4C4; }
                .profile_section .profile_content .profile_home .columns .column.statistic_lined_column .row_block .line_item .active span {
                  position: absolute;
                  font-weight: 500;
                  font-size: 14px;
                  line-height: 20px;
                  color: #5A7CF4;
                  top: 100%;
                  margin-top: 4px;
                  right: -10px; }
          .profile_section .profile_content .profile_home .columns .column.higligting_pack .content {
            width: 100%;
            padding: 0 40px 30px; }
            .profile_section .profile_content .profile_home .columns .column.higligting_pack .content .block {
              width: 100%;
              display: block;
              border: 1px solid #DFDFDF;
              border-radius: 6px;
              padding: 16px 24px 20px;
              margin-bottom: 16px; }

              .profile_section .profile_content .profile_home .columns .column.higligting_pack .content .block .top_text {
                width: 100%;
                font-size: 16px;
                line-height: 20px;
                color: #2F2F2F;
                margin-bottom: 16px; }
              .profile_section .profile_content .profile_home .columns .column.higligting_pack .content .block .info {
                width: 100%;
                display: flex;
                justify-content: flex-start;
                align-items: flex-end; }
                .profile_section .profile_content .profile_home .columns .column.higligting_pack .content .block .info p {
                  font-weight: 600;
                  font-size: 30px;
                  line-height: 20px;
                  color: #2F2F2F;
                  margin-right: 15px; }
                .profile_section .profile_content .profile_home .columns .column.higligting_pack .content .block .info span {
                  font-weight: 500;
                  font-size: 16px;
                  line-height: 20px;
                  color: #2F2F2F;
                  margin-bottom: -2px;
                  position: relative; }
                  .profile_section .profile_content .profile_home .columns .column.higligting_pack .content .block .info span::before {
                    content: "/";
                    position: absolute;
                    font-weight: 500;
                    font-size: 16px;
                    line-height: 20px;
                    color: #2F2F2F;
                    top: 0;
                    left: -10px; }
            .profile_section .profile_content .profile_home .columns .column.higligting_pack .content .block.non_slash .info span::before{
              display: none;
            }
            .profile_section .profile_content .profile_home .columns .column.higligting_pack .content .block .bal_num{
              font-size: 30px!important;
              font-weight: 600!important;
            }
            .profile_section .profile_content .profile_home .columns .column.higligting_pack .content .top_up_balance{
              display: block;
              margin-top: auto;
              text-align: center;
              color: #ED0A0A;
              border: 2px solid #ED0A0A;
              width: 100%;
              height: 56px;
              line-height: 55px;
              font-size: 16px;
              border-radius: 40px;
              font-weight: 600;
              transition: all 0.2s ease;
            }
            .profile_section .profile_content .profile_home .columns .column.higligting_pack{
              display: flex;
              flex-direction: column;
            }
            .profile_section .profile_content .profile_home .columns .column.higligting_pack .content{
              height: 100%;
              display: flex;
              flex-direction: column;
            }
            .profile_section .profile_content .profile_home .columns .column.higligting_pack .content .top_up_balance:hover{
              background-color: #ED0A0A;
              color: #fff;
            }
            .profile_section .profile_content .profile_home .columns .column.higligting_pack .content .expand_link {
              width: 100%;
              display: inline-flex;
              justify-content: center;
              align-items: center;
              font-weight: 600;
              font-size: 16px;
              line-height: 20px;
              text-align: center;
              color: #ED0A0A;
              height: 54px;
              border: 2px solid #ED0A0A;
              border-radius: 40px; }
              .profile_section .profile_content .profile_home .columns .column.higligting_pack .content .expand_link:hover {
                background: #ED0A0A;
                color: #fff; }

.profile_page header {
  border-bottom: 1px solid #DFDFDF; }

.settings_tab_items {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center; }
  .settings_tab_items::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    right: 0;
    width: 100%;
    bottom: 0;
    height: 1px;
    background: #DFDFDF; }
  .settings_tab_items a {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #2F2F2F;
    margin-right: 40px;
    padding-bottom: 18px;
    position: relative; }
    .settings_tab_items a::before {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      width: 100%;
      bottom: 0;
      height: 2px;
      background: #ED0A0A;
      display: none; }
    .settings_tab_items a.active {
      color: #ED0A0A; }
      .settings_tab_items a.active::before {
        display: block; }
    .settings_tab_items a:last-child {
      margin-right: 0; }
    .settings_tab_items a:hover {
      color: #ED0A0A; }
.rec_img_text{
  margin-top: 20px;
  margin-bottom: 30px;
  line-height: 1.4;
}
.settings_tab_content {
  width: 100%;
  margin-top: 55px;
  padding-bottom: 60px; }
  .settings_tab_content .tab {
    width: 100%;
    display: none; }
    .settings_tab_content .tab.active {
      display: block; }
  .settings_tab_content .profile_tab .small_form {
    width: 100%;
    max-width: 475px; }
    .settings_tab_content .profile_tab .small_form .password_input_cont input {
      filter: none; }
    .settings_tab_content .profile_tab .small_form input {
      width: 100%;
      border: 1px solid #DFDFDF;
      border-radius: 40px;
      height: 54px;
      padding-left: 24px;
      padding-right: 20px;
      font-weight: 600;
      font-size: 16px;
      line-height: 20px;
      background: #fff;
      color: #2F2F2F;
      margin-bottom: 16px; }
      .settings_tab_content .profile_tab .small_form input::placeholder {
        color: rgba(47, 47, 47, 0.3); }
    .settings_tab_content .profile_tab .small_form button {
      width: 100%;
      max-width: 100%; }
  .settings_tab_content .settings_subscriptions_tab .title {
    width: 100%;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: #2F2F2F;
    margin-bottom: 16px; }
  .settings_tab_content .settings_subscriptions_tab .text {
    width: 100%;
    font-size: 15px;
    line-height: 20px;
    color: #2F2F2F;
    margin-bottom: 32px;
    max-width: 1280px; }
    .settings_tab_content .settings_subscriptions_tab .text a {
      font-weight: 500;
      text-decoration-line: underline;
      color: #5062A2; }
  .settings_tab_content .settings_subscriptions_tab .rounded_list {
    margin-bottom: 48px; }
  .settings_tab_content .team_tab, .settings_tab_content .settings_access_tab {
    padding-top: 24px; }
    .settings_tab_content .settings_access_tab p.text{
      line-height: 1.3;
    }
    .settings_tab_content .settings_access_tab p.text a{
      color: #ED0A0A;
    }
    .settings_tab_content .team_tab .table_wrap, .settings_tab_content .settings_access_tab .table_wrap {
      width: 100%; }
      .settings_tab_content .team_tab .table_wrap table, .settings_tab_content .settings_access_tab .table_wrap table {
        width: 100%; }
      .settings_tab_content .team_tab .table_wrap thead, .settings_tab_content .settings_access_tab .table_wrap thead {
        width: 100%;
        background: #EDEFF3; }
      .settings_tab_content .team_tab .table_wrap th, .settings_tab_content .team_tab .table_wrap td, .settings_tab_content .settings_access_tab .table_wrap th, .settings_tab_content .settings_access_tab .table_wrap td {
        padding: 18px 24px;
        width: 100%;
        text-align: left; }
      .settings_tab_content .team_tab .table_wrap tr, .settings_tab_content .settings_access_tab .table_wrap tr {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center; }
      .settings_tab_content .team_tab .table_wrap .name_item, .settings_tab_content .settings_access_tab .table_wrap .name_item {
        max-width: 25%;
      min-width: 25%;}
      .settings_tab_content .team_tab .table_wrap .contacts, .settings_tab_content .settings_access_tab .table_wrap .contacts {
        max-width: 20%; }
      .settings_tab_content .team_tab .table_wrap .role, .settings_tab_content .settings_access_tab .table_wrap .role {
        max-width: 20%; }
      .settings_tab_content .team_tab .table_wrap .active_ads, .settings_tab_content .settings_access_tab .table_wrap .active_ads {
        max-width: 20%; }
      .settings_tab_content .team_tab .table_wrap .status, .settings_tab_content .settings_access_tab .table_wrap .status {
        max-width: 20%; }
      .settings_tab_content .team_tab .table_wrap .edit, .settings_tab_content .settings_access_tab .table_wrap .edit {
        max-width: 8%; }
        .settings_tab_content .team_tab .table_wrap .delete, .settings_tab_content .settings_access_tab .table_wrap .delete{
          width: 8%;
        }
        .settings_tab_content .team_tab .table_wrap .edit a, .settings_tab_content .settings_access_tab .table_wrap .edit a {
          display: flex;
          justify-content: center;
          align-items: center; }
          .settings_tab_content .team_tab .table_wrap .edit a img, .settings_tab_content .settings_access_tab .table_wrap .edit a img {
            height: 24px; }
          .settings_tab_content .team_tab .table_wrap .edit a .hovered, .settings_tab_content .settings_access_tab .table_wrap .edit a .hovered {
            display: none; }
          .settings_tab_content .team_tab .table_wrap .edit a:hover img, .settings_tab_content .settings_access_tab .table_wrap .edit a:hover img {
            display: none; }
            .settings_tab_content .team_tab .table_wrap .edit a:hover img.hovered, .settings_tab_content .settings_access_tab .table_wrap .edit a:hover img.hovered {
              display: block; }
      .settings_tab_content .team_tab .table_wrap td, .settings_tab_content .settings_access_tab .table_wrap td {
        padding: 30px 24px;
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        color: #2F2F2F; }
      .settings_tab_content .team_tab .table_wrap tbody tr, .settings_tab_content .settings_access_tab .table_wrap tbody tr {
        border-bottom: 1px solid #DFDFDF; }
        .settings_tab_content .team_tab .table_wrap tbody tr:last-child, .settings_tab_content .settings_access_tab .table_wrap tbody tr:last-child {
          border-bottom: none; }
      .settings_tab_content .team_tab .table_wrap th, .settings_tab_content .settings_access_tab .table_wrap th {
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        color: #2F2F2F; }
      .settings_tab_content .team_tab .table_wrap .dropdown_td, .settings_tab_content .settings_access_tab .table_wrap .dropdown_td {
        position: relative; }
        .settings_tab_content .team_tab .table_wrap .dropdown_td.active .drop_name img, .settings_tab_content .settings_access_tab .table_wrap .dropdown_td.active .drop_name img {
          transform: rotate(180deg); }
        .settings_tab_content .team_tab .table_wrap .dropdown_td.active .drop_list, .settings_tab_content .settings_access_tab .table_wrap .dropdown_td.active .drop_list {
          opacity: 1;
          visibility: visible; }

        .settings_tab_content .settings_access_tab .table_wrap td.status .dropdown_td.active .drop_list{
          left: initial;
          right: -65px;
          min-width: 250px;
        }
        .settings_tab_content .team_tab .table_wrap .dropdown_td .drop_name, .settings_tab_content .settings_access_tab .table_wrap .dropdown_td .drop_name {
          display: inline-flex;
          justify-content: center;
          align-items: center;
          cursor: pointer; }
          .settings_tab_content .team_tab .table_wrap .dropdown_td .drop_name img, .settings_tab_content .settings_access_tab .table_wrap .dropdown_td .drop_name img {
            margin-left: 16px; }
        .settings_tab_content .team_tab .table_wrap .dropdown_td .drop_list, .settings_tab_content .settings_access_tab .table_wrap .dropdown_td .drop_list {
          position: absolute;
          background: #FFFFFF;
          box-shadow: 0px 8px 26px rgba(32, 37, 47, 0.23);
          border-radius: 6px;
          padding: 12px 22px;
          top: 100%;
          left: 0;
          display: flex;
          flex-direction: column;
          align-items: center;
          width: 165px;
          margin-top: 16px;
          opacity: 0;
          visibility: hidden;
          z-index: 2; }
          .settings_tab_content .team_tab .table_wrap .dropdown_td .drop_list a, .settings_tab_content .settings_access_tab .table_wrap .dropdown_td .drop_list a {
            width: 100%;
            font-weight: 600;
            font-size: 16px;
            line-height: 50px;
            color: #2F2F2F;
            padding-left: 24px;
            border-bottom: 1px solid #DFDFDF; }
            .settings_tab_content .team_tab .table_wrap .dropdown_td .drop_list a:last-child, .settings_tab_content .settings_access_tab .table_wrap .dropdown_td .drop_list a:last-child {
              border-bottom: none; }
      .settings_tab_content .team_tab .table_wrap.table_wrap_short, .settings_tab_content .settings_access_tab .table_wrap.table_wrap_short {
        max-width: 450px; }
        .settings_tab_content .team_tab .table_wrap.table_wrap_short .name_item, .settings_tab_content .settings_access_tab .table_wrap.table_wrap_short .name_item {
          max-width: 100%; }
        .settings_tab_content .team_tab .table_wrap.table_wrap_short tbody .name_item, .settings_tab_content .settings_access_tab .table_wrap.table_wrap_short tbody .name_item {
          display: flex;
          justify-content: space-between;
          align-items: center; }
          .settings_tab_content .team_tab .table_wrap.table_wrap_short tbody .name_item a, .settings_tab_content .settings_access_tab .table_wrap.table_wrap_short tbody .name_item a {
            display: inline-flex;
            justify-content: center;
            align-items: center;
            height: 24px; }
            .settings_tab_content .team_tab .table_wrap.table_wrap_short tbody .name_item a img, .settings_tab_content .settings_access_tab .table_wrap.table_wrap_short tbody .name_item a img {
              height: 24px; }
            .settings_tab_content .team_tab .table_wrap.table_wrap_short tbody .name_item a .hovered, .settings_tab_content .settings_access_tab .table_wrap.table_wrap_short tbody .name_item a .hovered {
              display: none; }
            .settings_tab_content .team_tab .table_wrap.table_wrap_short tbody .name_item a:hover img, .settings_tab_content .settings_access_tab .table_wrap.table_wrap_short tbody .name_item a:hover img {
              display: none; }
              .settings_tab_content .team_tab .table_wrap.table_wrap_short tbody .name_item a:hover img.hovered, .settings_tab_content .settings_access_tab .table_wrap.table_wrap_short tbody .name_item a:hover img.hovered {
                display: block; }
        .settings_tab_content .team_tab .table_wrap.table_wrap_short tbody tr, .settings_tab_content .settings_access_tab .table_wrap.table_wrap_short tbody tr {
          border-bottom: 1px solid #DFDFDF; }
          .settings_tab_content .team_tab .table_wrap.table_wrap_short tbody tr:last-child, .settings_tab_content .settings_access_tab .table_wrap.table_wrap_short tbody tr:last-child {
            border-bottom: none; }
    .settings_tab_content .team_tab .add_new_employee, .settings_tab_content .settings_access_tab .add_new_employee {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      margin-top: 24px;
      font-weight: 500;
      font-size: 16px;
      line-height: 20px;
      color: #ED0A0A; }
      .settings_tab_content .team_tab .add_new_employee img, .settings_tab_content .settings_access_tab .add_new_employee img {
        margin-right: 14px; }

.settings_access_tab .work_position {
  width: 100%;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  color: #2F2F2F;
  margin-bottom: 24px; }

.settings_access_tab .block {
  width: 100%;
  padding-bottom: 40px;
  border-bottom: 1px solid #DFDFDF;
  margin-bottom: 40px; }
  .settings_access_tab .block:last-child {
    margin-bottom: 0;
    border: none; }
  .settings_access_tab .block .title {
    width: 100%;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: #2F2F2F;
    margin-bottom: 16px; }
  .settings_access_tab .block .text {
    width: 100%;
    font-size: 15px;
    line-height: 20px;
    color: #2F2F2F;
    margin-bottom: 16px; }
    .settings_access_tab .block .text strong {
      font-weight: 500; }
  .settings_access_tab .block input {
    width: 100%;
    border: 1px solid #DFDFDF;
    border-radius: 40px;
    height: 54px;
    padding-left: 25px;
    padding-right: 20px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    background: #fff;
    color: #2F2F2F;
    margin-bottom: 24px;
    max-width: 475px; }
    .settings_access_tab .block input::placeholder {
      color: rgba(47, 47, 47, 0.3); }
  .settings_access_tab .block .add_tel {
    background: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border: none;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #ED0A0A;
    margin-bottom: 8px;
    text-align: left; }
    .settings_access_tab .block .add_tel img {
      margin-right: 14px; }
  .settings_access_tab .block .recommend {
    width: 100%;
    font-size: 15px;
    line-height: 20px;
    color: #2F2F2F;
    opacity: 0.5;
    margin-bottom: 32px; }

.rounded_list {
  width: 100%; }
  .rounded_list li {
    width: 100%;
    margin-bottom: 16px; }
    .rounded_list li label {
      width: 100%;
      position: relative;
      display: flex;
      justify-content: flex-start;
      align-items: flex-start; }
      .rounded_list li label input {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        cursor: pointer;
        opacity: 0; }
        .rounded_list li label input:checked + .default > .active {
          opacity: 1; }
      .rounded_list li label .default {
        width: 24px;
        height: 24px;
        border: 1px solid #C4C4C4;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 2px; }
        .rounded_list li label .default .active {
          width: 18px;
          height: 18px;
          background: #5A7CF4;
          border-radius: 50%;
          opacity: 0; }
      .rounded_list li label .text_cont {
        width: calc(100% - 24px);
        padding-left: 13px; }
        .rounded_list li label .text_cont .label_title {
          width: 100%;
          font-weight: 500;
          font-size: 16px;
          line-height: 28px;
          color: #2F2F2F; }
        .rounded_list li label .text_cont .text_label {
          width: 100%;
          font-size: 15px;
          line-height: 20px;
          color: #2F2F2F;
          max-width: 443px; }
    .rounded_list li:last-child {
      margin-bottom: 0; }

.input_phone_cont {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px; }
  .input_phone_cont input {
    margin-bottom: 0 !important;
    width: calc(100% - 92px) !important; }
  .input_phone_cont .select_phone {
    width: 100%;
    max-width: 80px;
    background: #FFFFFF;
    border: 1px solid #DFDFDF;
    border-radius: 40px;
    position: relative;
  }
    .input_phone_cont .select_phone .active_phone {
      height: 54px;
      display: flex;
      padding: 13px 14px 13px 16px;
      cursor: pointer; }
      .input_phone_cont .select_phone .active_phone .flag {
        width: 28px; }
      .input_phone_cont .select_phone .active_phone .angle {
        margin-left: 12px;
        width: 8px; }
    .input_phone_cont .select_phone .phone_list {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      top: 100%;
      background: #FFFFFF;
      display: none;
      margin-top: 10px;
      width: 100%;
      max-width: 60px;
      z-index: 2; }
      .input_phone_cont .select_phone .phone_list.active {
        display: block; }
      .input_phone_cont .select_phone .phone_list .tel_item {
        width: 100%;
        padding: 15px 10px;
        cursor: pointer;
        display: flex;
        justify-content: center;
        border-bottom: 1px solid #eee; }
        .input_phone_cont .select_phone .phone_list .tel_item:last-child {
          border-bottom: none; }
        .input_phone_cont .select_phone .phone_list .tel_item.active {
          background: #e7e7e7; }

.add_employee_modal input {
  border: 1px solid #DFDFDF;
  filter: drop-shadow(0px 3px 10px rgba(32, 36, 43, 0.15));
  border-radius: 40px;
  height: 54px;
  padding-left: 24px;
  padding-right: 20px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #2F2F2F; }
  .add_employee_modal input::placeholder {
    color: rgba(47, 47, 47, 0.3); }

.add_employee_modal .selectric-select_custom {
  filter: drop-shadow(0px 3px 10px rgba(32, 36, 43, 0.15)); }
  .add_employee_modal .selectric-select_custom .selectric {
    background: #fff;
    border: 1px solid #DFDFDF;
    border-radius: 40px; }
    .add_employee_modal .selectric-select_custom .selectric .label {
      color: rgba(47, 47, 47, 0.3); }
  .add_employee_modal .selectric-select_custom .selectric-items {
    background: #FFFFFF;
    box-shadow: 0px 8px 26px rgba(32, 37, 47, 0.23);
    border-radius: 24px;
    padding: 12px 40px; }
    .add_employee_modal .selectric-select_custom .selectric-items .selectric-scroll li {
      text-align: center;
      border-bottom: 1px solid #DFDFDF; }
      .add_employee_modal .selectric-select_custom .selectric-items .selectric-scroll li:last-child {
        border-bottom: none; }
      .add_employee_modal .selectric-select_custom .selectric-items .selectric-scroll li:hover {
        background: none; }
      .add_employee_modal .selectric-select_custom .selectric-items .selectric-scroll li.highlighted {
        background: none; }
    .add_employee_modal .selectric-select_custom .selectric-items .selectric-scroll .disabled {
      display: none; }

.add_employee_modal .active_select .selectric .label {
  color: #2F2F2F; }

.profile_wrap_tab {
  width: 100%; }
  .profile_wrap_tab .top_wrap {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start; }
  .profile_wrap_tab .upload_media_files_area {
    border: none; }
  .profile_wrap_tab .left_cont {
    width: 100%;
    max-width: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    cursor: pointer; }
    .profile_wrap_tab .left_cont input {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      cursor: pointer;
      z-index: 2; }
    .profile_wrap_tab .left_cont figure {
      background: #FFFFFF;
      border: 1px solid #DFDFDF;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 50%;
      margin-bottom: 12px;
      width: 120px;
      height: 120px;
      overflow: hidden;
    }
    .profile_wrap_tab .left_cont figure img{
      height: 100%;
      width: 100%;
      object-fit: cover;
    }
    .profile_wrap_tab .left_cont label {
      width: 100%;
      position: relative;
      cursor: pointer; }
      .profile_wrap_tab .left_cont label span {
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        text-decoration-line: underline;
        color: #2F2F2F;
        display: inline-block;
        width: 100%;
        text-align: center;
        cursor: pointer;
        z-index: 2; }
  .profile_wrap_tab .right_cont {
    width: calc(100% - 120px);
    padding-left: 60px;
    max-width: 492px;
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    .profile_wrap_tab .right_cont .input_cont {
      width: 100%;
      margin-bottom: 16px;
      position: relative; }
      .profile_wrap_tab .right_cont .input_cont input {
        width: 100%;
        background: #FFFFFF;
        padding: 0 50px 0 24px;
      }
      .profile_wrap_tab .right_cont .input_cont .show_address {
        position: absolute;
        left: 100%;
        margin-left: 24px;
        min-width: 300px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        top: 16px;
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        color: #2F2F2F; }
        .profile_wrap_tab .right_cont .input_cont .show_address input {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          width: 100%;
          height: 100%;
          z-index: 2;
          cursor: pointer;
          opacity: 0; }
          .profile_wrap_tab .right_cont .input_cont .show_address input:checked + .default > .active {
            opacity: 1; }
        .profile_wrap_tab .right_cont .input_cont .show_address .default {
          display: flex;
          justify-content: center;
          align-items: center;
          width: 24px;
          height: 24px;
          background: #FFFFFF;
          border: 1px solid #DFDFDF;
          border-radius: 50%;
          margin-right: 8px; }
          .profile_wrap_tab .right_cont .input_cont .show_address .default .active {
            width: 18px;
            height: 18px;
            background: red;
            border-radius: 50%;
            opacity: 0; }
    .profile_wrap_tab .right_cont .languages_cont {
      position: relative;
      border: 1px solid #DFDFDF;
      filter: drop-shadow(0px 3px 10px rgba(32, 36, 43, 0.15));
      border-radius: 40px;
      height: 54px;
      width: 100%;
      padding-left: 25px;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      background: #fff; }
      .profile_wrap_tab .right_cont .languages_cont .lang_text {
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        color: #2F2F2F;
        margin-right: 24px; }
      .profile_wrap_tab .right_cont .languages_cont .lang_list {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-right: 24px; }
        .profile_wrap_tab .right_cont .languages_cont .lang_list li {
          display: inline-flex;
          justify-content: center;
          align-items: center;
          margin-right: 16px; }
          .profile_wrap_tab .right_cont .languages_cont .lang_list li:last-child {
            margin-right: 0; }
      .profile_wrap_tab .right_cont .languages_cont .add_language {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 24px;
        height: 24px;
        background: #FFFFFF;
        border: 1px solid #DFDFDF;
        border-radius: 50%; }
    .profile_wrap_tab .right_cont .add_to_step_access {
      display: inline-flex;
      justify-content: flex-start;
      align-items: center;
      margin-top: 36px;
      font-weight: 600;
      font-size: 16px;
      line-height: 20px;
      color: #ED0A0A;
      margin-bottom: 32px; }
      .profile_wrap_tab .right_cont .add_to_step_access img {
        margin-right: 16px; }

.modal_choose_lang form {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }
  .modal_choose_lang form .row_item {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px; }
  .modal_choose_lang form button {
    max-width: 150px;
    margin: 0; }
  .modal_choose_lang form .choose_lang_label {
    margin: 0 10px;
    position: relative; }
    .modal_choose_lang form .choose_lang_label .block {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      border: 1px solid transparent;
      border-radius: 50%;
      padding: 15px;
      width: 80px;
      height: 80px; }
    .modal_choose_lang form .choose_lang_label img {
      margin-bottom: 5px;
      width: 25px; }
    .modal_choose_lang form .choose_lang_label input {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      z-index: 2;
      cursor: pointer;
      opacity: 0; }
      .modal_choose_lang form .choose_lang_label input:checked + .block {
        border: 1px solid #333; }
    .modal_choose_lang form .choose_lang_label span {
      font-weight: 600;
      font-size: 14px;
      line-height: 20px;
      color: #2F2F2F; }

.upload_media_files {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #DFDFDF;
  height: 330px;
  border-radius: 24px; }
.upload_media_files .uploadedImageContainer > div{
  height: 300px!important;
}
  .upload_media_files label {
    width: 100%;
    height: 330px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
    flex-direction: column;
    position: relative;
    padding-left: 10px;
    padding-right: 10px; }
    .upload_media_files label input {
      position: absolute;
      z-index: 2;
      cursor: pointer;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: 0; }
    .upload_media_files label figure {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      width: 46px;
      height: 46px;
      border: 1px solid #DFDFDF;
      border-radius: 50%;
      margin-bottom: 20px; }
    .upload_media_files label span {
      text-align: center;
      font-weight: 600;
      font-size: 16px;
      line-height: 20px;
      color: #2F2F2F; }

.property_steps {
  width: 100%;
  position: relative;
  padding: 20px 0; }
  .property_steps::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: #F1F1F1;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100vw;
    z-index: 1; }
  .property_steps .step {
    position: relative;
    z-index: 2;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #C4C4C4;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 60px; }
    .property_steps .step.active {
      color: #5A7CF4; }
      .property_steps .step.active span {
        background: #5A7CF4; }
    .property_steps .step:last-child {
      margin-right: 0; }
    .property_steps .step span {
      width: 40px;
      height: 40px;
      background: #C4C4C4;
      border-radius: 50%;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      color: #FFFFFF;
      margin-right: 10px; }

.property_info_wrapper {
  width: 100%;
  padding-bottom: 40px; }
  .property_info_wrapper form {
    width: 100%; }
  .property_info_wrapper .property_general_details {
    width: 100%;
    padding-top: 40px;
  }
  .property_info_wrapper .short_block {
    width: 100%;
    /* border-bottom: 1px solid #DFDFDF; */
    padding-bottom: 10px;
    /* padding-top: 40px;  */
  }
    .property_info_wrapper .short_block .options_cont {
      width: 100%; }
      .property_info_wrapper .short_block .options_cont .rounded_list {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 15px;
        margin-top: 20px; }
        .property_info_wrapper .short_block .options_cont .rounded_list li {
          margin-bottom: 0;
          width: auto; }
          .property_info_wrapper .short_block .options_cont .rounded_list li label {
            align-items: center; }
            .property_info_wrapper .short_block .options_cont .rounded_list li label .default {
              margin: 0;
              margin-right: 10px; }
    .property_info_wrapper .short_block .row_line {
      width: 100%;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-wrap: wrap; }
      .property_info_wrapper .short_block .row_line .add_new_item {
        margin-bottom: 16px; }
    .property_info_wrapper .short_block.short_block_black_border {
      border-bottom-color: #2F2F2F; }
    .property_info_wrapper .short_block .validate_address {
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      font-weight: 600;
      font-size: 16px;
      line-height: 20px;
      text-align: center;
      color: #5A7CF4;
      padding: 16px 18px;
      border: 2px solid #5A7CF4;
      border-radius: 40px; }
      .property_info_wrapper .short_block .validate_address:hover {
        background: #5A7CF4;
        color: #fff; }
    .property_info_wrapper .short_block a.disabled {
      pointer-events: none;
      opacity: .7;
      cursor: default; }
    .property_info_wrapper .short_block .add_new_item {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      padding: 10px 16px;
      font-weight: 600;
      font-size: 16px;
      line-height: 20px;
      text-align: center;
      color: #ED0A0A;
      background: #F0F0F0;
      border-radius: 6px; }
      .property_info_wrapper .short_block .add_new_item.hide {
        visibility: hidden;
        opacity: 0; }
    .property_info_wrapper .short_block.location_property .input_cont {
      margin-bottom: 16px; }
    .property_info_wrapper .short_block.property_information .input_cont {
      margin-bottom: 16px; }
    .property_info_wrapper .short_block.short_block_long .inside {
      max-width: 100%; }
    .property_info_wrapper .short_block.stays_info .input_cont {
      margin-bottom: 24px; }
    .property_info_wrapper .short_block.description_advertising {
      border-bottom: none; }
      .property_info_wrapper .short_block.description_advertising .input_cont {
        margin-bottom: 16px; }
      .property_info_wrapper .short_block.description_advertising .tabs_item {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        border-bottom: 1px solid #DFDFDF;
        margin-bottom: 24px; }
        .property_info_wrapper .short_block.description_advertising .tabs_item a {
          font-weight: 600;
          font-size: 16px;
          line-height: 20px;
          color: #2F2F2F;
          padding-bottom: 16px;
          position: relative;
          margin-right: 42px; }
          .property_info_wrapper .short_block.description_advertising .tabs_item a:last-child {
            margin-right: 0; }
          .property_info_wrapper .short_block.description_advertising .tabs_item a::before {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            width: 100%;
            background: #5A7CF4;
            height: 2px;
            bottom: -1px;
            opacity: 0; }
          .property_info_wrapper .short_block.description_advertising .tabs_item a.active {
            color: #5A7CF4; }
            .property_info_wrapper .short_block.description_advertising .tabs_item a.active::before {
              opacity: 1; }
      .property_info_wrapper .short_block.description_advertising .tab_content {
        width: 100%; }
        .property_info_wrapper .short_block.description_advertising .tab_content .tab {
          width: 100%;
          display: none; }
          .property_info_wrapper .short_block.description_advertising .tab_content .tab textarea {
            width: 100%;
            height: 119px;
            background: #FFFFFF;
            border: 1px solid #DFDFDF;
            border-radius: 24px;
            padding: 18px 24px;
            resize: none;
            font-weight: 600;
            font-size: 16px;
            line-height: 20px;
            color: #2F2F2F; }
            .property_info_wrapper .short_block.description_advertising .tab_content .tab textarea::placeholder {
              color: rgba(47, 47, 47, 0.3); }
            .property_info_wrapper .short_block.description_advertising .tab_content .tab textarea.active {
              border: 1px solid #2F2F2F; }
          .property_info_wrapper .short_block.description_advertising .tab_content .tab .generate_auto_desc {
            display: inline-flex;
            font-weight: 600;
            font-size: 18px;
            line-height: 28px;
            text-decoration-line: underline;
            color: #5062A2;
            margin-bottom: 4px; }
          .property_info_wrapper .short_block.description_advertising .tab_content .tab .input_cont p {
            text-align: right;
            font-size: 14px;
            line-height: 20px;
            color: #2F2F2F;
            width: 100%; }
          .property_info_wrapper .short_block.description_advertising .tab_content .tab.active {
            display: block; }
    .property_info_wrapper .short_block.multimedia_property {
      border-bottom: 1px solid #DFDFDF; }
      .property_info_wrapper .short_block.multimedia_property .upload_media_files_area {
        width: 100%; }
      .property_info_wrapper .short_block.multimedia_property .tab_content .tab {
        display: none;
        flex-direction: column;
        align-items: flex-start; }
        .property_info_wrapper .short_block.multimedia_property .tab_content .tab.active {
          display: flex; }
        .property_info_wrapper .short_block.multimedia_property .tab_content .tab .text {
          width: 100%;
          font-weight: 500;
          font-size: 16px;
          line-height: 20px;
          color: #2F2F2F;
          margin-bottom: 40px; }
          .property_info_wrapper .short_block.multimedia_property .tab_content .tab .text a {
            text-decoration-line: underline;
            color: #5062A2; }
        .property_info_wrapper .short_block.multimedia_property .tab_content .tab .upload_media_files {
          max-width: 475px;
          margin-bottom: 0; }
          .property_info_wrapper .short_block.multimedia_property .tab_content .tab .upload_media_files .small_text {
            font-size: 14px;
            line-height: 20px;
            color: #2F2F2F;
            margin-top: 14px;
            text-align: center; }
        .property_info_wrapper .short_block.multimedia_property .tab_content .tab .title_tab {
          width: 100%;
          font-weight: 600;
          font-size: 18px;
          line-height: 20px;
          color: #2F2F2F;
          margin-bottom: 14px; }
        .property_info_wrapper .short_block.multimedia_property .tab_content .tab .url_cont {
          width: 100%;
          padding-top: 24px; }
          .property_info_wrapper .short_block.multimedia_property .tab_content .tab .url_cont p {
            width: 100%;
            font-weight: 500;
            font-size: 16px;
            line-height: 20px;
            color: #2F2F2F;
            margin-bottom: 12px; }
          .property_info_wrapper .short_block.multimedia_property .tab_content .tab .url_cont .input_cont {
            max-width: 475px; }
    .property_info_wrapper .short_block.short_block_recommend {
      border-bottom: none; }
      .property_info_wrapper .short_block.short_block_recommend .text {
        width: 100%;
        font-size: 16px;
        line-height: 20px;
        color: #2F2F2F; }
      .property_info_wrapper .short_block.short_block_recommend .read_more {
        display: inline-block;
        margin-top: 24px;
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        text-decoration-line: underline;
        color: #5062A2; }
    .property_info_wrapper .short_block .inside {
      width: 100%;
      max-width: 475px; }
    .property_info_wrapper .short_block .input_cont {
      width: 100%;
      margin-bottom: 32px; }
      .property_info_wrapper .short_block .input_cont.input_cont_short {
        position: relative; }
        .property_info_wrapper .short_block .input_cont.input_cont_short input {
          max-width: 165px; }
        .property_info_wrapper .short_block .input_cont.input_cont_short .hide_price {
          position: absolute; }

      .property_info_wrapper .short_block .input_cont input {
        padding-left: 24px;
        padding-right: 24px;
        filter: none; }
      .property_info_wrapper .short_block .input_cont .selectric-select_custom .selectric {
        background: #fff;
        border-radius: 40px;
        border: 1px solid #DFDFDF; }
    .property_info_wrapper .short_block .short_block_title {
      width: 100%;
      font-weight: 600;
      font-size: 20px;
      line-height: 20px;
      color: #2F2F2F;
      margin-bottom: 24px; }
      .property_info_wrapper .short_block .short_block_title_new{
        display: none;
      }
      .property_info_wrapper .short_block .short_block_title_new.active{
        display: block;
      }
    .property_info_wrapper .short_block .short_block_under_title {
      width: 100%;
      margin-bottom: 24px;
      font-weight: 600;
      font-size: 18px;
      line-height: 20px;
      color: #2F2F2F; }
    .property_info_wrapper .short_block .hide_price, .property_info_wrapper .short_block .without_number {
      position: absolute;
      left: 100%;
      margin-left: 42px;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      width: 170px;
      top: 16px; }
      .property_info_wrapper .short_block .hide_price input, .property_info_wrapper .short_block .without_number input {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        opacity: 0;
        cursor: pointer; }
        .property_info_wrapper .short_block .hide_price input:checked + .default > .active, .property_info_wrapper .short_block .without_number input:checked + .default > .active {
          opacity: 1; }
      .property_info_wrapper .short_block .hide_price p, .property_info_wrapper .short_block .without_number p {
        width: calc(100% - 24px);
        padding-left: 8px;
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        color: #2F2F2F; }
      .property_info_wrapper .short_block .hide_price .default, .property_info_wrapper .short_block .without_number .default {
        width: 24px;
        height: 24px;
        border: 1px solid #C4C4C4;
        border-radius: 6px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%; }
        .property_info_wrapper .short_block .hide_price .default .active, .property_info_wrapper .short_block .without_number .default .active {
          width: 18px;
          height: 18px;
          background: red;
          border-radius: 4px;
          opacity: 0;
          border-radius: 50%; }
    .property_info_wrapper .short_block .without_number {
      left: 165px; }
    .property_info_wrapper .short_block .input_cont_hidden {
      margin-bottom: 16px;
      display: none; }
      .property_info_wrapper .short_block .input_cont_hidden.active {
        display: block; }
      .property_info_wrapper .short_block .input_cont_hidden input {
        max-width: 200px; }
    .property_info_wrapper .short_block .input_cont_modded {
      max-width: 109px; }
      .property_info_wrapper .short_block .input_cont_modded input {
        border-radius: 6px;
        height: 40px;
        padding: 0 16px; }
    .property_info_wrapper .short_block .input_cont_mod {
      position: relative; }
      .property_info_wrapper .short_block .input_cont_mod .absl_text {
        position: absolute;
        left: 100%;
        margin-left: 6px;
        top: 18px;
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        color: #2F2F2F; }
      .property_info_wrapper .short_block .input_cont_mod .right_cont_input {
        position: absolute;
        left: 100%;
        margin-left: 6px;
        top: 18px;
        display: flex;
        justify-content: flex-start;
        align-items: center; }
        .property_info_wrapper .short_block .input_cont_mod .right_cont_input .absl_text, .property_info_wrapper .short_block .input_cont_mod .right_cont_input .hide_price {
          position: static; }
    .property_info_wrapper .short_block .input_cont_mod_double .absl_text {
      width: 80px; }
    .property_info_wrapper .short_block .select_input {
      margin-bottom: 24px; }
    .property_info_wrapper .short_block .proporsal_type {
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      background: #EDEDED;
      border: 1px solid #EDEDED;
      border-radius: 30px;
      margin-bottom: 12px; }
      .property_info_wrapper .short_block .proporsal_type .item {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        position: relative; }
        .property_info_wrapper .short_block .proporsal_type .item input {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          width: 100%;
          height: 100%;
          opacity: 0;
          cursor: pointer;
          z-index: 2; }
          .property_info_wrapper .short_block .proporsal_type .item input:checked + p {
            background: #2F2F2F;
            color: #fff; }
        .property_info_wrapper .short_block .proporsal_type .item p {
          padding: 9px 25px;
          text-align: center;
          display: inline-flex;
          justify-content: center;
          align-items: center;
          font-weight: 600;
          font-size: 16px;
          line-height: 20px;
          color: #2F2F2F;
          border-radius: 30px; }
    .property_info_wrapper .short_block .energy_sertification {
      width: 100%;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      margin-bottom: 24px;
    }
      .property_info_wrapper .short_block .energy_sertification .input_cont {
        max-width: 475px;
        margin-bottom: 0; }
      .property_info_wrapper .short_block .energy_sertification .right_text {
        width: calc(100% - 475px);
        max-width: 690px;
        padding-left: 37px;
        font-size: 14px;
        padding-top: 10px;
        line-height: 20px;
        color: #2F2F2F; }
    .property_info_wrapper .short_block .other_features {
      width: 100%;
      padding-top: 8px; }
      .property_info_wrapper .short_block .other_features p {
        width: 100%;
        text-align: right;
        font-size: 14px;
        line-height: 20px;
        color: #2F2F2F;
        margin-bottom: 1px; }

.checkbox_list {
  width: 100%; }
  .checkbox_list li {
    width: 100%;
    margin-bottom: 14px; }
    .checkbox_list li:last-child {
      margin-bottom: 0; }
    .checkbox_list li label {
      width: 100%;
      position: relative;
      display: flex;
      justify-content: flex-start;
      align-items: center; }
      .checkbox_list li label input {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        cursor: pointer;
        opacity: 0; }
        .checkbox_list li label input:checked + .default > .active {
          opacity: 1; }
      .checkbox_list li label p {
        width: calc(100% - 24px);
        font-size: 16px;
        color: #2F2F2F;
        padding-left: 13px; }
      .checkbox_list li label .default {
        width: 24px;
        height: 24px;
        border: 1px solid #C4C4C4;
        border-radius: 6px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%; }
        .checkbox_list li label .default .active {
          width: 18px;
          height: 18px;
          background: red;
          border-radius: 4px;
          opacity: 0;
          border-radius: 50%; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

/* Firefox */
input[type=number] {
  -moz-appearance: textfield; }

#map_location_profile {
  width: 100%;
  height: 300px; }

.map_location_modal {
  max-width: 730px; }
  .map_location_modal .modal_container {
    padding: 40px 32px; }
    .map_location_modal .modal_container .top {
      width: 100%; }
      .map_location_modal .modal_container .top p {
        width: 100%;
        text-align: center;
        color: #2F2F2F; }
        .map_location_modal .modal_container .top p.title {
          font-weight: 600;
          font-size: 22px;
          line-height: 20px;
          margin-bottom: 24px; }
        .map_location_modal .modal_container .top p.address, .map_location_modal .modal_container .top p.coord {
          font-weight: 600;
          font-size: 15px;
          line-height: 20px; }
        .map_location_modal .modal_container .top p.coord {
          margin-bottom: 16px; }
    .map_location_modal .modal_container .move {
      font-size: 15px;
      line-height: 20px;
      margin-top: 10px;
      color: #000000;
      text-align: center;
      margin-bottom: 24px; }
    .map_location_modal .modal_container .bottom {
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .map_location_modal .modal_container .bottom a {
        width: calc(50% - 15px); }
      .map_location_modal .modal_container .bottom .too_close {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        border: 2px solid #D9D9D9;
        border-radius: 40px;
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        color: #2F2F2F;
        padding: 17px; }

.blue_colored_checkboxes {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap; }
  .blue_colored_checkboxes.blue_colored_checkboxes_short {
    width: auto;
    margin-right: 16px; }
  .blue_colored_checkboxes li {
    margin-right: 16px;
    margin-bottom: 16px; }
    .blue_colored_checkboxes li:last-child {
      margin-right: 0; }
    .blue_colored_checkboxes li label {
      position: relative;
      display: inline-flex;
      justify-content: center; }
      .blue_colored_checkboxes li label p, .blue_colored_checkboxes li label .text_input {
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        color: #000000;
        padding: 10px 16px;
        background: #F0F0F0;
        border-radius: 6px; }
      .blue_colored_checkboxes li label p {
        min-height: 40px; }
      .blue_colored_checkboxes li label .text_input {
        /*display: block; */
        border: none;
        width: auto;
        /* max-width: none; */
        background: #5062A2;
        color: #fff;
        /* width: 100%; */
        z-index: 3;
        height: 40px; }
      .blue_colored_checkboxes li label input[type="checkbox"], .blue_colored_checkboxes li label input[type="radio"] {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        cursor: pointer;
        opacity: 0; }
        .blue_colored_checkboxes li label input[type="checkbox"]:checked + p, .blue_colored_checkboxes li label input[type="radio"]:checked + p {
          background: #ED0A0A;
          color: #fff; }
  .blue_colored_checkboxes.blue_colored_checkboxes_column li {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%; }
    .blue_colored_checkboxes.blue_colored_checkboxes_column li label {
      margin-right: 16px; }
    .blue_colored_checkboxes.blue_colored_checkboxes_column li .input_cont_modded {
      max-width: 339px; }
      .blue_colored_checkboxes.blue_colored_checkboxes_column li .input_cont_modded input {
        max-width: 100%; }

.bottom_fixed_menu {
  width: calc(100% - 160px);
  position: fixed;
  bottom: 0;
  right: 0;
  background: #FFFFFF;
  box-shadow: 3px 0px 16px rgba(34, 34, 34, 0.09);
  bottom: 0;
  z-index: 99999;
  padding: 10px 80px 10px 81px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-left: 1px solid #D9D9D9;
  flex-direction: row;
  align-items: center;
}

.select_area_select.error{
  position: relative;
}
.find_city_radius .selectric-wrapper{
  display: none;
}
.select2.select2-container.error{
  border: 1px solid #ED0A0A;
}
form.error .red_btn{
  opacity: 0.5;
}

@media screen and (max-width: 1024px){
  .bottom_fixed_menu .right_cont_bottom .red_btn{
    width: 100%;
    font-size: 14px;
    line-height: 14px;
  }
  .detail_wrap .left_cont .appartaments_info .block p span{
    display: none;
  }

  .appartaments_info .block p span{
    display: none;
  }
}
  .bottom_fixed_menu.changed {
    width: calc(100% - 73px); }
  .bottom_fixed_menu.active {
    width: calc(100% - 59px); }
  .bottom_fixed_menu .close, .bottom_fixed_menu .cancel {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #2F2F2F;
    padding: 18px 36px;
    border: 2px solid rgba(217, 217, 217, 1);
    border-radius: 40px;
  }
  .bottom_fixed_menu .close img{
    display: none;
  }

  @media screen and (max-width: 450px){
      .bottom_fixed_menu .close{
        border: none;
        align-self: center;
      }
  }

.bottom_fixed_menu_modded {
  justify-content: flex-end; }

.upload_media_files_area {
  width: 100%;
  border-radius: 24px;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  margin-bottom: 16px;
  border-left: 1px solid #DFDFDF;
  position: relative; }
  .upload_media_files_area .drag_wrap {
    position: absolute;
    left: 100%;
    margin-left: 85px;
    top: 98px;
    width: 150px; }
    .upload_media_files_area .drag_wrap span {
      font-weight: 500;
      font-size: 16px;
      line-height: 20px;
      color: #2F2F2F; }
    .upload_media_files_area .drag_wrap img {
      position: absolute;
      top: 16px;
      left: -70px; }
  .upload_media_files_area.upload_media_files_area_video {
    width: 100%;
    max-width: 475px; }
    .upload_media_files_area.upload_media_files_area_video.uploaded {
      max-width: none; }
      .upload_media_files_area.upload_media_files_area_video.uploaded .drag_wrap {
        display: none; }
      .upload_media_files_area.upload_media_files_area_video.uploaded .added_multimedia_item {
        padding-bottom: 7px; }
      .upload_media_files_area.upload_media_files_area_video.uploaded .added_multimedia_item .photo_controls a.scale {
        margin-right: 83px; }
      .upload_media_files_area.upload_media_files_area_video.uploaded .video_name {
        width: 100%;
        text-align: center;
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
        color: #2F2F2F; }
      .upload_media_files_area.upload_media_files_area_video.uploaded .upload_media_files {
        height: 297px;
        padding-top: 57px; }
        .upload_media_files_area.upload_media_files_area_video.uploaded .upload_media_files label {
          justify-content: flex-start; }
    .upload_media_files_area.upload_media_files_area_video label figure {
      width: auto;
      height: auto;
      padding: 14px;
      padding-right: 20px;
      border-radius: 50px;
      font-weight: 600;
      font-size: 16px;
      line-height: 20px;
      color: #2F2F2F; }
      .upload_media_files_area.upload_media_files_area_video label figure img {
        margin-right: 14px; }
    .upload_media_files_area.upload_media_files_area_video label span {
      max-width: 232px; }
  .upload_media_files_area .added_multimedia_item {
    width: 25%;
    padding-bottom: 20px;
    border-right: 1px solid #DFDFDF;
    background: #FFFFFF;
    border-bottom: 1px solid #DFDFDF;
    touch-action: initial;
    float: left; }
    .upload_media_files_area .added_multimedia_item.active .photo_cont .featured_photo {
      opacity: 1;
      visibility: visible; }
    .upload_media_files_area .added_multimedia_item .photo_cont {
      width: 100%;
      position: relative; }
      .upload_media_files_area .added_multimedia_item .photo_cont .photo {
        width: 100%;
        height: 225px;
        object-fit: cover; }
      .upload_media_files_area .added_multimedia_item .photo_cont .featured_photo {
        position: absolute;
        font-size: 14px;
        line-height: 20px;
        text-align: center;
        color: #FFFFFF;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        padding: 2px 8px;
        background: #5062A2;
        border-radius: 6px;
        top: 16px;
        left: 16px;
        z-index: 5;
        opacity: 0;
        visibility: hidden; }
    .upload_media_files_area .added_multimedia_item .photo_controls {
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 7.5px 15px 10.5px; }
      .upload_media_files_area .added_multimedia_item .photo_controls .rotate {
        margin: 0 23px; }
      .upload_media_files_area .added_multimedia_item .photo_controls a {
        display: inline-flex;
        justify-content: center;
        align-items: center; }
      .upload_media_files_area .added_multimedia_item .photo_controls .favourite svg {
        width: 23px; }
      .upload_media_files_area .added_multimedia_item .photo_controls .favourite.active svg path {
        fill: #ED0A0A;
        stroke: #ED0A0A; }
    .upload_media_files_area .added_multimedia_item .input_cont {
      padding: 0 18px; }
      .upload_media_files_area .added_multimedia_item .input_cont input {
        height: 40px; }
    .upload_media_files_area .added_multimedia_item .selectric-select_custom .selectric .label {
      height: 40px;
      line-height: 38px; }
    .upload_media_files_area .added_multimedia_item + .upload_media_files {
      max-width: 25% !important;
      position: relative;
      float: left;
      border-left: none;
      height: 388px;
      border-radius: 0; }
      .upload_media_files_area .added_multimedia_item + .upload_media_files .delete_all {
        position: absolute;
        bottom: 31px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 2;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        color: #2F2F2F; }
        .upload_media_files_area .added_multimedia_item + .upload_media_files .delete_all img {
          margin-right: 14px; }
      .upload_media_files_area .added_multimedia_item + .upload_media_files label {
        height: 100%;
        padding-left: 30px;
        padding-right: 30px; }

.property_info_wrapper .internal_data_block {
  padding-top: 60px;
  border-bottom: none;
  padding-bottom: 0; }
  .property_info_wrapper .internal_data_block .inside {
    display: flex;
    justify-content: flex-start;
    align-items: center; }
  .property_info_wrapper .internal_data_block .add_labels {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #ED0A0A;
    padding: 10px 16px;
    background: #F0F0F0;
    border-radius: 6px;
    margin-bottom: 10px; }
    .property_info_wrapper .internal_data_block .add_labels.hide {
      display: none; }
  .property_info_wrapper .internal_data_block .row_item {
    width: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    overflow: hidden;
    margin-right: 16px; }
    .property_info_wrapper .internal_data_block .row_item .label {
      font-weight: 600;
      font-size: 16px;
      line-height: 20px;
      text-align: center;
      color: #FFFFFF;
      padding: 10px 16px;
      background: #5062A2;
      border-radius: 6px;
      margin-left: 16px;
      margin-bottom: 10px;
      position: relative;
      padding-right: 35px; }
      .property_info_wrapper .internal_data_block .row_item .label .close {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 4px;
        cursor: pointer;
        display: inline-flex;
        justify-content: center;
        align-items: center; }
        .property_info_wrapper .internal_data_block .row_item .label .close img {
          width: 20px; }
  .property_info_wrapper .internal_data_block .input_cont_hidden {
    width: auto; }

.property_info_wrapper2 .short_block_owner {
  border-bottom: none;
  padding-bottom: 0; }
  .property_info_wrapper2 .short_block_owner .search_icon_image {
    position: absolute;
    left: 100%;
    margin-left: 18px;
    width: 54px;
    height: 54px;
    background: #ED0A0A;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center; }
  .property_info_wrapper2 .short_block_owner .input_cont {
    margin-bottom: 16px; }

.dropdown_menu {
  position: absolute;
  right: 15px;
  top: 82px;
  z-index: 41;
  background: #FFFFFF;
  box-shadow: 0px 3px 49px rgba(34, 34, 34, 0.19);
  border-radius: 6px;
  display: none; }
  .dropdown_menu.active {
    display: block; }
  .dropdown_menu::before {
    content: "";
    position: absolute;
    background: url("../img/triangle2.svg") top center no-repeat;
    background-size: cover;
    width: 18px;
    height: 13px;
    right: 51px;
    top: -12px;
    z-index: 2; }
  .dropdown_menu .top {
    width: 100%;
    padding: 14px 20px;
    border-bottom: 1px solid #DFDFDF; }
    .dropdown_menu .top .name {
      width: 100%;
      font-weight: 600;
      font-size: 15px;
      color: #000000;
      margin-bottom: 5px; }
    .dropdown_menu .top .email {
      width: 100%;
      font-size: 13px;
      line-height: 20px;
      color: #000000;
      opacity: 0.5; }
  .dropdown_menu .nav_dropdown {
    width: 100%;
    padding: 8px 0;
    border-bottom: 1px solid #DFDFDF; }
    .dropdown_menu .nav_dropdown li {
      width: 100%; }
      .dropdown_menu .nav_dropdown li a {
        display: inline-flex;
        width: 100%;
        padding-left: 20px;
        font-weight: 500;
        font-size: 15px;
        line-height: 40px;
        color: #2F2F2F; }
        .dropdown_menu .nav_dropdown li a:hover {
          background: rgba(255, 100, 100, 0.1);
          color: #ED0A0A; }
  .dropdown_menu .logout {
    width: 100%;
    padding: 4px 20px;
    font-weight: 500;
    font-size: 15px;
    line-height: 40px;
    display: inline-flex;
    border-bottom: 1px solid #DFDFDF;
    color: #2F2F2F; }

    .dropdown_menu .logout:hover{
      background: rgba(255, 100, 100, 0.1);
      color: #ED0A0A;
    }

.profile_section .properties_page .profile_home {
  max-width: 1130px; }

.profile_section .properties_page .top_properties {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 26px; }
  .profile_section .properties_page .top_properties .name {
    width: auto;
    margin-bottom: 0; }
  .profile_section .properties_page .top_properties a {
    padding: 14px 18px; }

.profile_section .properties_page .search_filter_form {
  flex-wrap: wrap; }
  .profile_section .properties_page .search_filter_form .select_input {
    background: #FFFFFF;
    border: 1px solid #DFDFDF;
    box-shadow: 0px 3px 10px rgba(32, 36, 43, 0.06);
    border-radius: 40px; }
  .profile_section .properties_page .search_filter_form .input_cont, .profile_section .properties_page .search_filter_form .select_area {
    margin-right: 16px;
    margin-bottom: 16px; }
  .profile_section .properties_page .search_filter_form .input_cont {
    max-width: none;
    width: auto;
    display: block !important; }
  .profile_section .properties_page .search_filter_form .selectric-select_custom .selectric .label {
    margin-right: 57px; }
  .profile_section .properties_page .search_filter_form .select_area {
    background: #fff;
    box-shadow: 0px 3px 10px rgba(32, 36, 43, 0.06);
    display: block !important; }

.properties_info_wrap {
  width: 100%;
  margin-top: 16px; }
  .properties_info_wrap .wrap {
    width: 100%;
    margin-bottom: 16px; }
  .properties_info_wrap .row_item {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    background: #fff;
    border: 1px solid #DFDFDF;
    border-radius: 6px;
    overflow: hidden;
  }
    .properties_info_wrap .row_item .column {
      width: 100%;
      padding: 26px 15px;
      padding-right: 7px;
      text-align: left;
      font-weight: 600;
      font-size: 15px;
      line-height: 20px;
      color: #2F2F2F;
      border-right: 1px solid #DFDFDF; }
      .properties_info_wrap .row_item .column.photo_cont {
        max-width: 189px;
        min-width: 189px;
        position: relative;
        padding: 0;


      }

/*
        .properties_info_wrap .row_item .column.photo_cont .see_btn{
          display: none!important;
        } */
        .mobile_estates .row_item .column.photo_cont .see_btn.see_btn_modded{
          left: initial;
          right: 15px;
          padding: 1px;
        }
        .properties_info_wrap .row_item .column.photo_cont .image {
          width: 100%;
          height: 128px;}
        .properties_info_wrap .row_item .column.photo_cont .see_btn {
          position: absolute;
          display: inline-flex;
          justify-content: center;
          align-items: center;
          width: 40px;
          height: 40px;
          border-radius: 50%;
          top: 7px;
          right: 7px;
          z-index: 1; }
        .properties_info_wrap .row_item .column.photo_cont p {
          width: 100%;
          font-weight: 600;
          font-size: 14px;
          line-height: 16px;
          color: #000000;
          padding: 8px 6px 22px 12px;
          min-height: 62px; }
      .properties_info_wrap .row_item .column.type_column {
        max-width: 145px; }
      .properties_info_wrap .row_item .column.address_column {
        max-width: 182px; }
      .properties_info_wrap .row_item .column.price_column {
        max-width: 118px; }
      .properties_info_wrap .row_item .column.square_column {
        max-width: 64px; }
      .properties_info_wrap .row_item .column.date_column {
        max-width: 106px; }
      .properties_info_wrap .row_item .column.status_column {
        max-width: 130px;
        text-align: center;
        padding-right: 15px; }
        .properties_info_wrap .row_item .column.status_column .active {
          color: #29AB6D; }
      .properties_info_wrap .row_item .column.quality_column {
        max-width: 74px;
        text-align: center;
        padding-right: 15px; }
      .properties_info_wrap .row_item .column.performance_column {
        max-width: 108px;
        text-align: center;
        padding-right: 15px; }
      .properties_info_wrap .row_item .column.contracted_column {
        max-width: 200px;
        padding-left: 19px;
        padding-right: 10px; }
        .properties_info_wrap .row_item .column.contracted_column .contracted_form {
          width: 100%; }
          .properties_info_wrap .row_item .column.contracted_column .contracted_form .text {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            width: calc(100% - 24px);
            padding-left: 13px; }
            .properties_info_wrap .row_item .column.contracted_column .contracted_form .text p {
              padding-left: 0; }
            .properties_info_wrap .row_item .column.contracted_column .contracted_form .text span {
              font-size: 12px;
              line-height: 14px;
              height: 14px;
              color: #979797; }
      .properties_info_wrap .row_item .column.controls_column {
        max-width: 60px;
        border-right: none;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
        padding-top: 0;
        height: auto;
      }
        .properties_info_wrap .row_item .column.controls_column .top {
          width: 100%;
          height: 33%;
          min-height: 50px;
          margin-bottom: 0;
          display: inline-flex;
          justify-content: center;
          align-items: center;
          border-bottom: 1px solid #DFDFDF;
          border-top: 1px solid #DFDFDF;
        }
          .properties_info_wrap .row_item .column.controls_column .top a {
            display: inline-flex;
            justify-content: center;
            align-items: center; }
        .properties_info_wrap .row_item .column.controls_column .bottom {
          width: 100%;
          height: 33%;
          min-height: 50px;
          display: flex;
          justify-content: center;
          align-items: center;
   }
          .properties_info_wrap .row_item .column.controls_column .bottom a {
            padding: 18px 0;
            display: inline-flex;
            justify-content: center;
            align-items: center; }

    @media screen and (max-width: 998px){
      .properties_info_wrap .row_item .column.controls_column .bottom{
        height: auto;
        min-height: initial;
      }
      .properties_info_wrap .row_item .column.controls_column .top{
        height: auto;
        border: none;
        min-height: initial;
      }
      .properties_info_wrap .row_item .column.photo_cont .see_btn{
        top: 7px!important;
        left: 7px!important;
      }
      .properties_info_wrap .row_item .column.photo_cont{
        display: flex;
      }
      .properties_info_wrap .row_item .column.photo_cont .image{
        max-height: 100px;
        width: fit-content!important;
      }
      .properties_info_wrap .row_item .column.photo_cont p{
        width: 100%!important;
      }
    }
    .properties_info_wrap .row_item.row_item_top {
      padding-bottom: 12px;
      background: none;
      border: none; }
      .properties_info_wrap .row_item.row_item_top .column {
        font-weight: 600;
        font-size: 15px;
        line-height: 20px;
        text-align: center;
        color: #2F2F2F;
        padding: 0;
        border: none; }
        .properties_info_wrap .row_item.row_item_top .column.date_column {
          display: inline-flex;
          justify-content: center;
          }
          .properties_info_wrap .row_item.row_item_top .column.date_column img {
            width: 8px;
            margin-left: 8px; }
  .properties_info_wrap .wrap_bottom {
    width: 100%;
    border: 1px solid #DFDFDF;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    background: #fff;
    margin-top: -3px;
    z-index: -1;
    padding: 40px 40px 24px 40px;
    max-height: 258px;
    overflow-y: auto; }
    .properties_info_wrap .wrap_bottom .text {
      width: 100%; }
      .properties_info_wrap .wrap_bottom .text p {
        width: 100%;
        font-weight: 500;
        font-size: 15px;
        line-height: 20px;
        color: #2F2F2F;
        margin-bottom: 10px; }
        .properties_info_wrap .wrap_bottom .text p:last-child {
          margin-bottom: 0; }
    .properties_info_wrap .wrap_bottom time {
      width: 100%;
      display: inline-block;
      text-align: right;
      font-size: 14px;
      line-height: 20px;
      color: #979797; }
.eye_to_see{
  text-align: center;
  height: 33%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
}
.forgot_pass .modal_container {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .forgot_pass .modal_container .logo {
    margin-bottom: 72px; }
  .forgot_pass .modal_container .title {
    margin-bottom: 12px; }
  .forgot_pass .modal_container .text {
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #2F2F2F;
    margin-bottom: 34px; }
  .forgot_pass .modal_container .red_btn {
    margin-bottom: 32px; }
  .forgot_pass .modal_container .bottom_text {
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    color: #2F2F2F;
    width: 100%; }
  .forgot_pass .modal_container .email {
    width: 80px;
    height: 80px;
    background: rgba(255, 100, 100, 0.1);
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 24px; }

.forgot_pass.check_email .modal_container .text {
  max-width: 281px; }

.password_input_cont {
  width: 100%; }
  .password_input_cont .eye_link {
    position: absolute;
    right: 25px;
    top: 19px; }
    .password_input_cont .eye_link.active::before {
      display: none; }
    .password_input_cont .eye_link::before {
      content: "";
      position: absolute;
      top: 7px;
      left: -1px;
      width: 15px;
      height: 2px;
      background: #000;
      transform: rotate(45deg);
     }
    .password_input_cont .eye_link img {
      width: 13px; }

.signature_wrap {
  width: 100%; }
  .signature_wrap .top_text {
    width: 100%;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #2F2F2F;
    margin-bottom: 8px; }
    .signature_wrap .top_text:last-child {
      margin-bottom: 0; }
  .signature_wrap .signature_cont {
    width: 100%;
    margin-top: 16px;
    background: #FFFFFF;
    border: 1px solid #DFDFDF;
    border-radius: 24px;
    position: relative;
    padding: 40px;
    padding-bottom: 64px;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .signature_wrap .signature_cont .edit {
      position: absolute;
      top: 24px;
      right: 24px;
      border: 1px solid #DFDFDF;
      border-radius: 24px;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      padding: 13px;
      font-weight: 500;
      font-size: 16px;
      line-height: 20px;
      color: #2F2F2F; }
      .signature_wrap .signature_cont .edit span{
        display: none;
      }
    .signature_wrap .signature_cont .logo_signature {
      max-width: 120px;
      height: 120px;
      object-fit: cover;
      margin-bottom: 20px; }
    .signature_wrap .signature_cont .name_item {
      width: 100%;
      text-align: center;
      font-weight: 500;
      font-size: 18px;
      line-height: 20px;
      color: #2F2F2F; }
    .signature_wrap .signature_cont .contact_list {
      width: 100%;
      max-width: 255px;
      margin-top: 24px;
      border-top: 1px solid #DFDFDF;
      padding-top: 26px; }
      .signature_wrap .signature_cont .contact_list li {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        color: #2F2F2F;
        margin-bottom: 21px; }
        .signature_wrap .signature_cont .contact_list li:last-child {
          margin-bottom: 0; }
        .signature_wrap .signature_cont .contact_list li a {
          display: flex;
          justify-content: flex-start;
          align-items: center;
          color: #2F2F2F; }
        .signature_wrap .signature_cont .contact_list li figure {
          width: 22px;
          margin-right: 13px;
          display: inline-flex;
          justify-content: center;
          align-items: center; }

.settings_access_tab_become {
  padding-top: 54px;
  margin-bottom: 0; }
  .settings_access_tab_become .block {
    padding-left: 180px; }
    .settings_access_tab_become .block:first-child {
      border-top: 1px solid #DFDFDF;
      padding-top: 40px; }
    .settings_access_tab_become .block:nth-of-type(2) {
      border-bottom: none;
      margin-bottom: 0; }
  .settings_access_tab_become .red_btn {
    margin-left: 180px; }

.edit_signature_m .modal_container {
  padding-bottom: 0; }

.edit_signature_m .top_text {
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #2F2F2F; }
  .edit_signature_m .top_text:first-of-type {
    font-weight: 600; }

.edit_signature_m form {
  width: calc(100% + 80px);
  margin-left: -40px;
  margin-right: -40px;
  margin-top: 24px;
  background: #F8F8F8;
  padding: 26px 40px 48px; }
  .edit_signature_m form .rounded_list {
    margin-bottom: 28px; }
  .edit_signature_m form .input_cont input {
    filter: none; }
  .edit_signature_m form .input_cont textarea {
    width: 100%;
    border: 1px solid #DFDFDF;
    border-radius: 24px;
    padding: 18px 24px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #2F2F2F;
    height: 119px;
    resize: none; }
    .edit_signature_m form .input_cont textarea::placeholder {
      color: rgba(47, 47, 47, 0.4); }
  .edit_signature_m form .bottom_form {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    .edit_signature_m form .bottom_form .red_btn {
      width: auto;
      max-width: none;
      margin: 0; }
    .edit_signature_m form .bottom_form .cancel {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      font-weight: 600;
      font-size: 16px;
      line-height: 20px;
      text-align: center;
      color: #2F2F2F;
      padding: 18px 36px;
      border: 2px solid #D9D9D9;
      border-radius: 40px;
      margin-left: 24px; }

.energy_sertification_bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  padding-top: 40px; }
  .energy_sertification_bottom .item {
    width: 50%;
    padding-right: 20px;
    margin-bottom: 16px; }
    .energy_sertification_bottom .item:last-child {
      padding-top: 24px;
      margin-bottom: 0; }
      .energy_sertification_bottom .item:last-child .input_cont {
        margin-bottom: 0; }
    .energy_sertification_bottom .item .input_cont {
      max-width: 475px;
      position: relative; }
      .energy_sertification_bottom .item .input_cont .text_right {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 100%;
        margin-left: 12px;
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        color: #2F2F2F;
        width: 123px; }
    .energy_sertification_bottom .item .text {
      width: 100%;
      margin-top: 16px;
      font-weight: 500;
      font-size: 12px;
      color: #2F2F2F; }

.bottom_controls_area {
  position: fixed;
  right: 0;
  width: calc(100% - 160px);
  bottom: 0;
  z-index: 10;
  padding: 10px 80px;
  background: #FFFFFF;
  box-shadow: 3px 0px 16px rgba(34, 34, 34, 0.09);
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-left: 1px solid #D9D9D9; }
  .bottom_controls_area .cancel {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #2F2F2F;
    padding: 18px 36px;
    border: 2px solid #D9D9D9;
    border-radius: 40px; }

.table_wrap_details {
  margin-bottom: 140px; }

.news_section_page {
  width: 100%;
  padding-top: 62px;
  padding-bottom: 70px; }
  .news_section_page h1, .news_section_page .h1 {
    width: 100%;
    font-weight: 600;
    font-size: 32px;
    line-height: 34px;
    color: #2F2F2F;
    text-align: left;
    margin-bottom: 8px; }
  .news_section_page .top_text {
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    color: #7E7E7E;
    margin-bottom: 32px; }
  .news_section_page .news_area {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap; }
    .news_section_page .news_area .news_item {
      width: calc(25% - 30px);
      margin-left: 15px;
      margin-right: 15px;
      margin-bottom: 40px; }
      .news_section_page .news_area .news_item:hover p{
        color: #ED0A0A;
      }
      .news_section_page .news_area .news_item img {
        width: 100%;
        object-fit: cover;
        height: 160px;
        border-radius: 6px;
        margin-bottom: 12px; }
      .news_section_page .news_area .news_item p {
        width: 100%;
        font-weight: 600;
        font-size: 15px;
        line-height: 20px;
        color: #2F2F2F; }

.news_one_section {
  width: 100%;
  padding-top: 40px;
  background: #FBFBFB;
  padding-bottom: 80px; }
  .news_one_section .container {
    max-width: 950px; }

.content_text {
  width: 100%; }
  .content_text img {
    width: 100%;
    border-radius: 6px;
    object-fit: cover;
    margin-bottom: 16px; }
  .content_text h1 {
    width: 100%;
    font-weight: 600;
    font-size: 32px;
    line-height: 34px;
    color: #2F2F2F;
    margin-bottom: 8px;
    padding-top: 38px; }
  .content_text p {
    width: 100%;
    font-size: 18px;
    line-height: 32px;
    color: #2F2F2F;
    margin-bottom: 40px; }
  .content_text figcaption {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    color: #7E7E7E;
    margin-bottom: 40px; }
  .content_text strong {
    font-weight: bold; }
  .content_text i {
    font-style: italic; }
  .content_text h2 {
    width: 100%;
    font-weight: 600;
    font-size: 28px;
    line-height: 120%;
    color: #2F2F2F;
    margin-bottom: 8px;
    padding-top: 28px; }
  .content_text h3 {
    width: 100%;
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    color: #2F2F2F;
    margin-bottom: 18px;
    padding-top: 28px; }
  .content_text h4 {
    width: 100%;
    font-weight: 600;
    font-size: 22px;
    line-height: 120%;
    color: #2F2F2F;
    margin-bottom: 18px;
    padding-top: 28px; }
  .content_text h5 {
    width: 100%;
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    color: #2F2F2F;
    margin-bottom: 18px;
    padding-top: 28px; }
  .content_text h6 {
    width: 100%;
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    color: #2F2F2F;
    margin-bottom: 18px;
    padding-top: 28px; }
  .content_text ul, .content_text ol {
    width: 100%;
    margin-bottom: 30px;
    margin-top: 10px; }
    .content_text ul li, .content_text ol li {
      width: 100%;
      font-size: 18px;
      line-height: 32px;
      color: #2F2F2F;
      margin-bottom: 20px;
      position: relative;
      padding-left: 20px; }
      .content_text ul li::before, .content_text ol li::before {
        content: "";
        position: absolute;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: #2F2F2F;
        left: 5px;
        top: 12px; }
      .content_text ul li:last-child, .content_text ol li:last-child {
        margin-bottom: 0; }
  .content_text a {
    display: inline-block;
    font-size: 18px;
    color: #2F2F2F;
    margin-bottom: 20px;
    text-decoration: underline; }

.error_modal .modal_container {
  display: flex;
  flex-direction: column;
  align-items: center; }

.error_modal p {
  width: 100%;
  text-align: center; }

.error_modal .title {
  margin-bottom: 12px; }

.error_modal .text {
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  color: #2F2F2F;
  margin-bottom: 24px; }

.error_modal .errors_list {
  width: 100%;
  margin-bottom: 32px; }
  .error_modal .errors_list li {
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #ED0A0A; }
    .error_modal .errors_list li:last-child {
      margin-bottom: 0; }

.profile_section .inbox_page .profile_home {
  max-width: 100%; }
  .profile_section .inbox_page .profile_home .top_properties {
    margin-bottom: 32px; }
  .profile_section .inbox_page .profile_home .settings_tab_content {
    margin-top: 28px; }
    .profile_section .inbox_page .profile_home .settings_tab_content .search_filter_form {
      max-width: 1280px; }

.inbox_table_wrap {
  width: 100%;
  max-width: 1280px; }
  .inbox_table_wrap .top_wrap {
    width: 100%; }
    .inbox_table_wrap .top_wrap .row_item {
      border: none;
      padding-top: 0;
      padding-bottom: 12px; }
    .inbox_table_wrap .top_wrap .column {
      display: inline-flex;
      justify-content: flex-start;
      align-items: center; }
  .inbox_table_wrap .row_item {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 26px 19px;
    border: 1px solid #DFDFDF;
    border-radius: 6px;
    margin-bottom: 8px; }
    .inbox_table_wrap .row_item:last-child {
      margin-bottom: 0; }
    .inbox_table_wrap .row_item.active {
      border: 2px solid red; }
    .inbox_table_wrap .row_item .column {
      width: 100%;
      font-weight: 500;
      font-size: 15px;
      line-height: 20px;
      color: #2F2F2F;
      padding-right: 10px; }
    .inbox_table_wrap .row_item .checkbox_column {
      max-width: 62px; }
    .inbox_table_wrap .row_item .date_column {
      max-width: 149px; }
    .inbox_table_wrap .row_item .name_column {
      max-width: 143px; }
    .inbox_table_wrap .row_item .message_column {
      max-width: 303px; }
    .inbox_table_wrap .row_item .contact_column {
      max-width: 184px; }
    .inbox_table_wrap .row_item .search_column {
      max-width: 285px; }
    .inbox_table_wrap .row_item .agent_column {
      max-width: 113px; }
  .inbox_table_wrap .bottom_wrap {
    width: 100%; }
    .inbox_table_wrap .bottom_wrap .date_column {
      display: flex;
      justify-content: flex-start;
      align-items: center; }
      .inbox_table_wrap .bottom_wrap .date_column .envelope {
        position: relative;
        margin-right: 16px; }
        .inbox_table_wrap .bottom_wrap .date_column .envelope .count {
          position: absolute;
          font-weight: 600;
          font-size: 9px;
          line-height: 10px;
          color: #FFFFFF;
          padding: 2px 4px;
          background: linear-gradient(0deg, #ED0A0A, #ED0A0A), #ED0A0A;
          border-radius: 50%;
          left: 16px;
          bottom: 12px; }
      .inbox_table_wrap .bottom_wrap .date_column p {
        display: flex;
        flex-direction: column;
        align-items: flex-start; }
    .inbox_table_wrap .bottom_wrap .search_column .inner {
      display: flex;
      justify-content: flex-start;
      align-items: center; }
      .inbox_table_wrap .bottom_wrap .search_column .inner img {
        width: 64px;
        object-fit: cover; }
      .inbox_table_wrap .bottom_wrap .search_column .inner .text {
        width: calc(100% - 64px);
        padding-left: 14px; }
        .inbox_table_wrap .bottom_wrap .search_column .inner .text .title {
          width: 100%;
          font-weight: 500;
          font-size: 14px;
          line-height: 16px;
          color: #000000;
          margin-bottom: 12px; }
        .inbox_table_wrap .bottom_wrap .search_column .inner .text .bottom {
          width: 100%;
          display: flex;
          justify-content: flex-start;
          align-items: center; }
          .inbox_table_wrap .bottom_wrap .search_column .inner .text .bottom span {
            font-weight: 500;
            font-size: 12px;
            line-height: 16px;
            color: #979797; }
            .inbox_table_wrap .bottom_wrap .search_column .inner .text .bottom span:first-child {
              margin-right: 12px; }
    .inbox_table_wrap .bottom_wrap .agent_column {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .inbox_table_wrap .bottom_wrap .agent_column p {
        font-size: 24px;
        line-height: 20px;
        text-align: center;
        color: #2F2F2F;
        padding: 20px 16px;
        background: #F1F1F1;
        border-radius: 50%; }
      .inbox_table_wrap .bottom_wrap .agent_column .edit {
        display: inline-flex;
        justify-content: center;
        align-items: center; }

.blue_square_check {
  position: relative; }
  .blue_square_check input {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    cursor: pointer;
    opacity: 0; }
    .blue_square_check input:checked + .default > .active {
      opacity: 1; }
  .blue_square_check .default {
    width: 24px;
    height: 24px;
    border: 1px solid #DFDFDF;
    border-radius: 6px;
    display: inline-flex;
    justify-content: center;
    align-items: center; }
    .blue_square_check .default .active {
      width: 18px;
      height: 18px;
      background: red;
      border-radius: 4px;
      opacity: 0; }

.detail_view_modal {
  max-width: 750px; }
  .detail_view_modal .fancybox-close-small {
    right: 10px;
    top: 5px; }
  .detail_view_modal .modal_container {
    padding: 30px 0;
    height: 660px;
    overflow-y: auto; }
    .detail_view_modal .modal_container .top {
      width: 100%;
      padding: 0 40px 24px;
      border-bottom: 1px solid #DFDFDF; }
      .detail_view_modal .modal_container .top .name {
        width: 100%;
        font-weight: 600;
        font-size: 22px;
        line-height: 20px;
        color: #2F2F2F;
        margin-bottom: 8px; }
      .detail_view_modal .modal_container .top .ref {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center; }
        .detail_view_modal .modal_container .top .ref span {
          font-size: 17px;
          line-height: 20px;
          color: #7E7E7E;
          position: relative; }
          .detail_view_modal .modal_container .top .ref span:first-child {
            margin-right: 30px; }
            .detail_view_modal .modal_container .top .ref span:first-child::before {
              content: "|";
              position: absolute;
              right: -10px;
              top: 0;
              font-size: 17px;
              line-height: 20px;
              color: #2F2F2F; }
    .detail_view_modal .modal_container .price_cont {
      width: 100%;
      padding: 30px 40px 10px;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      margin-bottom: 20px;
      align-items: center; }
      .detail_view_modal .modal_container .price_cont .price {
        font-weight: 600;
        font-size: 22px;
        line-height: 20px;
        color: #2F2F2F; }
      .detail_view_modal .modal_container .price_cont .controls_list {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        flex-wrap: wrap;
      }
        .detail_view_modal .modal_container .price_cont .controls_list li {
          display: inline-flex;
          justify-content: center;
          align-items: center;
          margin-right: 24px; }
          .detail_view_modal .modal_container .price_cont .controls_list li:last-child {
            margin-right: 0; }
          .detail_view_modal .modal_container .price_cont .controls_list li a {
            display: inline-flex;
            justify-content: center;
            align-items: center;
            font-weight: 600;
            font-size: 15px;
            line-height: 20px;
            color: #2F2F2F; }
            .detail_view_modal .modal_container .price_cont .controls_list li a img {
              margin-right: 8px; }
    .detail_view_modal .modal_container .address_cont {
      width: 100%;
      padding: 0 40px 24px;
      display: flex;
      justify-content: flex-start;
      align-items: center; }
      .detail_view_modal .modal_container .address_cont p {
        font-size: 17px;
        line-height: 20px;
        color: #7E7E7E;
        margin-right: 26px; }
      .detail_view_modal .modal_container .address_cont .map {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        font-weight: 600;
        font-size: 17px;
        line-height: 20px;
        color: #5A7CF4; }
        .detail_view_modal .modal_container .address_cont .map img {
          margin-right: 6px; }
        .detail_view_modal .modal_container .address_cont .map span {
          text-decoration-line: underline;
          color: #ED0A0A;
        }
    .detail_view_modal .modal_container .slider_wrap {
      width: 100%;
      position: relative;
    }
      .detail_view_modal .modal_container .slider_wrap .arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 2;
        width: 40px;
        height: 40px;
        background: #FFFFFF;
        border-radius: 50%;
        display: inline-flex !important;
        justify-content: center;
        align-items: center; }
        .detail_view_modal .modal_container .slider_wrap .arrow.arrow_left {
          left: 24px; }
        .detail_view_modal .modal_container .slider_wrap .arrow.arrow_right {
          right: 24px; }
      .detail_view_modal .modal_container .slider_wrap .slider {
        width: 100%; }
        .detail_view_modal .modal_container .slider_wrap .slider .slide img {
          width: 100%;
          object-fit: cover;
          }
    .detail_view_modal .modal_container .appartaments_info {
      padding: 16px 40px 0;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-wrap: wrap; }
      .detail_view_modal .modal_container .appartaments_info .block {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-right: 32px;
        margin-bottom: 10px; }
        .detail_view_modal .modal_container .appartaments_info .block:last-child {
          margin-right: 0; }
        .detail_view_modal .modal_container .appartaments_info .block img {
          width: 32px;
          margin-bottom: 5px; }
        .detail_view_modal .modal_container .appartaments_info .block p {
          width: 100%;
          text-align: center;
          font-weight: 600;
          font-size: 14px;
          line-height: 20px;
          color: #2F2F2F; }
    .detail_view_modal .modal_container .text_content_wrap {
      width: 100%;
      margin-top: 38px;
      padding: 0 40px 26px;
      padding-bottom: 0; }
      .detail_view_modal .modal_container .text_content_wrap .block_item {
        width: 100%;
        margin-bottom: 32px; }
        .detail_view_modal .modal_container .text_content_wrap .block_item.block_item_location p {
          max-width: 265px; }
        .detail_view_modal .modal_container .text_content_wrap .block_item:last-child {
          margin-bottom: 0; }
        .detail_view_modal .modal_container .text_content_wrap .block_item a {
          font-weight: 600;
          font-size: 17px;
          line-height: 20px;
          text-decoration-line: underline;
          color: #ED0A0A; }
        .detail_view_modal .modal_container .text_content_wrap .block_item .title {
          width: 100%;
          font-weight: 600;
          font-size: 22px;
          line-height: 20px;
          color: #2F2F2F;
          margin-bottom: 16px; }
        .detail_view_modal .modal_container .text_content_wrap .block_item .text {
          width: 100%;
          font-size: 18px;
          line-height: 28px;
          color: #000000;
          margin-bottom: 8px; }
          .detail_view_modal .modal_container .text_content_wrap .block_item .text p {
            text-overflow: ellipsis;
            overflow: hidden;
            -webkit-line-clamp: 4;
            -webkit-box-orient: vertical;
            display: -webkit-box; }
          .detail_view_modal .modal_container .text_content_wrap .block_item .text.text_wrap a {
            display: none; }
          .detail_view_modal .modal_container .text_content_wrap .block_item .text.text_wrap.changed a {
            display: inline-block; }
          .detail_view_modal .modal_container .text_content_wrap .block_item .text.text_wrap p.full {
            display: inline-block;
            overflow: initial;
            text-overflow: initial; }
        .detail_view_modal .modal_container .text_content_wrap .block_item ul {
          width: 100%;
          margin-bottom: 8px; }
          .detail_view_modal .modal_container .text_content_wrap .block_item ul li {
            width: 100%;
            font-size: 18px;
            line-height: 28px; }
      .detail_view_modal .modal_container .text_content_wrap .bottom_block {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: center; }
        .detail_view_modal .modal_container .text_content_wrap .bottom_block a {
          display: inline-flex;
          justify-content: center;
          align-items: center;
          font-weight: 600;
          font-size: 17px;
          line-height: 20px;
          color: #5A7CF4; }
          .detail_view_modal .modal_container .text_content_wrap .bottom_block a img {
            margin-left: 12px; }

.square_select_area input {
  padding: 0 15px; }

.news_container_modal {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  overflow-y: auto;
  background: #FFFFFF;
  box-shadow: 3px 0px 16px rgba(34, 34, 34, 0.09);
  width: 100%;
  max-width: 480px;
  z-index: 3;
  padding-top: 5px;
  transform: translateX(-500px);
  opacity: 0;
  visibility: hidden;
  transition: .1s; }
  .news_container_modal.active {
    transform: none;
    opacity: 1;
    visibility: visible; }
  .news_container_modal::-webkit-scrollbar {
    width: 4px; }
  .news_container_modal::-webkit-scrollbar-track {
    background: #fff; }
  .news_container_modal::-webkit-scrollbar-thumb {
    background: #2F2F2F;
    border-radius: 4px;
    height: 105px; }
  .news_container_modal::-webkit-scrollbar-thumb:hover {
    background: #2F2F2F;
    border-radius: 4px; }
  .news_container_modal .close {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 2; }
  .news_container_modal .news_item {
    padding: 24px 40px;
    width: 100%;
    border-bottom: 1px solid #DFDFDF;
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    .news_container_modal .news_item time {
      display: inline-block;
      font-size: 12px;
      line-height: 20px;
      color: #7E7E7E;
      margin-bottom: 2px; }
    .news_container_modal .news_item .top {
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 12px; }
      .news_container_modal .news_item .top .name {
        width: calc(100% - 30px);
        font-weight: 600;
        font-size: 18px;
        line-height: 20px;
        color: #2F2F2F; }
    .news_container_modal .news_item .text {
      width: 100%;
      margin-bottom: 19px;
      font-size: 16px;
      line-height: 26px;
      color: #2F2F2F; }
      .news_container_modal .news_item .text:last-of-type {
        margin-bottom: 0; }
    .news_container_modal .news_item ul {
      width: 100%;
      list-style-type: disc;
      padding-left: 20px; }
      .news_container_modal .news_item ul li {
        width: 100%;
        font-weight: 500;
        font-size: 16px;
        line-height: 26px;
        color: #2F2F2F; }
    .news_container_modal .news_item ol {
      width: 100%;
      list-style-type: disc;
      padding-left: 20px; }
      .news_container_modal .news_item ol li {
        width: 100%;
        font-size: 16px;
        line-height: 26px;
        color: #2F2F2F;
        margin-bottom: 10px; }
        .news_container_modal .news_item ol li:last-child {
          margin-bottom: 0; }

.thanks_modal {
  max-width: 446px; }
  .thanks_modal .top {
    width: 100%;
    padding: 32px 40px 26px;
    border-bottom: 1px solid #DFDFDF; }
    .thanks_modal .top .title {
      width: 100%;
      font-weight: 500;
      font-size: 18px;
      line-height: 28px;
      color: #2F2F2F;
      margin-bottom: 2px; }
    .thanks_modal .top .text {
      width: 100%;
      font-size: 18px;
      line-height: 28px;
      color: #2F2F2F; }
      .thanks_modal .top .text span {
        color: #5062A2; }
  .thanks_modal .content {
    width: 100%;
    padding: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #DFDFDF; }
    .thanks_modal .content .left {
      width: 100%;
      max-width: 112px; }
      .thanks_modal .content .left img {
        width: 100%; }
    .thanks_modal .content .right {
      width: calc(100% - 112px);
      padding-left: 23px; }
    .thanks_modal .content .block {
      width: 100%; }
      .thanks_modal .content .block .bold {
        width: 100%;
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        color: #2F2F2F;
        margin-bottom: 4px; }
      .thanks_modal .content .block .reg {
        width: 100%;
        font-size: 14px;
        line-height: 20px;
        color: #7E7E7E; }
    .thanks_modal .content .title_block {
      width: 100%;
      font-weight: 600;
      font-size: 16px;
      line-height: 20px;
      color: #2F2F2F;
      margin-bottom: 12px; }
  .thanks_modal .bottom {
    width: 100%;
    padding: 24px 40px 26px;
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    .thanks_modal .bottom a {
      display: inline-block;
      font-weight: 500;
      font-size: 16px;
      line-height: 20px;
      color: #5062A2;
      margin-bottom: 4px; }
    .thanks_modal .bottom p {
      font-weight: 500;
      font-size: 16px;
      line-height: 20px;
      color: #2F2F2F; }

.share_modal {
  max-width: 662px; }
  .share_modal .modal_container {
    padding: 40px; }
  .share_modal .title {
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 22px;
    line-height: 20px;
    color: #2F2F2F;
    margin-bottom: 14px; }
  .share_modal .text {
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    color: #2F2F2F;
    margin-bottom: 26px; }
  .share_modal .row_item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 40px;
    border-bottom: 1px solid #DFDFDF; }
    .share_modal .row_item .item {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      border: 1px solid #E2E2E2;
      border-radius: 50px;
      font-weight: 600;
      font-size: 16px;
      line-height: 20px;
      color: #2F2F2F;
      padding: 20px;
      padding-left: 17px; }
      .share_modal .row_item .item figure {
        width: 22px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        margin-right: 11px; }
  .share_modal .bottom {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 40px; }
    .share_modal .bottom span {
      font-weight: 600;
      font-size: 16px;
      line-height: 20px;
      color: #2F2F2F; }
    .share_modal .bottom input {
      width: 100%;
      max-width: 353px;
      margin: 0 16px;
      border: 1px solid #DFDFDF;
      border-radius: 40px;
      height: 56px;
      padding: 0 16px;
      font-weight: 600;
      font-size: 16px;
      line-height: 20px;
      color: rgba(47, 47, 47, 0.4); }

.counter_offer_modal .title {
  margin-bottom: 14px; }

.counter_offer_modal .title_small {
  width: 100%;
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  color: #2F2F2F;
  margin-bottom: 26px; }

.counter_offer_modal form .input_width_small input {
  width: calc(100% - 18px); }

.counter_offer_modal form .input_width_small span {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #2F2F2F; }

.counter_offer_modal .rounded_list li label .default {
  margin-top: 0; }

.counter_offer_modal .rounded_list li label {
  align-items: center; }

.counter_offer_modal .rounded_list li label .default {
  margin-right: 13px; }

.counter_offer_modal .input_phone_cont {
  margin-bottom: 16px; }

.counter_offer_modal .rounded_list {
  margin-bottom: 26px; }

.receive_modal {
  max-width: 400px; }
  .receive_modal .modal_container {
    padding: 54px 40px;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .receive_modal .modal_container figure {
      width: 80px;
      height: 80px;
      background: rgba(245,53,6,.1);
      border-radius: 50%;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 32px; }
    .receive_modal .modal_container .title {
      width: 100%;
      text-align: center;
      font-weight: 600;
      font-size: 22px;
      line-height: 20px;
      color: #2F2F2F;
      margin-bottom: 10px; }
    .receive_modal .modal_container .text {
      width: 100%;
      text-align: center;
      font-size: 18px;
      line-height: 28px;
      color: #2F2F2F; }

.error_main_wrapper {
  padding-top: 140px;
  border-top: 1px solid #DFDFDF;
  min-height: 92vh;
  padding-bottom: 80px; }
  .error_main_wrapper .container {
    position: static;
    transform: none; }
  .error_main_wrapper .top_wrap {
    width: 100%;
    padding-bottom: 125px;
    border-bottom: 1px solid #DFDFDF; }
    .error_main_wrapper .top_wrap .title {
      width: 100%;
      text-align: center;
      font-weight: 700;
      font-size: 26px;
      color: #2F2F2F;
      margin-bottom: 16px; }
    .error_main_wrapper .top_wrap .text_bottom {
      width: 100%;
      text-align: center;
      font-size: 15px;
      line-height: 20px;
      color: #2F2F2F; }
  .error_main_wrapper .search_form {
    box-shadow: 0px 2px 13px rgba(44, 46, 53, 0.06);
    background: #FFFFFF; }
  .error_main_wrapper .under_form {
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    color: #2F2F2F;
    margin-top: 32px; }
    .error_main_wrapper .under_form a {
      font-weight: 500;
      color: #5062A2; }

.error_page {
  min-height: 100vh;
  background: #F8F8F8; }

.chat_page {
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch; }
  .chat_page .left_wrap {
    width: calc(100% - 280px);
    padding: 34px 40px 21px 81px; }
    .chat_page .left_wrap .properties_info_wrap {
      max-width: 1110px; }
      .chat_page .left_wrap .properties_info_wrap .wrap {
        overflow: initial; }
        .chat_page .left_wrap .properties_info_wrap .wrap .wrap_inside {
          overflow-x: auto; }
    .chat_page .left_wrap .top_wrap {
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .chat_page .left_wrap .top_wrap .name {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        font-weight: 600;
        font-size: 20px;
        line-height: 20px;
        color: #2F2F2F;
        margin-left: -25px;
        position: relative;
        padding-bottom: 26px; }
        .chat_page .left_wrap .top_wrap .name::before {
          content: "";
          position: absolute;
          left: -300px;
          bottom: 0;
          width: 200vw;
          height: 1px;
          background: #DFDFDF; }
        .chat_page .left_wrap .top_wrap .name img {
          margin-right: 24px; }
      .chat_page .left_wrap .top_wrap ul {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        padding-bottom: 26px; }
        .chat_page .left_wrap .top_wrap ul li {
          margin-right: 24px; }
          .chat_page .left_wrap .top_wrap ul li:last-child {
            margin-right: 0; }
          .chat_page .left_wrap .top_wrap ul li a {
            display: inline-flex;
            justify-content: center;
            align-items: center; }
  .chat_page .right_wrap {
    width: 100%;
    max-width: 280px;
    background: #F8F8F8;
    box-shadow: -3px 0px 16px rgba(34, 34, 34, 0.09);
    position: relative;
    z-index: 2; }
    .chat_page .right_wrap .open_message {
      position: absolute;
      top: 1px;
      left: -42px;
      padding: 10px;
      background: #fff;
      z-index: 3;
      display: none;
      border: 1px solid #000;
      transition: .3s; }
      .chat_page .right_wrap .open_message .close {
        display: none; }
      .chat_page .right_wrap .open_message img {
        width: 20px; }
    .chat_page .right_wrap .area {
      width: 100%;
      padding: 32px 24px;
      background: #fff; }
      .chat_page .right_wrap .area .name {
        width: 100%;
        font-weight: 600;
        font-size: 18px;
        line-height: 20px;
        color: #2F2F2F;
        margin-bottom: 16px; }
      .chat_page .right_wrap .area .soc_list {
        width: 100%; }
        .chat_page .right_wrap .area .soc_list li {
          width: 100%;
          margin-bottom: 4px; }
          .chat_page .right_wrap .area .soc_list li:last-child {
            margin-bottom: 0; }
          .chat_page .right_wrap .area .soc_list li a {
            display: inline-flex;
            justify-content: flex-start;
            align-items: center;
            font-weight: 500;
            font-size: 15px;
            line-height: 20px;
            color: #2F2F2F; }
            .chat_page .right_wrap .area .soc_list li a img {
              margin-right: 8px; }
    .chat_page .right_wrap .tab_wrap {
      width: 100%;
      padding: 0 24px;
      border-bottom: 1px solid #DFDFDF;
      background: #fff; }
      .chat_page .right_wrap .tab_wrap .item {
        display: inline-flex;
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        color: #ED0A0A;
        position: relative;
        padding-bottom: 16px; }
        .chat_page .right_wrap .tab_wrap .item::before {
          content: "";
          position: absolute;
          left: 0;
          right: 0;
          bottom: -1px;
          height: 2px;
          width: 100%;
          background: #ED0A0A; }
    .chat_page .right_wrap .messages_list {
      width: 100%;
      padding: 32px 16px;
      height: calc(100vh - 408px - 83px);
      min-height: 400px;
      overflow-y: auto; }
      .chat_page .right_wrap .messages_list .message {
        width: 100%;
        position: relative;
        padding: 16px 20px;
        padding-right: 30px;
        margin-bottom: 12px;
        background: #FFFFFF;
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.06);
        border-radius: 6px; }
        .chat_page .right_wrap .messages_list .message .edit {
          position: absolute;
          top: 12px;
          right: 12px;
          z-index: 2; }
        .chat_page .right_wrap .messages_list .message time {
          width: 100%;
          font-size: 14px;
          line-height: 20px;
          color: #979797; }
          .chat_page .right_wrap .messages_list .message time span {
            margin-left: 10px; }
        .chat_page .right_wrap .messages_list .message .text {
          width: 100%;
          font-weight: 500;
          font-size: 15px;
          line-height: 20px;
          color: #2F2F2F; }
    .chat_page .right_wrap .new_note {
      width: 100%;
      border-top: 1px solid #DFDFDF;
      background: #fff;
      padding: 24px 16px 16px; }
      .chat_page .right_wrap .new_note form {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-end; }
        .chat_page .right_wrap .new_note form textarea {
          width: 100%;
          height: 112px;
          resize: none;
          padding: 12px 21px;
          font-size: 15px;
          line-height: 20px;
          color: #2F2F2F;
          border: 1px solid #DFDFDF;
          filter: drop-shadow(0px 3px 10px rgba(32, 36, 43, 0.15));
          border-radius: 6px; }
          .chat_page .right_wrap .new_note form textarea::placeholder {
            color: rgba(47, 47, 47, 0.4);
            font-size: 15px;
            line-height: 20px; }
      .chat_page .right_wrap .new_note button {
        margin-top: 14px; }

.profile_section .chat_content {
  padding: 0; }

.subject_item {
  width: 100%;
  margin-top: 32px; }
  .subject_item .top {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    .subject_item .top .subject {
      font-weight: 600;
      font-size: 18px;
      line-height: 20px;
      color: #2F2F2F;
      margin-right: 6px; }
    .subject_item .top .subject_form {
      display: flex;
      justify-content: flex-start;
      align-items: center; }
      .subject_item .top .subject_form.active input {
        background: #FFFFFF;
        border: 1px solid #2F2F2F;
        border-radius: 6px; }
      .subject_item .top .subject_form.active .red_btn {
        display: inline-flex; }
      .subject_item .top .subject_form.active .edit {
        display: none; }
      .subject_item .top .subject_form .red_btn {
        display: none;
        background: #ED0A0A;
        border-radius: 6px;
        padding: 6px 18px;
        margin-left: 8px; }
      .subject_item .top .subject_form input {
        background: none;
        border: none;
        font-size: 18px;
        line-height: 20px;
        color: #2F2F2F;
        height: 33px;
        padding: 0 16px; }
      .subject_item .top .subject_form .edit {
        display: inline-flex;
        justify-content: center;
        align-items: center; }
        .subject_item .top .subject_form .edit img {
          width: 16px; }
  .subject_item .bottom {
    width: 100%;
    margin-top: 18px; }
    .subject_item .bottom .textarea_wrap {
      width: 100%;
      position: relative;
      background: #FFFFFF;
      border: 1px solid #DFDFDF;
      border-radius: 6px; }
      .subject_item .bottom .textarea_wrap textarea {
        width: 100%;
        border: none;
        padding: 24px 34px;
        font-weight: 500;
        font-size: 15px;
        line-height: 20px;
        color: #000000;
        height: 80px;
        resize: none; }
        .subject_item .bottom .textarea_wrap textarea::placeholder {
          color: rgba(0, 0, 0, 0.4); }
      .subject_item .bottom .textarea_wrap .wrap_bottom_text {
        width: 100%;
        margin-top: 8px;
        padding: 0 24px 12px; }
        .subject_item .bottom .textarea_wrap .wrap_bottom_text .tag {
          display: inline-flex;
          justify-content: center;
          align-items: center;
          background: #2F2F2F;
          border-radius: 26px;
          padding: 4px 12px;
          font-weight: 500;
          font-size: 15px;
          line-height: 20px;
          color: #FFFFFF; }
          .subject_item .bottom .textarea_wrap .wrap_bottom_text .tag .close {
            margin-left: 10px;
            display: inline-flex;
            justify-content: center;
            align-items: center; }
    .subject_item .bottom .wrap {
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding-top: 16px; }
      .subject_item .bottom .wrap .left {
        width: 100%;
        max-width: 632px;
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .subject_item .bottom .wrap .left .block{
          width: 100%;
          max-width: 232px;
          display: flex;
          justify-content: space-between;
          align-items: center;
        }
        .subject_item .bottom .wrap .left .attach {
          position: relative;
          display: inline-flex;
          justify-content: center;
          align-items: center;
          font-weight: 600;
          font-size: 16px;
          line-height: 20px;
          color: #2F2F2F;
          cursor: pointer; }
          .subject_item .bottom .wrap .left .attach img {
            margin-right: 4px; }
          .subject_item .bottom .wrap .left .attach input {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            cursor: pointer;
            z-index: 2;
            font-size: 0; }
      .subject_item .bottom .wrap .right {
        display: inline-flex;
        justify-content: center;
        align-items: center; }
        .subject_item .bottom .wrap .right .cancel {
          display: inline-flex;
          justify-content: center;
          align-items: center;
          font-weight: 600;
          font-size: 16px;
          line-height: 20px;
          color: #2F2F2F;
          padding: 18px 36px;
          border: 2px solid #D9D9D9;
          border-radius: 40px; }

.statistics_tab_content .top_tab {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .statistics_tab_content .top_tab .choose_days {
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    .statistics_tab_content .top_tab .choose_days .days {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      border-radius: 6px; }
      .statistics_tab_content .top_tab .choose_days .days label {
        position: relative;
        display: inline-flex;
        justify-content: center;
        align-items: center; }
        .statistics_tab_content .top_tab .choose_days .days label:first-child span {
          border-top-left-radius: 6px;
          border-bottom-left-radius: 6px; }
        .statistics_tab_content .top_tab .choose_days .days label:last-child span {
          border-top-right-radius: 6px;
          border-bottom-right-radius: 6px; }
        .statistics_tab_content .top_tab .choose_days .days label span {
          padding: 12px 15px;
          font-weight: 600;
          font-size: 16px;
          line-height: 20px;
          text-align: center;
          color: #2F2F2F;
          border: 1px solid #2F2F2F;
          display: inline-flex; }
        .statistics_tab_content .top_tab .choose_days .days label input {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          width: 100%;
          height: 100%;
          z-index: 2;
          font-size: 0;
          cursor: pointer;
          opacity: 0; }
          .statistics_tab_content .top_tab .choose_days .days label input:checked + span {
            border: 1px solid #ED0A0A;
            background: rgba(255, 100, 100, 0.1); }
        .statistics_tab_content .top_tab .choose_days .days label:last-child {
          border-right: none; }
    .statistics_tab_content .top_tab .choose_days .calendar_item {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      border: 1px solid #2F2F2F;
      border-radius: 6px;
      padding: 10px;
      margin-left: 16px;
      cursor: pointer;
      position: relative; }
      .statistics_tab_content .top_tab .choose_days .calendar_item input {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        cursor: pointer;
        font-size: 0;
        opacity: 0; }
  .statistics_tab_content .top_tab .right_cont {
    display: inline-flex;
    justify-content: center;
    align-items: center; }
    .statistics_tab_content .top_tab .right_cont label {
      position: relative;
      display: inline-flex;
      justify-content: center;
      align-items: center; }
      .statistics_tab_content .top_tab .right_cont label:first-child span {
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px; }
      .statistics_tab_content .top_tab .right_cont label:last-child span {
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px; }
      .statistics_tab_content .top_tab .right_cont label span {
        padding: 12px 15px;
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        color: #2F2F2F;
        border: 1px solid #2F2F2F;
        display: inline-flex; }
      .statistics_tab_content .top_tab .right_cont label input {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        font-size: 0;
        cursor: pointer;
        opacity: 0; }
        .statistics_tab_content .top_tab .right_cont label input:checked + span {
          border: 1px solid #ED0A0A;
          background: rgba(255, 100, 100, 0.1); }
      .statistics_tab_content .top_tab .right_cont label:last-child {
        border-right: none; }

.statistics_tab_content .impacts_cont {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 32px; }
  .statistics_tab_content .impacts_cont .left {
    display: flex;
    flex-direction: column; }
    .statistics_tab_content .impacts_cont .left .title {
      font-weight: 600;
      font-size: 22px;
      line-height: 20px;
      color: #2F2F2F;
      margin-bottom: 6px; }
    .statistics_tab_content .impacts_cont .left .text {
      font-size: 15px;
      line-height: 20px;
      color: #2F2F2F; }
  .statistics_tab_content .impacts_cont .ads {
    font-weight: 600;
    font-size: 17px;
    line-height: 20px;
    text-decoration-line: underline;
    color: #5A7CF4; }

.statistics_tab_content .visits_shares_cont {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px; }
  .statistics_tab_content .visits_shares_cont .block {
    width: calc(50% - 20px);
    background: #FFFFFF;
    box-shadow: 0px 2px 13px rgba(44, 46, 53, 0.06);
    border-radius: 6px;
    position: relative;
    min-height: 173px; }
    .statistics_tab_content .visits_shares_cont .block .see_btn {
      position: absolute;
      top: 26px;
      right: 40px;
      font-weight: 600;
      font-size: 17px;
      line-height: 20px;
      text-decoration-line: underline;
      color: #5A7CF4; }
    .statistics_tab_content .visits_shares_cont .block .title {
      width: 100%;
      padding: 26px 40px;
      font-size: 20px;
      line-height: 20px;
      color: #2F2F2F;
      border-bottom: 1px solid #DFDFDF; }
      .statistics_tab_content .visits_shares_cont .block .title strong {
        font-weight: 600; }
  .statistics_tab_content .visits_shares_cont .row_item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .statistics_tab_content .visits_shares_cont .row_item.row_item_double .item {
      width: 50%; }
    .statistics_tab_content .visits_shares_cont .row_item .item {
      padding: 30px 40px;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      width: 33.33%; }
      .statistics_tab_content .visits_shares_cont .row_item .item:nth-child(2) {
        border-left: 1px solid #DFDFDF;
        border-right: 1px solid #DFDFDF; }
      .statistics_tab_content .visits_shares_cont .row_item .item:last-child {
        border-right: none; }
      .statistics_tab_content .visits_shares_cont .row_item .item p {
        font-weight: 600;
        font-size: 17px;
        line-height: 20px;
        color: #2F2F2F;
        display: inline-block;
        margin-bottom: 4px; }

.publication_tab_content .contracted_tab {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch; }
  .publication_tab_content .contracted_tab .cont {
    width: calc(33.33% - 80px / 3);
    background: #FFFFFF;
    box-shadow: 0px 2px 13px rgba(44, 46, 53, 0.06);
    border-radius: 6px;
    padding: 26px 40px 40px; }
    .publication_tab_content .contracted_tab .cont:last-child .area_lined {
      margin-bottom: 21px; }
    .publication_tab_content .contracted_tab .cont .title {
      width: 100%;
      font-weight: 600;
      font-size: 20px;
      line-height: 20px;
      color: #2F2F2F;
      margin-bottom: 20px; }
    .publication_tab_content .contracted_tab .cont .area_lined {
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 22px; }
      .publication_tab_content .contracted_tab .cont .area_lined .left {
        display: flex;
        flex-direction: column;
        align-items: flex-start; }
        .publication_tab_content .contracted_tab .cont .area_lined .left .count {
          display: flex;
          justify-content: flex-start;
          align-items: flex-end;
          font-weight: 500;
          font-size: 16px;
          line-height: 20px;
          color: #2F2F2F;
          margin-bottom: 12px; }
          .publication_tab_content .contracted_tab .cont .area_lined .left .count span {
            font-weight: 600;
            font-size: 30px;
            line-height: 20px;
            margin-right: 5px; }
        .publication_tab_content .contracted_tab .cont .area_lined .left .text {
          width: 100%;
          display: inline-block;
          font-weight: 600;
          font-size: 18px;
          line-height: 20px;
          color: #2F2F2F; }
      .publication_tab_content .contracted_tab .cont .area_lined .right {
        width: 100%;
        max-width: 110px;
        margin-top: -43px; }
        .publication_tab_content .contracted_tab .cont .area_lined .right .title_small {
          width: 100%;
          font-weight: 600;
          font-size: 16px;
          line-height: 16px;
          color: #2F2F2F;
          margin-bottom: 19px; }
        .publication_tab_content .contracted_tab .cont .area_lined .right .wrap {
          width: 100%;
          display: flex;
          justify-content: space-between;
          align-items: center; }
          .publication_tab_content .contracted_tab .cont .area_lined .right .wrap .text_p {
            font-size: 16px;
            line-height: 20px;
            color: #2F2F2F; }
          .publication_tab_content .contracted_tab .cont .area_lined .right .wrap .calendar_item {
            display: inline-flex;
            justify-content: center;
            align-items: center;
            width: 44px;
            height: 44px;
            border: 1px solid #2F2F2F;
            border-radius: 6px;
            position: relative; }
            .publication_tab_content .contracted_tab .cont .area_lined .right .wrap .calendar_item input {
              position: absolute;
              top: 0;
              left: 0;
              right: 0;
              bottom: 0;
              width: 100%;
              height: 100%;
              z-index: 2;
              cursor: pointer;
              font-size: 0;
              opacity: 0; }
    .publication_tab_content .contracted_tab .cont .btn {
      width: 100%;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      font-weight: 600;
      font-size: 16px;
      line-height: 20px;
      text-align: center;
      color: #ED0A0A;
      padding: 16px;
      border: 2px solid #ED0A0A;
      border-radius: 40px; }
      .publication_tab_content .contracted_tab .cont .btn:hover {
        background: #ED0A0A;
        color: #fff; }

.profile_section .publication_content .profile_home {
  max-width: 100%; }
  .profile_section .publication_content .profile_home .properties_info_wrap {
    max-width: 1280px; }

#statisticChart1, #statisticChart2, #statisticChart3 {
  width: 100% !important;
  height: 350px !important; }

#legend-container, #legend-container2, #legend-container3 {
  width: 100%; }
  #legend-container#legend-container3, #legend-container2#legend-container3, #legend-container3#legend-container3 {
    display: none; }
  #legend-container ul, #legend-container2 ul, #legend-container3 ul {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 35px;
    flex-wrap: wrap; }
    #legend-container ul li, #legend-container2 ul li, #legend-container3 ul li {
      margin-right: 32px;
      margin-bottom: 15px; }
      #legend-container ul li:last-child, #legend-container2 ul li:last-child, #legend-container3 ul li:last-child {
        margin-right: 0; }
      #legend-container ul li span, #legend-container2 ul li span, #legend-container3 ul li span {
        display: inline-flex;
        justify-content: flex-start;
        align-items: center;
        cursor: pointer;
        position: relative;
        padding-left: 32px; }
        #legend-container ul li span::before, #legend-container2 ul li span::before, #legend-container3 ul li span::before {
          content: "";
          width: 24px;
          height: 24px;
          border-radius: 50%;
          display: inline-flex;
          justify-content: center;
          align-items: center;
          border: 1px solid transparent;
          margin-right: 8px;
          position: absolute;
          top: -5px;
          left: 0;
          background: url("../img/check2.svg") center center no-repeat;
          background-color: currentColor; }
        #legend-container ul li span.hide, #legend-container2 ul li span.hide, #legend-container3 ul li span.hide {
          color: #2F2F2F !important; }
          #legend-container ul li span.hide::before, #legend-container2 ul li span.hide::before, #legend-container3 ul li span.hide::before {
            border: 1px solid #C4C4C4;
            background: none !important;
            background-color: transparent; }

.chart_wrap {
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 2px 13px rgba(44, 46, 53, 0.06);
  border-radius: 6px;
  padding: 40px 50px 48px; }
  .chart_wrap .title {
    width: 100%;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: #2F2F2F;
    margin-bottom: 32px; }
    .chart_wrap .title span {
      color: #5062A1; }

.last_modified_text {
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  color: #5062A2;
  margin-top: 24px; }

.select_area button span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  min-width: 95px; }

.select_area .select_title {
  display: inline-flex;
}

.select_area_type_home span {
  min-width: 115px; }

.top_properties_wrap {
  width: 100%;
  background: #F5F5F5;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  transition: .1s; }
  .top_properties_wrap .left_cont {
    width: 100%;
    max-width: 219px;
    padding-top: 40px;
    padding-right: 10px; }
    .top_properties_wrap .left_cont .title_p {
      width: 100%;
      font-weight: 600;
      font-size: 44px;
      color: #ED0A0A;
      margin-bottom: 15px; }
    .top_properties_wrap .left_cont .text {
      width: 100%;
      max-width: 161px;
      font-weight: 600;
      font-size: 20px;
      line-height: 20px;
      color: #000; }
  .top_properties_wrap .right_cont {
    width: 100%;
    position: relative; }
    .top_properties_wrap .right_cont .arrow_main {
      position: absolute;
      z-index: 3;
      top: 50%;
      transform: translateY(-50%); }
      .top_properties_wrap .right_cont .arrow_main img{
        width: 13px;
      }
    .top_properties_wrap .right_cont .arrow_left_main {
      transform: translateY(-50%) rotate(180deg);
      left: 10px; }
    .top_properties_wrap .right_cont .arrow_right_main {
      right: 35px; }
    .top_properties_wrap .right_cont .right_overlay {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      z-index: 2;
      width: 216px;
      height: 100%;
      background: linear-gradient(270.21deg, #ECF0F2 28.33%, rgba(47, 47, 47, 0) 99.83%); }
      .top_properties_wrap .right_cont .left_overlay {
        position: absolute;
        top: 0;
        bottom: 0;
        left: -30;
        z-index: 2;
        width: 216px;
        height: 100%;
        background: linear-gradient(89.79deg, #ECF0F2 28.33%, rgba(47, 47, 47, 0) 99.83%); }
    .top_properties_wrap .right_cont .slick-disabled {
      display: none !important; }
  /* .top_properties_wrap .slider_main_item {
    width: 100%;
    height: 249px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    visibility: hidden; }
    .top_properties_wrap .slider_main_item.slick-initialized {
      height: auto;
      overflow: initial;
      display: block;
      visibility: visible; }
    .top_properties_wrap .slider_main_item .slider_item {
      height: 167px;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      visibility: hidden; }
      .top_properties_wrap .slider_main_item .slider_item img {
        width: 100%; }
      .top_properties_wrap .slider_main_item .slider_item.slick-initialized {
        height: auto;
        overflow: initial;
        display: block;
        visibility: visible; } */
  .top_properties_wrap .item_main .top_info_item{
    display: none!important;
  }
  .top_properties_wrap .item_photo_cont {
    width: 100%; }
  .top_properties_wrap .item_main .item_text .title, .top_properties_wrap .item_main .item_text .price {
    color: #000 !important; }
  .top_properties_wrap .item_main {
    min-width: 416px;
    max-width: 416px;
    border-radius: 14px;
    margin-bottom: 0; }
  .top_properties_wrap .item_main .item_text .title {
    margin-top: 0 !important;
    max-height: 40px;
    min-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: -webkit-box;
    color: #000 !important;
    -webkit-box-orient: vertical;
    margin-bottom: 10px; }
  .top_properties_wrap .appartaments_info{
    padding-top: 10px;
  }
  .top_properties_wrap .appartaments_info .block figure{
    margin-bottom: 3px;
  }
  .top_properties_wrap .item_main .item_text .info {
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 6px; }

.search_page_filter.fixed .top_properties_wrap {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  height: 0;
  position: absolute; }

.search_page .search_map_section .filter_wrap .content .tab.tab_blocks_view .item_main .item_photo_cont {
  margin-left: 0;
  width: 100%;
  height: inherit;
}
.fancybox-bg {
  background: rgba(17, 17, 17, 0.4);
  opacity: 1 !important; }

.profile_company_form .password_input_cont .eye_link::before {
  top: 4px!important; }

.add_employee_modal .selectric-select_custom .selectric-items li {
  font-weight: bold; }

.select_area_more_filt {
  display: none;
  width: auto;
  margin-right: 12px;
  margin-bottom: 10px;
  position: relative;
  border: 1px solid #DFDFDF;
  box-shadow: rgba(32, 36, 43, 0.15) 0px 3px 10px;
  border-radius: 40px;
  height: 56px; }
  .select_area_more_filt .select_title {
    width: 100%;
    padding: 18px;
    padding-left: 24px;
    padding-right: 35px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #2F2F2F;
    position: relative;
    cursor: pointer;
    background: none;
    border: none;
    text-align: left; }
    .select_area_more_filt .select_title .angle {
      position: absolute;
      right: 18px;
      top: 50%;
      transform: translateY(-50%); }
    .select_area_more_filt .select_title .hide {
      display: none; }
  .select_area_more_filt.active {
    display: block; }
  .select_area_more_filt.active_btn .select_title .standart {
    display: none; }
  .select_area_more_filt.active_btn .select_title .hide {
    display: inline-block; }

.search_page_filter.search_page_filter_fix.fixed .select_area.hide {
  display: none; }

.search_page_filter.search_page_filter_fix.fixed .select_area.show_select {
  display: block; }

.main_search_section .search_form .bottom .input_cont .location {
  position: absolute;
  top: 6px;
  left: 6px;
  z-index: 1;
  cursor: pointer; }

.main_search_section .search_form .bottom .input_cont input {
  padding-left: 104px; }

.main_search_section .search_form .bottom .input_cont .search_icon {
  left: 71px; }

.main_search_section .search_form .bottom input[type="hidden"] {
  display: none; }

header .left_cont .login {
  display: none; }

header .left_cont .open_menu {
  display: none; }

header .left_cont .mob_menu__button {
  display: none; }

.responsive_wrapper {
  width: 100%;
  height: 100%;
  max-width: 273px;
  background: #FFFFFF;
  position: fixed;
  top: 110px;
  left: 0;
  z-index: 999999;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  transform: translateX(-120%); }
  .responsive_wrapper.active {
    opacity: 1;
    visibility: visible;
    transform: none; }
  .responsive_wrapper .inside {
    width: 100%;
    padding: 11px 11px 43px 26px;
    max-height: calc(100vh - 112px);
    overflow-y: auto; }
    .responsive_wrapper .inside .nav_resp_menu {
      width: 100%; }
      .responsive_wrapper .inside .nav_resp_menu li {
        width: 100%; }
        .responsive_wrapper .inside .nav_resp_menu .mob_li {
          display: none; }
        .responsive_wrapper .inside .nav_resp_menu li a {
          font-weight: 600;
          font-size: 16px;
          line-height: 45px;
          color: #2F2F2F;
          display: inline-flex;
          justify-content: flex-start;
          align-items: center;
         }
    .responsive_wrapper .inside .select_lang_cont {
      width: 100%;
      background: #FFFFFF;
      box-shadow: 0px 3px 10px rgba(32, 36, 43, 0.04);
      border-radius: 40px;
      position: relative; }
      .responsive_wrapper .inside .select_lang_cont .active_lang {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        position: relative;
        padding-left: 20px;
        cursor: pointer;
        z-index: 2; }
        .responsive_wrapper .inside .select_lang_cont .active_lang .angle {
          position: absolute;
          top: 25px;
          right: 18px;
          width: 12px; }
        .responsive_wrapper .inside .select_lang_cont .active_lang .lang {
          height: 58px;
          font-weight: 600;
          font-size: 18px;
          line-height: 20px;
          color: #2F2F2F;
          display: inline-flex;
          justify-content: center;
          align-items: center; }
        .responsive_wrapper .inside .select_lang_cont .active_lang .flag {
          margin-right: 10px; }
      .responsive_wrapper .inside .select_lang_cont .langs_list {
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        background: #FFFFFF;
        padding-top: 30px;
        margin-top: -38px;
        display: none;
        z-index: 2;
        top: inherit;
        bottom: 100%;
        margin-bottom: -30px;
        padding-top: 0;
        padding-bottom: 30px; }
        .responsive_wrapper .inside .select_lang_cont .langs_list.active {
          display: block; }
        .responsive_wrapper .inside .select_lang_cont .langs_list .lang_item {
          width: 100%;
          padding: 0;
          font-size: 18px;
          line-height: 20px;
          color: #2F2F2F;
          display: flex;
          justify-content: flex-start;
          align-items: center;
          cursor: pointer;
          border-bottom: 1px solid #eee; }
          .responsive_wrapper .inside .select_lang_cont .langs_list .lang_item a{
            padding: 15px 10px;
            width: 100%;
            display: flex;
            align-items: center;
          }
          .responsive_wrapper .inside .select_lang_cont .langs_list .lang_item:last-child {
            border-bottom: none; }
          .responsive_wrapper .inside .select_lang_cont .langs_list .lang_item.active {
            background: #e7e7e7; }
          .responsive_wrapper .inside .select_lang_cont .langs_list .lang_item img {
            margin-right: 10px;
            width: 18px; }

.responsive_overlay {
  position: absolute;
  z-index: 42;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.36);
  display: none; }
  .responsive_overlay.active {
    display: block; }

.header_filter_bottom {
  display: none;
  padding-top: 13px; }
  .header_filter_bottom .top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px; }
    .header_filter_bottom .top .sort_cont {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      opacity: 0;
      visibility: hidden; }
      .header_filter_bottom .top .sort_cont .sort_title {
        display: inline-block;
        font-size: 16px;
        line-height: 20px;
        color: #2F2F2F;
        margin-right: 12px; }
      .header_filter_bottom .top .sort_cont .selectric {
        background: none;
        border: none; }
      .header_filter_bottom .top .sort_cont .selectric .label {
        margin: 0;
        height: initial;
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        color: #2F2F2F;
        margin-right: 24px; }
      .header_filter_bottom .top .sort_cont .selectric .button {
        background-color: transparent;
        padding: 0;
        margin: 0;
        width: 12px;
        height: 12px; }
      .header_filter_bottom .top .sort_cont .selectric .button:after {
        border: none;
        width: 10px;
        background: url("../img/arrow_down.svg") top center no-repeat;
        background-size: cover;
        height: 9px;
        margin: 0;
        left: initial;
        top: 5px; }
      .header_filter_bottom .top .sort_cont .selectric-items li {
        font-size: 14px;
        line-height: 20px;
        color: #2F2F2F; }
      .header_filter_bottom .top .sort_cont .selectric-items {
        margin-top: 10px; }
      .header_filter_bottom .top .sort_cont.active {
        opacity: 1;
        visibility: visible; }
    .header_filter_bottom .top p {
      font-weight: 600;
      font-size: 22px;
      line-height: 20px;
      color: #2F2F2F;
      max-width: calc(100% - 96px); }
    .header_filter_bottom .top .btns {
      width: 100%;
      max-width: 116px;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .header_filter_bottom .top .btns a {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 40px;
        height: 40px;
        border-radius: 6px; }
        /* .header_filter_bottom .top .btns a img {
          opacity: .4; } */
        .header_filter_bottom .top .btns a.active {
          background: #FFFFFF;
          box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.15); }
          .header_filter_bottom .top .btns a.active img {
            opacity: 1; }
    .header_filter_bottom .top .right_sort {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      max-width: 340px; }
      .header_filter_bottom .top .right_sort .top_btn {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        color: #ED0A0A;
        padding: 10px 18px;
        background: #FFFFFF;
        border: 1px solid #ED0A0A;
        box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.15);
        border-radius: 6px;
        margin-right: 40px;
        transition: .3s; }
        .header_filter_bottom .top .right_sort .top_btn:hover {
          background: #ED0A0A;
          color: #fff; }
  .header_filter_bottom .open_filter, .header_filter_bottom .open_map {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #2F2F2F;
    margin-right: 0; }
    .header_filter_bottom .open_filter i, .header_filter_bottom .open_map i {
      font-size: 20px; }
    .header_filter_bottom .open_filter span, .header_filter_bottom .open_map span {
      font-size: 13px;
      text-align: center;
      display: inline-block;
      margin-left: 8px; }

.header_bottom_inner {
  width: 100%;
  position: sticky;
  top: 0;
  position: -webkit-sticky;
  transition: -webkit-transform .3s ease-in;
  transition: transform .3s ease-in;
  transition: transform .3s ease-in,-webkit-transform .3s ease-in;
  z-index: 10;
  background-color: #fff;
  display: none; }

.filters_area .btns_wrap{
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.filters_area .btns_wrap .reset_filters{
  padding: 0;
  background: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #ED0A0A;
  margin: 0;
  margin-left: 35px;
}

.select_area.disable_select{
  opacity: .5;
  cursor: default;
}

.select_area.disable_select button{
  cursor: default !important;
}

.chat_gpt_wrapper{
  position: fixed;
  right: 20px;
  bottom: 0;
  z-index: 39;
  width: 100%;
  max-width: 340px;
  max-height: 99vh;
  transform: translateY(calc(100% - 51px));
  transition: .3s;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.chat_gpt_wrapper .chat_btn{
  position: relative;
}
.chat_gpt_wrapper .chat_btn::before{
  content: 'NEW';
  position: absolute;
  left: 10px;
  top: -13px;
  padding: 3px 9px;
  background-color: rgba(41, 171, 109, 1);
  border-radius: 3px;
  color: #fff;
  font-size: 11px;
}
.chat_gpt_wrapper.scaled{
  max-width: 700px;
}

.chat_gpt_wrapper.scaled .chat_gpt_content .messages_area{
  height: calc(100vh - 335px);
  max-height: none;
}

.chat_gpt_wrapper.active{
  transform: none;
}

.chat_gpt_wrapper.active .chat_btn img{
  transform: rotate(180deg);
}

.chat_gpt_wrapper .chat_btn{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: initial;
  background: #2F2F2F;
  box-shadow: 0px 3px 27px rgba(32, 37, 47, 0.12);
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  padding: 10px 15px;
  cursor: pointer;
  border: none;
  margin: 0;
}

.chat_gpt_wrapper .chat_btn figure{
  width: 31px;
  min-width: 31px;
  height: 31px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}

.chat_gpt_wrapper .chat_btn figure img{
  width: 20px;
}
.gpt_consult{
  display: inline-block;
  margin-right: 68px;
}
@media screen and (max-width: 1024px){
  .gpt_consult{
    display: none;
  }
}
.chat_gpt_wrapper .chat_btn .text{
  width: calc(100% - 46px);
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  padding-left: 12px;
  padding-right: 10px;
  text-align: left;
}

.chat_gpt_wrapper .chat_btn .angle{
  width: 15px;
}

.chat_gpt_wrapper .chat_btn .text strong{
  font-weight: 700;
}

.chat_gpt_content{
  width: 100%;
  background: #F8F8F8;
  box-shadow: 0px 3px 27px rgba(32, 37, 47, 0.12);
  border-radius: 0 0 6px 6px;
  padding: 27px 21px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-y: auto;
  max-height: 70vh;
}

.chat_gpt_content .messages_area{
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding-left: 13px;
  padding-right: 13px;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-height: 300px;
}

.chat_gpt_content .messages_area .message{
  float: left;
  position: relative;
  background: #FFEDED;
  box-shadow: 0px 1.4766px 9.59787px rgba(44, 46, 53, 0.06);
  border-radius: 4.42979px;
  padding: 12px 12px 12px 28px;
  font-size: 14px;
  line-height: 20px;
  color: #2F2F2F;
  margin-bottom: 14px;
}

.chat_gpt_content .messages_area .message::before{
  content: "";
  position: absolute;
  background: url('../img/icon3.svg') top center no-repeat;
  width: 34px;
  height: 19px;
  bottom: 0px;
  left: -18px;
}

.chat_gpt_content .messages_area .message.message_question{
  background: #FFFFFF;
  box-shadow: 0px 1.4766px 9.59787px rgba(44, 46, 53, 0.06);
  float: right;
  border: none;
  padding: 12px 28px 12px 12px;

}

.chat_gpt_content .messages_area .message.message_question::before{
  display: none;
}

.chat_gpt_content .messages_area .message.message_question::after{
  content: "";
  position: absolute;
  background: url('../img/icon4.svg') top center no-repeat;
  width: 34px;
  height: 19px;
  bottom: 0px;
  right: -18px;
}

.chat_gpt_content .attention_p{
  width: 100%;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  color: #2F2F2F;
  opacity: 0.4;
  padding-top: 17px;
  margin-bottom: 11px;
}

.chat_gpt_content .red_btn{
  max-width: 100%;
  width: 100%;
}

.chat_gpt_content .chat_form{
  width: 100%;
  padding-top: 12px;
}

.chat_gpt_content .chat_form textarea{
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 1.4766px 9.59787px rgba(44, 46, 53, 0.06);
  border-radius: 4.42979px;
  resize: none;
  height: 80px;
  padding: 13px 12px;
  font-size: 15px;
  line-height: 20px;
  color: #2F2F2F;
  border: none;
}

.chat_gpt_content .chat_form textarea::placeholder{
  font-size: 15px;
  line-height: 20px;
  color: #2F2F2F;
}

.message_row{
  width: 100%;
}

.chat_gpt_content .chatting_area,.chat_gpt_content .messages_area{
  display: none;
}

.chat_gpt_content.active .chatting_area,.chat_gpt_content.load_message.active .chatting_area{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.chat_gpt_content.active .messages_area,.chat_gpt_content.load_message.active .messages_area{
  display: flex;
}

.chat_gpt_content.active .contact_form_div,.chat_gpt_content.load_message.active .contact_form_div{
  display: none;
}

.chat_gpt_content .contact_form_div fieldset{
  margin-bottom: 20px;
}

.chat_gpt_content .contact_form_div fieldset.active input{
  border-color: red;
}
/*
.chat_gpt_content .contact_form_div fieldset .error{
  display: none;
}

.chat_gpt_content .contact_form_div fieldset.active .error{
  display: block;
} */

.chat_gpt_content .contact_form_div fieldset input{
  width: 100%;
  border: 1px solid #DFDFDF;
  filter: drop-shadow(0px 3px 10px rgba(32, 36, 43, 0.15));
  border-radius: 20px;
  height: 54px;
  padding: 0 15px;
  font-size: 16px;
  line-height: 20px;
  color: #2F2F2F;
}

.chat_gpt_content .contact_form_div fieldset input::placeholder{
  font-size: 16px;
  line-height: 20px;
  color: #2F2F2F;
}

.chat_gpt_content .contact_form_div fieldset label{
  width: 100%;
  margin-bottom: 10px;
  display: block;
}

.chat_gpt_content .error_chat{
  width: 100%;
  color: red;
  font-size: 15px;
  margin-bottom: 10px;
  display: none;
  line-height: 20px;
}

.chat_gpt_content .error_chat.active{
  display: block;
}

.chat_gpt_content .chat_form .typing_text{
  width: 100%;
  display: block;
  font-size: 14px;
  color: #2F2F2F;
  opacity: .6;
  margin-bottom: 10px;
  display: none;
}

.chat_gpt_content .chat_form .typing_text.active{
  display: block;
}

.chat_gpt_content .chat_form .typing_text span{
  animation: 1s linear infinite alternate typing;
  width: 17px;
  overflow: hidden;
  display: inline-block;
  /* padding-top: 6px; */
  font-size: 20px;
  margin-bottom: -4px;
}

@keyframes typing {
  from {
    width: 17px;
  }
  to {
    width: 0;
  }
}

.bottom_fixed_menu .right_cont_bottom{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}

.bottom_fixed_menu .right_cont_bottom .evaluate_object_link{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #ED0A0A;
  padding: 18px 36px;
  background: #fff;
  border-radius: 40px;
  border: 1px solid #ED0A0A;
  margin-right: 40px;
}

@media screen and (max-width: 1024px){
  .bottom_fixed_menu .right_cont_bottom .evaluate_object_link{
    width: 100%;
    margin-right: 0px;

  }
}

.bottom_fixed_menu .right_cont_bottom .evaluate_object_link:hover{
  opacity: .9;
}

.generate_auto_desc_gpt{
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  text-decoration-line: underline;
  color: #5062A2;
}

.generate_auto_desc_gpt img{
  margin-right: 19px;
}

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

.generate_text_inner .block{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.generate_text_inner .error_text{
  font-size: 16px;
  color: red;
  display: none;
  margin-top: 10px;
}

.generate_text_inner .error_text.active{
  display: block;
}

.loader_gpt {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: relative;
  animation: rotate 1s linear infinite;
  margin-left: 50px;
  display: none;
}
.loader_gpt.active{
  display: block;
}
.loader_gpt::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  inset: 0px;
  border-radius: 50%;
  border: 5px solid #10a37f;
  animation: prixClipFix 2s linear infinite ;
}

@keyframes rotate {
  100%   {transform: rotate(360deg)}
}

@keyframes prixClipFix {
    0%   {clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}
    25%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}
    50%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}
    75%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%)}
    100% {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0)}
}

.modal_chat_gpt{
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 3px 27px rgba(32, 37, 47, 0.12);
  border-radius: 6px;
  padding: 0;
  margin: 0;
  max-width: 730px;
  display: none;
}

.modal_chat_gpt .modal_container{
  width: 100%;
  padding-top: 48px;
}

.modal_chat_gpt .modal_container .title{
  width: 100%;
  padding: 0 40px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #2F2F2F;
  margin-bottom: 8px;
}

.modal_chat_gpt .modal_container .text_title{
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #2F2F2F;
  margin-bottom: 24px;
  padding: 0 40px;
}

.modal_chat_gpt .modal_container .form_item{
  width: 100%;
  background: #F8F8F8;
  padding: 24px 40px 48px;
}

.modal_chat_gpt .modal_container .form_item .prop_text{
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #2F2F2F;
  margin-bottom: 21px;
}

.modal_chat_gpt .modal_container .form_item .price_gpt_modal{
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #DFDFDF;
  border-radius: 40px;
  padding: 0 24px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #2F2F2F;
  height: 56px;
  margin-bottom: 21px;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
}

.modal_chat_gpt .modal_container .form_item .desc_gpt_modal{
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #DFDFDF;
  border-radius: 24px;
  padding: 18px 24px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #2F2F2F;
  height: 119px;
  overflow-y: auto;
  overflow-x: hidden;
}

#chatGptPriceContainer{
  width: 100%;
  display: none;
  margin-top: 18px;
}

#chatGptPriceContainer fieldset{
  width: 100%;
  position: relative;
}

#chatGptPriceContainer fieldset .text_inpt{
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #DFDFDF;
  border-radius: 40px;
  padding: 0 24px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #2F2F2F;
  height: 56px;
  cursor: default;
  background: transparent;
}

#chatGptPriceContainer fieldset .eval_text{
  width: 100%;
  padding-left: 24px;
  font-size: 14px;
  line-height: 20px;
  color: #989898;
  margin-bottom: 6px;
}

#chatGptPriceContainer.active{
  display: block;
}

#chatGptPriceContainer fieldset .euro{
  position: absolute;
  right: -10px;
  margin-right: -6px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #2F2F2F;
  bottom: 17px;
}

.description_area_chat_gpt{
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
  background: #FFFFFF;
  border: 1px solid #DFDFDF;
  border-radius: 24px;
  font-size: 14px;
  line-height: 20px;
  color: #2F2F2F;
  margin-top: 8px;
}
/*
.description_area_chat_gpt.hidden{
  display: none;
} */

.description_area_chat_gpt p{
  opacity: 0.4;
  width: calc(100% - 40px);
  padding-left: 19px;
}

#modal_chat_gpt_error{
  display: none;
}

#modal_chat_gpt_error .title{
  text-align: center;
  margin: 0;
}

#modal_chat_gpt_error .modal_container{
  padding: 50px 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.modal_chat_gpt .btn_red{
  width: 139px;
  height: 56px;
  background: #ED0A0A;
  border: 1px solid #ED0A0A;
  border-radius: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF;
  margin-top: 54px;
  margin-left: auto;
  margin-right: auto;
}

svg {
  isolation: isolate;
}

#map-svg{
  cursor: grab !important;
  width: 100%;
  display: flex;
}

.signup_modal form .accept_conditions_modded .default .active{
  background: red;
}

.select_area_bathrooms button span, .select_area_rooms button span{
  min-width: initial !important;
  margin-left: 3px;
}

.select_area .checked_text{
  min-width: initial;
}

/* .search_page .search_page_filter_fix .select_just_type .checked_text{
  left: 0;
  width: 110px;
  text-align: center;
} */

.search_page .search_page_filter_fix .select_just_type,.search_page .search_page_filter_fix .select_area_main_type {
  min-width: 150px;
}

.search_page .search_page_filter_fix .select_area_rooms {
  min-width: 135px;
}

.search_page .search_page_filter_fix .select_area_bathrooms {
  min-width: 143px;
}

.scale_chat_gpt_btn{
  position: absolute;
  top: 7px;
  right: 41px;
  border: none;
  background: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  border-radius: 8px;
  z-index: 5;
}

@media screen and (max-width: 1024px){
  .scale_chat_gpt_btn{
    display: none;
  }
}

.scale_chat_gpt_btn img{
  width: 20px;
}

#attributesContainer{
  width: 100%;
  display: flex;
  flex-direction: column;
}

.property_info_wrapper_create .short_block{
  order: 4;
}

.property_info_wrapper_create .stays_info{
  order: 2;
}



.property_info_wrapper_create .main_information{
  order: 1;
}

.property_info_wrapper_create .main_information .short_block_title,.main_information .short_block_title{
  display: none;
}

.property_info_wrapper_create .property_information{
  order: 2;
}

.select_area .dropdown .content .price_wrap.hide{
  display: none;
}

.select_area .dropdown .content .price_wrap.active{
  display: flex;
}

.profile_page footer{
  position: relative;
}
.profile_page footer::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  background: #FFFFFF;
  box-shadow: 3px 0px 16px rgba(34, 34, 34, 0.09);
  width: 100%;
  max-width: 160px;
}
.profile_page footer .center_cont{
  max-width: 440px;
  padding-left: 24px;
}
.profile_page footer .left_cont{
  max-width: fit-content;
}
@media screen and (max-width: 970px){
  .profile_page footer .center_cont{
    padding-left: 0;
  }
}
@media screen and (max-width: 768px){
  .profile_page footer{
    padding-bottom: 180px!important;
  }
}
footer .select_lang_cont .langs_list .lang_item a{
  padding: 15px 10px 15px 19px!important;
}
.profile_page footer .select_lang_cont .langs_list .lang_item a{
  padding: 15px 19px;
}
.select_lang_cont .langs_list .lang_item a{
  display: flex;
  align-items: center;
}
.select_lang_cont .langs_list .lang_item a{
  padding: 12px 20px;
  display: flex;
  align-items: center;
  width: 100%;
  color: #2F2F2F;
  font-size: 15px;
  font-weight: 500;
}
.profile_page footer.changed::before{
  max-width: 73px;
}

.background_image{
  width: 500px;
}

.actions_unlit form{
  opacity: 0;
  visibility: hidden;
  position: absolute;
}



.about_us_section .form_block {
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 3px 27px rgba(32, 37, 47, 0.12);
  border-radius: 6px;
  padding: 32px 40px 40px; }
  .about_us_section .form_block p {
    width: 100%;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #2F2F2F;
    margin-bottom: 24px; }
  .about_us_section .form_block form {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
    .about_us_section .form_block form .input_double {
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .about_us_section .form_block form .input_double input {
        width: calc(50% - 15px);
        border: 1px solid #DFDFDF;
        filter: drop-shadow(0px 3px 10px rgba(32, 36, 43, 0.15));
        border-radius: 40px;
        height: 54px;
        padding-left: 26px;
        padding-right: 15px;
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        color: #2F2F2F; }
        .about_us_section .form_block form .input_double input::placeholder {
          color: rgba(47, 47, 47, 0.4); }
    .about_us_section .form_block form textarea {
      width: 100%;
      margin-top: 12px;
      border: 1px solid #DFDFDF;
      filter: drop-shadow(0px 3px 10px rgba(32, 36, 43, 0.15));
      border-radius: 40px;
      padding: 18px 26px;
      font-weight: 600;
      font-size: 16px;
      line-height: 20px;
      color: #2F2F2F;
      height: 90px;
      resize: none;
      margin-bottom: 12px; }
      .about_us_section .form_block form textarea::placeholder {
        color: rgba(47, 47, 47, 0.4); }

.contact_form_file .bottom_cont{
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}

.contact_form_file .bottom_cont .file_label{
  position: relative;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  color: #2F2F2F;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  padding: 10px 24px;
  border-radius: 50px;
  border: 1px solid #DFDFDF;
  margin-right: 27px;
}

.contact_form_file .bottom_cont .file_label input{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  cursor: pointer;
  opacity: 0;
  font-size: 0;
}

.contact_form_file .bottom_cont .file_label img{
  margin-right: 6px;
}

.contact_form_file .bottom_cont .name_file{
  font-size: 13px;
  margin-right: 15px;
  display: none;
  width: auto !important;
  margin-bottom: 0 !important;
  max-width: 408px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: red;
}

.contact_form_file .bottom_cont.active .name_file{
  display: block;
}

.map-svg .overlay{
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}

.map-svg .overlay.active{
  opacity: 1;
  visibility: visible;
}

.select_area .bottom_dropdown{
  position: relative;
}

.select_area .bottom_dropdown .overlay{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  cursor: default;
}

.select_area.checked .bottom_dropdown .overlay{
  display: none;
}

.select_area .approve_filter_button{
  opacity: .5;
}

.select_area.checked .approve_filter_button{
  opacity: 1;
}

.priceContainerNewBuild{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 1024px){
  .priceContainerNewBuild{
    flex-direction: column;
  }
}
.from_price_digit{
  display: none;
}

.priceContainerNewBuild .from_price_digit{
  font-weight: 600;
  font-size: 16px;
  color: #2F2F2F;
  margin-right: 15px;
  padding-top: 12px;
  display: block;
  line-height: 35px;
}

.new-build-items-wrapper.chalet_type .nbi_input_cont_floor{
  opacity: 0;
  visibility: hidden;
  width: 1px;
  height: 1px;
}

.new-build-item .nbi_input_cont.nbi_input_cont_type .selectric-select_custom .selectric-items li:first-child,.new-build-item .nbi_input_cont.nbi_input_cont_type .selectric-select_custom .selectric-items li:nth-child(2),.new-build-item .nbi_input_cont.nbi_input_cont_type .selectric-select_custom .selectric-items li:nth-child(3),.new-build-item .nbi_input_cont.nbi_input_cont_type .selectric-select_custom .selectric-items li:nth-child(4),.new-build-item .nbi_input_cont.nbi_input_cont_type .selectric-select_custom .selectric-items li:nth-child(5),.new-build-item .nbi_input_cont.nbi_input_cont_type .selectric-select_custom .selectric-items li:nth-child(6){
  display: none;
}

.new-build-item .nbi_input_cont.nbi_input_cont_type.flat_type_input .selectric-select_custom .selectric-items li:first-child,.new-build-item .nbi_input_cont.nbi_input_cont_type.flat_type_input .selectric-select_custom .selectric-items li:nth-child(3),.new-build-item .nbi_input_cont.nbi_input_cont_type.flat_type_input .selectric-select_custom .selectric-items li:nth-child(6){
  display: block;
}

.new-build-item .nbi_input_cont.nbi_input_cont_type.chalet_type_input .selectric-select_custom .selectric-items li:nth-child(2),.new-build-item .nbi_input_cont.nbi_input_cont_type.chalet_type_input .selectric-select_custom .selectric-items li:nth-child(4),.new-build-item .nbi_input_cont.nbi_input_cont_type.chalet_type_input .selectric-select_custom .selectric-items li:nth-child(5){
  display: block;
}

.secondary_house_type.new_bld_list li:nth-child(3),.secondary_house_type.new_bld_list li:nth-child(4),.secondary_house_type.new_bld_list li:nth-child(5),.secondary_house_type.new_bld_list li:nth-child(6){
  display: none;
}

/* .top_properties_wrap .item_main .item_photo_cont .arrow{
  opacity: 0;
  visibility: hidden;
} */



/* .top_properties_wrap .item_main .item_photo_cont .count{
  -webkit-text-stroke-width: 0;
  -webkit-text-stroke-color: #ED0A0A;
  color: #ED0A0A;
} */


.search_results_wrap .filter_wrap .tab_blocks_view .show_photo_count{
  top: 20px;
}
.search_results_wrap .filter_wrap .tab_blocks_view .item_photo_cont .favourite{
  top: 15px;
}
.show_photo_count{
  position: absolute;
  top: 54px;
  left: 9px;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  color: #FFF;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.19);
  font-size: 11px;
  font-weight: 600;
  line-height: 9.735px;
  z-index: 2;
}

.show_photo_count svg{
  margin-right: 2px;
  width: 17px;
  height: 20px;
}

.show_photo_count span{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding-top: 3px;
}

.dots_custom_wrap{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 150px;
  z-index: 5;
  overflow: hidden;
  transition: .3s;
  width: 50px;
}

.dots_custom_wrap .slick-dots{
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transition: .3s;
}

.dots_custom_wrap .slick-dots li{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 3px;
}

.dots_custom_wrap .slick-dots li button{
  padding: 0;
  margin: 0;
  font-size: 0;
  text-indent: -100000px;
  border: none;
  border: 1px solid #fff;
  width: 7px;
  background: rgba(47, 47, 47, 0.21);
  height: 7px;
  border-radius: 50%;
  box-shadow: 0px 2px 5px rgba(47, 47, 47, 0.19);
}

.dots_custom_wrap .slick-dots li.slick-active button{
  background: #fff;
}

/* .dots_custom_wrap .slick-dots li:first-child,.dots_custom_wrap .slick-dots li:nth-child(2),.dots_custom_wrap .slick-dots li:nth-child(3),.dots_custom_wrap .slick-dots li:nth-child(4),.dots_custom_wrap .slick-dots li:nth-child(5){
  display: block;
} */

.item_main.active_slide0 .dots_custom_wrap .slick-dots,.item_main.active_slide1 .dots_custom_wrap .slick-dots,.item_main.active_slide2 .dots_custom_wrap .slick-dots{
  transform: none;
}
.item_main.active_slide3 .dots_custom_wrap .slick-dots{
  transform: translateX(-10px);
}

.item_main.active_slide4 .dots_custom_wrap .slick-dots{
  transform: translateX(-20px);
}

.item_main.active_slide5 .dots_custom_wrap .slick-dots{
  transform: translateX(-30px);
}

.item_main.active_slide6 .dots_custom_wrap .slick-dots{
  transform: translateX(-40px);
}

.item_main.active_slide7 .dots_custom_wrap .slick-dots{
  transform: translateX(-50px);
}

.item_main.active_slide8 .dots_custom_wrap .slick-dots{
  transform: translateX(-60px);
}

.item_main.active_slide9 .dots_custom_wrap .slick-dots{
  transform: translateX(-70px);
}

.item_main.active_slide10 .dots_custom_wrap .slick-dots{
  transform: translateX(-80px);
}

.item_main.active_slide11 .dots_custom_wrap .slick-dots{
  transform: translateX(-90px);
}

.item_main.active_slide12 .dots_custom_wrap .slick-dots{
  transform: translateX(-100px);
}

.item_main.active_slide13 .dots_custom_wrap .slick-dots{
  transform: translateX(-110px);
}

.item_main.active_slide14 .dots_custom_wrap .slick-dots{
  transform: translateX(-120px);
}

.item_main.active_slide15 .dots_custom_wrap .slick-dots{
  transform: translateX(-130px);
}

.item_main.active_slide16 .dots_custom_wrap .slick-dots{
  transform: translateX(-140px);
}

.item_main.active_slide17 .dots_custom_wrap .slick-dots{
  transform: translateX(-150px);
}

.item_main.active_slide18 .dots_custom_wrap .slick-dots{
  transform: translateX(-160px);
}

.item_main.active_slide19 .dots_custom_wrap .slick-dots{
  transform: translateX(-170px);
}

.item_main.active_slide20 .dots_custom_wrap .slick-dots{
  transform: translateX(-180px);
}

.item_main.active_slide21 .dots_custom_wrap .slick-dots{
  transform: translateX(-190px);
}

.item_main.active_slide22 .dots_custom_wrap .slick-dots{
  transform: translateX(-200px);
}

.item_main.active_slide23 .dots_custom_wrap .slick-dots{
  transform: translateX(-210px);
}

.item_main.active_slide24 .dots_custom_wrap .slick-dots{
  transform: translateX(-220px);
}

.item_main.active_slide25 .dots_custom_wrap .slick-dots{
  transform: translateX(-230px);
}

.item_main.active_slide26 .dots_custom_wrap .slick-dots{
  transform: translateX(-240px);
}

.item_main.active_slide27 .dots_custom_wrap .slick-dots{
  transform: translateX(-250px);
}

.item_main.active_slide28 .dots_custom_wrap .slick-dots{
  transform: translateX(-260px);
}

.item_main.active_slide29 .dots_custom_wrap .slick-dots{
  transform: translateX(-270px);
}

.item_main.active_slide30 .dots_custom_wrap .slick-dots{
  transform: translateX(-280px);
}

.search_map_section .filter_wrap .content .tab.tab_blocks_view .dots_custom_wrap{
  top: initial;
  bottom: 20px;
}

/* .item_main .item_photo_cont .arrow{
  opacity: 0;
  visibility: hidden;
} */


/* .header_filter_bottom .open_map.active{
  opacity: 0.7;
  box-shadow: none !important;
} */

.top_properties_wrap .dots_custom_wrap{
  transform: translateX(-30%);
  top: initial;
  bottom: 20px;
}

.back_prev_page{
  display: block;
  position: absolute;
  top: -10px;
  left: -70px;
  z-index: 2;
  padding: 10px;
}
.rt_img_item{
  top: 3px;
  left: 5px;
  margin-right: 24px;
}
.rt_img_item img{
  max-width: 54px!important;
  object-fit: cover;
}

.back_prev_page svg{
  width: 30px;
  height: 30px;
}
.back_prev_page svg path{
  stroke: #ED0A0A;
}

.detail_wrap_mod{
  padding-top: 19px;
}

.search_button.disabled{
  opacity: .7;
  cursor: not-allowed;
}

.xml_form_new .error_text{
  opacity: 0;
  visibility: hidden;
  margin-bottom: 10px;
}

.xml_form_new.error .error_text,.xml_form_new.success .error_text{
  opacity: 1;
  visibility: visible;
}

.xml_form_new.error .error_text{
  color: red;
}

.xml_form_new.error .input_cont input{
  border-color: red;
}

.top_properties_wrap  .arrow_right_main.slick-disabled + .right_overlay{
  display: none !important;
}

.top_properties_wrap .item_main .item_photo_cont{
  padding: 8px;
  background-color: #fff;
  border-radius: 14px 14px 0 0;
}
.top_properties_wrap .show_photo_count{
  top: 20px;
  left: 18px;
}
.top_properties_wrap .swiper_main_best_img .swiper-pagination-bullets.swiper-pagination-bullets-dynamic{
  bottom: 27px;
}

.top_info_item span{
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  color: #7E7E7E;
  font-size: 16px;
}
.top_info_item span b{
  font-weight: 700;
}
.properties_info_wrap .row_item .column.photo_cont .ref{
  width: 100%;
  display: inline-block;
  padding-left: 12px;
  color: #ACACAC;
  font-size: 10px;
  font-weight: 500;
  margin-top: -20px;
  padding-bottom: 5px;
}

.mobile_bottom_wrap_map{
  width: 100%;
  display: none;
  justify-content: space-between;
  align-items: center;
}

.mobile_bottom_wrap_map.active{
  display: none;
}

.search_page_banner{
  display: none;
}

.top_properties_wrap .mobile_title{
  display: none;
}

.error_main_wrapper .search_form .bottom .input_cont .search_icon{
  top: 46%;
  left: 18px;
}

.detail_wrap .left_cont .bottom_slider_wrap .slider_mobile{
  display: none;
}

.detail_wrap .left_cont .bottom_slider_wrap .slider_mobile .slide_last{
  position: relative;
}

.detail_wrap .left_cont .bottom_slider_wrap .slider_mobile .slide_last .overlay{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  background: linear-gradient(#2F2F2F, #2F2F2F00);
  z-index: 2;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.detail_wrap .left_cont .bottom_slider_wrap .slider_mobile .slide_last .overlay .count{
  color: #FFF;
  font-size: 22px;
  font-weight: 600;
}

.detail_wrap .left_cont .bottom_slider_wrap .slider_mobile .slide:nth-child(4){
  display: none !important;
}

.detail_wrap .left_cont .bottom_slider_wrap .slider_mobile .slick-track{
  transform: none !important;
}

.detail_wrap .left_cont .top_slider_wrap .counter{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  color: #FFF;
  text-align: center;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.83);
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  z-index: 3;
}

.accept_conditions .error{
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  width: 100%;
  padding-left: 0 !important;
}

.accept_conditions{
  position: relative;
}

.signup_modal form .accept_conditions{
  margin-bottom: 30px;
}
.tab_blocks_view .top_info_item{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tab_blocks_view .top_info_item.list{
  display: none;
}

.tab_list_view .top_info_item.block .rt_img_item{
  display: none;
}
.tab_list_view .top_info_item{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 9px;
  width: 100%;
}
.tab_list_view .top_info_item span{
  line-height: 1;

}
.search_map_section .filter_wrap .content .tab.tab_list_view .item_main .item_photo_cont .show_photo_count{
  display: none;
}

.search_map_section .filter_wrap .content .tab.tab_list_view .item_main .item_photo_cont .dots_custom_wrap{
  top: initial;
  bottom: 15px;
}

.detail_wrap .open_filter{
  display: none;
  justify-content: center;
  align-items: center;
  height: 40px;
  border-radius: 6px;
  padding-left: 10px;
  position: absolute;
  top: -10px;
  right: 0;
}

.detail_wrap .open_filter svg{
  width: 20px;
}

.detail_wrap .open_filter span{
  font-size: 13px;
  text-align: center;
  display: inline-block;
  color: #2F2F2F;
  margin-left: 8px;
}

.detail_wrap .left_cont{
  position: relative;
}

.mobile_filter_wrap_detail{
  z-index: 151;
}

.search_page_filter_detail{
  position: relative;
  z-index: 5;
}

.flats_area_list .row_item_up{
  background: #EDEFF3;
}
.detail_wrap .left_cont .flats_area_list .title{
  display: none;
}


.flats_area_list .row_item_up .item_name{
  color: #2F2F2F !important;
}

body.active .chat_gpt_wrapper{
  display: none;
}

.fancybox-navigation .fancybox-button div{
  position: relative;
  border-radius: 50%;
  background: #fff;
}

.fancybox-navigation .fancybox-button--arrow_right div::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: url('../img/img25.svg') top center no-repeat;
  background-size: cover;
  width: 6px;
  height: 10px;
}

.fancybox-navigation .fancybox-button div svg{
  display: none;
}

.fancybox-navigation .fancybox-button{
  background: none;
}

.fancybox-navigation .fancybox-button--arrow_left div::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: url('../img/img26.svg') top center no-repeat;
  background-size: cover;
  width: 6px;
  height: 10px;
}

.profile_section .inbox_page .search_filter_form .input_cont:first-child{
  width: 100%;
  max-width: 450px;
}

.settings_integrations_tab .input_cont{
  width: 100%;
  max-width: 450px;
}

body.active_gpt{
  overflow: hidden;
}

.top20_wrap_top{
  width: 100%;
  background: #ED0A0A;
  padding: 16px 40px;
}

.top20_wrap_top p{
  width: 100%;
  color: #FFF;
  font-size: 22px;
  font-weight: 600;
}


.top_properties_wrap .item_main .top_info_item{
  background: none;
  padding-left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top_properties_wrap .item_main .top_info_item .rt_img_item{
  background: none;
  border: none;
}
.top_properties_wrap .item_main .item_photo_cont .count{
  font-size: 145px;
  line-height: 108px;
  z-index: 8;
  backface-visibility: hidden;
-webkit-backface-visibility: hidden;
transform: translate3d(0, 0, 0);
}

.main_slider_img_mob{
  display: none;
}
.search_map_section .filter_wrap .content{
  position: relative;
}

.search_map_section .filter_wrap .content.active{
  opacity: .2;
}

.search_map_section .filter_wrap .content.active::before{
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(5px);
  width: 100%;
  height: 100%;
}

.select_area_type_duration{
  display: none;
}

.select_area_type_duration.visible_class{
  display: block;
}

.select_area_type_duration_hidden{
  display: none !important;
}

/* .top_properties_wrap .item_main .item_photo_cont .slider_item .slide{
  width: auto;
}

.top_properties_wrap .item_main .item_photo_cont .slider_item .slide{
  max-width: 511px;
} */

/* .top_properties_wrap .item_main .item_photo_cont .slider_item .slide img{
  opacity: 0;
} */

.top_properties_wrap .slider_main_item.slick-initialized .item_main .item_photo_cont .slider_item .slide img{
  opacity: 1;
}

.search_filter_form .choose_search_type{
  display: none;
}

.leaflet-container a.leaflet-popup-close-button{
  font-size: 22px !important;
  background: #fff !important;
  color: #000 !important;
  padding: 5px !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.pin_wrapper .item_main .item_photo_cont .favourite{
  top: 9px;
  right: initial;
  left: 4px;
}

.pdfs_cont{
  width: 100%;
  margin-top: 52px;
}

.detail_wrap .left_cont .pdfs_cont .area{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.detail_wrap .left_cont .pdfs_cont .area a{
  display: inline-flex;
  margin-bottom: 10px;
  color: #000;
  justify-content: flex-start;
  align-items: center;
}

.detail_wrap .left_cont .pdfs_cont .area a .img_small{
  margin-right: 10px;
  width: 20px;
}

#pdfsContainer .added_multimedia_item .photo_cont .photo{
  object-fit: contain;
}

#pdfsContainer .video_name{
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 20px;
}

#pdfsContainer .added_multimedia_item .photo_cont{
  padding-top: 30px;
}

.short_block_animals_hide{
  display: none !important;
}


.agency_section_info{
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 24px 40px 27px;
  background: #F8F8F8;
}
.agency_section_info .left_cont{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.agency_section_info .left_cont figure{
  width: 80px;
  min-width: 80px;
  height: 80px;
  margin-right: 12px;
}
.agency_section_info .left_cont figure img{
  width: 100%;
}
.agency_section_info .left_cont .text_cont p.name{
  font-size: 22px;
  font-weight: 500;
  color: #2F2F2F;
  margin-bottom: 12px;
}
.agency_section_info .right_cont{
  width: 100%;
  max-width: 393px;
  border-radius: 6px;
  background: #FFF;
  padding: 39px 36px;
}
.agency_section_info .right_cont .red_btn{
  width: 100%;
  margin-top: 24px;
  line-height: 8px;
}
.agency_section_info .right_cont .top{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.agency_section_info .right_cont .top p{
    color: #7E7E7E;
    font-size: 14px;
    margin-bottom: 5px;
}
.agency_section_info .right_cont .top a{
  color: #2F2F2F;
  font-size: 16px;
  font-weight: 500;
}
.agency_section_info .right_cont .top .block:last-child a{
  color: #ED0A0A;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-decoration: underline;
}
.agency_section_info .right_cont .top .block{
  width: 50%;
  padding-right: 20px;
}
.agency_section_info .left_cont .text_cont{
  width: 100%;
  max-width: 830px;
}
.agency_section_info .left_cont .text_cont p{
  line-height: 1.3;
}
.agency_section_info .left_cont .text_cont .properties_date{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 10px;
}
.agency_section_info .left_cont .text_cont .properties_date p{
  color: #7E7E7E;
  font-size: 15px;
  position: relative;
}
.agency_section_info .left_cont .text_cont .properties_date p:first-child{
  margin-right: 10px;
}
.agency_section_info .left_cont .text_cont .properties_date p:first-child::after{
  content: '.';
  position: absolute;
  right: -7px;
  top: -3px;
  color: #7E7E7E;
  font-size: 15px;
}
.agency_section_info .left_cont .text_cont .property_text{
  font-size: 16px;
  color: #2F2F2F;
  font-weight: 500;
  margin-bottom: 10px;
}
.search_page_header .choose_search_type{
  margin-bottom: 0px;
}
.search_page_header .choose_search_type label span::before{
  bottom: -34px;
}
@media screen and (max-width: 840px){
  .agency_section_info{
    flex-direction: column;
    padding: 14px 15px 29px;
  }
  .agency_section_info .left_cont{
    margin-bottom: 24px;
    flex-direction: column;
  }
  .agency_section_info .left_cont figure{
    margin-right: 0;
    margin-bottom: 23px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
}

.new_build_label{
  display: block;
  color: #FFF;
  font-size: 12px;
  margin-top: 5px;
  font-weight: 600;
  line-height: 1.2;
  padding: 7px 6px;
  border-radius: 3px;
  background: #ED0A0A;
  margin-bottom: 12px;
}

.properties_info_wrap .row_item .column{
  text-align: center;
}

.inspired_searches .search_slider_wrap .slider .slide a .text{
  display: none;
}

.detail_wrap .left_cont .poi-info-window .title{
  padding-right: 15px;
}

.user_logo_upload_avatar{
  font-size: 0;
}

.profile_wrap_tab .file_upload_data .remove_avatar_btn{
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 3;
  background: #fff;
  padding: 5px;
  border: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  filter: drop-shadow(0px 3px 10px rgba(32, 36, 43, 0.15));
  display: none;
}

.profile_wrap_tab .file_upload_data .remove_avatar_btn img{
  width: 15px;
}

.profile_wrap_tab .file_upload_data .remove_avatar_btn.active{
  display: inline-flex;
}

.item_main_pin .item_text .price{
  margin-top: 0;
}

/* .detail_wrap .left_cont .top_slider_wrap .slider{
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  visibility: hidden;
}
.detail_wrap .left_cont .top_slider_wrap .slider.slick-initialized{
  height: auto;
  overflow: initial;
  display: block;
  visibility: visible;
} */

.translate_top .btn.active{
  color: #ED0A0A!important;
}

.map_draw_section{
  width: 100%;
  position: relative;
  height: auto;
  min-height: initial;
}

.map_draw_section #map_draw{
  width: 100%;
  /* height: calc(100vh - 185px); */
}

.map_draw_section .bottom_wrap{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  z-index: 1000;
  bottom: 0;
}

.map_draw_section .bottom_wrap .container{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.map_draw_section .bottom_wrap .draw_area{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 16px 26px;
  border-radius: 40px;
  background: #ED0A0A;
  box-shadow: 0px 3px 10px 0px rgba(32, 36, 43, 0.45);
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 50px;
}

.map_draw_section .bottom_wrap .draw_area img{
  margin-right: 10px;
}

.leaflet-draw-toolbar-top{
  display: none;
}

.leaflet-touch .leaflet-draw-actions{
  display: none !important;
}

.map_draw_section .remove_drawn_area{
  position: absolute;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  z-index: 10000;
}

.leaflet-interactive{
  position: relative;
}

.leaflet-interactive::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: red;
  z-index: 10000;
}

.leaflet-zoom-animated::before{
  display: none !important;
}

.map_draw_section .bottom_wrap .see_drawn_estates{
  display: none;
  justify-content: center;
  align-items: center;
  padding: 16px 26px;
  border-radius: 40px;
  background: #ED0A0A;
  box-shadow: 0px 3px 10px 0px rgba(32, 36, 43, 0.45);
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 50px;
}

.map_draw_section .bottom_wrap.active .draw_area{
  display: none;
}

.map_draw_section .bottom_wrap.active .see_drawn_estates{
  display: inline-flex;
}

.map_draw_section .bottom_wrap.drawning .draw_area{
  display: none;
}

.map_draw_section .attention_wrap{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10000;
  display: flex;
  flex-direction: column;
  padding: 15px;
  background: #ED0A0A;
  display: none;
  padding-right: 45px;
}

.map_draw_section .attention_wrap .title{
  width: 100%;
  font-size: 20px;
  color: #fff;
  display: none;
}

.map_draw_section.error .attention_wrap{
  display: block;
}

.map_draw_section.no_estates .attention_wrap .title.no_estates{
  display: block;
}

.map_draw_section .attention_wrap .close_btn{
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  background: none;
  border: none;
}

.map_draw_section .bottom_wrap .see_drawn_estates i{
  margin: 0 10px;
}

.leaflet-draw-section{
  opacity: 0;
  visibility: hidden;
}

.map_draw_section .btns_wrap{
  position: absolute;
  right: 66px;
  bottom: 50px;
  z-index: 10000;
  border-radius: 40px;
  background: #FFF;
  box-shadow: 0px 3px 10px 0px rgba(32, 36, 43, 0.45);
  display: flex;
}

.map_draw_section .btns_wrap a{
  color: #2F2F2F;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  padding: 18px 26px;
  display: inline-flex;
}

.map_draw_section .btns_wrap .standart_map{
  border-right: 1px solid #000;
}

.map_draw_section .btns_wrap a.active{
  color: #ED0A0A;
}

.map_draw_section .filter_wrap{
  padding-top: 0;
}


.map_draw_section.show_results .tp20_info,.map_draw_section.show_results .filter_wrap{
  display: block;
}

.map_draw_section.show_results #map_draw,.map_draw_section.show_results .bottom_wrap{
  width: calc(100% - 960px);
  float: right;
}

.map_draw_section .filter_wrap{
  height: auto;
  position: relative;
  min-height: calc(100vh - 130px);
  width: 100%;
}

.custom-dot-icon{
  border-radius: 50%;
  background: rgba(237, 10, 10, 0.70);
  border: 1px solid #fff;
}

.map_draw_section_list .open_map, .map_draw_section_list .open_filter{
  display: none;
}

.map_draw_section_list .main_filter_area{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding-left: 40px;
  height: calc(100vh - 170px);
}

.map_draw_section_list .left_filter_wrap{
  width: 100%;
  max-width: 380px;
  padding-right: 35px;
  border-right: 1px solid #E4E4E4;
  overflow-y: auto;
  padding-top: 18px;
  padding-bottom: 30px;
}

.map_draw_section_list .filter_wrap{
  width: calc(100% - 380px);
  border: none;
  min-height: initial;
}

.map_draw_section_list .tp20_info .title{
  margin: 0;
}

.map_draw_section_list .tp20_info{
  padding: 27px 40px;
  border-bottom: 1px solid #DFDFDF;
  margin-bottom: 0;
}

.map_draw_section_list .search_filter_form .select_area,.map_draw_section_list .search_filter_form .hidden_filters .select_area{
  width: 100%;
  max-width: 100% !important;
  margin-right: 0;
}

.map_draw_section_list .hidden_filters.active{
  display: block;
}

.map_draw_section_list .search_button.red_btn{
  order: 3;
  margin-top: 10px;
}

.map_draw_section_list .clear_filter{
  order: 4;
  margin-top: 10px;
}

.map_draw_section_list .select_area_more_filt{
  width: 100%;
  margin-right: 0;
}

.map_draw_section_list{
  padding-top: 8px;
}

.map_draw_section_list .filter_wrap .item_main{
  width: calc(33.33% - 20px);
  display: block;
}

.search_page .map_draw_section_list .filter_wrap .content .tab.tab_blocks_view .item_main .item_photo_cont,.map_draw_section_list .filter_wrap .rt_side_item{
  width: 100% !important;
}

.map_draw_section_list .top_info_item{
  display: none;
}

.open_main_map{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #2F2F2F;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.open_main_map img{
  margin-right: 10px;
}

.map_draw_section.big_area_error .attention_wrap .title.big_area_error{
  display: block;
}

.pin_with_price{
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  border-radius: 32px;
  background: #ED0A0A;
  padding: 2px 7px;
  display: inline-flex;
  position: relative;
  white-space: nowrap;
}

.pin_with_price::before{
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  width: 11.5px;
  height: 6.815px;
  background: url('../img/pin_triangle_bottom.svg') top center no-repeat;
  background-size: contain;
}

.show_on_map{
  width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #ED0A0A;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  padding: 16px;
  border-radius: 40px;
  border: 1px solid #ED0A0A;
  background: #FFF;
  box-shadow: 0px 3px 10px 0px rgba(32, 36, 43, 0.45);
  margin-bottom: 19px;
}

.map_draw_section_list .left_filter_wrap .select_area .dropdown.dropdown2{
  width: 100%;
}

.map_draw_section .go_to_list{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  border-radius: 6px;
  background: #FFF;
  box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 10001;
}

.map_draw_section .change_layer{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 4px;
  border-radius: 6px;
  background: #FFF;
  box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 75px;
  right: 25px;
  z-index: 10001;
  display: none;
}

.header_bottom_inner_hidden a{
  opacity: .5;
}

.header_bottom_inner_hidden a{
  cursor: default;
}

.header_bottom_inner_hidden::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  height: 100%;
  z-index: 10;
}

.draw_search_page .hidden_filters.active{
  position: absolute;
  top: 100%;
  background: #fff;
  left: 0;
  padding-left: 40px;
}

.draw_search_page main{
  display: flex;
  flex-direction: column;
  height: 100vh;
 }
 .draw_search_page{
  min-height: 550px;
 }
 .draw_search_page .search_results_wrap{
  flex: 11;
 }

 .draw_search_page .search_page_filter{
  flex: 1;
 }

 /* .header_bottom_inner_db{
  display: none !important;
 } */


 .loader_draw_map {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-block;
  border-top: 4px solid #FFF;
  border-right: 4px solid transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
.loader_draw_map::after {
  content: '';
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border-left: 4px solid #FF3D00;
  border-bottom: 4px solid transparent;
  animation: rotation 0.5s linear infinite reverse;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.loader_draw_map_overlay{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  background: rgba(0,0,0,.7);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
}

.loader_draw_map_overlay.active{
  opacity: 1;
  visibility: visible;
}
 .draw_map_btn{
   position: absolute;
   left: 50%;
   top: 144px;
   transform: translateX(-50%);
   border-radius: 6px;
   box-shadow: 0 8px 57px rgba(32, 37, 47, 0.41);
   background-color: rgba(237, 10, 10, 1);
   display: flex;
   align-items: center;
   justify-content: center;
   padding: 12px 24px;
   z-index: 2;
   cursor: pointer;
 }
 .draw_map_btn:hover{
   background-color: #cb4747;
 }
 .draw_map_btn .text{
   margin-left: 14px;
 }
.draw_map_btn .text p{
  font-size: 12px;
  color: #fff;
}
.draw_map_btn .text p b{
  font-size: 16px;
  font-weight: 700;
}

.previous_map_drawn_search{
  border-radius: 6px;
  background: #FFF;
  box-shadow: 0px 8px 57px 0px rgba(32, 37, 47, 0.41);
  width: 100%;
  max-width: 643px;
  padding: 12px;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  z-index: 50;
  display: flex;
  justify-content: space-between;
  align-items: center;
  bottom: 10px;
  opacity: 0;
  visibility: hidden;
}

.previous_map_drawn_search.active{
  opacity: 1;
  visibility: visible;
}

.previous_map_drawn_search .image_cont{
  width: 170px;
}

.previous_map_drawn_search .image_cont img{
  width: 100%;
}

.previous_map_drawn_search .right_cont{
  width: calc(100% - 170px);
  padding-left: 15px;
}

.previous_map_drawn_search .right_cont .title{
  width: 100%;
  color: #2F2F2F;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  line-height: 120%;
  margin-bottom: 13px;
}

.previous_map_drawn_search .right_cont .prev_res{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #ED0A0A;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  padding: 16px 26px;
  border-radius: 40px;
  border: 1px solid #ED0A0A;
  background: #FFF;
}

.previous_map_drawn_search .right_cont .prev_res img{
  margin-right: 10px;
}

.previous_map_drawn_search .reset_drawn_search{
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 0;
  background: none;
}

.profile_company_form .upload_media_files .uploadedImageContainer img{
  object-fit: cover;
}

.top_properties_wrap .item_main .item_text{
  z-index: 6;
  position: relative;
  background-color: #fff;
}
.top_properties_wrap .item_main .item_text.bot{
  padding-left: 0;
  padding-top: 10px;
  border-radius: 0 0 14px 14px;
}
.top_properties_wrap .item_main .item_text .price{
  font-size: 22px;
  padding-left: 21px;
  padding-bottom: 10px;
  border-bottom: 1px solid #DFDFDF;
}

.top_properties_wrap .item_main .item_text .title:hover{
  color: #ED0A0A !important;
}

.draw_search_page .search_page_header .choose_search_type{
  display: none;
}

.draw_search_page .search_page_header .choose_search_type.visible{
  display: flex;
}

/* .drawning_line #map_draw{
  cursor: url('../img/agent-icon.svg') , auto !important;
} */
.leaflet-container.crosshair-cursor-enabled {
  /* cursor: url('../img/pencil-svgrepo-com.svg') , auto !important; */
  cursor: initial !important;
  cursor: url('../img/draw_cursor.svg') 6 20, auto !important;
}

.drawning_wrapper body{
  height: 100vh;
  overflow: hidden;
}

.drawning_wrapper{
  height: 100vh;
  overflow: hidden;
}

.search_page .search_button.red_btn{
  margin-right: 20px
}
.upload_media_files_area .added_multimedia_item{
    touch-action: initial!important;
}


#redsys_form{
  margin: 50px;
}



.profile_section .balance_cards{
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 24px;
  margin-top: 26px;
  flex-wrap: wrap;
}
.profile_section .full_balance{
  width: 100%;
  font-weight: 700;
  font-size: 22px;
  line-height: 20px;
  color: #2F2F2F;
  margin-bottom: 23px;
}
.profile_section .publication_price{
  margin: 0;
}
.profile_section .balance_cards .card{
  min-width: 305px;
  width: 100%;
  max-width: 305px;
}
.profile_section .balance_cards .card .top{
  background-color: #ED0A0A;
  padding: 29px 15px;
  border-radius: 24px 24px 0 0;
}
.profile_section .balance_cards .card .top p{
  color: #FFF;
  text-align: center;
  font-size: 29px;
  font-weight: 700;
  line-height: 32.09px;
  margin-bottom: 15px;
}
.profile_section .balance_cards .card .top span{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: #FFF;
  font-size: 12px;
}
.profile_section .balance_cards .card .top span img{
  margin-left: 3px;
}
.profile_section .balance_cards .card .bottom_info{
  border: 1px solid #DFDFDF;
  border-top: none;
  border-radius: 0 0 24px 24px;
}
.profile_section .balance_cards .card .pluses_box{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  margin-top: 9px;
  border-bottom: 1px solid #DFDFDF;
  position: relative;
  height: 97px;
}
.balance_cards .card .pluses_box .error_text{
  color: #ED0A0A;
  position: absolute;
  left: 0;
  bottom: 4px;
  font-size: 10px;
  width: 100%;
  text-align: center;
  display: none;
}

.profile_section .balance_cards .card .pluses_box .ico{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #DFDFDF;
  background-repeat: no-repeat;
  background-position: center;
  background-size: initial;
  cursor: pointer;
  transition: all 0.2s ease;
}
.profile_section .balance_cards .card .pluses_box .ico:hover{
  background-color: #f4f4f4;
}
.profile_section .balance_cards .card .pluses_box .minus{
  display: none;
  background-image: url('../img/adm_minus_ico.svg');
  left: 20px;
}
.profile_section .balance_cards .card .pluses_box .plus{
  background-image: url('../img/adm_plus_ico.svg');
  background-position: 47% 50%;
  right: 20px;
}
.profile_section .balance_cards .card .pluses_box .number{
  font-size: 46px;
  font-weight: 600;
  line-height: 31px;
  color: #ED0A0A;
  margin: 0;
  width: 100%;
  max-width: 170px;
  border: 1px solid #EAEAEA;
  background: none;
  text-align: center;
  border-radius: 35px;
}
.profile_section .balance_cards .card .pluses_box .number.error{
  border: 1px solid #ED0A0A;
}
.profile_section .balance_cards .card .price_table{
  padding: 22px 40px;
  border-bottom: 1px solid #DFDFDF;
}
.profile_section .balance_cards .card .price_table .row{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.profile_section .balance_cards .card .price_table .row:last-child{
  margin-bottom: 0;
}
.profile_section .balance_cards .card .price_table .row span{
  font-size: 12px;
  color: #2F2F2F;
}
.profile_section .balance_cards .card .total_box{
  padding: 18px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.profile_section .balance_cards .card .total_box p{
  font-size: 16px;
  font-weight: 600;
  color: #2F2F2F;
  margin: 0;
}
.profile_section .balance_cards .card .total_box span{
  font-size: 24px;
  font-weight: 900;
  color: #2F2F2F;
}
.profile_section .balance_cards .card .bts_box{
  padding: 23px 30px;
}
.profile_section .balance_cards .card .bts_box .pay_btn{
  display: block;
  text-decoration: none;
  color: #ED0A0A;
  border: 2px solid #ED0A0A;
  text-align: center;
  margin-bottom: 18px;
  border-radius: 40px;
  padding: 10px 0;
  cursor: pointer;
  transition: all 0.2s ease;
}
.profile_section .balance_cards .card .bts_box .pay_btn:hover{
  background-color: #ED0A0A;
  color: #fff;
}
.profile_section .balance_cards .card .bts_box .pay_btn:last-child{
  margin-bottom: 0;
}


.payment_history_table{
  width: 100%;
  max-width: 823px;
  min-width: 823px;
  border-spacing: 0 19px;
  border-collapse: separate;
}
.payment_history_table td{
  padding: 13px 15px;
  text-align: center;
  color: #2F2F2F;
  font-weight: 600;
}
.payment_history_table thead td{
  font-size: 15px;
  font-weight: 500;
  padding: 0 15px;
}
.payment_history_table tbody td{
  border-right: 1px solid #DFDFDF;
}
.payment_history_table tbody tr{
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
}
.payment_history_table tbody td:first-child{
  border-radius: 6px 0 0 6px;
  overflow: hidden;
}
.payment_history_table tbody td:last-child{
  border: none;
  border-radius: 0px 6px 6px 0px;
}
.payment_history_table .status{
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: inline-block;
  background-color: #DFDFDF;
  background-repeat: no-repeat;
  background-position: center;
  background-size: initial;
}
.payment_history_table .status.done{
  background-color: rgba(41, 171, 109, 0.1);
  background-image: url('../img/pay_hist_status_done.svg');
}
.payment_history_table .status.error{
  background-color: rgba(237, 10, 10, 0.15);
  background-image: url('../img/pay_hist_status_error.svg')
}
.payment_history_table .load{
  text-decoration: none;
  color: #2F2F2F;
  display: inline-flex;
  align-items: center;
}
.payment_history_table .load .load_ico{
  display: inline-block;
  width: 15px;
  height: 12px;
  margin-right: 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: initial;
  background-image: url('../img/pay_history_load_ico.svg');
}
.payment_fixed_box{
  position: fixed;
  z-index: 24;
  box-shadow: 0px 0px 16px 0px rgba(34, 34, 34, 0.09);
  width: 100%;
  bottom: 0;
  transform: translateY(120%);
  left: 0;
  padding: 16px 89px 35px 250px;
  box-sizing: border-box;
  background: #fff;
  transition: .3s;
}
.payment_fixed_box.active{
  transform: translateY(0);
}
.payment_fixed_box p{
  color: #2F2F2F;
}
.payment_fixed_box.second{
  display: none;
  align-items: flex-start;
  justify-content: space-between;
}
.payment_fixed_box.second.active{
  display: flex;
}
.payment_fixed_box.second p{
  margin-bottom: 15px;
  font-size: 16px;
}
.payment_fixed_box.second p:last-child{
  margin-bottom: 0;
}
.payment_fixed_box.second .wrap{
  width: 100%;
  max-width: 647px;
}
.payment_fixed_box p{
  margin: 0 0 10px;
}
.payment_fixed_box .left_wrap{
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}
.payment_fixed_box .inpt_box{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.payment_fixed_box .inpt_box span{
  font-size: 16px;
  color: #2F2F2F;
  font-weight: 600;
}
.payment_fixed_box input{
  width: 100%;
  max-width: 400px;
  border: 1px solid rgba(223, 223, 223, 1);
  border-radius: 40px;
  display: inline-block;
  margin-right: 10px;
  box-sizing: border-box;
  padding: 14px 32px;
  font-size: 22px;
  color: #2F2F2F;
  font-weight: 600;
}
.payment_fixed_box .pay_btn{
  background-color: #ED0A0A;
  border-radius: 40px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 19px 61px;
  cursor: pointer;
  transition: all 0.2s ease;
  width: 100%;
  max-width: 248px;
  box-sizing: border-box;
}
.payment_fixed_box .pay_btn:hover{
  background-color: #cb4747;
}
.settings_tab_items_payments{
  margin-bottom: 30px;
}

.payment_fixed_box.accept_box{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 16px;
}

.payment_fixed_box.accept_box .form_area{
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}

.final_acept_box .form_inside{
  width: 100%;
  max-width: 248px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}

.payment_fixed_box.accept_box #redsys_form{
  margin: 0;
}

.payment_fixed_box.accept_box #redsys_form #btn_submit{
  cursor: pointer;
}

.payment_fixed_box .title{
  font-size: 22px;
  font-weight: 600;
}

.contract_email_modal{
  max-width: 400px;
}

.fill_payments_modal,.payment_modal,.success_subscription{
  max-width: 600px;
}

.final_acept_box{
  max-width: 400px;
}

.contract_email_modal .modal_container,.fill_payments_modal .modal_container,.payment_modal .modal_container,.success_subscription .modal_container{
  border-radius: 6px;
  padding: 50px 50px 55px;
  width: 100%;
  text-align: center;
}

.success_subscription .modal_container .top{
  width: 100%;
  font-size: 18px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 20px;
}

.payment_modal .modal_container .top{
  width: 100%;
  font-size: 18px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 20px;
}
.card-element,#sepa-debit-element,#sepa-debit-element2,#sepa-debit-element3{
  padding: 20px 10px;
  border: 1px solid #DFDFDF;
  margin-bottom: 30px;
}
.final_acept_box .moda_container{
  border-radius: 6px;
  padding: 50px 50px 55px;
  width: 100%;
  text-align: center;
}

.final_acept_box .moda_container .title{
  font-size: 20px;
  text-align: center;
  margin-bottom: 30px;
}

/* .contract_email_modal .close{
  position: absolute;
  right: 21px;
  top: 21px;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../img/close_modal_ico.svg');
  cursor: pointer;
} */
.contract_email_modal .modal_img{
  margin-bottom: 27px;
}
.contract_email_modal .modal_title{
  margin: 0px 0 10px;
  color: #2f2f2f;
  font-size: 22px;
  font-weight: 600;
  max-width: 100%;
}
.fill_payments_modal .modal_container p{
  color: #2f2f2f;
  font-size: 20px;
  font-weight: 500;
  max-width: 100%;
  margin-bottom: 20px;
}
.contract_email_modal p{
  font-size: 18px;
  line-height: 1.3;
  color: #2f2f2f;
}
.modal_circle{
  display: inline-block;
  width: 61px;
  height: 61px;
  border-radius: 50%;
  margin: 0 auto 40px;
}
.modal_circle.done{
  background: url('../img/modal_circle_done.svg'), rgba(41, 171, 109, 0.1);
  background-position: center;
  background-repeat: no-repeat;
  background-size: initial;
}
.modal_circle.error{
  background: url('../img/modal_circle_error.svg'), rgba(255, 198, 198, 1);
  background-position: center;
  background-repeat: no-repeat;
  background-size: initial;
}
.contract_modal{
  width: 100%;
  max-width: 700px;
}

.contract_modal .modal_container{
  padding: 40px 30px;
}

.contract_modal .signature_cont{
  width: 100%;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
}

.contract_modal .signature_cont #sig_input{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
  font-size: 0;
  opacity: 0;
}

.contract_modal .signature_cont .overlay{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  cursor: default;
  z-index: 5;
  display: none;
}

.contract_modal .signature_cont .default{
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.contract_modal .signature_cont p{
  width: calc(100% - 20px);
  padding-left: 20px;
}

.contract_modal .signature_cont .default .active{
  opacity: 0;
  visibility: hidden;
  width: 10px;
  height: 10px;
  background: red;
}

.contract_modal .signature_cont #sig_input:checked + .overlay + .default > .active{
  opacity: 1;
  visibility: visible;
}

.contract_modal .signature_cont #sig_input:checked + .overlay{
  display: block;
}

#final_acept_box{
  max-width: 500px;
}


.bottom_text_payment_state_box{
  width: 100%;
  text-align: center;
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 30px !important;
}



/* styles for dogovor and factura */
.payment_state_box{
    padding-top: 28px;
}
.payment_state_box .container{
    padding: 0;
    width: 100%;
    max-width: 595px;
    box-sizing: border-box;
    margin: 0 auto;
}
.payment_state_box .flx{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.payment_state_box ul{
    padding-left: 10px;
    list-style-type: disc;
    margin: 0;
}
.payment_state_box h1{
    color: #2F2F2F;
    font-size: 13px;
    margin: 0;
    font-weight: 600;
}
.payment_state_box p, .payment_state_box li{
    font-size: 12px;
    line-height: 1.2;
    margin: 0;
}
.payment_state_box p b{
    font-weight: 600;
}
.payment_state_box p a{
    color: #ED0A0A;
    text-decoration: none;
}
.payment_state_box p.red{
    color: #ED0A0A;
    font-weight: 600;
}
.payment_state_box .table_box{
    margin-top: 7px;
    margin-bottom: 8px;
}
.payment_state_box .table_box.factura{
    margin-bottom: 21px;
}
.payment_state_box .table_box.factura.three p:nth-child(1){
    width: 100%;
    max-width: 180px;
}
.payment_state_box .table_box.factura.three p:nth-child(2){
    width: 100%;
    max-width: 125px;
    text-align: center;
}
.payment_state_box .table_box.factura.three p:nth-child(3){
    width: 100%;
    max-width: 132px;
}
.payment_state_box .row.head{
    background-color: #2F2F2F;
    border-bottom: none;
}
.payment_state_box .table_total{
    width: 100%;
    max-width: 202px;
    border-top: 1px solid #ED0A0A;
    margin-left: auto;
    margin-bottom: 43px;
}
.payment_state_box .table_total .row:nth-last-child(2){
    border-bottom: none;
}
.payment_state_box .table_total .head p{
    font-size: 11px;
}
.payment_state_box .head p{
    color: #fff;
    font-size: 13px;
    font-weight: 700;
}
.payment_state_box .row{
    padding: 11px 9px;
    border-bottom: 1px solid #ED0A0A;
}
.payment_state_box .row p:last-child{
    text-align: right;
}
.payment_state_box .state_info{
    border-bottom: 1px solid #ED0A0A;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.payment_state_box .state_info h1{
  font-size: 18px;
  margin-bottom: 5px;
}
.payment_state_box .state_info p,.payment_state_box .state_info li{
  font-size: 14px;
}
.contract_modal .sign_box{
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding-left: 20px;
}
.contract_modal .sign_box input[type="checkbox"]{
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    width: 1px;
    height: 1px;
}
.contract_modal .sign_box input[type="checkbox"] + span{
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 3px;
    border: 1px solid #DCDCDC;
    margin-right: 9px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: initial;
    cursor: pointer;
}
.contract_modal .sign_box input[type="checkbox"]:checked + span{
    background-image: url('../img/checked_sign.svg');
}
.contract_modal .sign_box input[type="checkbox"] span{
    font-size: 11px;
    font-weight: 600;
}

.state_popup_box{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(47, 47, 47, 0.3);
    z-index: 99;
    display: none;
}
.state_popup_box .state_popup{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    box-shadow: 0px 3px 27px 0px rgba(32, 37, 47, 0.12);
    padding: 64px 42px 55px;
    border-radius: 6px;
    background-color: #fff;
    text-align: center;
    width: 100%;
    max-width: 400px;
    box-sizing: border-box;
}
.state_popup_box .close_state{
    position: absolute;
    width: 24px;
    height: 24px;
    right: 16px;
    top: 16px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../img/close_state_ico.svg');
}
.state_popup_box .state_ok_ico{
    width: 61px;
    height: 61px;
    border-radius: 50%;
    background-color: rgba(41, 171, 109, 0.1);
    margin: 0 auto 25px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: initial;
    background-image: url('../img/state_ok_ico.svg');
}
.state_popup_box p{
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 25px;
    line-height: 1.3;
}
.state_popup_box p:last-child{
    margin-bottom: 0;
}
.no_transactions{
  width: 100%;
  margin-top: 20px;
}

.payment_history_table .load.disable{
  opacity: .5;
  cursor: default;
  pointer-events: none;
}

.fill_lc_number{
  width: 100%;
  font-size: 15px;
  line-height: 20px;
  color: #2F2F2F;
  margin-bottom: 16px;
}

.contracted_form_modded .checkbox_list  .package-item-enable + .default .active{
  background: #29AB6D;
}

.contracted_form_modded .checkbox_list li label .default{
  width: 15px;
  height: 15px;
}

.contracted_form_modded .checkbox_list li label .text{
  width: calc(100% - 15px);
  padding-left: 7px;
}

.contracted_form_modded .checkbox_list li label .text p{
  font-size: 15px;
  color: #DFDFDF;
  width: 100%;
  padding: 0;
  text-align: left;
}

.contracted_form_modded .checkbox_list li label .default .active{
  width: 11px;
  height: 11px;
}

.contracted_form_modded .checkbox_list li label{
  align-items: flex-start;
}

.contracted_form_modded .checkbox_list li label .text .package-date{
  color: #DFDFDF;
  font-size: 12px;
  line-height: 20px;
  margin-left: -30px;
}

.contracted_form_modded .checkbox_list  .package-item-enable + .default + .text p{
  color: #29AB6D;
}

.contracted_form_modded .checkbox_list  .package-item-disable + .default + .text p{
  color: #ED0A0A;
}

.contracted_form_modded .package-date{
  display: none;
}

.contracted_form_modded .active_li .package-date{
  display: block;
}

.property_info_wrapper2 .detail_wrap .left_cont .location_inner{
  margin-top: 30px;
}

.swiper .photo{
  max-width: 100%;
  width: 100%;
  object-fit: cover;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{
  transform: scale(1)!important;
}
.swiper-pagination-bullet{
  background: transparent!important;
  border: 1px solid #fff;
  opacity: 1!important;
  width: 7px;
  height: 7px;
}
.swiper-pagination-bullet-active{
  background: #fff!important;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap,2px);
}

.swiper-wrapper.disabled {
    transform: translate3d(0px, 0, 0) !important;
}
.swiper-pagination.disabled {
    display: none;
}
.swiper-wrapper.disabled .swiper-button-next, .swiper-wrapper.disabled .swiper-button-prev{
  display: none;
}

.swiper-button-next, .swiper-button-prev{
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255,255,255,1);
  box-shadow: 0px 2px 5px rgba(47, 47, 47, 0.19);
  transition: all 0.2s ease;
  z-index: 4;
}
.swiper-button-next:after, .swiper-button-prev:after{
  content: '';
  width: 5px;
  height: 9px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.swiper-button-next:after{
  background-image: url('../img/arrow_right.svg');
}
.swiper-button-prev:after{
  background-image: url('../img/arrow_left.svg');
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
  pointer-events: initial;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
  content: '';
}

.news_swiper .swiper-button-next, .news_swiper .swiper-button-prev{
  opacity: 1!important;
}
.news_slider_wrap .swiper-button-next{
  right: -64px;
}
.news_slider_wrap .swiper-button-prev{
  left: -64px;
}
.news_swiper .swiper-button-prev.swiper-button-disabled{
  opacity: 0!important;
}
.news_swiper .swiper-button-next.swiper-button-disabled{
  opacity: 0!important;
}
.news_swiper{
  width: 100%;
  max-width: 1140px;
  overflow: hidden;
}
.item_photo_cont .swiper-button-next, .item_photo_cont .swiper-button-prev{
  opacity: 1;
}
/* .item_photo_cont .swiper:hover .swiper-button-next, .item_photo_cont .swiper:hover .swiper-button-prev{
  opacity: 1;
} */
.tab_blocks_view .item_photo_cont .swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{
  bottom: 20px;
}
.tab_list_view .item_photo_cont .swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{
  bottom: 15px;
}
.swiper-pagination-fraction{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  color: #FFF;
  text-align: center;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.83);
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  z-index: 3;
}
.top_slider_wrap .swiper-button-prev{
  left: 23px;
}
.top_slider_wrap .swiper-button-next{
  right: 23px;
}
.search_slider_wrap .swiper-wrapper{
  height: initial;
}
.search_slider_wrap .swiper-button-next, .search_slider_wrap .swiper-button-prev{
  top: 30%;
}
.bottom_swiper_single .swiper-slide{
  opacity: 0.7;
}
.bottom_swiper_single .swiper-slide-thumb-active{
  opacity: 1;
}
.swiper_main_best{
  padding: 30px 30px 20px 80px;
  overflow: hidden;
}
.swiper_main_best_img{
  overflow: hidden;
}
.swiper_main_best_img .swiper-button-next, .swiper_main_best_img .swiper-button-prev{
  top: 50%;
}
.swiper_main_best_img .swiper-button-next{
  right: 20px;
  left: initial;
}
.swiper_main_best_img .swiper-button-prev{
  left: 20px;
  right: initial;
}
.swiper_main_best_img:hover .swiper-button-next, .swiper_main_best_img:hover .swiper-button-prev{
  opacity: 1;
}
.filter_wrap .tab_list_view .swiper .swiper-button-prev, .filter_wrap .tab_list_view .swiper .swiper-button-next{
  visibility: hidden;
}

.map_draw_section .recommend_wrap{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10000;
  display: flex;
  flex-direction: column;
  padding: 15px;
  background: #fff;
  padding-right: 15px;
  box-shadow: 0px 3px 10px 0px rgba(32, 36, 43, 0.45);
  border: 1px solid #000;
}

.map_draw_section .recommend_wrap.hide{
  display: none;
}

.map_draw_section .recommend_wrap .close_btn{
  position: absolute;
  top: 8px;
  right: 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  background: none;
  border: none;
}

.address_cont .download_pdf{
  margin-left: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  color: #2F2F2F;
}

.address_cont .download_pdf svg{
  width: 22px;
  margin-right: 10px;
  height: 22px;
}

.address_cont .download_pdf span{
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.download_btn{
  opacity: 0;
  visibility: hidden;
}

.messages_counter_header{
  font-weight: 600;
  font-size: 9px;
  line-height: 10px;
  color: #FFFFFF;
  position: absolute;
  min-width: 18px;
  height: 18px;
  left: 10px;
  top: -3px;
  background: linear-gradient(0deg, #ED0A0A, #ED0A0A), #ED0A0A;
  border: 2px solid #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 14px;
  padding-left: 2px;
  padding-right: 2px;
}
header .right_cont .btns_list li a{
  position:relative;
}
.swiper-wrapper{
  overflow: initial;
}
.search_filter_form .hidden_filters .select_area.select_area_bathrooms{
  min-width: 145px;
}
.selectric .button{
  font: initial!important;
  font-size: 0 !important;
}

.subject_item .attached_file{
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  margin-top: 10px;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
}
.subject_item .attached_file.active{
  opacity: 1;
  visibility: visible;
}

.subject_item .bottom .wrap .left{
  position: relative;
}

.deleteFileBtn{
  font-size: 20px;
  background: #ccc;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  padding: 0;
  margin: 0;
  width: 25px;
  height: 25px;
  margin-left: 10px;
}

.deleteFileBtn img{
  width: 18px;
}

.download_cont{
  background: none;
  box-shadow: none;
  border: none !important;
  height: auto;
  width: auto;
}

.select_area .dropdown_pdf .top_area p{
  color: #000 !important;
}

.select_area .dropdown_pdf .bottom_dropdown .cancel{
  position: relative;
  z-index: 4;
}

.select_area .dropdown_pdf .approve_filter_button{
  opacity: 1;
}
.detail_page.fixed .select_lang_cont{
  max-width: 191px;
}

.inbox_table_wrap .bottom_wrap .agent_column #deleteChatBtn{
  margin-top: 10px;
}

.select_agency .content{
  padding: 30px;
}

.results_top_map{
  position: absolute;
  z-index: 10000;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: rgba(0,0,0,.8);
  border-radius: 20px;
  font-size: 14px;
  color: #fff;
  padding: 5px 20px;
  top: 20px;
 }

 .results_top_map span{
  margin: 0 5px;
 }

 .search_filter_form .select_agency{
  max-width: 220px !important;
 }

 .search_map_section .tab_blocks_view .appartaments_info{
   background-color: #F5F5F5;
   gap: 0;
   padding: 7px 9px;
   justify-content: space-around;
   margin-bottom: 13px;
 }
.search_map_section .tab_blocks_view .appartaments_info .block figure{
  margin-bottom: 8px;
}
.search_map_section .tab_blocks_view .appartaments_info .block{
  min-width: 22%;
  max-width: 22%;
  margin-right: 0;
  margin-bottom: 0;
}
.search_map_section .tab  .block figure{
  width: 18px;
  height: 18px;
}
.search_map_section .tab_blocks_view .swiper .photo{
  border-radius: 6px;
}
.search_map_section .tab_blocks_view .item_main .item_text .price{
  font-size: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid #F5F5F5;
}
.main_search_page .tab_blocks_view .item_main .item_text .title{
  padding-right: 0;
}
.filter_wrap .item_main .item_text .title{
  padding-right: 0;
}
.ui-widget{
  max-height: 60vh;
  overflow-y: auto!important;
  z-index: 7;
}

.top_fil_wrap{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
}
.search_by{
  display: flex;
  align-items: center;
  background-color: #EDEDED;
  border-radius: 30px;
  padding: 2px;
  min-width: max-content;
}
.search_by label{
  position: relative;
}
.search_by input{
  position: absolute;
  opacity: 0;
}
.search_by span{
  display: inline-block;
  min-width: max-content;
  padding: 8px 24px;
  color: rgba(47, 47, 47, 0.52);
  font-size: 16px;
  border-radius: 30px;
  transition: all 0.2s ease;
  cursor: pointer;
}
.search_by label input:checked + span{
  background-color: #2F2F2F;
  color: #fff;
}
.item_main .bottom_toolbar{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding-left: 40px;
}
.search_results_wrap .item_main .bottom_toolbar{
  padding-left: 15px;
}
.top_properties_wrap .item_main .bottom_toolbar{
  padding: 14px 18px 18px 18px;
}
.item_main .bottom_toolbar .left{
  display: flex;
  align-items: center;
  gap: 24px;
  width: 100%;
  justify-content: flex-start;
}
.item_main .bottom_toolbar .tool_item{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  cursor: pointer;
  border-radius: 45.362px;
  border: 1px solid #ED0A0A;
  background: #FFF;
  width: 100%;
  max-width: 233px;
  height: 56px;
}
.item_main .bottom_toolbar .tool_item_tel{
  width: 78px;
  height: 56px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 45.362px;
  border: 1.106px solid #ED0A0A;
  background: #ED0A0A;
}
.item_main .bottom_toolbar .phone_item{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 78px;
  height: 56px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 45.362px;
  border: 1.106px solid #ED0A0A;
  background: #ED0A0A;
}
.item_main .bottom_toolbar .tool_item span{
  color: #ED0A0A;
  font-size: 18px;
  font-weight: 500;
}
.item_main .bottom_toolbar .tool_item img{
  width: 32px;
}
.tab.tab_list_view .item_main .item_wrap{
  width: 100%;
  max-width: calc(100% - 188px);
}
.item_main .item_wrap{
  width: 100%;
}
.contact_object_agency_modal{
  width: 100%;
  max-width: 662px;
  overflow-y: auto;
  background: #FFFFFF;
  box-shadow: none;
  border-radius: 6px;
}
.contact_object_agency_modal .top_area{
  width: 100%;
  padding: 46px 40px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom: 1px solid #DFDFDF;
  max-width: 100%;
}
.contact_object_agency_modal .top_area textarea{
  width: 100%;
  border-radius: 6px;
  border: 1px solid #DFDFDF;
  box-shadow: 0 3px 10px 0 rgba(32, 36, 43, 0.45);
  padding: 13px 13px 17px 21px;
  height: 112px;
  resize: none;
  color: #2F2F2F;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 42px;
}
.contact_object_agency_modal .bottom_area{
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 35px 21px 40px;
}
.contact_object_agency_modal .title{
  color: #2F2F2F;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 42px;
}
.contact_object_agency_modal .bottom_area .text{
  width: calc(100% - 112px);
  padding-left: 42px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.contact_object_agency_modal .bottom_area .photo_img{
  border-radius: 8.357px;
  border: 1.393px solid #DFDFDF;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact_object_agency_modal .bottom_area .text .block{
  width: 50%;
}
.contact_object_agency_modal .bottom_area .text .block:first-child{
  order: 3;
  margin-top: 20px;
}
.contact_object_agency_modal .bottom_area .text .block:nth-child(2){
  order: 2;
}
.contact_object_agency_modal .bottom_area .text .block .reg{
  width: 100%;
  font-size: 14px;
  line-height: 1.4;
  color: #7E7E7E;
}
.contact_object_agency_modal .bottom_area .text .block .bold{
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #2F2F2F;
  margin-bottom: 4px;
}
.contact_object_agency_modal .bottom_area .text .block .advertiserPhone_btn{
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.phone.hidden{
  display: none;
}

.contact_object_agency_modal .bottom_area .text .block .advertiserPhone_btn .stars{
  color: #2F2F2F;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  padding-top: 5px;
}

.contact_object_agency_modal .bottom_area .text .block .advertiserPhone_btn .show_phone{
  border-radius: 6px;
  background: #FFF;
  box-shadow: 0px 3px 10px 3px rgba(0, 0, 0, 0.12);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 2px 5px;
  color: #2F2F2F;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.contact_object_agency_modal .bottom_area img{
  width: 112px;
  object-fit: cover;
}
.contact_object_agency_modal .bottom_area .text .title_block{
  width: 50%;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #2F2F2F;
  display: inline-block;
  margin-bottom: 12px;
  order: 1;
}
.selectric-open{
  z-index: 9;
}

.leaflet-container .pin_with_price{
  color: #fff;
}

.leaflet-container .pin_with_price.visited{
  color: #000;
  opacity: .7;
}

.no_scroll_body{
  overflow: hidden !important;
}
.mob_satelite{
  display: none;
}
.btns_wrap.satelite{
  display: flex;
  align-items: center;
  gap: 10px;
}
.btns_wrap.satelite a{
  display: none;
  font-size: 14px;
  opacity: 1;
}
.btns_wrap.satelite a.active{
  display: inline-block;
  color: #000;
}
.btns_wrap.satelite.active .mob_satelite svg path{
  fill: #ED0A0A;
}
.btns_wrap.satelite a.satelite_map.active{
  color: #ED0A0A;
}
.chat_gpt_wrapper .chat_btn .text strong .mob{
  display: none;
}

.wrapper_payment_cont{
  width: 100%;
  margin-top: 20px;
}

.leave_public_objects{
    width: 100%;
    margin: 20px 0;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 40px;
}

.leave_public_objects a{
  color: red;
  text-decoration: underline;
  font-size: 16px;
  margin-left: 15px;
}

.balance_cards .card_white{
  width: 100%;
  max-width: 305px;
  border: 1px solid rgba(223, 223, 223, 1);
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 15px;
  background: #fff;
}

.balance_cards .card_white img{
  margin-bottom: 36px;
}

.balance_cards .card_white p{
  width: 100%;
  font-weight: 700;
  font-size: 38px;
  line-height: 120%;
  text-align: center;
  color: #000;
}


.bottom_text_about_subscription{
  width: 100%;
  font-size: 15px;
  margin-top: 20px;
  max-width: 900px;
}

.cancel_subs_wrapper{
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin-top: 20px;
}

/* .cancel_subscription_btn{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 15px 30px;
  font-size: 16px;
  color: #fff;
  border-radius: 8px;
  background: #ED0A0A;
} */

.cards_wrap_list{
  width: 100%;
  margin-top: 30px;
  border-top: 1px solid #000;
  padding-top: 30px;
}

.cards_wrap_list .card_info{
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.cards_wrap_list .card_info .card_p{
  margin-right: 30px;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
}

.cards_wrap_list h4{
  margin-bottom: 30px;
}

.cards_wrap_list .card_info .card_p i{
  margin-top: -3px;
  margin-left: 3px;
}

#card-element2{
  margin-bottom: 20px;
}

.cards_wrap_list .card_info .delete_card_btn{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px 15px;
  color: #fff;
  font-size: 12px;
  border-radius: 8px;
  background: #edb40a;
}

.cards_wrap_list .card_info .remove_card_from_payment{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px 15px;
  color: #fff;
  font-size: 12px;
  border-radius: 8px;
  background: #ED0A0A;
  margin-left: 10px;
}

.see_btn_photo{
  display: inline-flex;
  width: 100%;
}

.btn_scroll_top{
  position: fixed;
  z-index: 10;
  right: 20px;
  bottom: 50px;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
  opacity: 0;
  visibility: hidden;
}

.btn_scroll_top img{
  transform: rotate(180deg);
}

.btn_scroll_top.active{
  opacity: 1;
  visibility: visible;
}

.find_property_cont,.find_spain_whole_wrap{
  width: 43%;
  position: relative;
}

.find_spain_whole_wrap .find_spain_whole{
  width: 100%;
}

.find_spain_whole_wrap.choosed_city .find_spain_whole{
  width: calc(100% - 173px);
  padding-right: 18px;
  position: relative;
}

.find_spain_whole_wrap.choosed_city .find_city_radius{
  width: 100%;
  max-width: 173px;
  display: block;
}

.find_spain_whole_wrap .find_city_radius{
  display: none;
}

.find_spain_whole_wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right:15px;
}

.main_search_section .find_city_radius .select2-container--default .select2-selection--single{
  height: 56px !important;
  line-height: 54px !important;
  margin-left: 24px;
  margin-right: 24px;
  text-align: center;
}

.main_search_section .find_city_radius .select2-container--default .select2-selection--single .select2-selection__rendered{
  line-height: 54px !important;
}

.find_property_cont .icon,.find_spain_whole .icon{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 18px;
  z-index: 2;
}
.find_spain_whole .error_text{
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  color: red;
  font-size: 15px;
  padding-top: 5px;
}

.search_own_input{
  width: 100%;
  height: 56px;
  border-radius: 40px;
  border: 1px solid #DFDFDF;
  background: #FFF;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  padding-left: 58px;
  padding-right: 15px;
  color: #2F2F2F;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  cursor: pointer;
}

.search_own_input::placeholder{
  color: #2F2F2F;
}

.main_search_section .search_form .bottom .filters_title .left_title{
  width: 100%;
  color: #2F2F2F;
  font-size: 22px;
  font-weight: 500;
  line-height: 20px;
}

.select_area_title{
  width: 100%;
  color: #ACACAC;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 8px;
}

.main_search_section .search_form .bottom .filters_title{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 36px;
}

.main_search_section .search_form .bottom .filters_title .remove_filters{
  display: none;
  color: #2F2F2F;
  font-size: 16px;
  line-height: 20px;
}

.main_search_section .search_form .bottom .filters_title .right_cont{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.main_search_section .search_form .bottom .filters_title .last_search{
  color: #2F2F2F;
  font-size: 16px;
  line-height: 20px;
  margin-right: 50px;
  white-space: nowrap;
  display: none;
}

.main_search_section .search_form .bottom .filters_title .last_search.active{
  display: block;
}

.main_search_section .search_form .bottom .filters_title .follow_search{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #2F2F2F;
  font-size: 16px;
  line-height: 20px;
  white-space: nowrap;
}

.main_search_section .search_form .bottom .filters_title .follow_search img{
  margin-right: 8px;
}

.main_search_section .filters_area .filter_own_item:not(.filter_own_item_double){
  width: 100%;
  max-width: 200px;
}
.main_search_section .filters_area .filter_own_item{
  margin: 0 17px;
}

.main_search_section .filters_area .filter_own_item.hide{
  display: none;
}

.main_search_section .filters_area .filter_own_item_double{
  width: 100%;
  max-width: 300px;
}

.main_search_section .filters_area .filter_own_item .select_area{
  max-width: 100% !important;
  width: 100%;
  min-width: initial !important;
}

.main_search_section .filters_area .filter_own_item_double .select_area .block{
  width: calc(50% - 4px);
}

.main_search_section .search_filter_form .select_area .select_title,.select_area{
  height: 42px;
}

.main_search_section .search_filter_form .select_area .select_title{
  padding-top: 11px;
  padding-bottom: 11px;
}

.main_search_section .select2-container--default .select2-selection--single .select2-selection__rendered{
  line-height: 40px !important;
}

.main_search_section .select2-container--default .select2-selection--single{
  height: 42px !important;
  line-height: 40px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered{
  padding-left: 11px !important;
}

.clear_new_own_filter_button{
  position: absolute;
  right: 0;
  bottom: -25px;
  color: #2F2F2F;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
}

.bottom_filter_settings{
  width: 100%;
  margin-top: 38px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}

.bottom_filter_settings .left_cont{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.bottom_filter_settings .estate_owner_list{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: 34px;
}

.bottom_filter_settings .estate_owner_list li{
  margin-right: 17px;
}

.bottom_filter_settings .estate_owner_list li:last-child{
  margin-right: 0;
}

.bottom_filter_settings .estate_owner_list li label{
  width: 100%;
  position: relative;
  display: flex;
}

.bottom_filter_settings .estate_owner_list li label input{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 3;
  opacity: 0;
}

.bottom_filter_settings .estate_owner_list li label p{
  color: #2F2F2F;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  border-radius: 30px;
  background: #EDEDED;
}


.bottom_filter_settings .estate_owner_list li label input:checked + p{
  background: #2F2F2F;
  color: #fff;
}

.bottom_filter_settings .photo_filter_wrap{
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: 20px;
}

.bottom_filter_settings .photo_filter_wrap.hide{
  display: none;
}

.bottom_filter_settings .photo_filter_wrap:last-child{
  margin-right: 0;
}

.bottom_filter_settings .photo_filter_wrap input{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 3;
  opacity: 0;
}

.bottom_filter_settings .photo_filter_wrap .default{
  width: 35px;
  height: 35px;
  border-radius: 8.75px;
  border: 1.458px solid #DFDFDF;
  box-shadow: rgba(32, 36, 43, 0.15) 0px 3px 10px;
  margin-right: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bottom_filter_settings .photo_filter_wrap .default .active{
  width: 24px;
  height: 24px;
  background: #ED0A0A;
  opacity: 0;
  border-radius: 8.75px;
}

.bottom_filter_settings .photo_filter_wrap input:checked + .default > .active{
  opacity: 1;
}

.bottom_filter_settings .photo_filter_wrap p{
  color: #2F2F2F;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.search_form .draw_new_btn{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  color: #ED0A0A;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  border-radius: 30px;
  border: 1px solid #ED0A0A;
}

.search_form .draw_new_btn img{
  margin-right: 10px;
}

.select_area button .count_item{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #2F2F2F;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  border: 1px solid #5A7CF4;
  border-radius: 50%;
  min-width: initial;
}

.select_area_type_crctr .select_title{
  justify-content: space-between;
  align-items: center;
}

.new_reg_city_wrap_searcher{
  width: 100%;
  position: absolute;
  top: 100%;
  margin-top: 6px;
  left: 0;
  right: 0;
  z-index: 10;
  border-radius: 27px;
  background: #FFF;
  box-shadow: 0px 8px 57px 0px rgba(32, 37, 47, 0.41);
  display: none;
  overflow: hidden;
}

.new_reg_city_wrap_searcher.active{
  display: block;
}

.new_reg_city_wrap_searcher .inside{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.new_reg_city_wrap_searcher .draw_new_btn{
  border: none;
  max-width: 100%;
  border-bottom: 1px solid #DFDFDF;
  padding: 18px 37px;
  border-radius: 0;
  width: 100%;
  justify-content: flex-start;
}

.new_reg_city_wrap_searcher .double_titles_wrap{
  width: 100%;
  padding: 9px 42px 15px 42px;
  border-bottom: 1px solid #DFDFDF;
  cursor: pointer;
}

.new_reg_city_wrap_searcher .double_titles_wrap .small_title{
  width: 100%;
  color: #2F2F2F;
  font-size: 12px;
  line-height: 20px;
  opacity: 0.4;
}

.new_reg_city_wrap_searcher .double_titles_wrap_main_title{
  width: 100%;
  color: #2F2F2F;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-transform: capitalize;
}

.select_other_regions{
  width: 100%;
  padding-top: 21px;
}

.select_other_regions .select_region_title{
  width: 100%;
  color: #2F2F2F;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  padding: 0 23px;
  margin-bottom: 21px;
  opacity: .4;
}

.select_other_regions .list{
  width: 100%;
  max-height: 213px;
  overflow-y: auto;
  padding-bottom: 30px;
}

.select_other_regions .list li{
  width: 100%;
  border-bottom: 1px solid #DFDFDF;
}

.select_other_regions .list .reg_li{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 11px 38px 11px 39px;
}

.select_other_regions .list .reg_li .reg{
  color: #2F2F2F;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.select_other_regions .list li:last-child{
  border-bottom: none;
}

.city_wrap_searcher,.custom_wrap_searcher{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 3;
  border-radius: 27px;
  background: #FFF;
  box-shadow: 0px 8px 57px 0px rgba(32, 37, 47, 0.41);
  opacity: 0;
  transition: .3s;
  visibility: hidden;
  transform: translateX(100%);
}

.city_wrap_searcher.active,.custom_wrap_searcher.active{
  transform: none;
  opacity: 1;
  visibility: visible;
}

.city_wrap_searcher .back_btn{
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 21px 27px;
  color: #2F2F2F;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  border-bottom: 1px solid #DFDFDF;
}

.city_wrap_searcher .back_btn img{
  margin-right: 20px;
}

.select_other_cities .list{
  max-height: 252px;
}

.open_mob_filters{
  display: none;
  justify-content: space-between;
  align-items: center;
  width: 155px;
  height: 46px;
  flex-shrink: 0;
  border-radius: 40px;
  border: 1px solid #DFDFDF;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  padding-left: 26px;
  padding-right: 7px;
  background: #fff;
}

.open_mob_filters p{
  color: #2F2F2F;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.open_mob_filters .count{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 33px;
  height: 33px;
  border: 1px solid #5A7CF4;
  border-radius: 50%;
}

.open_mob_filters .count b{
  display: none;
  justify-content: center;
  align-items: center;
  color: #2F2F2F;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.open_mob_filters.active .count b{
  display: inline-flex;
}

.open_mob_filters.active .count img{
  display: none;
}

.main_search_section .search_form .bottom .filters_area .close_filters_area{
  display: none;
  justify-content: center;
  align-items: center;
  background: none;
}

.main_search_section .search_form .bottom .filters_area .show_btn_res{
  width: 100%;
  display: flex;
  justify-content: center;
  display: none;
}

header .mobile_new_listing{
  display: none;
  position: absolute;
  top: 0;
  z-index: 20;
  left: 0;
  right: 0;
  width: 100%;
}

.show_btn_res .filter_own_item_more_filters_mob{
  display: none;
}

.main_section_properties_list{
  width: 100%;
}

.main_section_properties_list.hidden{
  display: none;
}

.main_section_properties_list .top_area{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 58px;
  padding-bottom: 20px;
  border-bottom: 1px solid #F5F5F5;
}

.main_section_properties_list .top_area .results_count{
  color: #2F2F2F;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}

.main_section_properties_list .top_area .right_cont_area{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.main_section_properties_list .right_cont_area .sort_cont{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.main_section_properties_list .right_cont_area .sort_cont .sort_title {
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  color: #2F2F2F;
  white-space: nowrap;
  margin-right: 12px; }
.main_section_properties_list .right_cont_area .sort_cont .selectric {
  background: none;
  border: none; }
.main_section_properties_list .right_cont_area .sort_cont .selectric .label {
  margin: 0;
  height: initial;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #2F2F2F;
  margin-right: 24px; }
.main_section_properties_list .right_cont_area .selectric .button {
  background-color: transparent;
  padding: 0;
  margin: 0;
  width: 12px;
  height: 12px; }
.main_section_properties_list .right_cont_area .selectric .button:after {
  border: none;
  width: 10px;
  background: url("../img/arrow_down.svg") top center no-repeat;
  background-size: cover;
  height: 9px;
  margin: 0;
  left: initial;
  top: 5px; }
.main_section_properties_list .right_cont_area .sort_cont .selectric-items li {
  font-size: 14px;
  line-height: 20px;
  color: #2F2F2F; }
.main_section_properties_list .right_cont_area .sort_cont .selectric-items {
  margin-top: 10px; }

  .main_section_properties_list .change_properties_position_btns{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 50px;
  }

  .main_section_properties_list .change_properties_position_btns .btn_pos{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
    border-radius: 6.3px;
    background: #FFF;
    box-shadow: 0px 4.2px 18.9px 0px rgba(0, 0, 0, 0.15);
    color: #2F2F2F;
  }

  .main_section_properties_list .change_properties_position_btns .btn_pos:last-child{
    margin-left: 24px;
  }

  .item_main.sameelement{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding-bottom: 43px;
    border-bottom: 1px solid #F5F5F5;
  }

  .item_main.highlighted{
    padding: 14px;
    border-radius: 6px;
    border: 1px solid #ED0A0A;
    background: #FFF;
    box-shadow: 0 -1px 23px 0 rgba(0, 0, 0, 0.16);
  }

  .item_main{
    width: 100%;
  }

  .item_main .item_photo_cont{
    width: 100%;
    max-width: 540px;
  }
  .item_main .item_wrap{
    width: calc(100% - 540px);
    padding-left: 40px;
    position: relative;
  }

  .main_section_properties_list .container{
    max-width: 1466px;
  }

  .main_section_properties_list .main_content{
    width: 100%;
    padding-top: 42px;
  }

  .item_main .item_photo_cont .swiper{
    width: 100%;
  }

  .item_main .item_photo_cont .swiper_smalls{
    margin-top: 23px;
  }

  .swiper_smalls .photo{
    border-radius: 6px;
    height: 100px;
    object-fit: cover;
  }

  .item_main .item_photo_cont .swiper_single2 .photo{
   height: 360px;
   border-radius: 6px;
  }

  .item_main .main_slider{
    width: 100%;
    position: relative;
  }

  .show_photo_count{
    top: initial;
    left: 18px;
    bottom: 25px;
    font-size: 18px;
  }

  .show_photo_count svg{
    width: 24px;
    height: 24px;
    margin-right: 10px;
  }

  .item_main .item_photo_cont .tag_top{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    padding: 8px 23px;
    border-radius: 6px 0px;
    background: #5A7CF4;
    box-shadow: 0px 3px 10px 3px rgba(0, 0, 0, 0.12);
  }

  .item_main .item_photo_cont .plan_tag{
    position: absolute;
    width: 42px;
    height: 42px;
    border-radius: 8.996px;
    background: #FFF;
    box-shadow: 0px 1.874px 4.686px 0px rgba(47, 47, 47, 0.19);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    top: 11px;
    right: 15px;
    z-index: 3;
  }

  .item_main .item_text .text_info{
    color: #2F2F2F;
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 30px;
  }

  .item_main .price_wrap{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 70px;
    margin-top: 31px;
  }

  .item_main .price_wrap .price_square{
    color: #7E7E7E;
    font-size: 20px;
  }

  .item_main .item_text .price_wrap .euro_span{
    color: #2F2F2F !important;
    font-size: 22px !important;
    font-weight: 600 !important;
  }

  .area_fav_share{
    width: 100%;
    max-width: 109px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 60px;
    right: 0;
  }

  .area_fav_share a{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
    border-radius: 8.996px;
    background: #FFF;
    box-shadow: 0px 1.874px 4.686px 0px rgba(47, 47, 47, 0.19);
  }

  .main_section_properties_list .bottom_slider_wrap {
    width: 100%;
    overflow: hidden;
    position: relative; }

        .main_section_properties_list .bottom_slider_wrap .slider .slide img {
          width: 100%;
          object-fit: cover;
          height: 100px;
          border-radius: 6px;
          border-radius: 6px; }

.tab_list_view .item_main .item_photo_cont .dots_custom_wrap,.tab_list_view .item_main .item_photo_cont .main_slider,.tab_list_view .item_main .item_photo_cont .swiper_smalls{
  display: none;
}

.item_main .item_photo_cont .list_photo{
  display: none;
  max-width: 100%;
  border-radius: 6px;
}

.tab_list_view .item_main .item_photo_cont .list_photo{
  display: block;
  height: 167px;
  object-fit: cover;
  width: 100%;
}

.tab_list_view .item_main .item_photo_cont{
  max-width: 319px;
}

.tab_list_view .item_main .item_photo_cont .tag_top{
  font-size: 16px;
  padding: 4px 17px;
}

.tab_list_view .item_main .item_wrap{
  width: calc(100% - 319px);
  padding-left: 24px;
}

.tab_list_view .top_info_item span{
  font-size: 14px;
}

.tab_list_view .item_main .item_text .title{
  margin-top: 3px;
  font-size: 18px;
  margin-bottom: 14px;
}

.tab_list_view .item_main .item_text .text_info{
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}

.tab_list_view .appartaments_info .block{
  flex-direction: row;
  display: none;
}

.tab_list_view .appartaments_info .block figure{
  margin-bottom: 0;
  margin-right: 8px;
}

.tab_list_view .appartaments_info .block.totalArea{
  display: flex;
  width: 100%;
  justify-content: flex-start;
}

.tab_list_view .appartaments_info .block p{
  width: auto;
}

.tab_list_view .item_main .price_wrap{
  margin-top: 4px;
}

.tab_list_view .item_main .item_text .price{
  margin-right: 24px;
}

.tab_list_view .item_main .price_wrap{
  margin-top: 4px;
  margin-bottom: 0;
}

.tab_list_view .item_main .item_text .price{
  margin-right: 24px;
}

.tab_list_view .item_main .bottom_toolbar{
  position: absolute;
  right: 0;
  bottom: 0;
}

.tab_list_view .item_main .bottom_toolbar .left{
  justify-content: flex-end;
}

.tab_list_view .item_main{
  padding-bottom: 23px;
  align-items: stretch;
  margin-bottom: 23px;
}

.tab_blocks_view_load_area{
  width: 100%;
  max-height: 1400px;
  overflow-y: auto;
}

.not_many_results{
  width: 100%;
  padding: 44px 15px;
  background: #EBEFFD;
  color: #2F2F2F;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}

.not_many_results p{
  margin-bottom: 15px;
}

.not_many_results p:last-child{
  margin-bottom: 0;
}

.not_many_results p a{
  color: #5A7CF4;
  text-decoration: underline;
}

.tab_blocks_view .top_info_item_mob{
  display: none;
}

.tab_blocks_view .mob_top_kek{
  display: none;
}

.main_search_section .filters_area .filter_own_item .select_area.error{
  border: 1px solid red;
}

.tab_list_view .area_fav_share{
  top: 0;
}

.select_area_square_item .price_wrap .block,.price_wrap_buy .block{
  box-shadow: rgba(32, 36, 43, 0.15) 0px 3px 10px;
  border-radius: 40px;
}

.main_search_section .select2-container--default .select2-selection--single{
  margin-left: 0;
  border-radius: 40px;
}

.find_spain_whole_wrap.choosed_city .remove_text_btn{
  right: 24px;
}

.property_info_wrapper .short_block .input_cont_title,.property_info_wrapper_publish .input_cont_title{
  width: 100% !important;
  color: #ACACAC !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
  margin-bottom: 12px;
  padding-left: 0 !important;
}

#subTypesContainer{
  margin-bottom: 16px;
}

.input_bottom_text{
  width: 100%;
  color: #ACACAC;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 36px;
  margin-top: -10px;
}

.property_info_wrapper .short_block .hide_price, .property_info_wrapper .short_block .without_number{
  display: none;
}

#priceContainer .rounded_list li label{
  align-items: center;
}

#priceContainer .rounded_list li label .default{
  margin-top: 0;
  margin-right: 5px;
}

.property_info_wrapper .short_block .input_cont_mod.hide{
  display: none;
}

#priceContainer .rounded_list{
  margin-bottom: 32px;
}

.input_cont .wrap{
  width: 100%;
  position: relative;
}

.property_info_wrapper .short_block.location_property{
  margin-bottom: 15px;
}

.bottom_fixed_menu .right_cont_bottom .red_btn{
  background: #5A7CF4;
  border: none;
}

.property_info_wrapper .short_block .toggle_btn_title{
  width: 100%;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  color: #2F2F2F;
  margin-bottom: 24px;
  padding: 0;
  background: none;
  max-width: 475px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.checkbox_list.checkbox_list_hidden{
  display: none;
}

.property_info_wrapper .short_block_amenities{
  margin-bottom: 15px;
}

.energy_block_main .short_block_title {
  width: 100% !important;
  color: #ACACAC !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
  margin-bottom: 12px;
  padding-left: 0 !important;
}

.property_information .short_block_title,.stays_info .short_block_title{
  display: none;
}

.rounded_list_modded li label .default{
  margin-top: 0 !important;
  margin-right: 5px;
}

.rounded_list_modded li label{
  align-items: center;
}

.select_input_actions.hide{
  display: none !important;
}

#subTypesContainer.hide{
  opacity: 0;
  visibility: hidden;
  height: 1px;
  margin: 0;
  padding: 0;
}

#premises_prices_cont.hide{
  display: none;
}

#priceContainer.hide{
  display: none;
}

.property_steps .step .mob{
  display: none;
}

.property_info_wrapper_publish{
  width: 100%;
  padding-top: 42px;
}

.property_info_wrapper_publish .input_cont{
  margin-bottom: 24px;
}

.property_info_wrapper_publish form .accept_conditions p.error{
  font-size: 12px;
}

.property_info_wrapper_publish form .accept_conditions input:checked + .error + .error + .default > .active{
  opacity: 1; }

  .property_info_wrapper_publish form .accept_conditions p,.property_info_wrapper_publish form .accept_conditions p a{
    color: #ACACAC !important;
  }
  .property_info_wrapper_publish form .accept_conditions p a{
    text-decoration: underline;
  }

  .property_info_wrapper_publish .iti__flag-container{
    bottom: initial;
    top: 18px;
  }

.column_block{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.column_block p{
  color: #535862;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  margin-top: 9px;
}

.column_block p a{
  color: #535862;
  text-decoration: underline;
}

.column_block .red_btn{
  background: #5A7CF4;
  border: 1px solid #5A7CF4;
}

.profile_section_no_auth .profile_content{
  width: 100%;
}

.profile_section_no_auth .input_cont{
  width: 100%;
}

.bottom_fixed_menu_no_auth{
  width: 100%;
}

 .footer_no_auth::before{
  display: none;
}

.property_info_wrapper_publish form .accept_conditions p.error{
  color: red !important;
  margin-top: 5px;
}

.modal_accept_email_random_code{
  max-width: 390px;
}

.modal_accept_email_random_code .modal_container{
  padding: 25px;
  padding-bottom: 54px;
  padding-top: 77px;
}

.modal_accept_email_random_code .title{
  width: 100%;
  color: #2F2F2F;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  text-transform: capitalize;
  margin-bottom: 15px;
  text-align: center;
}

.modal_accept_email_random_code .text{
  width: 100%;
  color: #2F2F2F;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 29px;
}

.modal_accept_email_random_code .verify_code_email{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.modal_accept_email_random_code .verify_code_email input{
  width: 100%;
  height: 45px;
  border-radius: 40px;
  border: 1px solid #DFDFDF;
  background: #FFF;
  padding: 0 18px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.modal_accept_email_random_code .verify_code_email input::placeholder{
  color: #C4C4C4;
}

.modal_accept_email_random_code .verify_code_email .error{
  width: 100%;
  margin-top: 5px;
  font-size: 16px;
  color: red;
}

.profile_section_no_auth .property_info_wrapper_publish{
  max-width: 500px;
}

.modal_accept_email_random_code button{
  margin-top: 29px;
}

footer .select_lang_cont{
  margin-right:0;
}

footer .select_lang_cont .active_lang .angle{
  right:10px;
}

#payment-request-button .__PrivateStripeElement,#payment-request-button2 .__PrivateStripeElement{
  margin-bottom: 32px !important;
}


.payment_modal .or{
  margin-bottom: 32px;
  width: 100%;
  color: #ACACAC;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  margin-top: 32px;
}

.payment_modal .payment_method .title_method_payment{
  width: 100%;
  color: #ACACAC;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 12px;
  text-align: left;
}

.payment_modal .select2-container--default .select2-selection--single .select2-selection__rendered{
  text-align: left;
}

.payment_modal .select2-container--default{
  margin-bottom: 32px;
}

.payment_modal .checkbox_label{
  width: 100%;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 33px;
}

.payment_modal .checkbox_label input{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  cursor: pointer;
  font-size: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
}

.payment_modal .checkbox_label .default{
  width: 24px;
  height: 24px;
  border: 1px solid #C4C4C4;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.payment_modal .checkbox_label p{
  width: calc(100% - 24px);
  padding-left: 12px;
  color: #2F2F2F;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
}

.payment_modal .transfer_amount{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

.payment_modal .transfer_amount p{
  color: #2F2F2F;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.payment_modal .red_btn{
  width: 100%;
}

.payment_modal .secure_payment{
  width: 100%;
  color: #ACACAC;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  margin-top: 32px;
}

.payment_modal .checkbox_label input:checked + .default > .active{
  opacity: 1;
}

.payment_modal .checkbox_label .default .active{
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #ED0A0A;
  opacity: 0;
}

#card-errors{
  color: red;
}

.iban_inputs .input_text,.iban_inputs2 .input_text{
  width: 100%;
  border: 1px solid #DFDFDF;
  padding: 0 10px;
  height: 60px;
  color: #2F2F2F;
  font-size: 16px;
  margin-bottom: 32px;
}

.iban_inputs .label_input,.iban_inputs2 .label_input{
  width: 100%;
  display: inline-flex;
  color: #ACACAC;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 12px;
  text-align: left;
}


.you_have_area .title{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 23px;
}

.you_have_area .title img{
  margin-right: 12px;
}

.you_have_area .title p{
  color: #2F2F2F;
  font-size: 30px;
  font-weight: 600;
  line-height: 20px;
}

.you_have_area .top_area{
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}

.you_have_area .coins_wrapper{
  width: 100%;
  max-width: 213px;
  padding: 16px 17px 17px 24px;
  border-radius: 6px;
  background: #FFF;
  box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.12);
}

.you_have_area .coins_wrapper .top{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 25px;
  border-bottom: 1px solid #DFDFDF;
  margin-bottom: 22px;
}

.you_have_area .coins_wrapper .top p{
  color: #2F2F2F;
  font-size: 22px;
  font-weight: 700;
}

.you_have_area .coins_wrapper .top .add_coins{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 49.306px;
  border: 1.049px solid #DFDFDF;
  background: #FFF;
  padding: 11px;
  width: 56px;
}

.you_have_area .coins_wrapper .bottom{
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.you_have_area .coins_wrapper .bottom .coins{
  color: #2F2F2F;
  font-size: 35px;
  font-weight: 700;
  margin-right: 11px;
}

.you_have_area .subscription_pack{
  width: 100%;
  max-width: 442px;
  padding: 18px 24px 18px 24px;
  border-radius: 6px;
  background: #FFF;
  box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.12);
  margin: 0 12px;
}

.you_have_area .subscription_pack .top{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 17px;
}

.you_have_area .subscription_pack .top p{
  color: #2F2F2F;
  font-size: 22px;
  font-weight: 700;
}

.you_have_area .subscription_pack .top p strong{
  color: #5A7CF4;
}

.you_have_area .subscription_pack .top .edit_subscription{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #2F2F2F;
  font-size: 16px;
  line-height: 20px;
  padding-left: 19px;
  padding-right: 19px;
  height: 36px;
  border-radius: 46px;
  border: 1px solid #2F2F2F;
}

.you_have_area .subscription_pack .bottom{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.you_have_area .subscription_pack .item:first-child{
  padding-right: 24px;
}

.you_have_area .subscription_pack .item:nth-child(2){
  padding-right: 24px;
  padding-left: 15px;
  border-left: 1px solid #DFDFDF;
  border-right: 1px solid #DFDFDF;
}

.you_have_area .subscription_pack .item:last-child{
  padding-left: 15px;
}

.you_have_area .subscription_pack .item .title_name{
  width: 100%;
  color: #2F2F2F;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 9px;
}

.you_have_area .subscription_pack .item .info{
  width: 100%;
  color: #2F2F2F;
  font-size: 25px;
  font-weight: 700;
}

.you_have_area .free_plan{
  width: 100%;
  max-width: 151px;
  padding: 24px;
  padding-bottom: 17px;
  border-radius: 6px;
  background: #FFF;
  box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.12);
  margin: 0 12px;
}

.you_have_area .free_plan .top{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 23px;
}

.you_have_area .free_plan .top p{
  color: #2F2F2F;
  font-size: 22px;
  font-weight: 700;
  color: #5A7CF4;
}


.you_have_area .free_plan .item .title_name{
  width: 100%;
  color: #2F2F2F;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 9px;
}

.you_have_area .free_plan .item .info{
  width: 100%;
  color: #2F2F2F;
  font-size: 35px;
  font-weight: 700;
}

.our_offers_area{
  width: 100%;
  padding-top: 43px;
}

.our_offers_area .title_offers{
  width: 100%;
  margin-bottom: 23px;
  color: #2F2F2F;
  font-size: 30px;
  font-weight: 600;
  line-height: 20px;
}

.our_offers_area .top_area{
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.our_offers_area .top_area .tabs_wrap{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.our_offers_area .top_area .tabs_wrap:first-child{
  margin-right: 42px;
}

.our_offers_area .top_area .tabs_wrap .tabs_title{
  margin-right: 24px;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-transform: capitalize;
}

.our_offers_area .top_area .tabs_wrap .tabs_own{
  display: flex;
  justify-content: center;
  border-radius: 24px;
  border: 1px solid #DFDFDF;
  background: #FFF;
}

.our_offers_area .top_area .tabs_wrap .tabs_own label{
  position: relative;
}

.our_offers_area .top_area .tabs_wrap .tabs_own label:first-child{
  margin-left: -1px;
}

.our_offers_area .top_area .tabs_wrap .tabs_own label:last-child{
  margin-right: -1px;
}

.our_offers_area .top_area .tabs_wrap .tabs_own label input{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}

.our_offers_area .top_area .tabs_wrap .tabs_own label p{
  color: #2F2F2F;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-transform: capitalize;
  width: 150px;
  padding: 14px;
  border-radius: 24px;
  text-align: center;
  border: 1px solid transparent;
}

.our_offers_area .top_area .tabs_wrap .tabs_own label input:checked + p{
  border: 1px solid #5A7CF4;
  color: #5A7CF4;
}

.our_offers_area .top_area .tabs_wrap .tabs_own label input:disabled {
  cursor: default;
}

.our_offers_area .top_area .tabs_wrap .tabs_own label input:disabled + p{
  opacity: .3;
}

.offers_items_wrap{
  padding-top: 24px;
}

.offers_items_wrap .non_slider{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.offers_items_wrap .tab{
  width: 100%;
  display: none;
}

.offers_items_wrap .tab.active{
  display: block;
}

.offers_items_wrap .tab  .tab_item{
  width: calc(33.33% - 48px / 3);
  border-radius: 6px;
  box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.12);
  padding: 30px 14px 253px;
  background-color: #fff;
  position: relative;
}

.offers_items_wrap .tab  .tab_item.hidden_pack .buy_btn_item{
  opacity: 0;
  visibility: hidden;
  z-index: -10;
}

.offers_items_wrap .tab  .subscription_item .mini_title{
  width: 100%;
  color: #2F2F2F;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-transform: capitalize;
}

.offers_items_wrap .tab  .subscription_item .name_item{
  width: 100%;
  color: #2F2F2F;
  font-family: Graphik;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 25px;
}

.offers_items_wrap .tab  .coin_item .name_item{
  margin-bottom: 0;
}

.offers_items_wrap .tab  .subscription_item .price{
  width: 100%;
  color: #2F2F2F;
  font-size: 45.586px;
  font-style: normal;
  font-weight: 600;
  text-transform: capitalize;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}

.offers_items_wrap .tab  .subscription_item .price span{
  font-size: 21.452px;
  padding-bottom: 3px;
}

.offers_items_wrap .tab  .subscription_item .under_price{
  width: 100%;
  margin-top: 5px;
  color: #7E7E7E;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 32px;
}

.offers_items_wrap .tab  .coin_item .under_price{
  margin-bottom: 19px;
}

.offers_items_wrap .tab  .subscription_item .list_goods{
  width: 100%;
  margin-bottom: 49px;
}

.offers_items_wrap .tab  .subscription_item .list_goods li{
  width: 100%;
  position: relative;
  padding-left: 33px;
  color: #2F2F2F;
  font-size: 22px;
  margin-bottom: 16px;
}

.offers_items_wrap .tab  .subscription_item .list_goods li::before{
  content: "";
  position: absolute;
  width: 17px;
  height: 16px;
  background: url('../img/img51.svg') top center no-repeat;
  background-size: cover;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.offers_items_wrap .tab  .subscription_item .list_goods li:last-child{
  margin-bottom: 0;
}

.offers_items_wrap .tab  .subscription_item .list_goods li strong{
  font-weight: bold;
}

.offers_items_wrap .tab  .subscription_item .perks{
  width: 100%;
  position: relative;
  z-index: 3;
}

.offers_items_wrap .tab  .subscription_item .perks .title_perks{
  width: 100%;
  color: #7E7E7E;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 15px;
}

.offers_items_wrap .tab  .subscription_item .perks ul{
  width: 100%;
  list-style-type: disc;
  padding-left: 20px;
}

.offers_items_wrap .tab  .subscription_item .perks ul li{
  width: 100%;
  color: #7E7E7E;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 15px;
}

.offers_items_wrap .tab  .subscription_item .perks ul li:last-child{
  margin-bottom: 0;
}

.offers_items_wrap .tab  .subscription_item .bottom_item{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  padding: 0 14px 25px;
}

.offers_items_wrap .tab  .subscription_item .bottom_item::before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 390px;
  background: linear-gradient(170deg, rgba(255, 255, 255, 0.17) 13.28%, rgba(90, 124, 244, 0.17) 103.96%), #FFF;
  z-index: 1;
}

.offers_items_wrap .tab  .subscription_item .bottom_item .new_text{
  width: 100%;
  color: #7E7E7E;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 32px;
  position: relative;
  z-index: 1;
}

.offers_items_wrap .tab  .subscription_item .bottom_item .info{
  width: 100%;
  border-radius: 12px;
  background: #E5EAFD;
  padding: 16px 12px;
  margin-bottom: 18px;
  position: relative;
  z-index: 2;
}

.offers_items_wrap .tab  .subscription_item .bottom_item .info ul{
  width: 100%;
}

.offers_items_wrap .tab  .subscription_item .bottom_item .info ul li{
  width: 100%;
  color: #2F2F2F;
  font-size: 18px;
  line-height: 110.517%;
  margin-bottom: 18px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.offers_items_wrap .tab  .subscription_item .bottom_item .info ul li strong{
  font-weight: 600;
}

.offers_items_wrap .tab  .subscription_item .bottom_item .info ul li:last-child{
  margin-bottom: 0;
}

.offers_items_wrap .tab .bottom_item .buy_btn_item{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  border-radius: 45.362px;
  border: 1px solid #ED0A0A;
  background: #ED0A0A;
  height: 56px;
  position: relative;
  z-index: 2;
}

.offers_items_wrap .tab  .coin_item .price_wrap{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 39px;
}

.offers_items_wrap .tab  .coin_item .price_wrap .price_left{
  color: #2F2F2F;
  font-size: 42px;
  font-weight: 600;
  text-transform: capitalize;
}

.offers_items_wrap .tab  .coin_item .price_wrap .coins_cont{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #2F2F2F;
  font-size: 42px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 4px 25px;
  border-radius: 16px;
  background: #E5EAFD;
}

.offers_items_wrap .tab  .coin_item .price_wrap .coins_cont img{
  margin-left: 10px;
}

.offers_items_wrap .tab  .coin_item .enough_for{
  width: 100%;
  color: #2F2F2F;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
}

#individual_coins{
  position: relative;
}

#individual_coins .arrow{
  position: absolute;
  top: 50%;
  z-index: 3;
  transform: translateY(-50%);
  width: 54px;
  height: 54px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #DFDFDF;
  border-radius: 50%;
  background: #fff;
}

#individual_coins .arrow.slick-disabled{
  opacity: 0;
  visibility: hidden;
}

#individual_coins .arrow_left{
  left: -25px;
}

#individual_coins .arrow_right{
  right: -25px;
}

.offers_items_wrap .tab .slider .tab_item{
  width: auto;
  margin: 0 12px;
}

.offers_items_wrap .tab .slider{
  width: calc(100% + 24px);
  margin-left: -12px;
  margin-right: -12px;
  display: flex;
}

.offers_items_wrap .tab .slider.slick-initialized{
  display: block;
}

.offers_items_wrap .tab .slider .slick-track{
  display: flex;
  padding: 25px 0;
}

#individual_coins{
  margin-top: -25px;
}

.edit_subscription_modal{
  max-width: 542px;
}

.edit_subscription_modal .modal_container{
  padding: 103px 24px 54px;
}

.edit_subscription_modal .text{
  width: 100%;
  color: #2F2F2F;
  font-size: 18px;
  line-height: 20px;
}

.edit_subscription_modal .card_info{
  width: 100%;
  margin-top: 50px;
}

.edit_subscription_modal .card_info .title{
  width: 100%;
  color: #2F2F2F;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 5px;
}

.edit_subscription_modal .card_info .card{
  width: 100%;
  color: #2F2F2F;
  font-size: 30px;
  font-weight: 600;
}

.edit_subscription_modal .card_row{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 38px;
}

.edit_subscription_modal .card_row a{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #2F2F2F;
  font-size: 18px;
  font-weight: 500;
  padding: 11px;
  text-align: center;
  width: 100%;
  max-width: 234px;
  border-radius: 45.362px;
  border: 1px solid #2F2F2F;
  min-height: 58px;
}

.edit_subscription_modal .card_row a:hover{
  background: #2F2F2F;
  color: #fff;
}

.edit_subscription_modal .plan_info{
  width: 100%;
  margin-bottom: 12px;
}

.edit_subscription_modal .plan_info .plan_title{
  width: 100%;
  color: #2F2F2F;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 17px;
}

.edit_subscription_modal .plan_info .unsibscribe_item{
  display: inline-flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  color: #2F2F2F;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 11px;
  border-radius: 45.362px;
  border: 1px solid #2F2F2F;
  line-height: 34px;
}

.edit_subscription_modal .plan_info .unsibscribe_item:hover{
  background: #2F2F2F;
  color: #fff;
}

.edit_subscription_modal .text{
  width: 100%;
  color: #2F2F2F;
  font-size: 18px;
  line-height: 20px;
}

.fancybox-slide--html #edit_subscription_modal .fancybox-close-small{
  right: initial;
  left: 10px;
  top: 10px;
}

.balance_btn_header{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-right: 60px;
}

.balance_btn_header span{
  position: absolute;
  display: inline-flex;
  text-align: center;
  padding: 3px 4px;
  border-radius: 41px;
  background: #5A7CF4;
  left: -50%;
  bottom: 0;
  z-index: 2;
  color: #FFF;
  font-size: 9px;
  font-weight: 700;
}

.you_have_area .gave_bonus{
  width: 100%;
  color: #2F2F2F;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 14px;
}

.you_have_area .gave_bonus strong{
  font-weight: 700;
}

header .right_cont_main .select_lang_cont .langs_list{
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
}

#location_province.empty_select + .select2-container{
  border-color: red !important;
}

.property_info_wrapper .short_block .select_input.hide{
  display: none;
}

.profile_home .bottom_prop_tabs{
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #DFDFDF;
  margin-bottom: 35px;
}

.profile_home .bottom_prop_tabs .status_item{
  color: #2F2F2F;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-transform: capitalize;
  padding-bottom: 16px;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}

.profile_home .bottom_prop_tabs .status_item.active::before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background: #5A7CF4;
}

.profile_home .bottom_prop_tabs .status_item:first-child{
  margin-right: 12px;
}

.profile_home .bottom_prop_tabs .status_item.active{
  color: #5A7CF4;
}

.profile_section .properties_page .top_properties .create_prop_item{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #5A7CF4;
  font-size: 16px;
  font-weight: 500;
  line-height: 14px;
  text-transform: capitalize;
  padding: 21px;
  border-radius: 45.362px;
  border: 1px solid #5A7CF4;
  width: 100%;
  max-width: 342px;
}

.profile_section .properties_page .top_properties .create_prop_item:hover{
  background: #5A7CF4;
  color: #fff;
}

.prev_properties_info_wrap{
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: -16px;
}

.prev_properties_info_wrap .mass_selection{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #2F2F2F;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 15px;
  border-radius: 6px;
  background: #FFF;
}

.prev_properties_info_wrap .mass_selection img{
  margin-right: 10px;
}

.prop_new_area{
  width: 100%;
  margin-top: 24px;
}

.prop_new_area .wrap{
  width: 100%;
  margin-bottom: 24px;
  background: #fff;
}

.prop_new_area .row_item{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.prop_new_area .row_item .photo_cont{
  width: 100%;
  max-width: 266px;
  min-height: 180px;
  position: relative;
}

.prop_new_area .row_item .photo_cont a,.prop_new_area .row_item .photo_cont .see_btn_photo{
  display: flex;
}

.prop_new_area .row_item .photo_cont a img,.prop_new_area .row_item .photo_cont .see_btn_photo img{
  height: 180px;
  object-fit: cover;
  width: 100%;
  border-radius: 6px;
}

.prop_new_area .row_item .photo_cont .status_item{
  position: absolute;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  left: 0;
  bottom: 0;
  z-index: 2;
  padding: 3px 18px;
  border-radius: 0 6px 6px 6px;
  box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.12);
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.prop_new_area .row_item .photo_cont .status_item.status_active{
  color: #FFFFFF;
  background: #29AB6D;
}

.prop_new_area .row_item .photo_cont .status_item.status_inactive{
  color: #7E7E7E;
  background: #DFDFDF;
}

.prop_new_area .row_item .photo_cont .status_item.status_archive{
  color: #fff;
  background: #FAB34F;
}

.prop_new_area .row_item .type_column{
  width: 100%;
  max-width: 145px;
  display: flex;
  flex-direction: column;
  padding-top: 12px;
}

.prop_new_area .row_item .type_column p{
  width: 100%;
  color: #2F2F2F;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 24px;
}

.prop_new_area .row_item .type_column span{
  display: inline-flex;
  width: 100%;
  color: #2F2F2F;
  font-size: 14px;
  line-height: 120%;
}

.prop_new_area .row_item .price_column,.prop_new_area .row_item .square_column{
  width: 100%;
  max-width: 110px;
  color: #2F2F2F;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  padding-top: 12px;
}

.prop_new_area .row_item .date_column{
  width: 100%;
  max-width: 100px;
  padding-top: 12px;
}

.prop_new_area .row_item .date_column p{
  color: #2F2F2F;
  font-size: 15px;
  line-height: 20px;
  width: 100%;
  margin-bottom: 24px;
  text-align: left;
}

.prop_new_area .row_item .date_column p:last-child{
  margin-bottom: 0;
}

.prop_new_area .row_item .date_column p strong{
  font-weight: 600;
  margin-top: 2px;
}

.prop_new_area .row_item .quality_column,.prop_new_area .row_item .performance_column{
  width: 100%;
  max-width: 70px;
  padding-top: 12px;
  display: flex;
  flex-direction: column;
}

.prop_new_area .row_item .quality_column strong,.prop_new_area .row_item .performance_column strong{
  font-weight: 600;
  margin-top: 2px;
}

.prop_new_area .bottom_row_item{
  width: 100%;
  border-radius: 0 0 6px 6px;
  border-top: 1px solid #DFDFDF;
  background: #FFF;
  margin-top: 18px;
  padding: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.prop_new_area .bottom_row_item.checked{
  display: none;
}

.prop_new_area .row_item .performance_column{
  max-width: 120px;
}

.pause_listings{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.pause_listings .pause_text{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.pause_listings .pause_text .title{
  color: #7E7E7E;
  font-size: 14px;
  font-weight: 700;
  display: inline-flex;
  margin-bottom: 6px;
}

.pause_listings .pause_text .text{
  color: #7E7E7E;
  font-size: 12px;
}

.pause_listings .toggle_item{
  width: 46px;
  height: 24px;
  position: relative;
  border-radius: 70px;
  border: 1px solid #C4C4C4;
  background: #F8F8F8;
  padding: 2px;
  margin-left: 31px;
  cursor: pointer;
}

.pause_listings .toggle_item .circle_item{
  position: absolute;
  top: 2px;
  height: calc(100% - 4px);
  left: 2px;
  transform: translateX(0);
  transition: .3s;
  background: #C4C4C4;
  border-radius: 50%;
  width: 20px;
}

.pause_listings .toggle_item.paused{
  border: 1px solid #5A7CF4;
}

.pause_listings .toggle_item.paused .circle_item{
  background: #5A7CF4;
  transform: translateX(19px);
}

.prop_new_area .right_bottom_area{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.prop_new_area .right_bottom_area .edit_btn{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #2F2F2F;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 17px 39px;
  border-radius: 45.362px;
  margin-right: 18px;
  border: 1px solid #2F2F2F;
}

.prop_new_area .right_bottom_area .edit_btn img{
  margin-right: 8px;
}

.prop_new_area .right_bottom_area .delete,.fixed_upgrade_wrap .delete{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 61px;
  height: 56px;
  border-radius: 45.362px;
  border: 1px solid #2F2F2F;
  margin-right: 42px;
}

.fixed_upgrade_wrap .delete{
  margin: 0;
}

.prop_new_area .right_bottom_area .upgrade_publication,.fixed_upgrade_wrap .upgrade_publication{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #ED0A0A;
  font-size: 16px;
  font-weight: 500;
  padding: 21px 30px;
  border-radius: 45.362px;
  border: 1px solid #ED0A0A;
  background: #FFF;
}

.prop_new_area .right_bottom_area .upgrade_publication:hover,.fixed_upgrade_wrap .upgrade_publication:hover{
  background: #ED0A0A;
  color: #fff;
}

.delete_publication_modal{
  width: 100%;
  max-width: 512px;
}

.delete_publication_modal .modal_container{
  width: 100%;
  padding: 83px 24px 43px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.delete_publication_modal .modal_container .title{
  width: 100%;
  color: #2F2F2F;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  margin-bottom: 24px;
}

.delete_publication_modal .modal_container .text{
  width: 100%;
  color: #2F2F2F;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 32px;
}

.delete_publication_modal .modal_container .delete_finaly{
  width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #ED0A0A;
  font-size: 16px;
  font-weight: 500;
  border-radius: 45.362px;
  border: 1px solid #ED0A0A;
  padding: 21px;
  margin-bottom: 24px;
}

.delete_publication_modal .modal_container .delete_finaly:hover{
 background: #ED0A0A;
 color: #fff;
}

.delete_publication_modal .modal_container .cancel{
  width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #2F2F2F;
  font-size: 16px;
  font-weight: 500;
  border-radius: 45.362px;
  border: 1px solid #2F2F2F;
  padding: 21px;
}

.delete_publication_modal .modal_container .cancel:hover{
  background: #2F2F2F;
  color: #fff;
}

.prev_properties_info_wrap.checked .mass_selection{
  display: none;
}

.prev_properties_info_wrap.checked .sel_wrap{
  display: flex;
}

.prev_properties_info_wrap .sel_wrap{
  display: none;
  justify-content: flex-end;
  align-items: center;
}

.prev_properties_info_wrap .sel_wrap .cancel{
  color: #2F2F2F;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 14px;
  border-right: 2px solid #F8F8F8;
  border-radius: 0 0 6px 6px;
  background: #fff;
}

.prev_properties_info_wrap .sel_wrap .select_all{
  color: #2F2F2F;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 14px;
  border: 6px 6px 0 0;
  background: #fff;
}

.prop_new_area .row_item .check_column{
  width: 32px;
  display: none;
  position: relative;
  padding-top: 12px;
  margin-right: 12px;
}

.prop_new_area .row_item .check_column input{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  font-size: 0;
  z-index: 2;
}

.prop_new_area .row_item .check_column .default{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  border: 1px solid #C4C4C4;
}

.prop_new_area .row_item .check_column .default .active{
  width: 24px;
  height: 24px;
  border-radius: 5.333px;
  background: #5A7CF4;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}

.prop_new_area .row_item .check_column input:checked + .default > .active{
  opacity: 1;
  visibility: visible;
}

.prop_new_area .row_item.checked .check_column{
  display: block;
}

.fixed_upgrade_wrap{
  position: sticky;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 12;
  background: #FFF;
  box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.12);
  padding: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  opacity: 0;
  visibility: hidden;
}

.fixed_upgrade_wrap.checked{
  opacity: 1;
  visibility: visible;
}

.upgrade_publication_modal{
  width: 100%;
  max-width: 512px;
  padding: 0;
  margin: 0;
}

.upgrade_publication_modal .modal_container{
  width: 100%;
  padding: 75px 24px 24px;
}

.upgrade_publication_form .title_form{
  width: 100%;
  color: #2F2F2F;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 8px;
}

.upgrade_publication_form .row_item{
  width: 100%;
  padding: 24px 12px;
  border-bottom: 1px solid #DFDFDF;
}

.upgrade_publication_form .row_item .top{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.upgrade_publication_form .row_item .top label{
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #2F2F2F;
  font-size: 16px;
  font-weight: 500;
}

.upgrade_publication_form .row_item .top label input{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}

.upgrade_publication_form .row_item .top label .default{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  border-radius: 6px;
  border: 1px solid #C4C4C4;
  background: #FFF;
  margin-right: 18px;
}

.upgrade_publication_form .row_item .top label .default .active{
  width: 20px;
  height: 20px;
  background: #5A7CF4;
  opacity: 0;
  border-radius: 6px;
  transition: .3s;
}

.upgrade_publication_form .row_item .top label input:checked + .default > .active,.upgrade_publication_form .row_item .top label input:disabled + .default > .active{
  opacity: 1;
}

.upgrade_publication_form .row_item .top label input:disabled + .default > .active{
  background: #C4C4C4;
}

.upgrade_publication_form .row_item.applied .top label input{
  cursor: default;
}

.upgrade_publication_form .row_item .top .coins{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #000;
  font-size: 16px;
  font-weight: 700;
}

.upgrade_publication_form .row_item .top .coins img{
  width: 20px;
}

.upgrade_publication_form .row_item .top .coins .icon_img{
  display: none;
}

.upgrade_publication_form .row_item .top .coins .coin_item{
  margin-right: 8px;
}

.upgrade_publication_form .row_item.applied .top .coins .coin_item,.upgrade_publication_form .row_item.applied .top .coins .coin_img{
  display: none;
}

.upgrade_publication_form .row_item.applied .top .coins .icon_img{
  display: block;
}

.upgrade_publication_form .row_item .bottom_text{
  width: 100%;
  color: #7E7E7E;
  font-size: 16px;
  line-height: 20px;
}

.upgrade_publication_form .row_item .bottom_text span{
  color: #ED0A0A;
}

.upgrade_publication_form .title_btn{
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #2F2F2F;
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  margin-bottom: 17px;
}

.upgrade_publication_form .list{
  width: 100%;
  padding-left: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.upgrade_publication_form .row_item .top label .default_radio{
  border-radius: 50%;
}

.upgrade_publication_form .row_item .top label .default_radio .active{
  border-radius: 50%;
}

.upgrade_publication_form .list .row_item{
  border: none;
  padding: 10px 0;
  margin-bottom: 3px;
}

.upgrade_publication_form .toggle_block{
  width: 100%;
  margin-top: 38px;
  padding-bottom: 24px;
  border-bottom: 1px solid #DFDFDF;
}

.upgrade_publication_form .clear_selected{
  display: inline-flex;
  margin-top: 7px;
  color: #5A7CF4;
  font-size: 16px;
  font-weight: 500;
  background: none;
  border: none;
  cursor: pointer;
}

.upgrade_publication_form .toggle_block .text_info{
  width: 100%;
  color: #7E7E7E;
  font-size: 16px;
  line-height: 20px;
}

.upgrade_publication_form .toggle_block .text_info span{
  color: #ED0A0A;
}

.upgrade_publication_form .services_list{
  width: 100%;
}

.upgrade_publication_form .services_list li,.upgrade_publication_form .selected_publication{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #7E7E7E;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 14px;
}

.upgrade_publication_form .total{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #2F2F2F;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 24px;
}

.upgrade_publication_form .btn_submit{
  width: 100%;
}

.upgrade_publication_form .total .coins_total{
  margin-right: 5px;
}

.upgrade_publication_form .bottom{
  width: 100%;
  margin-top: 24px;
}

.auto_republished{
  width: 100%;
  padding-left: 24px;
  margin-top: 12px;
}

.auto_republished .top_auto{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
}

.auto_republished .top_auto .title_auto{
  color: #2F2F2F;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}


.auto_republished .toggle_item{
  width: 46px;
  height: 24px;
  position: relative;
  border-radius: 70px;
  border: 1px solid #C4C4C4;
  background: #F8F8F8;
  padding: 2px;
  margin-left: 31px;
  cursor: pointer;
}

.auto_republished .toggle_item .circle_item{
  position: absolute;
  top: 2px;
  height: calc(100% - 4px);
  left: 2px;
  transform: translateX(0);
  transition: .3s;
  background: #C4C4C4;
  border-radius: 50%;
  width: 20px;
}

.auto_republished .toggle_item.paused{
  border: 1px solid #5A7CF4;
}

.auto_republished .toggle_item.paused .circle_item{
  background: #5A7CF4;
  transform: translateX(19px);
}

.auto_republished .auto_text{
  width: 100%;
  max-width: 367px;
  color: #ACACAC;
  font-size: 14px;
  line-height: 20px;
}

.upgrade_publication_form .row_item.applied .auto_republished{
  display: none;
}

.upgrade_publication_form .row_item .bottom_text.error_text{
  display: none;
  color: #ED0A0A;
}

.upgrade_publication_form .row_item.error .bottom_text{
  display: none;
}

.upgrade_publication_form .row_item.error .bottom_text.error_text{
  display: block;
}

.upgrade_publication_form .btn_submit:disabled{
  cursor: default;
  opacity: .5;
}

.upgrade_publication_form .row_item.error .top label .default{
  border: 1px solid #ED0A0A;
}

.prop_new_area_is_archive .right_bottom_area{
  width: 100%;
  justify-content: space-between;
}

.prop_new_area .right_bottom_area .left_cont{
  display: flex;
  align-items: center;
  position: relative;
}

.successful_upgrade_modal,.error_upgrade_modal{
  max-width: 512px;
  padding: 0;
  margin: 0;
}

.successful_upgrade_modal .modal_container,.error_upgrade_modal .modal_container{
  width: 100%;
  padding: 83px 24px 49px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.successful_upgrade_modal img{
  margin-bottom: 24px;
}

.successful_upgrade_modal .title{
  color: #2F2F2F;
  font-size: 22px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  margin-bottom: 32px;
}

.successful_upgrade_modal .go_to_estates{
  display: inline-flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  color: #2F2F2F;
  font-size: 16px;
  line-height: 17px;
  padding: 19px;
  border-radius: 45.362px;
  border: 1px solid #2F2F2F;
}

.successful_upgrade_modal .go_to_estates:hover{
  background: #2F2F2F;
  color: #fff;
}

.error_upgrade_modal .title{
  color: #2F2F2F;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  margin-bottom: 24px;
}

.error_upgrade_modal .text{
  color: #2F2F2F;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 32px;
}

.error_upgrade_modal .modal_container a{
  width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 19px;
  font-size: 16px;
  font-weight: 500;
}

.error_upgrade_modal .modal_container .buy_coins{
  color: #ED0A0A;
  border-radius: 45.362px;
  border: 1px solid #ED0A0A;
  margin-bottom: 24px;
}

.error_upgrade_modal .modal_container .cancel{
  color: #2F2F2F;
  border-radius: 45.362px;
  border: 1px solid #2F2F2F;
}

.prop_new_area .right_bottom_area .left_cont .text{
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  color: #7E7E7E;
  text-align: center;
  font-size: 14px;
  top: -39px;
}

.top_20_diamonds{
  width: 100%;
  padding-bottom: 34px;
}

.top_20_diamonds .top_area{
  width: 100%;
  padding: 25px 15px;
  color: #FFF;
  font-size: 32px;
  font-weight: 500;
  background: #ED0A0A;
}

.top_20_diamonds .top_area .container{
  max-width: 1436px;
}

.top_20_diamonds .slider_wrap{
  width: 100%;
  padding: 0 56px;
  position: relative;
  margin-top: 34px;
}

.top_20_diamonds .slider_wrap .arrow_own{
  position: absolute;
  top: 138px;
}

.top_20_diamonds .slider_wrap .arrow_left{
  left: 0;
}

.top_20_diamonds .slider_wrap .arrow_right{
  right: 0;
}

.top_20_diamonds .slider{
  width: calc(100% + 24px);
  margin-left: -12px;
  margin-right: -12px;
}

.top_20_diamonds .container2{
  max-width: 1466px;
}

.top_20_diamonds .slick-slide{
  margin: 0 12px;
}

.top_20_diamonds .estate_item{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.top_20_diamonds .estate_item .main_photo{
  width: 100%;
  height: 301px;
  border-radius: 6px;
  object-fit: cover;
}

.top_20_diamonds .estate_item .title_estate{
  width: 100%;
  margin: 15px 0;
  color: #2F2F2F;
  font-size: 21px;
  font-weight: 600;
}

.top_20_diamonds .estate_item .price_cont{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top_20_diamonds .estate_item .price_cont .price{
  color: #2F2F2F;
  font-size: 22px;
  font-weight: 600;
}

.top_20_diamonds .estate_item .price_cont .area{
  color: #7E7E7E;
  font-size: 20px;
}

.top_20_diamonds .dots_wrap{
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.top_20_diamonds .slick-dots{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 9px;
  border-radius: 71px;
  background: #F5F5F5;
}

.top_20_diamonds .slick-dots li{
  margin: 0 3px;
}

.top_20_diamonds .slick-dots li button{
  width: 22px;
  height: 22px;
  border: 1px solid #ACACAC;
  border-radius: 50%;
  position: relative;
  font-size: 0;
  background: #fff;
  text-indent: -10000px;
}

.top_20_diamonds .slick-dots li button::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #2F2F2F;
  opacity: 0;
}

.top_20_diamonds .slick-dots li.slick-active button::before{
  opacity: 1;
}

.top_20_diamonds .slider:not(.slick-initialized) {
  display: flex !important;
  overflow: hidden;
}

.top_20_diamonds .item_main{
  margin-bottom: 0;
}

.auto_renewal_wrap{
  width: 100%;
  padding-top: 34px;
  padding-bottom: 24px;
  border-bottom: 1px solid #DFDFDF;
}

.auto_renewal_wrap .pause_listings{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}

.auto_renewal_wrap .pause_listings .pause_text .title{
  color: #2F2F2F;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.auto_renewal_wrap .info{
  width: 100%;
  color: #ACACAC;
  font-size: 14px;
  line-height: 20px;
  max-width: 475px;
}

.auto_renewal_wrap .upgrade_btn{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: #ED0A0A;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  border-radius: 45.362px;
  border: 1px solid #ED0A0A;
  min-height: 54px;
  margin-bottom: 12px;
  margin-top: 24px;
}

.archived_item{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  color: #FFF;
  font-size: 17px;
  font-weight: 600;
  line-height: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 19px 54px;
  border-radius: 6px;
  background: #FFAC33;
}

.detail_wrap .left_cont_new{
  width: calc(100% - 390px);
}

.detail_wrap .right_cont_new{
  width: 100%;
  max-width: 390px;
  margin-left: 14px;
  border-radius: 8px;
  background: #FFF;
  padding: 24px;
}

.detail_wrap .right_cont_new .upgrade_publication_form .title_form{
  display: none;
}

.detail_wrap .right_cont_new .upgrade_publication_form .list{
  padding-left: 12px;
}

.detail_wrap .upgrade_publication_form .btn_submit{
  display: none;
}

.filter_wrapper_for_archived{
  width: 100%;
  max-width: 380px;
  padding: 25px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.filter_wrapper_for_archived .title{
  width: 100%;
  text-align: center;
  font-size: 18px;
  margin-bottom: 15px;
}
