/* stylelint-disable */

/* stylelint-disable */

/* stylelint-disable scss/operator-no-unspaced */

/* stylelint-disable scss/dollar-variable-colon-newline-after */

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Oswald";
  src: url("../fonts/Oswald-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}

html {
  font-family: var(--font-family);
  font-weight: var(--font-weight);
  font-size: 62.5%;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

html,
body {
  height: 100%;
}

body {
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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

pre {
  font-family: monospace;
  font-size: 1em;
}

a {
  text-decoration: none;
}

img {
  height: auto;
  max-width: 100%;
  object-fit: cover;
}

button {
  border: none;
  text-align: left;
  background-color: transparent;
  cursor: pointer;
}

ul,
ol {
  list-style: none;
}

input {
  appearance: none;
  border: none;
  border-radius: 0;
  background-color: #fff;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
  display: none;
}

.js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}

.focus-visible {
  outline: auto 1px;
}

.ios .lock {
  position: relative;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

:root {
  --font-family: "Inter", sans-serif;
  --second-family: "Oswald", sans-serif;
  --font-weight: 400;
  --content-width: 120rem;
  --container-offset: 1.5rem;
  --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
  --transition: 0.3s;
  --clr-default-100: #fff;
  --clr-default-400: #181818;
  --clr-default-900: #000;
}

body {
  font-size: 1.6rem;
  color: var(--clr-default-400);
  background: #00020e;
}

body.lock {
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  overscroll-behavior: none;
}

.wrapper {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  min-width: 32rem;
  min-height: 100%;
}

.wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity var(--transition), visibility var(--transition);
}

.wrapper[data-overlay=true]::before {
  opacity: 1;
  visibility: visible;
  transition: opacity var(--transition), visibility var(--transition);
}

main {
  flex-grow: 1;
}

.container {
  margin-inline: auto;
  padding-inline: var(--container-offset);
  width: 100%;
  max-width: var(--container-width);
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
}

.menu__list {
  display: flex;
  align-items: center;
}

.menu__item:not(:last-child) {
  margin-right: 1.5rem;
}

.logo a {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 0.7186813187rem + 0.8791208791vw, 1.8rem);
}

.logo a span {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: clamp(1rem, 0.8945054945rem + 0.3296703297vw, 1.3rem);
  line-height: 115%;
  letter-spacing: 0.04em;
  color: #fff;
}

.burger {
  display: none;
}

.header {
  position: relative;
  padding-top: clamp(2rem, 1.2967032967rem + 2.1978021978vw, 4rem);
}

.header__wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: clamp(1rem, 0.2967032967rem + 2.1978021978vw, 3rem);
}

.header__cunsult {
  display: flex;
  align-items: center;
  border: 0.1rem solid rgba(255, 255, 255, 0.2);
  border-radius: 100rem;
  padding: 1rem 1.5rem;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
  gap: 0.8rem;
}

.header__cunsult::before {
  content: "";
  position: relative;
  display: flex;
  border-radius: 100%;
  min-width: 0.8rem;
  min-height: 0.8rem;
  max-width: 0.8rem;
  max-height: 0.8rem;
  background-color: #53c722;
}

.header-call {
  display: flex;
  margin-left: auto;
  gap: 0.7rem;
}

.header-call__main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
}

.header-call__tel {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: clamp(1.5rem, 1.3241758242rem + 0.5494505495vw, 2rem);
  text-transform: uppercase;
  color: #fff;
}

.header-call__text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: clamp(1rem, 0.8593406593rem + 0.4395604396vw, 1.4rem);
  color: rgba(255, 255, 255, 0.7);
}

.footer {
  padding-top: clamp(7rem, 6.2967032967rem + 2.1978021978vw, 9rem);
  padding-bottom: clamp(2rem, 1.2967032967rem + 2.1978021978vw, 4rem);
}

.footer picture {
  display: flex;
}

