@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");

/*font-family: 'Roboto Condensed', sans-serif;*/

@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,400;0,600;0,700;0,900;1,400;1,700;1,900&display=swap");

/* font-family: "Poppins", sans-serif; */

* {
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
p,
ul,
ul li {
  margin: 0;
  padding: 0;
}

a {
  color: #117327;
  font-weight: 600;
  cursor: pointer;
}

footer a {
  font-weight: 400;
}

ol {
  counter-reset: item;
  padding: 0px 64px;
}

ol li.counter {
  list-style: none;
  position: relative;
  margin-bottom: 30px;
}

ol li.counter::before {
  position: absolute;
  top: 2px;
  left: -45px;
  padding: 0px;
  counter-increment: item;
  content: counter(item);
  background: #117327;
  border-radius: 100%;
  color: #fff;
  width: 24px;
  height: 24px;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

ol li.counter ul {
  padding-left: 10px;
}

ol li.counter ul li {
  list-style: disc;
  list-style-position: inside;
  margin-bottom: 5px;
}

ul li::marker {
  color: #117327;
}

h1 {
  font-size: 37px;
}

body {
  display: block;
  width: 100%;
  background: #faf9f7;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  min-width: 320px;
  font-weight: 400;
  font-size: 18px;
}

p {
  margin-bottom: 15px;
}

.green-text {
  color: #117327;
}

img {
  width: 100%;
  display: block;
}

.image {
  display: block;
  margin: 40px auto;
}

.image img.inner-img {
  display: block;
  border-radius: 8px;
}

.image.horizontal {
  max-width: 610px;
}

.image.vertical {
  max-width: 410px;
}

.image p.description {
  background-color: #c0ffbf;
  display: block;
  border-radius: 8px;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 20px 15px;
  font-size: 16px;
  text-align: center;
}

.image p.description2 {
  background-color: #ffbfbf;
  display: block;
  border-radius: 8px;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 20px 15px;
  font-size: 16px;
  text-align: center;
}

.plashka {
  position: relative;
  pointer-events: none;
}

.plashka-country {
  position: absolute;
  top: 3%;
  right: 3%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  letter-spacing: -0.05em;
}

.plashka-country .plashka-country-name {
  font-size: clamp(15px, 5vw, 24px);
  line-height: 1;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0.1em 0.3em;
  display: block;
  background: #fbfbfb;
  font-family: "Roboto Condensed", sans-serif;
}

.plashka-country .plashka-country-tv {
  font-size: clamp(23px, 6vw, 32px);
  line-height: 1;
  font-weight: normal;
  color: #fff;
  padding: 0.12em 0.1em;
  display: block;
  background: #ba2025;
  font-family: "Roboto Condensed", sans-serif;
  border: 0.05em solid #fff;
}

.image .plashka img.plashka-tovar-big {
  width: auto;
  height: 150px;
  position: absolute;
  top: 20%;
  left: 75%;
}

.image .plashka img.plashka-tovar-small {
  display: block;
  max-width: 45px;
  max-height: 60px;
  width: auto;
  height: auto;
  position: absolute;
  top: auto;
  left: 49%;
  bottom: 51%;
}

@media screen and (max-width: 500px) {
  .image .plashka img.plashka-tovar-big {
    height: 70px;
  }

  .image .plashka img.plashka-tovar-small {
    max-height: 33px;
  }
}

header {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 34px;
  background-color: #117327;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.logo-text {
  margin-left: 18px;
  color: #fff;
  text-transform: uppercase;
}

nav {
  padding: 10px 65px;
  background-color: #c0ffbf;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

nav a {
  font-size: 14px;
  text-decoration: none;
  color: #000;
  display: block;
}

.main-title {
  padding: 30px 120px;
  text-align: center;
  background: rgb(192, 255, 191);
  background: linear-gradient(
    90deg,
    rgba(192, 255, 191, 0.4010197829131653) 0%,
    rgba(192, 255, 191, 0.4) 20%,
    rgba(192, 255, 191, 0) 53%,
    rgba(192, 255, 191, 0.4) 80%
  );
  margin-top: 25px;
  margin-bottom: 40px;
}

.main-title.initial-title {
  margin: 0;
}

.main-title h1 {
  color: #117327;
  margin-bottom: 20px;
}

.main-title p.title-date {
  font-weight: 200;
  margin: 0;
}

.container {
  display: block;
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  padding: 10px 15px;
}

.text-title {
  display: block;
  width: 100%;
  margin: 50px 0px;
  background-color: #e5ffe4;
  border-radius: 8px;
  padding: 30px;
  position: relative;
}

.text-title::before {
  content: "";
  position: absolute;
  left: -5px;
  top: -5px;
  width: 125px;
  height: 30px;
  border-radius: 8px 0px 8px 0px;
  border-top-style: solid;
  border-top-width: 5px;
  border-top-color: #117327;
  border-left-style: solid;
  border-left-width: 5px;
  border-left-color: #117327;
}

.text-title::after {
  content: "";
  position: absolute;
  right: -5px;
  bottom: -5px;
  width: 125px;
  height: 30px;
  border-radius: 8px 0px 8px 0px;
  border-bottom-style: solid;
  border-bottom-width: 5px;
  border-bottom-color: #117327;
  border-right-style: solid;
  border-right-width: 5px;
  border-right-color: #117327;
}

.text-title h2 {
  font-size: 24px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 1px;
}

.infograf {
  display: block;
  max-width: 610px;
  width: 100%;
  margin: 40px auto;
  padding: 30px;
  border-radius: 8px;
  border: 1px solid #117327;
}

.infograf p {
  text-align: center;
}

.infograf .infograf-title {
  color: #117327;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
}

.infograf .infograf-subtitle {
  margin-bottom: 30px;
  font-size: 16px;
}

.progress-bar {
  position: relative;
  width: 100%;
  height: 40px;
  background-color: #dcffd0;
  border-radius: 107px;
  border: 1px solid #1d7200;
  margin-bottom: 20px;
  overflow: hidden;
}

.progress-bar:last-child {
  margin-bottom: 0px;
}

.progress-bar .progress-bar-inner {
  position: absolute;
  left: 0px;
  top: -1px;
  width: 10%;
  height: 40px;
  background-color: #1d7200;
  border-radius: 107px;
  padding-right: 15px;
  text-align: right;
}

.progress-bar-inner.prog-100.progress-animated {
  -webkit-animation: progressBar100 2s ease-in-out;
  -webkit-animation-fill-mode: both;
  -moz-animation: progressBar100 2s ease-in-out;
  -moz-animation-fill-mode: both;
}

.progress-bar-inner.prog-80.progress-animated {
  -webkit-animation: progressBar80 2s ease-in-out;
  -webkit-animation-fill-mode: both;
  -moz-animation: progressBar80 2s ease-in-out;
  -moz-animation-fill-mode: both;
}

.progress-bar-inner.prog-75.progress-animated {
  -webkit-animation: progressBar75 2s ease-in-out;
  -webkit-animation-fill-mode: both;
  -moz-animation: progressBar75 2s ease-in-out;
  -moz-animation-fill-mode: both;
}

.progress-bar-inner.prog-70.progress-animated {
  -webkit-animation: progressBar70 2s ease-in-out;
  -webkit-animation-fill-mode: both;
  -moz-animation: progressBar70 2s ease-in-out;
  -moz-animation-fill-mode: both;
}

.progress-animated {
  -webkit-animation: progressBar 2s ease-in-out;
  -webkit-animation-fill-mode: both;
  -moz-animation: progressBar 2s ease-in-out;
  -moz-animation-fill-mode: both;
}

.progress-bar .progress-bar-inner span {
  width: 100%;
  color: #fff;
  font-size: 17px;
  line-height: 40px;
  font-weight: 600;
}

@-webkit-keyframes progressBar100 {
  0% {
    width: 10%;
  }

  100% {
    width: 100%;
  }
}

@-moz-keyframes progressBar100 {
  0% {
    width: 10%;
  }

  100% {
    width: 100%;
  }
}

@-webkit-keyframes progressBar80 {
  0% {
    width: 10%;
  }

  100% {
    width: 80%;
  }
}

@-moz-keyframes progressBar80 {
  0% {
    width: 10%;
  }

  100% {
    width: 80%;
  }
}

@-webkit-keyframes progressBar75 {
  0% {
    width: 10%;
  }

  100% {
    width: 75%;
  }
}

@-moz-keyframes progressBar75 {
  0% {
    width: 10%;
  }

  100% {
    width: 75%;
  }
}

@-webkit-keyframes progressBar70 {
  0% {
    width: 10%;
  }

  100% {
    width: 70%;
  }
}

@-moz-keyframes progressBar70 {
  0% {
    width: 10%;
  }

  100% {
    width: 70%;
  }
}

.timeline-block {
  margin: 40px auto;
}

.timeline-item {
  max-width: 610px;
  width: 100%;
  position: relative;
  border: solid 1px #117327;
  border-radius: 8px;
  margin: 5px auto;
  padding: 36px 20px 30px 20px;
}

.timeline-item p {
  text-align: center;
  margin-bottom: 0px;
}

.timeline-item .week-counter {
  position: absolute;
  left: 50%;
  top: -20px;
  transform: translate(-50%);
  max-width: 128px;
  width: 100%;
  padding: 5px;
  border-radius: 50px;
  color: #fff;
  background-color: #117327;
  text-align: center;
  font-weight: 700;
}

/* TEST */

#quiz-block {
  max-width: 610px;
  width: 100%;
}

.quiz-block {
  margin: 40px auto;
  background: #e5ffe4;
  padding: 20px;
  text-align: center;
  border-radius: 10px;
}

.quiz-item {
  display: none;
}

.quiz-item.active {
  display: block;
}

.quiz-block p.subtitle {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  color: #000;
  margin: 0;
  padding: 0;
  border: none;
}

.subtitle.text-center {
  padding: 0;
  border: none;
}

.btn-main,
.btn-main-2,
.btn-main-cta {
  display: block;
  background: #117327;
  color: #fff;
  font-size: 21px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 1px;
  width: 100%;
  max-width: 158px;
  margin: 15px auto;
  margin-bottom: 0px;
  text-align: center;
  cursor: pointer;
  border-radius: 8px;
  padding: 5px;
  border: 1px solid transparent;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.btn-main-2 {
  max-width: 240px;
}

.btn-main-cta {
  text-decoration: none;
  max-width: 400px;
  font-size: 36px;
  line-height: 1;
  padding: 30px 80px;
  text-transform: uppercase;
  border-radius: 82px;
}

.btn-main:hover,
.btn-main-2:hover,
.btn-main-cta:hover {
  color: #fff;
  border: 1px solid #fff;
}

.quiz-answer label {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  line-height: 24px;
  margin: 10px 0;
  padding: 10px;
  cursor: pointer;
  width: fit-content;
  width: -moz-fit-content;
  border-radius: 8px;
  color: #000;
  text-align: left;
}

.quiz-answer label:hover {
  background-color: #fff;
  color: #117327;
  border-radius: 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.quiz-multiple {
  display: block;
}

.result-block p:not(.subtitle) {
  color: #000;
  line-height: 24px;
  margin: 10px 0;
  text-align: left;
}

.result-block p:last-child {
  margin-bottom: 0;
}

.result-block {
  display: none;
}

input[type="radio"],
input[type="checkbox"] {
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1.15em;
  height: 1.15em;
  border: 0.15em solid currentColor;
  border-radius: 50%;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}

input[type="radio"]::before,
input[type="checkbox"]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #117327;
}

input[type="radio"]:checked::before,
input[type="checkbox"]:checked::before {
  transform: scale(1);
}

/* TEST */

.preflags {
  background-color: #e5ffe4;
  border: solid 2px #117327;
  border-radius: 8px;
  padding: 25px 20px;
  margin-top: 40px;
}

.preflags p {
  text-align: center;
}

.preflags p:last-child {
  margin-bottom: 0px;
}

.comments-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 1px;
  margin: 40px 0px;
}

.comments-logo {
  width: 66px;
  margin-right: 20px;
}

.comment {
  padding-bottom: 30px;
  border-bottom: solid 2px rgba(17, 115, 39, 0.5);
  margin-bottom: 30px;
}

.comment.ans {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
  padding-left: 60px;
  padding-top: 30px;
}

.comment .author {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}

.comment.ans .author {
  position: relative;
}

.comment.ans .author::before {
  content: "";
  position: absolute;
  left: -25px;
  top: -11px;
  width: 11px;
  height: 45px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #117327;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #117327;
}

.author .ava {
  width: 70px;
  border-radius: 50%;
  margin-right: 20px;
}

.author-info p {
  margin-bottom: 0px;
}

.author-info p.comm-name {
  color: #117327;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1.4px;
}

.author-info p.comm-date {
  color: #959595;
  font-weight: 200;
  font-size: 14px;
}

.comment p.comm-text {
  font-size: 16px;
  margin-bottom: 0px;
}

.comment img.comm-img {
  border-radius: 8px;
  margin-top: 30px;
}

.comment img.comm-img.horizontal {
  max-width: 346px;
}

.comment img.comm-img.vertical {
  max-width: 346px;
}

footer {
  padding-top: 20px;
}

footer p {
  font-size: 13px;
  text-align: center;
}

@media screen and (max-width: 1000px) {
  nav {
    display: none;
  }

  h1 {
    font-size: 26px;
  }
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 24px;
  }

  .image {
    margin: 20px auto;
  }

  p,
  label {
    font-size: 18px;
  }

  .main-title h1 {
    margin-bottom: 10px;
  }

  .main-title {
    padding: 20px 10px;
    margin-bottom: 30px;
  }

  header {
    font-size: 20px;
  }

  .image p.description {
    padding: 15px;
    font-size: 16px;
  }

  .image p.description2 {
    padding: 15px;
    font-size: 14px;
  }

  .infograf {
    padding: 20px 15px;
    margin: 30px auto;
  }

  .infograf .infograf-title {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .infograf .infograf-subtitle {
    font-size: 13px;
    margin-bottom: 20px;
  }

  .infograf p {
    margin-bottom: 10px;
  }

  .progress-bar,
  .progress-bar .progress-bar-inner {
    height: 30px;
  }

  .progress-bar .progress-bar-inner span {
    font-size: 14px;
    line-height: 30px;
  }

  .timeline-item {
    padding: 30px 15px 20px 15px;
  }

  .timeline-item .week-counter {
    font-size: 15px;
  }

  .quiz-block p.subtitle {
    font-size: 18px;
  }

  .btn-main,
  .btn-main-2 {
    font-size: 17px;
  }

  .text-title {
    padding: 20px;
    margin: 20px 0px;
  }

  .text-title h2 {
    font-size: 18px;
  }

  ol {
    padding-right: 0px;
    padding-left: 40px;
  }

  li {
    font-size: 15px;
  }

  ol li.counter {
    margin-bottom: 15px;
  }

  ol li.counter::before {
    width: 20px;
    height: 20px;
    font-size: 14px;
    top: 1px;
    left: -35px;
  }

  .preflags {
    padding: 20px 15px;
    margin-top: 20px;
  }

  #flags--title {
    font-size: 18px;
  }

  .comment {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .comment.ans {
    padding-top: 20px;
    padding-left: 40px;
  }

  .comments-title {
    font-size: 18px;
  }

  .comments-logo {
    width: 40px;
  }

  .comment .author {
    margin-bottom: 10px;
  }

  .author .ava {
    width: 40px;
    margin-right: 10px;
  }

  .comment p.comm-text,
  .author-info p.comm-name {
    font-size: 17px;
  }

  .author-info p.comm-date {
    font-size: 11px;
  }

  .comment img.comm-img {
    margin-top: 12px;
  }

  .comment.ans .author::before {
    left: -25px;
    top: -10px;
    height: 29px;
  }

  .btn-main-cta {
    padding: 20px;
    font-size: 28px;
  }
}

form .prices {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

form .prices .old {
  color: #000000;
  font-weight: 400;
  text-decoration: line-through;
  font-size: 24px;
  line-height: 1.5;
}

form .prices .new {
  color: #ed3939;
  font-weight: 600;
  font-size: 37px;
  line-height: 1.25;
}

form input,
form textarea {
  display: block;
  width: 100%;
  font-weight: 400;
  color: #000;
  background: #fff;
  border: 1px solid #000000;
  border-radius: 85px;
  margin-bottom: 16px;
  padding: 10px 16px;
  outline: none;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.05em;
  font-size: 20px;
  line-height: 1.5;
}

form input::-moz-placeholder,
form textarea::-moz-placeholder {
  color: #959595;
}

form input::placeholder,
form textarea::placeholder {
  color: #959595;
}

@media screen and (max-width: 600px) {
  form input,
  form textarea {
    font-size: 18px;
    line-height: 1.5;
  }
}

input[type="radio"],
input[type="checkbox"] {
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1.15em;
  height: 1.15em;
  border: 0.15em solid currentColor;
  border-radius: 50%;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}

input[type="radio"]::before,
input[type="checkbox"]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #117327;
}

input[type="radio"]:checked::before,
input[type="checkbox"]:checked::before {
  transform: scale(1);
}

form button {
  border: 0;
  outline: none;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.05em;
}

.button {
  display: block;
  width: 100%;
  max-width: 340px;
  margin: 30px auto;
  background: linear-gradient(180deg, #ffa6a6 0%, #d11c1c 100%);
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  box-shadow: 0px 4px 7.9px 0px rgba(0, 0, 0, 0.3019607843);
  border-radius: 85px;
  padding: 10px 35px;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  line-height: 1.5;
}

@media screen and (max-width: 600px) {
  .button {
    margin: 30px auto;
    padding: 10px 30px;
  }
}

select {
  display: block;
  width: 100%;
  font-weight: 400;
  color: #000;
  background: #fff;
  border: 1px solid #000000;
  border-radius: 85px;
  margin-bottom: 16px;
  padding: 10px 16px;
  outline: none;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.05em;
  font-size: 20px;
  line-height: 1.5;
}

.logo {
  margin-left: 12px;
}

.quiz_wrap {
  max-width: 368px;
  margin: 30px auto;
  background: linear-gradient(
    180deg,
    rgba(225, 217, 255, 0.1) 14.77%,
    #e1d9ff 85%
  );
  border-radius: 7px;
}

.quiz-header {
  background: #6c1cd1;
  border-radius: 7px 7px 70px 70px;
}

.quiz-header .quiz-title,
.quiz-header .order-title {
  font-weight: 600;
  text-align: center;
  color: #fff;
  padding: 14px 14px 20px;
  font-size: 20px;
  line-height: 1.5;
}

.quiz-header .order-title {
  display: none;
}

.quiz-body {
  padding: 0 30px;
  margin: 20px 0 0;
}

.quiz-step {
  display: none;
  transition: 0.5s all;
}

.quiz-step.active {
  display: block;
}

.quiz-question {
  font-weight: 600;
  text-align: left;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.5;
}

.quiz_options {
  margin: 0;
}

.quiz_options .option {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  -moz-column-gap: 20px;
  column-gap: 20px;
  color: #6c1cd1;
  font-weight: 600;
  text-align: left;
  position: relative;
  cursor: pointer;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.5;
}

.quiz_options .option:last-child {
  margin-bottom: 0;
}

.quiz_options .option .option-radio {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1lh;
}

.quiz_options .option .option-radio .circle {
  display: block;
  background: #fff;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid #6c1cd1;
  position: relative;
}

.quiz_options .option .option-radio .circle::after {
  content: " ";
  transition: 0.2s all;
  display: block;
  background: #6c1cd1;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.quiz_options .option.active .option-radio .circle {
  animation: radial-pulse 0.5s;
}

.quiz_options .option:hover .option-radio .circle::after,
.quiz_options .option.active .option-radio .circle::after {
  opacity: 1;
}

@keyframes radial-pulse {
  0% {
    box-shadow: 0 0 1px 2px #6c1cd1;
  }

  100% {
    box-shadow: 0 0 4px 5px rgba(0, 0, 0, 0);
  }
}

.quiz-nums {
  width: 100%;
  max-width: 230px;
  display: flex;
  justify-content: space-between;
  position: relative;
  margin: 30px auto 0;
}

.quiz-nums::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #6c1cd1;
}

.quiz-nums .num {
  transition: 1s all;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  background: #fff;
  border: 1px solid #6c1cd1;
}

.quiz-nums .num.active span {
  background: #6c1cd1;
}

.quiz-nums .num span {
  width: 27px;
  height: 27px;
  background: #e1d9ff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
}

.quiz-footer {
  padding: 20px;
  font-weight: 400;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
}

.quiz-footer .pcs {
  display: block;
  font-weight: 600;
  color: #6c1cd1;
}

.quiz-timer {
  font-weight: 400;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
}

.quiz-timer .timer {
  color: #000;
}

.quiz-timer .timer span {
  font-weight: 700;
  color: #6c1cd1;
}

.quiz-form .quiz-form-image {
  max-width: 240px;
  margin: 10px auto;
}

.quiz-form .quiz-form-image img {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}

.quiz-form .button {
  margin: 0 auto;
}

@media screen and (max-width: 600px) {
  .quiz_wrap {
    margin: 30px auto;
  }

  .quiz-header .quiz-title,
  .quiz-header .order-title {
    letter-spacing: 0.005em;
    font-size: 20px;
    line-height: 1.5;
  }

  .quiz-body {
    padding: 0 14px;
  }

  .quiz-question {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 1.5;
  }

  .quiz_options .option {
    -moz-column-gap: 10px;
    column-gap: 10px;
    font-size: 18px;
    line-height: 1.5;
  }

  .quiz_options .option .option-radio {
    height: auto;
  }

  .quiz_options .option .option-radio .circle {
    width: 20px;
    height: 20px;
    margin-top: 0.15em;
  }

  .quiz_options .option .option-radio .circle::after {
    height: 10px;
    width: 10px;
  }

  .quiz-nums .num {
    width: 31px;
    height: 31px;
  }

  .quiz-nums .num span {
    width: 23px;
    height: 23px;
    font-size: 16px;
    line-height: 1.5;
  }

  .quiz-footer {
    padding: 25px 14px 14px;
    font-size: 16px;
    line-height: 1.5;
  }

  .quiz-footer .pcs {
    display: inline-block;
  }

  .quiz-timer {
    font-size: 16px;
    line-height: 1.5;
  }

  .quiz-form .quiz-form-image {
    max-width: 200px;
  }
}

.modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
  background-color: #fff;
  margin: 10% auto;
  padding: 20px;
  border-radius: 10px;
  width: 50%;
  position: relative;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  animation: fadeIn 0.3s ease;
}

.close {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
  transition: color 0.2s;
}

.close:hover {
  color: red;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
