@charset "UTF-8";
@font-face {
  font-family: "Graphik LC Web";
  src: url("../fonts/GraphikLCWeb-Bold.woff2") format("woff2"), url("../fonts/GraphikLCWeb-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Graphik LC Web";
  src: url("../fonts/GraphikLCWeb-Light.woff2") format("woff2"), url("../fonts/GraphikLCWeb-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Graphik LC Web";
  src: url("../fonts/GraphikLCWeb-Semibold.woff2") format("woff2"), url("../fonts/GraphikLCWeb-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Graphik LC Web";
  src: url("../fonts/GraphikLCWeb-Regular.woff2") format("woff2"), url("../fonts/GraphikLCWeb-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.container {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1160px;
}

.header {
  padding: 60px 15px 30px 15px;
}
.header__title {
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 30px;
}
.header__title p {
  font-size: 28px;
  color: #fff;
  text-align: center;
}
.header__title p.orange {
  color: rgb(250, 218, 43);
}
.header__title p.medium {
  font-size: 25px;
  font-weight: 700;
}
.header__title p.small {
  font-size: 20px;
  font-weight: 300;
}
.header__subtitle {
  font-size: 22px;
  color: #fff;
  font-weight: 400;
  text-align: center;
}
.header .mb-15 {
  margin-bottom: 15px;
}

.quiz-section {
  margin-bottom: 50px;
}
.quiz-section__title {
  font-size: 20px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 30px;
  text-align: center;
}

@-webkit-keyframes slideme {
  0% {
    left: -205px;
    margin-left: 0px;
  }
  30% {
    left: 120%;
    margin-left: 80px;
  }
  100% {
    left: 120%;
    margin-left: 80px;
  }
}

@keyframes slideme {
  0% {
    left: -205px;
    margin-left: 0px;
  }
  30% {
    left: 120%;
    margin-left: 80px;
  }
  100% {
    left: 120%;
    margin-left: 80px;
  }
}
@-webkit-keyframes slideme2 {
  0% {
    left: -30px;
    margin-left: 0px;
  }
  30% {
    left: 110%;
    margin-left: 80px;
  }
  100% {
    left: 110%;
    margin-left: 80px;
  }
}
@keyframes slideme2 {
  0% {
    left: -30px;
    margin-left: 0px;
  }
  30% {
    left: 110%;
    margin-left: 80px;
  }
  100% {
    left: 110%;
    margin-left: 80px;
  }
}
.quiz {
  padding-top: 35px;
  padding-left: 45px;
  padding-right: 45px;
  padding-bottom: 50px;
  background-color: #ffffff;
  border-width: 2px;
  border-color: #e0e0e0;
  border-radius: 10px;
  position: relative;
}
.quiz .swiper-pagination {
  width: 100%;
  left: 0;
  top: 0;
}
.quiz .swiper-pagination .swiper-pagination-progressbar-fill {
  background: #ffc600;
}
.quiz__title {
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 12px;
}
.quiz__subtitle {
  font-size: 14px;
  font-weight: 300px;
  margin-bottom: 7px;
  line-height: 21px;
}
.quiz__image {
  width: 100%;
  height: 188px;
  position: relative;
  border-radius: 25px;
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
}
.quiz__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.quiz__image::after {
  content: "";
  display: block;
  width: 30px;
  height: 400px;
  margin-left: 60px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.35)), color-stop(50%, rgba(255, 255, 255, 0.35)), to(rgba(255, 255, 255, 0.35)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0.35) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#b3ffffff", endColorstr="#b3ffffff",GradientType=0 );
  position: absolute;
  top: -80px;
  z-index: 1;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-animation-name: slideme;
          animation-name: slideme;
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.quiz__sub-image-text {
  font-weight: 500;
  font-size: 20px;
  color: #333;
  padding: 15px 25px;
  padding-top: 10px;
  padding-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.quiz__label-text {
  font-weight: 500;
  font-size: 20px;
  color: #333;
}
.quiz__image-label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 2px solid #ececec;
  border-radius: 30px;
  padding: 5px 5px 15px 5px;
  -webkit-transition: 0.5s border;
  transition: 0.5s border;
  overflow: hidden;
  cursor: pointer;
}
.quiz__image-label:hover {
  border: 2px solid #10290A;
}
.quiz__label {
  border-radius: 20px;
  border: 2px solid #e0e0e0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding-left: 25px;
  height: 56px;
  -webkit-transition: 0.5s border;
  transition: 0.5s border;
  cursor: pointer;
}
.quiz__label:hover {
  border: 2px solid #10290A;
}
.quiz__label .round {
  width: 20px;
  height: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 100%;
  border: 2px solid #10290A;
}
.quiz__label.icon {
  padding: 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.quiz__label.icon svg, .quiz__label.icon img {
  width: 32px;
  height: 32px;
}
.quiz__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding-top: 7px;
}
.quiz__grid input[type=radio] {
  display: none;
}
.quiz__grid input[type=radio]:checked + label {
  border: 2px solid #10290A;
}
.quiz__grid input[type=radio]:checked + label .round::after {
  content: "";
  width: 14px;
  height: 14px;
  background: #10290A;
  border-radius: 100%;
}
.quiz__grid input[type=radio]:checked + label.icon {
  background: #ffc600;
  border: 2px solid #ffc600;
}
.quiz__grid input[type=text] {
  border-radius: 20px;
  border: 2px solid #e0e0e0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 25px;
  height: 56px;
  -webkit-transition: 0.5s border;
  transition: 0.5s border;
}
.quiz__grid input[type=text]:hover {
  border: 2px solid #10290A;
}
.quiz__grid input[type=text].error {
  border: 2px solid red;
}
.quiz__grid.mb-10 {
  margin-bottom: 10px;
}
.quiz__grid.mb-20 {
  margin-bottom: 20px;
}
.quiz__grid.col-2 {
  grid-template-columns: repeat(2, 1fr);
}
.quiz__gray-label {
  color: rgb(153, 153, 153);
  margin-bottom: 13px;
}
.quiz__buttons {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.quiz__back {
  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;
  border: none;
  background: #fff;
  border: 1px solid #10290A;
  color: #10290A;
  -webkit-transition: 0.15s -webkit-box-shadow;
  transition: 0.15s -webkit-box-shadow;
  transition: 0.15s box-shadow;
  transition: 0.15s box-shadow, 0.15s -webkit-box-shadow;
  font-size: 14px;
  font-weight: 500;
  height: 56px;
  width: 85px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 20px;
}
.quiz__back:hover {
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.25);
}
.quiz__back.hidden {
  display: none;
}
.quiz__send {
  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;
  border: none;
  background: #10290A;
  color: #fff;
  -webkit-transition: 0.15s -webkit-box-shadow;
  transition: 0.15s -webkit-box-shadow;
  transition: 0.15s box-shadow;
  transition: 0.15s box-shadow, 0.15s -webkit-box-shadow;
  font-size: 14px;
  font-weight: 500;
  height: 56px;
  padding: 0 20px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.quiz__send:hover {
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.25);
}
.quiz__send::after {
  content: "";
  display: block;
  width: 30px;
  height: 300px;
  margin-left: 60px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.35)), color-stop(50%, rgba(255, 255, 255, 0.35)), to(rgba(255, 255, 255, 0.35)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0.35) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#b3ffffff", endColorstr="#b3ffffff",GradientType=0 );
  position: absolute;
  left: -40px;
  top: -150px;
  z-index: 1;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  -webkit-animation-name: slideme2;
          animation-name: slideme2;
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
  -webkit-animation-delay: 0.05s;
          animation-delay: 0.05s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.quiz__send.hidden {
  display: none;
}
.quiz__back.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.quiz__checkbox {
  display: none;
}
.quiz__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.quiz__right .check {
  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;
  width: 17px;
  height: 17px;
  border-radius: 4px;
  background: #000;
}
.quiz__right .check img {
  width: 14px;
  height: 14px;
}
.quiz__right .text {
  color: #000;
}
.quiz__right .text a {
  color: #000;
  text-decoration: underline;
}
.quiz__right.hidden {
  display: none;
}
.quiz__sale {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  background: #f8f8f8;
  color: #000;
  padding: 0 30px;
  height: 58px;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  letter-spacing: 0.5px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.quiz__sale span span {
  font-weight: 700;
  color: red;
}
.quiz__sale.hidden {
  display: none;
}
.quiz .swiper-slide {
  background: #fff;
}
.quiz__hidden {
  display: none;
}

@media (max-width: 1200px) {
  .quiz__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 798px) {
  .quiz {
    padding-top: 35px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 35px;
  }
  .quiz__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .quiz__grid.col-2 {
    grid-template-columns: 1fr;
  }
  .quiz__buttons {
    display: grid;
    grid-template-columns: 155px 1fr;
  }
  .quiz__back, .quiz__send {
    grid-column: 1/span 1;
  }
  .quiz__sale {
    grid-column: 2/span 1;
    margin-left: auto;
  }
  .quiz__right {
    grid-column: span 2;
    grid-row: 2/span 1;
  }
}
@media (max-width: 700px) {
  .quiz__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
  .quiz__sale {
    margin-left: initial;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    gap: 2px;
  }
}
@media (max-width: 606px) {
  .quiz {
    padding-top: 35px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 35px;
  }
  .quiz__grid {
    grid-template-columns: 1fr;
  }
  .quiz__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
  .quiz__sale {
    margin-left: initial;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .quiz__back, .quiz__send {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .quiz__right {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .quiz__label {
    padding: 0 10px;
  }
  .quiz__sale {
    padding: 0 30px;
  }
}
@media (max-width: 480px) {
  .quiz__right {
    max-width: 220px;
    width: 100%;
  }
}
@media (max-width: 350px) {
  .quiz__sale {
    padding: 0 10px;
  }
}
.privacy {
  color: #fff;
  font-size: 20px;
  padding: 50px 0;
  line-height: 30px;
}
.privacy h1 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 15px;
}
.privacy a {
  color: #fff;
  text-decoration: underline;
}

.footer {
  padding: 30px 0;
}
.footer a {
  text-align: center;
  color: #fff;
  text-decoration: underline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: scroll;
  display: none;
  background: rgba(0, 0, 0, 0.8);
  padding: 50px 0;
  z-index: 10;
}

.overlay.active {
  display: block;
}

.modal {
  position: relative;
  background: #fff;
  border-radius: 7px;
  padding: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}
.modal__close {
  max-width: 16px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 16px;
  right: 15px;
  top: 15px;
  position: absolute;
}
.modal__close svg {
  width: 100%;
  height: 100%;
}
.modal__title {
  font-size: 1.125rem;
  line-height: 1.37;
  font-weight: 400;
  padding: 5px 0;
  text-align: center;
}
.modal__subtitle {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  padding: 10px 0;
  text-align: center;
}
.modal__form {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.modal__form-label {
  font-size: 0.9375rem;
  padding-bottom: 10px;
  line-height: 1.375;
  font-weight: 500;
  text-align: left;
}
.modal__form-wrap input {
  display: block;
  width: 100%;
  border: 1px solid transparent;
  font-family: inherit;
  min-height: 2.875rem;
  font-size: inherit;
  line-height: 1.333;
  font-weight: 400;
  padding: 3px 15px 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: keep-all;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #060607;
  border: 1px solid rgba(6, 6, 7, 0.15);
  -webkit-transition: all 0.3s cubic-bezier(0.21, 0.67, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.21, 0.67, 0.58, 1);
  margin-bottom: 5px;
}
.modal__form-wrap input:hover {
  border: 1px solid rgba(6, 6, 7, 0.3);
}
.modal__form-wrap input:active {
  border: 1px solid rgba(6, 6, 7, 0.3);
}
.modal__form-error {
  font-size: 0.625rem;
  line-height: 1.5;
  height: 0;
  font-weight: 500;
  color: #ff714d;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.21, 0.67, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.21, 0.67, 0.58, 1);
}
.modal__form-error.active {
  height: 15px;
  padding-top: 3px;
  pointer-events: all;
  opacity: 1;
  visibility: visible;
}
.modal__form-button {
  border-radius: 20px;
  background: #10290A;
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.37;
  padding: 14px 24px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  border: none;
  width: 100%;
  font-family: "Arial", Helvetica, Arial, sans-serif;
}

*:active, *:focus, *:focus-within, *:target, *:hover, *:visited, *:focus-visible {
  outline: none !important;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  outline: none;
}

a {
  text-decoration: none;
  color: #000;
}
a:hover {
  text-decoration: none;
}

body {
  font-family: "Graphik LC Web", sans-serif;
  font-weight: 400;
  position: relative;
  color: #000;
  min-width: 303px;
  font-size: 16px;
  background: #10290A;
  overflow-x: hidden;
  overflow-y: scroll;
}

ol, ul {
  list-style: none;
}

label, button {
  cursor: pointer;
}

b {
  font-weight: 700;
}

q::before {
  content: open-quote;
}

q::after {
  content: close-quote;
}

q {
  quotes: "«" "»";
}

main {
  height: 100%;
}

#app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  background: #10290A;
}/*# sourceMappingURL=style.css.map */