*, :before, :after {
  box-sizing: border-box;
}

* {
  border: none;
  margin: 0;
  padding: 0;
}

body {
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: normal;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

img, picture, video, canvas, svg, iframe {
  max-width: 100%;
  display: block;
}

img {
  vertical-align: top;
}

ol, ul, li {
  list-style: none;
}

a, input, button, textarea, select {
  font: inherit;
}

button[disabled] {
  cursor: auto;
}

input, textarea, button, select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: #0000;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
  font-size: inherit;
  font-weight: inherit;
}

a {
  text-decoration: none;
}

.link {
  color: inherit;
  text-decoration: none;
}

:root {
  --transition--20: 20ms linear;
  --transition--100: .1s linear;
  --transition--200: .2s linear;
  --transition--300: .3s linear;
  --transition--400: .4s linear;
  --transition--500: .5s linear;
  --items: 1;
  --gap: 16px;
}

[name="reqForm"] label[for="checkbox"], [name="reqForm"] .input__field, .faq__btn, .range-form__minmax, .range-form__value-wrap, .footer-contacts__link, .burger-menu__btn, .step, .steps__title, .footer__container, .footer__contacts, .header__container, .header__nav .nav__list, .offer__btn-close, .offer__btn--info, .offer__img-wrap, [name="reqForm"] label[for="checkbox"]:before, .reviews-swiper__btn, .reviews-swiper__pagination, .step:before, .range-form__msg, .action-btn {
  align-items: center;
  display: flex;
}

.offer__btn-close, .offer__btn--info, .offer__img-wrap, [name="reqForm"] label[for="checkbox"]:before, .reviews-swiper__btn, .reviews-swiper__pagination, .step:before, .range-form__msg, .action-btn {
  justify-content: center;
}

.footer__contacts, .header__container, .header__nav .nav__list {
  justify-content: space-between;
}

.offer-info__content, .offers__item, [name="reqForm"], .example__container, .faq__item, .faq__list, .faq__container, .review__desc, .review, .reviews__container, .info__item, .info__container, .steps__list, .steps__container, .range-form, .hero__strong, .hero__container, .hero, .burger-menu__container, .burger-menu__nav .nav__list, main, body {
  flex-direction: column;
  display: flex;
}

.step, .steps__title, .footer__container {
  flex-direction: column;
}

.offers__list, .info__list {
  flex-wrap: wrap;
  display: flex;
}

.burger-menu__btn, body {
  position: relative;
}

.burger-menu__btn .burger-line, .visually-hidden {
  position: absolute;
}

.burger-menu__backdrop, .burger-menu {
  position: fixed;
}

button, a {
  cursor: pointer;
}

.burger-menu__btn .burger-line {
  border-radius: var(--border-radius);
}

.offer-info__text {
  transition: var(--transition--20, 20ms linear);
}

.offer-info__content, .offer-info__backdrop, .faq__text, .faq__content, .faq__btn, .faq__item:before, .faq__item, .faq__list, .nav__link {
  transition: var(--transition--100, .1s linear);
}

.faq__btn svg, .burger-menu__backdrop, .burger-menu, main, body {
  transition: var(--transition--200, .2s linear);
}

body.modalIsOpen, body.burgerMenuIsOpen, .visually-hidden {
  overflow: hidden;
}

[data-offer-info].isHidden .offer-info__backdrop, .burger-menu__backdrop.isHidden {
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
}

.offers__list, .info__list {
  gap: var(--gap);
}

.offers__item, .info__item {
  flex-basis: calc((100% - var(--gap) * (var(--items)  - 1)) / var(--items));
  width: calc((100% - var(--gap) * (var(--items)  - 1)) / var(--items));
}

.visually-hidden {
  white-space: nowrap;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #1c1c1c;
  background-color: #fff;
  min-height: 100vh;
  font-family: Inter, sans-serif;
  font-size: 16px;
  overflow-y: scroll;
}

main {
  flex-grow: 1;
  overflow: hidden;
}

footer {
  margin-top: auto;
}

svg {
  pointer-events: none;
}

.container {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 0 16px;
}

@media (width >= 480px) {
  .container {
    padding: 0 32px;
  }
}

