[data-b='contacts'] .content > *:not(:first-child) {
  padding-top: 2rem;
}
[data-b='contacts'] .content > *:not(:last-child) {
  padding-bottom: 2.333333333333333rem;
}
[data-b='contacts'] .content > *:not(:last-child)::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: calc(100% + (100vw / 36 * 4));
  height: 2px;
  background-color: rgba(255,255,255,0.09);
}
[data-b='contacts'] .contacts > li {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
[data-b='contacts'] .contacts > li:not(:last-child) {
  margin-right: 2rem;
}
@media (max-width: 1600px) {
  [data-b='contacts'] .content > *:not(:last-child)::before {
    width: calc(100% + (100vw / 36 * 3));
  }
}
@media (max-width: 1440px) {
  [data-b='contacts'] .content > *:not(:last-child)::before {
    width: calc(100% + (100vw / 36 * 2));
  }
}
@media (max-width: 992px) {
  [data-b='contacts'] button {
    padding-left: 0.333333333333333rem;
    padding-right: 0.333333333333333rem;
  }
  [data-b='contacts'] .content > *:not(:last-child)::before {
    width: calc(100% + (100vw / 12));
  }
}
