

/* Start:/local/templates/public/components/bitrix/news.detail/holidays-page__banner/style.css?17742502207458*/
.leave-request-button {
  height: 43px;
  max-height: 43px;
  min-height: 43px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0052f1;
  border-radius: 6px;
  border: none;
  color: #fff;
  font-size: 16px;
  transition: all 0.3s ease;
}

.holiday-banner {
  width: 100%;
  max-height: 800px;
  min-height: 629px;
  overflow: hidden;
  aspect-ratio: 1920/800;
}
.holiday-banner__substrate {
  width: 100%;
  height: 100%;
  padding: 0 75px;
  background-position: top right;
  background-size: contain;
  background-repeat: no-repeat;
}
.holiday-banner__inner {
  width: 100%;
  max-width: 1633px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.holiday-banner__content {
  max-width: 554px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
}
.holiday-banner__title {
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  color: #000;
}
.holiday-banner__head {
  position: relative;
}
.holiday-banner__heading {
  font-family: "Onder" !important;
  font-weight: 500;
  font-size: 40px;
  line-height: 69px;
  text-transform: uppercase;
  color: #000;
}
.holiday-banner__programs {
  position: relative;
}
.holiday-banner__program {
  height: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 20px;
  position: absolute;
  top: 100%;
  left: 0;
  border-radius: 100px;
}
.holiday-banner__program:nth-child(1) {
  transform: translate(-20%, -60%) rotate(-13.6deg);
}
.holiday-banner__program:nth-child(2) {
  transform: translate(30%, 0) rotate(-0.36deg);
}
.holiday-banner__program:nth-child(3) {
  transform: translate(0, 0) rotateX(0);
}
.holiday-banner__program:nth-child(4) {
  transform: translate(0, 0) rotateX(0);
}
.holiday-banner__program-text {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  background-clip: text;
  text-transform: capitalize;
  text-wrap: nowrap;
}
.holiday-banner__age {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 14px 20px;
  height: 39px;
  border: 1px solid #000000;
  border-radius: 50px;
}
.holiday-banner__description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400;
  font-size: 16px;
  line-height: 133%;
  color: #23232b;
}
.holiday-banner__start-date {
  padding: 24px 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  border-radius: 12px;
}
.holiday-banner__start-date-data {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.holiday-banner__start-date-data-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #000;
}
.holiday-banner__start-date-data-date {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #000;
}
.holiday-banner__start-date-data .leave-request-button {
  max-width: 160px;
}
.holiday-banner__image {
  height: 100%;
}

