.main-background {
  /* background-color: #18385c; */
  background-image: url('/img/301.jpg'); 
  background-size: cover;
  background-position: center;
  padding: 80px 10px;
  text-align: center;
  /* color: white; */
}
html {

    scroll-behavior: smooth;
}

                           .partners {
  display: flex;
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;
  margin-top: 0px;
}

.partner {
  display: flex;
  align-items: center;
  gap: 0px;
  margin: 0px 0;
}

.partner-icon img {
  width: 70px;
  height: auto;
}
.partner-icon img[alt="Партнёр 1"] {
  width: 150px;
}
.partner-text {
   max-width: 490px;
     white-space: normal;
  word-wrap: break-word;
  font-size: 1.6em;
  color: #04435c;
  line-height: 1.2;
}

/* ======= АДАПТИВ ======= */
@media (max-width: 768px) {
  .partners {
    flex-direction: column;
    align-items: center;
  }
}

.section {
    max-width: 960px;
    margin: 40px auto;
    padding: 0 20px;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
  }

  .section h2 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #04435c;
    border-bottom: 2px solid #ccc;
    padding-bottom: 5px;
  }

  .section p {
    margin-bottom: 30px;
  }

  .section ul {
    margin: 10px 0 20px 20px;
    padding-left: 20px;
  }

  .section ul li {
    margin-bottom: 10px;
    list-style-type: disc;
  }

  @media (max-width: 600px) {
    .section {
      padding: 0 10px;
    }

    .section h2 {
      font-size: 22px;
    }
  }
  html {
  scroll-behavior: smooth;
}
#contacts {
  scroll-margin-top: 100px; /* подстрой под высоту шапки */
}