.kdk-sale-product {
  --kdk-blue: #2873b2;
  --kdk-orange: #ffa62b;
  --kdk-ink: #1c1c1c;
  --kdk-muted: #5f6872;
  --kdk-line: #e5edf4;
  --kdk-soft: #f4f8fb;
  color: var(--kdk-ink);
  background: #fff;
  font-family: "Raleway", Tahoma, serif;
}

.kdk-sale-product *,
.kdk-sale-product *::before,
.kdk-sale-product *::after {
  box-sizing: border-box;
}

.kdk-sale-hero {
  position: relative;
  padding: 3.125vw 0 3.6458333333vw;
  overflow: hidden;
  background:
    linear-gradient(
      115deg,
      rgba(40, 115, 178, 0.1) 0%,
      rgba(255, 255, 255, 0) 42%
    ),
    linear-gradient(180deg, #f8fbfd 0%, #ffffff 100%);
}

.kdk-sale-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(40, 115, 178, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(40, 115, 178, 0.06) 1px, transparent 1px);
  background-size: 4.1666666667vw 4.1666666667vw;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.42), transparent 65%);
}

.kdk-sale-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
  gap: 2.0833333333vw;
  align-items: start;
}

.kdk-sale-hero__media,
.kdk-sale-hero__content,
.kdk-sale-form-panel {
  min-width: 0;
}

.kdk-sale-hero__media {
  grid-column: 2;
  grid-row: 1 / span 2;
  position: sticky;
}

.kdk-sale-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.625vw;
}

.kdk-sale-gallery__item {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 5.7291666667vw;
  margin: 0;
  overflow: hidden;
  border-radius: 0.4166666667vw;
  background: var(--kdk-soft);
  box-shadow: 0 0.3125vw 1.0416666667vw rgba(31, 57, 82, 0.08);
}

.kdk-sale-gallery__item--main {
  grid-column: 1 / -1;
  height: 40vw;
}

.kdk-sale-gallery__link {
  display: block;
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
}

.kdk-sale-gallery__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.kdk-sale-gallery__item:hover img {
  transform: scale(1.035);
}

.kdk-sale-gallery__caption {
  display: none;
  flex: 0 0 auto;
  padding: 0.7291666667vw 0.9375vw;
  border-top: 1px solid rgba(40, 115, 178, 0.12);
  color: #a95e21;
  font-size: clamp(12px, 0.8854166667vw, 17px);
  line-height: 1.25;
  font-weight: 900;
  text-transform: uppercase;
  background: #fff;
}

.kdk-sale-gallery__item--main .kdk-sale-gallery__caption {
  display: block;
}

.fancybox__caption:has(.kdk-sale-lightbox-caption) {
  width: min(100%, calc(100vw - 3.3333333333vw));
  padding: 0 !important;
  text-align: left;
  background: transparent;
}

.kdk-sale-lightbox-caption {
  display: block;
  width: 100%;
  padding: 0.7291666667vw 0.9375vw;
  border-top: 1px solid rgba(40, 115, 178, 0.12);
  border-radius: 0 0 0.4166666667vw 0.4166666667vw;
  color: #a95e21 !important;
  font-family: "Raleway", Tahoma, serif !important;
  font-size: clamp(12px, 0.8854166667vw, 17px) !important;
  line-height: 1.25;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  background: #fff !important;
}

.fancybox__caption .kdk-sale-lightbox-caption {
  color: #a95e21 !important;
  text-shadow: none !important;
}

.kdk-sale-hero__video {
  display: inline-flex;
  align-items: center;
  gap: 0.625vw;
  margin-top: 0.9375vw;
  padding: 0.7291666667vw 1.0416666667vw;
  border-radius: 0.4166666667vw;
  color: var(--kdk-blue);
  font-size: 0.8333333333vw;
  font-weight: 800;
  text-decoration: none;
  background: #fff;
  box-shadow: 0 0.3125vw 1.0416666667vw rgba(31, 57, 82, 0.08);
}

.kdk-sale-hero__video img {
  width: 1.4583333333vw;
  height: 1.4583333333vw;
}

.kdk-sale-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5208333333vw;
  margin-bottom: 0.7291666667vw;
  color: var(--kdk-blue);
  font-size: 0.7291666667vw;
  line-height: 1.2;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.kdk-sale-eyebrow::before {
  content: "";
  width: 1.4583333333vw;
  height: 0.15625vw;
  border-radius: 99px;
  background: var(--kdk-orange);
}

.kdk-sale-hero__content {
  grid-column: 1;
  grid-row: 1;
  padding-top: 0.78125vw;
}

.kdk-sale-hero h1 {
  margin: 0;
  max-width: 36.4583333333vw;
  color: var(--kdk-ink);
  font-size: 2.7604166667vw;
  line-height: 1.08;
  font-weight: 900;
}

.kdk-sale-hero__subtitle {
  max-width: 34.375vw;
  margin-top: 1.0416666667vw;
  color: var(--kdk-muted);
  font-size: 1.0416666667vw;
  line-height: 1.65;
  font-weight: 500;
}

.kdk-sale-hero__subtitle p {
  margin: 0;
}

.kdk-sale-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5208333333vw;
  margin-top: 1.25vw;
}

.kdk-sale-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 2.1875vw;
  padding: 0.4166666667vw 0.7291666667vw;
  border: 1px solid rgba(40, 115, 178, 0.18);
  border-radius: 0.4166666667vw;
  color: #1d4667;
  font-size: 0.78125vw;
  line-height: 1.25;
  font-weight: 800;
  background: #fff;
}

