.s-block--default-home-slider .swiper-slide{
  height: 100vh;
}
 section:nth-of-type(1) .justify-center{
   align-items: end;
 }
 section:nth-of-type(1) .justify-center .btn--white{
   background-color: #329992;
   color: white;
 }
.bg-gray-50{
  background-color: transparent;
}
 section:nth-of-type(5) .container{
   padding: unset;
   max-width: unset;
 }
.full-about-block:before
{
  background-color: #22242B;
}
.full-about-block .container{
  color: white;
}
.footer-is-light .store-footer__top, .footer-is-light .full-about-block, .footer-is-light .social-link , .footer-is-light .store-footer{
    background-color: #22242B;
  color: white;

}