/* 0000px - INTERMEDIARY */

@media (max-width: 00em) {
  /*******************************/
  /*           GENERAL           */
  /*******************************/
}

/* 1320px - INTERMEDIARY */

@media (max-width: 82.5em) {
  :root {
    --SIDE-MARGIN: 2.5rem;
  }

  /*** PHOTO GALLERY SECTION ***/

  .obj-gallery-previews {
    width: 24.75rem;
  }

  .card-image {
    width: 12.05rem;
  }

  /*** BROKER PAGE ***/

  #broker-filters .broker-filters-container > .flex-col:nth-child(7) {
    display: none;
  }

  /*** BROKERS SECTION ***/

  .team-grid {
    grid-template-columns: 1fr 1fr 1fr;
    width: 58rem;
    margin: 0 auto;
  }

  .team-card {
    width: 18rem;
  }

  /*** BROKER INFO SECTION ***/

  .obj-right-block {
    width: 25rem;
  }

  .obj-broker-offset {
    width: 2rem;
  }

  #sticky_broker_container {
    width: unset;
  }

  /*** SERVICES SECTION ***/

  .service-content {
    width: 70rem;
  }

  .service-info {
    width: 30rem;
  }
}

/* 1236px - INTERMEDIARY */

@media (max-width: 77.25em) {
  /*** CAREER SECTION ***/
  .career-image {
    width: 100%;
    height: 25rem;
  }

  .search_container {
    top: 60px;
  }
}

/* 1200px - INTERMEDIARY */

@media (max-width: 75em) {
  /*** MENU SECTION ***/

  .menu-list {
    gap: 1.5rem;
  }

  /*** PHOTO GALLERY SECTION ***/
  .obj-gallery-previews {
    width: 19.5rem;
  }

  .card-image {
    width: 9.5rem;
    height: 8rem;
  }

  /*** FEATURES SECTION ***/

  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  /*** BROKER PAGE ***/

  #broker-filters .broker-filters-container > .flex-col:nth-child(5),
  #broker-filters .broker-filters-container > .flex-col:nth-child(6) {
    display: none;
  }

  /*** BROKER INFO SECTION ***/

  .obj-right-block {
    width: 20rem;
  }

  .obj-broker-big {
    width: 18.5rem;
  }

  .obj-broker-offset {
    width: 1.5rem;
  }

  /*** SERVICES SECTION ***/

  .service-content {
    width: 60rem;
  }

  .service-image {
    max-width: 30rem;
    height: 30rem;
  }

  .service-info {
    width: 25rem;
  }

  .filter-section-container .filter-wrapped-links {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* 1056px - INTERMEDIARY */

@media (max-width: 66em) {
  /*** BROKER PAGE ***/

  #broker-filters {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25rem;
  }

  .filter-section-container,
  .filter-section-container .object-search-btns-box {
    gap: 0.5rem;
  }
}

/* 1040px - INTERMEDIARY */

@media (max-width: 65em) {
  /*** MENU SECTION ***/

  .menu-list {
    gap: 1rem;
  }

  /*** PHOTO GALLERY SECTION ***/
  .obj-gallery-previews {
    width: 16.5rem;
  }

  .card-image {
    width: 8rem;
    height: 7rem;
  }

  /*** SEARCH FILTER SECTION ***/

  .hidden-mobile-filter {
    display: none;
  }

  .select-small {
    flex: none !important;
  }

  .object-search-btns-box {
    flex: 1;
  }

  #broker-filters .object-search-btns-box {
    max-width: unset;
    width: unset;
    justify-content: flex-start !important;
  }

  #middle-broker-filters .object-search-btns-box {
    max-width: unset;
    width: unset;
    justify-content: flex-start !important;
  }
  /*** BROKERS SECTION ***/

  .broker-container {
    gap: 3rem;
  }

  .broker-container picture {
    min-width: 20rem;
  }

  .broker-image {
    width: 20rem;
    height: 25rem;
  }

  .team-grid {
    grid-template-columns: 1fr 1fr;
    width: 39rem;
  }

  .team-card {
    width: 18.5rem;
  }

  /*** BROKER INFO SECTION ***/

  .obj-right-block {
    width: 17rem;
  }

  .obj-broker-big {
    width: 16rem;
  }

  .obj-broker-offset {
    width: 1rem;
  }

  .offer-price-form,
  .offer-price-subform {
    width: 19rem;
  }

  /*** NEWS SECTION ***/

  .blog-post-grid {
    grid-template-columns: 1fr 1fr;
    column-gap: 2rem;
    row-gap: 3rem;
  }

  /*** SERVICE SECTION ***/

  .service-content {
    width: 100%;
    gap: 4rem;
  }

  .service-image {
    max-width: unset;
    height: 20.75rem;
  }

  .service-info {
    width: 37rem;
    margin: 0 auto;
  }
}

