.new-form-group {
  margin: 0 0 21px;
}

.new-form-group input {
  box-sizing: border-box;
  width: 100%;
  padding: 32px 22px;
  background: #f7f7f7;
  border-radius: 14px;
  border: none;
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  display: flex;
  align-items: center;
  color: #282828;
}

.new-form-control button {
  width: 100%;
  box-shadow: 0px 4px 0px #d09c3e;
}

.new-form-control {
  margin: 0 0 20px;
  box-shadow: 0px 25px 31px rgba(161, 167, 182, 0.25),
    0px 9.62963px 9.87407px rgba(161, 167, 182, 0.151852),
    0px 2.03704px 2.52593px rgba(161, 167, 182, 0.0981481);
}

.new-form-text {
  text-align: center;
  font-size: 13px;
  line-height: 20px;
}

.new-form-text new-a {
  color: #fff;
  font-weight: bold;
  border-bottom: 1px solid #fff;
}

/*Btn*/

.new-btn {
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #ffffff;
  background: linear-gradient(
    94.21deg,
    #e9b456 -15.34%,
    #f7d79e 43.54%,
    #e9b456 106.21%
  );
  box-shadow: 0px 4px 0px #d09c3e;
  border-radius: 14px;
  padding: 29px 40px;
  border: none;
}

.new-btn-text {
  font-weight: 500;
  font-size: 18px;
  line-height: 29px;
  color: #222222;
  width: 563px;
  max-width: 100%;
  margin: 0 0 38px;
}

.new-wrapper {
  background: url(../img/bg/main.jpg) no-repeat center center;
  background-size: cover;
}

.new-bg-beige {
  background: #f3eee5;
}

.new-bg-blue {
  background: #e1e9f5;
}

/*Section Title*/

.new-section-title {
  display: flex;
  flex-flow: column;
  margin: 0 0 52px;
  justify-content: center;
}

.new-section-title .new-title {
  font-size: 40px;
  line-height: 144%;
  letter-spacing: 0.01em;
  color: #353535;
  margin: 0 0 21px;
  text-align: center;
}

.new-section-title .new-subtitle {
  font-weight: 500;
  font-size: 26px;
  line-height: 33px;
  text-align: center;
  color: #222222;
}

.new-section-title .new-title b.new-blue {
  color: #2f4b7a;
}

.new-section-title.new-center {
  align-items: center;
  text-align: center;
}

/*Slider*/

/*Text*/

/*Form*/

/*** HEADER ***/

/*** MAIN ***/

/*** ADVANTAGES ***/

/*** WHY ***/

/*** QUIZ SECTION ***/

.new-quiz-section {
  padding: 75px 0 104px;
}

/*** CROWN ***/

/*** TECH ***/

/*** WARRANTY ***/

/*** REVIEWS ***/

/*** BEST ***/

/*** ABOUT ***/

/*** CONSULTATION ***/

/*** QUIZ ***/

.new-quiz-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.new-quiz-block .new-quiz-box {
  background: #f3eee5;
  border: 2px solid #ffffff;
  border-radius: 20px;
  padding: 41px 47px;
  margin-right: 11px;
  width: 904px;
  position: relative;
}

.new-quiz-box .new-quiz-top {
  margin: 0 0 16px;
  position: relative;
  z-index: 7;
}

.new-quiz-box .new-quiz-top .steps-num {
  text-align: center;
  color: #333333;
  font-size: 18px;
  line-height: 1;
  margin: 0 0 31px;
}

.new-quiz-box .new-quiz-top .steps-num[data-finul-title] {
  display: none;
}

.new-quiz-box .new-quiz-top .lines {
  display: flex;
  flex-wrap: wrap;
}

.new-quiz-box .new-quiz-top .lines span {
  margin-right: 13px;
  border-radius: 5px;
  display: block;
  height: 24px;
  width: calc(100% / 5 - 13px * 4 / 5);
  background: #fff;
}

