@charset "UTF-8";

@font-face {
  font-family: "Fact";
  font-display: swap;
  src: url("../fonts/Fact-Bold.woff") format("woff"), url("../fonts/Fact-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Fact";
  font-display: swap;
  src: url("../fonts/Fact-Light.woff") format("woff"), url("../fonts/Fact-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}

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

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

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

aside,
nav,
footer,
header,
section {
  display: block;
}

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  line-height: 1;
  font-family: "Fact";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: "Fact";
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

body {
  color: #000;
  font-size: 16px;
  background: #fff;
}

body._lock {
  overflow: hidden;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

._container {
  max-width: 1210px;
  margin: 0 auto;
}

._btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #161922;
  color: #fff;
  padding: 10px 24px;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  min-height: 54px;
  -webkit-transition: background-color 0.3s 0s;
  transition: background-color 0.3s 0s;
}

._btn._fw {
  width: 100%;
}

._btn[disabled] {
  pointer-events: none;
  background: #8C8C8C;
  color: #D0CFCE;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.input {
  border-radius: 0 !important;
  width: 100%;
  display: block;
  color: rgba(22, 25, 34, 0.5);
  font-size: 16px;
  font-weight: 300;
  min-height: 54px;
  border-bottom: 1px solid #DADADA;
}

.input:focus {
  border-color: #161922;
}

.input._focus {
  color: #161922;
}

textarea.input {
  resize: none;
  padding: 0px 0px;
}

.form__error {
  font-size: 16px;
  font-weight: 300;
  color: #ee1212;
  margin-top: 10px;
}

.checkbox {
  position: relative;
  -webkit-tap-highlight-color: transparent;
}

.checkbox__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}

.checkbox__input:checked + .checkbox__content:before {
  background: url("../img/icons/check.svg") center/14px no-repeat, #161922;
}

.checkbox__content {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 16px;
  font-weight: 300;
  color: #161922;
  line-height: 1.4;
  cursor: pointer;
}

.checkbox__content:before {
  content: "";
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin: 0px 8px 0px 0px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #161922;
  border-radius: 4px;
}

.checkbox a {
  color: #fff;
  text-decoration: underline;
}

.checkbox._error .checkbox__text:before {
  border: 1px solid #ee1212;
}

.header {
  padding: 40px 0px;
}

.header__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 168px 1fr;
  grid-template-columns: 1fr 168px 1fr;
  gap: 20px;
}

.header__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__column:last-child {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header__logo img,
.header__logo svg {
  width: 100%;
  max-width: 168px;
}

.language {
  position: relative;
}

.language__head {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 3px;
     -moz-column-gap: 3px;
          column-gap: 3px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  color: #161922;
  cursor: pointer;
}

.language__head._active .language__arrow {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.language__arrow {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10px;
          flex: 0 0 10px;
  width: 10px;
  height: 10px;
  -webkit-transition: -webkit-transform 0.3s 0s;
  transition: -webkit-transform 0.3s 0s;
  transition: transform 0.3s 0s;
  transition: transform 0.3s 0s, -webkit-transform 0.3s 0s;
}

.language__body {
  position: absolute;
  top: calc(100% + 5px);
  left: -5px;
  right: -5px;
  background: #fff;
  display: none;
}

.language__item {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 5px;
  display: block;
  color: #161922;
}

.footer {
  padding: 20px 0px;
}

.footer__text {
  text-align: center;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #161922;
  line-height: 1.6;
}

.footer__text hr {
  margin: 10px auto;
  border: none;
  /* Убираем границу */
  background-color: #161922;
  /* Цвет линии */
  color: #161922;
  /* Цвет линии для IE6-7 */
  height: 2px;
  /* Толщина линии */
}

.quiz {
  padding: 20px 0px 60px;
}

.quiz__wrapper {
  width: 100%;
  max-width: 542px;
  margin: 0px auto;
}

.quiz__title {
  font-size: 32px;
  font-weight: 300;
  color: #161922;
  text-align: center;
}

.quiz__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 40px;
}

.quiz__content:not(:first-child) {
  margin-top: 60px;
}

.quiz__question {
  font-size: 20px;
  font-weight: 400;
  color: #161922;
}

.quiz__slides {
  position: relative;
}

.quiz__slide {
  display: none;
}

.quiz__slide._active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 40px;
}

.quiz__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.quiz__nav {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}

.quiz__error {
  font-size: 16px;
  font-weight: 300;
  color: red;
}

.quiz__error:not(._visible) {
  display: none;
}

.quiz__sended {
  margin-top: 60px;
}

.progress-quiz {
  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;
  text-align: center;
  row-gap: 10px;
}

.progress-quiz__pagging {
  font-size: 16px;
  font-weight: 400;
  color: #161922;
  line-height: 1.6;
}

.progress-quiz__pagging b {
  font-weight: 500;
}

.progress-quiz__steps {
  width: 100%;
  display: -ms-grid;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(20px, 1fr));
}

.progress-quiz__step {
  height: 3px;
  background-color: rgba(22, 25, 34, 0.25);
  -webkit-transition: background-color 0.3s 0s;
  transition: background-color 0.3s 0s;
}

.progress-quiz__step._active {
  background: #161922;
}

.answers-quiz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
}

.answers-quiz__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px;
}

.answers-quiz__name {
  font-size: 16px;
  font-weight: 300;
  color: #161922;
}

.answers-quiz__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}

.sended {
  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;
  text-align: center;
  row-gap: 20px;
}

.sended__title {
  font-size: 20px;
  font-weight: 400;
  color: #161922;
}

.sended__text {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  color: #161922;
}

.page {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.footer__text a {
  color: #161922;
}

._disable {
  pointer-events: none;
  background: #8C8C8C;
  color: #D0CFCE;
}

@media (min-width: 992px) {
  .checkbox a:hover {
    text-decoration: none;
  }
}

@media (max-width: 1222px) {
  ._container {
    max-width: 970px;
  }
}

@media (max-width: 991.98px) {
  ._container {
    max-width: 750px;
  }

  .quiz__sended {
    margin-top: 40px;
  }
}

@media (max-width: 721.98px) {
  ._container {
    max-width: none;
    padding: 0 10px;
  }
}

@media (max-width: 479.98px) {
  .header {
    padding: 30px 0px;
  }

  .quiz {
    padding: 15px 0px 30px;
  }

  .quiz__title {
    font-size: 24px;
  }

  .quiz__content {
    row-gap: 20px;
  }

  .quiz__content:not(:first-child) {
    margin-top: 30px;
  }

  .quiz__slide._active {
    row-gap: 25px;
  }

  .quiz__sended {
    margin-top: 30px;
  }

  .answers-quiz {
    row-gap: 25px;
  }
}

@media (any-hover: hover) {
  ._btn:hover {
    background-color: #363636;
  }

  .language__item:hover {
    text-decoration: underline;
  }
}
