@import url(../css/special-offer/layout1.css);
@import url(../css/special-offer/layout2.css);
@import url(../css/special-offer/layout3.css);
@import url(../css/special-offer/layout4.css);

/* Special Offer: General */

#content.page_content_wrapper {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

section.soffer-layout {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.soffer-layout {
  width: 99.6vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw;

  position: relative;
  color: #fff;
  padding: clamp(48px, 8vw, 96px) 0;
  overflow: hidden;
  z-index: 0;
}

.soffer-layout__container {
  max-width: 1320px;
  margin: 0 auto;
}

.special-offer-contact__inner {
  max-width: 438px;
  margin: 0 auto;
  position: relative;
  top: -166px;
}

/* Form */
.special-offer__form {
  max-width: 438px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 20px;
  padding-top: 27px;
  padding-bottom: 27px;
  padding-left: 32px;
  padding-right: 32px;
  gap: 14px;
}

.special-offer__form-top {
  color: #000;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  text-align: center;
}

.special-offer__form-top strong {
  color: var(--accent-color, #00cc66);
}

.special-offer__form-top p {
  margin-bottom: 0;
}

.special-offer__form-terms {
  font-size: 12px;
  color: #787878;
  text-align: center;
}

.special-offer__form-terms p {
  margin-bottom: 0;
}

.iti--show-selected-dial-code.iti--show-flags .iti__selected-dial-code {
  color: #616364;
}

@media (max-width: 991px) {
  .soffer-layout__container {
    padding-left: 15px;
    padding-right: 15px;
  }
}