.promotions-pg {
  padding-bottom: 120px;
}
@media (max-width: 991px) {
  .promotions-pg {
    padding-bottom: 60px;
  }
}
.promotions-pg section {
  margin-top: 0;
  margin-bottom: 120px;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .promotions-pg section {
    margin-bottom: 60px;
  }
}
.promotions-pg section:last-child {
  margin-bottom: 0;
}
.promotions-pg .promo-main {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .promotions-pg .promo-main {
    margin-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .promo-main__inner {
    margin: 0 -11px;
  }
}
.promo-main__top {
  background: #3E4146;
  position: relative;
  padding: 84px 0 114px;
  border-radius: 30px 30px 0 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .promo-main__top {
    padding: 50px 0 320px;
  }
}
@media (max-width: 767px) {
  .promo-main__top {
    padding-bottom: 255px;
  }
}
@media (max-width: 600px) {
  .promo-main__top {
    border-radius: 20px 20px 0 0;
  }
}
@media (max-width: 420px) {
  .promo-main__top {
    padding: 30px 0 220px;
  }
}
.promo-main__content {
  position: relative;
  z-index: 1;
}
.promo-main__title {
  font-weight: 900;
  font-size: 55px;
  line-height: 65px;
  letter-spacing: 1px;
  color: #fff;
  max-width: 615px;
  padding: 0 35px;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .promo-main__title {
    font-size: 50px;
  }
}
@media (max-width: 600px) {
  .promo-main__title {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 40px;
    padding: 0 11px;
  }
}
.promo-main__label {
  font-weight: 700;
  font-size: 17px;
  line-height: 24px;
  display: inline-block;
  letter-spacing: 0.66px;
  color: #fff;
  background: #FF0066;
  padding: 17px 60px 17px 35px;
  position: relative;
  clip-path: polygon(100% 0%, 95% 50%, 100% 100%, 0 100%, 0% 50%, 0 0);
}
@media (max-width: 600px) {
  .promo-main__label {
    font-size: 15px;
    padding: 11px 29px 11px 11px;
  }
}
.promo-main__img-wrapper {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 991px) {
  .promo-main__img-wrapper {
    top: auto;
    left: auto;
    bottom: 27px;
    right: calc(50% - 470px);
  }
}
@media (max-width: 767px) {
  .promo-main__img-wrapper {
    bottom: 35px;
    right: calc(50% - 364px);
  }
}
@media (max-width: 420px) {
  .promo-main__img-wrapper {
    bottom: 32px;
    right: calc(50% - 340px);
  }
}
.promo-main__img-wrapper img {
  width: 473px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .promo-main__img-wrapper img {
    width: auto;
    max-width: none;
  }
}
@media (max-width: 767px) {
  .promo-main__img-wrapper img {
    height: 200px;
  }
}
@media (max-width: 420px) {
  .promo-main__img-wrapper img {
    height: 150px;
  }
}
.promo-main__bottom {
  background-color: #fff;
  box-shadow: 1px 4px 14px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  position: relative;
  bottom: 30px;
  padding: 45px 35px 40px;
}
@media (max-width: 600px) {
  .promo-main__bottom {
    padding: 32px 11px 28px;
  }
}
.promo-main__form .formError {
  position: absolute !important;
  bottom: 0 !important;
  top: auto !important;
  display: block !important;
  opacity: 1 !important;
  left: auto !important;
  right: 10px !important;
  margin-top: 3px !important;
  transform: translateY(calc(100% + 2px));
}
.promo-main__form .formError:before {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #fff;
  z-index: 992;
  left: 15px;
  top: -5px;
  transform: rotate(45deg);
  border: 1px solid #ccc;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}
.promo-main__form .formErrorContent {
  padding: 7px 15px !important;
  background-color: #fff !important;
  border: 1px solid #ddd !important;
  border-radius: 5px !important;
  box-shadow: none !important;
}
.promo-main__form .formErrorArrow {
  display: none;
}
.promo-main__form .select2-selection {
  background-color: #EEF0F0;
}
.promo-main__form-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 15px;
}
@media (max-width: 991px) {
  .promo-main__form-items {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .promo-main__form-items {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 600px) {
  .promo-main__form-items {
    grid-row-gap: 11px;
    grid-column-gap: 0;
  }
}
.promo-main .redesign-input {
  background: #EEF0F0;
}
.promo-main .redesign-input.has-error-valid {
  border: 1px solid red;
}
.promo-main .custom-select-opener {
  background: #EEF0F0;
}
.promo-main .so-form-disclaimer {
  color: #3E4146;
  max-width: 305px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .promo-main .so-form-disclaimer {
    order: 3;
  }
}
@media (max-width: 480px) {
  .promo-main .so-form-disclaimer {
    max-width: 100%;
    line-height: 15px;
  }
}
.promo-main .so-form-disclaimer a {
  color: #6666CC;
}
@media (max-width: 480px) {
  .promo-main .so-form-disclaimer a {
    line-height: 15px;
  }
}
@media (max-width: 991px) {
  .promo-main__submit-wrapper {
    order: 1;
  }
}
@media (max-width: 767px) {
  .promo-main__submit-wrapper {
    order: 2;
  }
}
.promo-main__submit-btn {
  font-weight: 700;
  font-size: 17px;
  line-height: 22px;
  padding: 17px 30px;
  width: 100%;
  border-radius: 10px;
}
.promo-main__promocode-wrapper {
  position: relative;
}
.promo-main__promocode-tip {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.promo-main__promocode-tip img {
  width: 20px;
  height: 20px;
}
.promo-main__submit-subtext {
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #6666CC;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  .promo-main__submit-subtext {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .promo-main__submit-subtext {
    order: 2;
  }
}
@media (max-width: 767px) {
  .promo-main__submit-subtext {
    order: 1;
  }
}
@media (max-width: 600px) {
  .promo-main__submit-subtext {
    font-size: 12px;
  }
}
.promos-list {
  margin-top: 80px;
}
.promos-list__item {
  display: flex;
  align-items: center;
  border: 1px solid #3E4146;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .promos-list__item {
    flex-direction: column;
    align-items: stretch;
  }
}
@media (max-width: 767px) {
  .promos-list__item {
    border-radius: 10px;
    margin-bottom: 20px;
  }
}
.promos-list__item:last-child {
  margin-bottom: 0;
}
.promos-list__item--15-percent .promos-list__item-img-wrapper {
  margin-right: 15px;
}
@media (max-width: 767px) {
  .promos-list__item--15-percent .promos-list__item-img-wrapper {
    margin-right: 0;
  }
}
.promos-list__item--15-percent .promos-list__item-img-wrapper img {
  width: 495px;
}
@media (max-width: 1199px) {
  .promos-list__item--15-percent .promos-list__item-img-wrapper img {
    width: 360px;
  }
}
@media (max-width: 991px) {
  .promos-list__item--15-percent .promos-list__item-img-wrapper img {
    width: auto;
    height: 174px;
  }
}
@media (max-width: 767px) {
  .promos-list__item--15-percent .promos-list__item-img-wrapper img {
    height: 116px;
  }
}
@media (max-width: 399px) {
  .promos-list__item--15-percent .promos-list__item-img-wrapper img {
    height: 100px;
  }
}
.promos-list__item-img-wrapper {
  flex-shrink: 0;
  margin-right: 40px;
  align-self: stretch;
}
@media (max-width: 1199px) {
  .promos-list__item-img-wrapper {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .promos-list__item-img-wrapper {
    margin-right: 0;
  }
}
.promos-list__item-img-wrapper img {
  width: 460px;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .promos-list__item-img-wrapper img {
    width: 360px;
  }
}
@media (max-width: 991px) {
  .promos-list__item-img-wrapper img {
    width: auto;
    height: 174px;
  }
}
@media (max-width: 767px) {
  .promos-list__item-img-wrapper img {
    height: 116px;
  }
}
@media (max-width: 399px) {
  .promos-list__item-img-wrapper img {
    height: 100px;
  }
}
.promos-list__item-img-wrapper--img-center {
  flex-basis: 460px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  .promos-list__item-img-wrapper--img-center {
    flex-basis: 360px;
  }
}
@media (max-width: 991px) {
  .promos-list__item-img-wrapper--img-center {
    flex-basis: 276px;
    height: 174px;
  }
}
@media (max-width: 767px) {
  .promos-list__item-img-wrapper--img-center {
    flex-basis: 184px;
    height: 116px;
  }
}
.promos-list__item-img-wrapper--img-center img {
  width: auto;
  height: auto;
}
.promos-list__item-content {
  padding: 36px 28px 36px 0;
  width: 100%;
}
@media (max-width: 1199px) {
  .promos-list__item-content {
    padding: 30px 30px 30px 0;
  }
}
@media (max-width: 991px) {
  .promos-list__item-content {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .promos-list__item-content {
    padding: 30px 20px;
  }
}
.promos-list__item-title {
  font-weight: 800;
  font-size: 40px;
  line-height: 45px;
  letter-spacing: 0.66px;
  color: #3E4146;
  margin-bottom: 50px;
}
@media (max-width: 1199px) {
  .promos-list__item-title {
    margin-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .promos-list__item-title {
    color: #fff;
    margin-bottom: 0;
    padding: 15px 20px;
  }
}
@media (max-width: 767px) {
  .promos-list__item-title {
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    padding: 15px 20px 15px 10px;
  }
}
@media (max-width: 399px) {
  .promos-list__item-title {
    font-size: 22px;
    line-height: 28px;
  }
}
.promos-list__item-text {
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0.66px;
  color: #3E4146;
  margin-bottom: 50px;
}
@media (max-width: 1199px) {
  .promos-list__item-text {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .promos-list__item-text {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 40px;
    letter-spacing: initial;
  }
}
@media (max-width: 767px) {
  .promos-list__item-text br {
    display: none;
  }
}
@media (max-width: 599px) {
  .promos-list__item-text .mobile-hide {
    display: none;
  }
}
.promos-list__item-bottom {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 991px) {
  .promos-list__item-bottom {
    justify-content: flex-start;
  }
}
@media (max-width: 439px) {
  .promos-list__item-bottom {
    justify-content: space-between;
  }
}
.promos-list__item-more {
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0.66px;
  text-decoration-line: underline;
  color: #3E4146;
  margin-right: 27px;
  transition: 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .promos-list__item-more {
    font-size: 14px;
    line-height: 22px;
    margin-right: 25px;
  }
}
@media (max-width: 399px) {
  .promos-list__item-more {
    font-size: 11px;
    margin-right: 15px;
  }
}
.promos-list__item-more:hover {
  text-decoration-color: rgba(255, 255, 255, 0);
  transition: 0.3s ease-in-out;
  color: #3E4146;
}
.promos-list__item-btn {
  font-weight: 800;
  font-size: 17px;
  line-height: 22px;
  padding: 18px 40px;
  max-width: 305px;
  width: 100%;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .promos-list__item-btn {
    font-weight: 700;
    font-size: 15px;
    line-height: 15px;
    letter-spacing: 0.66px;
    padding: 10px 5px;
    text-transform: none;
    max-width: 155px;
  }
}
.promos-list__mobile-top-box {
  display: none;
  align-items: center;
  background: #3E4146;
}
@media (max-width: 991px) {
  .promos-list__mobile-top-box {
    display: flex;
  }
}
@media (max-width: 991px) {
  .promotions-pg .faq {
    margin-bottom: 55px;
    margin-top: 67px;
  }
  .promotions-pg .faq__title {
    font-weight: 900;
    font-size: 35px;
    letter-spacing: 1px;
    line-height: 40px;
  }
  .promotions-pg .faq__text {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    /* or 167% */
    letter-spacing: 0.66px;
    margin-top: 12px;
  }
  .promotions-pg .faq__text a {
    color: #33CC00;
    text-decoration: underline;
    display: block;
    font-weight: 500;
  }
  .promotions-pg .faq__text a:hover {
    text-decoration: none;
  }
  .promotions-pg .faq__list {
    list-style: none;
    margin-top: 30px;
    margin-bottom: 28px;
  }
  .promotions-pg .faq__list-item {
    border: 1px solid black;
    border-radius: 10px;
    margin-bottom: 22px;
    padding: 22px 7px 22px 15px;
  }
  .promotions-pg .faq__list-item-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .promotions-pg .faq__list-item.active .faq__list-icon {
    background: url('../../img/redesign/faq-minus.svg') no-repeat center center;
    background-size: cover;
  }
  .promotions-pg .faq__list-icon {
    position: relative;
    flex: 0 0 30px;
    height: 30px;
    width: 30px;
    background: url('../../img/redesign/faq-plus.svg') no-repeat center center;
    background-size: cover;
    padding-right: 10px;
  }
  .promotions-pg .faq__list-question {
    margin-left: 19px;
    flex: 1 1 auto;
    padding-right: 0px;
    color: #333333;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.66px;
    line-height: 23px;
  }
  .promotions-pg .faq__list-answer {
    display: none;
    margin-top: 16px;
    color: #333333;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
  }
}
.promotions-pg .faq {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .promotions-pg .faq__list-item {
    padding: 20px 7px 20px 15px;
  }
}
@media (max-width: 767px) {
  .promotions-pg .faq__list-question {
    margin-left: 4px;
  }
}
@media (max-width: 767px) {
  .promotions-pg .faq__list-answer {
    padding-left: 0;
  }
}
/*# sourceMappingURL=redesign-promo-2023.css.map */