.kdk-sale-hero__summary {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.625vw;
  margin-top: 1.5625vw;
}

.kdk-sale-hero__summary div {
  min-height: 5.2083333333vw;
  padding: 0.8333333333vw;
  border-radius: 0.4166666667vw;
  background: #fff;
  box-shadow: 0 0.4166666667vw 1.25vw rgba(31, 57, 82, 0.08);
}

.kdk-sale-hero__summary span {
  display: block;
  margin-bottom: 0.4166666667vw;
  color: var(--kdk-muted);
  font-size: 0.6770833333vw;
  line-height: 1.3;
  font-weight: 700;
}

.kdk-sale-hero__summary strong {
  display: block;
  color: var(--kdk-ink);
  font-size: 0.8854166667vw;
  line-height: 1.35;
  font-weight: 900;
}

.kdk-sale-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8333333333vw;
  align-items: stretch;
  margin-top: 1.5625vw;
}

.kdk-sale-button.md-main-color-btn {
  width: auto;
  min-width: 11.4583333333vw;
  height: 3.3333333333vw;
  padding: 0 1.25vw;
  gap: 0.625vw;
  justify-content: center;
  border-radius: 0.4166666667vw;
  background: var(--kdk-blue);
}

.kdk-sale-button.md-main-color-btn::after {
  background: #1f5f96;
}

.kdk-sale-phone-link {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  min-height: 3.3333333333vw;
  padding: 0.5208333333vw 1.0416666667vw;
  border: 1px solid rgba(40, 115, 178, 0.22);
  border-radius: 0.4166666667vw;
  color: var(--kdk-ink);
  text-decoration: none;
  background: #fff;
}

.kdk-sale-phone-link span {
  color: var(--kdk-muted);
  font-size: 0.625vw;
  line-height: 1.2;
  font-weight: 700;
}

.kdk-sale-phone-link strong {
  margin-top: 0.15625vw;
  color: var(--kdk-blue);
  font-size: 0.9375vw;
  line-height: 1.2;
  font-weight: 900;
}

.kdk-sale-anchor-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4166666667vw;
  margin-top: 1.0416666667vw;
}

.kdk-sale-anchor-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 1.9791666667vw;
  padding: 0.3125vw 0.625vw;
  border: 1px solid rgba(40, 115, 178, 0.18);
  border-radius: 0.4166666667vw;
  color: var(--kdk-blue);
  font-size: 0.7291666667vw;
  line-height: 1.2;
  font-weight: 800;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.72);
}

.kdk-sale-anchor-nav a:hover {
  color: #fff;
  background: var(--kdk-blue);
}

.kdk-sale-anchor-target {
  position: relative;
  top: -6.25vw;
  display: block;
  height: 0;
}

.kdk-sale-form-panel {
  grid-column: 1;
  grid-row: 2;
  padding: 1.25vw;
  border: 1px solid rgba(40, 115, 178, 0.15);
  border-radius: 0.4166666667vw;
  background: #fff;
  box-shadow: 0 0.8333333333vw 2.0833333333vw rgba(31, 57, 82, 0.12);
}

.kdk-sale-form-panel__head h2 {
  margin: 0;
  color: var(--kdk-ink);
  font-size: 1.25vw;
  line-height: 1.25;
  font-weight: 900;
}

.kdk-sale-form-panel__head p {
  margin: 0.5208333333vw 0 0;
  color: var(--kdk-muted);
  font-size: 0.78125vw;
  line-height: 1.5;
  font-weight: 500;
}

.kdk-sale-form {
  margin-top: 1.0416666667vw;
}

.kdk-sale-product-quiz {
  display: grid;
  gap: 0.8333333333vw;
  margin-bottom: 1.0416666667vw;
  padding: 1.0416666667vw;
  border: 1px solid rgba(40, 115, 178, 0.14);
  border-radius: 0.4166666667vw;
  background: #f8fbfd;
}

.kdk-sale-product-quiz__head strong {
  display: block;
  color: var(--kdk-ink);
  font-size: 0.9375vw;
  line-height: 1.3;
  font-weight: 900;
}

.kdk-sale-product-quiz__head p {
  margin: 0.3125vw 0 0;
  color: var(--kdk-muted);
  font-size: 0.7291666667vw;
  line-height: 1.45;
  font-weight: 600;
}

.kdk-sale-product-quiz__question {
  color: var(--kdk-ink);
  font-size: 0.78125vw;
  line-height: 1.35;
  font-weight: 900;
}

.kdk-sale-product-quiz__answers {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4166666667vw;
  margin-top: 0.5208333333vw;
}

.kdk-sale-product-quiz__answers label {
  position: relative;
  display: inline-flex;
  min-height: 2.1875vw;
  cursor: pointer;
}

.kdk-sale-product-quiz__answers input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.kdk-sale-product-quiz__answers span {
  display: inline-flex;
  align-items: center;
  min-height: 2.1875vw;
  padding: 0.4166666667vw 0.625vw;
  border: 1px solid rgba(40, 115, 178, 0.2);
  border-radius: 0.4166666667vw;
  color: #1d4667;
  font-size: 0.7291666667vw;
  line-height: 1.25;
  font-weight: 800;
  background: #fff;
  transition: 0.2s ease;
}

.kdk-sale-product-quiz__answers input:checked + span {
  border-color: var(--kdk-blue);
  color: #fff;
  background: var(--kdk-blue);
}

.kdk-sale-product-quiz__answers label:hover span {
  border-color: var(--kdk-blue);
}

.kdk-sale-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.625vw;
}

