

/* Start:/local/templates/public/components/bitrix/news.detail/department-detail-page/banner/style.css?17810460004800*/
@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;
}
@font-face {
  font-family: "Random Grotesque Standard Bold";
  src: url("/local/templates/public/assets/fonts/rg/RG-StandardBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.banner {
  height: 100vh;
  max-height: 750px;
  padding: 0 var(--global-padding);
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  position: relative;
}
.banner__background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.banner__background::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5019607843) 38.94%, #000000 100%);
}
.banner__background-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner__background-icon {
  position: absolute;
  top: 60%;
  left: 71%;
  z-index: 0;
  transform: translate(-50%, -50%);
}
.banner__content-wrapper {
  width: 100%;
  max-width: 1520px;
  margin: 0 auto;
  padding: 0 0 50px 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.banner__content {
  width: 100%;
  max-width: 887px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 50px;
}
.banner__standart {
  height: 56px;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 12px;
  background: rgba(211, 196, 255, 0.2);
  backdrop-filter: blur(10px);
  border: 1px solid #6C3BFF;
}
.banner__standart-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
}
.banner__head {
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.banner__heading {
  font-family: "Random Grotesque Standard Bold";
  font-weight: 700;
  font-size: 85px;
  line-height: 100%;
}
.banner__description {
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: #c4b1ff;
}
.banner__cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  gap: 20px;
  background: rgba(22, 20, 28, 0.5);
  border: 1px solid rgba(162, 131, 255, 0.5);
  backdrop-filter: blur(10px);
  border-radius: 15px;
}
.banner__cta-text {
  padding: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
}
.banner__cta-btn-wrapper {
  display: none;
  justify-content: center;
  align-items: center;
  padding: 20px;
  background: rgba(22, 20, 28, 0.5);
  border: 1px solid rgba(162, 131, 255, 0.5);
  backdrop-filter: blur(10px);
  border-radius: 15px;
}

.benefits {
  width: 100%;
  margin-top: 50px;
  padding: 0 var(--global-padding);
  position: relative;
  z-index: 1;
}
.benefits__list {
  width: 100%;
  max-width: 1520px;
  margin: 0 auto;
  display: flex;
  gap: 25px;
  list-style: none;
}
.benefits__list-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 25px;
  gap: 10px;
  background: #6C3BFF;
  border: 1px solid #6C3BFF;
  border-radius: 25px;
}
.benefits__list-item-head {
  display: flex;
  align-items: center;
  gap: 15px;
}
.benefits__list-item-title {
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
}
.benefits__list-item-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #a59eba;
}

@media (max-width: 1180px) {
  .banner__content {
    max-width: none;
  }
  .banner__cta-wrapper, .banner__cta {
    width: 100%;
  }
  .banner__background-icon {
    left: 82%;
  }
  .benefits__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 880px) {
  .banner__background-icon {
    top: 40%;
    left: 87%;
  }
  .banner__content {
    gap: 30px;
  }
  .banner__cta-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .banner__cta > .btn {
    display: none;
  }
  .banner__cta-btn-wrapper {
    display: block;
  }
  .banner__cta-btn-wrapper > .btn {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .banner {
    max-height: 700px;
    padding: 0 33px;
  }
  .banner__background-icon {
    top: 54%;
    left: 94%;
  }
  .banner__heading {
    font-size: 52px;
  }
  .banner__cta {
    gap: 8px;
  }
  .banner__cta-text {
    font-size: 14px;
  }
  .benefits__list {
    padding: 0 33px;
    grid-template-columns: repeat(1, 1fr);
  }
}

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

/* End */


/* Start:/local/templates/public/components/bitrix/news.list/department-detail-page/specialities/style.css?17810170224146*/
.specialities {
  width: 100%;
  max-width: 1519px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.specialities__head {
  max-width: 850px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.specialities__mobile-images {
  display: none;
  overflow: hidden;
  width: 100%;
}
.specialities__mobile-image {
  min-width: 100%;
  height: 340px;
  display: none;
  border-radius: 35px;
}
.specialities__mobile-image.--active {
  display: block;
}
.specialities__mobile-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 35px;
}
.specialities__selectors {
  width: 100%;
  margin: 50px 0 26px 0;
  display: flex;
  gap: 25px;
}
.specialities__selector {
  flex: 1;
  padding: 16px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1f1c27;
  border-radius: 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
}
.specialities__selector:hover {
  background: #33303c;
}
.specialities__selector.--active {
  background: #6c3bff;
}
.specialities__list {
  width: 100%;
  display: flex;
  overflow: hidden;
}
.specialities__list-item {
  min-width: 100%;
  display: none;
  gap: 25px;
}
.specialities__list-item.--active {
  display: flex;
}
.specialities__list-item-image {
  max-width: 490px;
  height: 100%;
  object-fit: cover;
  object-position: bottom center;
  border-radius: 35px;
}
.specialities__list-item-content {
  display: flex;
  flex-direction: column;
  padding: 35px;
  gap: 40px;
  background: #1f1c27;
  border-radius: 35px;
}
.specialities__list-item-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 25px;
}
.specialities__list-item-heading {
  font-family: "Random Grotesque Standard Bold";
  font-weight: 700;
  font-size: 45px;
  line-height: 100%;
}
.specialities__list-item-description {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #a59eba;
}
.specialities__list-item-skills {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 25px;
}
.specialities__list-item-skills-heading {
  font-weight: 400;
  font-size: 26px;
  line-height: 120%;
}
.specialities__list-item-skills-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 15px;
}
.specialities__list-item-skill {
  width: 49%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
}
.specialities__list-item-skill svg {
  width: 26px;
  height: 26px;
  min-width: 26px;
  min-height: 26px;
  max-width: 26px;
  max-height: 26px;
}
.specialities__list-item-tools {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 25px;
}
.specialities__list-item-tools-heading {
  font-weight: 400;
  font-size: 26px;
  line-height: 120%;
}
.specialities__list-item-tools-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 15px;
}
.specialities__list-item-tool {
  height: 43px;
  padding: 5px 15px 5px 5px;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #33303c;
  border-radius: 35px;
}
.specialities__list-item-tool-image {
  min-width: 33px;
  min-height: 33px;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #100f15;
  border-radius: 50px;
}