.footer__wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-style: solid;
  border-width: 0.1rem;
  border-color: #232530;
  border-radius: 2rem;
  padding: clamp(3rem, 2.6483516484rem + 1.0989010989vw, 4rem) clamp(1.5rem, 0.9725274725rem + 1.6483516484vw, 3rem);
  background: rgba(255, 255, 255, 0.06);
  gap: clamp(1rem, -0.0549450549rem + 3.2967032967vw, 4rem);
}

.footer__bg {
  position: absolute;
  right: 0;
  bottom: 0;
}

.footer__item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.footer__num {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: clamp(2.7rem, 2.4186813187rem + 0.8791208791vw, 3.5rem);
  line-height: 100%;
  color: #fff;
}

.footer__text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: clamp(1.2rem, 1.1296703297rem + 0.2197802198vw, 1.4rem);
  line-height: 150%;
  color: rgba(255, 255, 255, 0.6);
}

.footer-info__text {
  display: flex;
  align-items: flex-start;
  max-width: 32rem;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.6);
  gap: 1.5rem;
}

.footer-info__sign {
  display: flex;
  align-items: center;
  margin-top: 2rem;
  gap: 2rem;
}

.footer-info__name {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 150%;
  color: #fff;
}

.footer-info__position {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.7);
}

.hero {
  padding-top: clamp(3.5rem, 2.7615384615rem + 2.3076923077vw, 5.6rem);
}

.hero__bg {
  position: absolute;
  right: 0;
  top: 0;
}

.hero__bg picture {
  display: flex;
}

.hero__thank {
  display: flex;
  flex-grow: 1;
  flex-basis: 34%;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
  border-radius: 1rem;
  padding: 1.5rem 1rem;
  height: 5.4rem;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 150%;
  color: #fff;
  background: linear-gradient(180deg, #f4363d 0%, #d91920 100%);
  gap: 1rem;
}

.hero__wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
}