.kdk-sale-form .form-input {
  width: 100%;
  height: 2.8645833333vw;
  padding: 0 0.8333333333vw;
  border: 1px solid #dce6ee;
  border-radius: 0.4166666667vw;
  color: var(--kdk-ink);
  font-size: 0.78125vw;
  line-height: 1.25;
  font-weight: 600;
  background: #f8fbfd;
}

.kdk-sale-form.md-standart-form input.form-input::-webkit-input-placeholder,
.kdk-sale-form.md-standart-form textarea.form-input::-webkit-input-placeholder {
  color: #8a96a3 !important;
  font-weight: 600;
  opacity: 1;
}

.kdk-sale-form.md-standart-form input.form-input::-moz-placeholder,
.kdk-sale-form.md-standart-form textarea.form-input::-moz-placeholder {
  color: #8a96a3 !important;
  font-weight: 600;
  opacity: 1;
}

.kdk-sale-form.md-standart-form input.form-input:-ms-input-placeholder,
.kdk-sale-form.md-standart-form textarea.form-input:-ms-input-placeholder {
  color: #8a96a3 !important;
  font-weight: 600;
  opacity: 1;
}

.kdk-sale-form.md-standart-form input.form-input::-ms-input-placeholder,
.kdk-sale-form.md-standart-form textarea.form-input::-ms-input-placeholder {
  color: #8a96a3 !important;
  font-weight: 600;
  opacity: 1;
}

.kdk-sale-form.md-standart-form input.form-input::placeholder,
.kdk-sale-form.md-standart-form textarea.form-input::placeholder {
  color: #8a96a3 !important;
  font-weight: 600;
  opacity: 1;
}

.kdk-sale-form.md-standart-form textarea.form-input::-webkit-input-placeholder {
  line-height: 1.35;
}

.kdk-sale-form.md-standart-form textarea.form-input::-moz-placeholder {
  line-height: 1.35;
}

.kdk-sale-form.md-standart-form textarea.form-input:-ms-input-placeholder {
  line-height: 1.35;
}

.kdk-sale-form.md-standart-form textarea.form-input::-ms-input-placeholder {
  line-height: 1.35;
}

.kdk-sale-form.md-standart-form textarea.form-input::placeholder {
  line-height: 1.35;
}

.kdk-sale-form .form-input:focus {
  border-color: var(--kdk-blue);
  outline: none;
  background: #fff;
}

.kdk-sale-form__textarea {
  display: block;
  height: auto;
  min-height: 5.2083333333vw;
  margin-top: 0.625vw;
  padding-top: 0.7291666667vw !important;
  padding-bottom: 0.7291666667vw !important;
  line-height: 1.35;
  overflow: auto;
  resize: vertical;
}

.kdk-sale-form__file {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2.8645833333vw;
  margin-top: 0.625vw;
  border: 1px dashed rgba(40, 115, 178, 0.42);
  border-radius: 0.4166666667vw;
  color: var(--kdk-blue);
  font-size: 0.78125vw;
  font-weight: 800;
  cursor: pointer;
  background: rgba(40, 115, 178, 0.05);
}

.kdk-sale-form__file input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.kdk-sale-form.md-standart-form .kdk-sale-form__submit {
  width: 100%;
  height: 3.125vw;
  margin-top: 0.8333333333vw;
  padding: 0 1.25vw;
  gap: 0.625vw;
  justify-content: center;
  border: 0;
  border-radius: 0.4166666667vw;
  color: #fff;
  background: var(--kdk-blue);
}

.kdk-sale-form.md-standart-form .kdk-sale-form__submit:hover {
  padding: 0 1.25vw;
  background: #1f5f96;
}

.kdk-sale-form.md-standart-form .kdk-sale-form__submit::after {
  display: none;
}

.kdk-sale-form.md-standart-form .kdk-sale-form__submit span {
  color: #fff;
  font-weight: 900;
  letter-spacing: 0;
  white-space: nowrap;
}

.kdk-sale-form .form-checkbox {
  align-items: flex-start;
  width: 100%;
  margin-top: 0.78125vw;
}

.kdk-sale-form .form-checkbox p,
.kdk-sale-form .form-checkbox a {
  color: var(--kdk-muted);
  font-size: 0.625vw;
  line-height: 1.45;
}

.kdk-sale-trust {
  padding: 1.0416666667vw 0;
  background: var(--kdk-blue);
}

.kdk-sale-trust__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
}

.kdk-sale-trust__item {
  min-height: 5.2083333333vw;
  padding: 0.8333333333vw 1.0416666667vw;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
}

.kdk-sale-trust__item:last-child {
  border-right: none;
}

.kdk-sale-trust__item strong {
  display: block;
  color: var(--kdk-orange);
  font-size: 1.6666666667vw;
  line-height: 1;
  font-weight: 900;
}

.kdk-sale-trust__item span {
  display: block;
  margin-top: 0.4166666667vw;
  font-size: 0.78125vw;
  line-height: 1.45;
  font-weight: 700;
}

.kdk-sale-section {
  padding: 4.1666666667vw 0;
}

.kdk-sale-section--split,
.kdk-sale-section--steps,
.kdk-sale-section--related {
  background: #f8fbfd;
}

.kdk-sale-section--video {
  background: #fff;
}

.kdk-sale-video {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: 1.5625vw;
  align-items: center;
  padding: 1.5625vw;
  border: 1px solid var(--kdk-line);
  border-radius: 0.4166666667vw;
  background: #f8fbfd;
}

.kdk-sale-video__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.625vw;
}

.kdk-sale-video__content h2 {
  margin: 0;
  color: var(--kdk-ink);
  font-size: 1.7708333333vw;
  line-height: 1.18;
  font-weight: 900;
}

