
.vna-chip {
  position: relative;
    width: 490px;
    height: 120px;
    margin: 48px auto;
    top: -150px;
}

.vna-chip,
.vna-chip * {
  box-sizing: border-box;
}

.vna-chip__label {
  position: absolute;
  left: 0;
  top: -18px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 12px;
  line-height: 1;
}

.vna-chip__card {
  width: 100%;
  height: 100%;
  padding: 24px 24px 18px;
  border-radius: 24px;
  background: #ffffff;

}

.vna-chip__row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.vna-chip__plus {
  color: #1d2050;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.vna-chip__icon {
  width: 40px;
  height: 40px;
  display: block;
  flex: 0 0 auto;
}

.vna-chip__title {
  color: #171a4b;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.vna-chip__note {
  margin: 18px 0 0;
  color: #9a9a9a;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.01em;
}
.vna-promo-block__panel ul li {
  list-style: disc;
}

.vna-chip__badge {
  position: absolute;
  top: -14px;
  right: -24px;
  width: 85px;
  height: auto;
  display: block;
}

@media (max-width: 1190px) {
  .vna-chip {
    position: relative;
    width: 300px;
    top: auto;
    margin: 48px auto;
  }

}


.vna-promo-preview-page {
  margin: 0;

  background: #ffffff;
  font-family: "Manrope", sans-serif;
}

.vna-promo-block {
  margin: 20px 0;
  color: #111111;
  background-image: url("/products/ofis-dlya-doma/image/wave.svg");
  background-repeat: no-repeat;
  background-position: center 238px;
  background-size: 110vw auto;
  padding: 0 0 60px 0;
}

.vna-promo-block,
.vna-promo-block * {
  box-sizing: border-box;
}

.vna-promo-block__inner {
  width: min(100%, 1204px);
  margin: 0 auto;
}

.vna-promo-block__divider {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 64px;
}

.vna-promo-block__divider-line {
  flex: 1 1 auto;
  height: 1px;
  background: #cad0da;
}

.vna-promo-block__divider-plus {
  flex: 0 0 auto;
  color: #111111;
  font-size: 23px;
  font-weight: 700;
  line-height: 1;
}

.vna-promo-block__lead {
  max-width: 720px;
  margin: 0 auto 48px;
  text-align: center;
}

.vna-promo-block__brandline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.vna-promo-block__brand-icon {
  width: 35px;
  height: 35px;
  display: block;
}

.vna-promo-block__title {
  margin: 0;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.vna-promo-block__badge {
  width: 85px;
  height: auto;
  display: block;
}

.vna-promo-block__subtitle {
  max-width: 680px;
  margin: 18px auto 12px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.vna-promo-block__subtitle span {
  color: #6d72ff;
}

.vna-promo-block__note {
  margin: 0;
  color: #373737;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
}

.vna-promo-block__stage {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 28px;

  padding-top: 8px;
  margin: 0 20px;
}


.vna-promo-block__panel,
.vna-promo-block__phone-shell {
  position: relative;
  z-index: 1;
}

.vna-promo-block__panel {
  flex: 1 1 auto;
  max-height: 467px;
  width: 100%;
  max-width: 860px;
  padding: 48px 48px 40px;
  border: 1px solid #242424;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
}

.vna-promo-block__list {
  margin: 0;
  padding-left: 28px;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.48;
  letter-spacing: -0.03em;
}

.vna-promo-block__list li + li {
  margin-top: 6px;
}

.vna-promo-block__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  min-width: 183px;
  margin-top: auto;
  padding: 18px 30px;
  border-radius: 999px;
  background: linear-gradient(271deg, #9c6fe8 -3.79%, #776feb 42.09%, #8db8f6 103.55%);
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.vna-promo-block__button:hover {
  opacity: 0.92;
}

.vna-promo-block__phone-shell {
  flex: 0 0 260px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  align-self: stretch;
  margin-left: auto;
}

.vna-promo-block__phone-image {
  max-width: 260px;
  height: auto;
  max-height: 487px;
  display: block;
}

@media (max-width: 1100px) {
  .vna-promo-block__stage {
    gap: 20px;
    min-height: 480px;
  }

  .vna-promo-block {
    background-position: center 254px;
    background-size: 128vw auto;
    padding:0;
  }

  .vna-promo-block__panel {
    padding: 40px 36px 36px;
  }

  .vna-promo-block__list {
    font-size: 20px;
  }


  .vna-promo-block__phone-shell {
    display:flex;
    flex-basis: 260px;
    padding-right: 0;
  }
}

@media (max-width: 768px) {
  .vna-promo-preview {
    padding: 24px 16px 48px;
  }

  .vna-promo-block__divider {
    margin-bottom: 36px;
  }

  .vna-promo-block__lead {
    margin-bottom: 28px;
  }

  .vna-promo-block__brandline {
    gap: 8px;
  }

  .vna-promo-block__title {
    font-size: 28px;
  }

  .vna-promo-block__badge {
    width: 74px;
  }

  .vna-promo-block__subtitle {
    margin-top: 14px;
    font-size: 22px;
  }

  .vna-promo-block__stage {

    flex-direction: column;
    align-items: stretch;
    gap: 40px;
    padding-top: 0;
  }

  .vna-promo-block {
    background-position: center 340px;
    background-size: 196% auto;
  }

  .vna-promo-block__panel {
justify-content: space-around;
    padding: 28px 22px 26px;
    border-radius: 24px;
    min-height: 400px;
  }

  .vna-promo-block__list {
    padding-left: 22px;
    font-size: 17px;
    line-height: 1.5;
  }

  .vna-promo-block__button {
    width: 100%;
    margin-top: -4px;
    padding: 18px 24px;
  }

  .vna-promo-block__phone-shell {
    flex-basis: auto;
    justify-content: center;
    margin: 0 auto;
  }

  .vna-promo-block__phone-image {
    max-width: 260px;
  }
}


