* {
  margin: 0;
  padding: 0;
}

.promo {
  position: relative;
  width: 100%;
  margin-top: 30px;
}
.promo .mobile {
  display: none;
}
@media screen and (min-width: 660px) {
  .promo {
    margin-top: 30px;
  }
}
@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: #fff;
  display: inline-flex;
  padding: 5px 8px;
  cursor: pointer;
  align-items: center;
  color: #575757;
}
.promo .promo-close__text {
  font-size: 12px;
  margin-right: 4px;
}
.promo .promo-close__icon {
  stroke: currentColor;
}
.promo .promo-close:hover .promo-close__text {
  text-decoration: underline;
}
.promo .promo__inner {
  height: 113px;
  background: #fff url(../img/girl.jpg) no-repeat 90% 63%;
  background-size: 75%;
  border: 4px solid #FF2F4F;
  align-items: center;
}
.promo .promo__inner .promo-content {
  position: relative;
  align-items: center;
  height: 100%;
  z-index: 99;
  margin-left: 29px;
  order: 2;
}
@media screen and (max-width: 659px) {
  .promo .promo__inner {
    height: 256px;
    background-position: calc(100% + 90px) 0;
    background-size: auto 100%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 21px;
  }
  .promo .promo__inner .promo-content {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    margin-left: 0;
  }
}
.promo .promo__inner .promo-text {
  position: relative;
  text-align: left;
  align-items: center;
  order: 1;
}
@media screen and (max-width: 659px) {
  .promo .promo__inner .promo-text {
    position: static;
    order: 1;
    margin: 0;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }
}
.promo .promo__inner .promo-text__inner {
  position: relative;
  font-size: 13px;
  line-height: 1;
  order: 1;
  margin-right: 33px;
}
.promo .promo__inner .promo-text__inner .text p {
  font-size: 23px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
}
.promo .promo__inner .promo-text__inner .text p:last-child {
  color: #FC2C4C;
}
@media screen and (max-width: 659px) {
  .promo .promo__inner .promo-text__inner {
    margin: 23px 0 0 0;
  }
}
.promo .promo-logo {
  width: 118px;
  height: 36px;
  order: 2;
}
.promo .promo-logo img {
  max-width: 100%;
  max-height: 100%;
}
@media screen and (max-width: 659px) {
  .promo .promo-logo {
    width: 94px;
    height: 29px;
    order: 1;
  }
}
.promo .promo-buttons {
  flex-direction: column;
  align-items: center;
  order: 2;
  margin-left: auto;
  margin-right: 29px;
}
.promo .promo-buttons p {
  font-size: 8px;
  margin-top: 3px;
}
.promo .promo-buttons p a {
  color: #E71938;
}
@media screen and (max-width: 659px) {
  .promo .promo-buttons {
    margin: 0;
  }
}
.promo .promo-button {
  display: inline-flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  height: 45px;
  min-width: 146px;
  position: relative;
  z-index: 999;
  text-decoration: none;
  overflow: hidden;
  background: linear-gradient(95deg, #FF2F4F 8%, #D50827 106%);
  border-radius: 48px;
  color: #fff;
  transition: all 0.24s ease-in-out;
  border: 4px solid #FF2F4F;
  margin-top: 15px;
}
@media screen and (max-width: 659px) {
  .promo .promo-button {
    margin-left: 0;
    margin-top: 23px;
    margin-right: 0;
  }
}
.promo .promo-button span {
  position: relative;
  z-index: 3;
  pointer-events: none;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  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: inherit;
  z-index: 1;
  border-radius: 48px;
}
.promo .promo-button:before {
  background: linear-gradient(95deg, #FF2F4F 8%, #D50827 468%);
}
.promo .promo-button:after {
  background: linear-gradient(97deg, #FF2F4F -247%, #D50827 107%);
  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 */
