.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;
  }
}
.sp-studenty-tiles {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.sp-studenty-tiles .sp-studenty-tile {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-basis: calc(50% - 10px);
  border: 1px var(--color-cold) solid;
  padding: 32px;
  font-size: 14px;
}
.sp-studenty-tiles .sp-studenty-tile h2 {
  font-size: 22px;
  font-weight: 400;
  margin: 0 0 24px 0;
  padding-top: 0;
  text-transform: none;
}
.sp-studenty-tiles .sp-studenty-tile li {
  margin-bottom: 0 !important;
}
.sp-studenty-tiles .sp-studenty-tile .sp-studenty-tile-bottom-item {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  color: rgba(0, 0, 0, 0.5019607843);
  font-weight: 400;
  font-size: 12px;
}
.sp-studenty-tiles .sp-studenty-tile .sp-studenty-tile-bottom-item a, .sp-studenty-tiles .sp-studenty-tile .sp-studenty-tile-bottom-item a.telegram {
  color: var(--color-green);
}
.sp-studenty-tiles .sp-studenty-tile .sp-studenty-tile-bottom-item a.telegram {
  font-size: 22px;
  text-decoration: none;
  white-space: nowrap;
  background-image: url("/assets/i/social/icon-telegram-green.svg");
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 28px;
  min-height: 28px;
  line-height: 32px;
  display: flex;
  padding-left: 35px;
  align-items: center;
}
.sp-studenty-tiles .sp-studenty-tile .sp-studenty-tile-bottom-item a.telegram:hover {
  text-decoration: underline;
}
.sp-studenty-tiles .sp-studenty-tile .sp-studenty-tile-bottom-item .green {
  font-size: 22px;
  color: var(--color-green);
  padding-top: 7px;
  display: inline-block;
}
.sp-studenty-tiles .sp-studenty-tile .sp-studenty-tile-bottom-item:last-child {
  align-items: flex-end;
}
.sp-studenty-tiles .sp-studenty-tile .sp-studenty-tile-bottom-item:last-child a {
  font-size: 22px;
}
.sp-studenty-tiles .sp-studenty-tile2 {
  padding: 0;
  border: none;
}
.sp-studenty-tiles .sp-studenty-tile2 .sp-studenty-tile2-inner {
  border: 1px var(--color-cold) solid;
  padding: 32px;
  font-size: 14px;
  margin-bottom: 19px;
  flex-grow: 1;
}
.sp-studenty-tiles .sp-studenty-tile2 .sp-studenty-tile2-inner h2 {
  font-size: 22px;
  font-weight: 400;
  margin: 0 0 24px 0;
  padding-top: 0;
  text-transform: none;
}
.sp-studenty-tiles .sp-studenty-tile2 .sp-studenty-tile2-inner li {
  margin-bottom: 0 !important;
}

.sp-nabor > div:first-child {
  line-height: 1.2;
}

/*rrrrr*/
@media (max-width: 1024px) {
  .sp-studenty-tiles {
    margin-top: 30px;
  }
  .sp-studenty-tiles .sp-studenty-tile .sp-studenty-tile-bottom-item:last-child a,
  .sp-studenty-tiles .sp-studenty-tile .sp-studenty-tile-bottom-item .green {
    font-size: 18px;
    line-height: 1.2;
  }
  .sp-studenty-tiles .sp-studenty-tile .sp-studenty-tile-bottom-item {
    flex-direction: column;
  }
  .sp-studenty-tiles .sp-studenty-tile .sp-studenty-tile-bottom-item > div:first-child {
    margin-bottom: 15px;
  }
  .sp-studenty-tiles .sp-studenty-tile .sp-studenty-tile-bottom-item:last-child {
    align-items: flex-start;
  }
  .page-mfk .sp-nabor > div:first-child br {
    display: none;
  }
  .font-32 {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .sp-studenty-tiles .sp-studenty-tile {
    flex-basis: 100%;
    width: 100%;
    padding: 25px;
  }
  .sp-studenty-tiles .sp-studenty-tile2 {
    padding: 0;
  }
}/*# sourceMappingURL=suprematism-mfk.css.map */