/* Generated by vite-plugin-svg-spritemap */
.checkbox {
  position: relative;
}
.checkbox__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}
.checkbox__input:checked + .checkbox__label:before {
  color: #d70034;
}
.checkbox__label {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  gap: 10px;
}
.checkbox__label:before {
  color: transparent;
  align-self: flex-start;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  border: 2px solid #d70034;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.checkbox__text {
  font-size: 12px;
  line-height: 1.32;
  margin-left: 16px;
}
.checkbox__text a {
  text-decoration: underline;
}

.chx__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}
.chx__input:checked + .chx__label:before {
  border: 2px solid #d70034;
  background-color: #d70034;
  color: #fff;
}
.chx__label {
  cursor: pointer;
  display: flex;
  gap: 12px;
  align-items: center;
  position: relative;
}
.chx__label:before {
  transition: all 0.2s ease;
  color: transparent;
  align-self: flex-start;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  border: 2px solid #d9dde1;
  border-radius: 8px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}