section {
     
      padding-bottom: 48px;
    }

    /* Контейнер с ограничением ширины */
    .container-custom {
      max-width: 1440px;
      margin: 0 auto;
      padding-left: 60px;
      padding-right: 60px;
    }

    /* Адаптивные отступы для мобильных */
    @media (max-width: 767.98px) {
      .container-custom {
        padding-left: 24px;
        padding-right: 24px;
      }
    }


.parallax-section {
  position: relative;
  overflow: hidden;
  height: 90vh;
  perspective: 1px;
}

.parallax-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.parallax-layer img {
  display: block;
}

.layer-1 {
  background: no-repeat center center;
  background-size: cover;
  z-index: 1;
}

.layer-2 {
  z-index: 2;
  top: 103px;
  left: 50%;
  transform: translateX(-50%);
}

.layer-3 {
  z-index: 3;
  opacity: 0.9;
}

.layer-4 {
  z-index: 4;
  top: 108.62px;
  left: 50%;
  transform: translateX(-50%) rotate(6.26deg);
}

.hometopheader{
   /* padding: 0 !important;
    bottom: -48px;
    position: absolute;*/
    background-color: rgba(246, 246, 246, 0);
    background-image: linear-gradient(180deg, rgba(246, 246, 246, 0) 0%, rgba(246, 246, 246, 1) 45%);
	position: absolute;
    z-index: 6;
    bottom: 0;
}







