@charset "UTF-8";
.advantages-wrapper .page-title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
  font-family: "Montserrat";
  margin-top: 3rem;
}
.advantages-wrapper .lead-text {
  font-size: 1.125rem;
  line-height: 1.5;
  max-width: 850px;
  margin-bottom: 2rem;
}

.advantages-section .section-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 3rem;
}
.advantages-section .advantages-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-template-rows: repeat(2, 1fr);
  gap: 20px;
  align-items: stretch;
  margin-bottom: 2rem;
}
.advantages-section .advantages-grid .advantage-item {
  position: relative;
  border-radius: 30px;
  padding: 32px 28px 32px 28px;
  font-size: 1.125rem;
  line-height: 1.6;
  overflow: visible;
  z-index: 0;
}
.advantages-section .advantages-grid .advantage-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(227, 225, 225, 0.5);
  border-radius: 30px;
  z-index: 1;
}
.advantages-section .advantages-grid .advantage-item::before {
  content: attr(data-num);
  position: absolute;
  top: -40px;
  left: -20px;
  font-size: 6rem;
  font-weight: 700;
  color: #6091f9;
  line-height: 1;
  font-family: "Montserrat";
  z-index: 0;
}
.advantages-section .advantages-grid .advantage-item p {
  margin: 0;
  position: relative;
  z-index: 2;
}
.advantages-section .advantages-grid .item-1 {
  grid-row: 1/3;
  grid-column: 1/2;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  align-self: stretch;
  margin-right: 2rem;
  margin-left: 1rem;
}
.advantages-section .advantages-grid .item-2 {
  grid-column: 2/3;
  grid-row: 1/2;
  margin-right: 2rem;
}
.advantages-section .advantages-grid .item-3 {
  grid-column: 2/3;
  grid-row: 2/3;
  margin-right: 2rem;
}
@media (max-width: 900px) {
  .advantages-section .advantages-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .advantages-section .advantages-grid .item-1,
  .advantages-section .advantages-grid .item-2,
  .advantages-section .advantages-grid .item-3 {
    margin: auto;
    grid-column: auto;
    grid-row: auto;
  }
}

.programs-section .programs-title {
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  margin-top: 2rem;
}
.programs-section .programs-subtitle {
  font-size: 1rem;
  color: #4E4E4E;
  margin-bottom: 1.5rem;
}
.programs-section .programs-table {
  width: 100%;
  border-collapse: collapse;
  border: none;
  font-size: 1.125rem;
  line-height: 1.6;
}
.programs-section .programs-table td {
  padding: 20px 16px;
  vertical-align: top;
  border: none;
}
.programs-section .programs-table .program-num {
  width: 4%;
  font-weight: 600;
  white-space: nowrap;
}
.programs-section .programs-table .program-text strong {
  font-weight: 600;
}
.programs-section .programs-table tbody tr:nth-child(odd) td {
  background: #B0C9FC;
}
.programs-section .programs-table tbody tr:nth-child(even) td {
  background: #F1F1F1;
}
.programs-section .btn-orange {
  background-color: #af4100;
  color: #fff;
  font-weight: 400;
  border-radius: 30px;
  padding: 10px 30px;
  text-decoration: none;
  transition: 0.2s;
}
.programs-section .btn-orange:hover {
  background-color: rgba(179, 61, 11, 0.8);
  color: #fff;
}
@media (max-width: 768px) {
  .programs-section .programs-table td {
    display: block;
    width: 100%;
    padding: 12px 10px;
  }
  .programs-section .program-num {
    display: inline-block;
    margin-right: 6px;
  }
}

.preparation-section {
  margin-top: 4rem;
  margin-bottom: 0rem;
}
.preparation-section .section-title {
  font-size: 1.5rem;
  font-weight: 600;
}
.preparation-section .methods-list {
  font-size: 1.125rem;
  max-width: 750px;
}

.notice {
  display: flex;
  align-items: center;
  background-color: #b0c9fc;
  border-radius: 30px;
  padding: 30px 30px;
  max-width: 1400px;
  margin: 1.5rem 0;
}
.notice .notice-icon {
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 2px solid #af4100;
  color: #af4100;
  font-weight: 700;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 3rem;
}
.notice p {
  margin: 0;
  font-weight: 600;
  font-size: 1.125rem;
  max-width: 1000px;
}
.notice li {
  font-weight: 600;
  font-size: 1.125rem;
  margin-bottom: 0.7rem;
}
.notice h3 {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 600px) {
  .notice {
    font-size: 1rem;
    padding: 14px 16px;
  }
  .notice .notice-icon {
    width: 24px;
    height: 24px;
    font-size: 1rem;
    margin-right: 10px;
  }
}

.apply-section .apply-title {
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  text-align: left;
  margin-top: 3rem;
}
.apply-section .btn-nok a {
  display: inline-block;
  background-color: #af4100;
  color: #fff !important;
  font-size: 1.125rem;
  font-weight: 400;
  padding: 30px 150px;
  border-radius: 45px;
  text-decoration: none !important;
  transition: background-color 0.2s ease, transform 0.1s ease;
}
.apply-section .btn-nok a:hover {
  text-decoration: underline !important;
}
.apply-section .btn-nok a:hover {
  background-color: rgba(179, 61, 11, 0.8);
  color: #fff;
}
@media (max-width: 768px) {
  .apply-section .apply-title {
    font-size: 1.125rem;
    text-align: center;
  }
  .apply-section .btn-nok a {
    width: 100%;
    max-width: 320px;
    padding: 12px 0;
    font-size: 0.95rem;
  }
}
.apply-section .btn-minstroy {
  display: inline-block;
  background-color: #af4100;
  color: #fff !important;
  font-size: 1.125rem;
  font-weight: 400;
  padding: 30px 150px;
  border-radius: 45px;
  text-decoration: none !important;
  transition: background-color 0.2s ease, transform 0.1s ease;
}
.apply-section .btn-minstroy:hover {
  text-decoration: underline !important;
  background-color: rgba(179, 61, 11, 0.8);
  color: #fff;
}
@media (max-width: 768px) {
  .apply-section .apply-title {
    font-size: 1.125rem;
    text-align: center;
  }
  .apply-section .btn-nok {
    width: 100%;
    max-width: 320px;
    padding: 12px 0;
    font-size: 0.95rem;
  }
}

.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 */