@media (max-width: 1200px) {
  .round_btn {
    width: 50px;
    height: 50px;
  }

  .hp_header_slick_slider .content {
    padding: 30px;
  }

  .hp_header_slide_number {
    right: 30px;
    bottom: 60px;
  }

  .hp_header_slick_slider .slick-arrow {
    width: 50px;
    height: 50px;
    bottom: 60px;
  }

  .hp_header_slick_slider .slick-arrow-left {
    right: calc(30% - 50px - 30px);
  }
  .hp_header_slick_slider .slick-arrow-right {
    right: calc(30% - 50px - 90px);
  }

  .by_walk_section .module-text {
    left: 20px;
    top: auto;
    bottom: 10%;
    transform: none;
  }

  .hp_benefits_section .module-fickle {
    padding: 30px;
    height: 40vh;
  }

  .apartment-intro__head {
    grid-template-columns: auto;
    grid-template-rows: auto;
  }

  .apartment-intro__head__center {
    justify-content: space-evenly;
  }

  .apartment-intro__head_price {
    grid-row: 2/3;
  }

  .apartment-intro__head__buttons {
    grid-row: 3/4;
    background: var(--tertiary-color);
    position: fixed;
    justify-content: space-between;
    width: 100%;
    bottom: 0;
    top: auto;
    left: 0;
    height: auto;
    border-top: 1px solid rgba(255, 255, 255, 0.15) !important;
  }

  .apartment-intro__head__buttons .apartment-plan,
  .apartment-intro__head__buttons .share-apartment,
  .apartment-intro__head__buttons .submit_request {
    margin-right: 0;
  }

  .share-apartment {
    order: 1;
  }

  .submit_request {
    order: 2;
  }

  .apartment-plan {
    order: 3;
  }

  .solicita_info_section {
    width: 100%;
    padding: 20px;
  }

  .apartment_slider .slick-slide {
    margin: 0 10vw;
  }

  .apartment_slider .slick-slide img {
    max-width: 40vw;
  }

  .apartment-intro_col {
    border-right: none;
  }

  .location_transport_section .description_col {
    z-index: 9;
  }

  .location_transport_section .description_col .section-desc-xl,
  .location_transport_section .description-sm {
    margin-left: 20px;
  }

  .location_logo_col {
    width: 150px;
    height: 150px;
    padding: 10px 35px 20px;
  }
}

