.pkit {
  --pkit-bg: #010409;
  --pkit-card: #16181d;
  --pkit-in: #101218;
  --pkit-fg: #fff;
  --pkit-mut: #8c9095;
  --pkit-acc: #a3c618;
  --pkit-max: 1600px;
  --pkit-font: "Finlandica Text", "Finlandica", sans-serif;
  background: var(--pkit-bg);
  color: var(--pkit-fg);
  color-scheme: dark;
  font-family: var(--pkit-font);
  padding: 8px 0 56px;
}

.pkit *,
.pkit *::before,
.pkit *::after {
  box-sizing: border-box;
}

.pkit-in {
  width: 100%;
  max-width: var(--pkit-max);
  margin: 0 auto;
  padding: 0 16px;
}

.pkit-hero {
  position: relative;
  display: block;
  min-height: 490px;
  margin-bottom: -72px;
  overflow: hidden;
  border-radius: 16px;
  background: #010409;
}

.pkit-hd {
  position: relative;
  z-index: 2;
  max-width: 620px;
  padding: 28px 28px 96px;
}

.pkit-h {
  margin: 0 0 10px;
  color: var(--pkit-fg);
  font-size: clamp(24px, 2.8vw, 36px);
  font-weight: 500;
  line-height: 1.12;
}

.pkit-h em {
  font-style: normal;
  color: var(--pkit-acc);
}

.pkit-lead {
  margin: 0 0 12px;
  padding: 0;
  list-style: none;
}

.pkit-lead li {
  position: relative;
  margin: 0 0 6px;
  padding-left: 18px;
  color: #cfd3d8;
  font-size: 14px;
  line-height: 1.35;
}

.pkit-lead li::before {
  content: "–";
  position: absolute;
  left: 0;
  color: #cfd3d8;
}

.pkit-free {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  max-width: 420px;
  padding: 10px 14px;
  border: 1px solid var(--pkit-acc);
  border-radius: 14px;
  background: rgba(1, 4, 9, 0.45);
}

.pkit-free img {
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.pkit-free strong {
  display: block;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
}

.pkit-free span {
  display: block;
  margin-top: 4px;
  color: var(--pkit-mut);
  font-size: 13px;
  line-height: 1.35;
}

.pkit-vis {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 64%;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
}

.pkit-vis::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(90deg, #010409 0%, rgba(1, 4, 9, 0.72) 22%, rgba(1, 4, 9, 0.18) 52%, transparent 78%);
  pointer-events: none;
}

.pkit-wrap {
  position: relative;
  z-index: 3;
  padding: 28px 28px 32px;
  border-radius: 24px;
  background: var(--pkit-card);
}

.pkit-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.pkit-k {
  margin: 0 0 8px;
  color: var(--pkit-mut);
  font-size: 13px;
  line-height: 1.3;
}

.pkit-h2 {
  margin: 0 0 22px;
  font-size: clamp(24px, 2.4vw, 32px);
  font-weight: 500;
  line-height: 1.2;
}

.pkit-cols {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 14px;
}

.pkit-box,
.pkit-note {
  padding: 22px 20px;
  border: 1px solid #2a2c35;
  border-radius: 16px;
  background: transparent;
}

.pkit-h3 {
  margin: 0 0 16px;
  color: var(--pkit-fg);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}

.pkit-ck {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0 0 12px;
  color: #fff;
  font-size: 15px;
  line-height: 1.35;
  cursor: pointer;
}

.pkit label > span,
.pkit .pkit-lb {
  color: #fff !important;
  font-size: inherit;
  line-height: inherit;
}

.pkit-ck input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
}

.pkit-mark {
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  margin-top: 1px;
  border: 1.5px solid #3a3d48;
  border-radius: 5px;
  background: transparent;
}

.pkit-ck input:checked + .pkit-mark {
  border-color: var(--pkit-acc);
  background-color: var(--pkit-acc);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='%23111409' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' d='M3.2 8.2 6.4 11.4 12.8 4.6'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px 14px;
}

.pkit-ck:hover .pkit-lb,
.pkit-ck input:focus-visible + .pkit-mark + .pkit-lb {
  color: var(--pkit-acc) !important;
}

.pkit-sum {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
}

.pkit .pkit-sum input[type="text"],
.pkit .pkit-sum input[type="text"]:hover,
.pkit .pkit-sum input[type="text"]:focus,
.pkit .pkit-sum input[type="text"]:active {
  width: 100%;
  height: 44px;
  padding: 0 14px;
  border: 1px solid #2a2c35 !important;
  border-radius: 10px;
  background: #101218 !important;
  background-color: #101218 !important;
  color: #fff !important;
  caret-color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font: inherit;
  font-size: 14px;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  box-shadow: inset 0 0 0 1000px #101218 !important;
}

.pkit .pkit-sum input[type="text"]::placeholder {
  color: #8c9095 !important;
  -webkit-text-fill-color: #8c9095 !important;
  opacity: 1;
}

.pkit .pkit-sum input[type="text"]:focus {
  border-color: var(--pkit-acc) !important;
}

.pkit .pkit-sum input[type="text"]:-webkit-autofill,
.pkit .pkit-sum input[type="text"]:-webkit-autofill:hover,
.pkit .pkit-sum input[type="text"]:-webkit-autofill:focus {
  -webkit-text-fill-color: #fff !important;
  caret-color: #fff !important;
  box-shadow: inset 0 0 0 1000px #101218 !important;
  transition: background-color 99999s ease-out;
}

.pkit-sum span {
  flex: 0 0 auto;
  color: var(--pkit-mut) !important;
  font-size: 14px;
}

.pkit-free span {
  color: var(--pkit-mut) !important;
}

