/* Awesome Banners */
.awesome-banner-wrapper {
  margin-bottom: var(--content-top-space);
}

.content > .awesome-banner-wrapper:first-child {
  margin-top: calc(-1 * var(--content-top-space));
}

.awesome-banner {
  height: 450px;
  position: relative;
  overflow: hidden;
  display: block;
  text-decoration: none !important;
}

.awesome-banner__main {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 2;
}

.awesome-banner__content {
  width: 50%;
}

.awesome-banner__sticker {
  position: absolute;
  right: 100%;
  top: 40px;
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
  color: var(--main-color);
  width: 130px;
  height: 130px;
  background: url("../images/awesome-banner-sticker.png") 0 0 no-repeat;
  background-size: 100% 100%;
  padding: 29px 11px 0 0;
  white-space: nowrap;
  text-align: center;
}

.awesome-banner__sticker > span {
  display: block;
}

.awesome-banner__sticker > strong {
  display: block;
  font-size: 2.083em;
  font-weight: inherit;
}

.awesome-banner__title {
  margin-bottom: 16px;
}

.awesome-banner__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.awesome-banner__list li {
  position: relative;
  padding-left: 23px;
  margin-bottom: 9px;
}

.awesome-banner__list li:last-child {
  margin-bottom: 0;
}

.awesome-banner__list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: 2px solid #fff400;
}

.awesome-banner__media-wrapper {
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.awesome-banner__media {
  font-size: 10px;
  position: absolute;
  width: 100%;
  height: 45em;
  left: 0;
  top: 50%;
  margin-top: -22.5em;
}

.awesome-banner__dec {
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.awesome-banner__animation {
  position: absolute;
}

.awesome-banner__animation-el {
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.awesome-banner [data-parallax] {
  backface-visibility: hidden;
  transition: 0.5s linear;
}

@media (max-width: 1569px) {
  .awesome-banner__sticker {
    width: 87px;
    height: 87px;
    font-size: 8px;
    padding: 21px 7px 0 0;
  }
}

@media (max-width: 1479px) {
  .awesome-banner__sticker {
    position: static;
    margin-bottom: 10px;
    margin-top: -20px;
  }
}

@media (max-width: 1023px) {
  .awesome-banner {
    height: auto;
  }

  .awesome-banner__main {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .awesome-banner__content {
    width: 100% !important;
  }

  .awesome-banner__sticker {
    margin-top: 0;
  }

  .awesome-banner__media-wrapper {
    position: relative;
    width: 100%;
    height: 450px;
    overflow: hidden;
  }

  .awesome-banner [data-parallax] {
    transform: none !important;
  }

  .awesome-banner__media {
    left: 0;
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .awesome-banner__media-wrapper {
    height: 360px;
  }

  .awesome-banner__media {
    font-size: 8px;
  }
}

@media (max-width: 480px) {
  .awesome-banner__media-wrapper {
    height: 225px;
  }

  .awesome-banner__media {
    font-size: 5px;
  }
}
/* ! Awesome Banners */
