@charset "UTF-8";

:root {
  --a-color_white: #fff;
  --a-color_red: #FF0A47;
  --a-color_yellow: #FFD11A;
  --a-color_green: #2DC044;
  --a-color_dark: #0D1140;
  --a-color_dark-RGB: 13, 17, 64;
  --a-color_text: var(--a-color_dark);
  --a-color_secondary: #3D4166;
  --a-color_text--description: rgba(var(--a-color_dark-RGB), .8);
  --a-color_text--grey: #6E708C;
  --a-color_text--light: #9EA0B3;
  --a-color_text--blue: #CDD9ED;
  --a-color_text--blue-RGB: 205, 217, 237;
  --a-color_text--white: var(--a-color_white);
  --a-color_text--secondary: #707C8B;
  --a-color_link: var(--a-color_red);
  --a-color_active: #A8B2C7;
  --a-color_thumbnail: #cfd3d8;
  --a-color_disabled: #f5f5f5;
  --a-color_bg--white: var(--a-color_white);
  --a-color_bg--blue: #f7f9fd;
  --a-color_bg--blue-alpha: #f7f9fd00;
  --a-color_bg--dark-blue: #EFF2F9;
  --a-color_bg--grey: #F5F5F7;
  --a-color_bg--lightgrey: #D3D8E3;
  --a-color_bg--lightgrey-opacity: rgba(211, 216, 227, 0.50);
  --a-color_bg--dark: var(--a-color_dark);
  --a-color_bg--red: var(--a-color_red);
  --a-color_bg--yellow: var(--a-color_yellow);
  --a-color_bg--input: #f4f4f4;
  --a-color_border--darkgrey: #6A7291;
  --a-color_border--grey: #A8B2C7;
  --a-color_border--lightgrey: #D3D8E3;
  --a-color_metro-green: #05A18F;
  --a-color_metro-blue: #6983E2;
}

:root {
  --a-padding--x1: 0.25rem;
  --a-padding--x2: 0.5rem;
  --a-padding--x3: 0.75rem;
  --a-padding--x4: 1rem;
  --a-padding--x5: 1.25rem;
  --a-padding--x6: 1.5rem;
  --a-padding--x7: 1.75rem;
  --a-padding--x8: 2rem;
  --a-padding--x9: 2.25rem;
  --a-padding--x10: 2.5rem;
  --a-padding--x11: 2.75rem;
  --a-padding--x12: 3rem;
  --a-padding--x13: 3.25rem;
  --a-padding--x14: 3.5rem;
  --a-padding--x15: 3.75rem;
  --a-padding--x16: 4rem;
  --a-padding--x17: 4.25rem;
  --a-padding--x18: 4.5rem;
  --a-padding--x19: 4.75rem;
  --a-padding--x20: 5rem;
  --layout-v-padding: 2.5rem;
  --layout-h-padding: 1rem;
}

:root {
  --a-borderRadius--x1: 0.25rem;
  --a-borderRadius--x2: 0.5rem;
  --a-borderRadius--x3: 0.75rem;
  --a-borderRadius--x4: 1rem;
  --a-borderRadius--x5: 1.25rem;
  --a-borderRadius--x6: 1.5rem;
  --a-borderRadius--x7: 1.75rem;
  --a-borderRadius--x8: 2rem;
  --a-borderRadius--def: var(--a-borderRadius--x3);
}

.s-triggers .l-section__inner {
  padding: 1.25rem var(--layout-h-padding);
}

.s-triggers__slide {
  width: 17.5rem;
  height: auto;
  min-height: 5.125rem;
  margin-right: 1rem;
  padding: 1rem;
  border: 0.0625rem solid var(--a-color_white);
  border-radius: var(--a-borderRadius--x3);
  background-color: var(--a-color_white);
}

.s-triggers__slide:last-child {
  margin-right: 0 !important;
}

.s-triggers__slide-title {
  display: block;
  color: var(--a-color_text--grey);
}

.s-triggers__slide-text {
  display: block;
  margin-top: 0.5rem;
}

.s-triggers__slide-text span {
  display: block;
}

.s-career-trajectory__slider .swiper-slide {
  flex: 1;
  height: auto;
  margin-right: 1rem;
}

.s-career-trajectory__slider .swiper-slide:last-child {
  margin-right: 0 !important;
}

.s-career-trajectory__slider-item {
  height: 100%;
  min-width: 17.5rem;
}

.s-career-trajectory__slider .m-card-ico {
  padding: 1rem;
}

.s-career-trajectory__slider .m-card-ico__title {
  gap: 1rem;
  display: flex;
  justify-content: space-between;
  margin: 0 0 0.5rem;
}

.s-career-trajectory__slider .m-card-ico__title .--ico {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 0.75rem;
  height: 1.2em;
  margin-left: auto;
}

.s-career-trajectory__slider .m-card-ico__title svg {
  display: block;
  width: 100%;
  height: 100%;
}

.s-career-trajectory__slider .m-card-ico__text {
  color: var(--a-color_secondary);
}

.s-diploma__description {
  min-width: 0;
  max-width: 41rem;
}

.s-diploma--has-many .s-diploma__description {
  grid-column: 1 / -1;
}

.s-diploma__grid {
  display: grid;
  grid-gap: 1.5rem;
}

.s-diploma--has-many .s-diploma__grid {
  grid-template-columns: 1fr;
}

.s-diploma__slider {
  min-width: 0;
}

.s-diploma__item {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-width: 17.5rem;
  height: auto;
  margin-right: 1rem;
  padding: 1.5rem 1rem;
  border: 0.0625rem solid var(--a-color_border--lightgrey);
  border-radius: var(--a-borderRadius--def);
  transition: 0.5s all ease;
  background-color: var(--a-color_bg--blue);
}

.s-diploma__item:first-child:last-child {
  min-width: unset;
}

.s-diploma__item:last-child {
  margin-right: 0;
}

.s-diploma__item img {
  flex: none;
  display: block;
  width: 4.5rem;
  height: 5.25rem;
}

.s-diploma__item p {
  min-width: 0;
  margin: 1rem 0 1.5rem;
}

.s-diploma__item button {
  width: 100%;
  margin: auto 0 0;
  font-weight: 500;
}

.s-how-proceed__slide {
  width: 13.75rem;
}

.s-second-higher .l-section__inner {
  overflow: hidden;
  position: relative;
}

.s-second-higher__inner {
  z-index: 1;
}

.s-second-higher__duration {
  position: relative;
  display: flex;
  gap: 0.75rem;
  align-items: center;
  justify-content: space-between;
  width: fit-content;
  margin-right: 1rem;
}

.s-second-higher__duration-start,
.s-second-higher__duration-end {
  padding: 0.375rem 0.625rem;
  border: 0.0625rem solid var(--a-color_red);
  border-radius: 0.5rem;
}

.s-second-higher__duration-arr {
  width: 6rem;
}

.s-second-higher__duration-arr svg {
  width: 100%;
}

.s-second-higher__duration-ico {
  position: absolute;
  left: 100%;
  top: -1.25rem;
  width: 1rem;
  height: 1.5rem;
}

