/* Юридический блок согласий Skillbox. */
.skb-consent__item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  cursor: pointer;
  font-family: "Graphik", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  color: #000;
}

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

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

.skb-consent a {
  color: #3d3bff;
  text-decoration: underline;
}

.skb-consent__item[data-skb-consent="ads"] {
  color: #6b6b72;
  font-size: 13px;
}

.skb-consent__item[data-skb-consent="ads"] .skb-consent__label,
.skb-consent__item[data-skb-consent="ads"] a {
  color: inherit;
}

.skb-consent__item[data-skb-consent="ads"] .skb-consent__box {
  appearance: none;
  border: 1px solid #d2d2d7;
  border-radius: 4px;
  background: #f7f7f8;
  box-shadow: none;
  opacity: 1;
}

.skb-consent__item[data-skb-consent="ads"] .skb-consent__box:checked {
  background-color: #f1f1f3;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath d='M4.5 9.2 7.4 12l6-6' fill='none' stroke='%239898a0' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.skb-consent__item[data-skb-consent="ads"] .skb-consent__box:focus-visible {
  outline: 2px solid #c9c9ce;
  outline-offset: 2px;
}

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

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

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

  .skb-consent__item[data-skb-consent="ads"] {
    font-size: 13px;
  }

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