/* 930px - OFFER PROGRESS STEPS */

@media (max-width: 58.125em) {
  /*** MOBILE MENU ***/
  .upper-menu-container,
  .lower-menu-container {
    display: none;
  }

  .nav-wrapper {
    display: flex;
  }

  #mobile-nav-search-form {
    width: 100%;
  }

  .step-count-container {
    gap: 1rem;
    align-items: flex-start;
  }
  .progress-step {
    flex-direction: column;
    width: 6rem;
    text-align: center;
  }

  .search_container {
    top: 50px;
    width: 306px;
    right: 50%;
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
  }

  /*** SEARCH FILTER SECTION ***/

  .section-object-filter {
    padding: 0.75rem 0;
  }

  /*** FOOTER SECTION ***/

  footer {
    gap: 3.5rem;
    padding: 4rem 0 3rem;
    margin: 0 var(--SIDE-MARGIN);
  }

  .footer-newsletter-container {
    flex-direction: column;
    gap: 1.5rem;
  }

  .footer-newsletter-form {
    width: 100%;
    justify-content: space-between;
  }

  .footer-newsletter-form sl-input {
    flex: 1;
  }

  .footer-menu {
    gap: 2rem;
  }

  .footer-menu > li:nth-child(3) {
    display: list-item;
  }

  .footer-menu > li:nth-child(7) {
    display: none;
  }

  /*** BROKERS SECTION ***/

  .team-grid {
    grid-template-columns: 1fr;
    max-width: 25rem;
    width: 100%;
  }

  .team-card {
    max-width: 25rem;
    width: 100%;
  }

  .hidden-broker-section {
    display: none !important;
  }

  /*** BROKER INFO SECTION ***/

  .obj-right-block {
    display: none;
  }

  .obj-broker-big {
    width: 20rem;
  }

  .offer-price-form,
  .offer-price-subform {
    width: 25rem;
  }

  /*** BANK LINKS SECTION ***/

  .btn-bank-link {
    width: 15rem;
  }

  /*** PHOTO GALLERY SECTION ***/

  .obj-bottom-block {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: stretch;
    gap: 0.5rem;
    width: 100%;
  }

  .obj-gallery-div {
    margin: 0;
  }

  .obj-gallery-box {
    flex-direction: column;
  }

  .card-image {
    width: 6.75rem;
    height: 6.25rem;
  }

  .obj-gallery-previews {
    gap: 0;
    justify-content: space-evenly;
    width: 100%;
  }
}

/* 834px - TABLET BY DESIGN */

@media (max-width: 52.125em) {
  /*** HERO SECTION ***/

  .section-hero {
    padding: 1.5rem 1rem 0 1rem;
  }

  .hero-container {
    padding: 5rem 4rem;
  }

  .hero-information {
    gap: 1.75rem;
  }

  /*** NEW ADS SECTON ***/

  .section-new-ads,
  .section-blog-other {
    padding: 4rem 0;
  }

  /*** MARKETING SECTION ***/

  .section-marketing {
    padding: 0 1.25rem 0 1.25rem;
  }

  .marketing-container {
    padding: 0 2.5rem;
  }

  .marketing-content {
    padding: 2.5rem;
    width: 30rem;
  }

  /*** MARKETING SECTION 2 ***/

  .section-marketing.s-m--2 {
    padding: 0 1rem 3rem 1rem;
  }

  /*** FEATURES SECTION ***/

  .partners-row {
    column-gap: 2.5rem;
  }

  /*** SERVICE HEADER SECTION ***/

  .section-service-header {
    padding: 5rem 0 4.5rem 0;
  }

  .service-header-content {
    gap: 1.5rem;
  }

  /*** BROKERS SECTION ***/

  .broker-container {
    gap: 3rem;
  }

  /*** BROKER INFO SECTION ***/

  .offer-price-form,
  .offer-price-subform {
    width: 20rem;
  }

  /*** PHOTO GALLERY SECTION ***/

  .card-image {
    width: 6.25rem;
    height: 5.5rem;
  }
}

