html, body ,
.home-block--bg ,
.header-block--nav-wrapper{
  background-color: white;
}
section:nth-of-type(2) ,
 section:nth-of-type(2) .container{
   padding: 0 0 10px 0  !important;
   max-width: unset;
 }
.banner--square{
  background-color: transparent;
}
@media(max-width:768px){ 
section:nth-of-type(2){
  padding:  0 0 10px 0;
}
  section:nth-of-type(3) .row{
    display: flex;
    flex-wrap: nowrap !important;
  }
  .home-block:not(.home-block--bg):not(.home-block--main-slider){
    padding: 0 0 10px 0;
  }
    section:nth-of-type(3) .col-sm-12{
      flex: unset;
    }
}
.product-block{
  height: 95% !important;
  margin: 8px;
  box-shadow: 0 0 10px black;
}
.footer ,
.footer .title--primary ,
.footer .footer-list li a ,
.footer__bottom{
  background-color: rgba(193, 175, 153, 1);
  color: white !important;
}
.footer__bottom a{
  color: white;
}
.footer .footer-list li a:hover{
  background-color: rgba(193, 175, 153, 1);
}