@keyframes go2264125279 {
  from {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }

  to {
    transform: scale(1) rotate(45deg);
    opacity: 1;
  }
}

@keyframes go3020080000 {
  from {
    transform: scale(0);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes go463499852 {
  from {
    transform: scale(0) rotate(90deg);
    opacity: 0;
  }

  to {
    transform: scale(1) rotate(90deg);
    opacity: 1;
  }
}

@keyframes go1268368563 {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes go1310225428 {
  from {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }

  to {
    transform: scale(1) rotate(45deg);
    opacity: 1;
  }
}

@keyframes go651618207 {
  0% {
    height: 0;
    width: 0;
    opacity: 0;
  }

  40% {
    height: 0;
    width: 6px;
    opacity: 1;
  }

  100% {
    opacity: 1;
    height: 10px;
  }
}

@keyframes go901347462 {
  from {
    transform: scale(0.6);
    opacity: 0.4;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

.go4109123758 {
  z-index: 9999;
}

.go4109123758>* {
  pointer-events: auto;
}

@keyframes rzp-rot {
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rzp-rot {
  to {
    -webkit-transform: rotate(360deg);
  }
}

.razorpay-container>iframe {
  min-height: 100% !important;
}

.answer {
  display: none;
}

.overflow-hidden1 {
  max-width: 100%
}



.modal {
  display: none;  /* По умолчанию скрыто */
  position: fixed;
  z-index: 1;  /* Модальное окно поверх всего */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);  /* Прозрачный фон */
  padding-top: 100px;
  text-align: center;
}

/* Стиль для контента модального окна */
.modal-content {
  background-color: #fff;
  margin: 5% auto;
  padding: 20px;
  border-radius: 10px;
  width: 80%;
  max-width: 400px;
  position: relative; /* Позволяет крестику быть в правом верхнем углу этого блока */
  text-align: left; /* Выравнивание текста по левому краю */
}

/* Стиль для кнопки закрытия (крестика) внутри блока */
.close {
  position: absolute;
  top: -7px;
  right: 7px;
  font-size: 30px;
  font-weight: bold;
  color: #aaa;
  cursor: pointer;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
/* ===== Burger button ===== */
#burgerBtn {
  position: absolute;
  top: 21px;        /* отступ сверху */
  right: 16px;      /* отступ справа */
  z-index: 50;
}

/* ===== Mobile menu hidden by default ===== */
#burgerMenu {
  position: fixed;
  top: 64px;
  right: 0;
  width: 260px;
  height: calc(100vh - 64px);
  background: #ecebb6;
  padding: 24px 20px;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  z-index: 40;
}

/* ===== Menu open ===== */
#burgerMenu.is-open {
  transform: translateX(0);
}

/* ===== Burger lines ===== */
.line {
  height: 2px;
  width: 24px;
  background: #ecebb6;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.is-active .line-1 {
  transform: rotate(45deg) translate(6px, 5px);
}

.is-active .line-2 {
  opacity: 0;
}

.is-active .line-3 {
  transform: rotate(-45deg) translate(6px, -5px);
}

/* ===== Menu items ===== */
#burgerMenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#burgerMenu li {
  margin-bottom: 20px;
}

#burgerMenu a {
  display: block;
  color: black;
  text-decoration: none;
  font-size: 18px;
}
/* выбираем ссылку "Inscription à l’intensif" */
ul.w-fit > li:nth-child(6) > a {
  background: linear-gradient(135deg, #d6eae7, #a2eae0);
  color: black !important;

  padding: 10px 18px;
  border-radius: 999px; /* pill button */
  font-weight: 600;

  box-shadow:
          0 6px 18px rgb(125, 188, 177, 0.68);

  transition:
          transform 0.25s ease,
          box-shadow 0.25s ease,
          background 0.25s ease;
}

/* убираем линии под кнопкой */
ul.w-fit > li:nth-child(6) > a > div {
  display: none;
}

/* hover-эффект */
ul.w-fit > li:nth-child(6) > a:hover {
  transform: translateY(-2px);
  box-shadow:
          0 6px 18px rgba(125, 188, 177, 0.68);
  background: linear-gradient(135deg, #d6eae7, #a2eae0);
}
@media only screen and (min-width: 1440px) {
  div.left-board {
    display: flex;
    flex-direction: column;
    align-content: center;
    padding: 0 300px 0 300px;
  }
}
.footer-contacts {
  display: flex;
  justify-content: space-around;
}
@media only screen and (max-width: 470px) {
  .n-logo {
    padding-top: 10px;
  }
  .n-text {
    font-size: 0.8rem;
  }
}