.s-second-higher__duration-ico svg {
  width: 100%;
  height: 100%;
}

.s-second-higher__text {
  margin: 1.25rem 0 0;
}

.s-second-higher__img {
  overflow: hidden;
  display: block;
  margin: 1.5rem 0 calc(-1 * var(--layout-v-padding));
}

.s-second-higher__img img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}

.s-second-higher__bg {
  position: absolute;
  top: auto;
  bottom: 6.25rem;
  left: var(--layout-h-padding);
  width: calc(100% - (var(--layout-h-padding) * 2));
}

.s-goals-program__grid {
  display: grid;
  grid-gap: 1rem;
}

.s-goals-program .m-card-ico:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}

.s-goals-program .m-card-ico__img {
  width: 6.4375rem;
  height: 5.5rem;
  opacity: .6;
}

.s-goals-program .m-card-ico__img svg {
  stroke: var(--a-color_red);
  color: var(--a-color_border--lightgrey);
}

.s-training-program {
  margin-top: 0.5rem;
}

.s-training-program__bottom {
  display: flex;
  flex-direction: column-reverse;
  gap: 1.5rem;
}

.s-training-program .m-card-video {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 13.625rem;
  width: 100%;
  border-radius: var(--a-borderRadius--def);
}

.s-training-program .m-card-video img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  order: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.s-training-program .m-card-video__play {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: var(--a-color_bg--red);
  transition: .2s;
}

.s-training-program .m-card-video__play svg {
  width: 1rem;
  height: 1rem;
  fill: var(--a-color_text--white);
}

.s-training-program .m-card-video:hover .m-card-video__play {
  transform: scale(1.1);
}

.s-training-program .m-card-presentation {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: var(--a-padding--x5) var(--a-padding--x4);
  border: 0.0625rem solid var(--a-color_border--lightgrey);
  border-radius: var(--a-borderRadius--def);
  background-color: var(--a-color_bg--blue);
  color: var(--a-color_text);
}

.s-training-program .m-card-presentation__title {
  position: relative;
  z-index: 1;
  color: var(--a-color_text);
}

.s-training-program .m-card-presentation__text {
  position: relative;
  z-index: 1;
  margin-bottom: 1.5rem;
  margin-top: 0.9375rem;
}

.s-training-program .m-card-presentation__img {
  z-index: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  display: none;
}

.s-training-program .m-card-presentation__img svg,
.s-training-program .m-card-presentation__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom right;
}

.s-training-program .m-card-presentation__svg {
  display: none;
}

.s-training-program .m-card-presentation .a-button {
  max-width: 328px;
  width: 100%;
}

.s-intro {
  margin: 0;
}

.s-intro .l-section__inner {
  overflow: hidden;
  padding: 1.5rem var(--layout-h-padding) 1.5rem;
  background-repeat: no-repeat;
  background-image: none;
}

.s-intro .l-wide {
  position: relative;
  display: flex;
  flex-direction: column;
}

.s-intro__title {
  margin: 0 0 1.25rem;
}

.s-intro__badges {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 1rem;
}

.s-intro__place,
.s-intro__partner {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  border-radius: 0.5rem;
  background-color: var(--a-color_bg--white);
  color: var(--a-color_red);
}

.s-intro__place svg,
.s-intro__partner svg {
  width: 1rem;
  height: 1rem;
  margin-right: 0.25rem;
}

.s-intro__place:not(:last-child),
.s-intro__partner:not(:last-child) {
  margin-right: 0.625rem;
}

.s-intro__description {
  margin: 0 0 0.5rem;
  color: var(--a-color_secondary);
}

.s-intro__btn {
  display: flex;
  width: 100%;
  max-width: 22.5rem;
  margin: 1.25rem auto 0;
}

.s-intro__img {
  position: relative;
  display: block;
  height: 15rem;
  width: 15rem;
  margin: 3rem auto;
}

.s-intro__img-pic {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 1.5rem;
  transform: rotate(-15deg);
}

.s-intro__img-pic:after {
  content: '';
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  display: block;
  width: 4.375rem;
  height: 3.5625rem;
  background: url("/assets/dist/images/s_program_intro/angle.svg") no-repeat 100% 0;
  background-size: contain;
}

.s-intro__img-pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.s-intro__img-ico {
  position: absolute;
  top: auto;
  right: -5rem;
  bottom: -2.5rem;
  left: auto;
  width: 10rem;
  height: auto;
}

.s-what-learn__slider {
  overflow: visible;
}

.s-what-learn__slide {
  width: 17.5rem;
  min-width: min-content;
  height: auto;
  margin-right: 1.25rem;
}

.s-what-learn__slide:last-child {
  margin-right: 0;
}

.s-what-learn__slide .m-card-ico {
  background-color: var(--a-color_bg--white);
}

.s-mob-edu__description {
  margin: 0 0 1.5rem;
}

.s-mob-edu__grid {
  display: grid;
  grid-gap: 1rem;
}

.s-mob-edu__item {
  padding: 1.5rem 1.25rem;
  border: 0.0625rem solid var(--a-color_border--lightgrey);
  border-radius: var(--a-borderRadius--x2);
  background-color: var(--a-color_bg--blue);
}

.s-mob-edu__item-image {
  margin-bottom: 0;
  flex: none;
}

.s-mob-edu__item-image img {
  width: 3.75rem;
  height: 3.75rem;
}

.s-mob-edu__item-title ~ .s-mob-edu__item-text {
  margin: 0.5rem 0 0;
}

.s-mob-edu__item-text {
  color: var(--a-color_secondary);
}

.s-mob-edu__item-text ul {
  list-style: none;
}

.s-mob-edu__item-text ul li {
  position: relative;
  padding-left: 0.625rem;
}

.s-mob-edu__item-text ul li::before {
  position: absolute;
  top: -0.125rem;
  left: 0;
  content: "•";
}

.s-mob-edu .s-banner {
  margin: 1rem 0 0;
  border-radius: var(--a-borderRadius--def);
}

.s-mob-edu .s-banner__description .a-font_l-m {
  display: block;
  margin-top: 0.75rem;
}

.s-mob-edu .s-banner__bg-img {
  left: auto;
}

.s-mob-edu .m-app-links {
  display: none;
}

.s-cards__description {
  margin: 0 0 1.5rem;
}

.s-cards__slider {
  overflow: visible;
  position: relative;
}

.s-cards__slide {
  width: 17.5rem;
  height: auto;
}

.s-central-campuses__inner {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: var(--a-padding--x4);
}

.s-central-campuses__inner.is-full {
  grid-template-columns: repeat(1, 1fr);
}

.s-central-campuses__item {
  padding: var(--a-padding--x8) var(--a-padding--x5);
  border: 0.0625rem solid var(--a-color_thumbnail);
  border-radius: var(--a-borderRadius--x3);
}

.s-central-campuses__item:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}

.s-central-campuses__item-title {
  margin-bottom: 1.25rem;
}

.s-central-campuses__item-address {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.25rem;
  color: var(--a-color_link);
}

