.survey {
  position: relative;
  padding: 7.5rem 0 10rem;
  min-height: 57.5rem;
}
.survey__bg img {
  -o-object-position: top;
  object-position: top;
}
.survey__container {
  text-align: center;
}
.survey__container.show-on-success {
  margin-top: 7.5rem;
}
.survey__title {
  margin-bottom: 2rem;
}
.survey__text {
  color: var(--white-07);
  margin-bottom: 5rem;
}
.survey__text > p:not(:last-child) {
  margin-bottom: 1.25rem;
}
.survey__descr {
  font-size: max(1.25rem, 12px);
  line-height: 100%;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#46fb65), to(#f5fc44));
  background: linear-gradient(90deg, #46fb65 0%, #f5fc44 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 1.5rem;
}
.survey__description {
  font-weight: 600;
  background: -webkit-gradient(linear, left top, right top, from(#46fb65), to(#f5fc44));
  background: linear-gradient(90deg, #46fb65 0%, #f5fc44 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 3rem;
}
.survey__progress {
  height: 3.875rem;
  position: relative;
  background-color: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 3.125rem;
  max-width: 54.875rem;
  width: 100%;
  margin: 0 auto 5rem;
}
.survey__progress::before {
  content: "";
  position: absolute;
  top: 0.1875rem;
  left: 0.1875rem;
  right: 0.1875rem;
  bottom: 0.1875rem;
  z-index: 1;
  background-color: #0F0F0F;
  border-radius: 3.125rem;
}
.survey__progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: absolute;
  top: 0.5rem;
  bottom: 0.5rem;
  left: 0.5rem;
  z-index: 2;
  background: -webkit-gradient(linear, left top, right top, from(#46fb65), to(#f5fc44));
  background: linear-gradient(90deg, #46fb65 0%, #f5fc44 100%);
  border-radius: 3.125rem;
  min-width: 3.75rem;
}
.survey__progress-bar > span {
  position: relative;
  z-index: 3;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 1.1875rem;
  height: 2.5rem;
  border-radius: 3.125rem;
}
.survey__progress-bar > span::before {
  content: "";
  position: absolute;
  top: -0.1875rem;
  left: -0.1875rem;
  right: -0.1875rem;
  bottom: -0.1875rem;
  z-index: 1;
  border-radius: 3.125rem;
  background: -webkit-gradient(linear, left top, right top, from(#46fb65), to(#f5fc44));
  background: linear-gradient(90deg, #46fb65 0%, #f5fc44 100%);
}
.survey__progress-bar > span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  border-radius: 3.125rem;
  background-color: #0f0f0f;
}
.survey__progress-bar > span > span {
  position: relative;
  z-index: 2;
  color: var(--white);
  font-size: max(2rem, 12px);
  line-height: 100%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}
.survey__button a > svg {
  position: static;
  z-index: 2;
  width: 1.5rem;
  height: 1.1875rem;
  margin-right: 1rem;
}
.survey__button a > svg path {
  -webkit-transition: fill 0.6s ease-in-out;
  transition: fill 0.6s ease-in-out;
}
@media (any-hover: hover) {
  .survey__button a:hover > svg path {
    fill: var(--black);
  }
}
.survey__wrapper {
  position: relative;
  padding-top: 5rem;
  max-width: 75.25rem;
  width: 100%;
  margin: 5rem auto 0;
}
.survey__wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  opacity: 0.2;
  background: -webkit-gradient(linear, left top, right top, from(#46fb65), to(#f5fc44));
  background: linear-gradient(to right, #46fb65 0%, #f5fc44 100%);
}
.survey__model {
  max-width: 37.5rem;
  width: 100%;
  height: 19.625rem;
  margin: 5rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.survey__model > * {
  width: 100%;
  height: 165%;
  -o-object-fit: cover;
  object-fit: cover;
}
.survey--sucess .survey__container.show-on-success {
  margin-top: unset;
}
@media (max-width: 768px) {
  .survey {
    padding: 80px 0 120px;
    min-height: unset;
  }
  .survey__container.show-on-success {
    margin-top: 60px;
  }
  .survey__title {
    margin-bottom: 24px;
  }
  .survey__text {
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 60px;
  }
  .survey__descr {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .survey__description {
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 40px;
  }
  .survey__progress {
    margin-bottom: 60px;
  }
  .survey__wrapper {
    padding-top: 60px;
    margin-top: 60px;
  }
  .survey__model {
    height: 182px;
    margin-top: 45px;
  }
  .survey__model > * {
    width: 100%;
    height: 165%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.quiz {
  max-width: 75.25rem;
  margin: 2.5rem auto 0;
}
.quiz__wrapper {
  padding: 3rem;
  border-radius: 3rem;
  color: var(--white);
}
.quiz__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2rem;
}
.quiz__quantity {
  font-weight: 500;
  margin-right: 1.25rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: -webkit-gradient(linear, left top, right top, from(#46fb65), to(#f5fc44));
  background: linear-gradient(90deg, #46fb65 0%, #f5fc44 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.quiz__progress {
  width: 100%;
  height: 0.25rem;
  background-color: var(--white-02);
  border-radius: 0.625rem;
}
.quiz__progress > span {
  display: block;
  height: 100%;
  border-radius: 0.625rem;
  background: -webkit-gradient(linear, left top, right top, from(#46fb65), to(#f5fc44));
  background: linear-gradient(90deg, #46fb65 0%, #f5fc44 100%);
}
.quiz__steps-answers {
  padding: 0 7.5rem;
}
.quiz__steps-answers .input__message {
  display: none;
  background: rgba(235, 132, 132, 0.2);
  border: 1px solid rgba(255, 0, 0, 0.1);
  border-radius: 0.75rem;
  padding: 0.65625rem 1rem;
  font-size: max(0.875rem, 12px);
  line-height: 140%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  margin-top: 1.5rem;
}
.quiz__steps-answers .input__message p {
  background: linear-gradient(128deg, #ff8f8f 0%, #eb3d3d 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.quiz__steps-answers .input:last-of-type.is-error + .input__message {
  display: block;
}
.quiz__steps-answers .input--amount.is-error .input__message {
  display: block;
}
.quiz__steps-answers .input--radio:not(:last-child) {
  margin-bottom: 0.75rem;
}
.quiz__steps-item {
  display: none;
}
.quiz__steps-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: max(1.5rem, 12px);
  line-height: 120%;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.quiz__steps-number {
  width: 6rem;
  text-align: right;
  margin-right: 1.5rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.quiz__steps-question {
  text-align: left;
}
.quiz__steps-buttons {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 2rem;
  margin-top: 2rem;
  padding-left: 7.5rem;
}
.quiz__steps-buttons::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  opacity: 0.2;
  background: -webkit-gradient(linear, left top, right top, from(#46fb65), to(#f5fc44));
  background: linear-gradient(to right, #46fb65 0%, #f5fc44 100%);
}
.quiz__steps-button {
  position: relative;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 50%;
  -webkit-transition: background-color var(--hover-transition);
  transition: background-color var(--hover-transition);
}
.quiz__steps-button > svg {
  position: relative;
  z-index: 2;
  width: 1.25rem;
  height: 1.25rem;
  -o-object-fit: contain;
  object-fit: contain;
}
.quiz__steps-button > svg path {
  -webkit-transition: stroke var(--hover-transition);
  transition: stroke var(--hover-transition);
}
.quiz__steps-button::before {
  content: "";
  position: absolute;
  padding: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#46fb65), to(#f5fc44));
  background: linear-gradient(to right, #46fb65 0%, #f5fc44 100%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  -webkit-transition: opacity var(--hover-transition), visibility var(--hover-transition);
  transition: opacity var(--hover-transition), visibility var(--hover-transition);
}
.quiz__steps-button[disabled] {
  border: 2px solid var(--white-02);
  cursor: not-allowed;
}
.quiz__steps-button[disabled]::before {
  opacity: 0;
  visibility: hidden;
}
.quiz__steps-button[disabled] > svg path {
  stroke: var(--white-04);
}
.quiz__steps-button:not(:last-child) {
  margin-right: 0.75rem;
}
.quiz__steps-button.js-btn-prev svg path {
  stroke: var(--white);
}
@media (any-hover: hover) {
  .quiz__steps-button.js-btn-prev:hover {
    background-color: var(--white-01);
  }
}
.quiz__steps-button--next::before {
  -webkit-mask: unset;
  background: -webkit-gradient(linear, left top, right top, from(#46fb65), to(#f5fc44));
  background: linear-gradient(90deg, #46fb65 0%, #f5fc44 100%);
}
.quiz__steps-button--next::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity var(--hover-transition), visibility var(--hover-transition);
  transition: opacity var(--hover-transition), visibility var(--hover-transition);
}
@media (any-hover: hover) {
  .quiz__steps-button--next:hover::after {
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 768px) {
  .quiz__wrapper {
    padding: 20px;
    border-radius: 20px;
  }
  .quiz__steps-answers {
    padding: unset;
  }
  .quiz__steps-row {
    font-size: 20px;
    line-height: 140%;
  }
  .quiz__steps-number {
    width: auto;
    margin-right: 8px;
  }
}
/*# sourceMappingURL=survey.css.map */
/*# sourceMappingURL=survey.css.map */