@media (max-width: 1180px) {
  .specialities__list-item-image {
    display: none;
  }
}
@media (max-width: 880px) {
  .specialities__selectors {
    gap: 20px;
  }
  .specialities__list-item-head {
    flex-direction: column;
    align-items: flex-start;
  }
  .specialities__list-item-skill {
    width: auto;
  }
}
@media (max-width: 640px) {
  .specialities {
    padding: 0 33px;
  }
  .specialities__mobile-images {
    display: flex;
    margin-top: 50px;
  }
  .specialities__selectors {
    margin: 20px 0;
    width: 100vw;
    padding: 0 33px;
    overflow: auto;
  }
  .specialities__selector {
    min-width: calc(50% - 12.5px);
  }
  .specialities__list-item-heading {
    font-size: 32px;
  }
}

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

/* End */


/* Start:/local/templates/public/components/bitrix/news.detail/department-detail-page/call-to-test/style.css?17805731982527*/
.call-to-test {
  width: 100%;
  max-width: 1519px;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 15px;
  background: #6c3bff;
  border-radius: 35px;
}
.call-to-test__head {
  max-width: 548px;
  padding: 40px 0 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__image {
  height: 282px;
  width: 44%;
  overflow: hidden;
}
.call-to-test__image img {
  width: 110%;
  height: 100%;
  object-fit: cover;
}
.call-to-test__anchor {
  min-width: 136px;
  margin: 0 40px 40px 0;
}
.call-to-test__anchor.--mobile {
  display: none;
  margin: 0;
}

@media (max-width: 1400px) {
  .call-to-test {
    overflow: hidden;
  }
  .call-to-test__image {
    height: auto;
    width: auto;
    overflow: visible;
  }
  .call-to-test__image img {
    width: auto;
    height: auto;
    object-fit: none;
  }
  .call-to-test__head {
    min-width: 475px;
  }
  .call-to-test__anchor.--mobile {
    display: flex;
  }
  .call-to-test__anchor:not(.--mobile) {
    display: none;
  }
}
@media (max-width: 1180px) {
  .call-to-test__head {
    max-width: 475px;
  }
  .call-to-test__heading {
    font-size: 45px;
  }
}
@media (max-width: 880px) {
  .call-to-test {
    flex-direction: column;
    gap: 25px;
    overflow: hidden;
    padding: 40px;
  }
  .call-to-test__image {
    width: 100%;
    overflow: hidden;
  }
  .call-to-test__heading {
    font-size: 52px;
  }
  .call-to-test__head {
    width: 100%;
    padding: 0;
    max-width: none;
  }
  .call-to-test__anchor {
    width: 100%;
    margin: 0;
  }
  .call-to-test__anchor.--mobile {
    display: none;
  }
  .call-to-test__anchor:not(.--mobile) {
    display: flex;
  }
}
@media (max-width: 640px) {
  .call-to-test {
    width: calc(100% - 20px);
    margin: 0 auto;
    padding: 0;
  }
  .call-to-test__heading {
    font-size: 45px;
  }
  .call-to-test__image {
    width: auto;
    margin: 0 auto;
  }
  .call-to-test__head {
    max-width: none;
    min-width: auto;
    padding: 40px 40px 0 40px;
  }
  .call-to-test__anchor {
    width: unset;
  }
  .call-to-test__anchor.--mobile {
    display: flex;
  }
  .call-to-test__anchor:not(.--mobile) {
    display: none;
  }
}

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

/* End */


/* Start:/local/templates/public/components/bitrix/news.detail/department-detail-page/documents/style.css?17810480621954*/
.documents {
  width: 100%;
  max-width: 1520px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}
.documents__head .section-header strong {
  background-image: url(/local/templates/public/assets/images/department-detail-page/department__documents-flying-object.png);
  background-repeat: no-repeat;
  background-position: left;
}
.documents__cards {
  width: 100%;
  display: flex;
  gap: 25px;
}
.documents__card {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 25px;
}
.documents__card-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 25px;
}
.documents__card-image {
  width: 100%;
  max-height: 350px;
  object-fit: cover;
  border-radius: 20px;
}
.documents__card-title {
  font-family: "Random Grotesque Standard Bold";
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
}
.documents__card-description {
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  color: #a59eba;
}
@media (max-width: 1180px) {
  .documents__card-image {
    max-height: 239px;
  }
}
@media (max-width: 880px) {
  .documents__cards {
    flex-direction: column;
  }
  .documents__card {
    flex-direction: row;
  }
  .documents__card-content {
    flex-direction: column;
    align-items: flex-start;
  }
  .documents__card-image {
    width: 281px;
    height: 201px;
    max-height: 201px;
    min-width: 281px;
    min-height: 201px;
  }
}
@media (max-width: 640px) {
  .documents {
    width: calc(100% - 66px);
    margin: 0 auto;
  }
  .documents__cards {
    flex-direction: row;
    gap: 20px;
  }
  .documents__card {
    min-width: 100%;
    flex-direction: column;
    max-width: 100%;
  }
  .documents__card-content {
    flex-direction: column;
    align-items: flex-start;
  }
  .documents__card-image {
    width: 100%;
    min-width: auto;
    max-height: 272px;
  }
}

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