.s-central-campuses__item-address svg {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.5rem;
  flex: none;
}

.s-central-campuses__item-metro {
  margin-bottom: 0.5rem;
  font-weight: 500;
}

.s-features__items {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 1rem;
}

.s-features .m-card-ico {
  padding: 2rem 1rem;
}

.s-features .m-card-ico__text {
  margin-top: 1rem;
}

.s-features .m-card-ico__img {
  width: 7rem;
  height: 7.25rem;
  opacity: .6;
}

.s-features .m-card-ico__img svg {
  color: transparent;
  stroke: var(--a-color_border--lightgrey);
  transition: .2s;
}

.s-features .m-card-ico:hover svg {
  stroke: var(--a-color_red);
  color: var(--a-color_border--lightgrey);
}

.s-features .m-card-ico p {
  margin-bottom: 0.5rem;
}

.s-features .m-card-ico ul {
  color: var(--a-color_text--grey);
}

.s-features .m-card-ico ul li {
  padding-left: 1.625rem;
}

.s-features .m-card-ico ul li:before {
  top: 0;
  left: 0.625rem;
}

.s-how-proceed__slide {
  position: relative;
  width: fit-content;
  height: auto;
  margin-right: 1rem;
  padding: 0 1rem;
}

.s-how-proceed__slide:last-child {
  margin-right: 0;
}

.s-how-proceed__slide:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: auto;
  right: -0.5rem;
  width: 0.0625rem;
  height: 100%;
  transform: translateY(-50%);
  background-color: var(--a-color_border--lightgrey);
}

.s-how-proceed__item {
  display: flex;
  align-items: center;
  width: 100%;
  text-align: center;
  flex-direction: column;
  cursor: default;
}

.s-how-proceed__item-title {
  margin: 0 0 0.25rem;
}

.s-how-proceed__item-number {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 2.5rem;
  height: 3.375rem;
  margin: 0 0 0.75rem;
}

.s-how-proceed__item-number svg {
  width: 100%;
  height: 100%;
  fill: var(--a-color_red);
  color: var(--a-color_white);
  transition: 0.2s;
}

.s-how-proceed__item:hover svg {
  color: var(--a-color_red);
}

.s-license {
  margin-top: 0;
  color: var(--a-color_white);
}

.s-license--mba {
  margin-bottom: -0.0625rem;
}

.s-license--mba .s-license__wrapper {
  padding-bottom: 0;
  border-radius: 0;
}

.s-license .l-section__inner {
  padding-top: 2rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.s-license__slider {
  margin-top: 2.5rem;
}

.s-license__slide {
  display: flex;
  align-items: center;
  width: 17.5rem;
  min-height: 8.125rem;
  border: 0.0625rem solid rgba(255, 255, 255, 0.4);
  border-radius: var(--a-borderRadius--x3);
}

.s-license__slide .m-license__slide {
  border-radius: var(--a-borderRadius--x3);
}

.s-license__item {
  overflow: hidden;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.s-license__item-desc {
  color: var(--a-color_secondary);
}

.s-license__item .left-col {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 0.625rem;
  margin-left: -1.25rem;
}

.s-license__item .left-col__image {
  z-index: 1;
  position: relative;
  max-height: 5.75rem;
  min-width: 5.5625rem;
}

.s-license__item .right-col {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  padding-right: 0.625rem;
}

.s-license__item .right-col__title {
  margin-bottom: 0.3125rem;
}

.s-license__item .right-col__title br {
  display: none;
}

.s-license__item .right-col__text {
  color: var(--a-color_text--blue);
}

.s-license__item .right-col__text br {
  display: none;
}

.s-proceed-block__slider {
  margin-bottom: 1.5rem;
}

.s-proceed-block__items {
  display: grid;
  margin-bottom: 1rem;
  grid-gap: 1rem;
  grid-template-columns: repeat(1, 1fr);
}

.s-proceed-block__item {
  overflow: hidden;
  position: relative;
  height: 100%;
  min-height: 11.5rem;
  padding: var(--a-padding--x6) var(--a-padding--x4);
  color: var(--a-color_bg--white);
  border: 0;
  border-radius: var(--a-borderRadius--x3);
}

.s-proceed-block__item.--bg-color_dark {
  background-color: var(--a-color_bg--dark);
}

.s-proceed-block__item.--bg-color_red {
  background-color: var(--a-color_bg--red);
}

.s-proceed-block__item-info {
  z-index: 1;
  position: relative;
}

.s-proceed-block__item-title {
  max-width: 85%;
  margin-bottom: 0.5rem;
}

.s-proceed-block__item-image {
  z-index: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.s-proceed-block__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
}

.s-proceed-block__item-phone {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.s-proceed-block__item-phone:not(:last-child) {
  margin-bottom: 0.5rem;
}

.s-proceed-block__form .m-form {
  overflow: hidden;
  position: relative;
  padding: var(--a-padding--x8) var(--a-padding--x4);
  border-radius: var(--a-borderRadius--x3);
}

.s-proceed-block__form .m-form.--bg-color_dark {
  background-color: var(--a-color_bg--dark);
}

.s-programs-recommend__list {
  display: grid;
  grid-gap: var(--a-padding--x4);
}

.s-programs-recommend__more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 1.125rem auto 0;
}

.s-programs-recommend__more .a-button {
  width: 15.0625rem;
}

.s-programs-recommend__item--hide {
  display: none;
}

.s-resume__inner {
  display: flex;
  padding: var(--a-padding--x6) var(--a-padding--x4);
  background: var(--a-color_bg--blue);
  border-radius: var(--a-borderRadius--x3);
  flex-direction: column;
  gap: 1rem;
}

.s-resume__profile {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: flex-start;
  padding: var(--a-padding--x6) var(--a-padding--x4);
  border-radius: var(--a-borderRadius--x2);
  background-color: var(--a-color_bg--white);
}

.s-resume__profile-photo {
  position: relative;
  display: none;
  width: 13.625rem;
  flex: none;
}

.s-resume__profile-photo img {
  width: 13.625rem;
  border-radius: var(--a-borderRadius--x2);
}

.s-resume__profile-info__profession {
  margin-bottom: 1.25rem;
  font-weight: 500;
}

.s-resume__profile-info__name {
  margin-bottom: 0.75rem;
  font-weight: 500;
}

.s-resume__profile-info__text {
  margin-bottom: 1.25rem;
}

.s-resume__profile-info__text br {
  display: none;
}

.s-resume__profile-contacts {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}

.s-resume__profile-contact {
  display: flex;
  align-items: center;
}

.s-resume__profile-contact:not(:last-child) {
  margin-bottom: 0.5rem;
}

.s-resume__profile-contact__text {
  margin-left: 0.4375rem;
  color: var(--a-color_secondary);
}

.s-resume__profile-contact__icon {
  width: 1.5rem;
  height: 1.5rem;
}

.s-resume__profile-contact__icon img {
  width: 100%;
  height: auto;
}

.s-resume__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
}

.s-resume__list-item {
  padding: var(--a-padding--x6) var(--a-padding--x4);
  border-radius: var(--a-borderRadius--x2);
  background-color: var(--a-color_bg--white);
}

.s-resume__list-item__title {
  margin-bottom: 1rem;
  font-weight: 500;
}

.s-resume__list-item__skills {
  list-style: inside none;
}

.s-resume__list-item__skills li {
  position: relative;
  padding-left: var(--a-padding--x4);
}

.s-resume__list-item__skills li:not(:last-child) {
  margin-bottom: 0.5rem;
}

.s-resume__list-item__skills li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "—";
}