.hero-main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.hero-main__caption {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: clamp(1.4rem, 1.3296703297rem + 0.2197802198vw, 1.6rem);
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

.hero-main__title {
  margin-top: 1rem;
  max-width: 65rem;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: clamp(2.7rem, 1.8912087912rem + 2.5274725275vw, 5rem);
  text-transform: uppercase;
  color: #fff;
}

.hero-main__title span {
  color: #f4363d;
}

.hero-main__text {
  margin-top: clamp(1.5rem, 1.3241758242rem + 0.5494505495vw, 2rem);
  max-width: 51rem;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: clamp(1.6rem, 1.5296703297rem + 0.2197802198vw, 1.8rem);
  line-height: 150%;
  color: rgba(255, 255, 255, 0.7);
}

.hero-main__block {
  display: flex;
  margin-top: 3.5rem;
  border-style: solid;
  border-width: 0.1rem;
  border-color: #3f414a;
  border-radius: 1.5rem;
  padding: clamp(1.5rem, 1.3241758242rem + 0.5494505495vw, 2rem);
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(140px);
  gap: clamp(1rem, 0.4725274725rem + 1.6483516484vw, 2.5rem);
}

.hero-main__item {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.hero-main__ico {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  padding: 0.7rem 0.9rem;
  width: 4.5rem;
  height: 4.5rem;
  box-shadow: inset -4px 4px 10px 0 rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(4rem);
}

.hero-main__wrap {
  display: flex;
  flex-direction: column;
}

.hero-main__legend {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 150%;
  text-transform: uppercase;
  color: #fff;
}

.hero-main__info {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: clamp(1.2rem, 1.1648351648rem + 0.1098901099vw, 1.3rem);
  line-height: 150%;
  color: rgba(255, 255, 255, 0.7);
}

.hero-main__stick {
  width: 0.1rem;
  height: 4.5rem;
  background-color: rgba(255, 255, 255, 0.1);
}

.hero-info {
  border-radius: 2rem;
  padding: clamp(2.2rem, 2.6054945055rem + -0.3296703297vw, 2.5rem) clamp(2.5rem, 2.289010989rem + 0.6593406593vw, 3.1rem);
  max-width: 30.3rem;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(40px);
}

.hero-info__caption {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: clamp(1.6rem, 1.5296703297rem + 0.2197802198vw, 1.8rem);
  line-height: 150%;
  text-transform: uppercase;
  color: #fff;
}

.hero-info__item {
  display: flex;
  flex-direction: column;
  margin-top: clamp(2rem, 1.6483516484rem + 1.0989010989vw, 3rem);
  gap: 0.5rem;
}

.hero-info__item_red {
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: inset 4px 4px 23px 0 rgba(244, 54, 61, 0.3);
  background: rgba(244, 54, 61, 0.05);
}

.hero-info__item_red .hero-info__cashback {
  color: #f4363d;
}

.hero-info__legend {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: clamp(1.2rem, 1.0593406593rem + 0.4395604396vw, 1.6rem);
  line-height: 150%;
  color: rgba(255, 255, 255, 0.6);
}

.hero-info__cashback {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: clamp(2.2rem, 1.7428571429rem + 1.4285714286vw, 3.5rem);
  line-height: 100%;
  color: #fff;
}

.hero-info__cashback span {
  font-size: 2.5rem;
}

.hero-info__people {
  margin-top: 3rem;
}

.hero-info__text {
  margin-top: 1rem;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: clamp(1.4rem, 1.3296703297rem + 0.2197802198vw, 1.6rem);
  line-height: 150%;
  color: #fff;
}

.hero-info__rating {
  display: flex;
  align-items: center;
  margin-top: 1.5rem;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: clamp(1.4rem, 1.3296703297rem + 0.2197802198vw, 1.6rem);
  line-height: 150%;
  color: #fff;
  gap: 1rem;
}

.hero-info__google {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: clamp(1.4rem, 1.4rem + 0vw, 1.4rem);
  line-height: 150%;
  color: rgba(255, 255, 255, 0.6);
}

.hero-quiz {
  margin-top: 2rem;
  border-style: solid;
  border-width: 0.1rem;
  border-color: #3f414a;
  border-radius: 2rem;
  padding: clamp(1rem, 0.2967032967rem + 2.1978021978vw, 3rem);
  width: 77rem;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(140px);
}

.hero-quiz.show {
  display: block;
}

.hero-quiz__num {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 150%;
  text-transform: uppercase;
  color: #f4363d;
}

.hero-quiz-question {
  display: none;
}

.hero-quiz-question.show {
  display: block;
}

.hero-quiz-question__title {
  margin-top: 0.5rem;
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 150%;
  text-transform: uppercase;
  color: #fff;
}

.hero-quiz-question__subtitle {
  margin-top: 0.5rem;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.7);
}

.hero-quiz-question__options {
  display: flex;
  margin-top: 2rem;
  gap: 1rem;
}

.hero-quiz-question__photos {
  display: flex;
  margin-top: 2rem;
  gap: 1rem;
}

.hero-quiz-question__photos .photo-upload {
  display: flex;
  flex-grow: 1;
  flex-basis: 16%;
  align-items: center;
  justify-content: center;
  border: none;
  border-style: dashed;
  border-width: 0.1rem;
  border-color: #3f414a;
  border-radius: 1rem;
  height: 5rem;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 150%;
  text-align: left;
  color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.03);
  transition: background 0.3s ease;
  cursor: pointer;
  gap: 10px;
}

.hero-quiz-question__main {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 2rem;
  gap: 1rem;
}

.hero-quiz-question__main input {
  outline: none;
  border-style: solid;
  border-width: 0.1rem;
  border-color: #3f414a;
  border-radius: 1rem;
  padding: 1.5rem 2rem;
  height: 5.1rem;
  color: #fff;
  background: rgba(255, 255, 255, 0.03);
}

.hero-quiz-option {
  display: flex;
  flex-grow: 1;
  flex-basis: 16%;
  align-items: center;
  justify-content: center;
  border: none;
  border-style: solid;
  border-width: 0.1rem;
  border-color: #3f414a;
  border-radius: 1rem;
  height: 5rem;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 150%;
  text-align: left;
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.03);
  transition: background 0.3s ease;
  cursor: pointer;
  gap: 10px;
}

.hero-quiz-option .hero-quiz-radio {
  position: relative;
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  width: 1.6rem;
  height: 1.6rem;
}

