.cta-promocode {
  width: 100%;
  display: flex;
  margin-bottom: 30px;
}

.cta-promocode--padding-small.cta-promocode--one-column {
  padding: 24px 48px;
}

.cta-promocode--padding-small.cta-promocode--two-columns .cta-promocode__left {
  padding: 16px 34px;
}
.cta-promocode--padding-small.cta-promocode--two-columns .cta-promocode__right {
  padding: 16px 34px;
}

.cta-promocode--padding-large.cta-promocode--one-column {
  padding: 48px;
}

.cta-promocode--padding-large.cta-promocode--two-columns .cta-promocode__left {
  padding: 48px;
}
.cta-promocode--padding-large.cta-promocode--two-columns .cta-promocode__right {
  padding: 48px;
}

.cta-promocode--radius-small.cta-promocode--one-column {
  border-radius: 12px;
}

.cta-promocode--radius-small.cta-promocode--two-columns .cta-promocode__left {
  border-radius: 12px;
}
.cta-promocode--radius-small.cta-promocode--two-columns .cta-promocode__right {
  border-radius: 12px;
}

.cta-promocode--radius-large.cta-promocode--one-column {
  border-radius: 24px;
}

.cta-promocode--radius-large.cta-promocode--two-columns .cta-promocode__left {
  border-radius: 24px;
}
.cta-promocode--radius-large.cta-promocode--two-columns .cta-promocode__right {
  border-radius: 24px;
}

.cta-promocode--has-background-image {
  position: relative;
  overflow: hidden;
}
.cta-promocode--has-background-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    #0d1016 0%,
    rgba(13, 16, 22, 0.98) 18%,
    rgba(13, 16, 22, 0.92) 34%,
    rgba(42, 42, 74, 0.75) 58%,
    rgba(42, 42, 74, 0.35) 75%,
    rgba(42, 42, 74, 0) 100%
  );
  z-index: 0;
}

.cta-promocode__background {
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right top;
}

.cta-promocode--has-background-image .cta-promocode__left {
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 24px;
}

.cta-promocode--has-background-image .cta-promocode__right {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 24px;
}

.cta-promocode--has-background-image
  .cta-promocode__box.cta-promocode__box--row {
  width: 100%;
  margin-top: 8px;
}

.cta-promocode--has-background-image .cta-promocode__content-right {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
  z-index: 1;
}

.cta-promocode--has-background-image .cta-promocode__content {
  position: relative;
  z-index: 1;
}

.cta-promocode--black .cta-promocode__title {
  color: #fff;
}
.cta-promocode--black .cta-promocode__benefit {
  color: #8a8a9e;
}
.cta-promocode--black .cta-promocode__coupon {
  border: 1px dashed #23c9ad;
  color: #23c9ad;
  background-color: transparent;
}

.cta-promocode--white .cta-promocode__left {
  background: #f3f4f5;
}
.cta-promocode--white .cta-promocode__right {
  background: #f3f4f5;
}
.cta-promocode--white .cta-promocode__title {
  color: #1a1a2e;
}
.cta-promocode--white .cta-promocode__benefit {
  color: #6b7280;
}

.cta-promocode--green-gradient .cta-promocode__title {
  color: #fff;
}
.cta-promocode--green-gradient .cta-promocode__benefit {
  color: #fff;
}

.cta-promocode--red .cta-promocode__title {
  color: #fff;
}
.cta-promocode--red .cta-promocode__benefit {
  color: #8a8a9e;
}
.cta-promocode--red .cta-promocode__coupon {
  border: 1px dashed #fff;
  color: #fff;
  background-color: transparent;
}

.cta-promocode--green .cta-promocode__title {
  color: #fff;
}
.cta-promocode--green .cta-promocode__benefit {
  color: #8a8a9e;
}
.cta-promocode--green .cta-promocode__coupon {
  border: 1px dashed #fff;
  color: #fff;
  background-color: transparent;
}

.cta-promocode--orange .cta-promocode__title {
  color: #fff;
}
.cta-promocode--orange .cta-promocode__benefit {
  color: #fff;
}
.cta-promocode--orange .cta-promocode__tag {
  color: #fff;
}
.cta-promocode--orange .cta-promocode__meta {
  color: #fff;
}
.cta-promocode--orange .cta-promocode__coupon {
  border: 1px dashed #000;
  color: #000;
  background-color: transparent;
}

