/* Course cards are a catalogue grid, not a carousel. */
.vrodu .classes .classes-slider {
  overflow: visible;
  text-align: left;
}
.vrodu .classes .classes-slider .swiper-wrapper {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-left: auto;
  margin-right: auto;
  max-width: 970px;
}
.vrodu .classes .classes-slider .classes-slide {
  max-width: none;
  min-width: 0;
  width: auto;
}
.vrodu .classes .classes-slider .classes-slide:nth-child(5) {
  grid-column: 1 / -1;
  justify-self: center;
  width: min(100%, 700px);
}
.vrodu .advertisement .advertisement-button,
.vrodu .teachers .teachers-button {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}

.vrodu .reviews .reviews-slider .reviews-button {
  display: flex !important;
  gap: 24px;
  justify-content: center;
  margin-top: 48px;
  position: static;
  width: 100%;
}

.vrodu .reviews .reviews-slider .reviews-button .swiper-button-prev,
.vrodu .reviews .reviews-slider .reviews-button .swiper-button-next {
  margin: 0;
  position: static !important;
  top: auto !important;
  transform: none;
}

.vrodu .faq__item-discription { display: none; }
.vrodu .faq__list,
.vrodu .faq__item { width: 100%; box-sizing: border-box; }

.vrodu .advertisement .advertisement-container h2,
.vrodu .teachers > h2,
.vrodu .flyers .flyers-container > h2:first-child,
.vrodu .reviews h2,
.vrodu .registration .registration-container h2 {
  color: #424242;
  font-family: Alice;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}

.vrodu .advertisement .advertisement-container h2 { margin-bottom: 0; }
.vrodu .teachers > h2 { margin-bottom: 64px; text-align: center; }
.vrodu .flyers .flyers-container > h2:first-child { margin-bottom: 32px; margin-top: 60px; }
.vrodu .registration .registration-container h2 { margin: 0; }

.vrodu .achievements .achievements-container h2 {
  color: #424242;
  font-family: Open Sans;
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 64px;
  text-align: center;
}

.vrodu .advertisement .advertisement-item > div,
.vrodu .advertisement .advertisement-slide > div {
  -webkit-text-stroke: 1px #913636;
  color: transparent;
  font: 700 64px/100% Open Sans;
  margin-bottom: 24px;
  text-transform: uppercase;
}

.vrodu .contacts .contacts-container .contacts-item-container .contacts-item > div {
  color: #913636;
  font-family: Open Sans;
  font-size: 24px;
  font-style: normal;
  line-height: 100%;
  margin-bottom: 24px;
}

.vrodu .contacts .contacts-container .contacts-item-container .contacts-item > div span {
  font-weight: 700;
}

.vrodu .modal.active .modal-container > div {
  color: #913636;
  font-family: Open Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: .54px;
  line-height: 140%;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .vrodu .classes .classes-slider .swiper-wrapper { grid-template-columns: 1fr; }
  .vrodu .classes .classes-slider .classes-slide:nth-child(5) { grid-column: auto; width: auto; }

  .vrodu .advertisement .advertisement-container h2,
  .vrodu .teachers > h2,
  .vrodu .flyers .flyers-container > h2:first-child,
  .vrodu .reviews h2,
  .vrodu .registration .registration-container h2 {
    font-size: 32px;
  }

  .vrodu .achievements .achievements-container h2 {
    font-size: 20px;
  }

  .vrodu .contacts .contacts-container .contacts-item-container .contacts-item > div {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
