.promo {
  padding-top: 9.375rem;
  position: relative;
}
.promo__bg {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 133%;
  max-width: 120rem;
  line-height: 0;
}
.promo__bg img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.promo__wrapper {
  width: 57.6%;
}
.promo__tag {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  margin-bottom: 1.25rem;
}
.promo__tag > img {
  position: absolute;
  right: 1rem;
  bottom: -0.1875rem;
  z-index: 10;
  width: 3.625rem;
  height: 5.3125rem;
  -o-object-fit: cover;
  object-fit: cover;
}
.promo__label {
  margin: -2px -2px 0;
  white-space: nowrap;
}
.promo__label > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.90625rem 5.1875rem 0.90625rem 1.5rem;
  font-weight: 400;
}
.promo__label > div::before {
  width: 19.875rem;
  height: 17.125rem;
  -webkit-transform: translate(-50%, -50%) rotate(-35deg);
  -ms-transform: translate(-50%, -50%) rotate(-35deg);
  transform: translate(-50%, -50%) rotate(-35deg);
}
.promo__title {
  margin-bottom: 1.25rem;
}
.promo__text {
  font-size: max(1.125rem, 14px);
  line-height: 140%;
  font-weight: 300;
  max-width: 41.25rem;
  margin-bottom: 4.375rem;
}
.promo__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.promo__price-new {
  font-size: max(2.25rem, 12px);
  line-height: 140%;
  font-weight: 700;
  color: var(--orange);
}
.promo__price-old {
  font-size: max(1.5rem, 12px);
  line-height: 140%;
  text-decoration: line-through;
  color: var(--white-06);
  margin-left: 1.25rem;
}
.promo__button {
  margin-top: 1.25rem;
}
.promo__button .btn {
  min-width: 19.875rem;
}
.promo__descr {
  font-size: max(0.9375rem, 12px);
  line-height: 120%;
  margin-top: 0.75rem;
}
.promo__block {
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2.5rem 0;
  background-color: var(--black);
  border-radius: 2rem;
  -webkit-box-shadow: inset 0 0 60px 20px rgba(118, 77, 255, 0.5);
  box-shadow: inset 0 0 60px 20px rgba(118, 77, 255, 0.5);
}
.promo__block > * {
  width: 50%;
}
.promo__block-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.promo__block-wrapper:first-child {
  position: relative;
}
.promo__block-wrapper:first-child::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 0.125rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('data:image/svg+xml,%3Csvg width="2" height="152" viewBox="0 0 2 152" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M1 152L1.00001 7.15256e-07" stroke="url(%23paint0_linear_201_3921)" /%3E%3Cdefs%3E%3ClinearGradient id="paint0_linear_201_3921" x1="1.5" y1="152" x2="1.50001" y2="2.18557e-08" gradientUnits="userSpaceOnUse"%3E%3Cstop stop-color="%230F0F0F" stop-opacity="0" /%3E%3Cstop offset="0.1" stop-color="%234B4BD6" /%3E%3Cstop offset="0.5" stop-color="%23F5F5FF" /%3E%3Cstop offset="0.9" stop-color="%234B4BD6" /%3E%3Cstop offset="1" stop-color="%230F0F0F" stop-opacity="0" /%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E');
}
.promo__gift {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.promo__gift-img {
  display: block;
  width: 6rem;
  height: 6.75rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 1.5rem;
}
.promo__gift-img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.promo__gift-title {
  margin-bottom: 0.75rem;
}
.promo__gift-descr {
  color: var(--white-08);
}
.promo__timer-title {
  line-height: 120%;
  margin-bottom: 1.5rem;
  text-align: center;
}
.promo__timer-title br {
  display: none;
}
@media (max-width: 1024px) {
  .promo__bg {
    width: 145%;
  }
}
@media (max-width: 768px) {
  .promo {
    padding-top: 112px;
  }
  .promo__bg {
    top: 0;
    width: 768px;
  }
  .promo__wrapper {
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .promo__tag > img {
    right: 12px;
    width: 44px;
    height: 58px;
  }
  .promo__label > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 9px 62px 9px 16px;
  }
  .promo__text {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 24px;
  }
  .promo__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 60px;
    padding: 40px 16px;
    border-radius: 20px;
    -webkit-box-shadow: inset 0 0 30px 10px rgba(118, 77, 255, 0.83);
    box-shadow: inset 0 0 30px 10px rgba(118, 77, 255, 0.83);
  }
  .promo__block > * {
    width: 100%;
  }
  .promo__block-wrapper:first-child {
    padding-bottom: 32px;
    margin-bottom: 32px;
  }
  .promo__block-wrapper:first-child::before {
    top: unset;
    right: 0;
    left: 0;
    bottom: 0;
    width: auto;
    height: 2px;
    background-image: url('data:image/svg+xml,%3Csvg width="296" height="2" viewBox="0 0 296 2" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M0 1L296 1" stroke="url(%23paint0_linear_225_2885)" /%3E%3Cdefs%3E%3ClinearGradient id="paint0_linear_225_2885" x1="0" y1="1.5" x2="296" y2="1.5" gradientUnits="userSpaceOnUse"%3E%3Cstop stop-color="%230F0F0F" stop-opacity="0" /%3E%3Cstop offset="0.1" stop-color="%234B4BD6" /%3E%3Cstop offset="0.5" stop-color="%23F5F5FF" /%3E%3Cstop offset="0.9" stop-color="%234B4BD6" /%3E%3Cstop offset="1" stop-color="%230F0F0F" stop-opacity="0" /%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E');
  }
  .promo__gift {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .promo__gift-img {
    width: 64px;
    height: 72px;
    margin-right: 12px;
  }
  .promo__timer-title {
    margin-bottom: 16px;
  }
  .promo__timer-title br {
    display: block;
  }
  .promo__img {
    position: relative;
    margin: -64px -16px 0;
    z-index: -1;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .promo__img > img {
    width: 768px;
    max-width: unset;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.timer__wrapper {
  position: relative;
  text-align: center;
}
.timer__wrapper:not(:last-child) {
  padding-right: 1.875rem;
  margin-right: 0.75rem;
}
.timer__wrapper:not(:last-child)::before {
  content: ":";
  position: absolute;
  top: 0;
  right: 0;
  font-size: max(3rem, 12px);
  line-height: 100%;
  font-weight: 700;
  color: #e4e4ff;
  text-shadow: 50px 25px 161px rgba(75, 75, 214, 0.8), -50px -25px 161px rgba(75, 75, 214, 0.8), 0 0 16px #d2d6fd;
}
.timer__item {
  font-size: max(3rem, 12px);
  line-height: 100%;
  font-weight: 700;
  color: #e4e4ff;
  text-shadow: 50px 25px 161px rgba(75, 75, 214, 0.8), -50px -25px 161px rgba(75, 75, 214, 0.8), 0 0 16px #d2d6fd;
}
.timer__text {
  font-size: max(0.875rem, 12px);
  line-height: 120%;
  font-weight: 300;
  color: var(--white-08);
  margin-top: 0.3125rem;
}
@media (max-width: 768px) {
  .timer__item {
    font-size: 32px;
  }
  .timer__wrapper:not(:last-child) {
    padding-right: 18px;
    margin-right: 4px;
  }
  .timer__wrapper:not(:last-child)::before {
    font-size: 32px;
  }
}
/*# sourceMappingURL=promo.css.map */
/*# sourceMappingURL=promo.css.map */