@charset "UTF-8";
.nok-page {
  font-family: "Inter", sans-serif;
  color: #000;
}

.nok-title {
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.3;
  font-family: "Montserrat";
}

.steps-title {
  font-size: 1.5rem;
  font-weight: 600;
  text-align: left;
  margin-top: 2.5rem !important;
  margin-bottom: 0rem !important;
}

.experts-section {
  background: #fff;
  position: relative;
  /* сам слайдер */
  /* карточки */
}
.experts-section .nok-experts-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
.experts-section .nok-swiper {
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
}
.experts-section .swiper-wrapper {
  display: flex;
  align-items: stretch;
}
.experts-section .swiper-slide {
  border-radius: 40px;
  overflow: hidden;
  aspect-ratio: 1/1;
  cursor: grab;
  flex-shrink: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  background: #e3e1e1;
  transition: transform 0.3s ease;
}
.experts-section .expert-photo {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.experts-section .expert-name {
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 8px 18px;
  border-radius: 40px;
  font-size: 1rem;
  margin-bottom: 12px;
}
.experts-section .swiper-button-prev,
.experts-section .swiper-button-next {
  position: absolute;
  top: 50%;
  width: 45px;
  height: 45px;
  background: none;
  border: none;
  z-index: 10;
  cursor: pointer;
  transition: filter 0.3s ease, opacity 0.3s ease;
}
.experts-section .swiper-button-prev::after,
.experts-section .swiper-button-next::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  filter: brightness(0) saturate(100%) invert(97%) sepia(5%) saturate(47%) hue-rotate(314deg) brightness(97%) contrast(86%);
  transition: all 0.2s ease;
}
.experts-section .swiper-button-prev:hover::after,
.experts-section .swiper-button-next:hover::after {
  filter: brightness(0) saturate(100%) invert(44%) sepia(22%) saturate(0%) hue-rotate(195deg) brightness(95%) contrast(90%);
}
.experts-section .swiper-button-prev {
  left: 1rem;
  top: 12.5rem;
}
.experts-section .swiper-button-prev::after {
  background-image: url("../../img/left.svg");
}
.experts-section .swiper-button-next {
  right: 1rem;
  top: 12.5rem;
}
.experts-section .swiper-button-next::after {
  background-image: url("../../img/right.svg");
}

/*───────────────────────────────────────────────
 📱 адаптив
───────────────────────────────────────────────*/
@media (max-width: 992px) {
  .experts-section .swiper-button-prev,
  .experts-section .swiper-button-next {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 576px) {
  .experts-section .swiper-button-prev,
  .experts-section .swiper-button-next {
    display: none;
  }
}
.nok-apply-title {
  font-size: 1.5rem;
  font-weight: 600;
  text-align: left;
  margin-bottom: 2.5rem;
}

/* Контейнер с кнопками */
.apply-buttons {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

/* Кнопки */
.btn-nok {
  flex: 1 1 45%;
  height: 106px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #af4100;
  color: #fff;
  border-radius: 45px;
  font-weight: 400;
  font-size: 1.125rem;
  text-align: center;
  text-decoration: none;
  transition: background 0.3s ease, transform 0.2s ease;
}
.btn-nok:hover {
  background-color: rgba(179, 61, 11, 0.8);
  color: #fff;
}

@media (max-width: 992px) {
  .apply-buttons {
    flex-direction: column;
    gap: 15px;
    max-width: 700px;
  }
  .btn-nok {
    flex: 1 1 100%;
    width: 100%;
    height: 90px;
    font-size: 0.95rem;
  }
}
@media (max-width: 576px) {
  .btn-nok {
    height: 80px;
    font-size: 0.9rem;
  }
}
.prep-modal {
  /* Кнопка закрытия */
  /* Заголовок */
  /* Поля формы */
  /* Текстовое поле */
  /* Кнопка отправки */
  /* Успешная отправка */
  /* Анимация успеха */
}
.prep-modal .modal-dialog {
  max-width: 480px;
}
.prep-modal .modal-content {
  background: #e3e1e1;
  border-radius: 30px;
  padding: 35px;
  border: none;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}
.prep-modal .btn-close {
  filter: invert(0.5);
  width: 14px;
  height: 14px;
  margin-left: auto;
  margin-bottom: 10px;
}
.prep-modal .prep-title {
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1.5rem;
}
.prep-modal .prep-field {
  background: #fff;
  border-radius: 25px;
  padding: 0 22px;
  height: 65px;
  display: flex;
  align-items: center;
  border: 1px solid transparent;
  margin-bottom: 18px;
  transition: border 0.2s ease;
}
.prep-modal .prep-field input,
.prep-modal .prep-field textarea {
  width: 100%;
  border: none;
  background: transparent;
  outline: none;
  font-size: 1rem;
  color: #000;
}
.prep-modal .prep-field input::placeholder,
.prep-modal .prep-field textarea::placeholder {
  color: #4e4e4e;
}
.prep-modal .prep-field.error {
  border-color: #af4100 !important;
}
.prep-modal .prep-message {
  height: auto;
  padding-top: 18px;
  padding-bottom: 18px;
}
.prep-modal .prep-message textarea {
  resize: none;
  min-height: 120px;
  line-height: 1.45;
}
.prep-modal .prep-submit {
  width: 100%;
  height: 60px;
  border-radius: 30px;
  border: none;
  background: #af4100;
  font-size: 1.125rem;
  font-weight: 500;
  color: #fff;
  margin-top: 10px;
  transition: background 0.25s ease, transform 0.15s ease;
}
.prep-modal .prep-submit:hover {
  background: rgba(179, 61, 11, 0.8);
}
.prep-modal .prep-submit:active {
  transform: translateY(1px);
}
.prep-modal .prep-success {
  text-align: center;
  padding: 60px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.prep-modal .prep-success h5 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.prep-modal .prep-success .success-icon {
  width: 60px;
  height: 60px;
  animation: pop 0.3s ease-out;
}
@keyframes pop {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@media (max-width: 768px) {
  .prep-modal .modal-content {
    padding: 25px;
    border-radius: 22px;
  }
  .prep-modal .prep-field {
    height: 58px;
    padding: 0 18px;
    border-radius: 20px;
  }
  .prep-modal .prep-message textarea {
    min-height: 53px;
    align-items: center;
  }
  .prep-modal .prep-submit {
    height: 56px;
    font-size: 1rem;
    border-radius: 22px;
  }
  .prep-modal .prep-success {
    padding: 50px 0;
  }
  .prep-modal .prep-success h5 {
    font-size: 1.1rem;
  }
  .prep-modal .prep-success .success-icon {
    width: 50px;
    height: 50px;
  }
}/*# sourceMappingURL=style.css.map */