.t2t-content-body-area section {
  padding: 25px;
}

/* Контейнер с ограничением ширины */
.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: 120vh;
  top: -120px;
  perspective: 1px;
}

.parallax-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

.layer-2,
.layer-4 {
  z-index: 2;
	margin-top: -150px;
}
.layer-2 img{
	width:850px;
}
.layer-4{

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

@media (min-width: 768px) {
  /* Название — за горой, птица — поверх всего */
  .parallax-section .layer-2 {
    z-index: 2;
  }

  .parallax-section .layer-3 {
    z-index: 3;
  }

  .parallax-section .layer-4 {
    z-index: 5;
  }
}

/* Поворот для pic4 задаётся отдельно */
.layer-4 img {
 transform: rotate(6.26deg);
    transition: transform 0.1s ease;
    margin-left: 710px;
    margin-top: -220px;
}

.hometopheader{
   /* padding: 0 !important;
    bottom: -48px;
    position: absolute;*/
	width:100%;
    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;
}

/* parallax-section с top:-120px оставляет пустое место в потоке — подтягиваем блок направлений */
body > section.parallax-section + section.directions_ex {
  margin-top: -76px;
}

@media (max-width: 767.98px) {
  body > section.parallax-section + section.directions_ex {
    margin-top: -120px;
  }
}