.new-quiz-box .new-quiz-top .lines span.active {
  background: linear-gradient(270deg, #5c7bad 0%, #2f4b7a 100%);
}

.new-quiz-box .new-quiz-top .lines span:last-child {
  margin-right: 0;
}

.new-quiz-middle {
}

.new-quiz-middle .item {
  display: none;
}

.new-quiz-middle .item .question {
  font-size: 24px;
  line-height: 50px;
  /* or 208% */
  text-align: center;
  color: #333333;
  margin: 0 0 37px;
}

.new-quiz-middle .item .question span {
  font-weight: 600;
  margin-right: 5px;
}

.new-quiz-middle .item .question b {
  font-weight: 600;
}

.new-quiz-middle .item .answers {
  display: flex;
  flex-wrap: wrap;
}

.new-quiz-middle .item .answers .answer {
  width: calc(100% / 3 - 25px * 2 / 3);
  margin-right: 25px;
  margin-bottom: 47px;
}

.new-quiz-middle .item .answers .answer input {
  display: none;
}

.new-quiz-middle .item .answers .answer label {
  display: block;
  padding: 26px 34px;
  background: #fff;
  border-radius: 15px;
  text-align: center;
  border: 2px solid #fff;
  transition: 0.3s border-color;
  position: relative;
  cursor: pointer;
  font-size: 16px;
  line-height: 150%;
  color: #333;
  min-height: 104px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.new-quiz-middle .item .answers .answer label span {
}

.new-quiz-middle .item .answers .answer:nth-child(3n) {
  margin-right: 0;
}

.new-quiz-middle .item .answers .answer input:checked + label {
  border-color: #2f4b7a;
}

.new-quiz-middle .item .answers .answer label:after {
  border: 9px solid #f3eee5;
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -18px;
  border-radius: 100px;
  width: 36px;
  height: 36px;
  background: #2f4b7a;
  transition: 0.3s background, 0.3s border-color;
}

.new-quiz-middle .item .answers .answer input:checked + label:after {
  background: #f3eee5;
  border-color: #2f4b79;
  border-width: 5px;
}

.new-quiz-box .new-quiz-bottom .new-controls {
  display: flex;
  flex-flow: column;
  align-items: center;
}

.new-quiz-box .new-quiz-bottom .new-controls .next_btn {
  width: 215px;
  text-align: center;
  margin: 0 0 30px;
  cursor: pointer;
}

.new-quiz-box .new-quiz-bottom .new-controls .next_btn img {
  margin-left: 15px;
  margin-top: 4px;
}

.new-quiz-box .new-quiz-bottom .new-controls .new-prev_btn {
  color: #8b8585;
  font-size: 16px;
  line-height: 1;
  border-bottom: 1px dashed #8b8585;
  cursor: pointer;
}

.new-quiz-info {
  padding: 46px 13px 18px;
  background: #f3eee5;
  width: 365px;
  border: 2px solid #ffffff;
  border-radius: 20px;
}

.new-quiz-info .title {
  font-size: 20px;
  line-height: 150%;
  color: #333333;
  margin: 0 0 30px;
}

.new-quiz-info .text {
  font-size: 18px;
  line-height: 150%;
  color: #2f4b7a;
  font-weight: bold;
  margin-bottom: 10px;
}

.new-quiz-info .presents .item {
  position: relative;
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  height: 154px;
  display: flex;
  justify-content: center;
  flex-flow: column;
  padding: 20px;
  margin: 0 0 13px;
}

.new-quiz-info .presents .item b {
  filter: blur(5px);
  display: block;
  width: 220px;
  max-width: 100%;
  font-size: 17px;
  color: #333;
  font-weight: 600;
}

.new-quiz-info .presents .item span {
  width: 200px;
  max-width: 100%;
  margin: 10px 0 0;
  font-size: 16px;
  line-height: 150%;
  color: #333;
  filter: blur(5px);
}

.new-quiz-info .presents .item img {
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  filter: blur(5px);
}

.new-quiz-info .presents .item:last-child {
  margin: 0;
}

.new-quiz-info .presents .item.show span,
.new-quiz-info .presents .item.show b,
.new-quiz-info .presents .item.show img {
  filter: none;
}

.new-quiz-info .presents .item:not(.show):after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(255 255 255 / 10%);
  z-index: 5;
}

.new-quiz-info .presents .item:not(.show):before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  background: url(../img/lock.png) no-repeat center center;
  z-index: 7;
}

