

/* Start:/local/templates/public/components/bitrix/news.detail/main-page__video-banner/style.css?17719406708332*/
@font-face {
  font-family: Onder;
  src: url(/upload/assets/fonts/ONDER-REGULAR.TTF);
}
@font-face {
  font-family: Golos;
  src: url(/upload/assets/fonts/GolosText-VariableFont_wght.ttf);
}
* {
  font-family: Golos !important;
}

.main {
  background-image: radial-gradient(circle, #e9e9e9 1px, transparent 1.1px);
  background-size: 23px 23px;
  background-color: #fff;
}

.header {
  background-color: #000000 !important;
  position: static !important;
}

.leave-request-button {
  height: 43px;
  padding: 0 14px;
  display: flex;
  align-items: center;
  gap: 15px;
  background: #0052f1;
  border-radius: 6px;
  transition: all 0.5s ease;
}
.leave-request-button__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 133%;
  text-align: center;
  color: #ffffff;
}
.leave-request-button__image {
  width: 20px;
  height: 20px;
}
.leave-request-button:hover {
  background: #3075fd;
  box-shadow: 0px 0px 20px rgba(0, 132, 255, 0.25);
}

.video-banner__section {
  width: 100%;
  max-height: calc(100vh - 92px);
  overflow: hidden;
}

.video-banner {
  width: 100%;
  max-height: calc(100vh - 92px);
  position: relative;
  overflow: hidden;
}
.video-banner__video {
  width: 100%;
  z-index: 0;
}
.video-banner__content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.8352941176);
  backdrop-filter: blur(4px);
}
.video-banner__content.--inactive .video-banner__content-info {
  transform: translateY(200px);
  opacity: 0;
}
.video-banner__content-info {
  max-width: 930px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.5s ease;
  transform: translateY(0);
  opacity: 1;
}
.video-banner__content-info .leave-request-button {
  margin-top: 60px;
  position: relative;
  overflow: hidden;
}
.video-banner__content-info .leave-request-button::after {
  content: "";
  width: 0px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: -150px;
  transition: all 0.5s ease;
  transform: translateY(-50%) rotate(10deg);
  box-shadow: 50px 50px 50px 50px rgba(255, 255, 255, 0.4588235294);
  animation: glareMove 5s ease infinite;
}
.video-banner__content-info .leave-request-button:hover::after {
  animation: none;
}
.video-banner__content-header {
  font-family: Montserrat, sans-serif !important;
  font-weight: 700;
  font-size: 60px;
  line-height: 73px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}
