.architector {
        display: flex;
    flex-direction: row;
    align-items: center;
    gap: 9px;
}
.architector img {
        border-radius: 50%;
}
.content-main__box {
    color: #000;
        line-height: 2rem;
}
.drop-container {
  position: relative;
  display: flex;
  gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 200px;
  padding: 20px;
  border-radius: 10px;
  border: 2px dashed #555;
  color: #444;
  cursor: pointer;
  transition: background .2s ease-in-out, border .2s ease-in-out;
}

.drop-container:hover,
.drop-container.drag-active {
  background: #eee;
  border-color: #111;
}

.drop-container:hover .drop-title,
.drop-container.drag-active .drop-title {
  color: #222;
}

.drop-title {
  color: #444;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  transition: color .2s ease-in-out;
}

input[type=file] {
  width: 350px;
  max-width: 100%;
  color: #444;
  padding: 5px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #555;
}

input[type=file]::file-selector-button {
  margin-right: 20px;
  border: none;
  background: #084cdf;
  padding: 10px 20px;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  transition: background .2s ease-in-out;
}

input[type=file]::file-selector-button:hover {
  background: #0d45a5;
}
.justify-content-space-between {
        justify-content: space-between;
}
.mb-45 {
    margin-bottom: 45px;
}
.c-black {
    color: #000000;
}
.c-black {
        font-size: 1.5em;
}
.z-index-10,
.z-index-11,
.z-index-12,
.z-index-13,
.z-index-14,
.z-index-15 {
  position: relative;
  isolation: isolate;
}

.z-index-10 {
  z-index: 10;
}

.z-index-11 {
  z-index: 11;
}

.z-index-12 {
  z-index: 12;
}

.z-index-13 {
  z-index: 13;
}

.z-index-14 {
  z-index: 14;
}

.z-index-15 {
  z-index: 15;
}
@media (min-width: 62.5em){
  .p-form__g-fieldset {
    justify-content: space-between;
  }
}
.text-center {
        text-align: center;
}
.card-o-coach__photo {
    aspect-ratio: 400 / 340;
}
.content-main__box { /* сброс и базовые */ } .content-main__box html, .content-main__box body { margin: 0; padding: 0; font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial; color: #111; background: #fff; line-height: 1.5; } /* общий контейнер отступов: каждый прямой ребёнок блока получает padding */ /* Заголовки: разные уровни заметно отличаются */ .content-main__box h1 { font-size: 1.5rem; margin: 0 0 12px 0; font-weight: 700; } .content-main__box h2 { font-size: 1.125rem; margin: 20px 0 10px 0; font-weight: 600; } /* Абзацы и списки — единообразные отступы */ .content-main__box p { margin: 0 0 12px 0; } .content-main__box ul { margin: 0 0 12px 24px; padding: 0; } .content-main__box li { margin: 6px 0; } /* Ссылки и почта — визуально отличимы */ .content-main__box a { color: #0a58ca; text-decoration: underline; } /* Чёткое разделение секций */ .content-main__box section, .content-main__box header, .content-main__box footer, .content-main__box main { display: block; margin-bottom: 12px; } /* Мелкие отличия для контактных данных */ .content-main__box li:first-child { font-weight: 600; }