body {
  line-height: 130%;
}
.cord__item-word-text {
  margin-bottom: 20px;
  margin-top: 30px;
}
.block2__content-text {
  font-size: 16px;
}
.title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
  flex-wrap: wrap;
  gap: 16px;
}
.block-quiz-title {
  font-size: 56px;
  line-height: 100%;
  font-weight: 700;
  text-transform: uppercase;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.6) -1.57%, #fff 23.82%, rgba(255, 255, 255, 0.6) 49.21%, rgba(255, 255, 255, 0.4) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/*.block2__title {
   background: linear-gradient(90deg, rgba(255, 255, 255, 0.6) -1.57%, #fff 23.82%, rgba(255, 255, 255, 0.6) 49.21%, rgba(255, 255, 255, 0.4) 100%);
}*/

.quiz__label {
  background: rgba(255, 255, 255, 0.2);
}
.quiz__btn,
.quiz__next {
  font-size: 16px;
  padding: 12px 20px;
}
.quiz__block {
  padding: 30px 20px 0 20px;
}
.quiz__number {
  font-size: 14px;
}
.quiz__answer {
  font-size: 16px;
}

.quiz__radio-span {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}

@media (min-width: 576px) {
  .quiz__btn,
  .quiz__next {
    padding: 12px 32px;
    background: rgba(255, 255, 255, 0.2);
    min-width: 100px;
    text-align: center;
  }
  .title-row {
    margin-bottom: 60px;
  }
}

@media (min-width: 576px) {
  .quiz__star p {
    font-size: 18px;
  }
  .quiz__check-text {
    font-weight: 300;
    text-transform: none;
    font-size: 18px;
  }
}

@media (min-width: 576px) {
  .quiz__label-text {
    font-weight: 700;
    font-size: 18px;
    text-transform: none;
  }
}
@media (max-width: 992px) {
  .quiz__next-wrapper-img {
    max-height: 169px;
    position: relative;
    right: -18px;
    display: block;
  }
}

@media (min-width: 768px) {
  .block-quiz-title {
    font-size: 110px;
  }
}
.last-block__text {
  line-height: 130%;
}
.title-text {
  max-width: 655px;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #fff;
  opacity: 0.72;
}

@media (min-width: 768px) {
  .title-text {
    font-size: 22px;
  }
}

.block2__content-author {
  width: auto;
}

.quiz__label-text {
  margin-top: 2px;
}

@media (min-width: 576px) {
  .quiz__label-text {
    margin-top: 6px;
  }
}

.quiz__textarea {
  min-height: 132px;
}

@media (min-width: 576px) {
  .quiz__textarea {
    min-height: 182px;
  }
}

.quiz__next {
  font-weight: 700;
}

@media (min-width: 992px) {
  .quiz__block {
    min-height: 600px;
  }
}

.quiz__check {
  display: flex;
  margin-bottom: 24px;
  gap: 12px;
  align-items: center;
  cursor: pointer;
}
.quiz__check-input {
  margin-top: 8px;
  display: none;
}

.quiz__check-input:checked + span::after {
  opacity: 1;
}

.quiz__check-span {
  display: inline-block;
  width: 25px;
  height: 25px;
  flex: 0 0 25px;
  border: 2px solid #fff;
  border-radius: 8px;
  position: relative;
  cursor: pointer;
}

.quiz__check-span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 2px;
  opacity: 0;
}

@media (min-width: 576px) {
  .quiz__check-span {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
  }
}

.quiz__check-text {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}

@media (min-width: 992px) {
  .quiz__block {
    padding: 30px;
  }
  .block2__content-text {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .title-text {
    font-size: 18px;
  }
}
@media (min-width: 576px) {
  .quiz__btn,
  .quiz__next {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .quiz__radio-span {
    display: inline-block;
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
  }
}

.quiz__next {
  margin-bottom: 20px;
}

@media (min-width: 576px) {
  .quiz__number {
    margin-bottom: 32px;
    font-size: 18px;
  }
}
.quiz__question {
  font-size: 16px;
}
@media (min-width: 768px) {
  .quiz__question {
    font-size: 24px;
  }
  .quiz__answer {
    font-size: 24px;
  }
}

.quiz__question_small {
  font-size: 16px;
}
@media (min-width: 576px) {
  .quiz__question_small {
    font-size: 24px;
  }
}

@media (min-width: 992px) {
  .quiz__item_all {
    max-width: 55%;
  }
}
.quiz__person {
  /* max-width: 400px; */
  height: 95%;
  right: 10px;
}
.quiz__person_4 {
  max-width: 700px;
  height: auto;
  max-height: 95%;
}
/*
[data-item="6"] {
  max-width: 80%;
} */
.quiz__person_4_1 {
  display: none;
}

@media (min-width: 992px) {
  .quiz__person_4_1 {
    display: block;
  }
}
.quiz__next-wrapper_top-img,
.quiz__next-wrapper-img {
  display: none;
}
@media (max-width: 1440px) {
  .quiz__person_4 {
    max-width: 500px;
  }
}

@media (max-width: 992px) {
    .quiz__error{
        padding-bottom:20px;
    }
  .quiz__next-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0px;
    position: relative;
    bottom: 0px;
  }
  .quiz__next-wrapper-img {
    max-height: 165px;
    position: relative;
    right: -18px;
    display: block;
  }

  .quiz__next-wrapper_top {
    position: relative;
    padding-right: 130px;
  }
  .quiz__next-wrapper_top-img {
    display: block;
    height: 170px;
    position: absolute;
    bottom: -32px;
    right: 0;
  }
}