.s-resume__list-item__skill:not(:last-child) {
  margin-bottom: 0.5rem;
}

.s-resume__list-item__info:not(:last-child) {
  margin-bottom: 0.5rem;
}

.s-resume__list-item__info-text {
  margin-top: 1rem;
  color: var(--a-color_text--grey);
}

.s-teachers .l-section__inner {
  position: relative;
}

.s-teachers__headline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.s-teachers__more {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1.5rem 0 0;
}

.s-teachers__more .a-button {
  width: 100% !important;
  max-width: 20.5rem;
}

.s-teachers__more .a-button i {
  font-style: normal;
}

.s-forms-training .l-section__title {
  margin-bottom: 1.5rem;
}

.s-forms-training__wrapper {
  display: flex;
  flex-direction: column;
}

.s-forms-training__info {
  flex: none;
}

.s-forms-training__title {
  margin-bottom: 1.5rem;
}

.s-forms-training__description {
  margin-bottom: 1.5rem;
}

.s-forms-training .m-tabs__btns {
  width: 100%;
}

.s-forms-training .m-tabs__tab {
  width: 100%;
}

.s-forms-training .m-tabs__tab p:not(:last-child) {
  margin: 0 0 0.75rem;
}

.s-success-history__headline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.s-success-history__wrapper {
  position: relative;
}

.s-success-history__slide {
  width: 17.5rem;
}

.s-success-history__slide .m-video-card__img {
  aspect-ratio: 1.5;
  height: unset;
  border-radius: 0.5rem;
}

.s-success-history__slide .m-video-card__img img {
  object-position: top;
}

.s-success-history__slide .m-video-card__title {
  margin: 0.5rem 0 0.25rem;
}

.s-success-history__slide .m-video-card__button {
  bottom: 1rem;
  left: 1rem;
}

.s-university {
  margin-bottom: -0.0625rem;
  color: var(--a-color_white);
}

.s-university__block {
  position: relative;
  display: flex;
  justify-content: flex-start;
  width: 100%;
  flex-direction: column;
}

.s-university__video {
  overflow: hidden;
  position: relative;
  height: 100%;
  margin: 0 0 1.5rem;
  padding: 0;
  border-radius: var(--a-borderRadius--def);
  aspect-ratio: 16 / 9;
}

.s-university__video-bg {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  cursor: pointer;
}

.s-university__video-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.s-university__video-text {
  display: none;
}

.s-university__video-play {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-out;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='80' height='80' rx='40' fill='%23FF0040'/%3E%3Cpath d='M51.5 36.5359C54.1667 38.0755 54.1667 41.9245 51.5 43.4641L39.5 50.3923C36.8333 51.9319 33.5 50.0074 33.5 46.9282L33.5 33.0718C33.5 29.9926 36.8333 28.0681 39.5 29.6077L51.5 36.5359Z' fill='white'/%3E%3C/svg%3E%0A");
  transition: .2s;
}

.s-university__video-bg:hover .s-university__video-play {
  opacity: .8;
}

.s-university__video-iframe {
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
}

.s-university__video-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.s-university__video.--open .s-university__video-bg {
  opacity: 0;
  -webkit-transition: all 0.6s 0.8s;
  transition: all 0.6s 0.8s;
  visibility: hidden;
}

.s-university__video.--open .s-university__video-iframe {
  height: 100%;
  opacity: 1;
  -webkit-transition: all 0.6s 0.8s;
  transition: all 0.6s 0.8s;
}

.s-university__logo {
  position: relative;
  top: 0;
  right: 0;
  width: 6.5rem;
  height: 6.5rem;
  margin-bottom: 1.5rem;
}

.s-university__subtitle {
  margin-bottom: 1.25rem;
}

.s-university__description {
  margin-bottom: 1.5rem;
}

.s-university__description p:not(:last-child) {
  margin-bottom: 0.75rem;
}

.s-university__slider.s-university__slider-bottom {
  margin-top: 1rem;
}

.s-university__slide {
  width: 17.5rem;
}

.s-university__factoid-slide {
  display: flex;
  align-items: flex-start;
  width: 13.75rem;
  height: auto;
  min-height: 5.875rem;
  padding: 1rem 1.25rem 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: var(--a-borderRadius--x3);
}

.s-university__slider-top .s-university__list .m-card-ico__img {
  color: var(--a-color_text--blue);
}

.s-university-mba .s-university__factoid-slide {
  width: 100%;
  max-width: 100%;
}

.s-university__license {
  margin-top: 2rem;
}

.s-university__license .m-license-card {
  border-color: var(--a-color_border--darkgrey);
  background-color: transparent;
}

.s-university__license .m-license-card:hover {
  background-color: var(--a-color_bg--blue);
  color: var(--a-color_dark);
}

.s-university__ratings {
  margin: 2rem 0 0;
}

.s-university__ratings .l-section__title {
  margin: 0 0 1.5rem;
}

.s-university__ratings-slider {
  overflow: visible;
}

.s-university__ratings-item {
  display: flex;
  flex-direction: column;
  width: 17.5rem;
  height: auto;
  min-height: 10rem;
  padding: 1.25rem 1rem 1rem;
  border: 0.0625rem solid var(--a-color_border--lightgrey);
  border-radius: var(--a-borderRadius--def);
  background-color: var(--a-color_bg--blue);
  color: var(--a-color_text);
  transition: .2s;
}

.s-university__ratings-item:last-child {
  margin-right: 0;
}

.s-university__ratings-item:hover {
  border-color: var(--a-color_bg--red);
  background-color: var(--a-color_bg--red);
  color: var(--a-color_text--white);
}

.s-university__ratings-item-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 0 1.5rem;
}

.s-university__ratings-item-num {
  flex: none;
  display: flex;
  align-items: center;
  margin-left: 0.5rem;
  color: var(--a-color_red);
}

.s-university__ratings-item-num:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin-right: 0.375rem;
  border-style: solid;
  border-width: 0 0.3125rem 0.5625rem 0.3125rem;
  border-color: transparent transparent var(--a-color_yellow) transparent;
}

.s-university__ratings-item:hover .s-university__ratings-item-num {
  color: inherit;
}

.s-university__ratings-item-bottom {
  max-width: 80%;
  margin-top: auto;
  color: var(--a-color_secondary);
}

.s-university__ratings-item:hover .s-university__ratings-item-bottom {
  color: inherit;
}

.s-video-block {
  max-height: 50rem;
}

.s-video-block .l-section__inner {
  position: relative;
  height: 100%;
  padding: 0;
  aspect-ratio: 16 / 9;
}