/* 800px - INTERMEDIARY */

@media (max-width: 50em) {
  /*** SEARCH FILTER SECTION ***/

  .object-search-btns-box .btn-primary {
    width: auto;
  }

  /*** PHOTO GALLERY SECTION ***/

  .card-image {
    width: 6rem;
    height: 5.25rem;
  }

  .searches-flex {
    width: 100%;
  }
}

/* 748px - INTERMEDIARY */

@media (max-width: 46.75em) {
  /*** BREADCRUMBS ROW ***/

  .section-obj-view {
    padding-top: 3rem;
  }

  .obj-gallery-container {
    margin: 0;
    gap: 1.5rem;
  }

  .breadcrumb-actions {
    min-width: 6rem;
  }

  .obj-gallery-box {
    margin: 0 auto;
  }

  .nav-wrapper {
    padding: 0.5rem 1.5rem;
  }

  .obj-mobile-centered {
    justify-content: flex-start;
  }

  .obj-breadcrumbs {
    width: 95%;
    margin: 0 auto;
    flex-wrap: wrap;
  }

  .back-link-box {
    width: 95%;
    margin: 0 auto;
  }

  /*** SEARCH FILTER SECTION ***/

  .section-object-filter {
    padding: 0.25rem 0;
  }

  .hidden-desktop-section {
    display: flex !important;
  }

  .hidden-tablet-section,
  .hidden-tablet-mobile-section {
    display: none !important;
  }

  .container-object-filter > *:not(:last-child) {
    flex: none !important;
  }

  .sorting-container {
    justify-content: center;
  }

  .container-heading {
    gap: 0.75rem;
  }

  #sort-select {
    display: none;
  }

  /*** CONTAINER HEADER ***/

  .container-header {
    width: 35.75rem;
  }

  /*** HERO SECTION ***/

  .hero-search-row sl-select {
    flex: 1;
  }

  .hero-main-search-form-col:nth-child(2) {
    display: none;
  }

  /*** NEW ADS SECTION ***/

  .mobile-pagination {
    display: block;
  }

  .carousel-navigation {
    display: none;
  }

  /*** FEATURES SECTION ***/

  .features-grid {
    grid-template-columns: 1fr;
  }

  /*** FOOTER SECTION ***/

  .footer-menu-container {
    flex-direction: column;
    gap: 3rem;
  }

  .footer-menu > li:nth-child(2) {
    display: list-item;
  }

  .footer-menu > li:nth-child(5) {
    display: none;
  }

  /*** FAQ SECTION ***/

  .faq-ask-question {
    width: 100%;
  }

  /*** BROKER PAGE ***/

  .broker-container {
    margin: 0 5rem;
    gap: 2rem;
  }

  .broker-container picture {
    min-width: 15rem;
  }

  .broker-image {
    width: 15rem;
    height: 18rem;
  }

  /*** BROKER INFO SECTION ***/

  .offer-price-form {
    width: 21rem;
    margin-bottom: 1rem;
  }

  .offer-price-subform,
  .obj-broker-big {
    width: 21rem;
  }

  /*** PHOTO GALLERY SECTION ***/

  .photos-count-label {
    display: none;
  }
}

/* 712px - INTERMEDIARY */

@media (max-width: 44.5em) {
  .new-ad-card,
  .blog-other-card {
    width: 100%;
  }

  .new-ad-card-image,
  .blog-other-card-image {
    height: 18rem;
  }

  /*** NEWS SECTION ***/

  .blog-post-grid {
    grid-template-columns: 1fr;
    align-items: center;
    max-width: 24rem;
    margin: 0 auto;
  }

  .blog-post-card {
    height: auto;
  }
}

