@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: 1fr 1fr 1fr;
  }

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

  .apartment-intro__head__center span {
    margin-right: 10px;
  }

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

  .apartment-intro__head__buttons {
    grid-row: 3/4;
    background: #000;
    position: fixed;
    justify-content: space-between;
    width: 100%;
    bottom: 0;
    top: auto;
    left: 0;
    height: 57px;
    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: 990px) {
  .location_by_car {
    margin-top: 10vh;
  }
  .finisaje_row.reverse .description {
    text-align: start;
  }

  .finisaje_row.reverse {
    flex-direction: column-reverse;
  }
  .finisaje_row {
    gap: 30px;
    padding: 0vh calc(4% - 20px);
  }
  #main_menu {
    align-items: flex-start;
  }
  .buildings_row .fickle-image {
    grid-column: 1 / 3;
  }
  .buildings_row .right_col .fickle-image {
    grid-column: 1 / 3;
  }

  .hp_title_col {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 20px;
    width: 100%;
  }

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

  .hp_header_title a {
    display: block;
    text-align: left;
    color: #fff;
    border: 1px solid #fff;
    margin-top: 20px;
    font-family: "QuickSand";
    border-radius: 0;
  }

  .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: 106px; */
    padding: 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: 20px;
  }

  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;
  }

  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: 80px;
  }

  .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: 11px;
  }

  .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%;
    border-radius: 0;
  }

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

  .sliding-text p,
  .hp_benefits_bg_text_col p {
    font-size: calc(4vw + 4vh);
    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%;
  }

  .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: 10vh;
    padding-bottom: 10vh;
  }

  .by_car_timeline {
    padding-right: 35px;
  }

  .by_car_section .by_car_title h3,
  .by_car_timeline .module-text p:first-child {
    font-size: 45px;
    margin-right: 20px;
  }

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

  .by_car_timeline p {
    font-size: 11px;
    max-width: 75px;
  }

  .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 {
    height: 250px;
  }

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

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

  .hp_benefits_bg_text_col {
    top: 10vh;
  }

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

  .about_slider .content {
    width: 100%;
    height: 35vh;
    min-height: 250px;
    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: 11px;
  }

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

  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;
  }

  .about_comfort .module-image img {
    width: 100% !important;
  }

  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;
  }

  /* .location_header_image {
        height: 70%;
    } */
}

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

  body p {
    font-size: 11px;
  }

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

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

  .menu-images {
    display: none;
  }

  /* 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 */
  .about_infrstructure .about_images_col:nth-child(1) {
    margin-right: auto;
    margin-top: auto;
  }
  .bg-dark .container > .row {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .facilities_icons {
    flex-direction: column;
  }
  .logo {
    max-height: 30px;
  }
  .hp_header_slick_slider .title h2,
  .page-description h1 {
    font-size: calc(4vw + 4vh);
  }

  .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;
  }

  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: 10vh;
  }

  .sliding_gallery_inner .panel,
  .sliding_gallery_inner figure {
    height: 50vh;
  }

  .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;
  }

  .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;
  }

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

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

  .footer_phone_number {
    margin-bottom: 35px;
  }

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

  .footer_details_col {
    margin-bottom: 10px;
  }

  .footer_sales_office p {
    margin-bottom: 0;
  }

  .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: 75%;
  }

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

  .about_desc {
    margin: 8vh 0;
  }

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

  .about_infrstructure .slide_wrapper {
    margin: 10vh 0;
  }

  .about_images_col {
    max-width: 100%;
  }

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

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

  .about_infrstructure .about_images_col .about_images_text {
    margin-bottom: 50px;
    margin-top: 20px;
  }

  .about_infrstructure {
    padding: 10vh 0;
  }

  /* .about_infrstructure .about_images_col .about_images_text {
    margin-top: 50px;
    margin-bottom: 20px;
    margin-right: 0;
  } */

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

  .about_comfort .module-image img {
    position: relative;
    top: 5vh;
    /* max-width: 200px; */
  }

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

  .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-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: 10vh;
  }

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

  .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%;
  }

  /* .location_by_walk_section .circle_col.sm {
        width: 45%;
        min-width: 190px;
    }

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

    .location_by_walk_section .circle_col.md {
        width: 100%;
        min-width: 420px;
    } */

  .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;
  }

  .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;
  }

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

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

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

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

  .apartment_slider_title {
    transform: translate(-50%, 50%);
  }

  .apartment_slider_title h1 {
    margin-bottom: 0;
    font-size: calc(3vh + 3vw);
    font-weight: 400;
  }

  .apartment_slider .slick-slide img {
    height: calc(65vh - 190px);
  }

  .no-padding {
    padding: 0;
  }

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

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

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

  .apartment-intro__head__center span {
    margin-right: 10px;
  }

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

  .apartment-intro__head__buttons {
    grid-row: 3/4;
    background: #000;
    position: fixed;
    justify-content: space-between;
    width: 100%;
    bottom: 0;
    top: auto;
    left: 0;
    height: 57px;
    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;
  }

  .apt_categories_row .module-fickle img {
    max-height: 100%;
  }

  .apt_categories_row {
    gap: 30px;
  }

  body[data-pagetype="apartamente"] {
    background-color: #000;
  }
}