.holiday-cards {
  width: 100%;
  padding: 35px 48px;
  background: #ebf6ff;
}
.holiday-cards__inner {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.holiday-card {
  width: 306px;
  min-width: 306px;
  max-width: 306px;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 16px;
  background: #fff;
  border-radius: 25px;
}
.holiday-card__image {
  width: 52px;
  height: 52px;
  max-width: 52px;
  max-height: 52px;
  min-width: 52px;
  max-height: 52px;
}
.holiday-card__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.holiday-card__content-title, .holiday-card__content-description {
  font-size: 16px;
  line-height: 19px;
  color: #000;
}
.holiday-card__content-title {
  font-weight: 500;
}
.holiday-card__content-description {
  font-weight: 400;
}

@media (max-width: 1600px) {
  .holiday-cards {
    padding: 50px 48px;
  }
  .holiday-cards__inner {
    flex-wrap: wrap;
    justify-content: center;
  }
  .holiday-card {
    width: 31%;
    min-width: 306px;
    max-width: 32%;
  }
  .holiday-banner__heading {
    font-weight: 500;
    font-size: 30px;
    line-height: 171.77%;
  }
  .holiday-banner__content {
    gap: 30px;
  }
  .holiday-banner__description {
    -webkit-line-clamp: 3;
  }
  .holiday-banner__program-text {
    font-size: 18.946px;
    line-height: 23px;
  }
}
@media (max-width: 1180px) {
  .holiday-banner__substrate {
    background-position: center right -135px;
    background-size: cover;
  }
}
@media (max-width: 1100px) {
  .holiday-cards__inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .holiday-card {
    width: 100%;
    min-width: auto;
    max-width: unset;
  }
  .holiday-banner {
    min-height: 595px;
  }
  .holiday-banner__content {
    max-width: 351px;
  }
  .holiday-banner__title {
    font-size: 20px;
  }
  .holiday-banner__heading {
    font-weight: 500;
    font-size: 26px;
  }
  .holiday-banner__description {
    -webkit-line-clamp: 5;
    font-size: 14px;
    line-height: 133.5%;
  }
  .holiday-banner__age {
    font-size: 14px;
    line-height: 133%;
  }
  .holiday-banner__start-date {
    padding: 20px;
    gap: 20px;
  }
  .holiday-banner__start-date-data-date {
    font-size: 22px;
    line-height: 26px;
  }
}
@media (max-width: 1024px) {
  .holiday-cards {
    padding: 50px 28px;
  }
}
@media (max-width: 880px) {
  .holiday-banner__image {
    height: 80%;
    max-width: 479px;
    position: relative;
    align-self: flex-end;
    object-fit: cover;
    object-position: -47px;
  }
  .holiday-banner__content {
    max-width: 360px;
  }
  .holiday-banner__substrate {
    padding: 0 50px;
    background-position: bottom right -430px;
  }
}
@media (max-width: 800px) {
  .holiday-banner {
    max-height: none;
    overflow: visible;
    aspect-ratio: unset;
  }
  .holiday-banner__inner {
    flex-direction: column;
    align-items: stretch;
  }
  .holiday-banner__image {
    height: auto;
    max-width: none;
    align-self: auto;
    object-fit: contain;
    object-position: center;
  }
  .holiday-banner__content {
    max-width: none;
  }
  .holiday-banner__start-date {
    width: 100%;
  }
  .holiday-banner__substrate {
    padding: 35px 33px 0 33px;
    background-position: bottom 0px center;
    background-size: contain;
  }
}
@media (max-width: 640px) {
  .holiday-cards__inner {
    grid-template-columns: repeat(1, 1fr);
  }
  .holiday-banner__heading {
    font-size: 24px;
  }
  .holiday-banner__content {
    gap: 20px;
  }
  .holiday-banner__program {
    height: 38px;
    padding: 0 18px;
  }
}
@media (max-width: 445px) {
  .holiday-banner__heading {
    font-size: 20px;
  }
}
@media (max-width: 400px) {
  .holiday-banner__heading, .holiday-banner__programs {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .holiday-banner__program {
    transform: none;
    position: static;
    top: 0;
    left: 0;
  }
  .holiday-banner__program:nth-child(n) {
    transform: none;
    position: static;
    top: 0;
    left: 0;
  }
  .holiday-banner__start-date {
    flex-direction: column;
  }
  .holiday-banner__start-date .leave-request-button {
    width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/public/components/bitrix/news.list/holidays-detail-page__programs/style.css?17743525805592*/
.holiday-programs {
  width: 100%;
  padding: 0 48px;
}
.holiday-programs__preview-cards {
  width: 100%;
  max-width: 1300px;
  margin: 75px auto 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 4%;
}
.holiday-programs__preview-card {
  width: 48%;
  min-width: 380px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.holiday-programs__preview-card-title {
  font-family: "Onder" !important;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 69px;
  text-align: center;
  text-transform: uppercase;
  color: #000;
}
.holiday-programs__preview-card-aging {
  margin-top: auto;
  font-family: "Onder" !important;
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 100.9%;
  text-align: center;
  text-transform: uppercase;
  color: #828d9d;
}
.holiday-programs__preview-card-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}
.holiday-programs__preview-card-tag {
  height: 35px;
  padding: 0 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #828d9d;
  border-radius: 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 133%;
  color: #828d9d;
}
.holiday-programs__preview-card-image {
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
}
.holiday-programs__subjects {
  width: 100%;
  max-width: 1300px;
  margin: 100px auto 0 auto;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.holiday-programs__subjects-title {
  font-weight: 600;
  font-size: 40px;
  line-height: 100.9%;
  text-align: center;
  color: #000;
}
.holiday-programs__program-subjects {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 75px 110px 50px 110px;
  background: #23232b;
  border-radius: 60px;
}
.holiday-programs__program-subjects-title {
  margin-bottom: 24px;
  font-weight: 600;
  font-size: 36px;
  line-height: 100.9%;
}
.holiday-programs__program-subjects .leave-request-button {
  margin-top: 38px;
  align-self: center;
}
.holiday-programs__program-subject {
  padding: 30px 26px;
  margin-bottom: 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: #fff;
  border-radius: 24px;
  cursor: pointer;
}
.holiday-programs__program-subject-title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  font-size: 20px;
  line-height: 100.9%;
  color: #23232b;
}
.holiday-programs__program-subject-hider {
  max-width: 32px;
  max-height: 32px;
  min-width: 32px;
  min-height: 32px;
  width: 32px;
  height: 32px;
  position: relative;
  background: #f0f1f5;
  border-radius: 100%;
  transform: rotate(0deg);
  transition: all 0.3s ease;
}
.holiday-programs__program-subject-hider::before, .holiday-programs__program-subject-hider::after {
  height: 18px;
  width: 2px;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #0052f1;
  transition: all 0.3s ease;
}
.holiday-programs__program-subject-hider::before {
  transform: translate(-50%, -50%) rotate(0deg);
}
.holiday-programs__program-subject-hider::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.holiday-programs__program-subject-description {
  padding-top: 0;
  max-height: 0;
  overflow: hidden;
  font-weight: 400;
  font-size: 14px;
  line-height: 133.5%;
  color: #525b6c;
  transition: all 0.3s ease;
}
.holiday-programs__program-subject.--active .holiday-programs__program-subject-description {
  padding-top: 10px;
  max-height: 200px;
}
.holiday-programs__program-subject.--active .holiday-programs__program-subject-hider {
  transform: rotate(-45deg);
}
.holiday-programs__program-subject.--active .holiday-programs__program-subject-hider::before, .holiday-programs__program-subject.--active .holiday-programs__program-subject-hider::after {
  background: #d52b1e;
}

@media (max-width: 1600px) {
  .holiday-programs__preview-card-title {
    font-weight: 500;
    font-size: 26px;
    line-height: 100.9%;
  }
  .holiday-programs__preview-card-aging {
    font-weight: 500;
    font-size: 10px;
    line-height: 100.9%;
  }
}
@media (max-width: 1180px) {
  .holiday-programs__subjects {
    margin: 75px auto 0 auto;
  }
  .holiday-programs__subjects-title {
    font-weight: 600;
    font-size: 40px;
    line-height: 100.9%;
    text-align: center;
    color: #000;
  }
  .holiday-programs__program-subjects {
    padding: 50px;
  }
  .holiday-programs__program-subjects-title {
    font-size: 30px;
    line-height: 100.9%;
  }
}
@media (max-width: 1100px) {
  .holiday-programs__preview-card-title {
    font-size: 20px;
  }
  .holiday-programs__preview-card-aging {
    font-size: 8px;
  }
}
@media (max-width: 1024px) {
  .holiday-programs {
    padding: 0 28px;
  }
}
@media (max-width: 880px) {
  .holiday-programs__preview-cards {
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 50px;
  }
  .holiday-programs__preview-card {
    width: 100%;
    min-width: auto;
  }
  .holiday-programs__preview-card-image {
    border-radius: 20px;
  }
  .holiday-programs__subjects-title {
    padding: 0 28px;
  }
}
@media (max-width: 640px) {
  .holiday-programs {
    padding: 0;
  }
  .holiday-programs__preview-cards {
    padding: 0 28px;
    margin: 50px auto 0 auto;
  }
  .holiday-programs__subjects {
    gap: 39px;
    margin: 50px auto 0 auto;
  }
  .holiday-programs__program-subjects {
    padding: 50px 33px;
    border-radius: 30px;
  }
  .holiday-programs__programs-subjects {
    padding: 50px 33px;
    gap: 39px;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/public/components/bitrix/news.detail/holidays-page__gallery/style.css?17726188043452*/
.holiday-gallery-section {
  width: 100%;
  padding: 0 48px;
}

.holiday-gallery {
  width: 100%;
  max-width: 1300px;
  margin: 100px auto 0 auto;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.holiday-gallery__title {
  font-weight: 600;
  font-size: 40px;
  line-height: 100.9%;
  text-align: center;
  color: #000;
}
.holiday-gallery__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.holiday-gallery__item {
  max-width: 419px;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
}
.holiday-gallery__item-preview {
  display: flex;
  align-items: flex-start;
}
.holiday-gallery__item-preview-image {
  width: 45px;
  aspect-ratio: 1/1;
}
.holiday-gallery__item-preview-text {
  font-weight: 600;
  font-size: 96px;
  line-height: 70px;
  color: #000;
}
.holiday-gallery__item-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.holiday-gallery__item-content-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #000;
}
.holiday-gallery__item-content-description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400;
  font-size: 16px;
  line-height: 133%;
  color: #000;
}
.holiday-gallery__item-image {
  width: 100%;
}
.holiday-gallery__item:nth-child(1) {
  padding-right: 50px;
}
.holiday-gallery__item:nth-child(2) {
  grid-row: 2;
  grid-column: 3;
  padding: 24px;
}
.holiday-gallery__item:nth-child(3) {
  grid-row: 3;
  grid-column: 2;
  padding: 40px;
  background: linear-gradient(135.17deg, rgba(174, 220, 255, 0.39) 0%, rgba(174, 220, 255, 0.18) 100%);
  border-radius: 30px;
}

@media (max-width: 1600px) {
  .holiday-gallery {
    margin: 75px auto 0 auto;
  }
  .holiday-gallery__items {
    gap: 20px;
  }
}
@media (max-width: 1100px) {
  .holiday-gallery__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  .holiday-gallery__item {
    max-width: none;
  }
  .holiday-gallery__item:nth-child(1) {
    padding-right: 10px;
  }
  .holiday-gallery__item:nth-child(2) {
    grid-row: 3;
    grid-column: 2;
  }
  .holiday-gallery__item:nth-child(3) {
    grid-row: 4;
    grid-column: 1;
  }
  .holiday-gallery__item:nth-child(8) {
    grid-column-end: 3;
    grid-column-start: 1;
    grid-row: 5;
    aspect-ratio: 2/1;
  }
}
@media (max-width: 1024px) {
  .holiday-gallery-section {
    padding: 0 28px;
  }
}
@media (max-width: 640px) {
  .holiday-gallery {
    margin: 50px auto 0 auto;
    gap: 0;
  }
  .holiday-gallery__items {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .holiday-gallery__item:nth-child(1) {
    padding: 50px 0;
    aspect-ratio: auto;
    align-items: center;
  }
  .holiday-gallery__item:nth-child(1) .holiday-gallery__item-content-title, .holiday-gallery__item:nth-child(1) .holiday-gallery__item-content-description {
    text-align: center;
  }
  .holiday-gallery__item:nth-child(2) {
    grid-row: 5;
    grid-column: 1;
  }
  .holiday-gallery__item:nth-child(3) {
    grid-row: 7;
  }
  .holiday-gallery__item:nth-child(8) {
    grid-column-end: auto;
    grid-column-start: auto;
    grid-row: 9;
    aspect-ratio: 1/1;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/public/components/bitrix/news.list/holidays-detail-page__sessions/style.css?17743572734544*/
.holiday-sessions-section {
  width: 100%;
  padding: 100px 48px;
  margin: 100px auto 0 auto;
  background: #ebf6ff;
}

.holiday-sessions {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.holiday-sessions__heading {
  margin-bottom: 24px;
  font-weight: 600;
  font-size: 40px;
  line-height: 100.9%;
  text-align: center;
  color: #000;
}
.holiday-sessions__description {
  margin-bottom: 50px;
  font-weight: 400;
  font-size: 16px;
  line-height: 133%;
  text-align: center;
  color: #828d9d;
}
.holiday-sessions__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2%;
}
.holiday-sessions__item {
  width: 49%;
  max-width: 636px;
  padding: 48px;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 30px;
  transition: all 0.5s ease;
  transform: translateY(-100px);
  opacity: 0;
}
.holiday-sessions__item.--visible {
  transform: translateY(0);
  opacity: 1;
}
.holiday-sessions__item-title {
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 16px;
  line-height: 133%;
  color: #828d9d;
}
.holiday-sessions__item-dates {
  margin-bottom: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.holiday-sessions__item-date {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
  height: 35px;
  border: 1px solid #aedcff;
  border-radius: 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 133%;
  color: #000;
  transition: all 0.3s ease;
  cursor: pointer;
}
.holiday-sessions__item-date.--active {
  background: #aedcff;
  border: 1px solid #aedcff;
}
.holiday-sessions__item-date.--inactive {
  border: 1px solid #dde0eb;
  color: #dde0eb;
  cursor: not-allowed;
}
.holiday-sessions__item-date:hover {
  background: #aedcff;
  border: 1px solid #aedcff;
}
.holiday-sessions__item-session {
  height: 100%;
  display: none;
  flex-direction: column;
  align-items: flex-start;
}
.holiday-sessions__item-session.--active {
  display: flex;
}
.holiday-sessions__item-session.--inactive {
  display: none;
}
.holiday-sessions__item-session-heading {
  margin-bottom: 24px;
  font-weight: 600;
  font-size: 33px;
  line-height: 40px;
  color: #000;
}
.holiday-sessions__item-session-description {
  margin-bottom: 24px;
  font-weight: 400;
  font-size: 16px;
  line-height: 133%;
  color: #525b6c;
}
.holiday-sessions__item-session-description ul {
  list-style-position: inside;
}
.holiday-sessions__item-session-payment {
  width: 100%;
  padding: 20px;
  margin-top: auto;
  margin-bottom: 24px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  border: 1px solid #aedcff;
  border-radius: 20px;
}
.holiday-sessions__item-session-payment .holiday-sessions__item-title {
  margin-bottom: 0;
}
.holiday-sessions__item-session-age {
  margin: auto 0 4px 0;
  grid-row: 1;
  grid-column: 1;
  display: flex;
  gap: 8px;
}
.holiday-sessions__item-session-time {
  margin: 4px 0 auto 0;
  grid-row: 2;
  grid-column: 1;
  display: flex;
  gap: 8px;
}
.holiday-sessions__item-session-price {
  width: fit-content;
  grid-row-start: 1;
  grid-row-end: 3;
  grid-column: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: auto;
}
.holiday-sessions__item-session-price .holiday-sessions__item-data {
  font-weight: 600;
  font-size: 33px;
  line-height: 34px;
  color: #000;
}
.holiday-sessions__item-session .leave-request-button {
  width: 100%;
  cursor: pointer;
}
.holiday-sessions__item-data {
  font-weight: 400;
  font-size: 16px;
  line-height: 133%;
  color: #000;
}

@media (max-width: 1180px) {
  .holiday-sessions-section {
    margin: 75px auto 0 auto;
  }
}
@media (max-width: 1100px) {
  .holiday-sessions__items {
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: unset;
    gap: 20px;
  }
  .holiday-sessions__item {
    width: 100%;
    max-width: none;
  }
}
@media (max-width: 1024px) {
  .holiday-sessions-section {
    padding: 100px 28px;
  }
}
@media (max-width: 880px) {
  .holiday-sessions-section {
    padding: 50px 28px;
  }
}
@media (max-width: 640px) {
  .holiday-sessions-section {
    margin: 50px auto 0 auto;
    padding: 50px 0;
  }
  .holiday-sessions__item {
    padding: 33px;
  }
  .holiday-sessions__item-session-payment {
    padding: 24px 20px;
  }
  .holiday-sessions__item-date {
    font-size: 14px;
  }
  .holiday-sessions__heading, .holiday-sessions__description {
    padding: 0 28px;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/public/components/bitrix/news.detail/holidays-page__faq/style.css?17743576462760*/
.faq__section {
  width: 100%;
  padding: 0 48px;
}

.faq {
  width: 100%;
  max-width: 1300px;
  margin: 100px auto 0 auto;
  display: flex;
  gap: 24px;
}
.faq__head {
  width: 30%;
  max-width: 310px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.faq__header {
  font-weight: 500;
  font-size: 40px;
  line-height: 100.9%;
  color: #000;
  align-self: stretch;
}
.faq__description {
  font-weight: 400;
  font-size: 16px;
  line-height: 133%;
  color: #000;
  align-self: stretch;
}
.faq__accordion {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
.faq__accordion-item {
  padding: 24px;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid #aedcff;
  border-radius: 8px;
  cursor: pointer;
}
.faq__accordion-item:hover {
  border: 1px solid #35a9ff;
}
.faq__accordion-item-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
.faq__accordion-item-arrow {
  transition: all 0.5s ease;
}
.faq__accordion-item.--active .faq__accordion-item-answer {
  max-height: 200px;
  margin-top: 24px;
}
.faq__accordion-item.--active .faq__accordion-item-arrow {
  transform: rotate(180deg);
}
.faq__accordion-item {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.3s ease;
}
.faq__accordion-item.--visible {
  opacity: 1;
  transform: translateY(0);
}
.faq__accordion-item-question {
  text-align: left;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #23232b;
  background: transparent;
  cursor: pointer;
}
.faq__accordion-item-answer {
  text-align: left;
  max-height: 0;
  margin-top: 0px;
  transition: all 0.5s ease;
  overflow: hidden;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #525b6c;
}
.faq .leave-request-button {
  color: #fff;
  cursor: pointer;
}
.faq .leave-request-button.--mobile {
  display: none;
  align-self: center;
}

@media (max-width: 1180px) {
  .faq__section {
    padding: 0 28px;
  }
  .faq {
    margin: 75px auto 0 auto;
  }
}
@media (max-width: 1024px) {
  .faq__section {
    padding: 0 28px;
  }
}
@media (max-width: 640px) {
  .faq__section {
    padding: 0 28px;
  }
  .faq {
    margin: 50px auto 0 auto;
    flex-direction: column;
    gap: 20px;
  }
  .faq__head {
    width: 100%;
    max-width: 100%;
    font-size: 36px;
  }
  .faq__header {
    text-align: center;
  }
  .faq__header br:nth-child(2) {
    display: none;
  }
  .faq__description {
    font-weight: 400;
    font-size: 16px;
    line-height: 133%;
    text-align: center;
    color: #828d9d;
  }
  .faq .leave-request-button {
    display: none;
  }
  .faq .leave-request-button.--mobile {
    display: flex;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/public/components/bitrix/news.detail/holidays-page__large-form/style.css?17743475563928*/
.large-form__wrapper {
  width: 100%;
  padding: 0 48px;
  margin: 100px auto 0 auto;
}

.large-form {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 100px;
  gap: 24px;
  border-radius: 30px;
}
.large-form__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
}
.large-form__content-header {
  font-weight: 600;
  font-size: 40px;
  line-height: 100.9%;
  color: #000;
}
.large-form__content-description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400;
  font-size: 16px;
  line-height: 133%;
  color: #23232b;
}
.large-form__form {
  width: 100%;
  display: flex;
  gap: 24px;
}
.large-form__form-group {
  flex: 1;
  max-height: 43px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}
.large-form__form-group.--error {
  max-height: 80px;
}
.large-form__form-group.--error .large-form__form-input {
  border: 1px solid #fff !important;
}
.large-form__form-group.--error .large-form__form-error {
  transform: scale(1);
}
.large-form__form-input {
  width: 100%;
  height: 43px;
  min-height: 43px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #fff;
  border: 1px solid #fff !important;
  border-radius: 6px;
  transition: all 0.5s ease;
  outline: none;
}
.large-form__form-input:hover {
  border: 1px solid #fff !important;
}
.large-form__form-input::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #bbc4d2;
}
.large-form__form-error {
  transition: all 0.3s ease;
  transform-origin: top;
  transform: scale(0);
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
}
.large-form__form .leave-request-button {
  flex: 1;
}
.large-form__submit {
  cursor: pointer;
}
.large-form__submit:hover {
  background: #3075fd;
}
.large-form__submit:disabled {
  background: #3075fd;
  cursor: not-allowed;
}
.large-form__inscription {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #23232b;
}
.large-form__inscription-checkmark {
  width: 15px;
  min-width: 15px;
  max-width: 15px;
  aspect-ratio: 1/1;
  background: #fff;
  border: 1px solid #dde0eb;
  border-radius: 4px;
  position: relative;
}
.large-form__inscription-checkmark::after {
  display: none;
  content: "";
  width: 11px;
  height: 11px;
  position: absolute;
  top: 1px;
  left: 1px;
  border-radius: 2px;
  background: #0052f1;
}
.large-form__inscription-checkmark.--checked::after {
  display: block;
}
.large-form__inscription-checkmark input[type=checkbox] {
  width: 0;
  height: 0;
  display: none;
}
.large-form__inscription-checkmark {
  cursor: pointer;
}
.large-form__inscription.--error .large-form__inscription-checkmark {
  border: 1px solid #ff0000;
}
.large-form__inscription.--error .large-form__inscription-text {
  color: #ff0000;
}
.large-form__inscription-text a {
  color: #23232b;
  text-decoration: underline;
}

@media (max-width: 1180px) {
  .large-form__wrapper {
    margin: 75px auto 0 auto;
  }
  .large-form__form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .large-form__content-description {
    -webkit-line-clamp: 3;
  }
}
@media (max-width: 1024px) {
  .large-form__wrapper {
    padding: 0 28px;
  }
}
@media (max-width: 880px) {
  .large-form__wrapper {
    padding: 0;
  }
  .large-form {
    border-radius: 0;
    padding: 50px;
  }
}
@media (max-width: 640px) {
  .large-form__wrapper {
    margin: 50px auto 0 auto;
  }
  .large-form {
    padding: 50px 33px;
  }
  .large-form__content-description {
    -webkit-line-clamp: 6;
  }
  .large-form__form {
    grid-template-columns: repeat(1, 1fr);
  }
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/public/components/bitrix/news.list/holidays-detail-page__reviews/style.css?17726176632703*/
.reviews-section {
  width: 100%;
  margin: 100px auto 0 auto;
  overflow: hidden;
}

.reviews {
  position: relative;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}
.reviews__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}
.reviews__heading {
  font-weight: 600;
  font-size: 40px;
  line-height: 100.9%;
  text-align: center;
  color: #000;
}
.reviews__links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 17px;
}
.reviews__link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  height: 92px;
  background: #ffffff;
  border: 1px solid #aedcff;
  border-radius: 100px;
}
.reviews__items {
  display: flex;
}
.reviews__item-wrapper {
  padding: 0 12px;
  max-width: 440px;
  width: 31.67vw;
  position: relative;
  top: 0;
  left: 0;
  user-select: none;
  transition: all 0.5s ease;
}
.reviews__item-wrapper.--moving {
  transition: none;
}
.reviews__item {
  height: 100%;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  background: #f5faff;
  border-radius: 30px;
}
.reviews__item-stars {
  display: flex;
  align-items: center;
  gap: 0;
}
.reviews__item-star {
  padding: 3px;
  min-width: 27px;
  width: 27px;
  max-width: 27px;
  aspect-ratio: 1/1;
}
.reviews__item-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 133%;
  color: #000;
}
.reviews__item-reviewer {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}
.reviews__item-reviewer-avatar {
  max-width: 40px;
  min-width: 40px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  overflow: hidden;
}
.reviews__item-reviewer-name {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #000;
}

@media (max-width: 1180px) {
  .reviews-section {
    margin: 75px auto 0 auto;
  }
  .reviews__link-image {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .reviews-section {
    padding: 0 28px;
  }
}
@media (max-width: 880px) {
  .reviews__items {
    flex-direction: column;
    gap: 24px;
  }
  .reviews__item-wrapper {
    display: none;
  }
  .reviews__item-wrapper:nth-child(-n+3) {
    width: 100%;
    max-width: none;
    padding: 0;
    display: flex;
  }
  .reviews__link {
    max-width: 180px;
    height: auto;
    padding: 6px 14px;
  }
}
@media (max-width: 640px) {
  .reviews-section {
    margin: 50px auto 0 auto;
  }
  .reviews {
    gap: 35px;
  }
  .reviews__links {
    flex-wrap: wrap;
    gap: 20px;
  }
  .reviews__head {
    gap: 35px;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/public/components/bitrix/news.list/holidays-detail-page__courses/style.css?17743557865153*/
.courses__section {
  width: 100%;
  margin: 100px auto;
  position: relative;
  padding: 0 48px;
}

.courses {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 50px;
  position: relative;
  z-index: 1;
}
.courses__slider-container {
  position: relative;
}
.courses__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.courses__header {
  font-weight: 600;
  font-size: 40px;
  line-height: 100.9%;
  color: #000000;
  text-align: center;
}
.courses__description {
  text-align: center;
  color: #828d9d;
}
.courses__cards {
  display: flex;
  gap: 24px;
  transition: transform 0.5s ease;
  position: relative;
  min-height: 500px;
}
.courses__slider-controls {
  display: none;
  justify-content: center;
  gap: 20px;
  margin: 50px 0 0 0;
  padding: 0 10px;
}
.courses__slider-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #0052f1;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.courses__slider-arrow:hover {
  background: #3075fd;
  transform: scale(0.95);
}
.courses__slider-arrow svg {
  width: 24px;
  height: 24px;
}
.courses__card {
  flex: 1;
  padding: 35px 34px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #aedcff;
  cursor: pointer;
  transition: all 0.5s ease;
}
.courses__card-title, .courses__card-header, .courses__card-description, .courses__card-age, .courses__card-remaining-places {
  margin-top: 24px;
  text-align: center;
  line-height: 133.5%;
  opacity: 0.8;
}
.courses__card-title {
  margin-top: 0;
  font-weight: 400;
  font-size: 14px;
  color: #525b6c;
}
.courses__card-header {
  font-weight: 600;
  font-size: 24px;
  color: #000;
}
.courses__card-description {
  color: #525b6c;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400;
  font-size: 14px;
}
.courses__card-age {
  font-weight: 600;
  font-size: 14px;
  color: #525b6c;
}
.courses__card-remaining-places {
  font-weight: 600;
  font-size: 14px;
}
.courses__card-remaining-places.--lot {
  color: green;
}
.courses__card-remaining-places.--some {
  color: orange;
}
.courses__card-remaining-places.--few {
  color: #9c211b;
}
.courses__card-image {
  width: 100%;
  max-width: 348px;
  margin: 20px auto;
  height: unset;
}
.courses__card .leave-request-button {
  color: #fff;
}
.courses__card:hover {
  box-shadow: 0px 0px 30px rgba(0, 132, 255, 0.3);
}

@media (max-width: 1180px) {
  .courses__section {
    margin: 75px auto;
  }
}
@media (max-width: 1024px) {
  .courses__section {
    padding: 0 28px;
  }
}
@media (max-width: 880px) {
  .courses__card-age {
    margin-top: auto;
  }
  .courses__card-header {
    margin-bottom: 24px;
  }
}
@media (max-width: 700px) {
  .courses__section {
    margin: 50px auto;
  }
  .courses {
    gap: 50px;
  }
  .courses__section {
    overflow: hidden;
  }
  .courses__head {
    width: 80%;
    margin: 0 auto;
  }
  .courses__header {
    text-align: center;
  }
  .courses__description {
    text-align: center;
  }
  .courses__cards {
    height: 650px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
  }
  .courses__card {
    position: absolute;
    width: 100%;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid #aedcff;
    cursor: pointer;
  }
  .courses__card:not(.active):not(.prev):not(.next) {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  .courses__card.active {
    transform: translateX(0) scale(1);
    opacity: 1;
    z-index: 3;
    filter: blur(0);
    box-shadow: 0px 0px 30px rgba(0, 132, 255, 0.3);
  }
  .courses__card.active .another-courses__card-description {
    -webkit-line-clamp: 4;
  }
  .courses__card.active .another-courses__card-image {
    width: 100%;
    max-width: 260px;
  }
  .courses__card.prev {
    transform: translateX(-70%) scale(0.85);
    opacity: 0.8;
    z-index: 2;
    filter: blur(2px);
  }
  .courses__card.prev .another-courses__card-description {
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
  .courses__card.prev:hover {
    transform: translateX(-70%) scale(0.9);
    filter: blur(1px);
  }
  .courses__card.next {
    transform: translateX(70%) scale(0.85);
    opacity: 0.8;
    z-index: 2;
    filter: blur(2px);
  }
  .courses__card.next .another-courses__card-description {
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
  .courses__card.next:hover {
    transform: translateX(70%) scale(0.9);
    filter: blur(1px);
  }
  .courses__card-header {
    margin-bottom: auto;
  }
  .courses__card-header, .courses__card-description, .courses__card-age, .courses__card-remaining-places {
    margin-top: 20px;
  }
  .courses__card-description {
    font-size: 14px;
  }
  .courses__card-image {
    max-width: 308px;
  }
  .courses__slider-controls {
    margin: 24px 0 0 0;
    display: flex;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */
/* /local/templates/public/components/bitrix/news.detail/holidays-page__banner/style.css?17742502207458 */
/* /local/templates/public/components/bitrix/news.list/holidays-detail-page__programs/style.css?17743525805592 */
/* /local/templates/public/components/bitrix/news.detail/holidays-page__gallery/style.css?17726188043452 */
/* /local/templates/public/components/bitrix/news.list/holidays-detail-page__sessions/style.css?17743572734544 */
/* /local/templates/public/components/bitrix/news.detail/holidays-page__faq/style.css?17743576462760 */
/* /local/templates/public/components/bitrix/news.detail/holidays-page__large-form/style.css?17743475563928 */
/* /local/templates/public/components/bitrix/news.list/holidays-detail-page__reviews/style.css?17726176632703 */
/* /local/templates/public/components/bitrix/news.list/holidays-detail-page__courses/style.css?17743557865153 */