/* 640px - INTERMEDIARY */

@media (max-width: 40em) {
  /*** OFFER/CALCULATOR SECTION ***/

  .calculator-form {
    width: 100%;
  }

  /*** CONTAINER HEADER ***/

  .container-header {
    width: 25rem;
  }

  /*** PROGRESS STEPS SECTION ***/

  .step-count-container {
    gap: 0;
    justify-content: space-evenly;
  }

  .progress-step {
    width: 2.5rem;
  }

  .progress-step p {
    display: none;
  }

  /*** HERO SECTION ***/

  .section-hero {
    padding: 1rem 0.5rem 0 0.5rem;
  }

  .hero-container {
    padding: 3.5rem 1rem;
  }

  .hero-information {
    text-align: center;
    width: 100%;
  }

  .hero-stats-container {
    gap: 1.5rem;
    justify-content: center;
    width: 100%;
  }

  .hero-stat-box {
    align-items: center;
    max-width: min-content;
  }

  .hero-stat-box span {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
  }

  .hero-main-search {
    padding: 1.5rem 1.25rem;
  }

  .hero-main-search-submit-row {
    flex-direction: column;
  }

  .hero-main-search-submit-row .btn-primary {
    width: 100%;
  }

  .hero-secondary-search {
    padding: 1.25rem;
    gap: 1rem;
  }

  .hero-secondary-search .link-m:first-child span {
    display: none;
  }

  /*** PHOTO GALLERY SECTION ***/

  .obj-bottom-block > .obj-gallery-previews > .card-image:nth-child(5) {
    display: none;
  }

  /*** BANK LINKS SECTION ***/

  .btn-bank-link {
    width: 13.75rem;
    height: 4.5rem;
  }

  /*** BROKER PAGE ***/

  .broker-container {
    margin: 0 var(--SIDE-MARGIN);
    gap: 1rem;
  }

  .contact-container {
    flex-direction: column-reverse;
    gap: 3.5rem;
  }
}

/* 536px - INTERMEDIARY */

@media (max-width: 33.5em) {
  /*** FOOTER SECTION ***/

  .footer-copyright-container {
    flex-direction: column;
    gap: 1rem;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-menu {
    justify-content: space-between;
  }

  .footer-menu > li {
    width: 156px;
  }

  .footer-newsletter-section {
    width: 100%;
  }

  .footer-newsletter-form {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
  }

  #subscribe_email,
  #subscribe_btn {
    width: 100%;
  }

  /*** PHOTO GALLERY SECTION ***/

  .card-image {
    width: 5rem;
    height: 4rem;
  }

  .photos-count {
    font-size: 1.75rem;
    line-height: 2rem;
  }

  /*** BROKER PAGE ***/

  .broker-container {
    flex-direction: column;
  }

  .broker-container picture {
    min-width: unset;
    width: 100%;
  }

  .broker-image {
    width: 100%;
    height: auto;
  }

  /*** BROKER INFO SECTION ***/

  .offer-price-form,
  .offer-price-subform,
  .obj-broker-big {
    width: 20rem;
  }

  /*** BANK LINKS SECTION ***/

  #loan_calculators .obj-desc-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .btn-bank-link {
    width: unset;
  }

  .banks {
    gap: 0.5rem !important;
  }

  .last-bank-link {
    width: 100%;
  }
}

/* 440px - INTERMEDIARY */

