

/* 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/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.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.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 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?166307218251 */
/* /local/templates/public/components/bitrix/news.list/main-page/departments/style.css?17810248475999 */
/* /local/templates/public/components/bitrix/news.list/main-page/teachers/style.css?17804024822031 */
/* /local/templates/public/components/bitrix/news.list/main-page/reviews/style.css?17810224202141 */