@media (max-width: 990.99px) {
  .apartments-grid .apartment-item .apartment-item-inner .overlay-wrapper {
    opacity: 1;
  }
  .apartments-grid .apartment-item .apartment-item-inner .overlay-wrapper span {
    font-size: 1rem;
  }

  .by_car_timeline .module-text p {
    max-width: 100%;
  }
  .by_car_timeline .module-text p:first-child {
    font-size: 1rem;
    font-weight: 400;
  }
  .by_car_section .floating-image img {
    margin-top: -5vh;
  }
  .by_car_section .floating-image {
    max-width: 200px;
  }
  .by_car_section .col-lg-4 {
    grid-column: 1/3;
  }
  .by_car_section .col-lg-2 {
    grid-column: 1/3;
  }
  .by_car_section {
    display: grid;
    padding-right: 0;
    grid-template: auto 450px auto / 1fr auto;
  }

  .building-col {
    display: none;
  }
  .hp_title_col {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding-left: 20px;
  }

  .hp_header_title > div {
    display: flex;
    justify-content: flex-start;
  }

  .hp_header_title a {
    display: block;
    text-align: left;
    color: #000;
    border: 1px solid var(--secondary-color);
    background-color: var(--secondary-color);
    margin-top: 20px;
    border-radius: 0;
    font-size: 0.8rem;
    text-transform: uppercase;
  }

  .hp_header_video .cf_row {
    padding: 30px;
    transform: translateX(100%);
    transition: var(--transition);
  }

  .location_by_walk_section {
    min-height: 90vh;
  }

  .location_by_walk_section .circle_col.bg {
    margin-bottom: 0;
    transform: translate(-50%, -50%) scale(1.7);
  }

  .location_transport_section .images_col {
    margin-top: 0;
  }

  .location_transport_section .images_col .image_xl {
    top: 0;
    max-width: 300px;
    right: 30px;
  }

  .location_transport_section .images_col .image_sm {
    top: 0;
    left: auto;
    right: 0;
    transform: translateX(-100%);
  }

  .location_logo_col {
    width: 90px !important;
    height: 90px !important;
    padding: 0;
  }

  .location_by_walk_section .circle_col.sm {
    width: 35%;
    min-width: 190px;
  }

  .location_by_walk_section .circle_col.md {
    width: 75%;
    min-width: 420px;
  }

  .location_by_walk_section .circle_col.xl {
    width: 115%;
    min-width: 750px;
  }

  .location_logo_col img {
    padding: 20px;
  }

  /* Header Menu */
  body.menu-opened {
    overflow: hidden;
  }

  #main_menu {
    /* top: 60px; */
    padding: 60px 20px 20px;
  }

  body.header_fixed #main_menu {
    /* top: 66px; */
  }

  #main-navbar-collapse {
    position: fixed;
    width: 100%;
    align-items: center;
    display: flex;
    overflow: auto;
    top: 100px;
    left: 0;
    padding: 0 20px;
    height: calc(100% - 100px);
    opacity: 0;
    pointer-events: none;
  }

  header .main-nav {
    padding-left: 0;
  }

  .menu-opened #main-navbar-collapse {
    opacity: 1;
    pointer-events: all;
  }

  #main_menu .nav-item {
    margin-bottom: 20px;
  }

  #main_menu .nav-item:last-child {
    margin-bottom: 0;
  }

  #main_menu .main-nav {
    align-items: flex-start;
    margin-left: 0 !important;
  }

  #main_menu .nav-link {
    font-size: 1.5rem;
  }

  header .phone_number {
    display: none;
  }

  .menu-button {
    display: flex;
    align-items: center;
  }

  .theme_color_container {
    margin-right: 20px;
  }

  .page-header .page-header-content .scroll-down {
    width: 50px;
    height: 50px;
  }

  .loader_wrapper svg {
    max-width: 150px;
    height: auto;
  }

  body.acasa {
    background: #e9e4dc;
  }

  .navbar-toggler {
    top: 0;
    right: 0;
    outline: none !important;
    box-shadow: none !important;
  }

  .navbar-toggler .icon-bar {
    background: #fff;
  }

  .navbar-brand svg {
    max-height: 50px !important;
    transform: unset !important;
  }

  .hp_header_slick_slider .module-image {
    width: 60%;
  }

  .hp_header_slick_slider .content {
    width: 40%;
  }

  .hp_header_slick_slider .title {
    bottom: 10px;
  }

  .hp_header_slick_slider .slick-arrow,
  .hp_header_slide_number {
    bottom: 40px;
  }

  .hp_header_slick_slider .slick-arrow-left {
    right: calc(40% - 50px - 30px);
  }

  .hp_header_slick_slider .slick-arrow-right {
    right: calc(40% - 50px - 90px);
  }

  .hp_desc_section {
    padding: 8vh 0;
  }

  .hp_desc_section .semi_width {
    width: 95%;
  }

  .hp_desc_section .headline {
    text-indent: 0;
    margin-bottom: 20px;
  }

  .hp_desc_section .headline p {
    font-size: 14px;
  }
  .hp_desc_section .headline p:first-child {
    margin-bottom: 0;
  }

  .hp_desc_section .p-xl p {
    font-size: 18px;
    text-indent: 0;
    line-height: 1.3em;
  }

  .hp_desc_section .floating-image.down {
    width: 70%;
    margin-left: auto;
    margin-right: 10%;
    margin-top: -10%;
  }

  .hp_desc_section .floating-image.up img {
    width: 30%;
    transform: none;
  }

  .hp_desc_section .bg_text p {
    font-size: 100px;
  }

  .sliding-text p,
  .hp_benefits_bg_text_col p {
    font-size: 2rem;
    white-space: normal;
  }

  .sliding-text p {
    margin-bottom: 10vh;
    padding-left: 0;
  }

  .sliding_gallery_inner .panel,
  .sliding_gallery_inner figure {
    flex: 0 0 80%;
    max-width: 80%;
  }

  .facilities_icons .module-fickle .fickle-title {
    font-size: 0.875rem;
  }

  .place-circle__sub-title {
    width: 100%;
    top: auto;
    left: 0;
    bottom: 25%;
    font-size: 9px;
    transform: none;
    text-align: left;
  }

  .by_walk_section .module-text {
    left: 20px;
    top: auto;
    bottom: 10%;
    transform: none;
  }

  .by_car_section {
    padding-left: 0%;
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .by_car_timeline {
    padding-right: 35px;
  }

  .by_car_section .by_car_title h3 {
    font-weight: 400;
  }
  .by_car_section .by_car_title h3,
  .by_car_timeline .module-text p:first-child {
    font-size: 2rem;
  }

  .by_car_timeline .module-text {
    margin-bottom: 3vh;
    padding-bottom: 2vh;
  }

  .by_car_timeline p {
    /* font-size: 11px; */
    max-width: 75px;
    line-height: 1.5em;
  }

  .by_car_section .floating-image.up {
    position: absolute;
    right: 0;
    width: 30%;
    z-index: 9;
  }
  .by_car_title {
    margin-bottom: 30px;
  }

  .hp_map_section iframe {
    min-height: 400px;
  }

  .hp_benefits_section .item_container {
    max-width: 100%;
    width: 100%;
  }

  .hp_benefits_section .module-fickle {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
    padding: 25px 20px;
    transform: none !important;
  }
  .hp_benefits_section .module-fickle:last-child {
    margin-bottom: 0;
  }

  .hp_benefits_bg_text_col {
    top: 5vh;
  }

  .about_slider .module-image {
    width: 100%;
    height: 55vh;
    min-height: 300px;
  }

  .about_slider .content {
    width: 100%;
    height: 35vh;
    min-height: 190px;
    padding: 20px;
  }

  .about_slider {
    height: 90vh;
  }

  .about_slider .slick-arrow {
    width: 50px;
    height: 50px;
    bottom: 20px;
  }

  .about_slider .slick-arrow-right {
    left: calc(4% + 60px);
  }

  .about_slider .content h2 {
    position: relative;
    top: 0;
    transform: none;
    right: auto;
    margin-bottom: 15px;
    font-size: 1rem;
    text-transform: uppercase;
  }

  .about_slider .content p {
    max-width: 100%;
    text-transform: inherit;
  }

  body.apartamente .page-header {
    padding-top: 80px;
  }
  body.apartamente .page-header .page-header-content {
    min-height: 100px;
  }

  .cf_row .container {
    padding-right: 0;
  }

  .cf_row .justify-content-center {
    justify-content: flex-start !important;
  }

  .cf_row .text-right {
    text-align: left !important;
  }

  .cf_row {
    padding: 5vh 0;
    height: auto;
  }
  .cf_row .agent-col {
    margin-bottom: 2rem;
  }
  .cf_row .form-col {
    padding-left: 15px;
  }
  .cf_row .btn-section {
    margin-bottom: 0;
  }
  .hp_header_video .cf_row {
    display: grid;
    grid-template-rows: 1fr auto auto;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    padding: 30px 20px 50px;
    z-index: 99999;
    overflow: auto;
    transform: translateX(100%);
    transition: var(--transition);
    background-color: var(--tertiary-color);
    backdrop-filter: none;
  }
  .hp_header_video .cf_row.active {
    transform: translateX(0);
  }
  .hp_header_video .cf_row .close-cf-row {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    padding: 10px;
    border-radius: 100%;
    margin-bottom: 20px;
    background: #fff;
  }
  .hp_header_video .cf_row .close-cf-row p {
    margin-bottom: 0;
  }

  .about_comfort {
    padding-bottom: 5vh;
  }
  .about_comfort .module-image img {
    width: 100% !important;
    object-fit: contain;
  }

  body.apartamente .page-header .page-header-content .scroll-down {
    display: none;
  }

  .apartment_slider .slick-arrow {
    width: 60px;
    height: 60px;
  }

  .location_header_description {
    padding-left: 0;
  }

  .location_header_description .module-text {
    min-width: 500px;
    gap: 2rem;
  }

  .buildings-row-col {
    grid-template-columns: 1fr 1fr;
  }
  .buildings-row-col .building {
    grid-row: 1/2;
    grid-column: 1/3;
    height: 38vh;
    min-height: 200px;
  }
  .buildings_row .module-fickle .fickle-title a {
    font-size: 14px;
  }
  .buildings_row .module-fickle {
    height: 100%;
    border: 2px solid var(--secondary-color);
  }
  .buildings_row .module-fickle.right {
    border-left: none;
  }
}

