/* Offers Section */
.offers-section .container {
  display: flex;
  flex-direction: column;
  gap: var(--container-gap);
}

.offers-section .title {
  display: none;
}

.offers-section .content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.offers-section .content {
  display: flex;
  flex-direction: column;
  gap: var(--container-gap);
  border-radius: 12px;
  border: 1px solid #bfc0c5;
}

.offers-section .content .description {
  display: flex;
  flex-direction: column;
  gap: var(--content-gap);
  padding: 20px 16px 0px 16px;
}

.offers-section .content h2 {
  font-size: var(--h1-font-size-mobile);
  font-weight: 400;
  line-height: var(--h1-line-height-mobile);
  text-align: left;
}

.offers-section .content p {
  font-size: var(--font-size-mobile);
  font-weight: 300;
  line-height: var(--line-height-mobile);
  text-align: left;
  color: #353535;
}

.offers-section .details-btn {
  width: 100%;
  height: var(--btn-height-mobile);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  border-radius: var(--border-radius);
  border: 1px solid #df0611;
  background-color: transparent;
  color: #df0611;
  cursor: pointer;
}

.offers-section .details-btn:hover {
  border: 1px solid #DF0611;
  background-color: #DF0611;
  color: #FFFFFF;
  box-shadow: 0px 0px 0px 0px #DF0611;
}

.offers-section .details-btn svg path {
  stroke: #DF0611;
}

.offers-section .details-btn:hover svg path {
  stroke: #FFFFFF;
}

.offers-section .details-btn span {
  font-size: var(--font-size-mobile);
  font-weight: 400;
  line-height: var(--line-height-mobile);
  text-align: left;
  color: inherit;
}

.offers-section .content-image {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 0px 0px 12px 12px;
  align-self: center;
}

.offers-section .content-image img {
  width: 100%;
  height: auto;
  border-radius: 0px 0px 12px 12px;
  display: block;
}

.offers-section .desktop-content {
  display: none;
}

@media (min-width: 1280px) {
  .offers-section .container {
    width: 1200px;
    display: flex;
    gap: 60px;
  }

  .offers-section .title {
    display: block;
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
  }

  .offers-section .content {
    display: none;
    width: 273px;
    height: 321px;
    border-radius: 12px;
  }

  .offers-section .content .description {
    display: none;
  }

  .offers-section .details-btn {
    display: none;
  }

  .offers-section .desktop-content {
    display: flex;
    flex-direction: row;
    overflow-y: hidden;
    overflow-x: auto;
    width: 100%;
    height: 100%;
    max-height: 321px;
    gap: 36px;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
  }
  
  .offers-section .desktop-content::-webkit-scrollbar {
    display: none; /* Chrome, Safari, and Opera */
  }

  .offers-section .main-banner {
    width: 100%;
    display: flex;
    background-size: 100% 100%;
  }

  .offers-section .hot-offer {
    font-weight: 400;
    color: #df0611;
  }

  .offers-section .main-banner .description {
    width: 864px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 23px;
    padding: 64px 0 64px 64px;
  }

  .offers-section .main-banner .summary {
    display: flex;
    flex-direction: column;
    gap: 9px;
  }

  .offers-section .main-banner .summary h2 {
    font-size: 52px;
    font-weight: 400;
    line-height: 58px;
    text-align: left;
  }

  .offers-section .main-banner .summary span {
    font-size: 52px;
    font-weight: 700;
    line-height: 58px;
    text-align: left;
  }

  .offers-section .main-banner .summary p {
    font-size: 24px;
    font-weight: 400;
    line-height: 31.2px;
    text-align: left;
  }

  .offers-section .main-banner .details-btn {
    max-width: 260px;
    display: flex;
    color: #353535;
    border: 1px solid #353535;
    box-shadow: 0px 0px 0px 0px #000407;
    cursor: pointer;
  }

  .offers-section .main-banner .details-btn:hover {
    border: 1px solid #DF0611;
    background-color: #DF0611;
    color: #FFFFFF;
    box-shadow: 0px 0px 0px 0px #DF0611;
  }

  .offers-section .main-banner .details-btn svg path {
    stroke: #353535;
  }

  .offers-section .main-banner .details-btn:hover svg path {
    stroke: #FFFFFF;
  }

  .offers-section .details-btn span {
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    color: inherit;
  }

  .offers-section .main-banner .content-image {
    display: none;
    width: 100%;
    max-width: 500px;
    height: auto;
    max-height: 321px;
    align-self: center;
  }

  .offers-section .preview-banner {
    width: 273px;
    height: 321px;
    display: flex;
    width: 100%;
    background-size: 100% 100%;
  }

  .offers-section .preview-banner img {
    width: 298.09px;
    height: 321px;
  }

  .offers-section .preview-banner .inner-content {
    width: 273px;
    max-height: 321px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 65.5px auto auto 18px;
  }

  .offers-section .preview-banner .inner-content h2 {
    font-family: Ubuntu;
    font-size: 20px;
    font-weight: 300;
    line-height: 26px;
    text-align: left;
    color: var(--main-color);
  }

  .offers-section .preview-banner .inner-content h2 span {
    font-family: Ubuntu;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    text-align: left;
  }

  .offers-section .preview-banner .inner-content p {
    font-family: Ubuntu;
    font-size: 14px;
    font-weight: 300;
    line-height: 18.2px;
    text-align: left;
    color: var(--main-color);
  }

  .offers-section .main-banner .summary-hot {
    display: flex;
    flex-direction: column;
    gap: 9px;
  }

  .offers-section .main-banner .summary-hot h2,
  .offers-section .main-banner .summary-hot p,
  .offers-section .main-banner .summary-hot span {
    font-family: Ubuntu;
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    text-align: left;
  }

  .offers-section .preview-banner .inner-content-hot {
    width: 273px;
    max-height: 321px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 65.5px auto auto 18px;
  }
  
  .offers-section .preview-banner .inner-content-hot h2,
  .offers-section .preview-banner .inner-content-hot span,
  .offers-section .preview-banner .inner-content-hot p {
    font-family: Ubuntu;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
  }
}