.hero-quiz-option.active {
  border-style: solid;
  border-width: 0.1rem;
  border-color: #f4363d;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 150%;
  color: #f4363d;
  background: rgba(244, 54, 61, 0.07);
}

.hero-quiz-option.active .hero-quiz-radio {
  border-color: #f4363d;
}

.hero-quiz-option.active .hero-quiz-radio::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  background: #f4363d;
  transform: translate(-50%, -50%);
}

.hero-quiz-analys {
  display: flex;
  align-items: center;
}

.hero-quiz-analys__main {
  display: flex;
  flex-direction: column;
  max-width: 40rem;
  gap: 0.5rem;
}

.hero-quiz-analys__wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.hero-quiz-analys__title {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 150%;
  text-transform: uppercase;
  color: #fff;
}

.hero-quiz-analys__text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.7);
}

.hero-quiz-analys__block {
  display: flex;
  align-items: center;
  border-style: solid;
  border-width: 0.1rem;
  border-color: #136448;
  border-radius: 1.9rem;
  padding: 2rem;
  max-width: 29rem;
  background: rgba(24, 184, 114, 0.05);
  gap: 1.5rem;
}

.hero-quiz-analys__persent {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 8rem;
  min-height: 8rem;
  max-width: 8rem;
  max-height: 8rem;
  font-family: var(--second-family);
  font-weight: 500;
  font-size: clamp(2.4rem, 7.8065934066rem + -4.3956043956vw, 6.4rem);
  line-height: 150%;
  text-transform: uppercase;
  color: #fff;
}

.hero-quiz-analys__persent img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}

.hero-quiz-analys__info {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.7);
}

.hero-quiz__error {
  display: none;
  margin-top: 1rem;
  color: #f4363d;
}

.hero-quiz__error.show {
  display: flex;
}

.hero-quiz__nav {
  display: flex;
  margin-top: 1.5rem;
  gap: 1.5rem;
}

.hero-quiz__nav button {
  display: none;
}

.hero-quiz__nav button.show {
  display: flex;
}

.hero-quiz__prev {
  display: flex;
  flex-grow: 1;
  flex-basis: 34%;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 1rem;
  padding: 1.5rem 1rem;
  height: 5.4rem;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 150%;
  color: #fff;
  gap: 1rem;
}

.hero-quiz__mob,
.hero-quiz__submit,
.hero-quiz__next {
  display: flex;
  flex-grow: 1;
  flex-basis: 34%;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  padding: 1.5rem 1rem;
  height: 5.4rem;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 150%;
  color: #fff;
  background: linear-gradient(180deg, #f4363d 0%, #d91920 100%);
  gap: 1rem;
}

.hero-quiz__mob {
  display: none;
}

.hero-quiz__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2rem;
  gap: 1rem;
}

.hero-quiz__bar {
  position: relative;
  border-radius: 10rem;
  width: 100%;
  height: 0.7rem;
  max-width: 45rem;
  background-color: rgba(255, 255, 255, 0.1);
}

.hero-quiz__progres {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 10rem;
  width: 0%;
  height: 100%;
  background: #f4363d;
}

.hero-quiz__info {
  display: flex;
  align-items: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.4);
  gap: 1rem;
}

.recommend {
  padding-top: clamp(6rem, 7.3516483516rem + -1.0989010989vw, 7rem);
}

.recommend__wrapper {
  position: relative;
  z-index: 1;
}

.recommend__title {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 150%;
  text-align: center;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}

.recommend__block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2.5rem;
}

.recommend__item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.recommend__stick {
  width: 0.1rem;
  height: 3.3rem;
  background-color: #4d4e56;
}

@media (max-width: 75em) {
  .footer-info {
    flex-basis: 100%;
  }
}