@media (max-width: 27.5em) {
  :root {
    --SIDE-MARGIN: 1.25rem;
  }

  #mobileMenu {
    width: 100%;
  }

  #advanced_select2_parent .select2-container {
    max-width: unset;
  }

  .hidden-desktop-tablet-section,
  .hidden-tablet-section {
    display: flex !important;
  }

  .hidden-desktop-tablet-input,
  .section-team.hidden-desktop-tablet-section {
    display: block !important;
  }

  .hidden-mobile-section,
  .hidden-mobile-input {
    display: none !important;
  }

  .heading-quinary {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 2rem;
    letter-spacing: 0.02em;
  }

  .career-content .heading-quinary {
    font-weight: 500;
  }

  .section-team .heading-tertiary {
    text-align: left;
  }

  .section-team .container-team {
    gap: 2rem;
  }

  .team-image {
    height: 18.75rem;
  }

  #sticky-badges-block {
    display: block !important;
    max-width: 20rem;
  }

  #mobile_infrastructure {
    padding: 0.5rem 0;
  }

  #mobile_infrastructure.hidden-desktop-tablet-section {
    display: block !important;
  }

  #mobile_infrastructure .btn-scroll {
    max-width: 10rem;
  }

  .logo {
    height: 1.875rem;
  }

  .section-obj-view {
    padding-top: 0;
  }

  .section-header {
    padding: 3rem 0;
  }

  .container-header {
    gap: 1.25rem;
  }

  .container-calculator {
    gap: 3.25rem;
  }

  .container-offer .step-count-container {
    padding: 1.25rem 0;
  }

  .container-calculator .step-count-container {
    padding: 1.25rem 2rem;
  }

  .container-offer {
    gap: 4.5rem;
  }

  .container-object-filter {
    justify-content: center;
    gap: 0.25rem;
    align-items: center;
  }

  .mob-gap-1 {
    gap: 1rem;
  }

  .sort-button {
    max-width: 13rem;
  }

  .new-ad-card,
  .blog-other-card {
    margin-right: 0;
  }

  .new-ad-card-image {
    height: 15rem;
  }

  .blog-other-card-image {
    height: 17.5rem;
  }

  .object-title {
    font-size: 1rem;
    line-height: 1.5rem;
    min-height: unset;
  }

  .form-step {
    gap: 3rem;
  }

  .section-calculator {
    padding-bottom: 5.5rem;
  }

  .section-objects {
    padding-top: 3.5rem;
  }

  .section-image {
    margin: 0 0.5rem;
  }

  .brokerage-content {
    padding: 0 1.25rem;
  }

  .brokerage-image {
    height: 20.75rem;
    border-radius: 0.5rem;
  }

  .section-brokerage-content {
    padding: 5rem 0;
  }

  .faq-ask-question .btn-primary {
    width: 100%;
  }

  .section-blog-other {
    padding: 5rem 0;
  }

  .section-blog {
    margin-top: 1.25rem;
  }

  .blog-post-image {
    height: 18.5 rem;
  }

  .vision-info {
    flex-direction: column;
    gap: 2rem;
  }

  .company-stats-container {
    flex-direction: column;
    gap: 3rem;
  }

  .company-stats-image {
    height: 20rem;
  }

  .company-stats-content {
    gap: 2rem;
    justify-content: center;
    padding: 0 1.25rem;
    max-height: none;
    text-align: center;
  }

  .company-stats-content p {
    min-height: unset;
  }

  .company-stats-experience {
    flex-direction: column;
    gap: 2rem;
  }

  .company-stats-numbers {
    gap: 2rem;
  }

  .about-us-container .container-team {
    text-align: left;
    gap: 2rem;
  }

  .team-grid {
    row-gap: 3rem;
  }

  .objects-grid,
  .offers-grid,
  .searches-grid {
    row-gap: 1.25rem;
  }

  .textarea-default::part(textarea) {
    min-height: 8rem;
  }

  .offer-button-box,
  .offer-button-box .btn-secondary-l,
  .new-ads-container .btn-secondary-l,
  .section-service .btn-secondary-l,
  .section-blog-other .btn-secondary-m {
    width: 100%;
  }

  .container-objects,
  .container-object {
    > .results {
      width: 100%;
      margin-top: 0.5rem;
    }
  }

  .container-searches {
    gap: 0.75rem;
  }

  .show-more-btn {
    width: 100%;
  }

  .content-not-found {
    padding: 4rem 0 5rem;
  }

  .not-found-help {
    width: 100%;
  }

  .heading-content-404 {
    gap: 1.5rem;
  }

  #btn-badges {
    gap: 0.5rem;
  }

  .div-link {
    width: 1.25rem;
  }

  .div-link span {
    display: none;
  }

  .search-row {
    gap: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .search-row:last-of-type {
    padding-bottom: 0rem;
  }

  .search-items-row {
    row-gap: 0.25rem;
    column-gap: 0.5rem;
  }

  .search-items-row .body-m-regular,
  .new-ad-details .body-m-regular,
  .obj-price-row .body-m-regular,
  #map_pointer .body-m-regular,
  .text-s-regular,
  #sort-link-select::part(display-input) {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
  }

  .saved-search-name,
  .obj-price-row .body-l-regular,
  .section-blog-other .btn-secondary-m {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
  }

  #all_filters_button,
  #sort-prefix-span,
  .section-service .btn-secondary-l {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600;
  }

  .section-service .btn-secondary-l {
    height: 2.5rem;
  }

  #all_filters_button {
    gap: 0.5rem;
  }

  .obj-details-flex {
    gap: 2.5rem;
  }

  .obj-price-details-flex {
    gap: 1.5rem;
  }

  .obj-full-title {
    margin-top: -0.75rem;
  }

  .obj-descriptions {
    gap: 1.5rem;
  }

  .obj-desc-lists {
    flex-direction: column;
    flex-wrap: unset;
  }

  .obj-desc-items a {
    width: 100%;
    text-align: center;
  }

  #loan_calculators .obj-desc-items {
    flex-direction: row;
  }

  #map_pointer .obj-desc-items {
    flex-direction: column;
    flex-wrap: unset;
    gap: 1.5rem;
  }

  .obj-list-col {
    gap: 0.5rem;
  }

  #object_props .obj-list-col {
    gap: 0;
  }

  .li-dot {
    font-size: 0.625rem;
    margin-left: 0.275rem;
  }

  .param-pair {
    width: 100%;
    gap: 0.75rem;
  }

  .gap-4-percent {
    gap: 0.75rem;
  }

  #map_pointer .body-m-medium {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600;
  }

  #about_object .link-m,
  #object_props .link-m {
    justify-content: flex-start;
  }

  sl-divider.search-items-divider {
    height: 1.25rem;
  }

  .searches-flex {
    gap: 0.5rem;
  }

  #saved_searches_flex {
    margin-top: 0;
    gap: 0.5rem;
  }

  #show_all_saved_searches {
    margin-top: 0.75rem;
  }

  #show_all_saved_searches.saved-searches-container {
    margin-top: 0;
    gap: 5.5rem;
  }

  .clients-container {
    gap: 2rem;
  }

  .obj-breadcrumbs.hidden-desktop-tablet-section {
    width: 100%;
    margin-bottom: 1.25rem;
    padding: 0.6rem 1.5rem;
    background-color: var(--GRAY-50);
    border-bottom: 1px solid var(--GRAY-300);
    justify-content: space-between !important;
  }

  .obj-breadcrumbs-short {
    width: unset;
    margin-left: 1.5rem;
  }

  .obj-breadcrumbs-short > .breadcrumb-actions {
    display: none;
  }

  .obj-gallery-container {
    gap: 1.25rem;
  }

  #obj-gallery,
  .c_image {
    height: 16.25rem !important;
  }

  .c_image {
    border-radius: 0.5rem;
  }

  #obj-gallery::part(base) {
    gap: var(--SIDE-MARGIN);
  }

  #obj-gallery sl-carousel-item {
    height: 16rem;
  }

  .obj-price-row {
    gap: 1rem;
  }

  .obj-title {
    font-size: clamp(1.625rem, 1.5417rem + 0.3704vw, 1.875rem);
    /* 26px - 30px */
    font-weight: 500;
    line-height: clamp(1.875rem, 1.7708rem + 0.463vw, 2.1875rem);
    /* 30px - 35px */
    letter-spacing: 0.02em;
    color: var(--GRAY-900);
  }

  .object-footer-actions .hidden-mobile-section {
    display: flex !important;
  }

  .section-contact {
    padding: 2.5rem 0 4rem;
  }

  .contact-info {
    gap: 3rem;
  }

  .contact-info-box {
    gap: 1.25rem;
  }

  .section-404 {
    padding: 6rem 0 2.5rem;
  }

  .container-404 {
    max-width: unset;
    flex-direction: column-reverse;
    padding: 0;
    gap: 3.5rem;
  }

  .button-404,
  .button-404 a {
    width: 100%;
  }

  .image-404 {
    height: 20.75rem;
  }

  .more-info {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .flex-1.mb-2 {
    display: block !important;
  }

  .container-obj-main-details {
    gap: 2.5rem;
    padding: 1.5rem 0 5rem;
  }

  .form-step-last {
    gap: 4.5rem;
  }

  .client-card-header .favourite-btn {
    width: 1.5rem;
    height: 1.5rem;
  }

  .blog-post-grid {
    gap: 2.25rem;
  }

  /*** SERVICE SECTION  ***/

  .service-image {
    height: 20rem;
  }

  /*** SERVICE HEADER SECTION ***/

  .section-service-header,
  .section-header,
  .section-blog-header {
    padding: 3.5rem 0 2.5rem;
  }

  .service-header-content {
    gap: 1.25rem;
  }

  .scroll-buttons {
    margin-top: 0.75rem;
  }

  /*** CAREER SECTION ***/

  .section-career {
    padding: 5.5rem 0;
  }

  .career-content-container {
    padding: 0 1rem;
  }

  .career-container .career-content-container {
    padding: 0;
  }

  .career-content {
    padding-bottom: 1.75rem;
    gap: 2rem;
  }

  .career-image-section {
    margin-bottom: 2.5rem;
  }

  .career-image {
    display: none;
  }

  .career-form-attachments .btn-secondary-m {
    width: 100%;
  }

  .job-content.closed {
    max-height: 16.5rem;
  }

  /*** NEW ADS SECTON ***/

  .narrow-subtitle {
    padding: 0 2rem;
  }

  .section-new-ads {
    background-color: var(--GRAY-100);
    padding: 5.5rem 0;
  }

  .new-ads-container,
  .blog-container {
    gap: 2rem;
  }

  /*** SERVICES SECTION ***/

  .section-services {
    padding: 5rem 0;
  }

  .services-container {
    gap: 2rem;
  }

  .section-service {
    padding: 3rem 0;
  }

  .service-content {
    gap: 3.5rem;
  }

  .service-card {
    height: 26.25rem;
    width: 95%;
  }

  .section-faq {
    padding: 5.5rem 0rem;
  }

  .faq-content {
    gap: 0.5rem;
  }

  .faq-questions {
    sl-details {
      padding: 2rem 0;
      min-height: unset;
    }
  }

  .service-main .section-header {
    padding: 3.5rem 0 2.5rem;
  }

  /*** ADVANCED SEARCH MODAL SECTION ***/

  #advanced-search-full-form {
    padding-top: 1rem;
    border: 1px solid var(--GRAY-300);
    background-color: var(--GRAY-50);
  }

  .advancedSearch-filters {
    height: calc(100vh - 17.5rem);
    overflow-y: auto;
    padding-bottom: 1rem;
  }

  .advancedSearch-submit {
    background-color: var(--WHITE-1);
    position: fixed;
    bottom: 0;
    width: 100%;
  }

  .advancedSearch-filters {
    grid-template-columns: 1fr;
  }

  /*** OFFER/CALCULATOR SECTION ***/

  .form-step .button-box {
    flex-direction: column;
  }

  .form-step button {
    width: 100%;
  }

  /*** MARKETING SECTION ***/

  .section-marketing {
    padding: 0 0.5rem 0 0.5rem;
  }

  .marketing-container {
    padding: 2.5rem 1rem;
    align-items: flex-end;
    height: 40rem;
  }

  .marketing-content {
    padding: 2rem 1.5rem;
    gap: 1.25rem;
  }

  .marketing-content .btn-primary {
    align-self: stretch;
  }

  .section-marketing .body-l-regular {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
  }

  .section-marketing.s-m--2 {
    padding: 0 0.5rem 2.5rem 0.5rem;
  }

  /*** FEATURES SECTION ***/

  .section-features {
    padding: 5.5rem 0;
  }

  .features-container {
    gap: 2rem;
  }

  .features-grid {
    gap: 1rem;
  }

  .feature-card {
    padding: 1.75rem 1.5rem;
  }

  .partners-container {
    gap: 1.5rem;
    padding: 2.5rem 1.5rem;
  }

  .partners-container .text-m-regular {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 500;
  }

  .partners-row {
    column-gap: 2rem;
    width: 17rem;
    margin: 0 auto;
  }

  .partners-row svg {
    width: auto;
  }

  .partners-row .seb {
    max-height: 1.5625rem;
  }

  .partners-row .luminor,
  .partners-row .artea {
    max-height: 1.375rem;
  }

  .partners-row .lku,
  .partners-row .swedbank {
    max-height: 2rem;
  }

  #partners_toggle_list .searches-flex {
    margin-top: unset;
  }

  .header-menu-list-drop {
    right: -6rem;
    left: unset;
  }

  /*** PHOTO GALLERY SECTION ***/

  .obj-bottom-block {
    margin-top: -0.75rem;
    padding: 0 var(--SIDE-MARGIN);
  }

  .obj-gallery-previews {
    justify-content: space-between;
  }

  .card-image {
    width: 3.75rem;
    height: 3.75rem;
  }

  /*** BROKER INFO SECTION ***/

  .section-broker {
    padding: 3.5rem 0;
  }

  .broker-container {
    gap: 1.5rem;
  }

  .broker-container picture img {
    height: 18rem;
  }

  .broker-ads-container {
    text-align: center;
  }

  .broker-ads-filter-container {
    padding: 0;
  }

  .mobile-results-subheading {
    margin-bottom: 2rem;
  }

  #offer-price-form,
  .offer-price-form,
  .offer-price-subform,
  .obj-broker-big {
    width: 100%;
  }

  .offer-price-form {
    gap: 1rem;
    margin-bottom: 2rem;
  }

  #offer_price {
    gap: 1.5rem;
  }

  .obj-broker-avatar::part(base),
  .obj-broker-avatar::part(image) {
    width: 3.5rem;
    height: 3.5rem;
  }

  .broker-name {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 600;
  }

  .obj-broker-big {
    gap: 1rem;
  }

  /*** BANK LINKS SECTION ***/

  .last-bank-link {
    width: 100%rem;
  }

  /*** HERO SECTION ***/

  .section-hero {
    padding: 0;
  }

  .hero-container {
    border-radius: 0;
  }

  .hero-content.container {
    margin: 0 0.25rem !important;
    gap: 2.5rem;
  }

  .hero-main-search-submit-row .filter-wrapped-links {
    column-gap: 2rem;
  }

  .hero-secondary-search {
    margin: 0 -1.25rem;
    justify-content: space-evenly;
  }

  .hero-main-search {
    padding-bottom: 0;
  }

  .hero-information {
    gap: 1.5rem;
    max-width: 15rem;
    margin: 0 auto;
  }

  .saved_searches_popup {
    margin: -1.5rem 0 1.5rem;
  }

  .swiper-wrapper .new-ad-card,
  .swiper-wrapper .blog-other-card {
    width: 95%;
  }

  .clients-look-card {
    width: 95%;
  }

  .container-header p,
  #partners_toggle_list p {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
  }

  /*** FOOTER SECTION ***/

  footer {
    margin: 0;
  }

  .footer-newsletter-container,
  .footer-menu-container,
  .footer-copyright-container {
    margin: 0 var(--SIDE-MARGIN);
  }

  .footer-newsletter-container {
    gap: 2rem;
  }

  .footer-menu-container {
    gap: 4.5rem;
  }

  .footer-menu {
    gap: 1rem;
  }

  .footer-menu > li {
    width: 9.375rem;
    margin-bottom: 1.25rem;
  }

  .uk-lightbox-items > .uk-active {
    background-color: var(--BLACK-999);
  }

  /*** CLIENTS LOOK SECTION ***/

  .section-clients-look {
    padding: 5.5rem 0;
  }
}

/* 360px - MOBILE BY DESIGN */

@media (max-width: 22.5em) {
  :root {
    --SIDE-MARGIN: 1.25rem;
  }
}

/* 35...px - MOBILE BY DESIGN */

@media (max-width: 20.85em) {
  /*** PHOTO GALLERY SECTION ***/

  .obj-bottom-block > .obj-gallery-previews > .card-image:nth-child(4) {
    display: none;
  }
}