.s-video-block.open .s-video-block__bg {
  opacity: 0;
  -webkit-transition: all 0.6s 0.8s;
  transition: all 0.6s 0.8s;
  visibility: hidden;
}

.s-video-block.open .s-video-block__inner {
  height: 100%;
  opacity: 1;
  -webkit-transition: all 0.6s 0.8s;
  transition: all 0.6s 0.8s;
}

.s-video-block__box {
  overflow: hidden;
  cursor: pointer;
  position: relative;
  width: 100%;
  height: 100%;
}

.s-video-block__bg {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.s-video-block__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.s-video-block__bg::after {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}

.s-video-block__text {
  display: none;
}

.s-video-block__play {
  z-index: 2;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-out;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='80' height='80' rx='40' fill='%23FF0040'/%3E%3Cpath d='M51.5 36.5359C54.1667 38.0755 54.1667 41.9245 51.5 43.4641L39.5 50.3923C36.8333 51.9319 33.5 50.0074 33.5 46.9282L33.5 33.0718C33.5 29.9926 36.8333 28.0681 39.5 29.6077L51.5 36.5359Z' fill='white'/%3E%3C/svg%3E%0A");
}

.s-video-block__inner {
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
}

.s-video-block__inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.s-faculty-faq .accordion-item__answer-text {
  color: var(--a-color_text--grey);
}

@media (min-width: 576px) {
  .s-diploma__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .s-second-higher__text {
    padding-right: 38%;
  }

  .s-second-higher__img {
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
    margin: 0;
    width: 42%;
    max-width: 20rem;
    max-height: 100%;
  }

  .s-second-higher__bg {
    bottom: 0;
    left: auto;
    right: 0.75rem;
    margin: 0;
    width: 44%;
  }
}

@media screen and (min-width: 576px) {
  .s-programs-recommend__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 768px) {
  :root {
    --layout-v-padding: 3rem;
    --layout-h-padding: 1.875rem;
  }
}

@media (min-width: 768px) {
  .s-triggers .l-section__inner {
    padding: 1.5rem var(--layout-h-padding);
  }

  .s-diploma__item {
    display: grid;
    grid-gap: 1.5rem 1rem;
    grid-template-columns: auto 1fr;
    min-width: 20rem;
    padding: 1.5rem 1.25rem;
  }

  .s-diploma__item p {
    margin: 0;
  }

  .s-diploma__item button {
    grid-column: 1 / -1;
    align-self: flex-end;
  }

  .s-how-proceed__slide {
    width: 16.75rem;
  }

  .s-second-higher__bg {
    bottom: 0.75rem;
    max-width: 31.875rem;
  }

  .s-goals-program__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .s-training-program .m-card-video {
    height: 18.75rem;
  }

  .s-training-program .m-card-presentation {
    padding: var(--a-padding--x6) 1.875rem;
  }

  .s-training-program .m-card-presentation__text {
    margin-right: 39%;
  }

  .s-training-program .m-card-presentation__img {
    top: -2.8125rem;
    display: block;
    width: 18.5rem;
    height: 20.5rem;
  }

  .s-intro .l-section__inner {
    display: flex;
    min-height: 28.125rem;
    padding: 0 var(--layout-h-padding);
  }

  .s-intro .l-wide {
    overflow: visible;
    align-items: flex-start;
    justify-content: center;
    padding: 2.25rem 0;
  }

  .s-intro__title {
    margin: 0 0 1rem;
  }

  .s-intro .m-breadcrumbs {
    position: absolute;
    top: 1rem;
    left: 0;
  }

  .s-intro__text {
    width: calc(100% - 308px);
    max-width: 60%;
    padding-top: 1.25rem;
  }

  .s-intro__description {
    margin: 0;
  }

  .s-intro__btn {
    width: 15rem;
    margin: 1.5rem 0 0;
  }

  .s-intro__img {
    position: absolute;
    top: 0;
    left: auto;
    bottom: 0;
    right: 1.25rem;
    flex: none;
    margin: auto 0;
  }

  .s-mob-edu__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .s-mob-edu__item:nth-child(odd):last-child {
    grid-column: 1 / -1;
  }

  .s-mob-edu__item-title ~ .s-mob-edu__item-text {
    margin: 0.75rem 0 0;
  }

  .s-mob-edu .s-banner__description .a-font_l-m {
    max-width: 21.625rem;
  }

  .s-mob-edu .s-banner__text {
    width: 22.1875rem;
  }

  .s-mob-edu .s-banner__img {
    right: 0;
  }

  .s-mob-edu .s-banner__bg-img {
    top: 0.75rem;
  }

  .s-features__items {
    grid-gap: 1.25rem;
    grid-template-columns: repeat(2, 1fr);
  }

  .s-how-proceed__slide {
    width: 16.75rem;
  }

  .s-license__item .left-col {
    margin-left: -0.9375rem;
  }

  .s-license__item .left-col__image {
    max-height: 5.5rem;
    min-width: 4.6875rem;
  }

  .s-proceed-block__item {
    min-height: 9rem;
    padding: var(--a-padding--x6) 1.875rem;
  }

  .s-proceed-block__item-title {
    max-width: 28.125rem;
    margin-bottom: 1rem;
  }

  .s-proceed-block__item-image img {
    object-fit: contain;
  }

  .s-proceed-block__item-phones {
    display: flex;
    align-items: center;
    gap: 1.5rem;
  }

  .s-proceed-block__form .m-form {
    padding: var(--a-padding--x8) 1.875rem;
  }

  .s-resume__inner {
    gap: 0.5rem;
  }

  .s-resume__profile {
    padding: var(--a-padding--x6) var(--a-padding--x7);
    gap: 1.5rem;
  }

  .s-resume__profile-photo {
    display: block;
  }

  .s-resume__profile-info__text {
    min-height: 3rem;
  }

  .s-resume__profile-info__text br {
    display: block;
  }

  .s-resume__list {
    gap: 0.5rem;
  }

  .s-resume__list-item {
    padding: var(--a-padding--x6) var(--a-padding--x7);
  }

  .s-resume__list-item__skills {
    columns: 2;
  }

  .s-resume__list-item__info:not(:last-child) {
    margin-bottom: 1rem;
  }

  .s-forms-training__description {
    max-width: 80%;
  }

  .s-forms-training .m-tabs .swiper-wrapper {
    width: 100%;
    min-width: min-content;
  }

  .s-forms-training .m-tabs__tab {
    max-width: 92%;
  }

  .s-university__logo {
    width: 7rem;
    height: 7rem;
  }

  .s-university__subtitle {
    max-width: 28.125rem;
  }

  .s-university__ratings-item-num {
    margin-left: 0.75rem;
  }
}

@media (min-width: 922px) {
  .s-proceed-block__items {
    margin-bottom: 1.25rem;
    grid-gap: 1.25rem;
    grid-template-columns: repeat(2, 1fr);
  }

  .s-proceed-block__item-phone:not(:last-child) {
    margin-bottom: 0.625rem;
  }
}

@media (min-width: 992px) {
  .s-diploma__description {
    max-width: 36.25rem;
  }

  .s-diploma--has-many .s-diploma__description {
    max-width: 70.625rem;
  }

  .s-diploma__item {
    grid-gap: 3rem 1.5rem;
    min-width: 40rem;
    padding: 1.75rem 2rem;
  }

  .s-how-proceed__slide {
    width: auto;
  }

  .s-second-higher__duration-start,
  .s-second-higher__duration-end {
    padding: 0.75rem 1rem;
  }

  .s-second-higher__duration-arr {
    width: 10.625rem;
  }

  .s-second-higher__duration-ico {
    width: 1.5rem;
    height: 2.25rem;
  }

  .s-second-higher__text {
    padding-right: 46%;
  }

  .s-second-higher__img {
    right: 10%;
    width: 30%;
    max-width: unset;
  }

  .s-goals-program__grid {
    grid-gap: 1.25rem;
  }

  .s-goals-program .m-card-ico__text {
    max-width: calc(100% - 70px);
    margin-top: 1rem;
  }

  .s-training-program .m-card-presentation__text {
    margin-top: 1.25rem;
    margin-bottom: 2rem;
  }

  .s-training-program .m-card-presentation__img {
    right: 2.5rem;
    top: -4rem;
    width: 24.6875rem;
    height: 27.5625rem;
  }

  .s-training-program .m-card-presentation .a-button {
    max-width: 313px;
  }

  .s-intro__btn {
    width: 21.25rem;
    margin: 2rem 0 0;
  }

  .s-what-learn__slide {
    width: 26.25rem;
  }

  .s-central-campuses__inner {
    grid-template-columns: repeat(2, 1fr);
  }

  .s-central-campuses__item {
    padding: var(--a-padding--x8);
  }

  .s-central-campuses__item-info {
    max-width: 90%;
  }

  .s-central-campuses__item-address svg {
    width: 1.25rem;
    height: 1.5rem;
  }

  .s-how-proceed .l-section__inner {
    background-color: var(--a-color_bg--white);
  }

  .s-how-proceed__slide {
    flex: 1;
    width: auto;
  }

  .s-license__slide {
    width: 24.8125rem;
    padding: 0;
  }

  .s-license__item .right-col__text br {
    display: block;
  }

  .s-proceed-block__slider {
    margin-bottom: 2.5rem;
  }

  .s-proceed-block__item {
    min-height: 11.125rem;
    padding: var(--a-padding--x8);
  }

  .s-proceed-block__item-title {
    max-width: 30.625rem;
  }

  .s-proceed-block__form .m-form {
    padding: var(--a-padding--x8);
  }

  .s-resume__profile-info__name {
    margin-bottom: 1rem;
  }

  .s-resume__profile-contact__text {
    margin-left: 0.625rem;
  }

  .s-resume__profile-contact__icon {
    width: 1.75rem;
    height: 1.75rem;
  }

  .s-resume__list-item__title {
    margin-bottom: 1.25rem;
  }

  .s-resume__list-item__info-title {
    max-width: 67.1875rem;
  }

  .s-resume__list-item__info-text {
    margin-top: 1.25rem;
  }

  .s-forms-training .l-section__inner.--bg-color_blue {
    background-color: var(--a-color_bg--white);
  }

  .s-forms-training__title {
    margin-bottom: 2.5rem;
  }

  .s-forms-training__description {
    max-width: unset;
    margin-bottom: 2.5rem;
  }

  .s-success-history__slide {
    width: 26.25rem;
  }

  .s-success-history__slide .m-video-card__img {
    border-radius: 0.75rem;
  }

  .s-university__logo {
    position: absolute;
    width: 8.25rem;
    height: 8.25rem;
  }

  .s-university__subtitle {
    max-width: 38.125rem;
  }

  .s-university__description {
    margin-bottom: 2rem;
  }

  .s-university__description p:not(:last-child) {
    margin-bottom: 1rem;
  }

  .s-university__slider.s-university__slider-bottom {
    margin-top: 1.25rem;
  }

  .s-university__slide {
    width: 24.8125rem;
  }

  .s-university__factoid-slide {
    width: 24.8125rem;
  }

  .s-university__license {
    margin-top: 3rem;
  }

  .s-university__license h3 {
    margin-bottom: 2rem;
  }

  .s-university__ratings {
    margin: 3rem 0 0;
  }

  .s-university__ratings .l-section__title {
    margin: 0 0 2rem;
  }

  .s-university__ratings-item {
    width: 26.25rem;
    min-height: 12.875rem;
    padding: 2rem 2rem 1.5rem;
  }

  .s-university__ratings-item-bottom {
    max-width: 60%;
  }
}

@media screen and (min-width: 992px) {
  .s-programs-recommend__list {
    grid-gap: var(--a-padding--x5);
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (min-width: 1200px) {
  :root {
    --layout-v-padding: 3.75rem;
    --layout-h-padding: 4.375rem;
  }

  .s-features .m-card-ico__text {
    margin-top: 1.5rem;
    margin-right: 0;
    padding-right: 4.5rem;
  }

  .s-features .m-card-ico ul li {
    padding-left: 1.875rem;
  }

  .s-resume__list-item__skills li {
    padding-left: var(--a-padding--x5);
  }
}

@media (min-width: 1200px) {
  .s-triggers .l-section__inner {
    padding: 0 var(--layout-h-padding);
  }

  .s-triggers__slide {
    flex: 1;
    min-width: 7rem;
    margin-right: 1.25rem;
    padding: 1.5rem;
  }

  .s-career-trajectory__slider .swiper-slide {
    max-width: 50%;
    margin-right: 1.25rem;
  }

  .s-career-trajectory__slider-item {
    min-width: 26.25rem;
  }

  .s-career-trajectory__slider .m-card-ico {
    padding: 1.5rem;
  }

  .s-career-trajectory__slider .m-card-ico__title .--ico {
    width: 1.25rem;
  }

  .s-career-trajectory__slider .m-card-ico__title + .m-card-ico__text {
    margin-top: 1rem;
  }

  .s-diploma__grid {
    grid-gap: 2.5rem;
  }

  .s-how-proceed__slide:not(:last-child) {
    max-height: 8.75rem;
  }

  .s-second-higher__bg {
    width: 31.875rem;
    right: 3.75rem;
    bottom: 0.75rem;
  }

  .s-training-program {
    margin-top: 1rem;
  }

  .s-training-program__bottom {
    flex-direction: row-reverse;
    gap: 1.25rem;
  }

  .s-training-program .m-card-video {
    flex: 1 1 50%;
    height: 22.625rem;
  }

  .s-training-program .m-card-video__play {
    width: 5rem;
    height: 5rem;
  }

  .s-training-program .m-card-video__play svg {
    width: 1.5rem;
    height: 1.5rem;
  }

  .s-training-program .m-card-presentation {
    padding: var(--a-padding--x10) var(--a-padding--x12);
  }

  .s-training-program .m-card-presentation__svg {
    position: absolute;
    left: auto;
    top: auto;
    right: 0;
    bottom: 0;
    display: block;
    width: 11rem;
    height: 9.75rem;
  }

  .s-training-program .m-card-presentation__svg svg {
    width: 100%;
    height: 100%;
    stroke: var(--a-color_border--grey);
    color: var(--a-color_bg--dark-blue);
    opacity: .6;
  }

  .s-training-program .m-card-video ~ .m-card-presentation {
    flex: 1 1 50%;
    display: flex;
    flex-direction: column;
    padding: 2.5rem 2rem;
  }

  .s-training-program .m-card-video ~ .m-card-presentation .a-button {
    margin: auto 0 0;
  }

  .s-training-program .m-card-video ~ .m-card-presentation .m-card-presentation__text {
    margin-right: 0;
  }

  .s-training-program .m-card-video ~ .m-card-presentation .m-card-presentation__img {
    display: none;
  }

  .s-intro {
    margin: 0;
  }

  .s-intro .l-section__inner {
    min-height: 35rem;
    padding: 2rem var(--layout-h-padding);
    background-image: url("/assets/dist/images/s_program_intro/bg-top-speciality.png"), url("/assets/dist/images/s_program_intro/bg-bottom-speciality.png");
    background-position: top center, bottom center;
  }

  .s-intro .l-wide {
    padding: 2.5rem 0;
  }

  .s-intro .m-breadcrumbs {
    top: 0;
  }

  .s-intro__text {
    width: 50%;
    padding-top: 0;
  }

  .s-intro__img {
    top: 0;
    width: 25.9375rem;
    height: 25.9375rem;
  }

  .s-intro__img-pic {
    border-radius: 2rem;
  }

  .s-intro__img-pic:after {
    width: 7.5625rem;
    height: 6.125rem;
  }

  .s-intro__img-ico {
    right: -9.25rem;
    bottom: -1.75rem;
    width: 15rem;
  }

  .s-what-learn .l-section__inner {
    background-color: var(--a-color_bg--white);
  }

  .s-what-learn__slide .m-card-ico {
    background-color: var(--a-color_bg--blue);
  }

  .s-mob-edu__description {
    margin: 0 0 2.5rem;
  }

  .s-mob-edu__grid {
    grid-gap: 1.25rem;
  }

  .s-mob-edu__item {
    display: flex;
    align-items: flex-start;
    padding: 1.75rem 2rem;
    gap: 1.5rem;
    border-radius: var(--a-borderRadius--x3);
  }

  .s-mob-edu__item-image {
    margin-bottom: 0.5rem;
  }

  .s-mob-edu__item-image img {
    width: 5.125rem;
    height: 5.125rem;
  }

  .s-mob-edu__item-text ul {
    max-width: 75%;
  }

  .s-mob-edu__item-text ul li {
    padding-left: 0.75rem;
  }

  .s-mob-edu .s-banner {
    margin: 1.25rem 0 0;
  }

  .s-mob-edu .s-banner__description .a-font_l-m {
    margin-top: 1.25rem;
    max-width: 33.6875rem;
  }

  .s-mob-edu .s-banner__img {
    right: 1.375rem;
  }

  .s-mob-edu .s-banner__bg-img {
    right: -3.75rem;
    top: 1.875rem;
  }

  .s-cards__description {
    max-width: 88%;
    margin: 0 0 2.5rem;
  }

  .s-cards__slide {
    width: 26.25rem;
  }

  .s-central-campuses__item-address svg {
    width: 1.5rem;
    height: 1.5rem;
  }

  .s-features .m-card-ico {
    padding: 2.5rem 2.5rem 3rem;
  }

  .s-features .m-card-ico p {
    margin-bottom: 0.75rem;
  }

  .s-how-proceed__slide {
    margin-right: 2.5rem;
  }

  .s-how-proceed__slide:not(:last-child)::before {
    right: -1.25rem;
    max-height: 6.375rem;
  }

  .s-how-proceed__item-title {
    margin: 0 0 0.5rem;
  }

  .s-how-proceed__item-number {
    width: 3rem;
    height: 4rem;
  }

  .s-license .l-section__title {
    margin-bottom: 2rem;
  }

  .s-license .l-section__inner {
    padding-top: 3rem;
  }

  .s-license__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: var(--a-padding--x5);
  }

  .s-license__slide {
    width: 100%;
    min-height: 15rem;
  }

  .s-license__item .right-col__title br {
    display: block;
  }

  .s-proceed-block__form .m-form::before {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 8.75rem;
    height: 11.75rem;
    background-image: url("data:image/svg+xml,%3Csvg width='140' height='188' viewBox='0 0 140 188' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M36 188H140V23L36 188Z' fill='%23FFCC00'/%3E%3Cpath d='M0 187H36V130L0 187Z' fill='%23FFCC00'/%3E%3Cpath d='M53 138.355V141.413L59.4576 136H55.8128L53 138.355Z' fill='white'/%3E%3Cpath d='M66.8167 136H63.1606L53 144.531V147.589L66.8167 136Z' fill='white'/%3E%3Cpath d='M71.0007 138.66V136H70.5204L53 150.695V153.765L71.0007 138.66Z' fill='white'/%3E%3Cpath d='M71.0004 150.998V147.939L63.7812 153.998H67.426L71.0004 150.998Z' fill='white'/%3E%3Cpath d='M56.4219 154H60.0787L71.0009 144.836V141.766L56.4219 154Z' fill='white'/%3E%3Cpath d='M108.002 2.68538C106.159 2.6852 104.358 3.23138 102.826 4.25487C101.294 5.27837 100.099 6.73321 99.3941 8.43539C98.6888 10.1376 98.5042 12.0106 98.8636 13.8177C99.2229 15.6249 100.11 17.2848 101.413 18.5877C102.716 19.8906 104.376 20.7779 106.183 21.1375C107.99 21.497 109.864 21.3126 111.566 20.6075C113.268 19.9025 114.724 18.7085 115.747 17.1765C116.771 15.6446 117.317 13.8434 117.317 12.0009C117.316 9.53101 116.334 7.16273 114.587 5.41613C112.841 3.66954 110.472 2.6874 108.002 2.68538ZM108.002 24C105.628 24.0002 103.308 23.2965 101.334 21.978C99.3605 20.6595 97.8222 18.7854 96.9137 16.5926C96.0053 14.3999 95.7675 11.987 96.2306 9.65915C96.6936 7.33129 97.8366 5.19302 99.515 3.51473C101.193 1.83644 103.332 0.693525 105.66 0.230533C107.988 -0.232459 110.401 0.0052699 112.594 0.913639C114.787 1.82201 116.661 3.36023 117.98 5.33376C119.299 7.30729 120.002 9.62749 120.002 12.0009C119.999 15.1822 118.733 18.2322 116.483 20.4817C114.234 22.7312 111.184 23.9965 108.002 24Z' fill='white'/%3E%3Cpath d='M108.002 9.23522C107.455 9.23503 106.92 9.39705 106.465 9.70079C106.01 10.0045 105.656 10.4363 105.446 10.9416C105.237 11.4469 105.182 12.0029 105.288 12.5394C105.395 13.0759 105.658 13.5687 106.045 13.9555C106.432 14.3423 106.925 14.6058 107.461 14.7126C107.998 14.8193 108.554 14.7646 109.059 14.5554C109.564 14.3461 109.996 13.9917 110.3 13.5369C110.604 13.0821 110.766 12.5474 110.766 12.0005C110.765 11.2676 110.474 10.5649 109.956 10.0466C109.437 9.52825 108.735 9.23648 108.002 9.23522ZM108.002 17.4502C106.924 17.4504 105.87 17.1309 104.974 16.5322C104.077 15.9335 103.379 15.0824 102.966 14.0867C102.553 13.0909 102.445 11.9951 102.655 10.9379C102.866 9.8807 103.385 8.90955 104.147 8.1473C104.909 7.38505 105.88 6.86592 106.937 6.65557C107.995 6.44521 109.09 6.55309 110.086 6.96553C111.082 7.37798 111.934 8.07648 112.533 8.9727C113.131 9.86892 113.451 10.9226 113.451 12.0005C113.45 13.4453 112.875 14.8306 111.854 15.8523C110.832 16.874 109.447 17.4487 108.002 17.4502Z' fill='white'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    content: "";
  }

  .s-programs-recommend__more {
    margin: 2.5rem auto 0;
  }

  .s-programs-recommend__more .a-button {
    width: 15.0625rem;
  }

  .s-resume__inner {
    padding: var(--a-padding--x12);
  }

  .s-resume__profile {
    padding: 0;
    gap: 3rem;
  }

  .s-resume__profile-photo {
    display: block;
    width: 18.5rem;
  }

  .s-resume__profile-photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 18.5rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .s-resume__profile-info {
    padding: var(--a-padding--x6) var(--a-padding--x8) var(--a-padding--x6) 0;
  }

  .s-resume__profile-info__profession {
    margin-bottom: 1.25rem;
  }

  .s-resume__profile-info__name {
    margin-bottom: 0.5rem;
  }

  .s-resume__profile-contacts {
    grid-template-columns: repeat(2, 1fr);
    gap: 0 4.375rem;
  }

  .s-resume__list-item {
    padding: var(--a-padding--x6) var(--a-padding--x8);
  }

  .s-resume__list-item__skills {
    columns: 3;
  }

  .s-teachers__more {
    margin-top: 2.5rem;
  }

  .s-forms-training .m-tabs {
    min-width: 0;
  }

  .s-forms-training .m-tabs__tab {
    max-width: 100%;
    margin: -0.25rem 0 0;
    padding: var(--a-padding--x6) var(--a-padding--x8);
    background: var(--a-color_bg--blue);
    border: 0.0625rem solid var(--a-color_border--lightgrey);
    border-radius: 0 0 var(--a-borderRadius--def) var(--a-borderRadius--def);
  }

  .s-university__video-text {
    content: "";
    position: absolute;
    top: 1.75rem;
    left: 2.5rem;
    display: block;
    padding: 0.625rem;
    background: rgba(0, 0, 0, 0.2);
    border-radius: var(--a-borderRadius--def);
    backdrop-filter: blur(0.3125rem);
    color: var(--a-color_bg--white);
  }

  .s-university__video-play {
    width: 5rem;
    height: 5rem;
  }

  .s-university__video-iframe iframe {
    border-radius: var(--a-borderRadius--x3);
  }

  .s-university__ratings-item-num {
    margin-left: 3rem;
  }

  .s-video-block__text {
    content: "";
    position: absolute;
    top: 1.75rem;
    left: 2.5rem;
    display: block;
    padding: 0.625rem;
    background: rgba(0, 0, 0, 0.2);
    border-radius: var(--a-borderRadius--def);
    backdrop-filter: blur(0.3125rem);
    color: var(--a-color_bg--white);
  }

  .s-video-block__play {
    width: 5rem;
    height: 5rem;
  }

  .s-video-block__inner iframe {
    border-radius: var(--a-borderRadius--x3);
  }
}

@media (min-width: 1360px) {
  .s-intro__img {
    right: 5.75rem;
  }
}

@media (min-width: 1400px) {
  .s-second-higher__bg {
    right: 8.125rem;
    bottom: 2.25rem;
  }

  .s-mob-edu__item-text ul {
    max-width: unset;
  }
}

@media screen and (min-width: 1400px) {
  .s-features .m-card-ico__text {
    padding-right: 8.5rem;
  }

  .s-features .m-card-ico__img {
    width: 11rem;
    height: 9.75rem;
  }
}

@media (min-width: 1440px) {
  .s-mob-edu .s-banner__text {
    min-width: 43.75rem;
  }

  .s-mob-edu .s-banner__bg-img {
    top: 0;
    right: 0;
  }

  .s-license__item .left-col {
    margin-right: 1.875rem;
    margin-left: 0;
  }

  .s-license__item .left-col__image {
    max-height: 9.375rem;
    min-width: 4.6875rem;
  }

  .s-forms-training__wrapper {
    justify-content: space-between;
    flex-direction: row;
    gap: var(--a-padding--x8);
  }

  .s-forms-training__info {
    width: 27.125rem;
  }

  .s-forms-training__description {
    max-width: unset;
    margin-bottom: 0;
  }

  .s-forms-training .m-tabs {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .s-forms-training .m-tabs__tab {
    flex: 1;
  }

  .s-university__description {
    width: 90%;
    margin-bottom: 2.5rem;
  }

  .s-university__slide {
    width: 100%;
  }

  .s-university__factoid-slide {
    width: 100%;
    padding: 1.5rem 2rem 1.75rem;
  }

  .s-university__slider-top .s-university__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: var(--a-padding--x5);
  }

  .s-university__slider-bottom .s-university__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: var(--a-padding--x5);
  }
}

@media (min-width: 1600px) {
  .s-university-mba .s-university__list {
    display: grid;
    grid-gap: var(--a-padding--x5);
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1599px) {
  .s-university-mba .s-university__factoid-slide {
    max-width: 28.875rem;
  }
}

@media (max-width: 1199px) {
  .s-mob-edu .l-section__inner {
    border-radius: 0.75rem;
  }
}

@media (max-width: 991px) {
  .s-university-mba .s-university__factoid-slide {
    width: 17.5rem;
  }
}

@media (max-width: 768px) {
  .s-license__slider {
    margin-top: 1.25rem;
  }
}

@media (max-width: 574px) {
  .s-programs-recommend__more .a-button {
    width: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1439px) {
  .s-mob-edu .s-banner__text {
    min-width: unset;
    width: auto;
    max-width: 31.25rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .s-university__block-top {
    display: flex;
    gap: 2rem;
  }
}

@media screen {
  .px-0 {
    padding-right: 0;
    padding-left: 0;
  }

  .py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .pb-0 {
    padding-bottom: 0;
  }

  .pt-0 {
    padding-top: 0;
  }

  .br-0 {
    border-radius: 0;
  }
}
/*# sourceMappingURL=maps/speciality.css.map */