@media (max-width: 750px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    width: 100%;
    max-width: 100%;
  }

  body p {
    font-size: 13px;
  }

  /* Meniu */
  #main_menu {
    width: 100%;
  }

  body.header_fixed #main_menu {
    /* top: 60px; */
  }

  .menu-images {
    display: none;
  }

  .apartment_info_form .form-group:not(.item-acceptance).focus label,
  .apartment_info_form .form-group:not(.item-acceptance) label.readonly {
    bottom: auto !important;
    top: 0;
    transform: translateY(-90%) !important;
    left: 0 !important;
  }
  .apartment_info_form .form-group:not(.item-acceptance) label {
    bottom: auto !important;
  }
  .solicita_info_section .agreement-radio {
    padding-right: 20px;
  }

  .apartment_slider_title {
    flex-direction: column-reverse;
    row-gap: 20px;
    margin-bottom: 20px;
  }

  .apartment-info-top .apartment-plan a {
    flex-direction: column-reverse;
    gap: 5px;
    font-size: 0.675rem !important;
  }
  .apartment-info-top .apartment-plan .btn_content {
    width: 18px;
    height: auto;
    background: transparent;
    padding: 0;
  }
  .apartment-info-top .apartment-plan .btn_content svg {
    fill: var(--secondary-color);
  }

  .footer_credits.legal {
    display: flex;
    flex-direction: column;
  }

  /* Cookie Notice */
  #cookie_notice {
    padding: 10px 20px;
  }

  #cookie_notice.active {
    width: 100%;
    bottom: 0;
  }

  .cookie_notice_container {
    flex-direction: column;
  }

  #cookie_notice .cookie_notice_container p,
  #cookie_notice .cookie_notice_container a {
    font-size: 11px;
    line-height: 1.5em;
  }

  #cookie_notice .cookie_notice_container p {
    border-bottom: 1px solid #b3b3b3;
    padding-bottom: 3px;
    margin-bottom: 8px;
  }

  #cookie_notice .cookie_notice_container a {
    border: none;
  }

  #cookie_notice .cookie_notice_container button {
    font-size: 14px;
    margin-left: 0;
  }

  #cookie_notice .cookie_notice_container button svg {
    width: 35px;
    height: 35px;
  }

  /* Homepage */
  .hp_header_slick_slider .title h2,
  .page-description h1 {
    font-size: calc(3vw + 3vh);
  }

  .round_btn,
  .page-header .page-header-content .scroll-down {
    width: 40px;
    height: 40px;
  }

  .page-header .page-header-content .scroll-down {
    padding-left: 0%;
    padding-right: 0;
    margin-bottom: 10px;
    flex-shrink: 0;
  }

  header {
    padding: 0 10px;
  }

  .hp_header_slick_slider .module-image {
    width: 100%;
    height: 55vh;
    min-height: 250px;
  }

  .hp_header_slick_slider .title {
    bottom: 40vh;
  }

  .hp_header_slick_slider .content {
    padding: 20px;
    width: 100%;
    height: 35vh;
    min-height: auto;
  }

  .hp_header_slick_slider .content h2,
  .hp_header_slick_slider .content p {
    font-size: 11px;
  }

  .hp_header_slick_slider .slick-arrow,
  .about_slider .slick-arrow {
    width: 40px;
    height: 40px;
  }

  .about_slider .slick-arrow-right {
    left: calc(4% + 50px);
  }

  .hp_header_slick_slider .slick-arrow,
  .hp_header_slide_number {
    bottom: 20px;
  }

  .hp_header_slick_slider .slick-arrow-left {
    right: calc(100% - 40px - 20px);
  }

  .hp_header_slick_slider .slick-arrow-right {
    right: calc(100% - 40px - 70px);
  }

  .hp_header_slide_number {
    right: 20px;
    font-size: 11px;
  }

  .hp_desc_section .semi_width {
    width: 100%;
  }

  .hp_desc_section .floating-image.up img {
    width: 40%;
  }

  .hp_desc_section .floating-image.down {
    margin-right: 0;
  }

  .sliding_gallery .sliding-text p {
    margin-bottom: 5vh;
  }

  .sliding_gallery_inner .panel,
  .sliding_gallery_inner figure {
    height: 50vh;
    /* margin-bottom: 0; */
  }

  .sliding_gallery_inner .panel img,
  .sliding_gallery_inner figure img {
    height: 100%;
    object-fit: cover;
  }

  .by_walk_section {
    height: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .by_car_section {
    display: grid;
    padding-right: 0;
    grid-template: auto 500px auto / 1fr auto !important;
  }
  .by_car_section .col-lg-4 {
    grid-column: 1/3;
  }
  .by_car_section .floating-image {
    max-width: 200px;
  }
  .by_car_timeline {
    padding-right: 20px;
    grid-column: 1/3;
    /* padding-top: 20vh; */
  }
  .by_car_timeline .module-text p {
    max-width: 100%;
  }
  .by_car_timeline .module-text p:first-child {
    font-size: 1rem;
    font-weight: 400;
  }
  .by_car_section .col-lg-2 {
    grid-column: 1/3;
  }
  .by_car_section .floating-image img {
    margin-top: -5vh;
  }
  .apartment_info_form h2 {
    font-size: 1.5rem;
  }

  .place-circle {
    width: 80vw;
    height: 80vw;
  }

  .place-circle__distance {
    font-size: 70px;
  }

  .place-circle__sub-title {
    width: 100%;
    top: auto;
    left: -5vw;
    bottom: 25%;
    font-size: 9px;
    transform: none;
    text-align: left;
  }

  .by_walk_section .module-text {
    left: 20px;
    top: auto;
    bottom: 10%;
    transform: none;
    max-width: 160px;
  }

  .by_walk_section .module-text p {
    font-size: 17px;
    font-family: var(--font-regular);
    margin-bottom: 0;
  }

  .hp_benefits_section .module-fickle .fickle-header .fickle-title,
  .hp_benefits_section .module-fickle .fickle-content {
    font-size: 11px;
  }

  .hp_benefits_section {
    padding-bottom: 5vh;
    padding-top: 15vh;
  }

  .hp_benefits_section .module-fickle {
    height: 35vh;
  }

  .bg-dark {
    padding: 30px 0 !important;
  }

  .bg-dark .container > .row {
    grid-template-columns: auto 1fr;
    gap: 0 !important;
  }
  .footer_logo img {
    max-width: 100px;
  }

  .bg-dark .col-lg-3 {
    margin-bottom: 0;
  }
  .bg-dark .col-lg-3:nth-child(3) {
    margin-bottom: 0;
    display: grid;
    justify-content: flex-start;
    column-gap: 1rem;
    margin-top: 1.5rem;
    grid-template-rows: 50px 50px;
  }
  .bg-dark .col-lg-3:nth-child(3) .legal-icon:first-child {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .bg-dark .col-lg-3:nth-child(3) .legal-icon:last-child {
    grid-row: 2/2;
    grid-column: 2/3;
  }
  .footer_credits.legal {
    grid-column: 1/2;
    grid-row: 1/3;
  }
  .nav_footer_links {
    grid-column: 1/2;
    grid-row: 2/3;
    justify-content: flex-start;
  }
  /* .bg-dark a {
    color: #000;
  } */
  .footer_contact {
    grid-column: 2/3 !important;
    grid-row: 2/3;
    justify-content: flex-end;
  }
  .footer_contact a {
    flex-direction: row;
    justify-content: flex-start;
  }
  .footer_contact a lord-icon {
    flex-shrink: 0;
  }
  .legal-icon img {
    max-width: 100%;
  }

  .footer_phone_number {
    margin-bottom: 35px;
  }

  .footer_phone_number a {
    font-size: 11px;
  }

  .o1 {
    order: 1;
  }

  .o2 {
    order: 2;
    margin-bottom: 35px;
  }

  .o3 {
    order: 3;
  }

  .o4 {
    order: 4;
  }

  .text-color-small {
    margin-bottom: 50px;
  }

  .footer_info p {
    font-size: 8px;
    line-height: 1.5em;
  }

  .footer_credits p,
  .o2 .main_btn a {
    font-size: 9px;
  }

  /* About Us */
  .page-header-background {
    height: 70%;
  }
  .finisaje_row .description p {
    font-size: 14px;
  }

  .page-header .page-header-content {
    align-items: center;
  }

  .about_desc {
    margin: 8vh 0;
  }

  .about_desc .col-lg-4 {
    padding: 0;
  }

  .about_infrstructure {
    padding-top: 15vh;
  }
  .about_infrstructure .slide_wrapper {
    margin: 5vh 0;
    margin-top: 0;
  }
  .about_infrstructure .section_title h2 {
    padding: 0;
  }

  .about_images_col {
    max-width: 100%;
    width: 100%;
  }
  .about_images_col .floating-el {
    transform: none !important;
  }
  .about_infrstructure .about_images_col:nth-child(1) {
    margin-right: 0;
    margin-top: 0;
  }

  .about_images_col .module-image {
    margin-bottom: 20px;
  }

  .about_infrstructure .about_images_col:nth-child(2) {
    margin-right: 0;
  }

  .about_infrstructure .about_images_col:nth-child(2) .about_images_text {
    margin-bottom: 50px;
    margin-top: 20px;
  }

  .about_infrstructure .about_images_col .about_images_text {
    margin-bottom: 50px;
    margin-right: 0;
  }

  .about_infrstructure .about_images_col .about_images_text p {
    line-height: 1.5em;
  }

  .about_comfort .module-image img {
    position: relative;
    top: 5vh;
  }

  .location_header_image .module-image {
    margin-top: 13vh;
  }

  .location_header_image {
    max-width: 100%;
    height: 50%;
    top: auto;
    bottom: 0;
    z-index: 1;
  }

  .location_header_section {
    flex-direction: column-reverse;
    justify-content: flex-end;
    padding-top: 15vh;
    padding-bottom: 20px;
  }

  .has-scroll-down.left {
    flex-direction: row;
    align-items: flex-end;
    width: 100%;
  }

  .location_header_description {
    margin-left: 0;
    margin-top: 0;
    z-index: 2;
  }

  .location_header_title {
    margin-left: 0;
    z-index: 2;
  }

  .has-scroll-down.left p {
    margin-bottom: 0;
    line-height: 1.5em;
  }

  .has-scroll-down .scroll-down {
    margin-right: 0;
    width: 40px;
    height: 40px;
    min-width: 40px;
    padding: 0;
  }

  .location_transport_section {
    padding-top: 0vh;
    padding-bottom: 0;
  }

  .location_transport_section .description_col .section-desc-xl {
    margin-left: 0;
    margin-bottom: 5vh;
  }

  .finisaje_row.reverse {
    flex-direction: column-reverse;
  }
  .finisaje_row.reverse .description {
    text-align: left;
  }

  .finisaje_image_col {
    height: 30vh;
    min-height: 300px;
    margin-bottom: 2rem;
  }

  .section-desc-xl h2 {
    font-size: 20px;
    line-height: 1.3em;
  }

  .location_transport_section .images_col {
    margin-top: 0;
  }

  .location_transport_section .description_col {
    z-index: 9;
  }

  .location_transport_section .images_col .image_xl {
    width: 70%;
    right: 20px;
  }

  .location_transport_section .images_col .image_sm {
    left: 20px;
    transform: none;
  }

  .location_logo_col {
    width: 60px;
    height: 60px;
  }

  .location_by_walk_section .circle_col .module-code {
    height: 100%;
  }

  .facilities_icons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 3rem;
  }
  .facilities_icons .module-fickle {
    min-width: inherit;
  }

  .location_by_walk_section .circle_col.bg {
    transform: translate(-50%, -50%) scale(2.5);
  }

  .location_by_walk_section .description {
    justify-content: flex-start;
  }

  .location_by_walk_section .circle_col.sm .description {
    flex-direction: row-reverse;
    text-align: left;
  }

  .location_by_walk_section .description svg {
    min-width: 10px;
    max-width: 10px;
    margin-top: 5px;
    margin-left: 0;
    margin-right: 10px !important;
  }

  .location_by_walk_section .description p .number,
  .location_by_car .time_col .number {
    font-size: 40px;
  }
  .location_by_walk_section .description p .action {
    font-size: 8px;
  }

  .location_by_walk_section .description p .destination {
    font-size: 11px;
    max-width: 100px;
    font-family: var(--font-light);
  }

  .location_by_walk_section .circle_col.sm .description,
  .location_by_walk_section .circle_col.md .description,
  .location_by_walk_section .circle_col.xl .description {
    left: 50%;
    right: auto;
    top: 100%;
    transform: translate(0, -16px);
  }

  .location_by_walk_section .description p,
  .location_by_walk_section .description p .destination {
    display: block;
  }

  .location_by_walk_section .description p .number,
  .location_by_walk_section .description p .action {
    display: inline-block;
  }

  .location_by_walk_section .description p .action {
    margin-bottom: 10px;
    margin-left: 5px;
    line-height: 1.2em;
  }

  .location_transport_section .description-sm {
    margin-left: 0;
  }

  .location_transport_section .images_col .image_sm {
    top: 3vh;
  }

  .location_header_description {
    padding-left: 15px;
  }

  .location_header_description .module-text {
    min-width: 300px;
  }

  .location_by_car {
    padding-left: 0;
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .location_by_car .point svg {
    width: 10px;
    max-width: 10px;
  }

  .location_by_car .time_col p {
    flex-direction: column;
  }

  .location_by_car .time_col .desc {
    font-size: 8px;
    max-width: 60px;
    line-height: 1.3em;
  }

  .location_by_car .car_col {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .location_by_car .car img {
    width: 30% !important;
  }

  .location_by_car .desc_col .desc p {
    font-size: 11px;
    font-family: var(--font-regular);
    max-width: 80px;
    margin-bottom: 0;
  }

  .buildings-row-col {
    grid-template-columns: 1fr;
    gap: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .buildings-row-col .building {
    display: none;
  }
  .buildings_row .module-fickle {
    border-radius: 10px !important;
    border: none;
    box-shadow: inset 0px 0px 0px 2px var(--secondary-color);
  }

  .apartments_row {
    margin-bottom: 0 !important;
    padding-top: 5vh;
  }

  .apartments_row .category_title h2 {
    font-size: 20px;
    margin-bottom: 0;
  }

  .apartment_slider .slick-slide {
    margin: 0 10px;
  }

  .apartment_slider .slick-slide img {
    max-width: 80vw;
  }

  .apartment_slider_title h1 {
    margin-bottom: 0;
    font-size: 1.2rem;
    font-weight: 400;
    width: 100%;
  }

  .apartment_slider .slick-slide img {
    height: calc(50vh - 150px);
    min-height: 200px;
  }

  .close_solicita_info {
    margin-bottom: 7vh;
  }

  .no-padding {
    padding: 0;
  }

  .apartment-intro_col {
    border: none;
    justify-content: center;
    padding: 10px 15px;
  }

  body[data-pagetype="apartamente"] .content-wrapper {
    padding-top: 175px;
  }
  .apartment-intro__head {
    margin: 0 15px;
  }
  .apartment-intro__head__center {
    justify-content: flex-start;
    overflow: auto;
    width: 100%;
    gap: 15px;
    /* padding: 15px; */
  }
  .apartment-intro__head__center .back-btn {
    padding: 5px;
    aspect-ratio: 1/1;
    height: auto;
  }
  .apartment-intro__head__center span {
    white-space: nowrap;
  }

  .apartment-intro__head_price {
    grid-row: 2/3;
  }

  .apartment-intro__head__buttons {
    grid-row: 3/4;
    gap: 15px;
    position: fixed;
    justify-content: space-between;
    width: 100%;
    bottom: 0;
    top: auto;
    left: 0;
    height: auto;
    border-top: 1px solid rgba(255, 255, 255, 0.15) !important;
  }

  .apartment-intro__head__buttons .apartment-plan,
  .apartment-intro__head__buttons .share-apartment,
  .apartment-intro__head__buttons .submit_request {
    margin-right: 0;
    min-width: 42px;
  }
  .apartment-intro__head__buttons .submit_request {
    width: 100%;
    justify-content: center;
    font-weight: 400;
    font-size: 0.875rem;
    text-transform: uppercase;
  }

  .share-apartment {
    order: 1;
  }

  .submit_request {
    order: 2;
  }

  .apartment-plan {
    order: 3;
  }

  .solicita_info_section {
    width: 100%;
    min-width: inherit;
    padding: 20px;
    padding-right: 0;
    padding-bottom: 0;
  }
  .solicita_info_section form {
    display: grid;
  }
  .solicita_info_section form .container {
    padding: 0;
    padding-right: 20px;
  }
  .solicita_info_section form .form-group {
    margin-bottom: 2rem;
  }
  .solicita_info_section .btn-section {
    align-self: flex-end;
    margin-bottom: 20px;
  }
  .solicita_info_section .btn-section .btn {
    width: 100%;
  }

  .about_slider {
    height: 70vh;
  }
  .about_slider .module-image {
    height: 55vh;
  }
  .about_slider .content {
    height: 15vh;
    border: none;
    box-shadow: inset 0 0 0 2px var(--secondary-color);
  }

  .contact_details_col {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 2rem 15px;
  }
  .contact_details_col .agent-info {
    margin-bottom: 2rem;
  }
  .contact-location a br {
    display: none;
  }
  .contact-details {
    padding-bottom: 20px;
  }
  .nobileo-logo {
    width: 100%;
    margin-top: 1rem;
    text-align: left;
  }
  .nobileo-logo img {
    max-width: 200px;
  }

  .page-header .page-header-inner > .container > .row {
    height: 50vh;
  }
  .about_comfort .section_title > * {
    font-size: 1.6rem;
  }
  .about_comfort .module-image img {
    width: 70% !important;
  }
  .circle_bg {
    width: 200px;
    height: 200px;
  }

  .buildings_row {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .buildings_row.second {
    margin-bottom: 0;
  }
  .buildings_row.second:after {
    display: none;
  }
  .buildings_row .section-title {
    padding: 0;
    margin-bottom: 4rem;
  }
  .buildings_row .fickle-image {
    display: none;
  }
  .buildings_row .col-lg-6 {
    margin-top: 4rem;
    width: 50%;
    border: 2px solid var(--secondary-color);
  }
  .buildings_row .building-title {
    position: relative;
    left: 20px !important;
    box-shadow: inset 0 0 0 2px var(--secondary-color);
    transform: none;
    margin-bottom: -75px;
    top: 0;
    right: auto;
    display: none;
  }
  .buildings_row .module-fickle .fickle-header {
    opacity: 1;
    pointer-events: all;
    padding: 20px 4vw;
  }
  .buildings_row .module-fickle .fickle-subtitle {
    line-height: 1em;
    margin-top: 10px;
  }
  .buildings_row .module-fickle .fickle-subtitle .fickle-title a {
    text-transform: lowercase;
    font-size: 0.875rem;
    line-height: 1em;
  }
  .buildings_row .fickle-content {
    opacity: 1;
    pointer-events: all;
    padding: 0 4vw 25px;
  }

  .nav-buttons .type,
  .nav-buttons .rooms,
  .nav-buttons {
    gap: 1rem;
  }
  .nav-buttons a {
    padding: 8px 10px;
  }

  .apt_categories_row {
    margin: 5vh 0;
  }
  .apt_categories_row .col-lg-6 {
    padding: 0;
    margin-bottom: 20px !important;
  }
  .apt_categories_row .col-lg-6:last-child {
    margin-bottom: 0 !important;
  }

  .apartment-info-col {
    margin: 15px;
    padding: 20px;
  }
  .apartment-info-bottom-inner .tip-camere,
  .apartment-info-top .apartment-plan a {
    font-size: 0.8rem;
  }

  .apartment_info_form {
    width: auto;
  }

  .contact-location {
    padding-bottom: 20px;
  }

  .footer-logo-nobileo {
    grid-column: 1/2;
  }

  .footer_logo {
    grid-column: 2/3;
  }
}
