/* ===== Section «Мы не просто предоставляем жилье - мы создаем традиции» ===== */

.traditions {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #83a07d 55.769%, #687f63 79.327%);
  padding: 8.9rem 0 4rem;
  color: #fff;
}

.traditions__inner {
  position: relative;
  z-index: 1;
}

.traditions__title {
  margin: 0 auto;
  max-width: 132.7rem;
  font-family: 'Montserrat Alternates', sans-serif;
  font-weight: 900;
  font-size: 5rem;
  line-height: normal;
  text-align: center;
  color: #fff;
}

.traditions__lead {
  margin: 0 auto;
  max-width: 138.1rem;
  font-family: 'Montserrat', 'Inter', sans-serif;
  font-weight: 400;
  font-size: 3.6rem;
  line-height: normal;
  text-align: center;
}

.traditions__photos {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 1.6rem;
  margin-top: 6rem;
}

.traditions__photo-main {
  display: block;
  width: 94.3rem;
  height: 46.5rem;
  object-fit: cover;
}

.traditions__photo-strip {
  display: block;
  width: 9.1rem;
  height: 46.5rem;
  object-fit: cover;
}

.traditions__outro {
  margin: 1rem auto 0;
  max-width: 121.5rem;
  font-family: 'Montserrat', 'Inter', sans-serif;
  font-weight: 400;
  font-size: 3.4rem;
  line-height: normal;
  text-align: center;
}

.traditions__cta {
  margin-top: 4.2rem;
  text-align: center;
}

/* ----- Decorative fir branches ----- */

.traditions__branch {
  position: absolute;
  pointer-events: none;
  user-select: none;
  z-index: 0;
}

.traditions__branch--top-left {
  left: -10.8rem;
  top: -15.5rem;
  width: 27.8rem;
  height: 59.1rem;
  transform: rotate(-55.88deg) scaleY(-1);
}

.traditions__branch--bottom-right {
  right: 1.1rem;
  top: 66.3rem;
  width: 27.8rem;
  height: 59.1rem;
  transform: rotate(124.12deg) scaleY(-1);
}

/* ===== Mobile ===== */

@media (max-width: 768px) {
  .traditions {
    padding: 4rem 0 3rem;
  }

  .traditions__title {
    max-width: none;
    padding: 0 2rem;
    font-size: 3rem;
  }

  .traditions__lead {
    margin-top: 1.2rem;
    max-width: none;
    padding: 0 2rem;
    font-size: 1.7rem;
  }

  .traditions__photos {
    margin-top: 2.4rem;
    gap: 0.8rem;
    padding: 0 2rem;
  }

  .traditions__photo-main {
    width: 100%;
    max-width: 48rem;
    height: auto;
    aspect-ratio: 943 / 465;
  }

  .traditions__photo-strip {
    display: none;
  }

  .traditions__outro {
    margin-top: 1.6rem;
    max-width: none;
    padding: 0 2rem;
    font-size: 1.7rem;
  }

  .traditions__cta {
    margin-top: 2.4rem;
  }

  .traditions__branch--top-left {
    left: -7rem;
    top: -9rem;
    width: 14rem;
    height: 29.5rem;
  }

  .traditions__branch--bottom-right {
    right: -6rem;
    top: auto;
    bottom: -8rem;
    width: 14rem;
    height: 29.5rem;
  }
}
