.skb-consent__item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  cursor: pointer;
  font-family: var(--font-sans);
  font-size: 14px;
  line-height: 1.4;
  color: #d9ddff;
}

.skb-consent__item + .skb-consent__item,
.skb-consent__note {
  margin-top: 10px;
}

.skb-consent__box {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: #ffffff;
}

.skb-consent__label {
  flex: 1 1 auto;
}

.skb-consent__note {
  margin-bottom: 10px;
  font-family: var(--font-sans);
  font-size: 13px;
  line-height: 1.4;
  color: rgba(217, 221, 255, 0.72);
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.skb-consent a {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 0.16em;
}

.access-form .skb-consent__item,
.access-form .skb-consent__note {
  color: #30323a;
}

.access-form .skb-consent a {
  color: #3447ff;
}

.personal-consultation__form .skb-consent__item,
.personal-consultation__form .skb-consent__note {
  color: #30323a;
}

.personal-consultation__form .skb-consent a {
  color: #111111;
}

.phone-gate-form [data-skb-consent="ads"] {
  margin-top: 12px;
  color: rgba(217, 221, 255, 0.62);
}

.phone-gate-form [data-skb-consent="pd"] {
  margin-top: 19px;
}

.phone-gate-form .skb-consent__label {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.35;
  text-transform: none;
}

.phone-gate-form [data-skb-consent="ads"] a {
  color: inherit;
}

.skb-consent__item.skb-consent--error .skb-consent__label {
  color: #ffb4bb;
}

.skb-consent__item.skb-consent--error .skb-consent__box {
  accent-color: #e0202a;
  box-shadow: 0 0 0 2px #e0202a;
}

@media (max-width: 600px) {
  .skb-consent__item {
    gap: 10px;
    margin-block: 12px;
    font-size: 14px;
  }

  .skb-consent__box {
    width: 24px;
    height: 24px;
  }

  .skb-consent__note {
    margin-block: 12px;
    font-size: 14px;
  }
}
