html,
body {
  height: 100%;
}
img {
  max-width: 100%;
}
.container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 42px 15px;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*,
* ::before,
* ::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
  color: inherit;
}
li {
  list-style: none;
}
button {
  border: none;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  margin: 0;
  border-radius: none;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  font-family: inherit;
  cursor: pointer;
}
input,
textarea {
  outline: none;
  border: none;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  margin: 0;
  border-radius: none;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font-weight: inherit;
  font-family: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
}
body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 103%;
  color: #000;
  background-color: #045452;
}
.radio {
  position: absolute;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.new-radio {
  width: 34px;
  height: 34px;
  background-color: #fff;
  position: absolute;
  border-radius: 50%;
  margin-left: -74px;
  border: 5px solid #687890;
}
.radio:checked + .new-radio {
  border-color: #0b8991;
}
.radio:checked:disabled + .new-radio::after {
  position: absolute;
  content: "";
  width: 45px;
  height: 30px;
  background-image: url(../img/correct.svg);
  top: -12px;
  left: -4px;
}
.radio:disabled:not(:checked) + .new-radio::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 15px;
  background-image: url(../img/mistake.svg);
  top: 4px;
  left: 5px;
}
.hidden {
  display: none !important;
}
.hidden-btn {
  opacity: 0;
  pointer-events: none;
}
.btn--white {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) {
  .btn--white:hover {
    background-color: #e4dfdf;
  }
  .btn--cian:hover {
    background-color: #1abdcc;
  }
}

