

/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?166307218251*/
font.errortext{color:red}font.notetext{color:green}
/* 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.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.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.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 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?166307218251 */
/* /local/templates/public/components/bitrix/news.list/department-detail-page/specialities/style.css?17810170224146 */
/* /local/templates/public/components/bitrix/news.list/department-detail-page/reviews/style.css?17809944282788 */
/* /local/templates/public/components/bitrix/news.list/department-detail-page/teachers/style.css?17803988082031 */
/* /local/templates/public/components/bitrix/news.list/department-detail-page/forms-of-studying/style.css?17810371434462 */
