
html {
  --answer-bg: url("https://www.mk.ru/projects/muzhskojvopros/img/pic_0.png");
  --green-accent: #00797f;
  --normal-gradient: linear-gradient(246.97deg, #aa3141 40.61%, #771331 92.13%), #2c353e;
  --disable-gradient: linear-gradient(85.86deg, #d3bcc6 6.43%, #e6cfd3 83.6%);
  --hover-gradient: linear-gradient(246.97deg, #7e2531 40.61%, #4b0c1f 92.13%);
}
.quiz {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  margin: 0 auto;
  padding: 16px 10px;
  background: #f5f6f7;
  font-family: 'Roboto', Arial, sans-serif;
  color: #2c353e;
  box-sizing: border-box;
}
.quiz_accent {
  color: var(--green-accent);
}
.quiz_bold {
  font-weight: 600;
}
.quiz p + p {
  margin-top: 16px;
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
}
@media (min-width: 960px) {
  .quiz p + p {
    margin-top: 22px;
    font-size: 20px;
    line-height: 23px;
  }
}
.quiz::before,
.quiz::after {
  content: '';
  position: absolute;
  width: calc(100% - 20px);
  height: 10px;
  top: 10px;
  left: 10px;
  background-image: url("https://www.mk.ru/projects/muzhskojvopros/img/quiz-line.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 640px) {
  .quiz::before,
  .quiz::after {
    top: 24px;
    width: 100%;
    left: 0;
  }
}
@media (min-width: 960px) {
  .quiz::before,
  .quiz::after {
    background-size: auto;
  }
}
@media (min-width: 1160px) {
  .quiz::before,
  .quiz::after {
    top: 80px;
    left: calc((100% - 1160px) / 2);
    width: 100%;
    max-width: 1160px;
  }
}
.quiz::after {
  top: auto;
  bottom: 10px;
  transform: scale(-1, 1);
}
@media (min-width: 640px) {
  .quiz::after {
    bottom: 24px;
  }
}
@media (min-width: 1160px) {
  .quiz::after {
    bottom: 80px;
  }
}
@media (min-width: 640px) {
  .quiz {
    grid-template-columns: 1fr 1fr;
    gap: 0 20px;
    padding: 44px 10px;
  }
}
@media (min-width: 960px) {
  .quiz {
    gap: 0 26px;
    padding: 80px 40px;
  }
}
@media (min-width: 1160px) {
  .quiz {
    padding: 152px calc(((100% - 1160px) / 2) + 60px);
  }
}
.quiz * {
  box-sizing: border-box;
}
@media (min-width: 640px) {
  .quiz__header {
    grid-column: 2/3;
  }
}
.quiz__title {
  margin-top: 24px;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
}
@media (min-width: 640px) {
  .quiz__title {
    margin-top: 0;
    text-align: left;
  }
}
@media (min-width: 960px) {
  .quiz__title {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (min-width: 1160px) {
  .quiz__title {
    font-size: 20px;
    line-height: 23px;
  }
}
.quiz__title_small {
  font-size: 18px;
  line-height: 23px;
}
.quiz__question {
  margin: 16px 0 24px;
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  text-align: center;
}
@media (min-width: 640px) {
  .quiz__question {
    margin: 24px 0 24px;
    text-align: left;
  }
}
@media (min-width: 640px) {
  .quiz__question {
    margin: 40px 0 40px;
    font-size: 40px;
    line-height: 47px;
  }
}
.quiz__answer {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 320px;
  padding: 0;
  background-image: var(--answer-bg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.quiz__answer.in-progress .quiz__crown {
  display: none;
}
@media (min-width: 640px) {
  .quiz__answer {
    grid-row: -1/3;
    flex-direction: column-reverse;
    padding: 0;
    background-position: center 30%;
  }
}
.quiz__answer-img {
  flex: 1 0 auto;
  background-image: var(--answer-img);
  background-position: center;
  background-repeat: no-repeat;
}
.quiz__answer-text {
  padding: 44px 0 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}
@media (min-width: 480px) {
  .quiz__answer-text {
    font-size: 18px;
    line-height: 21px;
  }
}
@media (min-width: 640px) {
  .quiz__answer-text {
    font-size: 16px;
    line-height: 19px;
  }
}
@media (min-width: 960px) {
  .quiz__answer-text {
    font-size: 18px;
    line-height: 21px;
  }
}
@media (min-width: 960px) {
  .quiz__answer-text {
    font-size: 18px;
  }
}
.quiz__crown {
  position: absolute;
  left: 32%;
  top: 9%;
  transform-origin: center;
  animation: crown 1.2s infinite linear;
}
.quiz__crown img {
  width: 44px;
}
@media (min-width: 480px) {
  .quiz__crown img {
    width: 66px;
  }
}
@media (min-width: 640px) {
  .quiz__crown img {
    width: 44px;
  }
}
@media (min-width: 960px) {
  .quiz__crown img {
    width: 66px;
  }
}
@media (min-width: 340px) {
  .quiz__crown {
    top: 7%;
  }
}
@media (min-width: 360px) {
  .quiz__crown {
    top: 5%;
  }
}
@media (min-width: 380px) {
  .quiz__crown {
    top: 2%;
  }
}
@media (min-width: 400px) {
  .quiz__crown {
    top: 2%;
  }
}
@media (min-width: 440px) {
  .quiz__crown {
    left: 34%;
  }
}
@media (min-width: 480px) {
  .quiz__crown {
    top: -4%;
    left: 33%;
  }
}
@media (min-width: 530px) {
  .quiz__crown {
    left: 35%;
  }
}
@media (min-width: 570px) {
  .quiz__crown {
    left: 36%;
  }
}
@media (min-width: 600px) {
  .quiz__crown {
    left: 37%;
  }
}
@media (min-width: 640px) {
  .quiz__crown {
    top: 13%;
    left: 30%;
  }
}
@media (min-width: 700px) {
  .quiz__crown {
    top: 11%;
    left: 31%;
  }
}
@media (min-width: 750px) {
  .quiz__crown {
    top: 10%;
  }
}
@media (min-width: 790px) {
  .quiz__crown {
    top: 9%;
    left: 32%;
  }
}
@media (min-width: 800px) {
  .quiz__crown {
    top: 6%;
  }
}
@media (min-width: 860px) {
  .quiz__crown {
    top: 4%;
    left: 33%;
  }
}
@media (min-width: 920px) {
  .quiz__crown {
    top: 3%;
  }
}
@media (min-width: 960px) {
  .quiz__crown {
    top: 3%;
    left: 30%;
  }
}
@media (min-width: 1024px) {
  .quiz__crown {
    top: 0%;
    left: 31%;
  }
}
@media (min-width: 1060px) {
  .quiz__crown {
    left: 31%;
  }
}
@media (min-width: 1160px) {
  .quiz__crown {
    top: 2%;
    left: 32%;
  }
}
.quiz__result-title {
  margin: 16px 0 24px;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  background: var(--normal-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.quiz__result-title span {
  white-space: nowrap;
}
@media (min-width: 640px) {
  .quiz__result-title {
    text-align: left;
  }
}
@media (min-width: 960px) {
  .quiz__result-title {
    margin: 44px 0 24px;
    font-size: 30px;
    line-height: 35px;
  }
}
.quiz__controls {
  padding: 0 0 24px;
}
.quiz__text {
  margin-top: 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 640px) {
  .quiz__text {
    margin-top: 0;
    margin-bottom: 24px;
  }
}
@media (min-width: 960px) {
  .quiz__text {
    font-size: 18px;
  }
}
@media (min-width: 960px) {
  .quiz__text {
    margin-bottom: 44px;
  }
}
.quiz__buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  padding: 24px 0 40px;
}
@media (min-width: 640px) {
  .quiz__buttons {
    padding: 4px 0 0;
  }
}
.quiz__button {
  display: block;
  width: 100%;
  height: 44px;
  margin: 0 auto;
  background: transparent;
  border: 2px solid var(--green-accent);
  border-radius: 1000px;
  cursor: pointer;
  font-family: 'Roboto';
}
@media (min-width: 640px) {
  .quiz__button {
    margin: 24px auto 0;
  }
}
@media (min-width: 640px) {
  .quiz__button {
    height: 58px;
  }
}
.quiz__button-yes,
.quiz__button-no {
  color: var(--green-accent);
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
}
.quiz__button-yes:hover,
.quiz__button-no:hover {
  background: #dce9eb;
}
.quiz__button-yes.select,
.quiz__button-no.select {
  color: #fff;
  background-color: var(--green-accent);
}
.quiz__button-next {
  grid-column: span 2;
  width: 216px;
  background: var(--normal-gradient);
  border: none;
  border-radius: 1000px;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}
.quiz__button-next:hover {
  background: var(--hover-gradient);
}
.quiz__button-next:disabled {
  background: var(--disable-gradient);
  color: #fff;
}
@media (min-width: 480px) {
  .quiz__button-next {
    width: 250px;
  }
}
@media (min-width: 640px) {
  .quiz__button-next {
    width: 216px;
  }
}
@media (min-width: 960px) {
  .quiz__button-next {
    width: 284px;
  }
}
.quiz__progress-numbers {
  display: block;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  color: var(--green-accent);
  line-height: 23px;
}
@media (min-width: 640px) {
  .quiz__progress-numbers {
    margin-top: 44px;
  }
}
.quiz__progress {
  width: 100%;
  height: 10px;
  margin: 12px 0 24px;
  border: none;
  background-color: #e6cfd3;
  border-radius: 1000px;
  -webkit-appearance: none;
  appearance: none;
}
@media (min-width: 640px) {
  .quiz__progress {
    margin: 12px 0 0;
  }
}
.quiz__progress::-moz-progress-bar {
  border: none;
  background-color: var(--green-accent);
}
.quiz__progress::-webkit-progress-bar {
  border: none;
  background: transparent;
  border-radius: 1000px;
}
.quiz__progress::-webkit-progress-value {
  background-color: var(--green-accent);
  border-radius: 1000px;
}
.hidden {
  display: none;
}
@media (min-width: 640px) {
  .mleft {
    margin: 0;
  }
}
.mk__share .share__list {
  display: flex;
  list-style-type: none;
  gap: 10px;
}
.mk__share .share__list .share__item {
  width: 36px;
  height: 36px;
}
.mk__share .share__list .share__icon {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 100%;
}
.mk__share-header .share__item_vk .share__icon {
  background: #4680c2;
}
.mk__share-header .share__item_vk .share__icon:hover {
  background: #3568a1;
}
.mk__share-header .share__item_ok .share__icon {
  background: #ee8208;
}
.mk__share-header .share__item_ok .share__icon:hover {
  background: #bb6606;
}
.mk__share-header .share__item_tg .share__icon {
  background: #08c;
}
.mk__share-header .share__item_tg .share__icon:hover {
  background: #069;
}
.mk__share-header .share__item_vb .share__icon {
  background: #7360f2;
}
.mk__share-header .share__item_vb .share__icon:hover {
  background: #4830ee;
}
.mk__share-header .share__item_wa .share__icon {
  background: #25d366;
}
.mk__share-header .share__item_wa .share__icon:hover {
  background: #1ea952;
}
.mk__share-header .share__icon {
  fill: #fff !important;
}
.mk__share-footer .share__icon {
  fill: #98443d !important;
}
.mk__share-mobile .share__list {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  padding: 0 !important;
}
.mk__share-mobile summary {
  list-style: none;
}
.mk__share-mobile summary::-webkit-details-marker {
  display: none;
}
.mk__share-mobile summary img {
  width: 36px;
  height: 36px;
  cursor: pointer;
}
@-moz-keyframes crown {
  0% {
    transform: rotate(30deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(30deg);
  }
}
@-webkit-keyframes crown {
  0% {
    transform: rotate(30deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(30deg);
  }
}
@-o-keyframes crown {
  0% {
    transform: rotate(30deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(30deg);
  }
}
@keyframes crown {
  0% {
    transform: rotate(30deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(30deg);
  }
}