/* End */


/* Start:/local/templates/public/components/bitrix/news.detail/department-detail-page/levels/style.css?17808506014046*/
.levels {
  width: 100%;
  max-width: 1520px;
  margin: 150px auto 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 65px 129px 100px;
  gap: 50px;
  background: #6c3bff;
  border-radius: 35px;
}
.levels__head {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}
.levels__head > div {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 25px;
  border-bottom: 1px solid #8962ff;
}
.levels__head-salary-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 5px 10px 5px 5px;
  height: 32px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50px;
}
.levels__head-salary-wrapper img {
  width: 22px;
  height: 22px;
}
.levels__head-salary-wrapper span {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
}
.levels__cards {
  display: flex;
  gap: 25px;
}
.levels__card {
  display: flex;
  flex-direction: column;
}
.levels__card-top {
  padding: 20px;
  display: flex;
  gap: 16px;
  border: 1px solid #8962ff;
  border-radius: 20px;
}
.levels__card-top div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}
.levels__card-image {
  width: 78px;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0f062a;
  border-radius: 12px;
}
.levels__card-heading {
  font-weight: 400;
  font-size: 26px;
  line-height: 120%;
}
.levels__card-description {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
}
.levels__card-diagram-wrapper {
  width: 100%;
  height: 380px;
  position: relative;
  overflow: hidden;
}
.levels__card-diagram-background {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 311px;
  background: #6435f0;
  border-radius: 20px 20px 0px 0px;
}
.levels__card-diagram {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  background: linear-gradient(360deg, #6c3bff 0%, #00ff96 100%);
  border-radius: 20px 20px 0px 0px;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 26px;
  line-height: 120%;
  text-align: center;
}
.levels__card-diagram-peak {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 46px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  z-index: 2;
}
.levels__card-diagram-peak svg {
  width: 46px;
  height: 276px;
  display: block;
  flex-shrink: 0;
}

@media (max-width: 1180px) {
  .levels {
    margin: 125px auto 0 auto;
    padding: 65px var(--global-padding) 100px var(--global-padding);
  }
}
@media (max-width: 880px) {
  .levels {
    margin: 100px auto 0 auto;
  }
  .levels__card-top {
    flex-direction: column;
    align-items: center;
  }
  .levels__card-top div {
    align-items: center;
    text-align: center;
  }
}
@media (max-width: 640px) {
  .levels {
    width: calc(100% - 20px);
    margin: 75px auto 0 auto;
    padding: 23px;
  }
  .levels__head .section-description {
    text-align: left;
  }
  .levels__head div {
    gap: 16px;
  }
  .levels__head-salary-wrapper {
    min-width: 215px;
    height: auto;
  }
  .levels__card {
    padding: 20px;
    border: 1px solid #8962ff;
    border-radius: 20px;
    gap: 16px;
  }
  .levels__card-top {
    padding: 0;
    flex-direction: row;
    align-items: flex-start;
    border: none;
  }
  .levels__card-top div {
    align-items: flex-start;
    text-align: left;
  }
  .levels__cards {
    flex-direction: column;
  }
  .levels__card-diagram-wrapper {
    height: 51px;
  }
  .levels__card-diagram-peak {
    display: none;
  }
  .levels__card-diagram-background {
    border-radius: 0px 10px 10px 0px;
    width: 100%;
    height: 100%;
  }
  .levels__card-diagram {
    width: 100%;
    border-radius: 0px 10px 10px 0px;
    padding: 17.5px;
    background: linear-gradient(90deg, #6c3bff 0%, #00ff96 100%);
    font-size: 16px;
  }
}

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

/* End */


/* Start:/local/templates/public/components/bitrix/news.detail/department-detail-page/projects/style.css?17808522312779*/
.projects {
  width: 100%;
  max-width: 1519px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}
.projects__head {
  max-width: 911px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}
.projects__heading {
  font-family: "Random Grotesque Standard Bold";
  font-weight: 700;
  font-size: 52px;
  line-height: 100%;
  text-align: center;
  color: #fff;
}
.projects__description {
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  text-align: center;
  color: #a59eba;
}
.projects__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;
}
.projects__line {
  width: fit-content;
  display: flex;
  gap: 25px;
}
.projects__line-item {
  width: 490px;
  height: 336px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #16141c;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.projects__line-item::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 62.02%, rgba(0, 0, 0, 0.4) 81.25%, #000000 100%);
  box-shadow: inset 0px 1px 1px rgba(238, 236, 255, 0.5);
  border-radius: 20px;
}
.projects__line-item-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.projects__line-item-fullname {
  height: 30px;
  margin: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 12px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  box-shadow: inset 0px 1px 1px rgba(238, 236, 255, 0.5);
  backdrop-filter: blur(2.5px);
  border-radius: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
}
.projects__line:nth-child(odd) {
  align-self: flex-end;
  animation: slideLeft 40s linear infinite alternate;
}
.projects__line:nth-child(even) {
  animation: slideRight 40s 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: 880px) {
  .projects__line-item {
    width: 360.21px;
    height: 247px;
  }
}
@media (max-width: 640px) {
  .projects {
    padding: 0 33px;
  }
  .projects__line-item {
    width: 380.21px;
    height: 260.72px;
  }
}

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

/* End */


/* Start:/local/templates/public/components/bitrix/news.detail/department-detail-page/study-details/style.css?17808605534461*/
.study-details {
  width: 100%;
  max-width: 1520px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}
.study-details__head {
  max-width: 850px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  text-align: center;
}
.study-details__blocks {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-template-rows: auto auto;
  gap: 25px;
}
.study-details__block {
  padding: 35px;
  display: flex;
  flex-direction: column;
  gap: 25px;
  overflow: hidden;
  border-radius: 20px;
}
.study-details__block:nth-child(1), .study-details__block:nth-child(2) {
  grid-row: span 2;
}
.study-details__block:nth-child(1) {
  max-width: 615px;
  min-height: 615px;
  position: relative;
  border-radius: 0;
}
.study-details__block-highlight {
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  margin: 5px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border: 1px solid #6c3bff;
}
.study-details__block-highlight span {
  width: 11px;
  height: 11px;
  max-width: 11px;
  max-height: 11px;
  min-width: 11px;
  min-height: 11px;
  background: #6c3bff;
  position: absolute;
}
.study-details__block-highlight span:nth-child(1) {
  top: -5px;
  left: -5px;
}
.study-details__block-highlight span:nth-child(2) {
  top: -5px;
  right: -5px;
}
.study-details__block-highlight span:nth-child(3) {
  bottom: -5px;
  left: -5px;
}
.study-details__block-highlight span:nth-child(4) {
  bottom: -5px;
  right: -5px;
}
.study-details__block:nth-child(2) {
  max-width: 361px;
  min-height: 615px;
  background: #6c3bff;
}
.study-details__block:nth-child(3) {
  max-width: 490px;
  min-height: 325px;
  display: flex;
  align-items: flex-start;
  background: #16141c;
  border: 1px solid #6c3bff;
  border-radius: 20px;
}
.study-details__block:nth-child(4) {
  max-width: 490px;
  min-height: 265px;
  background: #6c3bff;
}
.study-details__block-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-weight: 400;
  font-size: 33px;
  line-height: 120%;
}
.study-details__block-description {
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  color: #a59eba;
}
.study-details__block-spinner {
  width: 100%;
  height: 280px;
  margin-top: auto;
  overflow: hidden;
  position: relative;
}
.study-details__block-spinner img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  animation: rotateSpinner 20s linear infinite;
}
.study-details__block-tools {
  margin-top: auto;
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
}
.study-details__block-tool {
  height: 43px;
  padding: 5px 15px 5px 5px;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #4323a0;
  border-radius: 35px;
}
.study-details__block-tool-image {
  width: 33px;
  height: 33px;
  max-width: 33px;
  max-height: 33px;
  min-width: 33px;
  min-height: 33px;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #100f15;
  border-radius: 50px;
}
.study-details__block-subscription {
  padding: 15px 20px;
  background: rgba(108, 59, 255, 0.2);
  border-radius: 12px;
}

