/*section header*/
/*section header*/
/*section header*/
/*section header*/

.header-main-text .tagline {
    font-style: normal;
    font-weight: 900;
    text-transform: uppercase;
    color: #FFFFFF;
  }
  
  .header-main-text .region {
    font-style: normal;
    font-weight: 900;
    text-transform: uppercase;
    color: #FFFFFF;
  }
  
  .header-main-text .tagline_under {
    font-family: 'Gloria Hallelujah';
    font-style: normal;
    font-weight: normal;
    color: #FFFFFF;
  }
  
  .header-main-text .start_offer {
    font-family: 'Lato';
    font-style: normal;
    font-weight: normal;
    color: #FFFFFF;
  }
  
  .header-main-text .start_offer_under {
    font-family: 'Lato';
    font-style: normal;
    font-weight: normal;
    color: #FFFFFF;
  }
  
  .header-main-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  
  .header-main-text {
    position: relative;
    z-index: 2;
  }
  
  
  .header-main:before {
    display: block;
    content: "";
    width: 60%;
    height: 100%;
    background: linear-gradient(90deg, #000 0%, rgba(0,0,0,.5) 80%, transparent 100%);
    opacity: .8;
    position: absolute;
  }
  
  @media screen and (min-width: 781px ) {
    .header-main {
      height: calc(100vh - 130px);
      background-position: center;
      position: relative;
    }
    
    
    .header-main-container {
      display: flex;
      justify-content: space-between;
      align-items: center;
      height: calc(100vh - 130px);
      position: relative;
    }
    
    .header-main-text , .header-main-image-people {
      width: 50%;
    }
    
    .header-main-text .tagline_under i {
      text-decoration: underline;
    }
    
    
    .header-main-image-people img {
      position: absolute;
      right: -4%;
      bottom: 0;
      width: 65%;
    }
  
    .header-main-text .tagline {
      font-size: 29px;
      line-height: 120%;
      padding-top: 50px;
    }
  
    .header-main-text .region {
      font-size: 55px;
      line-height: 120%;
      padding-bottom: 15px;
    }
  
    .header-main-text .tagline_under {
      font-size: 26px;
      line-height: 120%;
      padding-bottom: 35px;
    }
  
    
  
    .header-main-text .start_offer {
      font-size: 18px;
      line-height: 130%;
      padding-bottom: 28px;
    }
  
    .header-main-text .start_offer_under {
      font-size: 16px;
      line-height: 130%;
      padding-top: 25px;
      max-width: 410px;
    }
  }
  
  
  @media screen and (max-width: 1280px) {
    .header-main-text .tagline {
      font-size: 20px;
    }
  
    .header-main-text .region {
      font-size: 35px;
      padding-bottom: 0px;
    }
  
    .header-main-text .tagline_under {
      font-size: 20px;
      padding-bottom: 10px;
    }
  
    .header-main-text .start_offer {
      padding-bottom: 20px;
    }
  
    .header-main-text .start_offer_under {
      padding-top: 10px;
    }
  
    .header-main-image-people img {
      right: 13%;
      width: 38%;
    }
  
    .header-main-text .tagline {
      padding-top: 15px;
    }
  
    .coffer-address {
      padding: 10px;
    }
  }
  
  @media screen and (max-width: 780px) {
    .header-main-image-people img {
      display: none;
    }
  
    .header-main:before {
      display: none;
    }
  
    .header-main {
      background-size: 150%;
      background-position: 50% 35%;
      background-repeat: no-repeat;
    }
  
    .header-main-text {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      height: calc(100vh - 145px);
      min-height: 600px;
    }
  
    .site-logo__link img {
      width: 130px;
    }  
  
    .header-main-text .tagline {
      font-size: 14px;
      text-align: center;
      color: #000;
    }
  
    .header-main-text .region {
      text-align: center;
      font-size: 35px;
      color: #000;
      
    }
  
    .header-main-text .tagline_under {
      font-size: 15px;
      text-align: center;
      color: #000;
      padding-bottom: 50px;
    }
  
    .header-main-text .tagline_under br {
      display: none;
    }
  
    .header-main-text-mobile-block1 {
      background: linear-gradient(#fff calc(100% - 30px), transparent);
      width: 100vw;
      margin-left: calc(50% - 50vw);
    }
  
    .header-main-info {
      justify-content: center;
    }
  
    .header-main-phone .coffer-phone__title , .header-main-phone .coffer-phone__number {
      color: #000;
    }
  
    .header-main-text-mobile-block2 {
      width: 100vw;
      margin-left: calc(50% - 50vw);
      text-align: center;
      background: linear-gradient(0deg,#1D1B1B calc(100% - 50px), transparent);
      padding-top: 40px;
    }
  
    .header-main-text .start_offer_under {
      padding: 15px;
    }
  }


  @media screen and (min-width: 1281px) and (max-width: 1536px) {
    .header-main-image-people img {
      width: 50%;
    }
  }
  
  /*section header*/
  /*section header*/
  /*section header*/
  /*section header*/
  
  
  
  /*section partners*/
  /*section partners*/
  /*section partners*/
  /*section partners*/
  @media screen and (min-width: 781px) {
    .partners-section-container {
      display: flex;
      justify-content: space-between;
      align-items: center;
      min-height: 130px;
    }
  } 
  @media screen and (max-width: 780px) {
   .partners-section-container {
    display: flex;
    align-items: center;
    padding: 15px 0px;
   }
   .partners-logo {
     padding: 10px;
   }
  }
  
  /*section partners*/
  /*section partners*/
  /*section partners*/
  /*section partners*/
  
  
  /*section letter*/
  /*section letter*/
  /*section letter*/
  /*section letter*/
  
  .letter-container {
    background: #1D1B1B;
    border-bottom: 5px solid #BA0001;
  }
  .letter-container p {
    font-family: 'Lato';
    font-style: normal;
    font-weight: normal;
    text-align: center;
    color: #FFFFFF;
  }  
  
  @media screen and (min-width: 781px ) {
    .letter-container p {
      font-size: 16px;
      line-height: 130%;
      padding: 40px 0px;
    }
  }
  
  @media screen and (max-width: 768px) {
    .letter-container p {
      font-size: 15px;
      padding: 60px 20px;
    }
  }
  
  /*section letter*/
  /*section letter*/
  /*section letter*/
  /*section letter*/
  
  
  
  /*section sell-home*/
  /*section sell-home*/
  /*section sell-home*/
  /*section sell-home*/
  .sell-home-test-main h2 {
    font-family: 'Lato';
    font-style: normal;
    font-weight: bold;
    text-align: center;
    color: #1D1B1B; 
  }
  
  .sell-home-test-main p {
    font-family: 'Lato';
    font-style: normal;
    font-weight: normal;
    text-align: center;
    color: #000000;
  }
  
  .step-number {
    font-family: 'Lato';
    font-style: normal;
    font-weight: bold;
    color: #BA0001;
  }
  
  .mobile-step .title-step {
    font-family: 'Lato';
    font-style: normal;
    font-weight: bold;
    color: #000000;
  }
  
  .mobile-step .desc-step {
    font-family: 'Lato';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 130%;
    color: #1D1B1B;
  }
  
  @media screen and (min-width: 781px) {
  
    .sell-home-container {
      width: 60%;
      margin: 0 auto;
      padding-bottom: 55px;
    }
  
    .sell-home-test-main h2 {
      font-size: 40px;
      line-height: 130%;
      padding-top: 60px;
      padding-bottom: 30px;
    }
   
    .sell-home-test-main p {
      font-size: 25px;
      line-height: 130%;
    }
  
    .sell-step {
      display: flex;
      justify-content: space-between;
      padding-bottom: 60px;
    }
  
    .sell-step-container {
      width: 25%;
    }
  
    .sell-step-container:not(:last-child) {
      margin-right: 30px;
    }
  
    .step-number {
      font-size: 16px;
      line-height: 19px;
      padding-top: 40px;
      padding-bottom: 15px;
    }
  
    .mobile-step .title-step {
      font-size: 20px;
      line-height: 130%;
      padding-bottom: 25px;
    }
  
    .mobile-step .desc-step {
      font-size: 16px;
      line-height: 130%;
    }
  }
  
    @media screen and (max-width: 780px) {
      .sell-step-container .step-block img {
        height: 200px;
        width: 100%;
        object-fit: cover;
        object-position: center;
        border-radius: 10px;
    }
  
    .mobile-step-container {
      display: flex;
      justify-content: space-between;
      padding-top: 25px;
      padding-bottom: 60px;
    }
   
    .step-number {
      width: 25%;
    }
  
    .mobile-step {
      width: 75%;
    }
  
    .sell-home-test-main {
      padding: 60px 0px;
    }
  
    .sell-home-test-main p {
      font-size: 19px;
      padding-top: 40px;
    }
  
  }
  
  /*section sell-home*/
  /*section sell-home*/
  /*section sell-home*/
  /*section sell-home*/
  /*section sell-home*/
  
  
  
  /*section assistance-seller*/
  /*section assistance-seller*/
  /*section assistance-seller*/
  /*section assistance-seller*/
  
  .assistance-seller {
    background-image: url('/wp-content/uploads/2021/09/2-3-1024x512-1.jpg');
    position: relative;
  }
  
  .assistance-seller-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.8;
  }
  
  .coffer-button {
    background-color: #ba0901;
    border-radius: 8px;
    padding: 15px 50px 15px 50px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    line-height: 1;
  }
  
  .coffer-button span {
    color: #ffffff;
    font-size: 20px;
  }
  
  .assistance-seller-container h2 {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 900;
    text-align: center;
    color: #FFFFFF;
  }
  
  .assistance-seller-container p {
      font-family: 'Lato';
      font-style: normal;
      font-weight: normal;
      text-align: center;
      color: #FFFFFF;
  }
  
  .assistance-seller-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .coffer-widget__button {
    padding-bottom: 60px;
  }
  
  @media screen and (min-width: 781px) {
    .assistance-seller-container {
      width: 60%;
      margin: 0 auto;
    }
  
    .assistance-seller-container h2 {
      font-size: 80px;
      line-height: 130%;
      padding-top: 60px;
    }
  
    .assistance-seller-container p {
      font-size: 25px;
      line-height: 130%;
      padding-bottom: 40px;
    }
  
  }
  
  @media screen and (max-width: 780px) {
    .assistance-seller-container h2 {
      font-size: 44px;
      padding-top: 60px;
    }
    .assistance-seller-container p {
      font-size: 16px;
      padding-bottom: 40px;
    }
  
  }
  /*section assistance-seller*/
  /*section assistance-seller*/
  /*section assistance-seller*/
  /*section assistance-seller*/
  
  
  
  /*section choose-cashoffer*/
  /*section choose-cashoffer*/
  /*section choose-cashoffer*/
  /*section choose-cashoffer*/
  
  .cashoffer-text h2 {
    font-family: 'Lato';
    font-style: normal;
    font-weight: bold;
    color: #1D1B1B;
    text-align: center;
  }
  
  .cashoffer-advantages-block {
    display: flex;
    padding-bottom: 60px;
  }
  
  .advantages-block h2 {
    font-family: 'Lato';
    font-style: normal;
    font-weight: bold;
    color: #BA0001;
    padding-top: 30px;
    padding-bottom: 20px;
  }
  
  .advantages-block p {
    font-family: 'Lato';
    font-style: normal;
    font-weight: normal;
    text-align: center;
    color: #1D1B1B;
  }
  
  .advantages-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  
  .advantages-block img {
    width: 100%;
    display: block;
    max-width: 100%;
    height: 200px;
  }
  
  @media screen and (min-width: 781px) {
  
    .cashoffer-text {
      width: 60%;
      margin: 0 auto;
    }
  
    .cashoffer-text h2 {
      font-size: 40px;
      line-height: 130%;
      padding-top: 80px;
      padding-bottom: 60px;
    }
  
    .cashoffer-advantages-block {
      flex-direction: row;
    }
  
    .advantages-block h2 {
      font-size: 30px;
      line-height: 36px;
    }
    
    .advantages-block:not(:last-child) {
      margin-right: 50px;
    }
  
    .advantages-block p {
      font-size: 16px;
      line-height: 130%;
    }
  }
  
  @media screen and (max-width: 768px) {
    .cashoffer-advantages-block {
      flex-direction: column;
    }
  
    .advantages-block {
      padding-top: 60px;
    }
  
    .cashoffer-text h2 {
      font-size: 28px;
      padding-top: 45px;
    }
  }
  
  
  /*section choose-cashoffer*/
  /*section choose-cashoffer*/
  /*section choose-cashoffer*/
  /*section choose-cashoffer*/
  
  
  
  /**************************/
  /**************************/
  
  /*section why-better */
  /*section why-better */
  /*section why-better */
  /*section why-better */
  
  
  .hp-table__heading {
    color: #000000;
  }
  
  .why-better .cashoffer-text h2 {
    font-size: 35px;
  }
  
  .land-table__container {
    max-width: 100%;
    overflow: auto;
  }
  
  .land-table th {
    font-size: 20px;
    letter-spacing: .1em;
    text-transform: none;
    text-align: left;
    line-height: 1.1;
  }
  
  .land-table {
    border-collapse: collapse;
  }
  
  .land-table th {
    font-size: 20px;
    letter-spacing: .1em;
    text-transform: none;
    text-align: left;
    line-height: 1.1;
  }
  
  .land-table tbody td:nth-child(2) {
    color: #8A8A8A;
  }
  
  .land-table tbody tr:nth-child(odd) td {
    background-color: #fff;
  }
  
  .land-table thead tr th:last-child, .land-table tbody tr td:last-child {
    background-color: #f9f8f8;
  }
  
  .land-table td, .land-table th {
    border: 0;
    border-bottom: 1px solid #f4f4f4;
  }
  
  .why-better-img {
    display: flex;
    justify-content: space-between;
  }
  
  .why-better-img p {
    font-family: 'Lato';
    font-style: normal;
    font-weight: normal;
    color: #1D1B1B;
  }
  
  .why-better-img p strong {
    font-weight: 900;
    color: #1D1B1B;
    text-transform: uppercase;
  }
  
  .why-better-img p em {
    font-weight: 900;
    text-decoration: none;
    font-style: normal;
    text-transform: uppercase;
  }
  
  @media (min-width: 781px) {
    .land-table td, .land-table th {
        padding: 25px 30px;
    }
    .land-table .hp-table__heading {
      font-size: 18px;
    }
  
    .land-table td, .land-table th {
      padding: 25px 30px;
    } 
  
    .land-table__sell-title {
      font-size: 30px;
    }
  
    .land-table__sold-title {
      font-size: 20px;
    }
  
    .why-better-img {
      padding-top: 60px;
      padding-bottom: 60px;
    }
  
    .better-img-block {
      display: flex;
      align-items: center;
    }
  
    .why-better-img p {
      font-size: 16px;
      line-height: 19px;
    }
  
    .why-better-img p strong {
      font-size: 30px;
      line-height: 36px;
    }
  
    .why-better-img p em {
      font-size: 16px;
      line-height: 19px;
    }
  
    .why-better-img img {
      margin-right: 20px;
    }
  }
  
  @media screen and (max-width: 780px) {
    .land-table .hp-table__heading {
      font-size: 12px;
    }
  
    .land-table td {
      font-size: 12px;
      padding: 20px 5px;
    }
  
    .land-table__sell-title {
      font-size: 14px;
    }
    .why-better .land-table th {
      font-size: 14px;
      padding: 20px 5px;
    }
  
    .why-better .cashoffer-text h2 {
      font-size: 20px;
    }
    
    .better-img-block {
      text-align: center;
    }
  
    .better-img-block img {
      width: 50%;
    }
  
    .better-img-block {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-between;
    }
  
    #page > section.why-better > div > div > div.why-better-img > div:nth-child(3) > img {
      width: 45%;
    }
  
    #page > section.why-better > div > div > div.why-better-img > div:nth-child(3) > p {
      font-size: 12px;
    }
  
    .why-better-img {
      padding-bottom: 60px;
      padding-top: 40px;
    }
  }
  /*section why-better */
  /*section why-better */
  /*section why-better */
  /*section why-better */
  
  
  
  /* section home-img */
  /* section home-img */
  /* section home-img */
  /* section home-img */
  @media screen and (min-width: 781px) {
    .home-img img {
      display: block;
      max-width: 100%;
      width: 100%;
      height: auto;
    }
  }
  /* section home-img */
  /* section home-img */
  /* section home-img */
  /* section home-img */
  
  
  
  /*section buy-houses*/
  /*section buy-houses*/
  /*section buy-houses*/
  /*section buy-houses*/
  
  
  .buy-houses-container {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .buy-houses-container h2 {
    font-family: 'Lato';
    font-style: normal;
    font-weight: bold;
    text-align: center;
    color: #FFFFFF;
  }
  
  .buy-houses-container h3 {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 900;
    text-align: center;
    color: #FFFFFF;
  }
  
  .buy-houses-container p {
    font-family: 'Lato';
    font-style: normal;
    font-weight: normal;
    text-align: center;
    color: #FFFFFF;
  }
  
  .buy-houses {
    background: #1D1B1B;
  }
  
  .buy-houses .coffer-widget__button {
    padding-bottom: 40px;
  }
  
  @media screen and (min-width: 781px) {
  
    .buy-houses-container {
      width: 70%;
    }
  
    .buy-houses-container h2 {
      font-size: 25px;
      line-height: 30px;
      padding-top: 40px;
    }
  
    .buy-houses-container h3 {
      font-size: 55px;
      line-height: 130%;
    }
  
    .buy-houses-container p {
      font-size: 25px;
      line-height: 130%;
      padding-bottom: 40px;
    }
  }
  
  
  @media screen and (max-width: 780px) {
    .buy-houses-container h2 {
      font-size: 20px;
      line-height: 24px;
      padding-top: 60px;
      padding-bottom: 5px;
    }
  
    .buy-houses-container h3 {
      padding-bottom: 5px;
      font-size: 44px;
      line-height: 130%;
    }
  
    .buy-houses-container p {
      font-size: 20px;
      line-height: 130%;
      padding-bottom: 60px;
    }
  }
  
  /*section buy-houses*/
  /*section buy-houses*/
  /*section buy-houses*/
  /*section buy-houses*/
  
  
  
  
  /*section customers*/
  /*section customers*/
  /*section customers*/
  /*section customers*/
  
  .customers-title {
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
  
  .customers-title h2 {
    font-family: 'Lato';
    font-style: normal;
    font-weight: bold;
    text-align: center;
    color: #1D1B1B;
  }
  
  .customers-testimonials {
    display: flex;
    justify-content: space-between;
  }
  
  .testimonials-block {
    display: flex;
    flex-direction: column;
  }
  
  
  .testimonials-block span {
    font-family: 'Lato';
    font-style: normal;
    font-weight: normal;
    color: #C4C4C4;
    padding-top: 30px;
    padding-bottom: 15px;
  }
  
  .testimonials-block h2 {
    font-family: 'Lato';
    font-style: normal;
    font-weight: bold;
    color: #1D1B1B;
  }
  
  .testimonials-block p {
    font-family: 'Lato';
    font-style: normal;
    font-weight: normal;
    color: #1D1B1B;
  }
  
  .coffer-stars {
    color: #BA0001;
  }
  
  
  .testimonials-block h2 {
  
  }
  
  
  @media screen and (min-width: 781px) {
    .customers-title h2 {
      font-size: 40px;
      line-height: 130%;
    }
  
    .customers-title {
      width: 60%;
      padding-top: 60px;
      padding-bottom: 60px;
    }
  
    .testimonials-block img {
      margin-right: 50px;
      width: 100%;
      height: auto;
    }
  
    .testimonials-block {
      width: 30%;
    }
  
    #page > section.customers > div > div > div.customers-testimonials > div:nth-child(3) > img {
      margin-right: 0px;
    }
  
    .testimonials-block span {
      font-size: 16px;
      line-height: 19px;
    }
  
    .testimonials-block h2 {
      font-size: 34px;
      line-height: 41px;
      padding-bottom: 10px;
    }
  
    .testimonials-block p {
      font-size: 16px;
      line-height: 130%;
      padding-top: 20px;
    }
  
    .customers-container {
      padding-bottom: 60px;
    }
  }
    @media screen and (max-width: 781px) {
      .customers-testimonials {
        flex-direction: column;
      }
  
      .testimonials-block {
        padding-bottom: 60px;
      }
  
      .customers-title h2 {
        padding-top: 60px;
        padding-bottom: 60px;
        font-size: 28px;
        line-height: 130%;
      }
  
      .testimonials-block h2 {
        padding-bottom: 10px;
        font-size: 28px;
        line-height: 34px;
      }
  
      .coffer-stars {
        padding-bottom: 10px;
      }
  }
  
  /*section customers*/
  /*section customers*/
  /*section customers*/
  /*section customers*/


  .houses {
    background: #1D1B1B;
    padding: 80px 0 180px 0;
    overflow: hidden;
  }
  
  .houses__title {
    color: #FFF;
    text-align: center;
    font-family: 'Lato';
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 48px */
    letter-spacing: 0.8px;
    text-transform: uppercase;
    max-width: 680px;
    margin: 0 auto;
    padding-bottom: 40px;
  }
  
  .swiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  
  .swiper.swiper-houses {
    overflow: visible;
    .swiper-slide {
      max-width: 335px;
      text-align: center;
      font-size: 18px;
      height: auto !important;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .swiper-wrapper {
      flex-direction: unset !important;
    }
  }
  
  .houses__block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    border-radius: 24px;
    background: #2B2A2A;
    padding: 24px;
    cursor: pointer;
  }
  
  .houses__image {
    margin-bottom: 18px;
  }
  
  .houses__address {
    color: rgba(255, 255, 255, 0.50);
    font-family: 'Lato';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 25.6px */
    height: 52px;
  }
  
  .houses__price {
    padding-top: 8px;
    border-top: 1px solid #BAC8E3;
    width: 100%;
    margin-top: 8px;
  }
  
  .houses__price > span {
    color: #BA0001;
    font-family: 'Lato';
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  
  .houses__price span.houses__price-2 {
    color: #FFF;
    font-family: 'Lato';
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin-left: 12px;
  }
  
  .swiper .swiper-pagination {
    .swiper-pagination-bullet {
      border-radius: 5px;
      background: rgba(255, 255, 255, 0.50) !important;
      min-width: 5px;
      max-width: 5px;
      max-height: 5px;
    }
    .swiper-pagination-bullet-active {
      background: #BA0001 !important;
    }
  }
  
  .swiper-house__navigation {
    position: absolute;
    width: 100%;
    z-index: 100;
    bottom: calc(0% - 100px);
    max-width: 695px;
    margin: 0 auto;
    left: 50%;
    transform: translate(-50%, -50%);
    .swiper-pagination {
      position: relative;
      top: unset !important;
      left: unset !important;
      bottom: unset !important;
    }
    .swiper-button-next, .swiper-button-prev {
      width: 56px;
      height: 56px;
      border-radius: 35px;
      border-radius: 35px;
      border: 1px solid rgba(255, 255, 255, 0.50);
      background: transparent;
      top: 7px;
    }
    .swiper-button-next::after, .swiper-button-prev::after {
      content: url('/wp-content/uploads/2023/11/arrow-right.svg');
      position: absolute;
      top: 46%;
      left: 50%;
      transform: translate(-50%, -50%);
    }
    .swiper-button-prev::after {
      content: url('/wp-content/uploads/2023/11/arrow-left.svg');
    }
  }
  
  .houses__wrapper {
    position: relative;
  }
  
  @media screen and (max-width: 767px) {
  
    .houses__block img {
      width: 100%;
    }
  
    .houses {
      padding: 60px 0 90px 0;
    }
  
    .swiper.swiper-houses .swiper-slide {
      max-width: 170px;
    }
  
    .houses__block {
      padding: 16px;
    }
  
    .houses__address {
      font-size: 12px;
      height: 38px;
    }
  
    .houses__price > span {
      font-size: 10px;
    }
  
    .houses__price {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
    }
  
    .houses__price span.houses__price-2 {
      font-size: 16px;
      margin-left: 0px;
      margin-top: 4px;
    }
  
    .houses__title {
      font-size: 24px;
      padding-bottom: 25px;
    }
  
    .houses__wrapper {
      padding: 0px 20px;
    }
  
    .swiper .swiper-pagination .swiper-pagination-bullet {
      min-width: 17px;
    }
  
    .swiper-house__navigation .swiper-pagination {
      display: flex;
      flex-wrap: wrap;
      max-width: 50%;
      margin: 0 auto;
      top: 12px !important;
      gap: 5px 0;
    }
  
    .swiper-house__navigation {
      bottom: calc(0% - 40px);
    }
  }
  
  .page-id-2432 section.houses {
    display: block !important;
  }