/* Узнайте, подходит ли вам процедура 100% списания долгов, ответив всего на _5 вопросов */
:root {
  --fz-52: 52px;
  --fz-36: 36px;
  --fz-32: 32px;
  --fz-24: 24px;
  --fz-20: 20px;
  --fz-16: 16px;
}

@font-face {
  font-family: "Geometria";
  src: url("../fonts/Geometria/Geometria-Light.eot");
  src:
    local("Geometria Light"),
    local("Geometria-Light"),
    url("../fonts/Geometria/Geometria-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Geometria/Geometria-Light.woff") format("woff"),
    url("../fonts/Geometria/Geometria-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Geometria";
  src: url("../fonts/Geometria/Geometria-Bold.eot");
  src:
    local("Geometria Bold"),
    local("Geometria-Bold"),
    url("../fonts/Geometria/Geometria-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Geometria/Geometria-Bold.woff") format("woff"),
    url("../fonts/Geometria/Geometria-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Geometria";
  src: url("../fonts/Geometria/Geometria-Medium.eot");
  src:
    local("Geometria Medium"),
    local("Geometria-Medium"),
    url("../fonts/Geometria/Geometria-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Geometria/Geometria-Medium.woff") format("woff"),
    url("../fonts/Geometria/Geometria-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

.circle {
  position: absolute;
  z-index: 0;
}

.circle__top--right {
  top: -34rem;
  right: -22rem;
}

.circle__bottom--right {
  right: -10rem;
  bottom: -40rem;
}

.circle__bottom--left {
  left: -25rem;
  bottom: -27rem;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.direct-section-4 {
  background-color: #42ae45;
  position: relative;
  overflow: hidden;
}

.direct-section-4__titile {
  color: #fff;
  font-weight: 300;
  text-align: center;
}

.direct-section-4__subtitle {
  font-size: var(--fz-32);
  text-align: center;
  color: #fff;
}

.direct-section-4__image {
  background: #d9d9d9;
  max-width: 400px;
  text-align: center;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.direct-section-4__image span {
  font-size: var(--fz-24);
  font-weight: 700;
}

.direct-section-4__image p {
  font-size: var(--fz-24);
  font-weight: 300;
  line-height: 30px;
  text-decoration-line: underline;
  margin-top: 24px;
}

.form-step {
  border-radius: 8px;
  box-shadow: 4px 6px 4px 0px rgba(0, 0, 0, 0.25);
  background: rgb(245, 245, 245);
  padding: 80px;
  max-width: 1280px;
  margin: 0 auto;
  margin-top: 70px;
  position: relative;
  z-index: 1;
}

.form-step__flex {
  display: flex;
  padding: 0;
}

.form-step__wrapper {
  flex: 1;
  padding: 110px;
}

.form-step__progressbar {
  height: 29px;
  position: relative;
  background: rgba(149, 193, 43, 0.22);
  padding: 1px;
  border-radius: 8px;
  margin-bottom: 35px;
  /* box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3); */
}

.form-step__progressbar>span:first-child {
  display: block;
  height: 100%;
  background-color: rgb(149, 193, 43);
  background-image: linear-gradient(center bottom, rgb(149, 193, 43) 37%, rgb(149, 193, 43) 69%);
  box-shadow:
    inset 0 2px 9px rgba(255, 255, 255, 0.3),
    inset 0 -2px 6px rgba(0, 0, 0, 0.4);
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.form-step__progressbar>span:first-child:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(-45deg,
      rgba(255, 255, 255, 0.2) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.2) 50%,
      rgba(255, 255, 255, 0.2) 75%,
      transparent 75%,
      transparent);
  z-index: 1;
  background-size: 50px 50px;
  animation: move 2s linear infinite;
  overflow: hidden;
}

.form-step__progressbar span {
  transition: width 0.3s ease;
}

.form-step__progressbar--label {
  transition: all 0.3s ease;
}

.form-step__progressbar--label {
  position: absolute;
  overflow: hidden;
  left: 0px;
  right: 0px;
  color: #000;
  font-size: var(--fz-16);
  font-weight: 500;
  text-align: center;
  top: 0;
  bottom: 0;
  line-height: 1.7;
}

@keyframes move {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 50px 50px;
  }
}

/* .step__input:checked {
	border: 1px solid #8dc63f
} */

.step {
  display: none;
}

.step.active {
  display: block;
}

.step__span {
  display: block;
  font-weight: 500;
  font-size: var(--fz-16);
  /* border-radius: 4px; */
  padding: 8px 16px 8px 48px;
  /* border: 1px solid rgba(182, 182, 182, .4); */
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.step__span:before {
  content: "";
  position: absolute;
  background: rgb(224, 233, 200);
  /* border: 1px solid #b6b6b6; */
  border-radius: 8px;
  width: 24px;
  height: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0px;
}

.step__span:after {
  content: "";
  position: absolute;
  background: #8dc63f;
  border: 6px solid rgb(224, 233, 200);
  border-radius: 50px;
  width: 24px;
  height: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0px;
  opacity: 0;
}

.step__input:checked+.step__span:after {
  opacity: 1;
}

.step__input:checked+.step__span {
  /* border: 1px solid #8dc63f; */
}

.step p {
  font-size: var(--fz-24);
  font-weight: 500;
  margin-bottom: 20px;
}

.step label {
  padding-bottom: 3px;
  display: block;
  cursor: pointer;
}

.step__button {
  margin-top: 48px;
  display: flex;
  gap: 20px;
}

.step__button button {
  padding: 9px 30px;
  box-sizing: border-box;
  border-radius: 8px;
  cursor: pointer;
}

.step__button button:disabled {
  cursor: no-drop;
  opacity: 0.5;
}

.step__button--prev {
  border: 1px solid rgba(89, 89, 89, 0.5);
  background: rgba(165, 165, 165, 0);
}

.step__button--next {
  border: 1px solid rgb(255, 101, 14);
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.1);
  background: rgb(255, 101, 14);
  color: #fff;
}

.step__send {
  border-radius: 8px;
  box-shadow: 4px 6px 4px 0px rgba(0, 0, 0, 0.25);
  background: rgb(255, 101, 14);
  padding: 24px 45px 24px 45px;
  color: rgb(255, 255, 255);
  font-size: var(--fz-20);
  font-weight: 700;
  line-height: 1.25;
  display: block;
  cursor: pointer;
  border: none;
  width: 100%;
}

.step input[type="tel"],
.step input[type="text"],
.step select {
  width: 100%;
  border-radius: 8px;
  font-size: var(--fz-16);
  font-weight: 300;
  padding: 10px 32px;
  border: 1px solid #ededed;
  margin-bottom: 12px;
}

.step__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}

.step__timer {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.step__timer span {
  border-radius: 8px;
  padding: 10px;
  text-align: center;
  background: rgba(255, 255, 255, 0.68);
  position: absolute;
  right: 2rem;
  min-width: 240px;
  font-size: var(--fz-16);
  font-weight: 300;
  line-height: 1.25;
}

.step__left .step__button {
  margin-top: 10px;
}

.step .step__policies {
  font-size: var(--fz-16);
  color: #595959;
  text-align: center;
  margin-top: 25px;
  font-weight: 500;
}

.step__policies a {
  color: #595959;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .form-step__wrapper {
      padding: 25px;
    }
  
    .direct-section-4__image {
      max-width: 300px;
    }
}
@media (max-width: 576px) {
  :root {
    --fz-52: 24px;
    --fz-36: 18px;
    --fz-32: 18px;
    --fz-24: 16px;
    --fz-20: 16px;
    --fz-16: 14px;
  }
    .form-step {
      margin-top: 40px;
      padding: 20px;
    }
     .form-step__wrapper {
       padding: 0;
     }
    .circle {
      display: none;
    }
        .direct {
          padding: 40px 0;
        }
                .direct-section-4__image {
                  display: none;
                }
                 .direct__titile {
                   text-align: left;
                 }
}
/* END Узнайте, подходит ли вам процедура 100% списания долгов, ответив всего на _5 вопросов */