body{
  background-color: #F1E4DD;
}
.top-navbar{
  background-color: #fff;
}
.top-navbar .s-contacts-header{
  display: none;
}
salla-slider.photos-slider .swiper-slide {
    width: 100%;
    padding: 0;
}

salla-slider.photos-slider .swiper {
    padding-left: 0;
    padding-right: 0;
}
.swiper-slide.swiper-slide-active{
    border-radius:0px
}
.s-block:first-of-type,
.s-block:nth-of-type(5){
  margin: 0;
}
.s-block:first-of-type .container,
.s-block:nth-of-type(5) .container{
  margin: 0;
  padding: 0;
  max-width: none;
}
.banner--fixed img,
.lazy__bg{
  background-color: #F1E4DD;
}

.s-block:nth-of-type(2) .container{
  max-width: 400px;
}
.s-block:nth-of-type(2) .md\:grid-cols-2{
  justify-content: center !important;
}
.s-block:nth-of-type(3){
  margin-top: 0;
}
.s-block:nth-of-type(3) .grid .lazy__bg{
  background-size: contain !important;
}
@media (min-width: 768px) {
    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 300px)) !important;
        justify-content: center;
    }
     .two-row .banner-entry:first-child{
      grid-row: span 3 / span 2;
    }
.two-row .banner-entry:nth-child(3){
   grid-row: span 2 / span 2;
   height: 100%;
 }
.two-row .banner-entry:nth-child(5){
  grid-column: span 2 / span 2;
  height: 300px;
}
}

.s-reviews-header-wrapper{
  justify-content: center;
}
.s-reviews-header{
    background-image: url(https://i.postimg.cc/t462M8mn/Rectangle-48700.png);
    background-size: cover;
    background-position: center;
    width: 180px;
    text-align: center;
    font-size: 1.8rem;
}
.s-reviews-testimonial__icon svg:where([dir="rtl"], [dir="rtl"] *){
  right: 2rem;
}
.s-reviews-testimonial__text p{
  margin-left: 20px;
}

@media (max-width: 769px){
  section:nth-of-type(8) .grid .banner-entry:first-child{
    height: 900px;
  }
  section:nth-of-type(8) .grid .banner-entry{
   height: 400px;
 }
 .s-block:nth-of-type(3) .grid-flow-row{
   grid-auto-flow: column;
 }
}
@media (max-width: 480px){
  section:nth-of-type(8) .grid .banner-entry:first-child{
    height: 700px;
  }
  section:nth-of-type(8) .grid .banner-entry{
   height: 200px;
 }
}