@keyframes rotateSpinner {
  from {
    transform: translateX(-50%) rotate(0deg);
  }
  to {
    transform: translateX(-50%) rotate(360deg);
  }
}
@media (max-width: 1180px) {
  .study-details__blocks {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }
  .study-details__block:nth-child(1) {
    max-width: none;
    grid-column: 1/-1;
    grid-row: auto;
    width: 100%;
    min-height: auto;
  }
  .study-details__block:nth-child(2) {
    grid-column: 1/2;
    grid-row: 2/4;
    max-width: none;
    width: auto;
    min-height: auto;
  }
  .study-details__block:nth-child(3), .study-details__block:nth-child(4) {
    grid-column: 2/3;
    max-width: none;
    width: auto;
    min-height: auto;
  }
}
@media (max-width: 640px) {
  .study-details {
    padding: 0 10px;
  }
  .study-details__blocks {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: auto;
  }
  .study-details__block:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }
  .study-details__block:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
  }
  .study-details__block:nth-child(3) {
    grid-column: 1;
    grid-row: 3;
  }
  .study-details__block:nth-child(4) {
    grid-column: 1;
    grid-row: 4;
  }
}

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

/* End */


/* Start:/local/templates/public/components/bitrix/news.detail/department-detail-page/programm/style.css?17809242053444*/
.programm {
  width: 100%;
  max-width: calc(1520px + var(--global-padding) + var(--global-padding));
  margin: 150px auto 0 auto;
  padding: 0 var(--global-padding);
  display: flex;
  flex-direction: column;
}
.programm__selectors {
  width: 100%;
  margin-top: 50px;
  display: flex;
  gap: 25px;
}
.programm__selector {
  flex: 1;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 20px;
  background: #1f1c27;
  border-radius: 8px;
  transition: all 0.3s ease;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
}
.programm__selector:hover {
  background: #33303c;
}
.programm__selector.--active {
  background: #6c3bff;
}
.programm__list {
  width: 100%;
  display: flex;
  margin-top: 25px;
  overflow: hidden;
}
.programm__list-item {
  width: 100%;
  min-width: 100%;
  display: none;
  align-items: flex-start;
  padding: 40px;
  gap: 25px;
  background: #1f1c27;
  border-radius: 35px;
  overflow: hidden;
}
.programm__list-item.--active {
  display: flex;
}
.programm__list-item-page {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px;
  gap: 25px;
}
.programm__list-item-page-title {
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
}
.programm__list-item-page-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 35px;
  background: #1f1c27;
  border: 1px solid #33303c;
  border-radius: 20px;
}
.programm__list-item-page-content h3 {
  font-weight: 400;
  font-size: 26px;
  line-height: 120%;
  margin-bottom: 10px;
  margin-top: 15px;
  color: #fff;
}
.programm__list-item-page-content h3:nth-child(1) {
  margin-top: 0;
}
.programm__list-item-page-content ul {
  padding-left: 20px;
}
.programm__list-item-page-content * {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #a59eba;
}
.programm__anchors {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  gap: 25px;
}
@media (max-width: 1180px) {
  .programm {
    margin: 125px auto 0 auto;
  }
  .programm__list-item-page-content h3 {
    font-size: 20px;
  }
}
@media (max-width: 880px) {
  .programm {
    margin: 100px auto 0 auto;
    padding: 0;
  }
  .programm .section-header {
    padding: 0 var(--global-padding);
  }
  .programm__selectors {
    padding: 0 var(--global-padding);
  }
  .programm__list {
    padding: 0 var(--global-padding);
    overflow: auto;
  }
  .programm__list-item {
    width: auto;
    min-width: auto;
    max-width: none;
    overflow: visible;
  }
  .programm__list-item-page {
    min-width: auto;
    width: calc(100vw - var(--global-padding) - var(--global-padding) - 80px);
  }
  .programm__list-item-page-content h3 {
    font-size: 26px;
  }
}
@media (max-width: 640px) {
  .programm {
    padding: 0 33px;
    margin: 75px auto 0 auto;
  }
  .programm__selectors {
    flex-wrap: wrap;
  }
  .programm__selector {
    min-width: 40%;
  }
  .programm__list {
    height: 823px;
  }
  .programm__list-item {
    padding: 0;
    overflow: hidden;
    border-radius: 35px 35px 20px 20px;
  }
  .programm__list-item-page {
    width: 100%;
    min-width: 100%;
    height: 100%;
    position: relative;
  }
  .programm__list-item-page-title {
    padding: 23px 0 0 0;
  }
  .programm__list-item-page-content {
    height: 100%;
    overflow: auto;
  }
}

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

