.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__title {
  font-size: max(2.375rem, 12px);
  line-height: 110%;
  font-weight: 500;
  margin-bottom: 2rem;
}
.promo__text {
  font-size: max(1.5rem, 12px);
  line-height: 122%;
  font-weight: 300;
  max-width: 41.25rem;
  margin-bottom: 7.1875rem;
}
.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: 21.1875rem;
}
.promo__block {
  margin-top: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 3.25rem 0;
  background-color: var(--black);
  border-radius: 2rem;
  -webkit-box-shadow: inset 0 -18px 48px 8px var(--blue), inset 0 14px 40px 20px var(--blue);
  box-shadow: inset 0 -18px 48px 8px var(--blue), inset 0 14px 40px 20px var(--blue);
}
.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="1" height="132" viewBox="0 0 1 132" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M0.5 132L0.500006 -5.24521e-06" stroke="url(%23paint0_linear_799_8622)" /%3E%3Cdefs%3E%3ClinearGradient id="paint0_linear_799_8622" x1="1" y1="132" x2="1.00001" y2="2.18557e-08" gradientUnits="userSpaceOnUse"%3E%3Cstop stop-color="%230F0F0F" stop-opacity="0" /%3E%3Cstop offset="0.1" stop-color="%2313F9AB" /%3E%3Cstop offset="0.5" stop-color="%23F5F5FF" /%3E%3Cstop offset="0.9" stop-color="%2313F9AB" /%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: 152px;
  }
  .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__title {
    font-size: 26px;
  }
  .promo__text {
    font-size: 18px;
    line-height: 140%;
    font-weight: 400;
    margin-bottom: 90px;
  }
  .promo__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 40px;
    padding: 40px 16px;
    border-radius: 20px;
    -webkit-box-shadow: inset 0 0 30px 10px rgba(11, 206, 255, 0.83);
    box-shadow: inset 0 0 30px 10px rgba(11, 206, 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="1" viewBox="0 0 296 1" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M0 0.5L296 0.5" stroke="url(%23paint0_linear_780_4766)" /%3E%3Cdefs%3E%3ClinearGradient id="paint0_linear_780_4766" x1="0" y1="1" x2="296" y2="1" gradientUnits="userSpaceOnUse"%3E%3Cstop stop-color="%230F0F0F" stop-opacity="0" /%3E%3Cstop offset="0.1" stop-color="%230BCEFF" /%3E%3Cstop offset="0.5" stop-color="%23F5F5FF" /%3E%3Cstop offset="0.9" stop-color="%230BCEFF" /%3E%3Cstop offset="1" stop-color="%230F0F0F" stop-opacity="0" /%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('data:image/svg+xml,%3Csvg width="296" height="1" viewBox="0 0 296 1" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M0 0.5L296 0.5" stroke="url(%23paint0_linear_780_4766)" /%3E%3Cdefs%3E%3ClinearGradient id="paint0_linear_780_4766" x1="0" y1="1" x2="296" y2="1" gradientUnits="userSpaceOnUse"%3E%3Cstop stop-color="%230F0F0F" stop-opacity="0" /%3E%3Cstop offset="0.1" stop-color="%230BCEFF" /%3E%3Cstop offset="0.5" stop-color="%23F5F5FF" /%3E%3Cstop offset="0.9" stop-color="%230BCEFF" /%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;
  text-shadow: 50px 25px 161px #fff, -50px -25px 161px #fff, 0 0 16px #fff;
}
.timer__item {
  font-size: max(3rem, 12px);
  line-height: 100%;
  font-weight: 700;
  text-shadow: 50px 25px 161px #fff, -50px -25px 161px #fff, 0 0 16px #fff;
}
.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: 8px;
  }
  .timer__wrapper:not(:last-child)::before {
    font-size: 32px;
  }
}
/*# sourceMappingURL=promo.css.map */
/*# sourceMappingURL=promo.css.map */