.kdk-sale-video__content p {
  margin: 0.78125vw 0 0;
  color: var(--kdk-muted);
  font-size: 0.8333333333vw;
  line-height: 1.6;
  font-weight: 600;
}

.kdk-sale-video__preview {
  position: relative;
  display: block;
  min-height: 13.5416666667vw;
  overflow: hidden;
  border-radius: 0.4166666667vw;
  text-decoration: none;
  background: linear-gradient(135deg, var(--kdk-blue), #1f5f96);
  box-shadow: 0 0.8333333333vw 2.0833333333vw rgba(31, 57, 82, 0.12);
}

.kdk-sale-video__preview--main {
  grid-column: 1 / -1;
  min-height: 20.8333333333vw;
}

.kdk-sale-video__preview > img {
  display: block;
  width: 100%;
  height: 13.5416666667vw;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.kdk-sale-video__preview--main > img {
  height: 20.8333333333vw;
}

.kdk-sale-video__preview::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(16, 34, 50, 0.06),
    rgba(16, 34, 50, 0.42)
  );
}

.kdk-sale-video__preview:hover > img {
  transform: scale(1.035);
}

.kdk-sale-video__preview span {
  position: absolute;
  right: 1.0416666667vw;
  top: 1.0416666667vw;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 0.625vw;
  min-height: 3.125vw;
  padding: 0 1.0416666667vw;
  border-radius: 0.4166666667vw;
  color: #fff;
  font-size: 0.8333333333vw;
  font-weight: 900;
  background: var(--kdk-blue);
  box-shadow: 0 0.4166666667vw 1.25vw rgba(16, 34, 50, 0.18);
}

.kdk-sale-video__preview span img {
  width: 1.4583333333vw;
  height: 1.4583333333vw;
}

.kdk-sale-video__preview strong,
.kdk-sale-video__preview em {
  position: absolute;
  left: 1.0416666667vw;
  z-index: 1;
  max-width: calc(100% - 2.0833333333vw);
  color: #fff;
}

.kdk-sale-video__preview strong {
  bottom: 1.0416666667vw;
  padding-right: 6.7708333333vw;
  font-size: 0.9375vw;
  line-height: 1.25;
  font-style: normal;
  font-weight: 900;
}

.kdk-sale-video__preview em {
  bottom: 1.0416666667vw;
  display: none;
  font-size: 0.7291666667vw;
  line-height: 1.45;
  font-style: normal;
  font-weight: 600;
  opacity: 0.86;
}

.kdk-sale-video__preview--main strong {
  bottom: 2.8125vw;
  font-size: 1.1458333333vw;
}

.kdk-sale-video__preview--main em {
  display: block;
}

.kdk-sale-section__grid {
  display: grid;
  grid-template-columns: 0.72fr 1fr;
  gap: 2.0833333333vw;
}

.kdk-sale-section__head {
  max-width: 46.875vw;
  margin-bottom: 1.7708333333vw;
}

.kdk-sale-section h2,
.kdk-sale-final h2 {
  margin: 0;
  color: var(--kdk-ink);
  font-size: 2.0833333333vw;
  line-height: 1.15;
  font-weight: 900;
}

.kdk-sale-use-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8333333333vw;
}

.kdk-sale-use-list__item,
.kdk-sale-advantage,
.kdk-sale-step,
.kdk-sale-faq__item {
  border: 1px solid var(--kdk-line);
  border-radius: 0.4166666667vw;
  background: #fff;
  box-shadow: 0 0.3125vw 1.0416666667vw rgba(31, 57, 82, 0.06);
}

.kdk-sale-use-list__item {
  position: relative;
  min-height: 4.1666666667vw;
  padding: 1.0416666667vw 1.0416666667vw 1.0416666667vw 2.9166666667vw;
  font-size: 0.9375vw;
  line-height: 1.4;
  font-weight: 800;
}

.kdk-sale-use-list__item::before {
  content: "";
  position: absolute;
  left: 1.0416666667vw;
  top: 1.1979166667vw;
  width: 1.1458333333vw;
  height: 1.1458333333vw;
  border-radius: 50%;
  background: var(--kdk-orange);
  box-shadow: inset 0 0 0 0.3125vw #fff;
}

.kdk-sale-advantages {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.9375vw;
}

.kdk-sale-advantage {
  padding: 1.25vw;
}

.kdk-sale-advantage h3,
.kdk-sale-step h3 {
  margin: 0;
  color: var(--kdk-ink);
  font-size: 1.0416666667vw;
  line-height: 1.3;
  font-weight: 900;
}

.kdk-sale-advantage p,
.kdk-sale-step p,
.kdk-sale-delivery p,
.kdk-sale-final p {
  margin: 0.625vw 0 0;
  color: var(--kdk-muted);
  font-size: 0.8333333333vw;
  line-height: 1.55;
  font-weight: 500;
}

.kdk-sale-section--blue {
  padding: 2.0833333333vw 0;
  background: #fff;
}

.kdk-sale-cta-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5625vw;
  padding: 1.6666666667vw 2.0833333333vw;
  border-radius: 0.4166666667vw;
  color: #fff;
  background: linear-gradient(135deg, var(--kdk-blue) 0%, #1d5d94 100%);
}

.kdk-sale-cta-band h2 {
  margin: 0;
  color: #fff;
  font-size: 1.5625vw;
  line-height: 1.2;
}

.kdk-sale-cta-band p {
  max-width: 36.4583333333vw;
  margin: 0.5208333333vw 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.8333333333vw;
  line-height: 1.5;
}