/* Offer Form */
.offers-section .inputs-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* Offer Form */
.promotion-form .form {
  display: flex;
  flex-direction: column;
  gap: var(--content-gap);
}

.promotion-form .inputs-wrapper {
  display: flex;
  flex-direction: column;
  gap: var(--content-gap);
}

.promotion-form input[type="text"],
.promotion-form input[type="tel"] {
    border: 1px solid #BFC0C5;
}

.promotion-form button span {
  font-family: Ubuntu;
  font-size: var(--font-size-mobile);
  font-weight: 400;
  line-height: var(--line-height-mobile);
  text-align: left;
}

.promotion-form .form .customer-name {
  order: 1;
}

.promotion-form .form .customer-phone {
  order: 2;
}

.promotion-form .personal-data-agreement {
  order: 4;
}

.promotion-form .form .cta {
  order: 3;
  cursor: pointer;
  justify-content: center;
}

.promotion-form .submit-btn .cta {
  justify-content: center;
  margin-top: 16px;
}

.promotion-form .form.hidden {
  display: none;
}

.promotion-form .apply-offer.hidden {
  display: none;
}

.promotion-form .personal-data-agreement {
  gap: var(--content-gap);
}

.promotion-form .personal-data-agreement .custom-checkbox {
  display: inline-block;
}

@media (min-width: 1280px) {
  .promotion-form .form {
    /*height: 135px;*/
    flex-wrap: wrap;
    flex-direction: column;
    gap: 16px;
  }

  .promotion-form .inputs-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
  }

  .promotion-form .form .customer-name {
    order: 1;
  }

  .promotion-form .form .customer-phone {
    order: 2;
  }

  .promotion-form .personal-data-agreement {
    order: 3;
  }

  .promotion-form .form .cta {
    order: 4;
  }

  .promotion-form .data-agreement-label {
    /* width: 260px; */
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
  }

  .promotion-form input[type="text"],
  .promotion-form input[type="tel"] {
    max-width: 250px;
    border: 1px solid #5F6065;
  }

  .promotion-form button span {
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    text-align: left;
  }

  .promotion-form .personal-data-agreement {
    gap: var(--content-gap);
  }

  .promotion-form .personal-data-agreement .custom-checkbox {
    display: inline-block;
  }
}

/* Promotion Details Section */
.promotion-form {
  width: 560px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.promotion-form .content {
  display: flex;
  flex-direction: row;
  gap: 32px;
}

.promotion-form .content .wrapper {
  width: 255px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.promotion-form .content .wrapper .description {
  font-family: Ubuntu;
  font-size: 24px;
  font-weight: 400;
  line-height: 31.2px;
  text-align: left;
  color: var(--main-color);
}

.promotion-form .content .wrapper .summary {
  font-family: Ubuntu;
  font-size: 16px;
  font-weight: 300;
  line-height: 20.8px;
  letter-spacing: 0.16px;
  text-align: left;
  color: var(--main-color);
}

.promotion-form button {
  width: 100%;
  max-width: 250px;
  height: var(--btn-height-mobile);
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 0 20px;
  border-radius: var(--border-radius);
  border: none;
  background-color: #df0611;
  color: #ffffff;
}

.promotion-form button:hover {
  background-color: #e71f3d;
  color: #ffffff;
}

.promotion-form button span {
  font-family: Ubuntu;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  text-align: left;
}

.promotion-form .content-image {
  width: 273px;
  height: 321px;
  border-radius: 12px;
}

.promotion-form .period {
  font-family: Ubuntu;
  font-size: 12px;
  font-weight: 300;
  line-height: 15.6px;
  letter-spacing: 0.16px;
  text-align: left;
  color: #383838;
}

.promotion-form .preview-banner {
  width: 291px;
  height: 321px;
  display: flex;
  width: 100%;
  background-size: 100% 100%;
}

.promotion-form .preview-banner img {
  width: 298.09px;
  height: 321px;
}

.promotion-form .preview-banner .inner-content {
  width: 273px;
  max-height: 321px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 65.5px auto auto 18px;
}

.promotion-form .preview-banner .inner-content h2 {
  font-family: Ubuntu;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
  text-align: left;
  color: var(--main-color);
}

.promotion-form .preview-banner .inner-content h2 span {
  font-family: Ubuntu;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  text-align: left;
}

.promotion-form .preview-banner .inner-content p {
  font-family: Ubuntu;
  font-size: 14px;
  font-weight: 300;
  line-height: 18.2px;
  text-align: left;
  color: var(--main-color);
}

.promotion-form .preview-banner .inner-content-hot {
  width: 273px;
  max-height: 321px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 65.5px auto auto 18px;
}

.promotion-form .preview-banner .inner-content-hot h2,
.promotion-form .preview-banner .inner-content-hot span,
.promotion-form .preview-banner .inner-content-hot p {
  font-family: Ubuntu;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
}