.cta-promocode--red-gradient .cta-promocode__title {
  color: #fff;
}
.cta-promocode--red-gradient .cta-promocode__benefit {
  color: #8a8a9e;
}
.cta-promocode--red-gradient .cta-promocode__coupon {
  border: 1px dashed #fff;
  color: #fff;
  background-color: transparent;
}

.cta-promocode--green-gradient.cta-promocode--one-column {
  border: 1px solid #e0e4ea;
  background: linear-gradient(90deg, #000 0%, #5ab99e 100%);
  box-shadow: 0 10px 28px -10px rgba(0, 0, 0, 0.04);
}

.cta-promocode--green-gradient.cta-promocode--two-columns .cta-promocode__left,
.cta-promocode--green-gradient.cta-promocode--two-columns
  .cta-promocode__right {
  border: 1px solid #e0e4ea;
  background: linear-gradient(90deg, #000 0%, #5ab99e 100%);
  box-shadow: 0 10px 28px -10px rgba(0, 0, 0, 0.04);
}

.cta-promocode--red.cta-promocode--one-column {
  border: 1px solid #eb4026;
  background: linear-gradient(90deg, #13080c 0%, #0d1015 100%);
}

.cta-promocode--red.cta-promocode--two-columns .cta-promocode__left,
.cta-promocode--red.cta-promocode--two-columns .cta-promocode__right {
  border: 1px solid #eb4026;
  background: linear-gradient(90deg, #13080c 0%, #0d1015 100%);
}

.cta-promocode--orange.cta-promocode--one-column {
  border: 1px solid #e0e4ea;
  background-color: #f58533;
  box-shadow: 0 10px 28px -10px rgba(0, 0, 0, 0.04);
}

.cta-promocode--orange.cta-promocode--two-columns .cta-promocode__left,
.cta-promocode--orange.cta-promocode--two-columns .cta-promocode__right {
  border: 1px solid #e0e4ea;
  background-color: #f58533;
  box-shadow: 0 10px 28px -10px rgba(0, 0, 0, 0.04);
}

.cta-promocode--green.cta-promocode--one-column {
  border: 1px solid #00cfa6;
  background: linear-gradient(90deg, #1b1f28 0%, #0b0f18 100%);
}

.cta-promocode--green.cta-promocode--two-columns .cta-promocode__left,
.cta-promocode--green.cta-promocode--two-columns .cta-promocode__right {
  border: 1px solid #00cfa6;
  background: linear-gradient(90deg, #1b1f28 0%, #0b0f18 100%);
}

.cta-promocode--red-gradient.cta-promocode--one-column {
  border: 1px solid #eb4026;
  background: linear-gradient(90deg, #4c090a 0%, #0d1015 100%);
}

.cta-promocode--red-gradient.cta-promocode--two-columns .cta-promocode__left {
  border: 1px solid #eb4026;
  background: linear-gradient(90deg, #4c090a 0%, #0d1015 100%);
}
.cta-promocode--red-gradient.cta-promocode--two-columns .cta-promocode__right {
  border: 1px solid #eb4026;
  background: linear-gradient(90deg, #13080c 0%, #0d1015 100%);
}

.cta-promocode--two-columns {
  gap: 12px;
}

.cta-promocode__left {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  gap: 40px;
}

.cta-promocode__right {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.cta-promocode__image {
  width: 140px;
}

.cta-promocode__image img {
  width: 100%;
  height: auto;
}

.cta-promocode__image-small {
  width: 120px;
}

.cta-promocode__image-small img {
  width: 100%;
  height: auto;
}

.cta-promocode__image-tiny {
  width: 78px;
}

.cta-promocode__image-tiny img {
  width: 100%;
  height: auto;
}

.cta-promocode__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.cta-promocode__meta {
  display: flex;
  padding: 6px 12px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: rgba(35, 201, 173, 0.1);
  font-size: var(--fontSize-14, 14px);
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  color: #23c9ad;
}

.cta-promocode__title {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  display: flex;
  align-items: baseline;
  gap: 12px;
}

.cta-promocode__title-icon {
  width: 50px;
}

.cta-promocode__title--large {
  font-size: 60px;
}

.cta-promocode__title--medium {
  font-size: 36px;
}

.cta-promocode__benefit {
  font-size: var(--fontSize-16, 16px);
  font-weight: 400;
  line-height: 1.5;
}

.cta-promocode__box--row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
}
.cta-promocode__box--row .cta-promocode__coupon {
  flex: 1 0 0;
}
.cta-promocode__box--row .cta-promocode__button {
  flex: 1 0 0;
}

.cta-promocode__box--column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
}

.cta-promocode__coupon {
  display: flex;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: 8px;
  border: 1px dashed #00c9a7;
  background: #fff;
  color: #00c9a7;
  cursor: pointer;
  font-size: var(--fontSize-20, 20px);
  font-weight: 500;
  line-height: 1.3;
}

.cta-promocode__button {
  display: flex;
  padding: 12px 28px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: 6px;
  background: #ff2400;
  color: #fff;
  font-size: var(--fontSize-14, 14px);
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  min-width: 300px;
}

.cta-promocode__tags {
  display: flex;
  padding-top: 8px;
  align-items: flex-start;
  gap: 12px;
}

.cta-promocode__tag {
  border-radius: 8px;
  background: rgba(35, 201, 173, 0.2);
  backdrop-filter: blur(6px);
  display: flex;
  padding: 6px 12px;
  align-items: center;
  gap: 6px;
  color: #23c9ad;
  font-size: var(--fontSize-14, 14px);
  font-weight: 400;
  line-height: 1.28;
}

.cta-promocode__tag-icon {
  width: 16px;
  height: 16px;
}

.cta-promocode__button:hover {
  background: #db2103;
}
@media (max-width: 767px) {
  .cta-promocode {
    flex-direction: column;
    gap: 8px;
  }
  .cta-promocode--one-column {
    gap: 32px;
  }
  .cta-promocode--has-background-image {
    flex-direction: column-reverse;
  }
  .cta-promocode--has-background-image .cta-promocode__left {
    flex: unset;
    max-width: 100%;
    width: 100%;
    padding-top: 0px;
    padding-right: 0px;
  }
  .cta-promocode--has-background-image .cta-promocode__right {
    height: 168px;
    flex: unset;
    max-width: 100%;
    width: 100%;
    padding-left: 0px;
  }
  .cta-promocode--has-background-image .cta-promocode__tags {
    margin-bottom: -14px;
  }
  .cta-promocode--has-background-image::after {
    background: linear-gradient(
      to top,
      rgba(42, 42, 74, 1) 0%,
      rgba(42, 42, 74, 0.98) 18%,
      rgba(42, 42, 74, 0.92) 34%,
      rgba(42, 42, 74, 0.75) 58%,
      rgba(42, 42, 74, 0.35) 75%,
      rgba(42, 42, 74, 0) 100%
    );
  }
  .cta-promocode__background {
    width: 100%;
    height: 192px;
    right: 0;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
  }
  .cta-promocode__left {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .cta-promocode__image {
    width: 106px;
    margin-top: -40px;
  }
  .cta-promocode__content {
    flex-direction: column;
    gap: 12px;
  }
  .cta-promocode__button {
    min-width: none;
  }
  .cta-promocode__title {
    align-items: flex-start;
  }
  .cta-promocode__title--medium {
    font-size: 36px;
  }
  .cta-promocode__title--large {
    font-size: 24px;
  }

  .cta-promocode__tag {
    white-space: nowrap;
    font-size: 12px;
  }
  .cta-promocode__tag-icon {
    display: none;
  }
  .cta-promocode--padding-small.cta-promocode--one-column {
    padding: 12px;
  }
  .cta-promocode--padding-small.cta-promocode--two-columns
    .cta-promocode__left {
    padding: 12px;
  }
  .cta-promocode--padding-small.cta-promocode--two-columns
    .cta-promocode__right {
    padding: 12px;
  }
  .cta-promocode--padding-large.cta-promocode--one-column {
    padding: 24px 12px 12px;
  }
  .cta-promocode--padding-large.cta-promocode--two-columns
    .cta-promocode__left {
    padding: 24px 12px 12px;
  }
  .cta-promocode--padding-large.cta-promocode--two-columns
    .cta-promocode__right {
    padding: 24px 12px 12px;
  }
  .cta-promocode--radius-small.cta-promocode--one-column {
    border-radius: 12px;
  }
  .cta-promocode--radius-small.cta-promocode--two-columns .cta-promocode__left {
    border-radius: 12px;
  }
  .cta-promocode--radius-small.cta-promocode--two-columns
    .cta-promocode__right {
    border-radius: 12px;
  }
  .cta-promocode--radius-large.cta-promocode--one-column {
    border-radius: 24px;
  }
  .cta-promocode--radius-large.cta-promocode--two-columns .cta-promocode__left {
    border-radius: 24px;
  }
  .cta-promocode--radius-large.cta-promocode--two-columns
    .cta-promocode__right {
    border-radius: 24px;
  }
  .cta-promocode__box--row {
    flex-direction: column;
  }
}
