/* Секция контактов */
.header__nav-links,
.header__logo,
.header__phone {
  color: #00104b;
}
.contacts {
  padding: 80px 0;
  margin-top: 50px;
}

.contacts__header {
  text-align: center;
  margin-bottom: 60px;
}

.contacts__title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}

.contacts__card-img img {
  border-radius: 20px;
}

.contacts__title--highlight::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: white;
  bottom: -10px;
  left: 0;
  border-radius: 2px;
}

.contacts__content {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.contacts__info {
  flex: 1;
  min-width: 300px;
}

.contacts__form {
  flex: 2;
  min-width: 300px;
}

.contacts__card {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  margin-bottom: 20px;
  backdrop-filter: blur(10px);
}

.contacts__card-title {
  font-size: 24px;
  margin-bottom: 25px;
  font-weight: 600;
}

.contacts__item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
    url(../img/content/tild6136.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  align-items: center;
  border-radius: 20px;
  padding-top: 20px;
  padding-left: 50px;
  padding-bottom: 20px;
  padding-right: 20px;
  margin-top: 20px;
}

.contacts__icon {
  width: 24px;
  height: 24px;
  margin-top: 35px;
  flex-shrink: 0;
  color: #0a2896;
  font-size: 20px;
}

.contacts__text {
  flex: 1;
  border-radius: 20px;
}

.contacts__label {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  font-family: "Unbounded", Arial, sans-serif;
  margin-bottom: 8px;
  display: block;
  left: -30px;
}

.contacts__value {
  font-size: 14px;
  line-height: 1.5;
  display: inline-block;
}

/* Форма */
.form {
  width: 100%;
  background: white;
  border-radius: 15px;
  padding: 50px 30px 30px 30px;
  color: #333;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
    url(../img/content/tild6136.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}

.form__title {
  font-size: 28px;
  font-family: "Unbounded", Arial, sans-serif;
  line-height: 35px;
  font-weight: 500;
  margin-bottom: 40px;
  color: #00104b;
}

.form__group {
  margin-bottom: 29px;
}

.form__input {
  width: 100%;
  padding: 15px;
  color: rgb(0, 0, 0);
  border: 1px solid rgb(0, 0, 0);
  border-radius: 15px;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  transition: border-color 0.3s;
}

.form__input:focus {
  outline: none;
  border-color: #124de3;
}

.form__textarea {
  min-height: 120px;
  resize: vertical;
}

.form__checkbox {
  margin-bottom: 10px;
}

.form__checkbox-input {
  margin-right: 10px;
  margin-top: 5px;
}

.form__checkbox-p {
  color: #00104b;
  font-family: "Montserrat", sans-serif;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 400;
}
.form__checkbox-label {
  font-size: 14px;
  font-weight: 400;
}

.form__link {
  color: #008bff;
  text-decoration: none;
}

.form__link:hover {
  text-decoration: underline;
}

.form__submit {
  width: 100%;
  padding: 15px;
  background: #0a2896;
  color: white;
  border: none;
  border-radius: 15px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s;
  font-family: "Montserrat", sans-serif;
}

.form__submit:hover {
  background: #124de3;
}

/* Секция "Как это работает" */
.process {
  padding: 80px 0;
  background: #f8f9fa;
}

.process__header {
  text-align: center;
  margin-bottom: 60px;
}

.process__title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #124de3;
}

.process__steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  position: relative;
}

.process__step {
  flex: 1;
  min-width: 200px;
  max-width: 220px;
  text-align: center;
  position: relative;
}

.process__step-icon {
  width: 70px;
  height: 70px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.process__step-icon img {
  width: 40px;
  height: 40px;
}

.process__step-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #333;
}

.process__arrow {
  position: absolute;
  top: 35px;
  right: -15px;
  color: #124de3;
  font-size: 20px;
}

.process__divider {
  height: 1px;
  background: #ddd;
  margin: 40px auto;
  max-width: 500px;
}

.process__cta {
  text-align: center;
  margin-top: 50px;
}

.process__button {
  display: inline-block;
  padding: 18px 40px;
  background: linear-gradient(135deg, #124de3 0%, #0031ae 100%);
  color: white;
  text-decoration: none;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  transition: transform 0.3s, box-shadow 0.3s;
}

.process__button:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(18, 77, 227, 0.2);
}

/* Адаптивность */
@media (max-width: 992px) {
  .process__steps {
    gap: 20px;
  }

  .process__step {
    min-width: 150px;
  }

  .process__arrow {
    display: none;
  }
}

@media (max-width: 768px) {
  #header__bur i {
    background: #00104b;
    width: 24px;
    display: block;
    margin: 3px 0;
    height: 1px;
    -webkit-transition: width 0.1s linear;
    transition: width 0.1s linear;
  }
  .contacts__content {
    flex-direction: column;
  }
  .contacts__header {
    margin-bottom: 0px;
  }

  .contacts__title,
  .process__title {
    font-size: 28px;
  }

  .contacts__content {
    gap: 10px;
  }

  .process__steps {
    flex-direction: column;
    align-items: center;
  }

  .process__step {
    max-width: 100%;
    width: 100%;
  }

  .process__divider {
    display: none;
  }
  .form__checkbox-p,
  .form__link {
    text-align: center;
  }
}

@media (max-width: 480px) {
  .contacts__title,
  .process__title {
    font-size: 24px;
  }

  .contacts__card,
  .form {
    padding: 20px;
  }

  .form__title {
    font-size: 24px;
  }

  .process__button {
    width: 100%;
    text-align: center;
  }
  .contacts__item {
    border-radius: 20px;
    padding-top: 20px;
    padding-left: 20px;
    padding-bottom: 30px;
    padding-right: 20px;
    margin-top: 30px;
    gap: 10px;
  }
  .contacts__value {
    margin: 0;
  }
}

/* Анимации */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.contacts__content,
.process__steps {
  animation: fadeIn 0.8s ease-out;
}

.process__step {
  animation: fadeIn 0.8s ease-out;
  animation-fill-mode: both;
}

.process__step:nth-child(1) {
  animation-delay: 0.1s;
}
.process__step:nth-child(2) {
  animation-delay: 0.2s;
}
.process__step:nth-child(3) {
  animation-delay: 0.3s;
}
.process__step:nth-child(4) {
  animation-delay: 0.4s;
}
.process__step:nth-child(5) {
  animation-delay: 0.5s;
}
