.location-lp-template nav.breadcrumbs {
  display: none;
}
#main-body {
  padding: 3rem 0;
}
#main-body .content-title {
  margin-bottom: 1.5rem;
}
#main-body .products-title {
  margin-bottom: 2rem;
}
#main-body .widget-title {
  color: #535fab;
}
#main-body .address {
  color: #656e7d;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  margin: 0.5rem auto;
}
#main-body .product {
  max-width: calc(50% - 0.5rem);
}
#main-body .widget-title,
#main-body .cities-title,
#main-body .difference-block h2,
#main-body .financing-block h2 {
  font-size: 32px;
  text-align: center;
}
#main-body .difference-block h3 {
  font-size: 20px;
  text-align: center;
  color: #656e7d;
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 200;
}
#main-body .difference-block ul {
  padding: 0;
  text-align: center;
  list-style: none;
}
#main-body .difference-block li {
  color: black;
  font-size: 24px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 200;
  line-height: 1.2;
}
#main-body .difference-block h2,
#main-body .cities-title,
#main-body .financing-block {
  margin-top: 2rem;
}
#main-body .cities-title {
  margin-bottom: 1rem;
}
#main-body .cities-content-wrapper {
  display: flex;
  justify-content: space-between;
}
#main-body .cities-content-wrapper > * {
  width: 50%;
}
#main-body .cities-content-wrapper .cities-image {
  object-fit: cover;
  padding: 0;
}
#main-body .cities-content-wrapper .cities {
  padding-left: 2rem;
}
#main-body .col-lg-8 {
  padding-right: 2rem;
}
#main-body .financing-block {
  background: #7487c0;
  border-radius: 0.5rem;
  overflow: hidden;
  padding: 1rem;
  text-align: center;
}
#main-body .financing-block h2 {
  margin-top: 0;
}
#main-body .financing-block a {
  text-decoration: none;
  font-weight: bold;
}
#main-body .financing-block *:not(.btn) {
  color: white;
}
#main-body .gallery-header h2 {
  border-radius: 0.5rem;
}
#main-body .image-gallery {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#main-body .product-gallery__item {
  width: calc(50% - 0.5rem);
  height: auto;
  aspect-ratio: 16 / 9;
  margin-bottom: 1rem;
}
#main-body .product-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 992px) {
  #hero .hero-form {
    max-height: 0px;
    overflow: hidden;
    padding-top: 0;
    transition: 0.5s ease;
  }
  #hero .hero-form.show {
    max-height: 800px;
  }
  #main-body {
    padding-top: 0;
  }
  #hero .hero-form-title {
    display: none;
  }
  #main-body .col-lg-8 {
    display: flex;
    flex-direction: column-reverse;
  }
  .locations-template-template-locations-products-php #main-body .col-lg-8,
  .location-lp-template-template-locations-products #main-body .col-lg-8 {
    flex-direction: column;
  }
  .content-body p {
    text-align: center;
  }
  #main-body {
    margin-top: -5rem;
    position: relative;
    z-index: 2;
  }
  #main-body .widget-block {
    background: rgb(250, 250, 250);
    width: 100%;
    min-height: 200px;
    padding-bottom: 1rem;
  }
  .locations-template-template-locations-products-php #main-body .widget-block,
  .location-lp-template-template-locations-products #main-body .widget-block {
    order: 1;
  }
  .locations-template-template-locations-products-php #main-body .content-block,
  .location-lp-template-template-locations-products #main-body .content-block {
    order: 2;
  }
  .locations-template-template-locations-products-php #main-body .products-block,
  .location-lp-template-template-locations-products #main-body .products-block {
    order: 3;
  }
  .locations-template-template-locations-products-php #main-body .difference-block,
  .location-lp-template-template-locations-products #main-body .difference-block {
    order: 2;
  }
#main-body .widget-block h3 {
  color: #535fab;
	font-weight: 700;
}  
#main-body .widget-block a.btn.btn-secondary.schedule-btn,
#main-body .widget-block button.btn.btn-secondary.schedule-btn  {
	background: var(--yellow);
	color: var(--primary);
	text-shadow: none;
}
#main-body .widget-block h4 {
  margin-top: -10px;
  text
}

  #main-body .col-lg-8 {
    padding: 0;
  }
  .landing-offers {
    bottom: 4rem;
  }
  .form-open .landing-offers {
    bottom: 0;
  }
  div.content-image-wrap {
    height: 650px;
  }
  .mobile-row {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 2rem;
  }
  #main-body .address {
    font-size: 14px;
    margin: 0;
    padding: 0 1rem;
  }
  #main-body.form-open {
    margin-top: 0;
    padding-top: 3rem;
  }
  #hero .hero-form.show {
    padding-top: 1rem;
  }
  .form-open .mobile-row {
    margin-bottom: 0.5rem;
  }
  #main-body .products-title,
  #main-body .content-block h2,
  #main-body .content-block h3 {
    text-align: center;
  }
  #hero h1.hero-title,
  #hero h2.hero-subtitle,
  nav.breadcrumbs {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
    clip-path: inset(0px 0px 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
  }
  div.content-image-wrap {
    height: 350px;
  }
}
@media (max-width: 768px) {
  .locations-template #main-body .product {
    max-width: 100%;
  }
}