.new-quiz-finul {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.new-quiz-finul .plan-block {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 20px;
}

.new-quiz-finul .plan-block span {
  width: 296px;
  max-width: 100%;
  margin-left: 9px;
  font-size: 18px;
  line-height: 145%;
}

.new-quiz-finul .form-block {
  padding: 25px;
  border-radius: 20px;
  background: #2f4a78;
  color: #fff;
}

.new-quiz-finul .form-block .title {
  color: #fff;
  margin: 0 0 34px;
  text-align: center;
  font-size: 20px;
  line-height: 145%;
}

.new-quiz-finul .form-block .form {
  width: 370px;
  margin: 0 auto;
  max-width: 100%;
}

.new-quiz-finul .form-block .form .form-radios {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 16px;
}

.radio {
  width: calc(100% / 4 - 6px * 3 / 4);
  margin-right: 6px;
}

.radio input {
  display: none;
}

.radio label {
  padding: 11px 2px;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #e9b456;
  color: #333333;
  display: block;
  text-align: center;
  cursor: pointer;
}

.radio:last-child {
  margin-right: 0;
}

.radio input:checked + label {
  border-color: #fff;
  background: #e2eef1;
}

.new-quiz-finul .form-block .form .new-form-control .btn {
  padding: 20px 10px;
  font-size: 18px;
}

.timer-block .timer {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.timer-block .timer .num {
  display: flex;
  flex-wrap: wrap;
  width: 90px;
  justify-content: flex-start;
  margin-right: 5px;
  position: relative;
}

.timer-block .timer .num:after {
  content: ':';
  position: absolute;
  right: 6px;
  bottom: 17px;
  font-size: 30px;
  line-height: 1;
  animation: fadeIn linear 1s infinite;
}

.timer-block .timer .num:last-child:after {
  display: none;
}

.timer-block .timer .num .num-name {
  width: 100%;
  text-align: left;
  letter-spacing: 2px;
  color: #838181;
  font-size: 12px;
  line-height: 20px;
  margin: 0 0 5px;
}

.timer-block .timer .num span {
  background: #c9e4e2;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 58px;
  margin-right: 0;
  color: #333333;
  font-weight: 600;
  font-size: 28px;
  line-height: 138%;
  letter-spacing: 0;
}

.timer-block .timer .num span:nth-child(3) {
  margin-right: 0;
}

.timer-block .timer .num:last-child {
  margin-right: 0;
}

.timer-block {
  background: url(../img/quiz_block/gift.png) no-repeat right 10px bottom 10px
    #fff;
  padding: 28px 20px;
  margin: 15px 0 0;
  border-radius: 15px;
  display: none;
}

.timer-block .title {
  font-size: 18px;
  line-height: 137%;
  color: #333333;
  font-weight: 600;
  margin: 0 0 13px;
}

.new-quiz-block.new-quiz-blue .new-quiz-box {
  background: #2f4b7a;
}

.new-quiz-blue .new-quiz-box .new-quiz-top .lines span.active {
  background: linear-gradient(135.42deg, #ffebc8 11.76%, #d4b378 92.35%);
}

.new-quiz-blue .new-quiz-box .new-quiz-top .steps-num {
  color: #fff;
}

.new-quiz-blue .new-quiz-middle .item .question {
  color: #fff;
}

.new-quiz-blue .new-quiz-middle .item .answers .answer label:after {
  background: #fff;
  border-color: #2f4b7a;
}

.new-quiz-blue
  .new-quiz-middle
  .item
  .answers
  .answer
  input:checked
  + label:after {
  border-color: #eec070;
  background: #fff;
}

.new-quiz-blue .new-quiz-box .new-quiz-bottom .new-controls .new-prev_btn {
  color: #fff;
  border-color: #fff;
}

.new-quiz-blue .new-quiz-info {
  background: #2f4b79;
}

.new-quiz-blue .new-quiz-info .title {
  color: #fff;
}

.new-quiz-blue .new-quiz-info .text {
  color: #fff;
}

.new-quiz-blue .timer-block .title {
  color: #333;
}

.new-quiz-blue .new-quiz-finul .form-block {
  background: #f3eee5;
}

.new-quiz-blue .new-quiz-finul .form-block .title {
  color: #323232;
}

.new-quiz-blue .new-form-group input {
  background: #fff;
}

.new-quiz-blue .new-form-text {
  color: #323232;
}

.new-quiz-blue .new-quiz-finul .plan-block {
  color: #fff;
}

@media (max-width: 1349px) {
  .new-quiz-block .new-quiz-box {
    width: 734px;
  }

  .new-quiz-middle .item .answers .answer {
    width: calc(100% / 2 - 25px / 2);
  }

  .new-quiz-middle .item .answers .answer:nth-child(3n) {
    margin-right: 25px;
  }

  .new-quiz-middle .item .answers .answer:nth-child(2n) {
    margin-right: 0;
  }
}

@media (max-width: 1199px) {
  .new-quiz-block .new-quiz-box {
    width: 100%;
    margin: 0 0 15px;
  }

  .new-quiz-info {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .btn-text {
    text-align: center;
    width: 100%;
    position: absolute;
    z-index: 8;
    bottom: 60px;
    left: 50%;
    width: 390px;
    max-width: 100%;
    transform: translateX(-50%);
    font-size: 16px;
    line-height: 140%;
  }

  .main .btn {
    width: 430px;
    text-align: center;
    position: relative;
    z-index: 10;
    margin: 0 auto;
    max-width: 100%;
  }

  .main .btn-block {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-flow: column;
    justify-content: center;
  }

  .main .btn-block:before {
    content: '';
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 300px;
    background: url(../img/main.png) no-repeat center center;
    background-size: contain;
    pointer-events: none;
    z-index: 5;
    display: block;
  }

  .main .btn-block:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 70px;
    width: 100%;
    height: 103px;
    z-index: 5;
    background: #fdfdfb;
    filter: blur(16px);
  }

  .new-quiz-section {
    padding: 35px 0;
  }
}

@media (max-width: 767px) {
  .new-quiz-block .new-quiz-box {
    padding: 30px 20px;
  }

  .new-quiz-middle .item .answers .answer label {
    padding: 18px 20px;
  }
}

@media (max-width: 574px) {
  .new-quiz-finul .form-block .form .new-form-control .btn {
    letter-spacing: 1px;
  }

  .new-quiz-finul .form-block .form .form-radios {
    margin: 0 0 10px;
  }
}

@media (max-width: 524px) {
  .new-quiz-middle .item .answers .answer {
    width: calc(100% / 2 - 10px / 2);
    margin-right: 10px;
    margin-bottom: 20px;
  }

  .new-quiz-middle .item .answers .answer:nth-child(3n) {
    margin-right: 10px;
  }

  .new-quiz-middle .item .answers .answer:nth-child(2n) {
    margin-right: 0;
  }

  .new-quiz-middle .item .answers .answer label {
    font-size: 13px;
  }

  .new-quiz-bottom {
    margin: 20px 0 0;
  }

  .new-quiz-info {
    padding: 18px 13px;
  }

  .new-quiz-info .title {
    text-align: center;
  }

  .new-quiz-info .text {
    font-size: 14px;
    text-align: center;
  }

  .new-quiz-box .new-quiz-top {
    margin-bottom: 24px;
  }
}

@media (max-width: 474px) {
}

@media (max-width: 424px) {
  .main .btn {
    max-width: 100%;
  }

  .btn-text {
    font-size: 14px;
  }

  .new-quiz-block .new-quiz-box {
    padding: 20px 10px;
  }

  .new-quiz-box .new-quiz-top .lines span {
    height: 13px;
  }

  .new-quiz-middle .item .question {
    font-size: 20px;
    margin: 0 0 15px;
    line-height: 120%;
  }

  .new-quiz-middle .item .answers .answer label {
    padding: 12px 12px 20px;
    line-height: 130%;
  }

  .new-form-group input {
    padding: 22px 14px;
  }

  .new-form-control button {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
  }

  .new-form-text br {
    display: none;
  }

  .new-form-text br {
    display: none;
  }

  .new-quiz-block .new-quiz-box {
    padding: 20px 10px;
  }

  .new-quiz-box .new-quiz-top .lines span {
    height: 13px;
  }

  .new-quiz-middle .item .question {
    font-size: 20px;
    margin: 0 0 15px;
  }

  .new-quiz-middle .item .answers .answer label {
    padding: 12px 12px 20px;
    line-height: 130%;
  }

  .title_medium br {
    display: none;
  }

  .btn {
    text-align: center;
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .new-quiz-middle .item .answers .answer label:after {
    width: 24px;
    height: 24px;
    bottom: -10px;
    border-width: 5px;
  }
}

@media (max-width: 413px) {
  .new-quiz-info .title {
    font-size: 18px;
    line-height: 120%;
    margin: 0 0 10px;
  }

  .new-form-group input {
    font-size: 16px;
  }

  .new-quiz-finul .form-block .form .new-form-control .btn {
    font-size: 14px;
    line-height: 130%;
  }
}

@media (max-width: 374px) {
  .new-quiz-info .presents .item b {
    width: 170px;
    font-size: 15px;
  }

  .new-quiz-info .presents .item span {
    font-size: 14px;
    width: 180px;
  }

  .new-quiz-finul .plan-block span {
    font-size: 14px;
    line-height: 120%;
  }
}
