.sp-nabor {
  display: flex;
  gap: 20px;
  font-weight: 400;
}
.sp-nabor > div {
  flex-basis: calc(50% - 20px);
}
.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-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;
}

@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;
  }
}/*# sourceMappingURL=sp-nabor.css.map */