.quiz-block .swiper {
  padding-top: 0;
}
.quiz-block.finish .form__radio input:checked + label:before {
  background: linear-gradient(178deg, #f86752 0%, #ff9283 100%);
}
.quiz-block.finish .form__radio input:checked + label:after {
  border-color: #f86752;
  box-shadow: 0 0 6px 1px #f86752;
}
.quiz-block.finish .btn_first {
  width: 100%;
  max-width: 100%;
}
.quiz-block.finish .wrap > .row {
  justify-content: center;
}
.quiz-block.finish .btns, .quiz-block.finish .right {
  display: none !important;
}
.quiz-block.finish .form input {
  background-color: #F5F5F5;
}
.quiz-block .wrap {
  padding: 3rem;
  margin-top: 3rem;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 17px 0 rgba(93, 87, 84, 0.1019607843);
  border-radius: 2.18rem;
}
.quiz-block .wrap:before {
  content: "";
  position: absolute;
  right: 110px;
  top: 0;
  width: 77px;
  height: 95px;
  background: url("../../assets/svg/fiksik.svg") no-repeat center/contain;
  z-index: -2;
  transition: all 0.7s;
}
.quiz-block .wrap:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  z-index: -1;
  border-radius: 2.18rem;
}
.quiz-block .wrap:hover:before {
  top: -55px;
  transition: all 0.7s;
}
.quiz-block .wrap .nums {
  font-size: 15px;
}
.quiz-block .wrap h3 {
  color: #2773BD;
  font-family: "StyreneAWeb", sans-serif;
  font-size: 28px;
  font-weight: bold;
}
.quiz-block .wrap .answers textarea {
  max-width: 380px;
  border-radius: 2.18rem;
  padding-left: 2rem;
  padding-top: 1.75rem;
  height: 77px;
  background-color: #F5F5F5;
  padding-bottom: 1rem;
}
.quiz-block .wrap .answers label {
  padding: 0.75rem 1rem 0.5rem 3.5rem;
  width: 100%;
  border-radius: 2.18rem;
  position: relative;
  text-align: left;
  cursor: pointer;
  height: auto;
  font-size: 16px;
}
.quiz-block .wrap .answers label:before, .quiz-block .wrap .answers label:after {
  content: "";
  z-index: 9;
  position: absolute;
  left: 23px;
  border-radius: 100%;
  top: 12px;
  width: 14px;
  height: 14px;
  box-shadow: 0 0 0 5px rgba(103, 80, 64, 0.05);
  transition: all 0.4s;
}
.quiz-block .wrap .answers label:hover:before {
  background-color: #7CC1E8;
  box-shadow: 0 0 0 5px rgba(37, 37, 37, 0.1);
  transition: all 0.4s;
}
.quiz-block .wrap .answers input {
  opacity: 0;
  position: absolute;
}
.quiz-block .wrap .answers input:checked + label:before {
  background-color: #7CC1E8;
  transition: all 0.4s;
}
.quiz-block .wrap .answers input:checked + label:before {
  background-color: #7CC1E8;
  box-shadow: 0 0 0 7px rgba(37, 37, 37, 0.1);
  transition: all 0.4s;
}
.quiz-block .wrap .answers input:checked + label:after {
  background-color: #7CC1E8;
  box-shadow: 0 0 0 7px rgba(37, 37, 37, 0.1);
  transition: all 0.4s;
}
.quiz-block .wrap .btns {
  column-gap: 1rem;
  justify-content: space-between;
  margin-top: 6rem;
}
.quiz-block .wrap .btns .btn {
  text-transform: uppercase;
  color: #FFFFFF;
  font-weight: bold;
}
.quiz-block .wrap .gift {
  position: relative;
  z-index: 1;
}
.quiz-block .wrap .gift .text {
  mask: url("../../assets/mask/bg18.svg") no-repeat center/contain;
  background-color: #2773BD;
  padding: 2rem 2rem 2rem 4rem;
  color: #FFFFFF;
  font-size: 14px;
  margin-bottom: 0;
}
.quiz-block .wrap .gift span {
  font-weight: 700;
  font-size: 16px;
}
.quiz-block .wrap .gift img {
  position: absolute;
  top: 0;
  left: -40px;
  z-index: 1;
}
.quiz-block .wrap .right {
  display: flex;
  flex-direction: column;
}
.quiz-block .wrap .right .doctor {
  position: relative;
  z-index: 1;
}
.quiz-block .wrap .right .doctor .svg-background {
  position: absolute;
  z-index: -1;
}
.quiz-block .wrap .right .doctor .svg-background svg {
  width: 100%;
  height: 100%;
}
.quiz-block .wrap .right .doctor .img { /*max-width: 255px; max-height: 270px;*/
  margin: auto;
  height: 365px;
  margin-top: -2rem;
}
.quiz-block .wrap .right .doctor .img img {
  mask: url("../../assets/mask/mask1.2.svg") no-repeat center/contain;
  object-position: top;
}
.quiz-block .wrap .right .doctor .do_info {
  padding: 0 2rem;
  text-align: center;
  margin-top: 1rem;
}
.quiz-block .wrap .right .doctor .do_info a {
  font-weight: 700;
  color: #333333;
}
.quiz-block .wrap .right .doctor .do_info .position {
  margin-top: 10px;
  font-size: 14px;
}
.quiz-block .wrap .right p {
  position: relative;
  z-index: 1;
  margin-top: calc(100% - 8rem);
  font-size: 12px;
  margin-bottom: 3.5rem;
}
.quiz-block .wrap .text {
  margin-bottom: 1.5rem;
}
@media (max-width: 1440px) {
  .quiz-block .wrap .right .doctor .img {
    max-width: 380px;
    max-height: 400px;
    height: 400px;
  }
  .quiz-block .wrap .right .doctor .svg-background {
    left: 0;
    top: 0;
    right: 0;
  }
  .quiz-block .wrap .right p {
    max-width: 240px;
    margin: 0.75rem auto 0 auto;
    text-align: center;
  }
  .quiz-block .wrap .btns {
    margin-bottom: 4rem;
  }
}
@media (max-width: 1200px) {
  .quiz-block .wrap .right .doctor p {
    margin: 2.75rem auto 0 auto;
  }
  .quiz-block .wrap .right .doctor .img {
    max-width: 300px;
    max-height: 300px;
    height: 300px;
  }
}
@media (max-width: 992px) {
  .quiz-block .wrap {
    padding: 2rem;
  }
  .quiz-block .wrap h3 {
    font-size: 24px;
  }
  .quiz-block .wrap .right .doctor {
    background: #E8F6FF;
    border-radius: 2.18rem;
  }
  .quiz-block .wrap .right .doctor .svg-background {
    display: none;
  }
  .quiz-block .wrap .right .doctor .img img {
    mask: unset;
    border-radius: 2.18rem;
  }
  .quiz-block .wrap .right .doctor .do_info {
    padding-bottom: 1rem;
    margin-top: 2rem;
  }
  .quiz-block .wrap .form label {
    margin-bottom: 1rem;
  }
  .quiz-block .wrap .btns {
    margin-top: 1rem;
  }
  .quiz-block .wrap .btns .btn {
    display: flex;
  }
}
@media (max-width: 768px) {
  .quiz-block .row {
    flex-direction: column-reverse;
  }
  .quiz-block .wrap {
    margin-top: 10rem;
  }
  .quiz-block .wrap .right {
    max-width: 300px;
    margin: -5rem auto 0 auto;
  }
  .quiz-block .wrap .right .doctor {
    margin-bottom: 2rem;
  }
  .quiz-block .wrap .right .doctor .img {
    max-width: 300px;
    height: 300px;
    max-height: 300px;
  }
  .quiz-block .wrap .right p {
    margin-bottom: 1rem;
  }
  .quiz-block .wrap:hover:before {
    top: -100px;
  }
  .quiz-block.finish .inputs {
    margin-top: 1rem;
  }
  .quiz-block.finish .btn_first {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .quiz-block .wrap {
    padding: 1rem;
  }
  .quiz-block .wrap .gift span {
    font-size: 13px;
  }
  .quiz-block .wrap .gift .text {
    font-size: 12px;
  }
  .quiz-block .btns {
    height: unset;
    flex-direction: column;
  }
  .quiz-block .btns .btn {
    width: 100%;
  }
  .quiz-block.finish .text {
    font-size: 14px;
  }
}
@media (max-width: 360px) {
  .quiz-block .wrap .right {
    margin: -7rem auto 0 auto;
  }
  .quiz-block .wrap .right .doctor {
    background: unset;
    border-radius: unset;
    margin-bottom: 0;
  }
  .quiz-block .wrap .right .doctor .svg-background {
    display: block;
    height: 100%;
    width: 100%;
  }
  .quiz-block .wrap .right .doctor .img {
    max-width: 250px;
    height: 290px;
  }
  .quiz-block .wrap .right .doctor .img img {
    mask: url("../../assets/mask/bg19.svg") no-repeat center/contain;
  }
  .quiz-block .wrap .right .doctor .do_info {
    padding-bottom: 3rem;
    margin-top: 1rem;
  }
  .quiz-block .wrap h3 {
    font-size: 22px;
  }
  .quiz-block .wrap .form label {
    margin-bottom: 0.5rem;
  }
  .quiz-block .wrap .answers label:after {
    top: 15px;
  }
}

/*# sourceMappingURL=style.css.map */
