* {
  margin: 0;
  padding: 0;
}

.promo {
  position: relative;
  width: 100%;
  margin-top: 65px;
}
.promo .mobile {
  display: none;
}
@media screen and (min-width: 660px) {
  .promo {
    margin-top: 65px;
  }
}
@media screen and (min-width: 1024px) {
  .promo {
    width: 768px;
  }
}
@media screen and (max-width: 659px) {
  .promo .mobile {
    display: block;
  }
  .promo .mobile.flex {
    display: flex;
  }
  .promo .desktop {
    display: none;
  }
}
.promo * {
  font-family: "Nunito Sans", sans-serif;
  box-sizing: border-box;
}
.promo .flex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.promo .promo-close {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-100%);
  background: #EBEBEB;
  display: inline-flex;
  padding: 5px 8px;
  cursor: pointer;
  align-items: center;
  color: #575757;
}
.promo .promo-close__text {
  font-size: 12px;
  text-transform: uppercase;
  margin-right: 4px;
}
.promo .promo-close__text small {
  text-transform: none;
  opacity: 0.3;
  margin-right: 4px;
}
@media screen and (max-width: 659px) {
  .promo .promo-close__text small {
    display: none;
  }
}
.promo .promo-close__icon {
  stroke: currentColor;
}
.promo .promo-close:hover .promo-close__text {
  text-decoration: underline;
}
@media screen and (max-width: 659px) {
  .promo .promo-close {
    background: transparent;
    color: #fff;
  }
}
.promo .promo__inner {
  height: 120px;
  background: url(../img/bg.png) no-repeat center center;
  background-size: cover;
  align-items: center;
  position: relative;
}
.promo .promo__inner .promo-content {
  position: relative;
  align-items: center;
  height: 100%;
  z-index: 99;
  margin-left: 38px;
  order: 1;
}
.promo .promo__inner:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 198px;
  z-index: -1;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), black);
  pointer-events: none;
  display: none;
}
@media screen and (max-width: 659px) {
  .promo .promo__inner {
    justify-content: center;
  }
  .promo .promo__inner:before {
    display: block;
  }
  .promo .promo__inner .promo-content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    order: 2;
  }
}
.promo .promo__inner .promo-text {
  text-align: left;
  flex-direction: column;
  order: 1;
  color: rgba(252, 252, 252, 0.6);
  font-weight: 300;
  font-style: italic;
  font-size: 16px;
  line-height: 1;
}
@media screen and (max-width: 659px) {
  .promo .promo__inner .promo-text {
    display: none;
  }
}
.promo .promo__inner .promo-text p:last-child {
  color: #FFE81B;
  font-weight: bold;
  margin-top: 5px;
}
.promo .promo__inner .promo-text p:last-child:first-line {
  text-decoration: underline;
  text-decoration-width: 1px;
}
.promo .promo__inner .promo-text p:last-child span {
  color: #fff;
}
.promo .promo-choice {
  width: 100px;
  height: 140px;
  background: url(../img/choice.png) no-repeat center center;
  background-size: 100%;
  order: 2;
  margin-left: 32px;
  margin-top: -40px;
}
@media screen and (max-width: 659px) {
  .promo .promo-choice {
    background-image: url(../img/choice-mobile.png);
    background-size: auto;
    margin: 0 auto;
  }
}
.promo .promo-logo {
  width: 85px;
  height: 46px;
  order: 4;
  z-index: 99;
  margin-right: 33px;
}
.promo .promo-logo img {
  max-width: 100%;
  max-height: 100%;
}
@media screen and (max-width: 659px) {
  .promo .promo-logo {
    order: 1;
    margin-right: 29px;
  }
}
.promo .promo-image {
  position: absolute;
  left: 50%;
  bottom: -4.3px;
  width: 292px;
  height: 190px;
  z-index: 98;
  transform: translateX(-50%);
}
.promo .promo-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.promo .promo-image:after, .promo .promo-image:before {
  position: absolute;
  content: "";
  width: 50px;
  height: 119px;
  background: linear-gradient(to right, #000, rgba(0, 0, 0, 0));
  left: -10px;
  bottom: 5px;
  pointer-events: none;
}
.promo .promo-image:after {
  left: auto;
  right: -10px;
  background: linear-gradient(to left, #000, rgba(0, 0, 0, 0));
}
.promo .promo-button {
  display: inline-flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  height: 46px;
  min-width: 170px;
  position: relative;
  z-index: 999;
  text-decoration: none;
  overflow: hidden;
  order: 3;
  background: linear-gradient(148deg, #FE3D3D 0%, #9D1313 93%);
  border: 2px solid #F1F1F1;
  box-sizing: border-box;
  box-shadow: 1px 7px 22px #BA3C3C;
  color: #E3E3E3;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  margin: 0 31px 0 auto;
}
@media screen and (max-width: 659px) {
  .promo .promo-button {
    margin-left: 29px;
    order: 3;
    margin-top: 0;
    margin-right: 0;
    min-width: 112px;
  }
}
.promo .promo-button span {
  position: relative;
  z-index: 3;
  pointer-events: none;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-style: italic;
  font-weight: bold;
}
.promo .promo-button:before, .promo .promo-button:after {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: "";
  left: 0;
  top: 0;
  box-sizing: inherit;
  opacity: 0;
  transition: all 0.24s ease-in-out;
  z-index: 1;
}
.promo .promo-button:before {
  background: linear-gradient(130deg, #FE3D3D 14%, #9D1313 242%);
}
.promo .promo-button:after {
  background: linear-gradient(147deg, #FE3D3D -123%, #9D1313 93%);
  z-index: 2;
}
.promo .promo-button:hover:before {
  opacity: 1;
}
.promo .promo-button:active:after {
  opacity: 1;
}
.promo .promo-button .animation {
  content: "";
  position: absolute;
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
  background: linear-gradient(to bottom, rgba(229, 172, 142, 0), rgba(255, 255, 255, 0.5) 50%, rgba(229, 172, 142, 0));
  transform: rotateZ(60deg) translate(-5em, 7.5em);
  animation: flash 3s forwards infinite;
  pointer-events: none;
}
.promo .promo-link-overview {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99;
}

@keyframes flash {
  0% {
    transform: rotateZ(105deg) translate(-5em, 7.5em);
  }
  50% {
    transform: rotateZ(105deg) translate(1em, -9em);
  }
  100% {
    transform: rotateZ(105deg) translate(1em, -9em);
  }
}

/*# sourceMappingURL=style.css.map */