.btn--cian {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.box {
  width: 100%;
  min-height: 100dvh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.question-box {
  background-size: cover !important;
}
.start__subtitle {
  font-size: 32px;
  line-height: 145%;
  border-radius: 33px;
  background-color: #25cede;
  max-width: 200px;
  text-align: center;
  padding: 8px 0;
}
.start__title {
  font-size: 64px;
  font-weight: 700;
  line-height: 97%;
  margin-top: 15px;
  margin-bottom: 37px;
  color: #fff;
  max-width: 646px;
}
.start__title--mobile {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  line-height: 93%;
  max-width: 434px;
  text-align: center;
  margin: 0 auto;
  display: none;
}
.start-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 840px;
}
.start__item {
  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;
  max-width: 233px;
  justify-content: space-between;
}

.start__item-title {
  -webkit-box-shadow: inset 0px 4px 4px 0px rgba(0, 0, 0, 0.25),
    0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 4px 4px 0px rgba(0, 0, 0, 0.25),
    0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  background: -o-linear-gradient(
      214.95deg,
      rgba(0, 0, 0, 0.15) 17.878%,
      rgba(0, 0, 0, 0.04) 57.231%,
      rgba(0, 0, 0, 0) 90.599%
    ),
    rgba(227, 233, 242, 0.49);
  background: linear-gradient(
      235.05deg,
      rgba(0, 0, 0, 0.15) 17.878%,
      rgba(0, 0, 0, 0.04) 57.231%,
      rgba(0, 0, 0, 0) 90.599%
    ),
    rgba(227, 233, 242, 0.49);
  width: 229px;
  height: 229px;
  text-align: center;
  border-radius: 50%;
  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;
  color: #fff;
  position: relative;
}
.start__item-title span {
  font-size: 128px;
  font-weight: 400;
  line-height: 145%;
  margin-top: -12px;
  display: block;
  position: relative;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.start__item-title p {
  font-size: 20px;
  font-weight: 400;
  line-height: 145%;
  position: absolute;
  top: 155px;
  right: 42px;
  margin-top: 6px;
}
.start__item-button {
  margin-top: 10px;
  margin-bottom: 17px;
  line-height: 145%;
  font-size: 24px;
  padding: 14px 60px;
  border-radius: 33px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  background-color: #fff;
}
.start__item-text {
  font-size: 20px;
  line-height: 93%;
  color: #fff;
  margin-top: 10px;
}
.start-inner--mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 30px;
  display: none;
}
.start__item-title p::before {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: linear-gradient(
    90deg,
    rgba(143, 141, 141, 1) 0%,
    rgba(217, 217, 217, 1) 35%,
    rgba(125, 124, 124, 1) 100%
  );
  position: absolute;
  content: "";
  width: 157px;
  height: 1px;
  top: 5px;
  right: -25px;
  border-radius: 33px;
}
.start__item--mobile {
  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;
  margin: 30px 0;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
.start__up {
  margin: 30px auto 0 auto;
  display: none;
}
.start__down {
  display: block;
  margin: 0 auto 30px auto;
  display: none;
}
.start__down img {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.question__image {
  border-radius: 50%;
  border: 9px rgb(255, 255, 255) solid;
}
.question-inner {
  border-radius: 33px;
  -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.1);
  background: -o-linear-gradient(
      214.88deg,
      rgba(251, 251, 251, 0.2) 18.313%,
      rgba(0, 0, 0, 0) 62.849%
    ),
    rgba(255, 255, 255, 0.7);
  background: linear-gradient(
      235.12deg,
      rgba(251, 251, 251, 0.2) 18.313%,
      rgba(0, 0, 0, 0) 62.849%
    ),
    rgba(255, 255, 255, 0.7);
  max-width: 910px;
  width: 100%;
  padding: 18px 0 34px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.question__subtitle {
  font-size: 24px;
  line-height: 145%;
  border-radius: 33px;
  background-color: #fff;
  max-width: 243px;
  text-align: center;
  padding: 8px 0;
  margin: 0 auto;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.question__text {
  margin-top: 10px;
  margin-bottom: 28px;
  line-height: 125%;
  padding: 0 90px;
}
.question__answer {
  display: block;
  margin-bottom: 10px;
  padding: 10px 90px 10px 164px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.3s;
}
.question-score {
  max-width: 320px;
  position: absolute;
  right: 135px;
  top: 5px;
}
.question-score-inner {
  -webkit-box-shadow: inset 0px 1.96px 1.96px 0px rgba(0, 0, 0, 0.25),
    0px 1.96px 1.96px 0px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 1.96px 1.96px 0px rgba(0, 0, 0, 0.25),
    0px 1.96px 1.96px 0px rgba(0, 0, 0, 0.25);
  background: -o-linear-gradient(
      214.95deg,
      rgba(0, 0, 0, 0.15) 17.878%,
      rgba(0, 0, 0, 0.04) 57.231%,
      rgba(0, 0, 0, 0) 90.599%
    ),
    rgba(227, 233, 242, 0.49);
  background: linear-gradient(
      235.05deg,
      rgba(0, 0, 0, 0.15) 17.878%,
      rgba(0, 0, 0, 0.04) 57.231%,
      rgba(0, 0, 0, 0) 90.599%
    ),
    rgba(227, 233, 242, 0.49);
  width: 134px;
  height: 134px;
  border-radius: 50%;
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: -55px;
}
.question-score-inner p {
  font-size: 16px;
  line-height: 145%;
  text-shadow: 0px 4px 2px rgba(0, 0, 0, 0.25);
}
.question-score-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 7px;
}
.question-score-box::before {
  position: absolute;
  content: "";
  width: 85px;
  height: 1px;
  background: #383838;
  left: -10px;
  top: 46px;
  -webkit-transform: rotate(-51deg);
  -ms-transform: rotate(-51deg);
  transform: rotate(-51deg);
}
.question-score-box span {
  display: block;
  font-size: 46px;
  line-height: 145%;
}
.question-score-box span:last-child {
  margin-top: 26px;
  margin-left: 4px;
}
.question__reset {
  position: fixed;
  right: 26px;
  bottom: 47px;
}
.question__comment {
  padding: 95px 20px 50px 20px;
  max-width: 380px;
  font-size: 16px;
  line-height: 145%;
  border-radius: 33px;
  background-color: #fff;
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-top: 320px;
}
.question__answer:hover {
  background-color: rgba(69, 72, 72, 0.2);
}
.question__buttons {
  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;
  padding: 0 90px;
  margin-top: auto;
}
.question__buttons-correct {
  border-radius: 33px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 20px;
  padding: 21px 70px 16px 33px;
}
.question__buttons-incorrect img {
  width: 32px;
  height: 32px;
}
.question__buttons-next {
  border-radius: 33px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  background-color: #25cede;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 20px;
  padding: 17px 33px 19px 70px;
}
.question__buttons-check {
  border-radius: 33px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  background-color: #25cede;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 20px;
  padding: 17px 33px 19px 33px;
}
.question__answer--your {
  background-color: rgba(24, 221, 232, 0.2);
}
.question__answer--invalid {
  background-color: rgba(69, 72, 72, 0.2);
}
.results-correct {
  max-width: 787px;
}
.results__title {
  color: #fff;
  font-size: 64px;
  font-weight: 700;
  line-height: 97%;
  margin-bottom: 26px;
  text-align: center;
}
.results .question-score-inner {
  position: static;
  width: 326px;
  height: 326px;
  margin: 0 auto;
}
.results .question-score-inner span {
  font-size: 114px;
  line-height: 145%;
}
.results .question-score-box::before {
  width: 208px;
  left: -30px;
  top: 114px;
}
.results .question-score-box span:last-child {
  margin-top: 63px;
  margin-left: 14px;
}

.results__text {
  font-size: 24px;
  line-height: 93%;
  margin-top: 25px;
  color: #fff;
}
.results__form {
  position: relative;
}
.results__input {
  width: 100%;
  background-color: #fff;
  border-radius: 33px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 13px 42px;
  margin-top: 10px;
  font-size: 24px;
  line-height: 145%;
}
.results__input::-webkit-input-placeholder {
  color: rgba(104, 120, 145, 0.6);
}
.results__input::-moz-placeholder {
  color: rgba(104, 120, 145, 0.6);
}
.results__input:-ms-input-placeholder {
  color: rgba(104, 120, 145, 0.6);
}
.results__input::-ms-input-placeholder {
  color: rgba(104, 120, 145, 0.6);
}
.results__input::placeholder {
  color: rgba(104, 120, 145, 0.6);
}
.results__send {
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 50%;
  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;
  position: absolute;
  bottom: 0;
  right: -84px;
}
.results__skip {
  padding: 18px 39px;
  border-radius: 33px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  background-color: #687890;
  text-align: center;
  position: absolute;
  bottom: 0;
  right: -360px;
}
.results-again {
  max-width: 500px;
  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;
  margin-left: 100px;
}
.results-again .results__text {
  max-width: 310px;
  margin-top: 12px;
}
.results-again > img {
  margin-top: 26px;
}
.results-again__button {
  padding: 13px 40px;
  background-color: #fff;
  border-radius: 33px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  margin-top: 20px;
}
.congratulation {
  max-width: 470px;
  margin-left: 200px;
  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;
}
.congratulation__title {
  font-size: 64px;
  font-weight: 700;
  line-height: 97%;
  text-align: center;
  color: #fff;
}
.congratulation .question-score {
  position: relative;
  top: auto;
  right: auto;
  margin-top: 43px;
  margin-bottom: 34px;
  width: 391px;
  height: 391px;
  max-width: 100%;
}
.congratulation-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 10px;
  color: #fff;
  margin-top: 34px;
}
.congratulation__text {
  line-height: 93%;
  color: #fff;
  text-align: center;
}
.congratulation__button {
  border-radius: 33px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  background-color: #25cede;
  position: absolute;
  right: 130px;
  bottom: 85px;
  padding: 16px 25px;
}

.congratulation__link {
  margin-top: 20px;
}

.congratulation__link a {
  color: #fff;
  font-size: 20px;
  line-height: 145%;
  text-decoration: underline;
}

.congratulation__link a:hover {
  color: #cac9c9;
  text-decoration: underline;
}

.congratulation__qr {
  width: 251px;
  height: 251px;
  -webkit-box-shadow: inset 0px 1.96px 1.96px 0px rgba(0, 0, 0, 0.25),
    0px 1.96px 1.96px 0px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 1.96px 1.96px 0px rgba(0, 0, 0, 0.25),
    0px 1.96px 1.96px 0px rgba(0, 0, 0, 0.25);
  background: -o-linear-gradient(
      214.95deg,
      rgba(0, 0, 0, 0.15) 17.878%,
      rgba(0, 0, 0, 0.04) 57.231%,
      rgba(0, 0, 0, 0) 90.599%
    ),
    rgba(227, 233, 242, 0.49);
  background: linear-gradient(
      235.05deg,
      rgba(0, 0, 0, 0.15) 17.878%,
      rgba(0, 0, 0, 0.04) 57.231%,
      rgba(0, 0, 0, 0) 90.599%
    ),
    rgba(227, 233, 242, 0.49);
  border-radius: 50%;
  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;
  position: absolute;
  left: 50px;
  bottom: 70px;
}
.congratulation__qr img {
  height: 130px;
  width: 130px;
}
@media (max-width: 1300px) {
  .container {
    padding: 230px 80px 120px 80px;
  }
  .question {
    display: block;
  }
  .question-inner {
    max-width: 100%;
    width: auto;
  }
  .question__comment {
    max-width: 100%;
    margin-top: 15px;
    padding: 40px 50px;
  }
  .question-score {
    right: 15px;
    top: -243px;
  }
  .results__skip {
    position: static;
    margin-top: 30px;
  }
  .results__send {
    bottom: 87px;
  }
}
@media (max-width: 1050px) {
  .box {
    background-size: auto 758px;
    background-position: top right;
  }
  .start__title {
    margin-top: 55px;
    margin-bottom: 290px;
  }
  .start-inner {
    gap: 0 15px;
  }
  .results__send {
    right: -70px;
  }
  .congratulation__button {
    position: static;
    margin-top: 60px;
  }
  .congratulation__qr {
    position: static;
    margin-top: 15px;
  }
  .congratulation--2 .congratulation__button {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 30px;
  }
  .question__reset {
    display: none;
  }
}
@media (max-width: 850px) {
  .box {
    background-size: auto 616px;
  }
  .start-inner--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .start__title--mobile {
    display: block;
  }
  .start__title {
    margin-bottom: 150px;
  }
  .start__item .start__item-text {
    display: none;
  }
  .start__item > img {
    display: none;
  }
  .start-inner {
    display: block;
  }
  .start__up {
    display: block;
  }
  .start__item {
    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;
    margin: 0 88px 30px 88px;
    max-width: 100%;
    padding-top: 30px;
    border-top: 1px solid rgba(2, 43, 42, 0.5);
  }
  .start__item:last-child {
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(2, 43, 42, 0.5);
  }
  .question {
    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;
  }
  .question .question-score {
    position: relative;
    top: auto;
    right: auto;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .question-box .container {
    padding-left: 0;
    padding-right: 0;
    padding-top: 60px;
  }
  .question-inner {
    border-radius: 0px;
    padding: 20px 0 40px 0;
    width: 100%;
  }
  .question__answer {
    padding-right: 60px;
    padding-left: 134px;
  }
  .question__text {
    padding: 0 60px;
  }
  .question__buttons {
    padding: 0 60px;
  }
  .results__input {
    font-size: 20px;
    line-height: 145%;
  }
  .results__title {
    margin-top: 200px;
  }
  .results__form {
    margin-right: 65px;
  }
  .results__text {
    margin-top: 60px;
    margin-bottom: 30px;
  }
  .container {
    padding: 90px 30px 20px 30px;
  }
  .congratulation {
    margin: 0 auto;
  }
  .congratulation-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px 0;
  }
}
@media (max-width: 700px) {
  .box {
    background-size: auto 385px;
  }
  .start__subtitle {
    font-size: 16px;
    line-height: 145%;
    max-width: 93px;
    padding: 4px 0;
  }
  .start__title {
    margin-top: 15px;
    margin-bottom: 40px;
    font-size: 32px;
    line-height: 97%;
  }
  .start__title--mobile {
    font-size: 20px;
    line-height: 93%;
    max-width: 274px;
  }
  .start-inner--mobile {
    -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: 15px 0;
    margin: 30px 0;
  }
  .start__item--mobile {
    max-width: 200px;
    margin: 0;
  }
  .start__item-text {
    font-size: 16px;
    line-height: 93%;
  }
  .start__item {
    margin-left: 0;
    margin-right: 0;
  }
  .start__up,
  .start__down {
    max-width: 40px;
  }
  .start__down {
    display: block;
  }
  body {
    font-size: 14px;
    line-height: 103%;
  }
  .new-radio {
    margin-left: -50px;
  }
  .question-box .container {
    padding-top: 30px;
  }
  .question-inner {
    padding: 20px 0px;
  }
  .question__answer {
    margin-bottom: 7px;
    padding: 8px 30px 8px 80px;
  }
  .question__comment {
    padding: 20px;
    font-size: 14px;
    line-height: 145%;
  }
  .question__buttons {
    padding: 0 30px;
  }
  .question__buttons-next {
    padding: 8px 10px 9px 10px;
    gap: 0 10px;
  }
  .question__buttons-next img {
    width: 8px;
    height: 8px;
    margin-top: 3px;
  }
  .question__buttons-correct {
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: none;
    box-shadow: none;
    gap: 0;
  }
  .question__buttons-incorrect {
    gap: 0 10px;
  }
  .question__buttons-check {
    padding: 9px 20px 9px 20px;
  }
  .question__text {
    margin-bottom: 20px;
    padding: 0 30px;
  }
  .question__subtitle {
    font-size: 16px;
    line-height: 145%;
    max-width: 130px;
    padding: 4px 30px 4px 8px;
    position: absolute;
    top: 44px;
    left: calc(50% - 145px);
  }
  .question .question-score {
    max-width: 120px;
    margin-bottom: -20px;
    z-index: 1;
  }
  .question .question-score-inner {
    width: 50px;
    height: 50px;
    right: -28px;
  }
  .question .question-score-box span {
    font-size: 18px;
    line-height: 145%;
  }
  .question .question-score-inner p {
    font-size: 6px;
    line-height: 145%;
    margin-bottom: -5px;
  }
  .question .question-score-box span:last-child {
    margin-top: 10px;
    margin-left: 0;
  }
  .question .question-score-box::before {
    width: 31px;
    left: -1px;
    top: 18px;
  }
  .results__title {
    font-size: 32px;
    line-height: 97%;
    max-width: 220px;
    margin: 20px auto 10px auto;
  }
  .results__text {
    font-size: 14px;
    line-height: 93%;
    margin: 15px 0;
  }
  .results .question-score-inner {
    width: 229px;
    height: 229px;
  }
  .results .question-score-inner span {
    font-size: 71px;
    line-height: 145%;
  }
  .results .question-score-box span:last-child {
    margin-top: 45px;
  }
  .results .question-score-box::before {
    width: 160px;
    left: -30px;
    top: 74px;
  }
  .results__input {
    font-size: 14px;
    line-height: 145%;
  }
  .results__send {
    position: static;
    margin-top: 20px;
  }
  .results__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0;
    -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;
  }
  .results-again {
    margin-left: 0;
  }
  .congratulation .question-score {
    width: 242px;
    height: 242px;
    margin-bottom: 0;
  }
  .congratulation .question-score-inner {
    top: -38px;
  }
  .congratulation__title {
    font-size: 32px;
    font-weight: 700;
    line-height: 97%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-top: 50px;
    margin-bottom: 15px;
  }
  .congratulation-inner {
    margin-top: 25px;
  }
  .congratulation__button {
    margin-top: 35px;
    padding: 8px 30px;
  }
  .congratulation__text {
    max-width: 260px;
  }
}