/* End */


/* Start:/local/templates/public/components/bitrix/news.list/department-detail-page/reviews/style.css?17809944282788*/
.reviews {
  width: 100%;
  max-width: calc(1520px + var(--global-padding) + var(--global-padding));
  padding: 0 var(--global-padding);
  margin: 150px auto 0 auto;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.reviews__head {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}
.reviews__swipe-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
}
.reviews__swipe-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;
}
.reviews__swipe-button:hover {
  background: #8962ff;
}
.reviews__points {
  display: flex;
  align-items: center;
  gap: 10px;
}
.reviews__points.--mobile {
  align-self: center;
  display: none;
}
.reviews__point {
  width: 6px;
  height: 6px;
  background: #d3c4ff;
  border-radius: 100%;
  transition: all 0.3s ease;
  cursor: pointer;
}
.reviews__point:hover {
  transform: scale(1.2);
}
.reviews__point.--active {
  transform: scale(1.4);
}
.reviews__list {
  display: flex;
  list-style: none;
}
.reviews__card {
  min-width: 70%;
  position: relative;
  padding-right: 25px;
  left: 0;
  transition: all 0.3s ease;
}
.reviews__card-inner {
  width: 100%;
  padding: 35px;
  display: flex;
  align-items: flex-start;
  background: #1f1c27;
  border-radius: 35px;
}
.reviews__card-avatar {
  aspect-ratio: 326/378;
  min-width: 326px;
  object-fit: cover;
  border-radius: 20px;
}
.reviews__card-head-info {
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.reviews__card-reviewer-name {
  font-family: "Random Grotesque Standard Bold";
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
}
.reviews__card-reviewer-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
}