.kdk-sale-cta-band__btn {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.125vw;
  padding: 0 1.25vw;
  border-radius: 0.4166666667vw;
  color: var(--kdk-ink);
  font-size: 0.8333333333vw;
  font-weight: 900;
  text-decoration: none;
  background: var(--kdk-orange);
}

.kdk-sale-tables {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 1.0416666667vw;
}

.kdk-sale-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--kdk-line);
  border-radius: 0.4166666667vw;
  background: #fff;
  box-shadow: 0 0.3125vw 1.0416666667vw rgba(31, 57, 82, 0.06);
}

.kdk-sale-table {
  width: 100%;
  min-width: 31.25vw;
  border-collapse: collapse;
}

.kdk-sale-table th,
.kdk-sale-table td {
  padding: 0.78125vw 1.0416666667vw;
  border-bottom: 1px solid var(--kdk-line);
  font-size: 0.8333333333vw;
  line-height: 1.45;
  text-align: left;
  vertical-align: top;
}

.kdk-sale-table tr:last-child th,
.kdk-sale-table tr:last-child td {
  border-bottom: none;
}

.kdk-sale-table th {
  width: 34%;
  color: var(--kdk-ink);
  font-weight: 900;
  background: #f4f8fb;
}

.kdk-sale-table thead th {
  color: #fff;
  background: var(--kdk-blue);
}

.kdk-sale-table td {
  color: var(--kdk-muted);
  font-weight: 600;
}

.kdk-sale-steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.8333333333vw;
}

.kdk-sale-step {
  position: relative;
  min-height: 12.5vw;
  padding: 1.25vw;
}

.kdk-sale-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.1875vw;
  height: 2.1875vw;
  margin-bottom: 1.0416666667vw;
  border-radius: 50%;
  color: #fff;
  font-size: 0.8333333333vw;
  font-weight: 900;
  background: var(--kdk-blue);
}

.kdk-sale-section--production {
  background: #fff;
}

.kdk-sale-production {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 1.5625vw;
  align-items: start;
}

.kdk-sale-production__text {
  padding: 1.5625vw;
  border: 1px solid var(--kdk-line);
  border-radius: 0.4166666667vw;
  background: #f8fbfd;
}

.kdk-sale-production__text p,
.kdk-sale-production__text li {
  color: var(--kdk-muted);
  font-size: 0.8333333333vw;
  line-height: 1.55;
  font-weight: 600;
}

.kdk-sale-production__text p {
  margin: 0 0 0.8333333333vw;
}

.kdk-sale-production__text ul {
  margin: 0;
  padding-left: 1.1458333333vw;
}

.kdk-sale-production__text li {
  margin-bottom: 0.4166666667vw;
}

.kdk-sale-production__text li:last-child {
  margin-bottom: 0;
}

.kdk-sale-production__gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.625vw;
}

.kdk-sale-production__photo {
  display: flex;
  flex-direction: column;
  height: 9.375vw;
  margin: 0;
  overflow: hidden;
  border-radius: 0.4166666667vw;
  background: var(--kdk-soft);
  box-shadow: 0 0.3125vw 1.0416666667vw rgba(31, 57, 82, 0.06);
}

.kdk-sale-production__photo:first-child {
  grid-column: span 2;
  grid-row: span 2;
  height: 19.375vw;
}

.kdk-sale-production__photo a {
  display: block;
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
}

.kdk-sale-production__gallery img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.kdk-sale-production__photo:hover img {
  transform: scale(1.035);
}

.kdk-sale-production__caption {
  flex: 0 0 auto;
  padding: 0.5208333333vw 0.625vw;
  border-top: 1px solid rgba(40, 115, 178, 0.12);
  color: #a95e21;
  font-size: clamp(11px, 0.6770833333vw, 13px);
  line-height: 1.25;
  font-weight: 900;
  text-transform: uppercase;
  background: #fff;
}

.kdk-sale-delivery {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 2.0833333333vw;
  align-items: center;
  padding: 2.0833333333vw;
  border-radius: 0.4166666667vw;
  background: #f8fbfd;
}

.kdk-sale-delivery__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8333333333vw;
}

.kdk-sale-delivery__list span {
  display: flex;
  align-items: center;
  min-height: 4.1666666667vw;
  padding: 0.8333333333vw;
  border-left: 0.2083333333vw solid var(--kdk-orange);
  color: var(--kdk-ink);
  font-size: 0.8333333333vw;
  line-height: 1.4;
  font-weight: 800;
  background: #fff;
}

.kdk-sale-content {
  max-width: 56.25vw;
  color: var(--kdk-muted);
  font-size: 0.9375vw;
  line-height: 1.7;
}

.kdk-sale-content h2,
.kdk-sale-content h3 {
  margin: 1.5625vw 0 0.7291666667vw;
  color: var(--kdk-ink);
  font-weight: 900;
}

.kdk-sale-content p {
  margin: 0 0 0.8333333333vw;
}

.kdk-sale-faq {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8333333333vw;
}

.kdk-sale-faq__item {
  padding: 0;
}

.kdk-sale-faq__item summary {
  position: relative;
  display: block;
  min-height: 4.1666666667vw;
  padding: 1.0416666667vw 3.125vw 1.0416666667vw 1.0416666667vw;
  color: var(--kdk-ink);
  font-size: 0.9375vw;
  line-height: 1.35;
  font-weight: 900;
  cursor: pointer;
}

.kdk-sale-faq__item summary::-webkit-details-marker {
  display: none;
}

.kdk-sale-faq__item summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 1.0416666667vw;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5625vw;
  height: 1.5625vw;
  transform: translateY(-50%);
  border-radius: 50%;
  color: #fff;
  font-size: 1.0416666667vw;
  font-weight: 800;
  background: var(--kdk-blue);
}