@media (max-width: 62em) {
  .menu__list {
    flex-direction: column;
    margin: auto;
    padding-block: 4rem;
  }

  .menu__item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 3rem;
  }

  .menu {
    position: fixed;
    right: -100%;
    top: 0;
    z-index: 10;
    display: flex;
    overflow: auto;
    width: 100%;
    height: 100%;
    max-width: 32rem;
    background-color: var(--clr-default-900);
    transition: right var(--transition);
  }

  .menu--active {
    right: 0;
    transition: right var(--transition);
  }

  .burger {
    position: relative;
    z-index: 15;
    display: block;
    width: 2.5rem;
    height: 2rem;
    background-color: transparent;
  }

  .burger::after,
  .burger::before,
  .burger span {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 0.4rem;
    background-color: hsl(0, 0%, 0%);
  }

  .burger::before {
    top: 0;
    transition: transform var(--transition), top var(--transition);
  }

  .burger::after {
    bottom: 0;
    transition: transform var(--transition), bottom var(--transition);
  }

  .burger span {
    top: 0.8rem;
    transition: transform var(--transition);
  }

  .burger--active::before {
    top: 0.8rem;
    transform: rotate(45deg);
    transition: transform var(--transition), top var(--transition);
  }

  .burger--active::after {
    bottom: 0.8rem;
    transform: rotate(-45deg);
    transition: transform var(--transition), bottom var(--transition);
  }

  .burger--active span {
    transform: scale(0);
    transition: transform var(--transition);
  }
}

@media (max-width: 50em) {
  .hero-quiz {
    display: none;
  }

  .hero-quiz-question__options {
    flex-direction: column;
  }

  .hero-quiz-question__photos {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-quiz-question__main {
    grid-template-columns: repeat(1, 1fr);
  }

  .hero-quiz-option {
    flex-basis: inherit;
    justify-content: flex-start;
    padding: 2rem;
  }

  .hero-quiz-analys {
    flex-direction: column;
    gap: 2.5rem;
  }

  .hero-quiz-analys__wrap {
    flex-direction: column;
  }

  .hero-quiz-analys__title {
    text-align: center;
  }

  .hero-quiz-analys__text {
    text-align: center;
  }

  .hero-quiz-analys__block {
    flex-direction: column;
    border: none;
    background: inherit;
  }

  .hero-quiz-analys__persent {
    min-width: 20rem;
    min-height: 20rem;
    max-width: 20rem;
    max-height: 20rem;
  }

  .hero-quiz-analys__info {
    text-align: center;
  }

  .hero-quiz__nav {
    flex-direction: column-reverse;
    gap: 1rem;
  }

  .hero-quiz__mob {
    display: flex;
    margin-top: 2rem;
  }

  .hero-quiz__bar {
    margin-top: 0.5rem;
    max-width: 100%;
  }

  .hero-quiz__info {
    margin-inline: auto;
  }
}

@media (max-width: 25em) {
  .footer__item {
    min-width: 10rem;
  }
}

@media (max-width: 71.25em) {
  .hero__wrapper {
    flex-direction: column;
    gap: 7rem;
  }
}

@media (max-width: 68.75em) {
  .hero__bg {
    top: clamp(0rem, 36.4945054945rem + -29.6703296703vw, 27rem);
    width: clamp(25rem, 4.956043956rem + 62.6373626374vw, 82rem);
  }
}

@media (max-width: 53.125em) {
  .hero-quiz {
    width: 100%;
  }
}

@media (max-width: 46.875em) {
  .recommend__block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }

  .recommend__stick {
    display: none;
  }
}

@media (max-width: 43.125em) {
  .hero-main__block {
    flex-direction: column;
    max-width: 23rem;
  }

  .hero-main__stick {
    width: 100%;
    height: 0.1rem;
  }
}

@media (max-width: 41.875em) {
  .header__cunsult {
    display: none;
  }
}

@media (max-width: 37.5em) {
  .logo a img {
    width: 2rem;
  }

  .header-call img {
    width: 2rem;
  }

  .footer__bg {
    left: 50%;
    width: 30rem;
    transform: translateX(-50%);
  }

  .footer-info {
    margin-top: 4rem;
    padding-bottom: 19rem;
  }

  .hero-info {
    max-width: 100%;
  }

  .hero-info__mob {
    display: flex;
    justify-content: space-between;
  }
}
/*# sourceMappingURL=style.css.map */