 .u-section-1 {
  background-image: url("images/Web-3759.jpg");
}

@media (max-width: 1399px) {
   .u-section-1 {
    background-position: 50% 50%;
  }

  .u-section-1 .u-sheet-1 {
    min-height: 500px;
  }

  .u-section-1 .u-group-1 {
    width: 864px;
    min-height: 219px;
    margin: 141px auto 0;
  }

  .u-section-1 .u-container-layout-1 {
    padding: 0 30px;
  }

  .u-section-1 .u-text-1 {
    font-weight: 700;
    font-size: 3.75rem;
    margin: 0;
  }
}

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

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

  .u-section-1 .u-group-1 {
    width: 720px;
  }
}

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

  .u-section-1 .u-group-1 {
    width: 540px;
  }

  .u-section-1 .u-container-layout-1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-1 .u-text-1 {
    font-size: 3rem;
  }
}

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

  .u-section-1 .u-group-1 {
    width: 340px;
    min-height: 150px;
    margin-top: 105px;
  }

  .u-section-1 .u-text-1 {
    font-size: 1.875rem;
  }
}@media (max-width: 1399px) {
  .u-section-2 .u-sheet-1 {
    min-height: 339px;
  }

  .u-section-2 .u-text-1 {
    font-weight: 700;
    margin: 20px auto 0 0;
  }

  .u-section-2 .u-text-2 {
    margin: 20px auto 40px 0;
  }
}

@media (max-width: 575px) {
  .u-section-2 .u-text-1 {
    width: auto;
  }
}/* Плавающая кнопка «позвонить» */
.phone-button {
  position: fixed;
  right: 5px;            /* отступ от правого края */
  bottom: 50px;               /* по середине экрана */
  transform: translateY(-50%);
  width: 60px;            /* диаметр кнопки */
  height: 60px;
  background-color: #FFD800;  /* желтый фон */
  border-radius: 50%;     /* круг */
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;  /* убираем подчеркивание */
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  z-index: 9999;          /* поверх всего */
  transition: transform .2s;
}
/* Иконка внутри (например Font-Awesome) */
.phone-button .fa {
  font-size: 24px;
  color: #000;            /* цвет значка */
}
/* Эффект при наведении */
.phone-button:hover {
  transform: translateY(-50%) scale(1.1);
} 