@media (max-width: 1180px) {
  .reviews {
    margin: 125px auto 0 auto;
  }
  .reviews__card {
    min-width: 90%;
  }
}
@media (max-width: 880px) {
  .reviews {
    margin: 100px auto 0 auto;
  }
  .reviews__card {
    min-width: 100%;
    padding: 0;
    margin-right: 25px;
  }
  .reviews__card-avatar {
    min-width: 275px;
    object-fit: cover;
    border-radius: 16.9px;
  }
  .reviews__points.--mobile {
    display: flex;
  }
  .reviews__swipe-buttons {
    display: none;
  }
}
@media (max-width: 640px) {
  .reviews {
    margin: 75px auto 0 auto;
    padding: 0 33px;
  }
  .reviews__head {
    justify-content: center;
  }
  .reviews__card-inner {
    flex-direction: column;
    gap: 20px;
  }
  .reviews__card-head-info {
    padding: 0;
  }
  .reviews__card-avatar {
    width: 100%;
    min-width: auto;
  }
}

/*# 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/department-detail-page/about-college/style.css?17809419724918*/
.about-college {
  width: 100%;
  max-width: 1519px;
  margin: 0 auto;
}
.about-college .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;
}

@media (max-width: 1180px) {
  .about-college__inner {
    height: 450px;
  }
  .about-college__actions {
    max-width: 380px;
  }
}
@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);
  }
}
@media (max-width: 640px) {
  .about-college {
    padding: 0 33px;
  }
  .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/department-detail-page/teachers/style.css?17803988082031*/
.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/department-detail-page/admission-process/style.css?17810052512756*/
.admission-process {
  width: 100%;
  max-width: calc(1520px + var(--global-padding) + var(--global-padding));
  margin: 150px auto 0 auto;
  padding: 0 var(--global-padding);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 25px;
}
.admission-process__head {
  min-width: 35%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.admission-process__anchor.--mobile {
  display: none;
}
.admission-process__points {
  display: grid;
  grid-template-columns: repeat(2, auto);
  row-gap: 50px;
  column-gap: 25px;
  position: relative;
}
.admission-process__points-line {
  position: absolute;
  width: 3px;
  height: 3px;
  left: 26px;
  top: 26px;
  background: #6c3bff;
}
.admission-process__point-number {
  width: 52px;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  grid-column: 1;
  border-radius: 100%;
  filter: blur(0px);
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
}
.admission-process__point-number img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.admission-process__point {
  grid-column: 2;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.admission-process__point-title {
  font-weight: 400;
  font-size: 26px;
  line-height: 120%;
}
.admission-process__point-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #a59eba;
}

@media (max-width: 1180px) {
  .admission-process {
    margin: 125px auto 0 auto;
  }
}
@media (max-width: 880px) {
  .admission-process {
    margin: 100px auto 0 auto;
  }
}
@media (max-width: 640px) {
  .admission-process {
    margin: 75px auto 0 auto;
    flex-direction: column;
    padding: 0 33px;
    gap: 50px;
  }
  .admission-process__points {
    width: 100vw;
    padding: 0 33px 0 0;
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
    grid-template-rows: repeat(2, auto);
    row-gap: 50px;
    column-gap: 33px;
    overflow: auto;
  }
  .admission-process__points-line {
    left: 39px;
    top: 39px;
  }
  .admission-process__point-number {
    width: 78px;
    height: 78px;
    grid-column: auto;
    grid-row: 1;
    font-size: 27.86px;
  }
  .admission-process__point-number img {
    transform: translate(-50%, -50%) rotate(-90deg);
  }
  .admission-process__point {
    grid-column: auto;
    grid-row: 2;
  }
  .admission-process__point-text {
    font-size: 20px;
  }
  .admission-process__anchor {
    display: none;
  }
  .admission-process__anchor.btn {
    display: none;
  }
  .admission-process__anchor.--mobile {
    display: flex;
  }
}

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

/* End */


/* Start:/local/templates/public/components/bitrix/news.list/department-detail-page/forms-of-studying/style.css?17810371434462*/
.forms-of-studying {
  width: 100%;
  margin: 150px auto 0 auto;
  padding: 100px var(--global-padding) 83px var(--global-padding);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 35px;
  background: url(/local/templates/public/assets/images/department-detail-page/departments__forms-of-studying-background--large.png), #1f1c27;
  background-repeat: no-repeat;
  background-size: cover;
}
.forms-of-studying__head {
  padding: 0 33px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  max-width: 1037px;
}
.forms-of-studying__selectors {
  display: flex;
  border: 1px solid #6c3bff;
  border-radius: 8px;
  overflow: hidden;
}
.forms-of-studying__selector {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 20px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.forms-of-studying__selector.--active {
  background: #6c3bff;
}
.forms-of-studying__selector.--active:hover {
  background: #6c3bff;
}
.forms-of-studying__selector:hover {
  background: rgba(108, 59, 255, 0.1019607843);
}
.forms-of-studying__wrapper {
  width: 100%;
  max-width: 1520px;
  margin: 0 auto;
  padding: 0 20%;
}
.forms-of-studying__forms {
  display: none;
  justify-content: center;
  gap: 25px;
}
.forms-of-studying__forms.--active {
  display: flex;
}
.forms-of-studying__form {
  min-width: 490px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px;
  gap: 35px;
  background: #6c3bff;
  border-radius: 35px;
}
.forms-of-studying__form-standart {
  height: 56px;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 12px;
  background: rgba(211, 196, 255, 0.2);
  backdrop-filter: blur(10px);
  border: 1px solid #7f7f7f;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
}
.forms-of-studying__form-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
.forms-of-studying__form-title {
  font-weight: 400;
  font-size: 33px;
  line-height: 120%;
}
.forms-of-studying__form-description {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #d3c4ff;
}
.forms-of-studying__form-conditions {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 25px;
}
.forms-of-studying__form-condition {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.forms-of-studying__form-condition-label {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #a789ff;
}
.forms-of-studying__form-condition-value {
  font-weight: 400;
  font-size: 26px;
  line-height: 120%;
}
.forms-of-studying__points {
  display: none;
  align-items: center;
  gap: 10px;
}
.forms-of-studying__point {
  width: 6px;
  max-width: 6px;
  min-width: 6px;
  aspect-ratio: 1/1;
  background: #d3c4ff;
  border-radius: 100%;
  transition: all 0.3s ease;
}
.forms-of-studying__point:hover {
  transform: scale(1.2);
}
.forms-of-studying__point.--active {
  transform: scale(1.4);
}

@media (max-width: 1180px) {
  .forms-of-studying {
    margin: 125px auto 0 auto;
    background: url(/local/templates/public/assets/images/department-detail-page/departments__forms-of-studying-background--middle.png), #1f1c27;
  }
  .forms-of-studying__wrapper {
    padding: 0;
  }
  .forms-of-studying__form {
    min-width: auto;
  }
}
@media (max-width: 880px) {
  .forms-of-studying {
    margin: 100px auto 0 auto;
    padding: 75px 0;
    background: url(/local/templates/public/assets/images/department-detail-page/departments__forms-of-studying-background--small.png), #1f1c27;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .forms-of-studying__forms {
    width: 100%;
    padding: 0 50px;
    justify-content: flex-start;
    overflow: auto;
  }
  .forms-of-studying__form {
    min-width: 87%;
  }
}
@media (max-width: 640px) {
  .forms-of-studying {
    margin: 75px auto 0 auto;
    padding: 50px 0;
    background: url(/local/templates/public/assets/images/department-detail-page/departments__forms-of-studying-background--mobile.png), #1f1c27;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .forms-of-studying__forms {
    padding: 0 33px;
    overflow: hidden;
    gap: 20px;
  }
  .forms-of-studying__form {
    min-width: 100%;
    padding: 20px;
  }
  .forms-of-studying__form-anchor {
    width: 100%;
  }
}

/*# 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/department-detail-page/banner/style.css?17810460004800 */
/* /local/templates/public/components/bitrix/news.list/department-detail-page/specialities/style.css?17810170224146 */
/* /local/templates/public/components/bitrix/news.detail/department-detail-page/call-to-test/style.css?17805731982527 */
/* /local/templates/public/components/bitrix/news.detail/department-detail-page/documents/style.css?17810480621954 */
/* /local/templates/public/components/bitrix/news.detail/department-detail-page/levels/style.css?17808506014046 */
/* /local/templates/public/components/bitrix/news.detail/department-detail-page/projects/style.css?17808522312779 */
/* /local/templates/public/components/bitrix/news.detail/department-detail-page/study-details/style.css?17808605534461 */
/* /local/templates/public/components/bitrix/news.detail/department-detail-page/programm/style.css?17809242053444 */
/* /local/templates/public/components/bitrix/news.list/department-detail-page/reviews/style.css?17809944282788 */
/* /local/templates/public/components/bitrix/news.detail/_forms/default-form/style.css?17804127153632 */
/* /local/templates/public/components/bitrix/news.detail/department-detail-page/about-college/style.css?17809419724918 */
/* /local/templates/public/components/bitrix/news.list/department-detail-page/teachers/style.css?17803988082031 */
/* /local/templates/public/components/bitrix/news.detail/department-detail-page/admission-process/style.css?17810052512756 */
/* /local/templates/public/components/bitrix/news.list/department-detail-page/forms-of-studying/style.css?17810371434462 */
/* /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 */
