@import url("https://fonts.cdnfonts.com/css/raleway-5");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  font-family: "Raleway", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

a, button {
  cursor: pointer;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
a:hover, button:hover {
  -webkit-filter: brightness(0.85);
          filter: brightness(0.85);
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

html {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background: #fff;
}

body {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  background: #2B2B2B;
  min-height: 100vh;
}

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

.intro {
  min-height: 100vh;
  position: relative;
  z-index: 20;
  background: url(../img/main-bg.png) no-repeat bottom right/auto 100%;
  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: 45px 0 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.intro h1 {
  font-weight: 700;
  font-size: 50px;
  line-height: 1.3;
  letter-spacing: 0%;
  max-width: 820px;
  color: #fff;
  margin-bottom: 20px;
}
.intro h1 span {
  color: #A0DFAA;
}
.intro__subtitle {
  margin-bottom: 25px;
  font-weight: 500;
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: 0%;
  color: #fff;
  max-width: 552px;
}
.intro__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  margin-bottom: 25px;
}
.intro__text {
  background: rgba(0, 0, 0, 0.2509803922);
  max-width: 552px;
  padding: 32px 24px;
  color: #fff;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.3;
  border-radius: 16px;
  margin-bottom: 40px;
}
.intro__text span {
  color: #FFD338;
}
.intro__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.intro__time img {
  height: 20px;
  width: auto;
}
.intro__time p {
  font-weight: 600;
  font-size: 48px;
  line-height: 48.51px;
  letter-spacing: 0%;
  color: #FFD338;
}
.intro__contacts {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0%;
  color: #fff;
  text-align: left;
}
.intro__contacts span {
  font-size: 24px;
  font-weight: 700;
}
.intro__img {
  display: none;
}
.intro__privacy {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 17px 0;
  text-align: center;
  width: 100%;
}
.intro__privacy a {
  font-weight: 500;
  font-size: 12px;
  line-height: 14.63px;
  color: #fff;
}

.main-btn {
  background: #FFD338;
  border: none;
  padding: 18px 33px;
  border-radius: 100px;
  color: #2D2C46;
  font-weight: 600;
  font-size: 20px;
  line-height: 29.26px;
  letter-spacing: 0%;
}
.main-btn + .intro__subtitle {
  margin-top: 36px;
}

.quiz {
  display: none;
  opacity: 0;
  color: #454545;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: url(../img/quiz-bg.png) no-repeat center/cover;
}
.quiz .container {
  padding: 40px 15px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  max-width: 790px;
}
.quiz__content {
  background: #FFFFFF;
  border-radius: 25px;
}
.quiz__step {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.quiz__head {
  border-radius: 25px 25px 0 0;
  background: #FFD338;
  padding: 40px 72px;
  border-bottom: 9px solid #F79E1B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.quiz__question {
  border-radius: 0 0 25px 25px;
  font-weight: 700;
  font-size: 20px;
  line-height: 24.38px;
  letter-spacing: 0%;
}
.quiz__number {
  font-weight: 700;
  font-size: 32px;
  line-height: 39.01px;
  letter-spacing: 0%;
}
.quiz__vatiants {
  padding: 42px 72px 60px;
}
.quiz__vatiants__heading {
  font-weight: 700;
  font-size: 24px;
  line-height: 29.26px;
  letter-spacing: 0%;
  margin-bottom: 42px;
}
.quiz__vatiants__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  cursor: pointer;
}
.quiz__vatiants__item + .quiz__vatiants__item {
  margin-top: 30px;
}
.quiz__vatiants__item input {
  display: none;
}
.quiz__vatiants__item span {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #454545;
  background-color: #fff;
  position: relative;
}
.quiz__vatiants__item span::before {
  content: "";
  display: none;
  height: 16px;
  width: 16px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #A0DFAA;
}
.quiz__vatiants__item input:checked + span::before {
  display: block;
}
.quiz__vatiants__item input:focus + span {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.quiz__btns {
  width: 100%;
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.quiz__btns ._quizBack img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.quiz__btns .main-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.quiz__btns .disabled {
  background: -webkit-gradient(linear, left bottom, left top, from(#D0D0D0), to(#EAEAEA));
  background: linear-gradient(360deg, #D0D0D0 0%, #EAEAEA 100%);
  color: #B3B3B3;
}
.quiz__btns .disabled img {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-filter: brightness(2.5);
          filter: brightness(2.5);
}

.contacts__form .form-input {
  border: none;
  width: 100%;
  padding: 24px;
  margin-bottom: 18px;
  background: #fff;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 10px;
  border: 2px solid #FFD338;
}

.contacts__form p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  color: #4A4A4A;
  margin-top: 14px;
}

.contacts__form p a {
  color: #ffd146;
}

.contacts__form .form-btn {
  width: 100%;
  display: block;
  border: none;
}

.iti__flag-container {
  padding: 0 !important;
}

.iti--separate-dial-code .iti__selected-flag {
  background: transparent !important;
  border-right: 2px solid #FCE293;
}

.thanks {
  padding-bottom: 80px;
  position: relative;
  min-height: 100vh;
  background: url(../img/thanks-bg.png) no-repeat center top 100px/cover;
  text-align: center;
}
.thanks .container {
  max-width: 1250px;
}
.thanks .intro__subtitle {
  max-width: 100%;
  font-size: 20px;
  margin-bottom: 20px;
}
.thanks .intro__subtitle b {
  font-size: 30px;
}
.thanks__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  gap: 10px;
  margin-bottom: 25px;
  position: relative;
  z-index: 2;
}
.thanks__heading h1 {
  color: #fff;
  font-weight: 700;
  font-size: 70px;
  line-height: 1.3;
  letter-spacing: 0%;
  margin-bottom: 10px;
}
.thanks__heading p {
  font-weight: 500;
  font-size: 30px;
  line-height: 48.76px;
  letter-spacing: 0%;
  color: #fff;
}
.thanks__heading img {
  height: 154px;
  width: auto;
}
.thanks__steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  margin-bottom: 20px;
}
.thanks__steps span {
  font-weight: 500;
  font-size: 24px;
  line-height: 29.26px;
  letter-spacing: 0%;
  text-decoration: underline;
  color: #FFD338;
}
.thanks__steps img {
  height: 92px;
  width: auto;
}
.thanks__img {
  position: absolute;
  bottom: -150px;
  right: -100px;
  z-index: 1;
  height: 850px;
  width: auto;
}
.thanks .intro__privacy {
  z-index: 4;
}

.policy h1 {
  font-size: 32px;
  margin-bottom: 20px;
}

.policy p, .policy li {
  font-size: 16px;
  margin-bottom: 16px;
}

.policy h2 {
  font-size: 26px;
  margin-top: 40px;
  margin-bottom: 16px;
}/*# sourceMappingURL=styles.css.map */