.pop.quiz {
  display: none;
  top: 100px;
  background: #202b3c;
  max-width: 1200px;
  left: calc(50% - 600px);
  padding: 0;
  height: 650px;
  color: #fff;
}
@media (max-width: 800px) {
  .pop.quiz {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    z-index: 3;
    position: fixed;
  }
}
@media (max-width: 800px) {
  .pop.quiz .close {
    top: 10px;
    right: 10px;
  }
}
@media (max-width: 800px) {
  .pop.quiz .steps {
    height: 100%;
  }
}
.pop.quiz .steps .step {
  display: none;
}
@media (max-width: 800px) {
  .pop.quiz .steps .step {
    height: 100%;
  }
}
.pop.quiz .steps .step .top {
  padding: 22px 30px 22px 60px;
  height: 64px;
  background: url("/usertpl/i/quiz/top.svg") no-repeat 30px center / 20px;
  font-style: italic;
  border-bottom: 1px solid #2d3b53;
  color: #69748c;
}
.pop.quiz .steps .step .mid {
  padding: 15px 22px;
  height: 475px;
}
@media (max-width: 800px) {
  .pop.quiz .steps .step .mid {
    height: calc(100% - 110px - 64px);
  }
}
.pop.quiz .steps .step .mid .quest {
  font-size: 28px;
  margin: 0 0 10px;
}
@media (max-width: 800px) {
  .pop.quiz .steps .step .mid .quest {
    font-size: 22px;
  }
}
.pop.quiz .steps .step .bottom {
  border-top: 1px solid #2d3b53;
  color: #69748c;
  padding: 30px;
  height: 111px;
}
@media (max-width: 800px) {
  .pop.quiz .steps .step .bottom {
    height: 110px;
    padding: 25px 20px;
  }
}
.pop.quiz .steps .step .bottom .btn3 {
  margin: 0 0 0 10px;
  width: auto;
}
@media (max-width: 800px) {
  .pop.quiz .steps .step .bottom .btn3 {
    height: 42px;
  }
}
.pop.quiz .steps .step .bottom .text {
  margin: 0 0 5px;
  font-size: 13px;
  font-style: italic;
  font-weight: 500;
}
@media (max-width: 800px) {
  .pop.quiz .steps .step .bottom .text {
    display: none;
  }
}
@media (max-width: 800px) {
  .pop.quiz .steps .step .bottom .points {
    display: none;
  }
}
.pop.quiz .steps .step .bottom .points .point {
  border: 1px solid #FF8A00;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin: 0 10px 0 0;
}
.pop.quiz .steps .step .bottom .points .point.active {
  background: #FF8A00;
}
.pop.quiz .steps .step .bottom .discount {
  background: #ffdd6f;
  padding: 11px 15px;
  line-height: 20px;
  color: #2e2e54;
  font-weight: 600;
  animation-name: discount;
  animation-duration: 0.5s;
  display: none;
}
@media (max-width: 800px) {
  .pop.quiz .steps .step .bottom .discount {
    display: flex;
  }
}
.pop.quiz .steps .step.step0 {
  background: #1b2432;
  display: flex;
}
.pop.quiz .steps .step.step0 .img {
  width: 700px;
  height: 650px;
  background: no-repeat center / cover;
}
@media (max-width: 800px) {
  .pop.quiz .steps .step.step0 .img {
    width: 100%;
    height: 220px;
  }
}
.pop.quiz .steps .step.step0 .r {
  display: flex;
  width: 500px;
}
@media (max-width: 800px) {
  .pop.quiz .steps .step.step0 .r {
    height: calc(100% - 220px);;
  }
}
.pop.quiz .steps .step.step0 .r .content {
  margin: auto;
  padding: 25px 50px;
}
@media (max-width: 800px) {
  .pop.quiz .steps .step.step0 .r .content {
    margin: unset;
    padding: 25px;
  }
}
.pop.quiz .steps .step.step0 .r .content .title {
  text-align: left;
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 25px;
}
@media (max-width: 800px) {
  .pop.quiz .steps .step.step0 .r .content .title {
    font-size: 24px;
  }
}
.pop.quiz .steps .step.step0 .r .content .descr {
  font-size: 18px;
  font-weight: 500;
  color: #777b95;
  margin: 0 0 25px;
}
@media (max-width: 800px) {
  .pop.quiz .steps .step.step0 .r .content .descr {
    font-size: 16px;
  }
}
.pop.quiz .steps .step.step0 .r .content .btn3 {
  display: inline-block;
  width: auto;
}
.pop.quiz .steps .step.step1 .l {
  width: 940px;
  background: #1b2432;
}
@media (max-width: 800px) {
  .pop.quiz .steps .step.step1 .l .options {
    justify-content: space-between;
  }
}
.pop.quiz .steps .step.step1 .l .options .option {
  border-radius: 4px;
  border: 1px solid #2d3b53;
  width: 171px;
  margin: 0 10px 20px 0;
  cursor: pointer;
  transition: 0.2s;
}
@media (max-width: 800px) {
  .pop.quiz .steps .step.step1 .l .options .option {
    width: 49%;
    margin: 0 0 10px;
  }
}
.pop.quiz .steps .step.step1 .l .options .option.active {
  border-color: #fff;
  box-shadow: 0 0 5px #fff;
}
.pop.quiz .steps .step.step1 .l .options .option:hover {
  border-color: #fff;
  box-shadow: 0 0 5px #fff;
}
.pop.quiz .steps .step.step1 .l .options .option:last-child {
  margin: 0 0 20px;
}
.pop.quiz .steps .step.step1 .l .options .option .img {
  height: 200px;
  background: no-repeat center / cover;
  border-radius: 4px 4px 0 0;
}
@media (max-width: 800px) {
  .pop.quiz .steps .step.step1 .l .options .option .img {
    height: 110px;
  }
}
@media (max-height: 670px) {
  .pop.quiz .steps .step.step1 .l .options .option .img {
    height: 95px;
  }
}
.pop.quiz .steps .step.step1 .l .options .option .img.eg {
  background-image: url("/usertpl/i/quiz/country-egypt.jpg");
}
.pop.quiz .steps .step.step1 .l .options .option .img.oae {
  background-image: url("/usertpl/i/quiz/country-oae.webp");
}
.pop.quiz .steps .step.step1 .l .options .option .img.mald {
  background-image: url("/usertpl/i/quiz/country-mald.webp");
}
.pop.quiz .steps .step.step1 .l .options .option .img.tur {
  background-image: url("/usertpl/i/quiz/country-turk.webp");
}
.pop.quiz .steps .step.step1 .l .options .option .img.other {
  background-image: url("/usertpl/i/quiz/country-other.webp");
}
.pop.quiz .steps .step.step1 .l .options .option .bottom {
  display: flex;
  padding: 0 10px;
  height: 60px;
}
@media (max-width: 800px) {
  .pop.quiz .steps .step.step1 .l .options .option .bottom {
    height: 34px;
  }
}
.pop.quiz .steps .step.step1 .l .options .option .bottom .text {
  margin: auto;
  width: 100%;
  color: #fff;
  display: block;
}
.pop.quiz .steps .step.step1 .r {
  width: 260px;
  padding: 20px;
}
@media (max-width: 800px) {
  .pop.quiz .steps .step.step1 .r {
    display: none;
  }
}
.pop.quiz .steps .step.step1 .r .discount {
  background: #ffdd6f;
  padding: 20px 15px;
  color: #2e2e54;
  font-weight: 700;
  margin: 0 0 20px;
  animation-name: discount;
  animation-duration: 0.5s;
}
.pop.quiz .steps .step.step1 .r .messenger {
  padding: 20px 0;
}
.pop.quiz .steps .step.step1 .r .messenger .contact {
  margin: 0 0 15px;
}
.pop.quiz .steps .step.step1 .r .messenger .contact .img {
  background: url("/usertpl/i/quiz/messenger-contact.webp") no-repeat center;
  width: 70px;
  height: 70px;
  margin: 0 10px 0 0;
  border-radius: 50%;
  position: relative;
}
.pop.quiz .steps .step.step1 .r .messenger .contact .img::after {
  content: '';
  display: block;
  border-radius: 50%;
  background: #1bb157;
  width: 12px;
  height: 12px;
  border: 2px solid #1b2432;
  top: 54px;
  left: 54px;
  position: absolute;
}
.pop.quiz .steps .step.step1 .r .messenger .contact .info {
  width: 120px;
  padding: 5px 0 0;
}
.pop.quiz .steps .step.step1 .r .messenger .contact .info .name {
  color: #fff;
  font-size: 16px;
}
.pop.quiz .steps .step.step1 .r .messenger .contact .info .descr {
  color: #ccc;
  font-size: 12px;
  line-height: 1.15;
}
.pop.quiz .steps .step.step1 .r .messenger .message {
  color: #fff;
  font-style: italic;
  font-size: 13px;
  border-radius: 4px;
  background: #273449;
  padding: 5px 18px 5px 10px;
  position: relative;
}
.pop.quiz .steps .step.step1 .r .messenger .message::after {
  content: '';
  display: block;
  background: #273449;
  transform: rotate(45deg);
  position: absolute;
  top: -7px;
  width: 14px;
  height: 14px;
  left: 28px;
}
.pop.quiz .steps .step.step2 .l {
  width: 940px;
  background: #1b2432;
}
@media (max-width: 800px) {
  .pop.quiz .steps .step.step2 .l .options {
    justify-content: space-between;
  }
}
.pop.quiz .steps .step.step2 .l .options .option {
  border-radius: 4px;
  border: 1px solid #2d3b53;
  width: 171px;
  margin: 0 10px 20px 0;
  cursor: pointer;
  transition: 0.2s;
}
@media (max-width: 800px) {
  .pop.quiz .steps .step.step2 .l .options .option {
    width: 49%;
    margin: 0 0 10px;
  }
}
.pop.quiz .steps .step.step2 .l .options .option.active {
  border-color: #fff;
  box-shadow: 0 0 5px #fff;
}
.pop.quiz .steps .step.step2 .l .options .option:hover {
  border-color: #fff;
  box-shadow: 0 0 5px #fff;
}
.pop.quiz .steps .step.step2 .l .options .option:last-child {
  margin: 0 0 20px;
}
.pop.quiz .steps .step.step2 .l .options .option .img {
  height: 200px;
  background: no-repeat center / cover;
  border-radius: 4px 4px 0 0;
}
@media (max-width: 800px) {
  .pop.quiz .steps .step.step2 .l .options .option .img {
    height: 110px;
  }
}
@media (max-height: 670px) {
  .pop.quiz .steps .step.step2 .l .options .option .img {
    height: 95px;
  }
}
.pop.quiz .steps .step.step2 .l .options .option .img.eg {
  background-image: url("/usertpl/i/quiz/country-egypt.jpg");
}
.pop.quiz .steps .step.step2 .l .options .option .img.oae {
  background-image: url("/usertpl/i/quiz/country-oae.webp");
}
.pop.quiz .steps .step.step2 .l .options .option .img.mald {
  background-image: url("/usertpl/i/quiz/country-mald.webp");
}
.pop.quiz .steps .step.step2 .l .options .option .img.tur {
  background-image: url("/usertpl/i/quiz/country-turk.webp");
}
.pop.quiz .steps .step.step2 .l .options .option .img.other {
  background-image: url("/usertpl/i/quiz/country-other.webp");
}
.pop.quiz .steps .step.step2 .l .options .option .bottom {
  display: flex;
  padding: 0 10px;
  height: 60px;
}
@media (max-width: 800px) {
  .pop.quiz .steps .step.step2 .l .options .option .bottom {
    height: 34px;
  }
}
.pop.quiz .steps .step.step2 .l .options .option .bottom .text {
  margin: auto;
  width: 100%;
  color: #fff;
  display: block;
}
.pop.quiz .steps .step.step2 .r {
  width: 260px;
  padding: 20px;
}
@media (max-width: 800px) {
  .pop.quiz .steps .step.step2 .r {
    display: none;
  }
}
.pop.quiz .steps .step.step2 .r .discount {
  background: #ffdd6f;
  padding: 20px 15px;
  color: #2e2e54;
  font-weight: 700;
  margin: 0 0 20px;
  animation-name: discount;
  animation-duration: 0.5s;
}
.pop.quiz .steps .step.step2 .r .messenger {
  padding: 20px 0;
}
.pop.quiz .steps .step.step2 .r .messenger .contact {
  margin: 0 0 15px;
}
.pop.quiz .steps .step.step2 .r .messenger .contact .img {
  background: url("/usertpl/i/quiz/messenger-contact.webp") no-repeat center;
  width: 70px;
  height: 70px;
  margin: 0 10px 0 0;
  border-radius: 50%;
  position: relative;
}
.pop.quiz .steps .step.step2 .r .messenger .contact .img::after {
  content: '';
  display: block;
  border-radius: 50%;
  background: #1bb157;
  width: 12px;
  height: 12px;
  border: 2px solid #1b2432;
  top: 54px;
  left: 54px;
  position: absolute;
}
.pop.quiz .steps .step.step2 .r .messenger .contact .info {
  width: 120px;
  padding: 5px 0 0;
}
.pop.quiz .steps .step.step2 .r .messenger .contact .info .name {
  color: #fff;
  font-size: 16px;
}
.pop.quiz .steps .step.step2 .r .messenger .contact .info .descr {
  color: #ccc;
  font-size: 12px;
  line-height: 1.15;
}
.pop.quiz .steps .step.step2 .r .messenger .message {
  color: #fff;
  font-style: italic;
  font-size: 13px;
  border-radius: 4px;
  background: #273449;
  padding: 5px 18px 5px 10px;
  position: relative;
}
.pop.quiz .steps .step.step2 .r .messenger .message::after {
  content: '';
  display: block;
  background: #273449;
  transform: rotate(45deg);
  position: absolute;
  top: -7px;
  width: 14px;
  height: 14px;
  left: 28px;
}
.pop.quiz .steps .step.step2 .l .options .option2 {
  border-radius: 4px;
  border: 1px solid #2d3b53;
  width: 48%;
  margin: 0 0 25px;
  cursor: pointer;
  transition: 0.2s;
}
@media (max-width: 800px) {
  .pop.quiz .steps .step.step2 .l .options .option2 {
    width: 100%;
  }
}
.pop.quiz .steps .step.step2 .l .options .option2.active {
  border-color: #fff;
  box-shadow: 0 0 5px #fff;
}
.pop.quiz .steps .step.step2 .l .options .option2:hover {
  border-color: #fff;
  box-shadow: 0 0 5px #fff;
}
.pop.quiz .steps .step.step2 .l .options .option2 .l {
  width: 45px;
}
.pop.quiz .steps .step.step2 .l .options .option2 .l .point {
  margin: auto;
  border: 2px solid #FF8A00;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
.pop.quiz .steps .step.step2 .l .options .option2 .r {
  display: flex;
  width: calc(100% - 45px);
  padding: 0;
}
.pop.quiz .steps .step.step2 .l .options .option2 .r .text {
  margin: auto 0;
  padding: 20px 10px 20px 0;
}
.pop.quiz .steps .step.step2 .l .options .option2 .r input {
  margin: 0;
  width: 100%;
  height: 100%;
  background: #273449;
  color: #fff;
}
.pop.quiz .steps .step.step3 .l {
  width: 940px;
  background: #1b2432;
}
@media (max-width: 800px) {
  .pop.quiz .steps .step.step3 .l .options {
    justify-content: space-between;
  }
}
.pop.quiz .steps .step.step3 .l .options .option {
  border-radius: 4px;
  border: 1px solid #2d3b53;
  width: 171px;
  margin: 0 10px 20px 0;
  cursor: pointer;
  transition: 0.2s;
}
@media (max-width: 800px) {
  .pop.quiz .steps .step.step3 .l .options .option {
    width: 49%;
    margin: 0 0 10px;
  }
}
.pop.quiz .steps .step.step3 .l .options .option.active {
  border-color: #fff;
  box-shadow: 0 0 5px #fff;
}
.pop.quiz .steps .step.step3 .l .options .option:hover {
  border-color: #fff;
  box-shadow: 0 0 5px #fff;
}
.pop.quiz .steps .step.step3 .l .options .option:last-child {
  margin: 0 0 20px;
}
.pop.quiz .steps .step.step3 .l .options .option .img {
  height: 200px;
  background: no-repeat center / cover;
  border-radius: 4px 4px 0 0;
}
@media (max-width: 800px) {
  .pop.quiz .steps .step.step3 .l .options .option .img {
    height: 110px;
  }
}
@media (max-height: 670px) {
  .pop.quiz .steps .step.step3 .l .options .option .img {
    height: 95px;
  }
}
.pop.quiz .steps .step.step3 .l .options .option .img.eg {
  background-image: url("/usertpl/i/quiz/country-egypt.jpg");
}
.pop.quiz .steps .step.step3 .l .options .option .img.oae {
  background-image: url("/usertpl/i/quiz/country-oae.webp");
}
.pop.quiz .steps .step.step3 .l .options .option .img.mald {
  background-image: url("/usertpl/i/quiz/country-mald.webp");
}
.pop.quiz .steps .step.step3 .l .options .option .img.tur {
  background-image: url("/usertpl/i/quiz/country-turk.webp");
}
.pop.quiz .steps .step.step3 .l .options .option .img.other {
  background-image: url("/usertpl/i/quiz/country-other.webp");
}
.pop.quiz .steps .step.step3 .l .options .option .bottom {
  display: flex;
  padding: 0 10px;
  height: 60px;
}
@media (max-width: 800px) {
  .pop.quiz .steps .step.step3 .l .options .option .bottom {
    height: 34px;
  }
}
.pop.quiz .steps .step.step3 .l .options .option .bottom .text {
  margin: auto;
  width: 100%;
  color: #fff;
  display: block;
}
.pop.quiz .steps .step.step3 .r {
  width: 260px;
  padding: 20px;
}
@media (max-width: 800px) {
  .pop.quiz .steps .step.step3 .r {
    display: none;
  }
}
.pop.quiz .steps .step.step3 .r .discount {
  background: #ffdd6f;
  padding: 20px 15px;
  color: #2e2e54;
  font-weight: 700;
  margin: 0 0 20px;
  animation-name: discount;
  animation-duration: 0.5s;
}
.pop.quiz .steps .step.step3 .r .messenger {
  padding: 20px 0;
}
.pop.quiz .steps .step.step3 .r .messenger .contact {
  margin: 0 0 15px;
}
.pop.quiz .steps .step.step3 .r .messenger .contact .img {
  background: url("/usertpl/i/quiz/messenger-contact.webp") no-repeat center;
  width: 70px;
  height: 70px;
  margin: 0 10px 0 0;
  border-radius: 50%;
  position: relative;
}
.pop.quiz .steps .step.step3 .r .messenger .contact .img::after {
  content: '';
  display: block;
  border-radius: 50%;
  background: #1bb157;
  width: 12px;
  height: 12px;
  border: 2px solid #1b2432;
  top: 54px;
  left: 54px;
  position: absolute;
}
.pop.quiz .steps .step.step3 .r .messenger .contact .info {
  width: 120px;
  padding: 5px 0 0;
}
.pop.quiz .steps .step.step3 .r .messenger .contact .info .name {
  color: #fff;
  font-size: 16px;
}
.pop.quiz .steps .step.step3 .r .messenger .contact .info .descr {
  color: #ccc;
  font-size: 12px;
  line-height: 1.15;
}
.pop.quiz .steps .step.step3 .r .messenger .message {
  color: #fff;
  font-style: italic;
  font-size: 13px;
  border-radius: 4px;
  background: #273449;
  padding: 5px 18px 5px 10px;
  position: relative;
}
.pop.quiz .steps .step.step3 .r .messenger .message::after {
  content: '';
  display: block;
  background: #273449;
  transform: rotate(45deg);
  position: absolute;
  top: -7px;
  width: 14px;
  height: 14px;
  left: 28px;
}
.pop.quiz .steps .step.step3 .l .options .option2 {
  border-radius: 4px;
  border: 1px solid #2d3b53;
  width: 48%;
  margin: 0 0 25px;
  cursor: pointer;
  transition: 0.2s;
}
@media (max-width: 800px) {
  .pop.quiz .steps .step.step3 .l .options .option2 {
    width: 100%;
  }
}
.pop.quiz .steps .step.step3 .l .options .option2.active {
  border-color: #fff;
  box-shadow: 0 0 5px #fff;
}
.pop.quiz .steps .step.step3 .l .options .option2:hover {
  border-color: #fff;
  box-shadow: 0 0 5px #fff;
}
.pop.quiz .steps .step.step3 .l .options .option2 .l {
  width: 45px;
}
.pop.quiz .steps .step.step3 .l .options .option2 .l .point {
  margin: auto;
  border: 2px solid #FF8A00;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
.pop.quiz .steps .step.step3 .l .options .option2 .r {
  display: flex;
  width: calc(100% - 45px);
  padding: 0;
}
.pop.quiz .steps .step.step3 .l .options .option2 .r .text {
  margin: auto 0;
  padding: 20px 10px 20px 0;
}
.pop.quiz .steps .step.step3 .l .options .option2 .r input {
  margin: 0;
  width: 100%;
  height: 100%;
  background: #273449;
  color: #fff;
}
.pop.quiz .steps .step.step4 .l {
  width: 940px;
  background: #1b2432;
}
@media (max-width: 800px) {
  .pop.quiz .steps .step.step4 .l .options {
    justify-content: space-between;
  }
}
.pop.quiz .steps .step.step4 .l .options .option {
  border-radius: 4px;
  border: 1px solid #2d3b53;
  width: 171px;
  margin: 0 10px 20px 0;
  cursor: pointer;
  transition: 0.2s;
}
@media (max-width: 800px) {
  .pop.quiz .steps .step.step4 .l .options .option {
    width: 49%;
    margin: 0 0 10px;
  }
}
.pop.quiz .steps .step.step4 .l .options .option.active {
  border-color: #fff;
  box-shadow: 0 0 5px #fff;
}
.pop.quiz .steps .step.step4 .l .options .option:hover {
  border-color: #fff;
  box-shadow: 0 0 5px #fff;
}
.pop.quiz .steps .step.step4 .l .options .option:last-child {
  margin: 0 0 20px;
}
.pop.quiz .steps .step.step4 .l .options .option .img {
  height: 200px;
  background: no-repeat center / cover;
  border-radius: 4px 4px 0 0;
}
@media (max-width: 800px) {
  .pop.quiz .steps .step.step4 .l .options .option .img {
    height: 110px;
  }
}
@media (max-height: 670px) {
  .pop.quiz .steps .step.step4 .l .options .option .img {
    height: 95px;
  }
}
.pop.quiz .steps .step.step4 .l .options .option .img.eg {
  background-image: url("/usertpl/i/quiz/country-egypt.jpg");
}
.pop.quiz .steps .step.step4 .l .options .option .img.oae {
  background-image: url("/usertpl/i/quiz/country-oae.webp");
}
.pop.quiz .steps .step.step4 .l .options .option .img.mald {
  background-image: url("/usertpl/i/quiz/country-mald.webp");
}
.pop.quiz .steps .step.step4 .l .options .option .img.tur {
  background-image: url("/usertpl/i/quiz/country-turk.webp");
}
.pop.quiz .steps .step.step4 .l .options .option .img.other {
  background-image: url("/usertpl/i/quiz/country-other.webp");
}
.pop.quiz .steps .step.step4 .l .options .option .bottom {
  display: flex;
  padding: 0 10px;
  height: 60px;
}
@media (max-width: 800px) {
  .pop.quiz .steps .step.step4 .l .options .option .bottom {
    height: 34px;
  }
}
.pop.quiz .steps .step.step4 .l .options .option .bottom .text {
  margin: auto;
  width: 100%;
  color: #fff;
  display: block;
}
.pop.quiz .steps .step.step4 .r {
  width: 260px;
  padding: 20px;
}
@media (max-width: 800px) {
  .pop.quiz .steps .step.step4 .r {
    display: none;
  }
}
.pop.quiz .steps .step.step4 .r .discount {
  background: #ffdd6f;
  padding: 20px 15px;
  color: #2e2e54;
  font-weight: 700;
  margin: 0 0 20px;
  animation-name: discount;
  animation-duration: 0.5s;
}
.pop.quiz .steps .step.step4 .r .messenger {
  padding: 20px 0;
}
.pop.quiz .steps .step.step4 .r .messenger .contact {
  margin: 0 0 15px;
}
.pop.quiz .steps .step.step4 .r .messenger .contact .img {
  background: url("/usertpl/i/quiz/messenger-contact.webp") no-repeat center;
  width: 70px;
  height: 70px;
  margin: 0 10px 0 0;
  border-radius: 50%;
  position: relative;
}
.pop.quiz .steps .step.step4 .r .messenger .contact .img::after {
  content: '';
  display: block;
  border-radius: 50%;
  background: #1bb157;
  width: 12px;
  height: 12px;
  border: 2px solid #1b2432;
  top: 54px;
  left: 54px;
  position: absolute;
}
.pop.quiz .steps .step.step4 .r .messenger .contact .info {
  width: 120px;
  padding: 5px 0 0;
}
.pop.quiz .steps .step.step4 .r .messenger .contact .info .name {
  color: #fff;
  font-size: 16px;
}
.pop.quiz .steps .step.step4 .r .messenger .contact .info .descr {
  color: #ccc;
  font-size: 12px;
  line-height: 1.15;
}
.pop.quiz .steps .step.step4 .r .messenger .message {
  color: #fff;
  font-style: italic;
  font-size: 13px;
  border-radius: 4px;
  background: #273449;
  padding: 5px 18px 5px 10px;
  position: relative;
}
.pop.quiz .steps .step.step4 .r .messenger .message::after {
  content: '';
  display: block;
  background: #273449;
  transform: rotate(45deg);
  position: absolute;
  top: -7px;
  width: 14px;
  height: 14px;
  left: 28px;
}
.pop.quiz .steps .step.step4 .l .options .option2 {
  border-radius: 4px;
  border: 1px solid #2d3b53;
  width: 48%;
  margin: 0 0 25px;
  cursor: pointer;
  transition: 0.2s;
}
@media (max-width: 800px) {
  .pop.quiz .steps .step.step4 .l .options .option2 {
    width: 100%;
  }
}
.pop.quiz .steps .step.step4 .l .options .option2.active {
  border-color: #fff;
  box-shadow: 0 0 5px #fff;
}
.pop.quiz .steps .step.step4 .l .options .option2:hover {
  border-color: #fff;
  box-shadow: 0 0 5px #fff;
}
.pop.quiz .steps .step.step4 .l .options .option2 .l {
  width: 45px;
}
.pop.quiz .steps .step.step4 .l .options .option2 .l .point {
  margin: auto;
  border: 2px solid #FF8A00;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
.pop.quiz .steps .step.step4 .l .options .option2 .r {
  display: flex;
  width: calc(100% - 45px);
  padding: 0;
}
.pop.quiz .steps .step.step4 .l .options .option2 .r .text {
  margin: auto 0;
  padding: 20px 10px 20px 0;
}
.pop.quiz .steps .step.step4 .l .options .option2 .r input {
  margin: 0;
  width: 100%;
  height: 100%;
  background: #273449;
  color: #fff;
}
.pop.quiz .steps .step.step4 .l .quest {
  text-align: center;
}
.pop.quiz .steps .step.step4 .l .quest-descr {
  font-style: italic;
  text-align: center;
}
.pop.quiz .steps .step.step4 .l .form {
  margin: 20px auto;
  max-width: 400px;
  width: 100%;
  padding: 30px;
  box-shadow: 0 9px 40px 0 #2d3b53;
  border: solid 1.2px #2d3b53;
}
.pop.quiz .steps .step.step4 .l .form label .t {
  font-weight: 600;
  margin: 0 0 5px;
}
.pop.quiz .steps .step.step4 .l .form label input {
  background: #273449;
  color: #fff;
}
.pop.quiz .steps .step.step5 {
  height: 650px;
}
.pop.quiz .steps .step.step5 .finishtext {
  margin: auto;
  padding: 25px;
}
.pop.quiz .steps .step.step5 .finishtext .title {
  font-size: 32px;
}
.pop.quiz .steps .step.step5 .finishtext .descr {
  text-align: center;
}
.pop.quiz .steps .step.step5 .finishtext .discount {
  background: #ffdd6f;
  padding: 20px 15px;
  color: #2e2e54;
  font-weight: 700;
  margin: 0 0 20px;
  animation-name: discount;
  animation-duration: 0.5s;
}
@keyframes discount {
  0% {
    box-shadow: 0 0 0 #ffdd6f;
  }
  50% {
    box-shadow: 0 0 8px #ffdd6f;
  }
  100% {
    box-shadow: 0 0 0 #ffdd6f;
  }
}