.pkit .pkit-note textarea,
.pkit .pkit-fld input {
  display: block;
  width: 100%;
  margin: 0;
  padding: 14px 16px;
  border: 0;
  border-radius: 10px;
  background: #101218 !important;
  background-color: #101218 !important;
  color: #fff !important;
  caret-color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font: inherit;
  font-size: 15px;
  line-height: 1.4;
  outline: none;
  resize: vertical;
  appearance: none;
  -webkit-appearance: none;
  box-shadow: inset 0 0 0 1000px #101218 !important;
}

.pkit-note textarea {
  min-height: 96px;
}

.pkit-fld {
  position: relative;
  display: block;
  margin: 0 0 12px;
}

.pkit-fld input {
  height: 52px;
  padding: 0 16px;
}

.pkit-ph {
  position: absolute;
  left: 16px;
  top: 50%;
  color: #6b7078;
  font-size: 15px;
  pointer-events: none;
  transform: translateY(-50%);
}

.pkit-ph i {
  color: var(--pkit-acc);
  font-style: normal;
}

.pkit-fld input:focus + .pkit-ph,
.pkit-fld input:not(:placeholder-shown) + .pkit-ph {
  opacity: 0;
}

.pkit-next,
.pkit-back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  min-height: 48px;
  margin-top: 18px;
  padding: 0 28px;
  border: 0;
  border-radius: 10px;
  font: inherit;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04em;
  cursor: pointer;
}

.pkit-next {
  background: var(--pkit-acc);
  color: #111;
  gap: 8px;
}

.pkit-arr {
  display: block;
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
}

.pkit-next:hover,
.pkit-next:focus-visible {
  background: #b8d91f;
}

.pkit-back {
  margin-right: 10px;
  border: 1px solid #3a3d48;
  background: transparent;
  color: #fff;
}

.pkit-back:hover,
.pkit-back:focus-visible {
  border-color: var(--pkit-acc);
  color: var(--pkit-acc);
}

.pkit-err {
  margin: 8px 0 0;
  color: #e05c5c;
  font-size: 13px;
}

.pkit-s2 {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(269px, 0.64fr);
  gap: 22px;
  align-items: stretch;
}

.pkit-row2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 0 0 20px;
}

.pkit-cell {
  display: block;
  width: 100%;
}

.pkit .pkit-cell input,
.pkit .pkit-cell input:hover,
.pkit .pkit-cell input:focus,
.pkit .pkit-cell input:active {
  display: block;
  width: 100%;
  height: 52px;
  margin: 0;
  padding: 0 16px;
  border: 0;
  border-radius: 10px;
  background: #101218 !important;
  background-color: #101218 !important;
  color: #fff !important;
  caret-color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font: inherit;
  font-size: 15px;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  box-shadow: inset 0 0 0 1000px #101218 !important;
}

.pkit .pkit-cell input::placeholder {
  color: #6b7078 !important;
  -webkit-text-fill-color: #6b7078 !important;
  opacity: 1;
}

.pkit .pkit-cell input:focus {
  box-shadow: inset 0 0 0 1px var(--pkit-acc), inset 0 0 0 1000px #101218 !important;
}

.pkit .pkit-cell input:-webkit-autofill,
.pkit .pkit-cell input:-webkit-autofill:hover,
.pkit .pkit-cell input:-webkit-autofill:focus {
  -webkit-text-fill-color: #fff !important;
  caret-color: #fff !important;
  box-shadow: inset 0 0 0 1000px #101218 !important;
  transition: background-color 99999s ease-out;
}

.pkit-chat {
  margin: 0 0 8px;
}

.pkit-send {
  min-width: 0;
  letter-spacing: 0;
}

.pkit-help {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  min-height: 0;
  border-radius: 16px;
  background-color: #0c0e12;
}

.pkit-help-bg {
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: auto;
  right: -22%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center 12%;
  background-size: cover;
  pointer-events: none;
}

.pkit-help::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(90deg, rgba(8, 10, 14, 0.82) 0%, rgba(8, 10, 14, 0.42) 36%, rgba(8, 10, 14, 0.1) 58%, transparent 78%);
  pointer-events: none;
}

.pkit-help-txt {
  position: relative;
  z-index: 2;
  max-width: 54%;
  padding: 28px 16px 28px 28px;
}

.pkit-help-h {
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(26px, 2.4vw, 36px);
  font-weight: 500;
  line-height: 1.12;
}

.pkit-help-p {
  margin: 0;
  max-width: 210px;
  color: #cfd3d8;
  font-size: 14px;
  line-height: 1.4;
}

.pkit-msg {
  padding: 48px 0 72px;
}

@media (max-width: 1100px) {
  .pkit-cols {
    grid-template-columns: 1fr;
  }

  .pkit-s2 {
    grid-template-columns: minmax(0, 1fr) minmax(192px, 0.58fr);
  }
}

@media (max-width: 900px) {
  .pkit-s2 {
    grid-template-columns: 1fr;
  }

  .pkit-row2 {
    grid-template-columns: 1fr;
  }

  .pkit-help {
    min-height: 260px;
  }

  .pkit-help-bg {
    right: -18%;
    width: 155%;
  }

  .pkit-help-txt {
    max-width: 60%;
    padding: 24px 16px 24px 24px;
  }

  .pkit-hero {
    min-height: 280px;
    margin-bottom: 16px;
  }

  .pkit-hd {
    padding: 24px 20px 28px;
  }

  .pkit-wrap {
    padding: 20px 14px 24px;
  }

  .pkit-vis {
    width: 100%;
  }

  .pkit-vis::before {
    background: linear-gradient(180deg, rgba(1, 4, 9, 0.9) 0%, rgba(1, 4, 9, 0.45) 55%, rgba(1, 4, 9, 0.2) 100%);
  }
}
