.quiz {
  /*padding-top:114px;
  background-color:#f1f5fa
  */
}
.quiz .h2 {
  text-align:center;
  margin-bottom:66px
}
.quiz__banner-text {
  padding:44px 112px 42px 320px;
  position:relative;
  z-index:2
}
.quiz__banner-title {
  font-family:Commissioner,sans-serif;
  font-weight:700;
  font-style:normal;
  font-size:32px;
  line-height:48px;
  margin-bottom:14px
}
.quiz__banner-subtitle {
  font-size:27px;
  line-height:32px
}
.quiz__banner-logo {
  position:absolute;
  width:145px;
  top:50px;
  right:30px;
  opacity:.2
}
.quiz__wrapper {
  padding:56px 70px 55px;
  background:#fff;
  box-shadow:0 0 25px rgba(0,0,0,.15);
  border-radius:10px;
  width:1088px;
  margin-bottom:108px;
  display: block;
  margin: 0 auto;
}
.quiz__wrapper-title {
  font-size:23px;
  line-height:27px;
  margin-bottom:41px
}
.quiz__progress {
  margin-bottom:41px
}
.quiz__progress-line {
  width:100%;
  height:25px;
  background:#edf3f9;
  border-radius:38px
}
.quiz__progress-step {
  font-family:Commissioner,sans-serif;
  font-weight:700;
  font-style:normal;
  position:relative;
  display:flex;
  align-items:center;
  font-size:16px;
  line-height:19px;
  color:#fff;
  transition:width .2s ease
}
.quiz__progress-step .bg {
  position:relative;
  display:block;
  height:25px;
  width:100%;
  background:#b4b4ff;
  box-shadow:0 2px 4px rgba(113,125,187,.46);
  border-radius:38px;
  overflow:hidden
}
.quiz__progress-step .bg:after {
  position:absolute;
  content:"";
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-image:url(../i/59ac20e2b0859f02d8f5028a154091c2.svg);
  transform:skewX(315deg)
}
.quiz__progress-step .num {
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%)
}
.quiz__page {
  margin-left:3px
}
.quiz__page__title {
  font-weight:700;
  font-size:24px;
  line-height:28px;
  margin-bottom:35px
}
.quiz__page__title,
.quiz__page__title span {
  font-family:Commissioner,sans-serif;
  font-style:normal
}
.quiz__page__title span {
  font-weight:400;
  font-size:18px;
  line-height:30px;
  color:#5a5a5a
}
.quiz__radio_images {
  display:flex;
  align-items:stretch;
  margin-left:-52px
}
.quiz__radio_images>* {
  width:230px;
  margin-left:52px
}
.quiz__radio_images .radio__item {
  cursor:pointer
}
.quiz__radio_images .radio__item .text {
  font-size:18px;
  line-height:21px;
  text-align:center;
  position:relative
}
.quiz__radio_images .radio__item img {
  max-width:195px;
  border-radius:10px;
  margin-bottom:12px
}
.radio__item>input {
  position:absolute;
  z-index:-1;
  opacity:0
}
.radio__item>input:checked+img {
  outline:3px solid #46cdac
}
.quiz__checkbox-grid {
  display:flex;
  flex-wrap:wrap;
  margin-top:-10px;
  margin-left:-15px
}
.quiz__item {
  cursor:pointer;
  width:253px;
  height:71px;
  border-radius:5px;
  margin-top:10px;
  margin-left:15px;
  overflow:hidden
}
.quiz__item,
.quiz__item>span {
  display:flex;
  align-items:center
}
.quiz__item>span {
  font-family:Commissioner,sans-serif;
  font-weight:700;
  font-style:normal;
  width:100%;
  height:100%;
  background:#efefef;
  padding-left:30px;
  padding-right:30px;
  font-size:18px;
  line-height:21px;
  -webkit-user-select:none;
  -ms-user-select:none;
  user-select:none;
  position:relative
}
.quiz__item>span:before {
  content:"";
  top:50%;
  width:29px;
  height:29px;
  min-width:29px;
  background:#fff;
  border:1px solid #d1d1d1;
  border-radius:50%;
  margin-right:18px
}
.quiz__item>input {
  position:absolute;
  z-index:-1;
  opacity:0
}
.quiz__item>input:checked+span {
  color:#fff;
  background:radial-gradient(48.07% 825.85% at 50.15%,at 50%,#b0b0ff 0,#8787d2 100%);
  background:radial-gradient(48.07% 825.85% at 50.15% 50%,#b0b0ff 0,#8787d2 100%)
}
.quiz__item>input:checked+span:before {
  background-image:url(../i/858d2335d9b6c33bd335a9cd4936c0c8.svg);
  background-size:auto;
  background-position:50%;
  background-repeat:no-repeat
}
.quiz__bottom-grid {
  margin-top:33px
}
.quiz__navigation {
  display:flex
}
.quiz__navigation .btn {
  width:200px;
  height:65px
}
.quiz__navigation .btn_back {
  margin-right:30px
}
.quiz__results__count {
  padding:26px 70px;
  display:flex;
  text-align:center;
  width:1088px;
  height:520px;
  margin-right:auto;
  margin-left:auto;
  background:#fff;
  box-shadow:0 0 25px rgba(0,0,0,.15);
  border-radius:10px;
  margin-bottom:108px
}
.quiz__results__count>div {
  width:100%
}
.quiz__results__count .count-shown {
  min-height:410px
}
.quiz__results__logo {
  width:120px;
  height:120px;
  margin-right:auto;
  margin-left:auto;
  margin-bottom:70px;
  background-image:url(../i/ef9acbaa089a6446853c980edd0b249f.svg);
  background-size:cover;
  background-repeat:no-repeat
}
.quiz__results__progress {
  position:relative;
  height:41px;
  width:100%;
  overflow:hidden;
  margin-left:auto;
  margin-right:auto;
  margin-top:35px;
  border-radius:5px;
  background:#edf3f9
}
.quiz__results__progress .bg {
  position:absolute;
  left:0;
  top:0;
  height:100%;
  width:0;
  transition:width .1s ease;
  border-radius:10px;
  background:#8787d2;
  box-shadow:0 2px 4px rgba(113,125,187,.46);
  overflow:hidden
}
.quiz__results__progress .bg:after {
  position:absolute;
  content:"";
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-image:url(../i/59ac20e2b0859f02d8f5028a154091c2.svg);
  transform:skewX(315deg);
  overflow:hidden
}
.quiz__results__value {
  font-family:Commissioner,sans-serif;
  font-weight:700;
  font-style:normal;
  font-size:35px;
  line-height:58px;
  color:#564f63;
  text-align:center;
  margin-top:21px
}
.quiz__results {
  display:none;
  width:1088px;
  background:#fff url(../i/405dbca4ab20f3e8b51daa28aeeed6ff.png);
  background-size:cover;
  box-shadow:0 0 25px rgba(0,0,0,.15);
  border-radius:10px;
  padding:70px 82px 43px;
  overflow:hidden;
  margin-bottom:108px
}
.quiz__results-wrapper {
  display:flex
}
.quiz__results-image {
  width:378px;
  min-width:378px
}
.quiz__loader {
  width:1088px;
  padding-top:30px;
  padding-bottom:30px;
  border-radius:10px;
  overflow:hidden;
  margin-right:auto;
  margin-left:auto;
  margin-bottom:60px;
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 0 25px rgba(0,0,0,.15)
}
.quiz__loader svg {
  width:300px;
  height:300px;
  stroke:#333
}
.quiz__results-header {
  font-family:Commissioner,sans-serif;
  font-weight:700;
  font-style:normal;
  font-size:35px;
  line-height:41px;
  margin-bottom:34px
}
.quiz__results-header span {
  color:#8787d2
}
.quiz__submit {
  max-width:365px
}
.quiz__submit .input {
  background:none;
  height:60px;
  margin-bottom:8px
}
.quiz__submit .btn {
  margin-top:0;
  max-width:none;
  width:100%;
  height:70px;
  margin-bottom:27px
}
.quiz__submit .form__policy {
  font-family:Commissioner,sans-serif;
  font-weight:700;
  font-style:normal;
  font-size:14px;
  line-height:24px;
  color:#a1a1a1
}
.quiz__submit .form__policy a {
  color:#8787d2
}
@media screen and (max-width:1349px) {
  .quiz {
    padding-top:82px
  }
  .quiz .h2,
  .quiz__wrapper {
    margin-bottom:47px
  }
  .quiz__wrapper {
    padding:51px 38px 36px;
    width:920px
  }
  .quiz__wrapper-title {
    font-size:20px;
    line-height:25px;
    margin-bottom:27px
  }
  .quiz__progress {
    margin-bottom:35px
  }
  .quiz__progress-line {
    height:17px
  }
  .quiz__progress-step {
    font-size:12px;
    line-height:17px
  }
  .quiz__progress-step .bg {
    height:17px
  }
  .quiz__page__title {
    font-size:22px;
    line-height:27px;
    margin-bottom:22px
  }
  .quiz__radio_images {
    margin-left:-43px
  }
  .quiz__radio_images>* {
    width:187px;
    margin-left:43px
  }
  .quiz__navigation .btn {
    width:166px;
    height:60px
  }
  .quiz__item {
    height:65px
  }
  .quiz__item>span {
    font-size:17px;
    line-height:20px
  }
  .quiz__bottom-grid {
    margin-top:39px
  }
  .quiz__results__count {
    padding:55px 45px;
    width:920px;
    height:500px;
    margin-bottom:47px
  }
  .quiz__results__logo {
    width:96px;
    height:96px;
    margin-bottom:72px
  }
  .quiz__results__progress {
    height:36px;
    margin-top:36px
  }
  .quiz__results__value {
    font-size:32px;
    line-height:48px;
    margin-top:11px
  }
  .quiz__results {
    width:920px;
    padding:70px 75px 45px;
    margin-bottom:47px
  }
  .quiz__results-header {
    font-size:26px;
    line-height:36px;
    margin-bottom:40px
  }
  .quiz__submit {
    max-width:320px
  }
  .quiz__submit .input {
    margin-bottom:7px
  }
  .quiz__submit .btn {
    height:65px;
    margin-bottom:29px
  }
  .quiz__submit .form__policy {
    font-size:13px;
    line-height:22px
  }
  .quiz__results-image {
    width:340px;
    min-width:340px
  }
  .quiz__loader {
    width:920px
  }
  .quiz__banner .banner__bg {
    left:-16px;
    max-width:222px
  }
  .quiz__banner-text {
    padding:39px 70px 48px 233px
  }
  .quiz__banner-title {
    font-size:26px;
    line-height:37px
  }
  .quiz__banner-subtitle {
    font-size:18px;
    line-height:24px
  }
  .quiz__banner-logo {
    display:none
  }
}
@media screen and (max-width:1023px) {
  .quiz {
    padding-top:66px
  }
  .quiz .h2 {
    margin-bottom:40px
  }
  .quiz__wrapper {
    padding:31px 45px 36px 40px;
    width:738px
  }
  .quiz__wrapper-title {
    font-size:18px;
    line-height:24px;
    margin-bottom:22px
  }
  .quiz__progress {
    margin-bottom:21px
  }
  .quiz__page__title {
    font-size:18px;
    line-height:27px;
    margin-bottom:16px
  }
  .quiz__radio_images {
    margin-left:-40px
  }
  .quiz__radio_images>* {
    width:164px;
    margin-left:40px
  }
  .quiz__radio_images .radio__item .text {
    font-size:15px;
    line-height:20px;
    text-align: left;
  }
  .quiz__bottom-grid {
    margin-top:17px
  }
  .quiz__navigation .btn {
    width:137px;
    height:50px
  }
  .quiz__checkbox-grid {
    margin-left:-11px
  }
  .quiz__item {
    width:195px;
    height:60px;
    margin-left:11px
  }
  .quiz__item>span {
    padding-left:20px;
    padding-right:20px;
    font-size:17px;
    line-height:20px
  }
  .quiz__item>span:before {
    width:22px;
    height:22px;
    min-width:22px;
    margin-right:14px
  }
  .quiz__results__count {
    padding:45px 32px;
    width:738px;
    height:428px
  }
  .quiz__results__logo {
    width:75px;
    height:75px;
    margin-bottom:51px
  }
  .quiz__results__progress {
    height:30px;
    margin-top:32px
  }
  .quiz__results__value {
    line-height:44px;
    margin-top:21px
  }
  .quiz__results {
    width:738px;
    padding:46px 53px 38px
  }
  .quiz__results-header {
    font-size:22px;
    line-height:31px;
    margin-bottom:30px
  }
  .quiz__submit {
    max-width:300px
  }
  .quiz__submit .btn {
    height:60px;
    margin-bottom:16px
  }
  .quiz__results-image {
    width:259px;
    min-width:259px
  }
  .quiz__loader {
    width:738px
  }
  .quiz__banner .banner__bg {
    left:-7px;
    max-width:153px
  }
  .quiz__banner-text {
    padding:27px 70px 31px 149px
  }
  .quiz__banner-title {
    font-size:18px;
    line-height:25px;
    margin-bottom:13px
  }
  .quiz__banner-subtitle {
    font-size:15px;
    line-height:20px
  }
}
@media screen and (max-width:767px) {
  .quiz {
    padding-top:53px
  }
  .quiz .h2 {
    margin-bottom:19px
  }
  .quiz .h2 br {
    display:none
  }
  .quiz__wrapper {
    padding:30px 16px 27px;
    width:300px;
    margin-bottom:44px
  }
  .quiz__wrapper-title {
    font-size:15px;
    line-height:20px;
    margin-bottom:14px
  }
  .quiz__progress {
    margin-bottom:16px
  }
  .quiz__progress-step {
    font-size:10px;
    line-height:14px;
    white-space:nowrap
  }
  .quiz__page__title {
    font-size:16px;
    line-height:22px;
    margin-bottom:10px
  }
  .quiz__radio_images {
    margin-top:-5px;
    margin-left:0;
    flex-direction:column
  }
  .quiz__radio_images>* {
    margin-left:0;
    margin-top:5px
  }
  .quiz__radio_images .radio__item {
    position:relative;
    background:#efefef;
    width:260px;
    height:50px;
    display:flex;
    align-items:center;
    border-radius:5px
  }
  .quiz__radio_images .radio__item span {
    position:relative;
    padding-left:18px;
    width:100%;
    height:100%;
    display:flex;
    align-items:center;
    border-radius:5px
  }
  .quiz__radio_images .radio__item span:before {
    content:"";
    top:50%;
    width:22px;
    height:22px;
    min-width:22px;
    background:#fff;
    border:1px solid #d1d1d1;
    border-radius:50%;
    margin-right:16px
  }
  .quiz__radio_images .radio__item img {
    display:none
  }
  .quiz__radio_images .radio__item .text {
    font-family:Commissioner,sans-serif;
    font-weight:700;
    font-style:normal;
    line-height:19px
  }
  .quiz__radio_images .radio__item>input:checked+img+span {
    color:#fff;
    background:radial-gradient(48.07% 825.85% at 50.15%,at 50%,#b0b0ff 0,#8787d2 100%);
    background:radial-gradient(48.07% 825.85% at 50.15% 50%,#b0b0ff 0,#8787d2 100%)
  }
  .quiz__radio_images .radio__item>input:checked+img+span:before {
    background-image:url(../i/858d2335d9b6c33bd335a9cd4936c0c8.svg);
    background-size:auto;
    background-position:50%;
    background-repeat:no-repeat
  }
  .quiz__navigation .btn {
    width:125px
  }
  .quiz__checkbox-grid {
    margin-top:-5px;
    margin-left:0;
    flex-direction:column
  }
  .quiz__item {
    width:260px;
    height:50px;
    margin-top:5px;
    margin-left:0
  }
  .quiz__item>span {
    padding-left:18px;
    padding-right:18px;
    font-size:15px;
    line-height:19px
  }
  .quiz__item>span:before {
    margin-right:16px
  }
  .quiz__bottom-grid {
    margin-top:24px
  }
  .quiz__results__count {
    padding:32px 18px;
    width:300px;
    height:393px
  }
  .quiz__results__logo {
    width:76px;
    height:76px;
    margin-bottom:45px
  }
  .quiz__results__progress {
    height:22px;
    margin-top:33px
  }
  .quiz__results__value {
    font-size:26px;
    line-height:30px;
    margin-top:13px
  }
  .quiz__results {
    width:300px;
    padding:42px 20px
  }
  .quiz__results-header {
    font-size:18px;
    line-height:25px;
    margin-bottom:27px
  }
  .quiz__submit {
    max-width:250px;
    margin-right:auto;
    margin-left:auto
  }
  .quiz__submit .input {
    margin-bottom:5px
  }
  .quiz__submit .btn {
    height:60px;
    margin-bottom:24px
  }
  .quiz__submit .form__policy {
    font-size:12px;
    line-height:14px
  }
  .quiz__results-image {
    display:none
  }
  .quiz__loader {
    width:300px
  }
  .quiz__banner .banner__bg {
    display:none
  }
  .quiz__banner-text {
    padding:28px 16px 27px
  }
  .quiz__banner-title {
    margin-bottom:7px
  }
  .quiz__banner-subtitle {
    font-size:14px;
    line-height:19px
  }
}

.quiz .input::placeholder {
  transition: color .2s;
  color: #bbbcbe;
  font-size: 16px;
}
.quiz ::selection {
  background: #b3d4fc;
  text-shadow: none;
}

.quiz .quiz__submit .input {
  background: none;
  height: 60px;
  margin-bottom: 8px;
}
.quiz .input, .input + label {
  font-size: 17px;
  line-height: 20px;
}
.quiz .input {
  height: 60px;
  border-radius: 50px;
  border: 1px solid #bbb;
  background-color: #fff;
  width: 100%;
  color: #bbb;
  box-sizing: border-box;
  padding: 0 28px;
}

.quiz .input + label {
  position: absolute;
  pointer-events: none;
  color: #bbbcbe;
  transition: top .2s ease,font-size .2s;
  top: 20px;
  left: 28px;
}
.quiz .input, .input + label {
  font-size: 17px;
  line-height: 20px;
}

.quiz .form__group {
  position: relative;
}

.quiz button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.quiz button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.quiz .btn::after {
  background: linear-gradient(3.01deg,#10a682 2.65%,#67ebcb 54.61%,#0fa37e 97.66%);
}
.quiz .btn::after, .btn::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 60px;
  opacity: 0;
  transition: all .2s ease-in-out;
}
.quiz .btn::before {
  background: linear-gradient(3.01deg,#27bc98 2.65%,#62e9c8 47.18%);
}

.quiz .btn {
  font-family: Commissioner,sans-serif;
  font-weight: 700;
  font-style: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
  background: linear-gradient(3.01deg,#26b894 5.62%,#26ffca 97.66%);
  box-shadow: 0 3px 0 #39aa8e;
  border-radius: 60px;
  color: #fff;
  font-size: 18px;
  line-height: 21px;
  transition: all .2s ease-in-out;
  border: 0;
  cursor: pointer;
  transform: translateZ(0);
}

.quiz .btn_grey::after {
  box-sizing: border-box;
  box-shadow: 0 2px 1px rgba(0,0,0,.25);
}
.quiz .btn_grey::after, .btn_grey::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 60px;
  opacity: 0;
  transition: all .2s ease-in-out;
  background: #f3f1ea;
  border: 1px solid #666;
}

.quiz .across, .b {
  display: inline;
}
.quiz .b {
  font-family: Commissioner,sans-serif;
  font-weight: 700;
  font-style: normal;
}