.kdk-sale-faq__item[open] summary::after {
  content: "-";
  background: var(--kdk-orange);
}

.kdk-sale-faq__item div {
  padding: 0 1.0416666667vw 1.0416666667vw;
  color: var(--kdk-muted);
  font-size: 0.8333333333vw;
  line-height: 1.55;
}

.kdk-sale-faq__item div p {
  margin: 0;
}

.kdk-sale-section--related .catalog__container {
  margin-top: 0;
}

.kdk-sale-final {
  padding: 3.125vw 0 4.1666666667vw;
  background: #102232;
}

.kdk-sale-final__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2.0833333333vw;
  align-items: center;
  padding: 2.0833333333vw;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.4166666667vw;
  background: linear-gradient(
    135deg,
    rgba(40, 115, 178, 0.5),
    rgba(255, 255, 255, 0.04)
  );
}

.kdk-sale-final h2 {
  color: #fff;
}

.kdk-sale-final p {
  max-width: 36.4583333333vw;
  color: rgba(255, 255, 255, 0.78);
}

.kdk-sale-final__actions {
  display: flex;
  gap: 0.8333333333vw;
  align-items: center;
}

.kdk-sale-final__messenger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5208333333vw;
  min-height: 3.3333333333vw;
  padding: 0 1.25vw;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 0.4166666667vw;
  color: #fff;
  font-size: 0.8333333333vw;
  font-weight: 900;
  text-decoration: none;
}

.kdk-sale-final__messenger img {
  width: 1.25vw;
  height: 1.25vw;
  object-fit: contain;
}

.kdk-sale-mobile-cta {
  display: none;
}