@media (width >= 600px) {
  .container {
    padding: 0 50px;
  }
}

.title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
}

@media (width >= 480px) {
  .title {
    font-size: 36px;
  }
}

@media (width >= 600px) {
  .title {
    font-size: 40px;
  }
}

.action-btn {
  color: #1c1c1c;
  text-align: center;
  text-transform: uppercase;
  background: linear-gradient(90deg, #fee600 0%, #ffbc11 52.31%);
  border-radius: 50px;
  height: 60px;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  box-shadow: 0 22px 44px -12px #ffb12859;
}

.action-btn:hover {
  background: #fdbb29;
}

.header__logo {
  width: 148px;
  height: 41px;
}

.footer__logo {
  width: 238px;
  height: 66px;
}

.footer__logo svg {
  width: 100%;
  height: auto;
}

.nav {
  width: 100%;
}

.header__nav .nav__list {
  gap: 16px;
}

.nav__link {
  color: #fff;
  font-size: 25px;
  font-weight: 400;
  line-height: 50px;
}

.header__nav .nav__link, .burger-menu__nav .nav__link {
  text-transform: uppercase;
}

.nav__link:hover {
  color: #fdbb29;
}

.burger-menu__btn {
  color: #fff;
  background-color: #0000;
  justify-content: flex-end;
  width: 40px;
  height: 20px;
}

body.burgerMenuIsOpen .burger-menu__btn {
  z-index: 20;
}

.burger-menu__btn .burger-line {
  pointer-events: none;
  background-color: currentColor;
  width: 20px;
  height: 4px;
  margin: 0;
  transition-property: height, opacity, transform;
  transition-duration: .4s;
}

.burger-line:first-child {
  transform: translateY(8px);
}

.burger-line:nth-last-of-type(2) {
  width: 24px;
}

.burger-line:last-child {
  transform: translateY(-8px);
}

body.burgerMenuIsOpen .burger-menu__btn .burger-line:first-child {
  transform: rotate(-45deg);
}

body.burgerMenuIsOpen .burger-menu__btn .burger-line:nth-child(2n) {
  opacity: 0;
}

body.burgerMenuIsOpen .burger-menu__btn .burger-line:last-child {
  transform: rotate(45deg);
}

body.burgerMenuIsOpen header [data-burger-menu-btn="open"] {
  display: none;
}

[data-burger-menu-btn="close"] {
  position: absolute;
  top: 30px;
  right: 30px;
}

.burger-menu {
  z-index: 2;
  background: radial-gradient(312.08% 185.62% at 55.25% -70.61%, #21fff6 4.61%, #007c87 63.9%);
  border: 2px solid #fff;
  border-radius: 25px 0 0 25px;
  width: 100%;
  max-width: 400px;
  height: 100%;
  max-height: 100vh;
  top: 0;
  right: 0;
}

.burger-menu.isHidden {
  right: -101%;
}

.burger-menu.isHidden button, .burger-menu.isHidden a {
  pointer-events: none;
  visibility: hidden;
}

.burger-menu__container {
  width: 100%;
  height: 100%;
  padding: 100px 50px;
}

.burger-menu__footer {
  margin-top: auto;
}

.burger-menu__backdrop {
  opacity: .8;
  background: #1e1e1e80;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  top: 0;
  right: 0;
}

.header {
  z-index: 2;
  background-color: #0000;
  width: 100%;
  height: 61px;
  padding-top: 20px;
  position: absolute;
  top: 0;
  left: 0;
}

.header__container {
  gap: 16px;
  height: 41px;
}

footer {
  background: radial-gradient(55.62% 58% at 51.5% -4.37%, #21fff6 0%, #007c87 100%);
  margin-top: auto;
}

.footer__container {
  padding-top: 40px;
}

.footer__location {
  color: #fff;
  text-align: center;
  margin-top: 30px;
  font-weight: 500;
}

.footer__contacts {
  gap: 20px;
  width: 100%;
  margin: 40px 0;
}

@media (width <= 424px) {
  .footer__contacts {
    flex-direction: column;
  }
}

.footer-contacts__link {
  color: #fff;
  gap: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 17px;
}

.footer__text {
  color: #fff;
  text-align: center;
  font-size: 14px;
}

.footer__bottom {
  padding: 24px 0 30px;
}

.copyright {
  color: #fff;
  text-align: center;
  margin: 0 auto;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  display: block;
}

.hero {
  background: radial-gradient(70.71% 70.71%, #21fff6 0%, #007c87 100%) 0 0 / 100% no-repeat;
  border-radius: 0 0 50px 50px;
  padding: 120px 0 24px;
  position: relative;
}

.hero.hero--home {
  min-height: 862px;
}

.hero.hero--home:before {
  content: "";
  z-index: 1;
  background-image: url("../img/women.webp");
  background-position-y: bottom;
  background-repeat: no-repeat;
  background-size: 540px;
  width: 640px;
  height: 616px;
  position: absolute;
  bottom: 0;
  left: calc(50% + 20px);
  transform: translateX(-50%);
}

.hero .hero--offerwall {
  padding-bottom: 40px;
}

.hero__container {
  flex-grow: 1;
  height: 100%;
  position: relative;
}

.hero__container:before, .hero__container:after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  width: 86px;
  height: 86px;
  position: absolute;
}

.hero__container:before {
  background-image: url("../img/g2.webp");
  top: 420px;
  left: 10px;
}

.hero__container:after {
  background-image: url("../img/g3.webp");
  top: 100px;
  right: 10px;
}

.hero--req .hero__container:before {
  content: none;
}

.hero--req .hero__container:after {
  top: initial;
  bottom: 20px;
}

@media (width <= 599px) {
  .hero--req .hero__container:after {
    width: 72px;
    height: 72px;
    right: -20px;
  }
}

.hero--offerwall .hero__container {
  gap: 20px;
  padding: 0 20px 20px;
}

.hero--offerwall .hero__container:before {
  content: none;
}

.hero--offerwall .hero__container:after {
  width: 120px;
  height: 120px;
  top: 32px;
  right: -54px;
}

@media (width <= 599px) {
  .hero--offerwall .hero__container:after {
    width: 72px;
    height: 72px;
    top: 40px;
    right: -30px;
  }
}

@media (width >= 480px) {
  .hero--offerwall .hero__container {
    padding: 0 32px 20px;
  }
}

@media (width >= 600px) {
  .hero--offerwall .hero__container {
    padding: 0 50px 20px;
  }
}

.hero__title {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  text-shadow: 0 4px 50px #0000008f;
  font-size: 32px;
  font-weight: 700;
}

.hero__title span {
  color: #ffbc11;
}

.hero--req .hero__title {
  font-size: 28px;
}

.hero--offerwall .hero__title {
  font-size: 24px;
}

@media (width >= 375px) {
  .hero__title {
    font-size: 36px;
  }

  .hero--req .hero__title {
    font-size: 32px;
  }

  .hero--offerwall .hero__title {
    font-size: 26px;
  }
}

@media (width >= 425px) {
  .hero__title {
    font-size: 40px;
  }

  .hero--req .hero__title {
    font-size: 36px;
  }

  .hero--offerwall .hero__title {
    font-size: 32px;
  }
}

@media (width >= 480px) {
  .hero__title {
    font-size: 44px;
  }

  .hero--req .hero__title {
    font-size: 38px;
  }

  .hero--offerwall .hero__title {
    font-size: 36px;
  }
}

@media (width >= 600px) {
  .hero__title {
    font-size: 50px;
  }

  .hero--req .hero__title {
    font-size: 40px;
  }

  .hero--offerwall .hero__title {
    font-size: 36px;
  }
}

.hero__strong {
  color: #1c1c1c;
  width: fit-content;
  margin: 105px 0 0 auto;
  font-size: 20px;
  font-weight: 500;
  position: relative;
}

.hero__strong span:first-of-type {
  color: #048992;
  font-weight: 700;
}

.hero__strong span {
  z-index: 1;
}

.hero__strong:before {
  content: "";
  filter: blur(35px);
  background: #fff;
  border-radius: 287px;
  flex-shrink: 0;
  width: 287px;
  height: 146px;
  position: absolute;
  top: -38px;
  right: -36px;
}

.hero__offer {
  text-align: center;
  margin-top: 22px;
  font-size: 20px;
  font-weight: 500;
}

.hero__offer span:first-of-type, .hero__offer span:last-of-type {
  color: #fff;
}

@media (width >= 375px) {
  .hero__offer {
    font-size: 24px;
  }
}

@media (width >= 480px) {
  .hero__offer {
    font-size: 28px;
  }
}

@media (width >= 600px) {
  .hero__offer {
    font-size: 30px;
  }
}

.range-form {
  z-index: 1;
  backdrop-filter: blur(14px);
  background: linear-gradient(199deg, #d9d9d980 19.82%, #ffffff80 48.26%, #fff0 79.18%), linear-gradient(90deg, #fff3 .14%, #fff0 99.81%);
  border: 2px solid #fff;
  border-radius: 25px;
  width: 100%;
  max-width: 475px;
  height: 260px;
  margin: auto auto 0;
  padding: 32px 20px;
  font-weight: 500;
  box-shadow: 10px 4px 50px #00000040;
}

.range-form__value-wrap {
  gap: 4px;
  margin-bottom: 12px;
}

.range-form__value-wrap span {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.range-form__value-wrap [data-range-value] {
  margin-left: auto;
}

.range-form__minmax {
  margin-top: 8px;
  font-size: 14px;
}

.range-form__minmax span {
  margin-left: auto;
}

.range-form__msg {
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 20px;
}

.range-form__msg [data-time] {
  color: #ffbd12;
  font-weight: 700;
}

.range-form__btn {
  margin-top: auto;
}

input[type="range"] {
  appearance: none;
  cursor: pointer;
  --range-percent: 58%;
  background: linear-gradient(90deg, #038790 calc(var(--range-percent)  - 10%), #fff var(--range-percent));
  border-radius: 20px;
  outline: none;
  width: 100%;
  height: 17px;
}

input[type="range"]::-webkit-slider-thumb {
  appearance: none;
  background: #0eabaf;
  border: 3px solid #fff;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  transition: all .2s ease-in-out;
}

input[type="range"]::-moz-range-thumb {
  background: #0eabaf;
  border: 3px solid #fff;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  transition: all .2s ease-in-out;
}

input[type="range"]::-webkit-slider-thumb:hover {
  box-shadow: 0 0 0 10px #0eabaf1a;
}

input[type="range"]:active::-webkit-slider-thumb {
  box-shadow: 0 0 0 13px #0eabaf1a;
}

input[type="range"]:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 13px #0eabaf1a;
}

input[type="range"]::-moz-range-thumb:hover {
  box-shadow: 0 0 0 10px #0eabaf1a;
}

input[type="range"]:active::-moz-range-thumb {
  box-shadow: 0 0 0 13px #0eabaf1a;
}

input[type="range"]:focus::-moz-range-thumb {
  box-shadow: 0 0 0 13px #0eabaf1a;
}

.hero__text {
  text-align: center;
  font-size: 14px;
}

@media (width >= 480px) {
  .hero__text {
    font-size: 16px;
  }
}

@media (width >= 600px) {
  .hero__text {
    font-size: 18px;
  }
}

.steps {
  padding: 80px 0;
}

.steps__container {
  gap: 40px;
}

.steps__title span {
  color: #038790;
}

.steps__list {
  gap: 40px;
}

.step {
  color: #1c1c1c;
  text-align: center;
  text-transform: uppercase;
  gap: 20px;
  font-size: 25px;
  font-weight: 700;
  position: relative;
}

.step:before {
  content: attr(data-step);
  color: #fff;
  background-image: url("../img/step.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  flex-shrink: 0;
  width: 164px;
  height: 164px;
  font-size: 50px;
}

.step:nth-of-type(odd):before {
  background-image: url("../img/step.svg");
}

.step:nth-of-type(2n):before {
  background-image: url("../img/step-even.svg");
}

@media (width <= 479px) {
  .step {
    gap: 10px;
    font-size: 20px;
  }

  .step:before {
    width: 132px;
    height: 132px;
    font-size: 32px;
  }
}

.info {
  background: radial-gradient(70.71% 70.71%, #21fff6 0%, #007c87 100%);
  padding: 40px 0;
  position: relative;
}

.info__container {
  gap: 40px;
  position: relative;
}

.info__container:after {
  content: "";
  background-image: url("../img/g3.webp");
  background-repeat: no-repeat;
  background-size: contain;
  width: 156px;
  height: 156px;
  position: absolute;
  top: -40px;
  left: calc(100% - 110px);
}

@media (width <= 599px) {
  .info__container:after {
    width: 96px;
    height: 96px;
    top: 0;
    left: calc(100% - 60px);
  }
}

.info__title {
  z-index: 1;
  color: #fff;
  line-height: 2;
  position: relative;
}

.info__list {
  --gap: 16px;
}

@media (width >= 480px) {
  .info__list {
    --gap: 32px;
  }
}

@media (width >= 600px) {
  .info__list {
    --gap: 40px;
  }
}

.info__item {
  --items: 2;
  background: #fff;
  border-radius: 25px;
  gap: 20px;
  min-height: 220px;
  padding: 20px;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  box-shadow: 0 22px 44px -12px #03879059;
}

.info__item:before {
  content: "";
  background-repeat: no-repeat;
  height: 96px;
}

.info__item:first-of-type:before {
  background-image: url("../img/bank-account.svg");
}

.info__item:nth-of-type(2):before {
  background-image: url("../img/18.svg");
}

.info__item:nth-of-type(3):before {
  background-image: url("../img/visa.svg");
}

.info__item:nth-of-type(4):before {
  background-image: url("../img/call.svg");
}

@media (width >= 480px) {
  .info__item {
    font-size: 20px;
  }
}

.reviews {
  padding: 80px 0 40px;
}

.reviews__container {
  gap: 40px;
}

.reviews-swiper {
  padding: 50px 16px;
}

@media (width >= 600px) {
  .reviews-swiper {
    padding: 50px;
  }
}

@media (width >= 768px) {
  .reviews-swiper {
    padding: 60px;
  }
}

.review {
  background: #fff;
  border-radius: 25px;
  gap: 32px;
  padding: 30px 20px 48px;
  box-shadow: 12px 13px 54px #0003;
}

.review__head {
  gap: 16px;
  display: flex;
}

.review__img {
  border-radius: 50%;
  flex-shrink: 0;
  width: 42px;
  height: 42px;
}

.review__desc {
  gap: 6px;
}

.review__name {
  color: #000;
  min-height: 20px;
  font-size: 18px;
  font-weight: 500;
  display: block;
}

.review__location {
  color: #858585;
  min-height: 20px;
  font-size: 14px;
  display: block;
}

.review__rating {
  flex-shrink: 0;
  margin-left: auto;
}

.reviews-swiper {
  width: 100%;
}

.reviews-swiper__pagination {
  gap: 6px;
  margin-top: 32px;
}

.swiper-pagination-bullet {
  --swiper-pagination-bullet-horizontal-gap: 0;
  opacity: 1;
  background-color: #d3d3d3;
  border-radius: 8px;
  width: 22px;
  height: 7px;
  display: block;
}

.swiper-pagination-bullet-active {
  background-color: #ffb128;
}

.reviews-swiper__btn {
  z-index: 2;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 160px;
}

.reviews-swiper__btn.reviews-swiper-btn-prev {
  left: 10px;
}

.reviews-swiper__btn.reviews-swiper-btn-next {
  left: calc(100% - 50px);
}

.reviews-swiper__btn svg {
  stroke: #192122;
}

.reviews-swiper__btn:hover svg {
  stroke: #ffb128;
}

@media (width <= 599px) {
  .reviews-swiper__btn {
    display: none;
  }
}

.faq {
  padding: 0 0 20px;
}

.faq__container {
  gap: 40px;
}

.faq__title {
  line-height: 55px;
}

.faq__list {
  border: 1px solid #d1d6d8;
  border-radius: 50px;
}

.faq__item {
  border-radius: 50px 50px 0 0;
  padding: 36px 24px;
  position: relative;
}

.faq__item:before {
  content: "";
  z-index: -1;
  background-color: #fff;
  border-radius: 50px 50px 0 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.faq__item:last-of-type:before {
  border-radius: 50px;
}

.faq__item.active:before {
  background: radial-gradient(181.81% 181.81% at 50% 139.9%, #21fff6 0%, #007c87 100%);
}

.faq__item:not(:last-of-type):before {
  height: calc(100% + 48px);
}

@media (width >= 480px) {
  .faq__item {
    padding: 36px 48px;
  }
}

@media (width >= 600px) {
  .faq__item {
    padding: 36px 48px;
  }
}

.faq__btn {
  color: #1c1c1c;
  letter-spacing: -.45px;
  text-align: start;
  gap: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.faq__btn svg {
  stroke: #192122;
  flex: 0 0 16px;
  width: 16px;
  height: 8px;
  margin-left: auto;
}

.faq__btn.active {
  color: #fff;
}

.faq__btn.active svg {
  stroke: #fff;
  transform: rotate(180deg);
}

.faq__content {
  grid-template-rows: 0fr;
  display: grid;
}

.faq__content.active {
  grid-template-rows: 1fr;
}

.faq__content-inner {
  overflow: hidden;
}

.faq__text {
  opacity: .3;
  color: #fff;
  transition-delay: 50ms;
}

.faq__text:first-of-type {
  margin-top: 20px;
}

.active .faq__text {
  opacity: 1;
}

.example {
  padding: 80px 0 0;
}

.example__container {
  gap: 40px;
  position: relative;
}

.example__container:before {
  content: "";
  background-image: url("../img/g2.webp");
  background-repeat: no-repeat;
  background-size: contain;
  width: 156px;
  height: 156px;
  position: absolute;
  top: -80px;
  left: -54px;
}

.example__text {
  color: #000;
  font-size: 18px;
}

.example__img {
  margin: 0 auto;
}

.req-form {
  padding: 64px 0 80px;
}

.req-form__container {
  position: relative;
}

.req-form__container:after {
  content: "";
  background-image: url("../img/g3.webp");
  background-repeat: no-repeat;
  background-size: contain;
  width: 86px;
  height: 86px;
  position: absolute;
  top: 200px;
  left: -4px;
}

[name="reqForm"] {
  z-index: 1;
  backdrop-filter: blur(14px);
  background: linear-gradient(#06919980 1.24%, #07959d80 42.6%, #fff0 98.24%), linear-gradient(90deg, #fff3 .14%, #fff0 99.81%);
  border: 2px solid #fff;
  border-radius: 25px;
  gap: 20px;
  padding: 32px 22px 76px;
  position: relative;
  box-shadow: 10px 4px 50px #00000040;
}

[name="reqForm"] h2 {
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

@media (width <= 479px) {
  [name="reqForm"] h2 {
    font-size: 24px;
  }
}

[name="reqForm"] .form__input label {
  display: none;
}

[name="reqForm"] div.icon {
  background-repeat: no-repeat;
  background-size: 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 20px;
  right: 10px;
}

[name="reqForm"] input.error ~ div.icon {
  background-image: url("../img/error.svg");
}

[name="reqForm"] input.success ~ div.icon {
  background-image: url("../img/success.svg");
}

[name="reqForm"] .form__input {
  position: relative;
}

[name="reqForm"] .form__input span {
  margin-top: 6px;
  display: block;
}

[name="reqForm"] .input__field {
  color: #b3b3b3;
  background-color: #fff;
  border: 1px solid #0000;
  border-radius: 5px;
  outline: none;
  width: 100%;
  height: 60px;
  padding: 20px 40px 20px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}

[name="reqForm"] .input__field.error {
  border-color: #eb5757;
}

[name="reqForm"] .input__field:not(:placeholder-shown) {
  color: #1c1c1c;
}

[name="reqForm"] .error {
  color: #eb5757;
}

[name="reqForm"] #checkbox {
  display: none;
}

[name="reqForm"] label[for="checkbox"] {
  color: #1c1c1c;
  padding-left: 32px;
  font-size: 12px;
  font-weight: 300;
  line-height: normal;
  position: relative;
}

[name="reqForm"] label[for="checkbox"] a {
  color: #038790;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
}

[name="reqForm"] label[for="checkbox"]:before {
  content: "";
  background-color: #0000;
  border: 1px solid #038790;
  border-radius: 2px;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

[name="reqForm"] input:checked ~ label[for="checkbox"]:before {
  background-color: #038790;
  background-image: url("../img/check.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px;
}

[name="reqForm"] .errorCheck label[for="checkbox"]:before {
  border-color: #eb5757;
}

[name="reqForm"] .errorCheck label[for="checkbox"]:after {
  content: "";
  background-image: url("../img/error.svg");
  background-repeat: no-repeat;
  background-size: 12px;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 2px;
  right: 8px;
}

[name="reqForm"] #checkbox_error {
  margin-top: 6px;
  font-size: 12px;
  line-height: 18px;
  display: block;
}

.offers {
  padding: 40px 0 80px;
}

.offers__container {
  position: relative;
}

.offers__container:before {
  content: "";
  background-image: url("../img/g3.webp");
  background-repeat: no-repeat;
  background-size: contain;
  width: 86px;
  height: 86px;
  position: absolute;
  top: 80px;
  left: 0;
}

.offers__list {
  z-index: 1;
  --gap: 16px;
  position: relative;
}

@media (width >= 480px) {
  .offers__list {
    --gap: 32px;
  }
}

@media (width >= 600px) {
  .offers__list {
    --gap: 40px;
  }
}

.offers__item {
  --items: 2;
  background: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 25px;
  padding: 12px;
  box-shadow: 0 22px 44px -12px #03879059;
}

@media (width >= 480px) {
  .offers__item {
    padding: 16px;
  }
}

.offer__img-wrap {
  border-bottom: 1px solid #cecece;
  height: 80px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

@media (width >= 375px) {
  .offer__img-wrap {
    height: auto;
  }
}

@media (width >= 480px) {
  .offer__img-wrap {
    height: auto;
  }
}

@media (width >= 600px) {
  .offer__img-wrap {
    height: auto;
  }
}

.offer__img {
  object-fit: contain;
  width: 100%;
  height: auto;
  max-width: 200px;
}

.offer__text {
  font-size: 16px;
}

.offer__text--small {
  font-size: 12px;
}

.offer__text--accent {
  color: #038790;
  font-weight: 600;
}

@media (width >= 375px) {
  .offer__text {
    font-size: 20px;
  }

  .offer__text--small {
    font-size: 18px;
  }
}

@media (width >= 480px) {
  .offer__text {
    font-size: 24px;
  }

  .offer__text--small {
    font-size: 20px;
  }
}

@media (width >= 600px) {
  .offer__text {
    font-size: 25px;
  }
}

.offer__link--action {
  height: 40px;
  font-size: 10px;
  font-weight: 600;
}

@media (width <= 479px) {
  .offer__link--action {
    border-radius: 16px;
  }
}

@media (width >= 425px) {
  .offer__link--action {
    font-size: 12px;
  }
}

@media (width >= 480px) {
  .offer__link--action {
    font-size: 14px;
  }
}

.offer__btn--info {
  color: #038790;
  text-align: center;
  margin: 16px 0;
  font-size: 10px;
  font-weight: 400;
  line-height: normal;
}

@media (width >= 425px) {
  .offer__btn--info {
    font-size: 12px;
  }
}

@media (width >= 480px) {
  .offer__btn--info {
    font-size: 14px;
  }
}

[data-offer-info].isHidden {
  display: none;
}

.offer-info__backdrop {
  z-index: 3000;
  background-color: #000000cc;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  position: fixed;
  left: 0;
  top: 0;
  cursor:pointer;
}

@media (width >= 768px) and (height >= 768px) {
  .offer-info__backdrop {
    align-items: center;
    display: flex;
  }
}

.offer-info__content {
  background: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 25px;
  width: 90%;
  max-width: 500px;
  padding: 60px 30px 40px;
  box-shadow: 0 22px 44px -12px #03879059;

  position: fixed;  /* Фиксированное положение на экране */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* Смещение назад на 50% от своих размеров */

  z-index: 3500;
}


[data-offer-info].isHidden .offer-info__content {
  transform: scale(.8);
}

.offer__btn-close {
  background-color: #0000;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  margin-left: auto;
  position: absolute;
  top: 30px;
  right: 30px;
}

.offer-info__text {
  text-align: center;
  font-size: 14px;
}

.isHidden .offer-info__text {
  opacity: 0;
}

.offer-info__content .offer__link--action {
  max-width: 300px;
  margin: 0 auto;
}