.banner {
  position: relative;
  z-index: 5;
  margin: 5rem 0 12.5rem;
}
.banner .timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 1.5rem;
}
.banner .timer__item {
  font-size: max(3rem, 12px);
  line-height: 140%;
  font-weight: 700;
  color: #e4e4ff;
  margin-bottom: 0.5rem;
  text-shadow: 0 0 5px #4b4bd6, 0 0 10px #4b4bd6, 0 0 20px #4b4bd6, 0 0 30px #d2d6fd;
}
.banner .timer__item-wrapper {
  min-width: 6.25rem;
}
.banner .timer__item-text {
  font-weight: 300;
  color: #f0f0f0;
}
.banner__container {
  padding: 5rem;
  position: relative;
  background: var(--black);
  border-radius: 2rem;
  -webkit-box-shadow: inset 0 0 67px 20px rgba(118, 77, 255, 0.6);
  box-shadow: inset 0 0 67px 20px rgba(118, 77, 255, 0.6);
}
.banner__img {
  position: relative;
  width: 100%;
  margin-bottom: 5rem;
}
.banner__img::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 47.3%;
}
.banner__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.banner__blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5rem;
}
.banner__blocks > * {
  width: 50%;
}
.banner__block {
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.banner__block:first-child {
  position: relative;
}
.banner__block:first-child::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.0625rem;
  background-size: cover;
  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_240_1329)" /%3E%3Cdefs%3E%3ClinearGradient id="paint0_linear_240_1329" 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');
}
.banner__text {
  font-size: max(1.5rem, 12px);
  line-height: 140%;
  font-weight: 500;
  text-transform: uppercase;
}
.banner__descr {
  font-size: max(2.5rem, 12px);
  line-height: 140%;
  font-weight: 500;
  color: #e4e4ff;
  margin-bottom: 0.625rem;
  text-shadow: 0 0 5px #4b4bd6, 0 0 10px #4b4bd6, 0 0 20px #4b4bd6, 0 0 30px #d2d6fd;
}
@media (max-width: 768px) {
  .banner {
    margin: 60px 0 120px;
  }
  .banner .timer {
    margin-top: 16px;
  }
  .banner .timer__item {
    font-size: 32px;
    text-shadow: 10px 5px 32px rgba(75, 75, 214, 0.4), -10px -5px 32px rgba(75, 75, 214, 0.4), 0 0 6px #d2d6fd;
  }
  .banner .timer__item-wrapper {
    min-width: 75px;
  }
  .banner .timer__item-text {
    font-size: 14px;
    line-height: 140%;
  }
  .banner__container {
    padding: 40px 20px 52px;
    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);
  }
  .banner__img {
    margin: 0 auto 72px;
    max-width: 400px;
  }
  .banner__img::before {
    padding-top: 142%;
  }
  .banner__blocks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: unset;
  }
  .banner__blocks > * {
    width: 100%;
  }
  .banner__block:first-child {
    padding-bottom: 28px;
    margin-bottom: 28px;
  }
  .banner__block:first-child::before {
    top: unset;
    width: 100%;
    height: 1px;
    background-image: url('data:image/svg+xml,%3Csvg width="303" height="2" viewBox="0 0 303 2" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M0 1L303 1" stroke="url(%23paint0_linear_256_4613)" /%3E%3Cdefs%3E%3ClinearGradient id="paint0_linear_256_4613" x1="0" y1="1.5" x2="303" 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');
  }
  .banner__text {
    font-size: 16px;
  }
  .banner__descr {
    font-size: 28px;
    margin-bottom: 5px;
  }
}
/*# sourceMappingURL=banner.css.map */
/*# sourceMappingURL=banner.css.map */