.offer {
  height: 100%;
  min-height: 83.3125rem;
  background-image: url(../../images/offer/offer-background.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (width <= 36.24875rem) {
  .offer__container {
    padding-inline: 0;
  }
}
.offer__inner {
  width: 100%;
  padding-top: 11.5rem;
}
@media (width <= 63.99875rem) {
  .offer__inner {
    padding-top: 9.6875rem;
  }
}
@media (width <= 36.24875rem) {
  .offer__inner {
    padding-top: 6.375rem;
  }
}
.offer__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.75rem;
  width: 100%;
  background-color: var(--color-white);
  border-radius: 1.25rem;
  height: 100%;
  padding: 4rem;
}
@media (width <= 63.99875rem) {
  .offer__form {
    gap: 2.5rem;
    padding: 3rem;
  }
}
@media (width <= 47.99875rem) {
  .offer__form {
    gap: 1.25rem;
    padding: 1.75rem;
  }
}
.offer__form-inner {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.875rem;
}
@media (width <= 79.99875rem) {
  .offer__form-inner {
    grid-template-columns: 1fr;
  }
}
.offer__form-title {
  font-weight: 600;
  line-height: 2rem;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}
@media (width <= 47.99875rem) {
  .offer__form-title {
    font-size: 1rem;
    line-height: 1.1875rem;
  }
}
.offer__form-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (width <= 79.99875rem) {
  .offer__form-block:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
.offer__form-block-dropdown-button {
  margin-bottom: 0;
}
.offer__form-block-control {
  margin-bottom: 0;
}
.offer__form-control:last-child {
  margin-bottom: 0;
}
.offer__form-text {
  font-size: 1rem;
  line-height: 1.5rem;
}
.offer__form-button {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.375rem;
  width: 25rem;
  height: 4.1875rem;
}
@media (width <= 63.99875rem) {
  .offer__form-button {
    height: 3.9375rem;
  }
}
@media (width <= 36.24875rem) {
  .offer__form-button {
    width: 100%;
    height: 3rem;
    font-size: 1.25rem;
    font-weight: 600;
    text-transform: none;
  }
}
.offer__form-checkbox {
  gap: 1rem;
}
.offer__form-checkbox-label {
  font-size: 1rem;
  line-height: 2rem;
  font-weight: 400;
}
.offer__title {
  color: var(--color-blue);
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
@media (width <= 63.99875rem) {
  .offer__title {
    font-size: 1.875rem;
  }
}
@media (width <= 47.99875rem) {
  .offer__title {
    font-size: 1.625rem;
  }
}/*# sourceMappingURL=offer.css.map */