/* Основные стили */
.u-section-1 .u-sheet-1 {
  min-height: 786px;
  margin-bottom: 0;
}

.u-section-1 .u-text-1 {
  margin: 20px 0 0;
}

.u-section-1 .u-gallery-1 {
  height: 375px;
  margin-top: 20px;
  margin-bottom: 0;
}

.u-section-1 .u-gallery-inner-1 {
  grid-template-columns: repeat(2, auto);
  grid-gap: 10px;
}

.u-section-1 .u-over-slide-1 {
  background-image: linear-gradient(0deg, rgba(0,0,0,0.2), rgba(0,0,0,0.2));
  padding: 20px;
}

.u-section-1 .u-over-slide-2 {
  background-image: linear-gradient(0deg, rgba(0,0,0,0.2), rgba(0,0,0,0.2));
  padding: 20px;
}

.u-section-1 .u-over-slide-3 {
  background-image: linear-gradient(0deg, rgba(0,0,0,0.2), rgba(0,0,0,0.2));
  padding: 20px;
}

.u-section-1 .u-over-slide-4 {
  background-image: linear-gradient(0deg, rgba(0,0,0,0.2), rgba(0,0,0,0.2));
  padding: 20px;
}

.u-section-1 .u-form-1 {
  height: 159px;
  margin-top: 20px;
  margin-bottom: 0;
  margin-right: auto;
}

.u-section-1 .u-form-group-1 {
  margin-left: 0;
}

.u-section-1 .u-btn-1 {
  padding-top: 9px;
  padding-bottom: 11px;
}

.u-section-1 .u-btn-2 {
  --radius: 50px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.875rem;
  letter-spacing: 1px;
  margin: 79px auto 0 0;
}

.u-section-1 .u-btn-3 {
  --radius: 50px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.875rem;
  letter-spacing: 1px;
  margin: -39px 0 20px auto;
}

/* Стили для мобильного меню */
.u-hamburger-link {
  display: none;
  cursor: pointer;
  z-index: 1001;
  position: relative;
}

.u-nav-container {
  transition: all 0.3s ease;
}

.u-menu-one-level {
  position: relative;
}

.u-mobile-menu-open {
  overflow: hidden;
}

@media (max-width: 767px) {
  .u-hamburger-link {
    display: block;
  }
  
  .u-nav-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 1000;
    padding: 60px 20px 20px;
    box-sizing: border-box;
    overflow-y: auto;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
  }
  
  .u-nav-container.u-mobile-menu-active {
    transform: translateX(0);
  }
  
  .u-nav-1 {
    flex-direction: column;
  }
  
  .u-nav-item {
    margin: 10px 0;
  }
}

@media (min-width: 768px) {
  .u-nav-container {
    display: block !important;
    transform: none !important;
  }
  
  .u-hamburger-link {
    display: none !important;
  }
}

/* Адаптивные стили */
@media (max-width: 1199px) {
  .u-section-1 .u-sheet-1 {
    min-height: 720px;
  }

  .u-section-1 .u-gallery-1 {
    height: 309px;
  }

  .u-section-1 .u-form-1 {
    margin-right: initial;
  }
}

@media (max-width: 991px) {
  .u-section-1 .u-sheet-1 {
    min-height: 1358px;
  }

  .u-section-1 .u-gallery-1 {
    height: 947px;
  }

  .u-section-1 .u-gallery-inner-1 {
    grid-template-columns: repeat(1, auto);
  }

  .u-section-1 .u-form-1 {
    margin-top: 21px;
    margin-right: initial;
  }

  .u-section-1 .u-btn-2 {
    margin-top: 20px;
  }

  .u-section-1 .u-btn-3 {
    margin-top: -40px;
  }
}

@media (max-width: 767px) {
  .u-section-1 .u-sheet-1 {
    min-height: 1121px;
  }

  .u-section-1 .u-gallery-1 {
    height: 710px;
  }
}

@media (max-width: 575px) {
  .u-section-1 .u-sheet-1 {
    min-height: 859px;
  }

  .u-section-1 .u-text-1 {
    margin-top: 28px;
  }

  .u-section-1 .u-gallery-1 {
    height: 447px;
  }

  .u-section-1 .u-form-1 {
    height: 162px;
    margin-right: initial;
  }

  .u-section-1 .u-btn-2 {
    margin-left: auto;
  }

  .u-section-1 .u-btn-3 {
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: 29px;
  }
}