@media (max-width: 1200px) {
  .kdk-sale-hero__grid,
  .kdk-sale-section__grid,
  .kdk-sale-delivery,
  .kdk-sale-final__inner {
    grid-template-columns: 1fr;
  }

  .kdk-sale-form-panel {
    grid-column: auto;
    grid-row: auto;
    order: 3;
  }

  .kdk-sale-hero__media {
    grid-column: auto;
    grid-row: auto;
    order: 2;
    position: static;
  }

  .kdk-sale-hero__content {
    grid-column: auto;
    grid-row: auto;
    order: 1;
  }

  .kdk-sale-advantages {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .kdk-sale-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .kdk-sale-hero {
    padding: 8vw 0 10vw;
  }

  .kdk-sale-hero::before {
    background-size: 16vw 16vw;
  }

  .kdk-sale-hero__grid {
    gap: 6vw;
  }

  .kdk-sale-gallery {
    gap: 2.5vw;
  }

  .kdk-sale-gallery__item {
    height: 20vw;
    border-radius: 2vw;
  }

  .kdk-sale-gallery__item--main {
    height: 62vw;
  }

  .kdk-sale-gallery__caption {
    padding: 10px 12px;
    font-size: clamp(14px, 3.7vw, 17px);
    line-height: 1.35;
  }

  .fancybox__caption:has(.kdk-sale-lightbox-caption) {
    width: calc(100vw - 8vw);
  }

  .kdk-sale-lightbox-caption {
    padding: 10px 12px;
    border-radius: 0 0 2vw 2vw;
    font-size: clamp(15px, 3.8vw, 18px) !important;
    line-height: 1.35;
  }

  .kdk-sale-hero__video {
    gap: 2.5vw;
    margin-top: 3vw;
    padding: 3vw 4vw;
    border-radius: 2vw;
    font-size: 3.5vw;
  }

  .kdk-sale-hero__video img {
    width: 6vw;
    height: 6vw;
  }

  .kdk-sale-eyebrow {
    gap: 2vw;
    margin-bottom: 3vw;
    font-size: 3vw;
  }

  .kdk-sale-eyebrow::before {
    width: 7vw;
    height: 0.8vw;
  }

  .kdk-sale-hero h1 {
    max-width: none;
    font-size: 8.2vw;
    line-height: 1.1;
  }

  .kdk-sale-hero__subtitle {
    max-width: none;
    margin-top: 4vw;
    font-size: 4vw;
    line-height: 1.55;
  }

  .kdk-sale-badges {
    gap: 2vw;
    margin-top: 5vw;
  }

  .kdk-sale-badges span {
    min-height: 9vw;
    padding: 2vw 3vw;
    border-radius: 2vw;
    font-size: 3.3vw;
  }

  .kdk-sale-hero__summary,
  .kdk-sale-trust__grid,
  .kdk-sale-use-list,
  .kdk-sale-tables,
  .kdk-sale-delivery__list,
  .kdk-sale-faq,
  .kdk-sale-form__grid {
    grid-template-columns: 1fr;
  }

  .kdk-sale-hero__summary {
    gap: 2.5vw;
    margin-top: 5vw;
  }

  .kdk-sale-hero__summary div {
    min-height: auto;
    padding: 4vw;
    border-radius: 2vw;
  }

  .kdk-sale-hero__summary span {
    margin-bottom: 1.5vw;
    font-size: 3vw;
  }

  .kdk-sale-hero__summary strong {
    font-size: 3.8vw;
  }

  .kdk-sale-hero__actions {
    gap: 3vw;
    margin-top: 5vw;
  }

  .kdk-sale-button.md-main-color-btn,
  .kdk-sale-phone-link,
  .kdk-sale-cta-band__btn,
  .kdk-sale-final__messenger {
    width: 100%;
    min-height: 13vw;
    border-radius: 2vw;
    font-size: 3.6vw;
  }

  .kdk-sale-phone-link {
    padding: 2vw 4vw;
  }

  .kdk-sale-phone-link span {
    font-size: 3vw;
  }

  .kdk-sale-phone-link strong {
    font-size: 4vw;
  }

  .kdk-sale-anchor-nav {
    gap: 2vw;
    margin-top: 4vw;
  }

  .kdk-sale-anchor-nav a {
    min-height: 8.5vw;
    padding: 2vw 3vw;
    border-radius: 2vw;
    font-size: 3.2vw;
  }

  .kdk-sale-anchor-target {
    top: -18vw;
  }

  .kdk-sale-form-panel {
    padding: 5vw;
    border-radius: 2vw;
  }

  .kdk-sale-form-panel__head h2 {
    font-size: 5vw;
  }

  .kdk-sale-form-panel__head p {
    margin-top: 2vw;
    font-size: 3.5vw;
  }

  .kdk-sale-form {
    margin-top: 4vw;
  }

  .kdk-sale-product-quiz {
    gap: 3vw;
    margin-bottom: 4vw;
    padding: 4vw;
    border-radius: 2vw;
  }

  .kdk-sale-product-quiz__head strong {
    font-size: 4vw;
  }

  .kdk-sale-product-quiz__head p {
    margin-top: 1.5vw;
    font-size: 3.2vw;
  }

  .kdk-sale-product-quiz__question {
    font-size: 3.5vw;
  }

  .kdk-sale-product-quiz__answers {
    gap: 2vw;
    margin-top: 2vw;
  }

  .kdk-sale-product-quiz__answers label,
  .kdk-sale-product-quiz__answers span {
    min-height: 9vw;
    border-radius: 2vw;
  }

  .kdk-sale-product-quiz__answers span {
    padding: 2vw 3vw;
    font-size: 3.2vw;
  }

  .kdk-sale-form__grid {
    gap: 2.5vw;
  }

  .kdk-sale-form .form-input {
    height: 12vw;
    padding: 0 4vw;
    border-radius: 2vw;
    font-size: 3.5vw;
  }

  .kdk-sale-form__textarea {
    height: auto;
    min-height: 28vw;
    margin-top: 2.5vw;
    padding: 3vw 4vw !important;
    line-height: 1.35;
  }

  .kdk-sale-form__file {
    min-height: 12vw;
    margin-top: 2.5vw;
    border-radius: 2vw;
    font-size: 3.5vw;
  }

    .kdk-sale-form.md-standart-form .kdk-sale-form__submit {
        width: 100%;
        height: 13vw;
        min-height: 13vw;
        margin-top: 3vw;
        padding: 0 4vw;
        gap: 2.5vw;
        border-radius: 2vw;
    }

    .kdk-sale-form.md-standart-form .kdk-sale-form__submit:hover {
        padding: 0 4vw;
    }

    .kdk-sale-form.md-standart-form .kdk-sale-form__submit span {
        font-size: 4vw;
        line-height: 1.2;
    }

    .kdk-sale-form.md-standart-form .kdk-sale-form__submit img,
    .kdk-sale-form.md-standart-form .kdk-sale-form__submit svg {
        flex: 0 0 auto;
        width: 4.2vw;
        height: 4.2vw;
    }

  .kdk-sale-form .form-checkbox {
    margin-top: 3vw;
  }

  .kdk-sale-form .form-checkbox p,
  .kdk-sale-form .form-checkbox a {
    font-size: 3vw;
  }

  .kdk-sale-trust {
    padding: 5vw 0;
  }

  .kdk-sale-trust__item {
    min-height: auto;
    padding: 4vw;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  .kdk-sale-trust__item:last-child {
    border-bottom: none;
  }

  .kdk-sale-trust__item strong {
    font-size: 8vw;
  }

  .kdk-sale-trust__item span {
    margin-top: 2vw;
    font-size: 3.5vw;
  }

  .kdk-sale-section {
    padding: 12vw 0;
  }

  .kdk-sale-section__grid {
    gap: 6vw;
  }

  .kdk-sale-section__head {
    max-width: none;
    margin-bottom: 6vw;
  }

  .kdk-sale-section h2,
  .kdk-sale-final h2 {
    font-size: 6.8vw;
  }

  .kdk-sale-use-list,
  .kdk-sale-advantages,
  .kdk-sale-steps {
    grid-template-columns: 1fr;
    gap: 3vw;
  }

  .kdk-sale-use-list__item,
  .kdk-sale-advantage,
  .kdk-sale-step,
  .kdk-sale-faq__item {
    border-radius: 2vw;
  }

  .kdk-sale-use-list__item {
    min-height: 15vw;
    padding: 4vw 4vw 4vw 12vw;
    font-size: 4vw;
  }

  .kdk-sale-use-list__item::before {
    left: 4vw;
    top: 4.8vw;
    width: 5vw;
    height: 5vw;
    box-shadow: inset 0 0 0 1.4vw #fff;
  }

  .kdk-sale-advantage,
  .kdk-sale-step {
    padding: 5vw;
  }

  .kdk-sale-advantage h3,
  .kdk-sale-step h3 {
    font-size: 4.5vw;
  }

  .kdk-sale-advantage p,
  .kdk-sale-step p,
  .kdk-sale-delivery p,
  .kdk-sale-final p {
    margin-top: 2.5vw;
    font-size: 3.6vw;
  }

  .kdk-sale-cta-band {
    display: block;
    padding: 5vw;
    border-radius: 2vw;
  }

  .kdk-sale-cta-band h2 {
    font-size: 6vw;
  }

  .kdk-sale-cta-band p {
    max-width: none;
    margin-top: 3vw;
    font-size: 3.6vw;
  }

  .kdk-sale-cta-band__btn {
    margin-top: 5vw;
  }

  .kdk-sale-table {
    min-width: 170vw;
  }

  .kdk-sale-table th,
  .kdk-sale-table td {
    padding: 3vw 4vw;
    font-size: 3.5vw;
  }

  .kdk-sale-step {
    min-height: auto;
  }

  .kdk-sale-step span {
    width: 10vw;
    height: 10vw;
    margin-bottom: 4vw;
    font-size: 3.5vw;
  }

  .kdk-sale-production {
    grid-template-columns: 1fr;
    gap: 5vw;
  }

  .kdk-sale-video {
    grid-template-columns: 1fr;
    gap: 5vw;
    padding: 5vw;
    border-radius: 2vw;
  }

  .kdk-sale-video__list {
    grid-template-columns: 1fr;
    gap: 3vw;
  }

  .kdk-sale-video__content h2 {
    font-size: 6.2vw;
  }

  .kdk-sale-video__content p {
    margin-top: 3vw;
    font-size: 3.6vw;
  }

  .kdk-sale-video__preview,
  .kdk-sale-video__preview--main {
    grid-column: auto;
    min-height: 58vw;
    border-radius: 2vw;
  }

  .kdk-sale-video__preview > img,
  .kdk-sale-video__preview--main > img {
    height: 58vw;
  }

  .kdk-sale-video__preview span {
    right: 3vw;
    top: 3vw;
    gap: 2.5vw;
    min-height: 12vw;
    padding: 0 4vw;
    border-radius: 2vw;
    font-size: 3.6vw;
  }

  .kdk-sale-video__preview span img {
    width: 6vw;
    height: 6vw;
  }

  .kdk-sale-video__preview strong,
  .kdk-sale-video__preview--main strong {
    left: 4vw;
    bottom: 12vw;
    max-width: calc(100% - 8vw);
    padding-right: 0;
    font-size: 4vw;
  }

  .kdk-sale-video__preview em,
  .kdk-sale-video__preview--main em {
    left: 4vw;
    bottom: 4vw;
    display: block;
    max-width: calc(100% - 8vw);
    font-size: 3.2vw;
  }

  .kdk-sale-production__text {
    padding: 5vw;
    border-radius: 2vw;
  }

  .kdk-sale-production__text p,
  .kdk-sale-production__text li {
    font-size: 3.6vw;
  }

  .kdk-sale-production__text p {
    margin-bottom: 3vw;
  }

  .kdk-sale-production__text ul {
    padding-left: 5vw;
  }

  .kdk-sale-production__text li {
    margin-bottom: 2vw;
  }

  .kdk-sale-production__gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.5vw;
  }

  .kdk-sale-production__photo,
  .kdk-sale-production__photo:first-child {
    grid-column: auto;
    grid-row: auto;
    height: 34vw;
    border-radius: 2vw;
  }

  .kdk-sale-production__caption {
    padding: 9px 10px;
    font-size: clamp(13px, 3.2vw, 16px);
    line-height: 1.35;
  }

  .kdk-sale-delivery {
    gap: 6vw;
    padding: 5vw;
    border-radius: 2vw;
  }

  .kdk-sale-delivery__list {
    gap: 3vw;
  }

  .kdk-sale-delivery__list span {
    min-height: 16vw;
    padding: 4vw;
    border-left-width: 1vw;
    font-size: 3.6vw;
  }

  .kdk-sale-content {
    max-width: none;
    font-size: 3.8vw;
  }

  .kdk-sale-content h2,
  .kdk-sale-content h3 {
    margin: 6vw 0 3vw;
  }

  .kdk-sale-faq {
    gap: 3vw;
  }

  .kdk-sale-faq__item summary {
    min-height: 16vw;
    padding: 4vw 14vw 4vw 4vw;
    font-size: 4vw;
  }

  .kdk-sale-faq__item summary::after {
    right: 4vw;
    width: 7vw;
    height: 7vw;
    font-size: 5vw;
  }

  .kdk-sale-faq__item div {
    padding: 0 4vw 4vw;
    font-size: 3.6vw;
  }

  .kdk-sale-final {
    padding: 10vw 0 22vw;
  }

  .kdk-sale-final__inner {
    gap: 6vw;
    padding: 5vw;
    border-radius: 2vw;
  }

  .kdk-sale-final p {
    max-width: none;
  }

  .kdk-sale-final__actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3vw;
  }

  .kdk-sale-final__messenger img {
    width: 6vw;
    height: 6vw;
  }

    .kdk-sale-mobile-cta {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 120;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1px;
        padding: 2vw;
        padding-bottom: calc(2vw + env(safe-area-inset-bottom));
        background: rgba(255, 255, 255, 0.94);
        box-shadow: 0 -2vw 6vw rgba(0, 0, 0, 0.12);
    }

    .kdk-sale-mobile-cta a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 12vw;
    border-radius: 2vw;
    color: #fff;
        font-size: 3.8vw;
        font-weight: 900;
        text-decoration: none;
        pointer-events: auto;
        touch-action: manipulation;
        background: var(--kdk-blue);
    }

  .kdk-sale-mobile-cta a:last-child {
        color: var(--kdk-ink);
        background: var(--kdk-orange);
    }

    .kdk-sale-product ~ .widget__contacts {
        display: none !important;
    }

    .kdk-sale-product ~ .ai-chat-btn,
    .kdk-sale-product ~ .to-top {
        bottom: calc(19vw + env(safe-area-inset-bottom));
    }
}
