

/* Start:/local/templates/public/components/bitrix/news.detail/main-page/banner/style.css?17810265523732*/
@font-face {
  font-family: "Random Grotesque Spacious Black";
  src: url("/local/templates/public/assets/fonts/rg/RG-SpaciousBlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Random Grotesque Standard Medium";
  src: url("/local/templates/public/assets/fonts/rg/RG-StandardMedium.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.banner {
  padding: 0 var(--global-padding);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.banner__background-image {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  width: 100%;
  height: 90%;
  object-fit: cover;
  opacity: 0.05;
}
.banner__inner, .banner__benefits {
  width: 100%;
  max-width: 1520px;
  display: flex;
  position: relative;
  z-index: 1;
}
.banner__inner {
  padding: 189px 14px 146px 14px;
  align-items: flex-start;
  gap: 34px;
}
.banner__head {
  width: stretch;
  max-width: 793px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.banner__head-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 35px;
}
.banner__head-title b {
  font-weight: 900;
  font-size: 110.184px;
  line-height: 83%;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
.banner__head-inscription-wrapper {
  width: 295px;
  height: 38px;
  display: flex;
}
.banner__head-inscription {
  padding: 0 22px;
  color: #00ff96;
  background: #6c3bff;
  border-radius: 0 12px 0 12px;
  font-family: "Random Grotesque Spacious Black";
  font-style: italic;
  font-weight: 900;
  font-size: 24px;
  line-height: 166%;
  text-align: center;
  text-transform: uppercase;
}
.banner__head-inscription-image.--left {
  align-self: flex-start;
}
.banner__head-inscription-image.--right {
  align-self: flex-end;
}
.banner__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 71px;
}
.banner__info-text {
  padding-top: 8px;
  font-family: "Random Grotesque Standard Medium";
  font-weight: 500;
  font-size: 32px;
  line-height: 100%;
  text-align: center;
}
.banner__actions {
  display: flex;
  gap: 25px;
}
.banner__btn {
  width: 197px;
}
.banner__benefits {
  gap: 25px;
  align-items: center;
  list-style: none;
  z-index: 2;
}
.banner__benefit {
  height: stretch;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 25px;
  gap: 10px;
  background: rgba(22, 20, 28, 0.5);
  border: 1px solid rgba(162, 131, 255, 0.53);
  backdrop-filter: blur(5px);
  border-radius: 25px;
}
.banner__benefit-head {
  display: flex;
  align-items: center;
  gap: 15px;
}
.banner__benefit-title {
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
}
.banner__benefit-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #a59eba;
}

@media (max-width: 1180px) {
  .banner__inner {
    padding: 100px 14px;
    gap: 50px;
    flex-direction: column;
    align-items: center;
  }
  .banner__info {
    max-width: 665px;
    gap: 50px;
  }
  .banner__benefits {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 880px) {
  .banner__inner {
    padding: 100px 0;
  }
  .banner__head-title b {
    font-size: 90px;
  }
}
@media (max-width: 640px) {
  .banner__inner {
    padding: 90px 33px 75px 33px;
  }
  .banner__actions {
    flex-direction: column;
  }
  .banner__head-title b {
    font-size: 50px;
  }
  .banner__benefits {
    padding: 0 33px;
    grid-template-columns: repeat(1, 1fr);
  }
}

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

/* End */


/* Start:/local/templates/public/components/bitrix/news.list/main-page/departments/style.css?17810248475999*/
@font-face {
  font-family: "Random Grotesque Standard Bold";
  src: url("/local/templates/public/assets/fonts/rg/RG-StandardBold.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
.departments {
  width: 100%;
  max-width: 1519px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 65px;
}
.departments__head {
  width: 100%;
  max-width: 911px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}
.departments__wrapper {
  width: 100%;
  display: flex;
}
.departments__list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 25px;
  list-style: none;
}
.departments__list-item {
  display: flex;
}
.departments__list-item:nth-child(odd) {
  grid-column: 1;
}
.departments__list-item:nth-child(even) {
  grid-column: 2;
  transform: translateY(118px);
}
.departments__card {
  width: 100%;
  height: 100%;
  display: flex;
  gap: 40px;
  background: #16141c;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: linear-gradient(#16141c, #16141c), linear-gradient(90deg, rgba(205, 197, 255, 0.5019607843), rgba(155, 139, 255, 0.1294117647) 30%, rgba(179, 167, 255, 0));
  border: 1px solid transparent;
  border-radius: 35px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.departments__card:hover {
  box-shadow: 0px 0px 50px rgba(108, 59, 255, 0.5019607843);
}
.departments__card:hover .departments__card-image {
  transform: scale(1.2);
}
.departments__card:hover .departments__card-icon {
  transform: scale(1.2);
}
.departments__card-info {
  padding: 40px 0 40px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 25px;
}
.departments__card-number {
  font-weight: 900;
  font-size: 40px;
  line-height: 100%;
  color: #00ff96;
}
.departments__card-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.departments__card-title {
  font-weight: 600;
  font-size: 36px;
  line-height: 100%;
  color: #fff;
}
.departments__card-description {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #a59eba;
}
.departments__card-footer {
  display: flex;
  align-items: center;
  gap: 20px;
}
.departments__card-standart {
  width: 100%;
  max-width: 153px;
  height: 51px;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #16141c;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: linear-gradient(#16141c, #16141c), linear-gradient(90deg, rgba(189, 178, 255, 0.4), rgba(89, 62, 255, 0.3882352941));
  border: 1px solid transparent;
  border-radius: 12px;
  font-weight: 900;
  font-size: 16px;
  line-height: 130%;
}
.departments__card-duration {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #fff;
}
.departments__card-image {
  width: 140%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  position: absolute;
  top: 0;
  left: -90px;
  transition: all 0.3s ease;
}
.departments__card-image-box {
  height: 100%;
  width: 41%;
  min-width: 41%;
  max-width: 306px;
  position: relative;
}
.departments__card-image-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.departments__card-icon {
  position: absolute;
  z-index: 1;
  transition: all 0.6s ease;
}
.departments__card-icon.--top {
  bottom: 50px;
  left: -30px;
}
.departments__card-icon.--bottom {
  top: 50px;
  right: 0;
}
.departments__card__points {
  display: none;
}

@media (max-width: 1180px) {
  .departments__list {
    display: flex;
    flex-direction: column;
  }
  .departments__list-item {
    max-width: 785px;
  }
  .departments__list-item:nth-child(odd) {
    align-self: flex-start;
  }
  .departments__list-item:nth-child(even) {
    align-self: flex-end;
    transform: none;
  }
}
@media (max-width: 880px) {
  .departments__list {
    display: flex;
    flex-direction: column;
  }
  .departments__list-item {
    width: 100%;
    max-width: none;
  }
  .departments__list-item:nth-child(odd) {
    align-self: flex-start;
  }
  .departments__list-item:nth-child(even) {
    align-self: flex-end;
    transform: none;
  }
  .departments__list-item-title {
    font-size: 32px;
  }
  .departments__card-title {
    font-size: 32px;
  }
}
@media (max-width: 640px) {
  .departments {
    padding: 0 33px;
    overflow: hidden;
  }
  .departments__wrapper {
    flex-direction: column;
    gap: 25px;
  }
  .departments__list {
    gap: 0;
    flex-direction: row;
    touch-action: pan-y pinch-zoom;
  }
  .departments__list-item {
    height: stretch;
    min-width: calc(100% + 20px);
    max-width: none;
    width: calc(100% + 20px);
    padding-right: 20px;
    position: relative;
  }
  .departments__card {
    flex-direction: column-reverse;
    gap: 0;
  }
  .departments__card-title {
    font-size: 36px;
  }
  .departments__card-description {
    margin-bottom: auto;
  }
  .departments__card-info {
    height: stretch;
    padding: 40px;
  }
  .departments__card-image-box {
    height: 324px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
  .departments__card-image {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .departments__card-image-box {
    min-height: 324px;
  }
  .departments__card-image-box:hover .departments__card-image {
    transform: none;
  }
  .departments__card-image-box:hover .departments__card-icon {
    transform: none;
  }
  .departments__points {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .departments__point {
    width: 6px;
    max-width: 6px;
    min-width: 6px;
    aspect-ratio: 1/1;
    background: #00ff96;
    border-radius: 100%;
    transition: all 0.3s ease;
  }
  .departments__point.--active {
    transform: scale(1.4);
  }
}

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

/* End */


/* Start:/local/templates/public/components/bitrix/news.detail/main-page/call-to-test/style.css?17804146744104*/
.call-to-test {
  width: 100%;
  max-width: 1519px;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  background: url(/local/templates/public/assets/images/main-page/call-to-test__background--large.png), #6c3bff;
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: 80% center;
  border-radius: 35px;
}
.call-to-test__head {
  max-width: 618px;
  padding: 40px 70px 40px 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.call-to-test__heading {
  font-family: "Random Grotesque Standard Bold";
  font-weight: 700;
  font-size: 52px;
  line-height: 100%;
}
.call-to-test__description {
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  color: #e2d8ff;
}
.call-to-test__preview {
  width: 724px;
  min-width: 520px;
  height: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
.call-to-test__preview-image {
  position: relative;
  z-index: 1;
  margin-bottom: -58px;
}
.call-to-test__preview-message-wrapper {
  position: absolute;
  bottom: 60px;
  z-index: 2;
  right: 63%;
}
.call-to-test__preview-message {
  position: relative;
  width: 289px;
  height: 74px;
}
.call-to-test__preview-message-text {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 900;
  font-size: 16px;
  line-height: 130%;
  text-align: center;
  color: #00ff96;
}
.call-to-test__anchor {
  min-width: 136px;
  margin: 0 42px 56px 0;
}
.call-to-test__anchor.--mobile {
  display: none;
  margin: 0;
}

@media (max-width: 1400px) {
  .call-to-test {
    background-size: 70%;
    background-position: 130% center;
  }
  .call-to-test__preview-image {
    margin-bottom: 0;
  }
  .call-to-test__preview-message-wrapper {
    bottom: 100px;
    right: 60%;
  }
  .call-to-test__anchor.--mobile {
    display: flex;
  }
  .call-to-test__anchor:not(.--mobile) {
    display: none;
  }
}
@media (max-width: 1180px) {
  .call-to-test {
    background: url(/local/templates/public/assets/images/main-page/call-to-test__background--middle.png), #6c3bff;
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: 100% center;
  }
  .call-to-test__head {
    max-width: 555px;
    padding: 40px;
  }
  .call-to-test__heading {
    font-size: 45px;
  }
  .call-to-test__preview {
    margin: 0 30px 0 auto;
    width: auto;
    min-width: auto;
    height: auto;
  }
  .call-to-test__preview-message-wrapper {
    bottom: 160px;
    right: 78%;
  }
  .call-to-test__preview-message {
    position: relative;
    width: 220px;
    height: 64px;
  }
  .call-to-test__preview-message-text {
    font-size: 12px;
  }
}
@media (max-width: 880px) {
  .call-to-test {
    background: url(/local/templates/public/assets/images/main-page/call-to-test__background--middle.png), #6c3bff;
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: 250px center;
    overflow: hidden;
  }
  .call-to-test__heading {
    font-size: 32px;
  }
  .call-to-test__description {
    font-size: 16px;
  }
  .call-to-test__head {
    max-width: 420px;
  }
  .call-to-test__preview {
    align-self: center;
  }
  .call-to-test__preview-image {
    max-width: 300px;
  }
  .call-to-test__preview-message-wrapper {
    bottom: 20px;
    right: 78%;
  }
  .call-to-test__preview-message {
    transform: scaleY(-1);
  }
}
@media (max-width: 640px) {
  .call-to-test {
    padding: 0 0 50px 0;
    width: calc(100% - 20px);
    margin: 0 auto;
    flex-direction: column;
    background: url(/local/templates/public/assets/images/main-page/call-to-test__background--small.png), #6c3bff;
    background-repeat: no-repeat;
    background-position: -190px 190px;
    background-size: auto;
  }
  .call-to-test__preview-message-wrapper {
    bottom: -30px;
  }
  .call-to-test__heading {
    font-size: 45px;
  }
  .call-to-test__head {
    max-width: none;
  }
}
@media (max-width: 530px) {
  .call-to-test__preview-message-wrapper {
    right: 50%;
  }
}

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

/* End */


/* Start:/local/templates/public/components/bitrix/news.detail/main-page/ai-in-courses/style.css?17804096431628*/
.ai-in-courses {
  width: 100%;
  max-width: 1519px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  position: relative;
  z-index: 2;
}
.ai-in-courses__content {
  display: flex;
  flex-direction: column;
}
.ai-in-courses__heading {
  max-width: 619px;
  font-family: "Random Grotesque Standard Bold";
  font-weight: 700;
  font-size: 52px;
  line-height: 100%;
  color: #fff;
}
.ai-in-courses__description {
  margin: 25px 0 42px 0;
  max-width: 619px;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  color: #fff;
}
.ai-in-courses__tools {
  margin-top: auto;
  display: flex;
  list-style: none;
}
.ai-in-courses__tools-item {
  margin-left: -18px;
}
.ai-in-courses__tools-item:nth-child(1) {
  margin-left: 0;
}
@media (max-width: 1180px) {
  .ai-in-courses__preview {
    max-width: 50%;
    object-fit: cover;
    border-radius: 35px;
  }
}
@media (max-width: 880px) {
  .ai-in-courses__heading {
    font-size: 45px;
  }
  .ai-in-courses__description {
    font-size: 16px;
  }
  .ai-in-courses__tools {
    margin-top: auto;
    display: flex;
    list-style: none;
  }
  .ai-in-courses__tools-item {
    margin-left: -18px;
  }
  .ai-in-courses__tools-item:nth-child(1) {
    margin-left: 0;
  }
  .ai-in-courses__tools-item-image {
    width: 45px;
    max-width: 45px;
    min-width: 45px;
    height: 45px;
    max-height: 45px;
    min-height: 45px;
  }
}
@media (max-width: 640px) {
  .ai-in-courses {
    padding: 0 33px;
    gap: 25px;
    flex-direction: column;
  }
  .ai-in-courses__preview {
    max-width: 100%;
  }
}

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

/* End */


/* Start:/local/templates/public/components/bitrix/news.detail/main-page/subjects/style.css?17804106813507*/
.subjects {
  width: 100%;
  max-width: 1519px;
  margin: 0 auto;
  padding: 50px 132px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 52px;
  position: relative;
}
.subjects__background {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
}
.subjects__heading {
  font-family: "Random Grotesque Standard Bold";
  font-weight: 700;
  font-size: 52px;
  line-height: 100%;
  text-align: center;
  position: relative;
  z-index: 2;
}
.subjects__list {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.subjects__list-line {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 36px;
}
.subjects__list-line.--mobile {
  display: none;
}
.subjects__item {
  max-width: 444px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 27px;
  border-radius: 20px;
}
.subjects__item.--top, .subjects__item.--left, .subjects__item.--right {
  background: #16141c;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  border: 1px solid transparent;
}
.subjects__item.--top {
  background-image: linear-gradient(#16141c, #16141c), linear-gradient(90deg, #6c3bff, #00ff96);
}
.subjects__item.--left {
  flex: 1;
  background-image: linear-gradient(#16141c, #16141c), linear-gradient(#6c3bff);
}
.subjects__item.--center {
  flex: 0.5;
  max-width: 294px;
  padding: 40px 40px 67px 40px;
  gap: 20px;
  background: radial-gradient(at right top, #00ff97, #6c3bff);
}
.subjects__item.--right {
  flex: 1;
  background-image: linear-gradient(#16141c, #16141c), linear-gradient(#00ff96);
}
.subjects__item.--bottom {
  padding: 40px;
}
.subjects__item.--bottom .subjects__item-description {
  font-size: 20px;
}
.subjects__item-heading {
  font-family: "Random Grotesque Standard Bold";
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  text-align: center;
}
.subjects__item-description {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  text-align: center;
}
.subjects__anchor {
  position: relative;
  z-index: 1;
}

@media (max-width: 1180px) {
  .subjects {
    padding: 50px 0;
  }
  .subjects__list-line {
    gap: 25px;
  }
}
@media (max-width: 880px) {
  .subjects__item.--center {
    padding: 25px 21px;
  }
  .subjects__item.--center .subjects__item-heading {
    font-size: 26px;
  }
}
@media (max-width: 640px) {
  .subjects {
    padding: 0 33px;
  }
  .subjects__background {
    display: none;
  }
  .subjects__list {
    gap: 25px;
  }
  .subjects__list-line {
    flex-direction: column;
  }
  .subjects__list-line:nth-child(2) {
    order: 3;
  }
  .subjects__list-line:nth-child(3) {
    order: 1;
  }
  .subjects__list-line:nth-child(4) {
    display: none;
  }
  .subjects__list-line.--mobile {
    display: block;
  }
  .subjects__list-line.--mobile .subjects__item.--bottom {
    display: block;
  }
  .subjects__item.--left, .subjects__item.--center, .subjects__item.--right, .subjects__item.--top, .subjects__item.--bottom {
    flex: auto;
    max-width: none;
  }
  .subjects__item.--left {
    order: 2;
  }
  .subjects__item.--center {
    order: 1;
    padding: 88px 30px;
  }
  .subjects__item.--center .subjects__item-heading {
    font-size: 33px;
  }
  .subjects__item.--center .subjects__item-description {
    font-size: 20px;
  }
  .subjects__item.--right {
    order: 3;
  }
  .subjects__item.--bottom {
    padding: 25px 0;
  }
}

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

/* End */


/* Start:/local/templates/public/components/bitrix/news.detail/_forms/default-form/style.css?17804127153632*/
.default-form {
  width: 100%;
  max-width: 1519px;
  margin: 0 auto;
  display: flex;
  gap: 25px;
}
.default-form__box, .default-form__content {
  flex: 1;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 50px;
  background: #16141c;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 35px;
}
.default-form__content-head {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.default-form__content-head .section-header, .default-form__content-head .section-description {
  text-align: left;
}
.default-form__image {
  width: 100%;
}
.default-form__data {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.default-form__data-address, .default-form__data-time, .default-form__data-address b, .default-form__data-time b {
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: #fff;
}
.default-form__data-address b, .default-form__data-time b {
  color: #00ff96;
}
.default-form__form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.default-form__form-group {
  display: flex;
  flex-direction: column;
  position: relative;
}
.default-form__form-group.--moved {
  margin-top: 15px;
}
.default-form__form-group.--moved div {
  display: flex;
  gap: 15px;
}
.default-form__form-group.--error input {
  border: 1px solid #ff2528;
}
.default-form__form-group.--error .default-form__form-error {
  max-height: 100px;
}
.default-form__form-input {
  height: 53px;
  display: flex;
  padding: 16px 20px;
  background: #1f1c27;
  border: 1px solid #33303c;
  border-radius: 8px;
  transition: all 0.3s ease;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #fff;
  outline: none;
}
.default-form__form-input::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #4f4b5b;
}
.default-form__form-input:hover {
  border: 1px solid #a59eba;
}
.default-form__form-input:focus {
  border: 1px solid #00ff96;
}
.default-form__form .default-form__checkbox {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  cursor: pointer;
  user-select: none;
}
.default-form__form .default-form__checkbox__input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}
.default-form__form .default-form__checkbox__icon {
  display: inline-block;
  width: 26px;
  height: 26px;
  transition: transform 0.2s ease;
}
.default-form__form .default-form__checkbox__icon--green {
  display: none;
}
.default-form__form .default-form__checkbox__input:checked ~ .default-form__checkbox__icon .default-form__checkbox__icon--purple {
  display: none;
}
.default-form__form .default-form__checkbox__input:checked ~ .default-form__checkbox__icon .default-form__checkbox__icon--green {
  display: block;
}
.default-form__form-error {
  max-height: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  transition: all 0.3s ease;
}
.default-form__form-error svg {
  margin: 0 8px;
}
.default-form__form-error span {
  border-radius: 5px;
  padding: 10px;
  background: #ff2528;
}
.default-form__form-agreement {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #a59eba;
}
.default-form__form-agreement a {
  color: #a59eba;
  text-decoration-line: underline;
}
@media (max-width: 880px) {
  .default-form {
    width: calc(100% - 20px);
    margin: 0 auto;
    flex-direction: column;
  }
  .default-form__content-head .section-header, .default-form__content-head .section-description {
    text-align: center;
  }
}

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

/* End */


/* Start:/local/templates/public/components/bitrix/news.detail/main-page/partners/style.css?17804019281731*/
.partners {
  width: 100%;
  max-width: 1519px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}
.partners__head {
  max-width: 911px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}
.partners__heading {
  font-family: "Random Grotesque Standard Bold";
  font-weight: 700;
  font-size: 52px;
  line-height: 100%;
  text-align: center;
  color: #fff;
}
.partners__description {
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  text-align: center;
  color: #a59eba;
}
.partners__lines {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 25px;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 20%, black 80%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, black 20%, black 80%, transparent 100%);
  overflow: hidden;
}
.partners__line {
  width: fit-content;
  display: flex;
  gap: 25px;
}
.partners__line-item {
  width: 313px;
  height: 135px;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #16141c;
  box-shadow: inset 0px 1px 1px rgba(0, 255, 150, 0.5);
  border-radius: 20px;
}
.partners__line:nth-child(odd) {
  align-self: flex-end;
  animation: slideLeft 20s linear infinite alternate;
}
.partners__line:nth-child(even) {
  animation: slideRight 20s linear infinite alternate;
}

@keyframes slideRight {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes slideLeft {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(50%);
  }
}
@media (max-width: 640px) {
  .partners {
    padding: 0 33px;
  }
}

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

/* End */


/* Start:/local/templates/public/components/bitrix/news.detail/main-page/video/style.css?17804151141720*/
.video {
  width: 100%;
  max-width: 1519px;
  margin: 150px auto 0 auto;
  padding: 65px 129px 129px;
  background: #16141c;
  box-shadow: 0px 0px 118.1px rgba(108, 59, 255, 0.2);
  border-radius: 50px;
}
.video__wrapper {
  margin-top: 35px;
  position: relative;
}
.video__wrapper.--hidden::after {
  max-height: 0;
}
.video__wrapper::after {
  content: "";
  width: 100%;
  height: calc(100% - 4px);
  max-height: calc(100% - 4px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6117647059);
  border-radius: 35px;
  transition: all 0.3s ease;
}
.video__wrapper video {
  width: 100%;
  border-radius: 35px;
}
.video__buttons {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video__button {
  border-radius: 100%;
  box-shadow: 0px 0px 60px 0px rgba(0, 255, 150, 0.5019607843);
  cursor: pointer;
  transition: all 0.3s ease;
}
.video__button.--play {
  width: 120px;
  height: 120px;
  animation: playButtonPulse 3s linear infinite alternate;
}
.video__button.--transparent {
  opacity: 0;
}
.video__button.--hidden {
  display: none;
}

@keyframes playButtonPulse {
  from {
    box-shadow: 0px 0px 60px 0px rgba(0, 255, 150, 0.5019607843);
  }
  to {
    box-shadow: 0px 0px 60px 30px rgba(0, 255, 150, 0.5019607843);
  }
}
@media (max-width: 1180px) {
  .video {
    padding: 50px 49.5px 75px 49.5px;
  }
}
@media (max-width: 880px) {
  .video {
    padding: 35px 35px 50px 35px;
  }
}
@media (max-width: 640px) {
  .video {
    width: calc(100% - 20px);
    margin: 0 auto;
    padding: 23px 23px 50px 23px;
  }
  .video__button.--play {
    width: 90px;
    height: 90px;
  }
}

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

/* End */


/* Start:/local/templates/public/components/bitrix/news.list/main-page/teachers/style.css?17804024822031*/
.teachers {
  width: 100%;
  max-width: 1519px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.teachers .section-header {
  text-align: left;
}
.teachers__list {
  display: flex;
  list-style: none;
}
.teachers__card {
  position: relative;
  padding: 0 25px 0 0;
  transition: all 0.3s ease;
}
.teachers__card-inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.teachers__card-image-wrapper {
  position: relative;
}
.teachers__card-image {
  height: 532px;
  width: 100%;
  object-fit: cover;
  border: 1px solid rgba(246, 243, 255, 0.1);
  border-radius: 35px;
}
.teachers__card-icon {
  position: absolute;
  top: 0;
  right: 0;
  margin: 20px;
}
.teachers__card-name {
  display: flex;
  align-items: flex-end;
  gap: 15px;
}
.teachers__card-name span {
  font-weight: 600;
  font-size: 26px;
  line-height: 120%;
  color: #fff;
}
.teachers__card-stack {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #f6f3ff;
}
.teachers__card-description {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #a59eba;
}
.teachers__buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
}
.teachers__points {
  display: flex;
  align-items: center;
  gap: 10px;
}
.teachers__point {
  width: 6px;
  max-width: 6px;
  min-width: 6px;
  aspect-ratio: 1/1;
  background: #d3c4ff;
  border-radius: 100%;
  transition: all 0.3s ease;
}
.teachers__point:hover {
  transform: scale(1.2);
}
.teachers__point.--active {
  transform: scale(1.4);
}
.teachers__button {
  width: 53px;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: #6c3bff;
  border-radius: 8px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.teachers__button:hover {
  background: #8962ff;
}

@media (max-width: 640px) {
  .teachers {
    padding: 0 33px;
  }
  .teachers__card {
    padding: 0 20px 0 0;
  }
  .teachers__button {
    display: none;
  }
}

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

/* End */


/* Start:/local/templates/public/components/bitrix/news.detail/main-page/about-college/style.css?17804158666701*/
.about-college,
.about-additional {
  width: 100%;
  max-width: 1519px;
  margin: 0 auto;
}
.about-college .section-header,
.about-additional .section-header {
  text-align: left;
}

.about-college {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.about-college__heading {
  font-family: "Random Grotesque Standard Bold";
  font-weight: 700;
  font-size: 52px;
  line-height: 100%;
  color: #fff;
}
.about-college__inner {
  height: 550px;
  display: flex;
  gap: 25px;
}
.about-college__gallery {
  width: 100%;
  max-width: 1005px;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}
.about-college__gallery-points {
  display: none;
}
.about-college__gallery-image {
  width: 0;
  height: 100%;
  object-fit: cover;
  border-radius: 35px;
  transition: all 0.5s ease;
}
.about-college__gallery-image.--active {
  width: 100%;
}
.about-college__gallery-btn {
  margin: 0 27px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #6c3bff;
  border-radius: 50px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.about-college__gallery-btn.--left {
  padding: 10px 12px 10px 8px;
  left: 0;
}
.about-college__gallery-btn.--right {
  padding: 10px 8px 10px 12px;
  right: 0;
}
.about-college__gallery-btn:hover {
  background: #8962ff;
}
.about-college__actions {
  width: 100%;
  max-width: 490px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.about-college__actions.--mobile {
  display: none;
}
.about-college__action {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 30px 29px;
  border-radius: 30px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.about-college__action.--active {
  flex: 1;
  background: #1f1c27;
}
.about-college__action.--active .about-college__action-content {
  max-height: 326px;
  opacity: 1;
}
.about-college__action.--active .about-college__action-heading {
  margin-bottom: 10px;
}
.about-college__action:not(.--active) {
  background: #33303c;
}
.about-college__action:not(.--active) .about-college__action-content {
  max-height: 0;
  opacity: 0;
}
.about-college__action:not(.--active) .about-college__action-heading {
  margin-bottom: 0;
}
.about-college__action:not(.--active):hover {
  box-shadow: 0px 0px 30px rgba(0, 255, 150, 0.6);
}
.about-college__action-heading {
  font-weight: 600;
  font-size: 33px;
  line-height: 120%;
  color: #fff;
  transition: all 0.3s ease;
}
.about-college__action-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s ease;
  overflow: hidden;
}
.about-college__action-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #fff;
}
.about-college__action-anchor {
  min-width: 242px;
}

.about-additional {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}
.about-additional__card-image, .about-additional__card-inner {
  width: 100%;
  height: 100%;
}
.about-additional__card {
  width: 100%;
  height: 551px;
  position: relative;
  overflow: hidden;
  border-radius: 25px;
}
.about-additional__card:hover .about-additional__card-image {
  transform: translate(-50%, -50%) scale(1.2);
}
.about-additional__card-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  object-fit: cover;
  object-position: center;
  transition: all 0.3s ease;
}
.about-additional__card-inner {
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 55.14%, #000000 100%);
}
.about-additional__card-anchor {
  height: 56px;
  padding: 16px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: flex-end;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
.about-additional__card-content {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.about-additional__card-heading {
  font-weight: 600;
  font-size: 40px;
  line-height: 100%;
  color: #fff;
}
.about-additional__card-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #a59eba;
}

@media (max-width: 1180px) {
  .about-college__inner {
    height: 450px;
  }
  .about-college__actions {
    max-width: 380px;
  }
  .about-additional__card {
    height: 400px;
  }
}
@media (max-width: 880px) {
  .about-college__inner {
    height: auto;
    flex-direction: column-reverse;
  }
  .about-college__actions {
    max-width: 100%;
    flex-direction: row;
  }
  .about-college__actions.--mobile {
    display: flex;
    overflow: hidden;
  }
  .about-college__actions.--mobile .about-college__action-content {
    min-width: 100%;
    padding: 30px;
    display: none;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    background: #1f1c27;
    border-radius: 30px;
  }
  .about-college__actions.--mobile .about-college__action-content.--active {
    display: flex;
  }
  .about-college__action {
    flex: 1;
  }
  .about-college__action .about-college__action-content {
    display: none;
  }
  .about-college__action.--active .about-college__action-content {
    display: none;
  }
  .about-college__action.--active .about-college__action-heading {
    margin-bottom: 0;
  }
  .about-college__action:not(.--active):hover {
    box-shadow: none;
  }
  .about-college__action-heading {
    text-align: center;
    font-size: 20px;
  }
  .about-college__gallery-image {
    height: 541px;
  }
  .about-college__gallery-btn {
    display: none;
  }
  .about-college__gallery-points {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .about-college__gallery-point {
    width: 6px;
    max-width: 6px;
    min-width: 6px;
    aspect-ratio: 1/1;
    background: #d3c4ff;
    border-radius: 100%;
    transition: all 0.3s ease;
  }
  .about-college__gallery-point.--active {
    transform: scale(1.4);
  }
  .about-additional {
    grid-template-columns: repeat(1, 1fr);
  }
  .about-additional__card {
    height: 400px;
  }
}
@media (max-width: 640px) {
  .about-college {
    padding: 0 33px;
  }
  .about-additional {
    padding: 0 10px;
  }
  .about-additional__card {
    height: 571px;
  }
  .about-college__actions {
    flex-direction: column;
  }
  .about-college__actions.--mobile .about-college__action-content {
    flex-direction: column;
  }
  .about-college__gallery-image {
    height: 263px;
  }
  .about-college__action-anchor {
    width: 100%;
  }
}

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

/* End */


/* Start:/local/templates/public/components/bitrix/news.list/main-page/reviews/style.css?17810224202141*/
.reviews {
  width: 100%;
  max-width: 1519px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.reviews .section-header {
  text-align: left;
}
.reviews__list {
  width: 100%;
  padding: 0 0 25px 0;
  display: flex;
  overflow: auto;
  list-style: none;
  scrollbar-color: #6c3bff #1f1c27;
}
.reviews__list::-webkit-scrollbar {
  height: 6px;
}
.reviews__list::-webkit-scrollbar-track {
  background: #1f1c27;
  border-radius: 10px;
}
.reviews__list::-webkit-scrollbar-thumb {
  background: #6c3bff;
  border-radius: 10px;
}
.reviews__list::-webkit-scrollbar-thumb:hover {
  background: #825eff;
}
.reviews__list::-webkit-scrollbar-button {
  display: none;
  height: 0;
  width: 0;
}
.reviews__list::-webkit-scrollbar-button:start:decrement, .reviews__list::-webkit-scrollbar-button:end:increment {
  display: none;
}
.reviews__card {
  min-width: 25%;
  padding: 0 25px 0 0;
}
.reviews__card-inner {
  height: 100%;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 360px;
  background: #1f1c27;
  border-radius: 20px;
}
.reviews__card-head {
  display: flex;
  gap: 24px;
}
.reviews__card-head-info {
  display: flex;
  flex-direction: column;
}
.reviews__card-head-stars {
  display: flex;
  gap: 2.57px;
}
.reviews__card-avatar {
  width: 60px;
  max-width: 60px;
  min-width: 60px;
  height: 60px;
  max-height: 60px;
  min-height: 60px;
  border-radius: 100%;
  overflow: hidden;
}
.reviews__card-reviewer-name {
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  color: #fff;
}
.reviews__card-reviewer-city {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #fff;
}
.reviews__card-reviewer-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #fff;
}

@media (max-width: 1180px) {
  .reviews__card {
    min-width: 33.3%;
  }
}
@media (max-width: 880px) {
  .reviews__card {
    min-width: 50%;
  }
}
@media (max-width: 640px) {
  .reviews {
    padding: 0 33px;
  }
  .reviews__card {
    min-width: calc(100% + 20px);
  }
  .reviews__card-inner {
    max-width: none;
  }
}

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

/* End */


/* Start:/local/templates/public/components/bitrix/news.detail/main-page/faq/style.css?17804160133694*/
.faq {
  width: 100%;
  max-width: 1519px;
  margin: 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__head .section-header, .faq__head .section-description {
  text-align: left;
}
.faq__accordion {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
.faq__accordion-item {
  padding: 24px;
  display: flex;
  flex-direction: column;
  background: #16141c;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: linear-gradient(#16141c, #16141c), linear-gradient(90deg, #6c3bff, #00ff96);
  border: 1px solid transparent;
  border-radius: 15px;
  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: 130%;
  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: 133%;
  color: #88829a;
}

@media (max-width: 640px) {
  .faq {
    padding: 0 33px;
    flex-direction: column;
    gap: 24px;
  }
  .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;
  }
}

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

/* End */


/* Start:/local/templates/public/components/bitrix/news.detail/_forms/alternative-form/style.css?17804139845808*/
.alternative-form {
  width: 100%;
  max-width: 1519px;
  margin: 0 auto;
  display: flex;
  gap: 25px;
}
.alternative-form__box, .alternative-form__content {
  max-width: 50%;
  display: flex;
  justify-content: space-between;
  background: #6c3bff;
  border: 1px solid #6c3bff;
  border-radius: 35px;
}
.alternative-form__content {
  gap: 25px;
  align-items: center;
  background: url(/local/templates/public/assets/images/_forms/alternative-form__background--large.png), #6c3bff;
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: -60% 50%;
}
.alternative-form__content-head {
  width: 50%;
  padding: 40px 40px 40px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 25px;
}
.alternative-form__content-image {
  width: 50%;
}
.alternative-form__heading {
  font-family: "Random Grotesque Standard Bold";
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
}
.alternative-form__description {
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  color: #e2d8ff;
}
.alternative-form__data {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.alternative-form__data-address, .alternative-form__data-time, .alternative-form__data-address b, .alternative-form__data-time b {
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
}
.alternative-form__data-address b, .alternative-form__data-time b {
  color: #00ff96;
}
.alternative-form__box {
  padding: 40px;
  flex-direction: column;
}
.alternative-form__form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.alternative-form__form-group {
  display: flex;
  flex-direction: column;
  position: relative;
}
.alternative-form__form-group.--moved {
  margin-top: 15px;
}
.alternative-form__form-group.--error input {
  border: 1px solid #ff2528;
}
.alternative-form__form-group.--error .alternative-form__form-error {
  max-height: 100px;
}
.alternative-form__form-input {
  height: 53px;
  display: flex;
  padding: 16px 20px;
  background: rgba(234, 232, 255, 0.1019607843);
  border: 1px solid rgba(234, 232, 255, 0.2);
  border-radius: 8px;
  transition: all 0.3s ease;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  outline: none;
}
.alternative-form__form-input::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: rgba(234, 232, 255, 0.8);
}
.alternative-form__form-input:hover {
  border: 1px solid #a59eba;
}
.alternative-form__form-input:focus {
  border: 1px solid #00ff96;
}
.alternative-form__form .alternative-form__checkbox {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  cursor: pointer;
  user-select: none;
}
.alternative-form__form .alternative-form__checkbox__input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}
.alternative-form__form .alternative-form__checkbox__icon {
  display: inline-block;
  width: 26px;
  height: 26px;
  transition: transform 0.2s ease;
}
.alternative-form__form .alternative-form__checkbox__icon--green {
  display: none;
}
.alternative-form__form .alternative-form__checkbox__input:checked ~ .alternative-form__checkbox__icon .alternative-form__checkbox__icon--purple {
  display: none;
}
.alternative-form__form .alternative-form__checkbox__input:checked ~ .alternative-form__checkbox__icon .alternative-form__checkbox__icon--green {
  display: block;
}
.alternative-form__form-error {
  max-height: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  transition: all 0.3s ease;
}
.alternative-form__form-error svg {
  margin: 0 8px;
}
.alternative-form__form-error span {
  border-radius: 5px;
  padding: 10px;
  background: #ff2528;
}
.alternative-form__form-agreement {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.alternative-form__form-agreement a {
  text-decoration-line: underline;
}
@media (max-width: 1400px) {
  .alternative-form__content-image {
    width: 40%;
  }
}
@media (max-width: 1180px) {
  .alternative-form__heading {
    font-size: 32px;
  }
  .alternative-form__content {
    gap: 25px;
    align-items: center;
    background: url(/local/templates/public/assets/images/_forms/alternative-form__background--middle.png), #6c3bff;
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: -20% 50%;
  }
  .alternative-form__content-image, .alternative-form__content-head {
    width: 50%;
  }
}
@media (max-width: 1000px) {
  .alternative-form__heading {
    font-size: 32px;
  }
  .alternative-form__content {
    gap: 25px;
    align-items: center;
    background: url(/local/templates/public/assets/images/_forms/alternative-form__background--middle.png), #6c3bff;
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: 0% 50%;
  }
  .alternative-form__content-image {
    width: 40%;
  }
  .alternative-form__content-head {
    width: auto;
  }
}
@media (max-width: 880px) {
  .alternative-form {
    flex-direction: column;
  }
  .alternative-form__heading {
    font-size: 45px;
  }
  .alternative-form__box, .alternative-form__content {
    padding: 40px;
    max-width: 100%;
  }
  .alternative-form__content {
    gap: 20px;
  }
  .alternative-form__content-head {
    padding: 0;
  }
}
@media (max-width: 640px) {
  .alternative-form {
    width: calc(100% - 20px);
    margin: 0 auto;
  }
  .alternative-form__content {
    flex-direction: column-reverse;
    background: url(/local/templates/public/assets/images/_forms/alternative-form__background--small.png), #6c3bff;
    background-repeat: no-repeat;
    background-size: 200%;
    background-position: 50% 100%;
  }
  .alternative-form__content-image {
    width: 100%;
    max-width: 344px;
  }
}

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

/* End */
/* /local/templates/public/components/bitrix/news.detail/main-page/banner/style.css?17810265523732 */
/* /local/templates/public/components/bitrix/news.list/main-page/departments/style.css?17810248475999 */
/* /local/templates/public/components/bitrix/news.detail/main-page/call-to-test/style.css?17804146744104 */
/* /local/templates/public/components/bitrix/news.detail/main-page/ai-in-courses/style.css?17804096431628 */
/* /local/templates/public/components/bitrix/news.detail/main-page/subjects/style.css?17804106813507 */
/* /local/templates/public/components/bitrix/news.detail/_forms/default-form/style.css?17804127153632 */
/* /local/templates/public/components/bitrix/news.detail/main-page/partners/style.css?17804019281731 */
/* /local/templates/public/components/bitrix/news.detail/main-page/video/style.css?17804151141720 */
/* /local/templates/public/components/bitrix/news.list/main-page/teachers/style.css?17804024822031 */
/* /local/templates/public/components/bitrix/news.detail/main-page/about-college/style.css?17804158666701 */
/* /local/templates/public/components/bitrix/news.list/main-page/reviews/style.css?17810224202141 */
/* /local/templates/public/components/bitrix/news.detail/main-page/faq/style.css?17804160133694 */
/* /local/templates/public/components/bitrix/news.detail/_forms/alternative-form/style.css?17804139845808 */
