.sp-nabor {
  display: flex;
  gap: 20px;
  margin-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--color-cold);
}
.sp-nabor > div {
  flex-basis: calc(50% - 10px);
}
.sp-nabor > div:first-child {
  text-transform: uppercase;
  line-height: 1;
  font-weight: 400;
}
.sp-nabor p:first-child {
  margin-bottom: 40px;
}
.sp-nabor p {
  margin-bottom: 24px;
}

.sp-nabor:last-child {
  border-bottom: none;
}

.sp-ul-links {
  padding: 0;
  margin: 0;
}
.sp-ul-links li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sp-ul-links li::before {
  display: none !important;
}
.sp-ul-links li a {
  width: 100%;
  font-size: 18px;
  color: var(--color-cold);
  text-decoration: none;
  display: inline-block;
  margin-bottom: 8px;
  border: 1px solid var(--color-cold);
  padding: 16px 48px 14px 24px;
  background: url("/assets/i/suprematism/link.svg") no-repeat center right 20px;
  background-size: 12px;
}
.sp-ul-links li a:hover {
  background-color: var(--color-cold);
  color: #fff;
}
.sp-ul-links li a:hover svg path {
  stroke: #fff;
}

.sp-attention {
  margin-top: 40px;
  padding-left: 77px;
  padding-top: 5px;
  min-height: 57px;
  background: url("/assets/i/suprematism/attention.svg") no-repeat 0 0;
  background-size: 57px;
}

.sp-attention-right {
  margin-top: 0px;
  padding-right: 77px;
  padding-top: 0px;
  min-height: 57px;
  background: url("/assets/i/suprematism/attention.svg") no-repeat right 0;
  background-size: 57px;
}

@media (max-width: 768px) {
  .sp-nabor {
    font-size: 14px;
    flex-direction: column;
  }
  .sp-nabor .font-32 {
    font-size: 22px;
  }
  .sp-ul-links li a {
    font-size: 14px;
    padding: 12px 48px 11px 16px;
  }
}
.komanda {
  display: flex;
}
.komanda .komanda-item {
  width: 297px;
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  height: auto;
}
.komanda .komanda-title {
  color: var(--color-cold);
  font-size: 28px;
  margin-bottom: 32px;
  line-height: 1.1;
}
.komanda .komanda-tile {
  border: 1px solid var(--color-cold);
  border-bottom: 11px solid var(--color-cold);
  margin-bottom: 20px;
  padding: 20px;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.komanda .komanda-person-img {
  margin: 0 auto;
  display: flex;
  margin-bottom: 30px;
  width: 204px;
  height: 204px;
  border-radius: 204px;
}
.komanda .komanda-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.komanda .komanda-name {
  color: black;
  font-size: 22px;
  line-height: 1.1;
  margin-bottom: 10px;
}
.komanda .komanda-info-bottom {
  margin-bottom: -11px;
}
.komanda .komanda-links {
  color: var(--color-green) !important;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  align-items: center;
  margin-bottom: 9px;
}
.komanda .komanda-links:hover {
  text-decoration: underline;
}
.komanda .komanda-links img, .komanda .komanda-links svg {
  margin-right: 8px;
}
.komanda .border-circle-white {
  border-radius: 100px;
  border: 1px solid var(--color-green);
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 12px 0 0;
}
.komanda .border-circle-white img, .komanda .border-circle-white svg {
  margin: 0;
}

@media (max-width: 768px) {
  .komanda {
    display: block;
  }
  .komanda .komanda-title {
    margin-bottom: 15px;
  }
  .komanda .komanda-item {
    width: 100%;
    margin-bottom: 40px;
  }
  .komanda .komanda-person-img {
    margin: 0 0 15px 0;
  }
}
.title h1 > span, .ns-title h1 > span {
  display: inline;
  color: black;
}

.h2-sp {
  color: var(--color-cold);
  text-transform: uppercase;
  font-size: 48px;
  font-weight: 400;
  margin: 80px 0;
}

.h2-prepod {
  max-width: 450px;
  margin-bottom: 50px;
}

.page-stud-neiron .card-item-kv, .page-stud-neiron .card-item-kv img {
  max-width: 204px;
}
.page-stud-neiron .ns-cards .card-item {
  width: 297px;
}
.page-stud-neiron .ns-cards .card-item .card-item-kv {
  margin: 0 auto 15px auto;
}
.page-stud-neiron .swiper-wrapper {
  gap: 19px;
  flex-wrap: wrap;
}
.page-stud-neiron .ns-cards .card-item.card-item-rukovodidel {
  cursor: default;
}
.page-stud-neiron .card-title {
  font-size: 22px;
}

section#programma-kursa {
  font-weight: 400;
  margin-top: 75px;
  margin-bottom: 50px;
}
section#programma-kursa .cold {
  color: var(--color-cold);
  text-transform: uppercase;
  font-size: 32px;
}
section#programma-kursa li {
  list-style: none;
  padding: calc(40px - 0.5em) 0 0 0;
  display: flex;
  margin: 0;
}
section#programma-kursa li:before {
  display: none;
}
section#programma-kursa li > div {
  width: 50%;
}
section#programma-kursa li > div:last-child {
  border-bottom: 1px solid var(--color-cold);
  padding-bottom: calc(40px - 0.5em);
}
section#programma-kursa li:last-child > div:last-child {
  border-bottom: none;
}

.person-sp {
  position: relative;
  border: 1px solid var(--color-cold2);
  border-bottom: 11px solid var(--color-cold2);
  padding: 24px 20px 20px 20px;
  height: auto;
  max-width: 613px;
}
.person-sp .person-sp-title {
  font-size: 28px;
  margin-bottom: 25px;
}
.person-sp .person-sp-title2 {
  color: var(--color-cold);
}
.person-sp .info {
  color: #8d8d8d;
}

.card-info__person_info {
  margin-top: 12px;
}
.card-info__person_info .black {
  color: black;
  margin-bottom: 0;
}
.card-info__person_info p {
  margin-top: 0;
}

.studentu-ii h2 {
  font-size: 48px;
  color: var(--color-cold);
  text-transform: uppercase;
  margin-bottom: 21px;
}
.studentu-ii h3 {
  color: var(--color-cold);
  font-size: 28px;
  font-weight: 400;
  max-width: 530px;
  line-height: 1.1;
}
.studentu-ii h3.h3-teachers {
  margin-bottom: -35px;
}

.ns-cards .card-st-col3 {
  width: calc(33.33% - 10px);
}

.ns-cards .card-item .card-title {
  font-size: 22px;
}

.ns-cards .card-item .card-item-kv {
  border-radius: 204px;
  margin-bottom: 16px;
}
.ns-cards .card-item .card-item-kv img {
  width: 204px;
  height: 204px;
}

.no-images .card-item-kv {
  display: none;
}

@media (max-width: 768px) {
  section#programma-kursa {
    font-size: 14px;
  }
  section#programma-kursa li {
    margin: 20px 0;
    display: block;
  }
  section#programma-kursa li > div {
    width: 100%;
  }
  .person-sp {
    max-width: 100%;
  }
  .font-48, section#programma-kursa .cold {
    font-size: 30px;
  }
  .studentu-ii h2 {
    font-size: 30px;
  }
  .studentu-ii h3 {
    font-size: 20px;
  }
  .studentu-ii h3.h3-teachers {
    margin-bottom: 0;
  }
  .ns-cards .card-st-col3 {
    width: 100%;
  }
  .ns-cards .card-item .card-title {
    font-size: 16px;
    line-height: 1.2;
  }
}/*# sourceMappingURL=suprematism-studentu.css.map */