.video-banner__content-description {
  margin-top: 36px;
  font-weight: 600;
  font-size: 36px;
  line-height: 133%;
  text-align: center;
  color: #35a9ff;
}
.video-banner__content.--playing {
  background: transparent;
  backdrop-filter: blur(0px);
}
.video-banner__content.--playing .video-banner__content-header {
  transform: translateY(-100px);
  opacity: 0;
}
.video-banner__content.--playing .video-banner__content-description, .video-banner__content.--playing .leave-request-button {
  transform: translateY(100px);
  opacity: 0;
}
.video-banner__content.--playing .video-banner__player {
  right: -100px;
  opacity: 0;
}
.video-banner__content.--playing .video-banner__tools {
  right: 0;
  opacity: 1;
}
.video-banner__content.--hidden {
  background: transparent;
  backdrop-filter: blur(0px);
}
.video-banner__content.--hidden .video-banner__content-header, .video-banner__content.--hidden .video-banner__content-description, .video-banner__content.--hidden .leave-request-button, .video-banner__content.--hidden .video-banner__player {
  display: none;
}
.video-banner__player {
  width: 70px;
  height: 70px;
  margin: 73px 78px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  border-radius: 100%;
  box-shadow: none;
  cursor: pointer;
  transition: all 0.5s ease;
  animation: pulsePlayer 5s ease-in-out infinite;
}
.video-banner__player-inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 11px solid #35a9ff;
  background: rgba(0, 0, 0, 0.337254902);
  position: relative;
  border-radius: 100%;
}
.video-banner__player-hint {
  min-width: 132px;
  padding: 8px 14px;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  position: absolute;
  top: calc(100% + 25px);
  left: 50%;
  transform: translateX(-50%) scale(0);
  background: #aedcff;
  border-radius: 6px;
  transform-origin: top;
  transition: all 0.3s ease;
}
.video-banner__player-hint-inner {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-banner__player-hint-treangle {
  position: absolute;
  top: -100%;
  left: 50%;
  transform: translate(-50%, -20%) rotate(-90deg);
}
.video-banner__player-hint-text {
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  color: #000000;
}
.video-banner__player:hover {
  transform: scale(1.1);
  box-shadow: 0 0 20px rgba(53, 167, 255, 0.3411764706);
  animation: pulsePlayer 3s ease-in-out infinite;
}
.video-banner__player:hover .video-banner__player-hint {
  transform: translateX(-50%) scale(1);
}
.video-banner__tools {
  margin: 50px 54px 0 0;
  display: flex;
  gap: 10px;
  position: absolute;
  top: 0;
  right: -200px;
  opacity: 0;
  transition: all 0.5s ease;
}
.video-banner__tools-switcher, .video-banner__tools-sound, .video-banner__tools-close {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  background: #35a9ff;
  border: 1px solid #35a9ff;
  border-radius: 100%;
  cursor: pointer;
}
.video-banner__tools-switcher:hover, .video-banner__tools-sound:hover, .video-banner__tools-close:hover {
  border: 1px solid #007ad8;
}
.video-banner__tools-switcher-pause {
  display: block;
}
.video-banner__tools-switcher-play {
  display: none;
}
.video-banner__tools-switcher.--paused .video-banner__tools-switcher-pause {
  display: none;
}
.video-banner__tools-switcher.--paused .video-banner__tools-switcher-play {
  display: block;
}
.video-banner__tools-sound-mute {
  display: block;
}
.video-banner__tools-sound-loud {
  display: none;
}
.video-banner__tools-sound.--muted .video-banner__tools-sound-mute {
  display: none;
}
.video-banner__tools-sound.--muted .video-banner__tools-sound-loud {
  display: block;
}

@keyframes pulsePlayer {
  0% {
    box-shadow: 0 0 0 0px rgba(53, 167, 255, 0.4196078431);
  }
  10% {
    box-shadow: 0 0 0 15px rgba(53, 167, 255, 0.4196078431);
  }
  20% {
    box-shadow: 0 0 0 0px rgba(53, 167, 255, 0.4196078431);
  }
  100% {
    box-shadow: 0 0 0 0px rgba(53, 167, 255, 0.4196078431);
  }
}
@keyframes glareMove {
  0% {
    left: -150px;
  }
  15% {
    left: calc(100% + 100px);
  }
  100% {
    left: calc(100% + 100px);
  }
}
@media (max-width: 880px) {
  .video-banner__content-header {
    font-size: 36px;
    line-height: 44px;
  }
  .video-banner__content-description {
    margin-top: 24px;
    font-size: 20px;
    line-height: 133%;
    color: #35a9ff;
  }
  .video-banner__content-info .leave-request-button {
    margin-top: 24px;
  }
  .video-banner__player {
    width: 48px;
    height: 48px;
    margin: 45px 50px;
  }
  .video-banner__player-inner {
    border: 8px solid #35a9ff;
  }
  .video-banner__player-hint {
    min-width: 110px;
    padding: 4px 14px;
  }
  .video-banner__player-hint-text {
    font-size: 10px;
  }
}
@media (max-width: 640px) {
  .video-banner__section {
    height: 752px;
  }
  .video-banner {
    height: 752px;
  }
  .video-banner__video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .video-banner__content-description {
    max-width: 320px;
    margin: 36px auto 0 auto;
    font-size: 24px;
  }
  .video-banner__content-info {
    max-width: 100%;
    padding: 0 28px;
  }
  .video-banner__content-info .leave-request-button {
    margin-top: 36px;
  }
  .video-banner__player {
    width: 84px;
    height: 84px;
    top: 15%;
    right: unset;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
  }
  .video-banner__player-hint {
    display: none;
  }
  .video-banner__player-inner {
    border: 13px solid #35a9ff;
  }
}

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

/* End */


/* Start:/local/templates/public/components/bitrix/news.detail/main-page__benefits/style.css?17719412063178*/
.benefits__section {
  width: 100%;
  padding: 0 48px;
}

.benefits {
  width: 100%;
  max-width: 1300px;
  margin: 100px auto 0 auto;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.benefits__head {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.benefits__header {
  font-weight: 600;
  font-size: 52px;
  line-height: 100.9%;
  text-align: center;
  color: #000000;
}
.benefits__description {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #000000;
}
.benefits__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.benefits__list-item {
  height: 104px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  background: #ebf6ff;
  border: 1px solid #aedcff;
  border-radius: 20px;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.benefits__list-item-icon-wrapper {
  min-width: 60px;
  min-height: 60px;
  max-width: 60px;
  max-height: 60px;
  width: 60px;
  height: 60px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #aedcff;
  border-radius: 6px;
}
.benefits__list-item-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 133%;
  color: #000000;
}
.benefits__list-item.--visible {
  opacity: 1;
  transform: translateY(0);
}
.benefits__list-item.--visible:nth-child(1) {
  transition-delay: 0.1s;
}
.benefits__list-item.--visible:nth-child(2) {
  transition-delay: 0.2s;
}
.benefits__list-item.--visible:nth-child(3) {
  transition-delay: 0.3s;
}
.benefits__list-item.--visible:nth-child(4) {
  transition-delay: 0.4s;
}
.benefits__list-item.--visible:nth-child(5) {
  transition-delay: 0.5s;
}
.benefits__list-item.--visible:nth-child(6) {
  transition-delay: 0.6s;
}

@media (max-width: 1180px) {
  .benefits {
    margin: 75px auto 0 auto;
  }
  .benefits__list {
    gap: 20px;
  }
  .benefits__list-item-text {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .benefits__section {
    padding: 0 28px;
  }
}
@media (max-width: 880px) {
  .benefits__header {
    text-align: center;
    font-size: 40px;
  }
  .benefits__description {
    text-align: center;
    font-size: 20px;
  }
  .benefits__list-item {
    height: 88px;
  }
  .benefits__list-item-text {
    font-size: 14px;
  }
  .benefits__list-item-icon-wrapper {
    min-width: 40px;
    min-height: 40px;
    max-width: 40px;
    max-height: 40px;
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 800px) {
  .benefits__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .benefits {
    margin: 50px auto 0 auto;
  }
  .benefits__header span {
    display: none;
  }
  .benefits__description {
    font-size: 18px;
  }
  .benefits__list {
    grid-template-columns: repeat(1, 1fr);
  }
  .benefits__list-item {
    height: 96px;
  }
  .benefits__list-item-text {
    font-size: 16px;
  }
  .benefits__list-item-icon-wrapper {
    min-width: 56px;
    min-height: 56px;
    max-width: 56px;
    max-height: 56px;
    width: 56px;
    height: 56px;
  }
}

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

/* End */


/* Start:/local/templates/public/components/bitrix/news.list/main-page__courses/style.css?17719415505174*/
.courses__section {
  width: 100%;
  margin: 100px auto 0 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: 500;
  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 0 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 0 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 */


/* Start:/local/templates/public/components/bitrix/news.detail/main-page__small-form/style.css?17719421904103*/
.small-form {
  width: 100%;
  margin: 100px auto 0 auto;
  padding: 0 48px;
}
.small-form-inner {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  padding: 0 34px;
  display: flex;
  align-items: center;
  background: #000;
  border-radius: 20px;
  color: #fff;
  overflow: hidden;
  gap: 10px;
}
.small-form__text {
  flex: 1;
  font-weight: 500;
  font-size: 36px;
  line-height: 100.9%;
  color: #fff;
}
.small-form__illustration {
  width: 185px;
  height: 141px;
  margin: 0;
  margin-bottom: -10px;
  align-self: end;
}
.small-form__illustration.--mobile {
  display: none;
}
.small-form__form {
  flex: 1.5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
}
.small-form__form-footer {
  display: flex;
  align-items: center;
}
.small-form__inputs {
  display: flex;
  gap: 12px;
}
.small-form__group {
  flex: 1;
  position: relative;
  display: flex;
  flex-direction: column;
}
.small-form__input {
  width: 100%;
  height: 43px;
  min-height: 43px;
  max-height: 43px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  border: 1px solid #dde0eb;
  border-radius: 6px;
  font-size: 16px;
  color: #000;
}
.small-form__input::placeholder {
  font-size: 16px;
}
.small-form__input.--error {
  border: 1px solid red;
}
.small-form__error {
  width: 100%;
  max-height: 0;
  position: absolute;
  top: 100%;
  left: 0;
  font-size: 12px;
  transition: all 0.3s ease;
  color: red;
  overflow: hidden;
}
.small-form__error.--active {
  max-height: 100px;
}
.small-form__submit:disabled {
  cursor: progress;
}
.small-form__submit.--low-display {
  min-width: 160px;
  display: none;
}
.small-form__inscription {
  font-size: 14px;
  color: #828d9d;
}
.small-form__inscription a {
  font-size: 14px;
  color: #828d9d;
}

@media (max-width: 1180px) {
  .small-form {
    margin: 75px auto 0 auto;
  }
  .small-form__text {
    width: min-content;
  }
  .small-form__text br {
    display: none;
  }
  .small-form__illustration {
    width: auto;
    margin: 0;
    align-self: center;
  }
  .small-form__submit {
    display: none;
  }
  .small-form__submit.--low-display {
    display: block;
  }
}
@media (max-width: 1024px) {
  .small-form {
    padding: 0 28px;
  }
}
@media (max-width: 880px) {
  .small-form-inner {
    padding: 24px 30% 24px 24px;
    flex-direction: column;
    gap: 24px;
    position: relative;
  }
  .small-form__text {
    width: auto;
  }
  .small-form__illustration {
    height: 100%;
    padding: 24px 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
  }
  .small-form__form-footer {
    gap: 12px;
    flex-direction: row-reverse;
  }
  .small-form__inscription {
    width: 70%;
  }
  .small-form__group {
    position: unset;
  }
  .small-form__error {
    width: unset;
    position: static;
    top: unset;
    left: unset;
  }
  .small-form__submit {
    width: 40%;
  }
}
@media (max-width: 740px) {
  .small-form-inner {
    padding: 24px;
  }
  .small-form__illustration {
    display: none;
  }
}
@media (max-width: 640px) {
  .small-form {
    margin: 50px auto 0 auto;
  }
  .small-form-inner {
    padding: 24px;
    position: static;
  }
  .small-form__inputs {
    flex-direction: column;
  }
  .small-form__input {
    width: 100%;
    flex-direction: column;
  }
  .small-form__illustration {
    width: 100%;
    height: unset;
    padding: 0;
    position: static;
    right: unset;
    top: unset;
    transform: none;
    display: none;
  }
  .small-form__illustration.--mobile {
    display: block;
  }
  .small-form__form-footer {
    gap: 12px;
    flex-direction: row-reverse;
  }
  .small-form__inscription {
    width: auto;
    font-size: 10px;
  }
  .small-form__inscription a {
    font-size: 10px;
  }
  .small-form__submit {
    width: 45%;
  }
}
@media (max-width: 400px) {
  .small-form__form-footer {
    width: 100%;
    align-items: stretch;
    flex-direction: column-reverse;
  }
  .small-form__submit {
    padding: 10px 18px;
    width: 100%;
  }
}

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

/* End */


/* Start:/local/templates/public/components/bitrix/news.detail/main-page__gallery/style.css?17719391144359*/
.gallery__section {
  width: 100%;
  padding: 0 48px;
}

.gallery {
  width: 100%;
  max-width: 1300px;
  margin: 100px auto 0 auto;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.gallery__head {
  max-width: 724px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.gallery__header {
  font-weight: 500;
  font-size: 40px;
  line-height: 100.9%;
  text-align: center;
  color: #000;
}
.gallery__description {
  font-weight: 400;
  font-size: 16px;
  line-height: 133%;
  text-align: center;
  color: #828d9d;
  align-self: stretch;
}
.gallery__images {
  min-height: 860px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 24px;
}
.gallery__image-wrapper {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.gallery__image-wrapper:nth-child(1) {
  grid-column: 1/2;
  grid-row: 1/3;
}
.gallery__image-wrapper:nth-child(1) .gallery__image {
  height: 100%;
}
.gallery__image-wrapper:nth-child(2) {
  grid-column: 2/3;
  grid-row: 1/2;
}
.gallery__image-wrapper:nth-child(3) {
  grid-column: 3/4;
  grid-row: 1/2;
}
.gallery__image-wrapper:nth-child(4) {
  grid-column: 2/4;
  grid-row: 2/3;
}
.gallery__image-wrapper:nth-child(4) .gallery__image {
  width: 100%;
}
.gallery__image-wrapper:hover .gallery__image {
  transform: translate(-50%, -50%) scale(1.2);
}
.gallery__image-wrapper.--visible {
  opacity: 1;
  transform: translateY(0);
}
.gallery__image-wrapper.--visible:nth-child(1) {
  transition-delay: 0.1s;
}
.gallery__image-wrapper.--visible:nth-child(2) {
  transition-delay: 0.2s;
}
.gallery__image-wrapper.--visible:nth-child(3) {
  transition-delay: 0.3s;
}
.gallery__image-wrapper.--visible:nth-child(4) {
  transition-delay: 0.4s;
}
.gallery__image {
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease;
}
.gallery__slider-controls {
  display: none;
  justify-content: center;
  gap: 20px;
  margin: 50px 0 0 0;
  padding: 0 10px;
}
.gallery__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;
}
.gallery__slider-arrow:hover {
  background: #3075fd;
  transform: scale(0.95);
}
.gallery__slider-arrow svg {
  width: 24px;
  height: 24px;
}

@media (max-width: 1180px) {
  .gallery {
    margin: 75px auto 0 auto;
  }
  .gallery__images {
    min-height: 647px;
    gap: 20px;
  }
}
@media (max-width: 1024px) {
  .gallery__section {
    padding: 0 28px;
  }
}
@media (max-width: 880px) {
  .gallery__images {
    min-height: 514px;
  }
}
@media (max-width: 640px) {
  .gallery__section {
    overflow: hidden;
  }
  .gallery {
    gap: 0;
    margin: 50px auto 0 auto;
  }
  .gallery__images {
    height: 650px;
    min-height: 500px;
    margin: 50px 0 24px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    transition: transform 0.5s ease;
    position: relative;
  }
  .gallery__image-wrapper {
    width: 100%;
    max-height: 650px;
    position: absolute;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
    cursor: pointer;
  }
  .gallery__image-wrapper:not(.active):not(.prev):not(.next) {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  .gallery__image-wrapper.active {
    transform: translateX(0) scale(1);
    opacity: 1;
    z-index: 3;
  }
  .gallery__image-wrapper.prev {
    transform: translateX(-70%) scale(0.85);
    opacity: 0.4;
    z-index: 2;
  }
  .gallery__image-wrapper.prev:hover {
    transform: translateX(-70%) scale(0.9);
  }
  .gallery__image-wrapper.next {
    transform: translateX(70%) scale(0.85);
    opacity: 0.4;
    z-index: 2;
  }
  .gallery__image-wrapper.next:hover {
    transform: translateX(70%) scale(0.9);
  }
  .gallery__image-wrapper:nth-child(4) .gallery__image {
    width: auto;
    transform: translateX(-25%);
  }
  .gallery__image {
    position: static;
    transform: translate(-3%, -23%);
  }
  .gallery__slider-controls {
    margin: 0;
    display: flex;
  }
}

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

/* End */


/* Start:/local/templates/public/components/bitrix/news.detail/main-page__partners/style.css?17715223663059*/
.partners__section {
  width: 100%;
  padding: 0 48px;
}

.partners {
  width: 100%;
  max-width: 1300px;
  margin: 100px auto 0 auto;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.partners__head {
  max-width: 724px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.partners__header {
  font-weight: 500;
  font-size: 40px;
  line-height: 100.9%;
  text-align: center;
  color: #000;
}
.partners__description {
  font-weight: 400;
  font-size: 16px;
  line-height: 133%;
  text-align: center;
  color: #828d9d;
  align-self: stretch;
}
.partners__images {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.partners__image-wrapper {
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 1px solid #aedcff;
  border-radius: 90px;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.partners__image-wrapper.--visible {
  opacity: 1;
  transform: translateY(0);
}
.partners__image-wrapper.--visible:nth-child(1) {
  transition-delay: 0.1s;
}
.partners__image-wrapper.--visible:nth-child(2) {
  transition-delay: 0.2s;
}
.partners__image-wrapper.--visible:nth-child(3) {
  transition-delay: 0.3s;
}
.partners__image-wrapper.--visible:nth-child(4) {
  transition-delay: 0.4s;
}
.partners__image-wrapper.--visible:nth-child(5) {
  transition-delay: 0.5s;
}
.partners__image-wrapper.--visible:nth-child(6) {
  transition-delay: 0.6s;
}
.partners__image-wrapper.--visible:nth-child(7) {
  transition-delay: 0.7s;
}
.partners__image-wrapper.--visible:nth-child(8) {
  transition-delay: 0.8s;
}
.partners__image-wrapper.--visible:nth-child(9) {
  transition-delay: 0.9s;
}
.partners__image-wrapper.--visible:nth-child(10) {
  transition-delay: 1s;
}
.partners__image-wrapper.--visible:nth-child(11) {
  transition-delay: 1.1s;
}
.partners__image-wrapper.--visible:nth-child(12) {
  transition-delay: 1.2s;
}
.partners__image-wrapper.--visible:nth-child(13) {
  transition-delay: 1.3s;
}
.partners__image-wrapper.--visible:nth-child(14) {
  transition-delay: 1.4s;
}
.partners__image-wrapper.--visible:nth-child(15) {
  transition-delay: 1.5s;
}
.partners__image-wrapper.--visible:nth-child(16) {
  transition-delay: 1.6s;
}
.partners__image-wrapper.--visible:nth-child(17) {
  transition-delay: 1.7s;
}
.partners__image-wrapper.--visible:nth-child(18) {
  transition-delay: 1.8s;
}
.partners__image-wrapper.--visible:nth-child(19) {
  transition-delay: 1.9s;
}
.partners__image-wrapper.--visible:nth-child(20) {
  transition-delay: 2s;
}
@media (max-width: 1180px) {
  .partners {
    margin: 75px auto 0 auto;
  }
  .partners__images {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media (max-width: 1024px) {
  .partners__section {
    padding: 0 28px;
  }
}
@media (max-width: 640px) {
  .partners {
    margin: 50px auto 0 auto;
  }
  .partners__images {
    grid-template-columns: repeat(2, 1fr);
  }
}

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

/* End */


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

.large-form {
  width: 100%;
  max-width: 1500px;
  margin: 125px auto 0 auto;
  padding: 50px 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(270deg, #aedcff 0%, #ebf6ff 32.21%, #ebf6ff 67.31%, #aedcff 100%);
  border-radius: 34px;
}
.large-form__image {
  max-width: none;
}
.large-form__image-container {
  margin: -150px 0;
  position: relative;
}
.large-form__particle {
  min-width: 150px;
  height: 48px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  color: #fff;
  border-radius: 100px;
}
.large-form__particle:nth-child(1) {
  top: 22%;
  left: 66%;
  background: #cea6da;
}
.large-form__particle:nth-child(2) {
  top: 34%;
  left: 11%;
  background: #ffaad9;
}
.large-form__particle:nth-child(3) {
  top: 43%;
  left: 80%;
  background: #efd35d;
}
.large-form__particle:nth-child(4) {
  top: 55%;
  left: 8%;
  background: #ee7b66;
}
.large-form__particle:nth-child(5) {
  top: 64%;
  left: 73%;
  background: #7cd396;
}
.large-form__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.large-form__content-header {
  font-weight: 500;
  font-size: 40px;
  line-height: 100.9%;
  text-align: center;
  color: #000;
}
.large-form__content-header br {
  display: none;
}
.large-form__content-description {
  margin-top: 24px;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #23232b;
  align-self: stretch;
}
.large-form__form {
  width: 100%;
  max-width: 333px;
  margin: 36px 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.large-form__form-group {
  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 #fb786e !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 #aedcff !important;
  border-radius: 6px;
  transition: all 0.5s ease;
  outline: none;
}
.large-form__form-input:hover {
  border: 1px solid #35a9ff !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: #fb786e;
}
.large-form__submit {
  padding: 0 18px;
  font-weight: 500;
  font-size: 16px;
  line-height: 133%;
  text-align: center;
  color: #fff;
}

@media (max-width: 1450px) {
  .large-form__content {
    width: 50%;
  }
  .large-form__image-container {
    width: 50%;
  }
  .large-form__image {
    width: 100%;
  }
}
@media (max-width: 1180px) {
  .large-form {
    margin: 100px auto 0 auto;
    padding: 50px 30px;
  }
  .large-form__content-header br {
    display: block;
  }
  .large-form__image-container {
    width: 70%;
    margin: -100px 0 -100px -110px;
  }
}
@media (max-width: 1024px) {
  .large-form__wrapper {
    padding: 0 28px;
  }
  .large-form__image {
    max-width: none;
  }
  .large-form__particle:nth-child(2) {
    top: 40%;
    left: 17%;
  }
  .large-form__particle:nth-child(3) {
    left: 65%;
  }
  .large-form__particle:nth-child(4) {
    top: 60%;
    left: 15%;
  }
  .large-form__particle:nth-child(5) {
    left: 64%;
  }
}
@media (max-width: 750px) {
  .large-form__image {
    width: 120%;
  }
  .large-form__particle {
    display: none;
  }
}
@media (max-width: 640px) {
  .large-form {
    margin: 50px auto 0 auto;
    padding: 24px;
    flex-direction: column;
    overflow: hidden;
  }
  .large-form__content {
    width: 100%;
  }
  .large-form__image {
    width: 100%;
    z-index: 1;
    position: relative;
  }
  .large-form__image-container {
    width: 100%;
    height: 395px;
    margin: 0;
  }
  .large-form__image {
    width: auto;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    position: absolute;
  }
  .large-form__particle {
    min-width: 100px;
    height: 30px;
    display: flex;
    font-size: 10px;
  }
  .large-form__particle:nth-child(1) {
    top: 22%;
    left: auto;
    right: 3%;
    z-index: 0;
  }
  .large-form__particle:nth-child(2) {
    top: 39%;
    left: 8%;
  }
  .large-form__particle:nth-child(3) {
    top: 43%;
    left: auto;
    right: 3%;
    z-index: 0;
  }
  .large-form__particle:nth-child(4) {
    top: 60%;
    left: 4%;
  }
  .large-form__particle:nth-child(5) {
    z-index: 1;
    top: 64%;
    left: 64%;
    z-index: 0;
  }
  .large-form__form {
    margin: 24px 0;
    max-width: 100%;
  }
}

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

/* End */


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

.faq {
  width: 100%;
  max-width: 1300px;
  margin: 100px auto 0 auto;
  padding: 0 0 100px 0;
  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;
  transition: all 0.5s ease;
  cursor: pointer;
}
.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: opacity 0.3s ease, transform 0.3s ease;
}
.faq__accordion-item.--visible {
  opacity: 1;
  transform: translateY(0);
}
.faq__accordion-item.--visible:nth-child(1) {
  transition-delay: 0.1s;
}
.faq__accordion-item.--visible:nth-child(2) {
  transition-delay: 0.2s;
}
.faq__accordion-item.--visible:nth-child(3) {
  transition-delay: 0.3s;
}
.faq__accordion-item.--visible:nth-child(4) {
  transition-delay: 0.4s;
}
.faq__accordion-item.--visible:nth-child(5) {
  transition-delay: 0.5s;
}
.faq__accordion-item.--visible:nth-child(6) {
  transition-delay: 0.6s;
}
.faq__accordion-item.--visible:nth-child(7) {
  transition-delay: 0.7s;
}
.faq__accordion-item.--visible:nth-child(8) {
  transition-delay: 0.8s;
}
.faq__accordion-item.--visible:nth-child(9) {
  transition-delay: 0.9s;
}
.faq__accordion-item.--visible:nth-child(10) {
  transition-delay: 1s;
}
.faq__accordion-item.--visible:nth-child(11) {
  transition-delay: 1.1s;
}
.faq__accordion-item.--visible:nth-child(12) {
  transition-delay: 1.2s;
}
.faq__accordion-item.--visible:nth-child(13) {
  transition-delay: 1.3s;
}
.faq__accordion-item.--visible:nth-child(14) {
  transition-delay: 1.4s;
}
.faq__accordion-item.--visible:nth-child(15) {
  transition-delay: 1.5s;
}
.faq__accordion-item.--visible:nth-child(16) {
  transition-delay: 1.6s;
}
.faq__accordion-item.--visible:nth-child(17) {
  transition-delay: 1.7s;
}
.faq__accordion-item.--visible:nth-child(18) {
  transition-delay: 1.8s;
}
.faq__accordion-item.--visible:nth-child(19) {
  transition-delay: 1.9s;
}
.faq__accordion-item.--visible:nth-child(20) {
  transition-delay: 2s;
}
.faq__accordion-item-question {
  text-align: left;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #23232b;
}
.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;
}
.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 */
/* /local/templates/public/components/bitrix/news.detail/main-page__video-banner/style.css?17719406708332 */
/* /local/templates/public/components/bitrix/news.detail/main-page__benefits/style.css?17719412063178 */
/* /local/templates/public/components/bitrix/news.list/main-page__courses/style.css?17719415505174 */
/* /local/templates/public/components/bitrix/news.detail/main-page__small-form/style.css?17719421904103 */
/* /local/templates/public/components/bitrix/news.detail/main-page__gallery/style.css?17719391144359 */
/* /local/templates/public/components/bitrix/news.detail/main-page__partners/style.css?17715223663059 */
/* /local/templates/public/components/bitrix/news.detail/main-page__large-form/style.css?17719555395065 */
/* /local/templates/public/components/bitrix/news.detail/main-page__faq/style.css?17719404914200 */
