@-webkit-keyframes qz-opacity-show {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes qz-opacity-show {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes qz-scale-show {
  from {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes qz-scale-show {
  from {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

#qz-modal {
  display: none;
  padding: 0;
}

#qz-modal-s2,
#qz-modal-s3,
#qz-modal-s4,
#qz-modal-s5 {
  -webkit-animation-name: qz-opacity-show;
  animation-name: qz-opacity-show;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}

.qz-button {
  position: fixed;
  bottom: 15px;
  right: 15px;
  padding: 13px 18px;
  background: #6070fa;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.4);
  border-radius: 93px;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
  text-align: left;
  outline: none !important;
  max-width: calc(100% - 30px);
  z-index: 1010;
}

.qz-button svg:first-child {
  margin-right: 8px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.qz-button svg:last-child {
  margin-left: 20px;
  cursor: pointer;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.qz-modal input {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.qz-modal input[type="radio"] {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 16px;
  height: 16px;
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.qz-modal input[type="radio"]:checked:before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background-color: #595959;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (min-width: 1201px) {
  .qz-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-name: qz-opacity-show;
    animation-name: qz-opacity-show;
    z-index: 1020;
  }

  .qz-modal {
    width: 1170px;
    position: relative;
    margin: auto;
    background: #fff;
    border-radius: 8px;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-name: cb-scale-show;
    animation-name: cb-scale-show;
  }

  .qz-modal-close {
    position: absolute;
    right: -24px;
    top: -24px;
    cursor: pointer;
  }

  .qz-modal-close-mobile {
    display: none;
  }

  .qz-modal-s1-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .qz-modal-s1-left-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    background: -o-linear-gradient(355.88deg, #97A8FF -34.04%, #525BEF 68.25%);
    background: linear-gradient(94.12deg, #97A8FF -34.04%, #525BEF 68.25%);
    background-size: cover;
    border-radius: 8px 0 0 8px;
    padding: 106px 89px 0 65px;
    position: relative;
  }

  .qz-modal-s1-left-col:before {
    content: '';
    display: block;
    height: 289px;
    width: 300px;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../img/modals/quiz/dotts.svg);
    background-repeat: no-repeat;
  }

  .qz-modal-s1-left-col__inner {
    position: relative;
    z-index: 1;
  }

  .qz-modal-s1-right-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 124px 65px 124px 72px;
  }

  .qz-modal-s1-text-1 {
    font-family: Montserrat;
    font-weight: bold;
    font-size: 32px;
    line-height: 39px;
    letter-spacing: -0.03em;
    color: #ffffff;
    margin-bottom: 3px;
  }

  .qz-modal-s1-text-2 {
    font-size: 20px;
    line-height: 28px;
    color: #ffffff;
    margin-bottom: 92px;
  }

  .qz-modal-s1-text-3 {
    font-weight: 500;
    font-size: 46px;
    line-height: 54px;
    color: #ffffff;
  }

  .qz-modal-s1-text-4 {
    font-weight: 500;
    font-size: 30px;
    line-height: 38px;
    color: #262626;
    margin-bottom: 20px;
  }

  .qz-modal-s1-text-5 {
    font-size: 16px;
    line-height: 24px;
    color: #595959;
    margin-bottom: 32px;
  }

  .qz-modal-s1-btn {
    background: #4054f9;
    border-radius: 4px;
    padding: 8px 16px;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    border: none;
    cursor: pointer;
  }

  .qz-modal-s1-btn:hover {
    background-color: #6070fa;
  }

  .qz-modal-s2-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .qz-modal-s2-left-col {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 44px 50px 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .qz-modal-s2-right-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 360px;
    flex: 0 0 360px;
    padding: 82px 24px 0 0;
    background: #f5f5f5;
    border-radius: 0px 8px 8px 0px;
  }

  .qz-modal-s2-form {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
  }

  .qz-modal-s2-text-1 {
    font-weight: 500;
    font-size: 30px;
    line-height: 38px;
    color: #262626;
    margin-bottom: 23px;
  }

  .qz-modal-s2-radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    font-size: 16px;
    line-height: 24px;
    color: #595959;
    cursor: pointer;
    margin-bottom: 10px;
  }

  .qz-modal-s2-radio input {
    margin-top: 5px;
    margin-right: 8px;
  }

  .qz-modal-s2-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100px;
  }

  .qz-modal-s2-btn svg {
    margin-left: 4px;
  }

  .qz-modal-s2-user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 22px;
    margin-right: 42px;
    gap: 0 13px;
  }

  .qz-modal-s2-user-avatar {
    position: relative;
  }

  .qz-modal-s2-user-avatar:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background: #6DAC5C;
    border-radius: 50%;
    border: 2px solid #F5F5F5;
    position: absolute;
    bottom: 2px;
    right: 3px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }

  .qz-modal-s2-user-name {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #262626;
  }

  .qz-modal-s2-user-company {
    font-size: 14px;
    line-height: 22px;
    color: #8c8c8c;
  }

  .qz-modal-s2-text-2 {
    font-size: 14px;
    line-height: 22px;
    color: #595959;
  }

  .qz-modal-s2-text-2-tablet {
    display: none;
  }

  .qz-modal-s3-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .qz-modal-s3-left-col {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 149px 70px 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .qz-modal-s3-right-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 425px;
    flex: 0 0 425px;
    padding: 85px 38px 0 38px;
    background: #f5f5f5;
    border-radius: 0px 8px 8px 0px;
  }

  .qz-modal-s3-form {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 104px;
  }

  .qz-modal-s3-text-1 {
    font-weight: 500;
    font-size: 30px;
    line-height: 38px;
    color: #262626;
    margin-bottom: 23px;
  }

  .qz-modal-s3-radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 24px;
    color: #595959;
    cursor: pointer;
    margin-bottom: 10px;
  }

  .qz-modal-s3-radio input {
    margin-right: 8px;
  }

  .qz-modal-s3-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .qz-modal-s3-btn svg {
    margin-left: 4px;
  }

  .qz-modal-s3-user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 22px;
  }

  .qz-modal-s3-user-avatar {
    margin-right: 17px;
  }

  .qz-modal-s3-user-name {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #262626;
  }

  .qz-modal-s3-user-company {
    font-size: 14px;
    line-height: 22px;
    color: #8c8c8c;
  }

  .qz-modal-s3-text-2 {
    font-size: 14px;
    line-height: 22px;
    color: #595959;
  }

  .qz-modal-s3-text-2-tablet {
    display: none;
  }

  .qz-modal-s3-btn-group {
    margin-top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .qz-modal-s3-btn-back {
    background: #fafafa;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    padding: 9px;
    cursor: pointer;
    line-height: 0;
    margin-right: 20px;
    font-size: 0;
  }

  .qz-modal-s4-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .qz-modal-s4-left-col {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 98px 233px 46px 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .qz-modal-s4-right-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 425px;
    flex: 0 0 425px;
    padding: 80px 38px 0 38px;
    background: #f5f5f5;
    border-radius: 0px 8px 8px 0px;
  }

  .qz-modal-s4-form {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 70px;
  }

  .qz-modal-s4-text-1 {
    font-weight: 500;
    font-size: 30px;
    line-height: 38px;
    color: #262626;
    margin-bottom: 23px;
  }

  .qz-modal-s4-radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 24px;
    color: #595959;
    cursor: pointer;
    margin-bottom: 10px;
  }

  .qz-modal-s4-radio input {
    margin-right: 8px;
  }

  .qz-modal-s4-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .qz-modal-s4-btn svg {
    margin-left: 4px;
  }

  .qz-modal-s4-user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 22px;
  }

  .qz-modal-s4-user-avatar {
    margin-right: 17px;
  }

  .qz-modal-s4-user-name {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #262626;
  }

  .qz-modal-s4-user-company {
    font-size: 14px;
    line-height: 22px;
    color: #8c8c8c;
  }

  .qz-modal-s4-text-2 {
    font-size: 14px;
    line-height: 22px;
    color: #595959;
  }

  .qz-modal-s4-text-2-tablet {
    display: none;
  }

  .qz-modal-s4-btn-group {
    margin-top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .qz-modal-s4-btn-back {
    background: #fafafa;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    padding: 9px;
    cursor: pointer;
    line-height: 0;
    margin-right: 20px;
    font-size: 0;
  }

  .qz-modal-s5-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .qz-modal-s5-left-col {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 149px 205px 149px 50px;
  }

  .qz-modal-s5-right-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 334px;
    flex: 0 0 334px;
    background: -webkit-gradient(linear, right top, left top, color-stop(-3.6%, #97A8FF), color-stop(74.83%, #525BEF));
    background: -o-linear-gradient(right, #97A8FF -3.6%, #525BEF 74.83%);
    background: linear-gradient(270deg, #97A8FF -3.6%, #525BEF 74.83%);
    border-radius: 0px 8px 8px 0px;
    position: relative;
  }

  .qz-modal-s5-text-1 {
    font-weight: 500;
    font-size: 30px;
    line-height: 38px;
    color: #262626;
    margin-bottom: 24px;
  }

  .qz-modal-s5-text-2 {
    font-size: 20px;
    line-height: 28px;
    color: #595959;
    margin-bottom: 32px;
  }

  .qz-modal-s5-btn {
    background: #4054f9;
    border-radius: 4px;
    padding: 8px 16px;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    border: none;
    cursor: pointer;
  }

  .qz-modal-s5-img {
    position: absolute;
    top: 49px;
    right: 0;
  }

  .qz-modal-s5-user-block {
    display: none;
  }
}

@media (max-width: 1200px) and (min-width: 601px) {
  .qz-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-name: qz-opacity-show;
    animation-name: qz-opacity-show;
    z-index: 1020;
  }

  .qz-modal {
    width: 710px;
    position: relative;
    margin: 140px auto;
    background: #fff;
    border-radius: 8px;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-name: cb-scale-show;
    animation-name: cb-scale-show;
  }

  .qz-modal-close {
    position: absolute;
    right: -24px;
    top: -24px;
    cursor: pointer;
  }

  .qz-modal-close-mobile {
    display: none;
  }

  .qz-modal-s1-left-col {
    background: -o-linear-gradient(3.79deg, #97A8FF -3.6%, #525BEF 74.83%);
    background: linear-gradient(86.21deg, #97A8FF -3.6%, #525BEF 74.83%);
    border-radius: 8px 8px 0 0;
    padding: 20px 32px;
  }

  .qz-modal-s1-right-col {
    padding: 37px 32px;
  }

  .qz-modal-s1-text-1 {
    font-family: Montserrat;
    font-weight: bold;
    font-size: 32px;
    line-height: 39px;
    letter-spacing: -0.03em;
    color: #ffffff;
    margin-bottom: 3px;
  }

  .qz-modal-s1-text-2 {
    font-size: 20px;
    line-height: 28px;
    color: #ffffff;
    margin-bottom: 16px;
  }

  .qz-modal-s1-text-3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #ffffff;
  }

  .qz-modal-s1-text-4 {
    font-weight: 500;
    font-size: 30px;
    line-height: 38px;
    color: #262626;
    margin-bottom: 20px;
  }

  .qz-modal-s1-text-5 {
    font-size: 16px;
    line-height: 24px;
    color: #595959;
    margin-bottom: 32px;
  }

  .qz-modal-s1-btn {
    background: #4054f9;
    border-radius: 4px;
    padding: 8px 16px;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    border: none;
    cursor: pointer;
  }

  .qz-modal-s1-btn:hover {
    background-color: #6070fa;
  }

  .qz-modal-s2-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .qz-modal-s2-left-col {
    padding: 35px 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .qz-modal-s2-right-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 18px 30px 15px;
    background: #f5f5f5;
    border-radius: 8px 8px 0 0;
  }

  .qz-modal-s2-decor {
    max-width: 320px;
  }

  .qz-modal-s2-form {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: grid;
    grid-template-columns: 1fr;
    margin-bottom: 14px;
  }

  .qz-modal-s2-text-1 {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #262626;
    margin-bottom: 16px;
  }

  .qz-modal-s2-radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 24px;
    color: #595959;
    cursor: pointer;
    margin-bottom: 10px;
  }

  .qz-modal-s2-radio input {
    margin-right: 8px;
  }

  .qz-modal-s2-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .qz-modal-s2-btn svg {
    display: none;
  }

  .qz-modal-s2-user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 8px;
  }

  .qz-modal-s2-user-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .qz-modal-s2-user-name {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #262626;
    margin-right: 14px;
  }

  .qz-modal-s2-user-company {
    font-size: 14px;
    line-height: 22px;
    color: #8c8c8c;
  }

  .qz-modal-s2-text-2 {
    display: none;
  }

  .qz-modal-s2-text-2-tablet {
    font-size: 12px;
    line-height: 20px;
    color: #595959;
  }

  .qz-modal-s3-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .qz-modal-s3-left-col {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 34px 48px 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .qz-modal-s3-right-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #f5f5f5;
    border-radius: 8px 8px 0 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 32px;
  }

  .qz-modal-s3-decor {
    max-width: 238px;
  }

  .qz-modal-s3-form {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 14px;
  }

  .qz-modal-s3-text-1 {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #262626;
    margin-bottom: 16px;
  }

  .qz-modal-s3-radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 24px;
    color: #595959;
    cursor: pointer;
    margin-bottom: 10px;
  }

  .qz-modal-s3-radio input {
    margin-right: 8px;
  }

  .qz-modal-s3-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .qz-modal-s3-btn svg {
    display: none;
  }

  .qz-modal-s3-user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .qz-modal-s3-user-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .qz-modal-s3-user-avatar {
    margin-right: 17px;
  }

  .qz-modal-s3-user-name {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #262626;
    margin-right: 14px;
  }

  .qz-modal-s3-user-company {
    font-size: 14px;
    line-height: 22px;
    color: #8c8c8c;
  }

  .qz-modal-s3-text-2 {
    display: none;
  }

  .qz-modal-s3-text-2-tablet {
    font-size: 12px;
    line-height: 20px;
    color: #595959;
  }

  .qz-modal-s3-btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px 0;
  }

  .qz-modal-s3-btn-back {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: transparent;
    color: #8C8C8C;
    font-size: 12px;
    line-height: 20px;
    cursor: pointer;
  }

  .qz-modal-s3-btn-back svg {
    display: none;
  }

  .qz-modal-s4-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .qz-modal-s4-left-col {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 34px 48px 36px 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .qz-modal-s4-right-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #f5f5f5;
    border-radius: 8px 8px 0 0;
    padding: 32px;
  }

  .qz-modal-s4-decor {
    max-width: 242px;
  }

  .qz-modal-s4-form {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 14px;
  }

  .qz-modal-s4-text-1 {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #262626;
    margin-bottom: 16px;
  }

  .qz-modal-s4-radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 24px;
    color: #595959;
    cursor: pointer;
    margin-bottom: 10px;
  }

  .qz-modal-s4-radio input {
    margin-right: 8px;
  }

  .qz-modal-s4-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .qz-modal-s4-btn svg {
    display: none;
  }

  .qz-modal-s4-user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .qz-modal-s4-user-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .qz-modal-s4-user-avatar {
    margin-right: 17px;
  }

  .qz-modal-s4-user-name {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #262626;
    margin-right: 14px;
  }

  .qz-modal-s4-user-company {
    font-size: 14px;
    line-height: 22px;
    color: #8c8c8c;
  }

  .qz-modal-s4-text-2 {
    display: none;
  }

  .qz-modal-s4-text-2-tablet {
    font-size: 12px;
    line-height: 20px;
    color: #595959;
  }

  .qz-modal-s4-btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px 0;
  }

  .qz-modal-s4-btn-back {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: transparent;
    color: #8C8C8C;
    font-size: 12px;
    line-height: 20px;
    cursor: pointer;
  }

  .qz-modal-s4-btn-back svg {
    display: none;
  }

  .qz-modal-s5-user-block {
    display: block;
  }

  .qz-modal-s5-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .qz-modal-s5-left-col {
    padding: 36px 48px;
  }

  .qz-modal-s5-text-1 {
    font-weight: 500;
    font-size: 30px;
    line-height: 38px;
    color: #262626;
    margin-bottom: 20px;
  }

  .qz-modal-s5-text-2 {
    font-size: 20px;
    line-height: 28px;
    color: #595959;
    margin-bottom: 24px;
  }

  .qz-modal-s5-btn {
    background: #4054f9;
    border-radius: 4px;
    padding: 8px 16px;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    border: none;
    cursor: pointer;
    width: 100%;
  }

  .qz-modal-s5-right-col {
    height: 307px;
    padding: 18px 30px 15px;
    border-radius: 8px 8px 0 0;
    background: url(../img/modals/quiz/step5-mockup.png) center 28px no-repeat,
      -o-linear-gradient(98.25deg, #97A8FF 2.5%, #525BEF 98.62%);
    background: url(../img/modals/quiz/step5-mockup.png) center 28px no-repeat,
      linear-gradient(351.75deg, #97A8FF 2.5%, #525BEF 98.62%);
  }

  .qz-modal-s5-right-col img {
    display: none;
  }

  .qz-modal-s5-user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .qz-modal-s5-user-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .qz-modal-s5-user-avatar {
    margin-right: 17px;
  }

  .qz-modal-s5-user-name {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #262626;
    margin-right: 14px;
  }

  .qz-modal-s5-user-company {
    font-size: 14px;
    line-height: 22px;
    color: #8c8c8c;
  }

  .qz-modal-s5-text-3 {
    display: none;
  }

  .qz-modal-s5-text-3-tablet {
    font-size: 12px;
    line-height: 20px;
    color: #595959;
  }
}

@media (max-width: 600px) {
  .qz-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1020;
  }

  .qz-modal {
    position: relative;
    background: #fff;
    padding-top: 44px;
    overflow: auto;
    margin: 40px 0;
  }

  .qz-modal-close {
    display: none;
  }

  .qz-modal-close-mobile {
    position: absolute;
    top: 15px;
    right: 15px;
  }

  .qz-modal-s1-left-col {
    padding: 15px;
    background: -o-linear-gradient(359.61deg, #97A8FF -16.8%, #525BEF 72.67%);
    background: linear-gradient(90.39deg, #97A8FF -16.8%, #525BEF 72.67%);
  }

  .qz-modal-s1-right-col {
    padding: 20px 15px;
  }

  .qz-modal-s1-text-1 {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #ffffff;
  }

  .qz-modal-s1-text-2 {
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
  }

  .qz-modal-s1-text-3 {
    display: none;
  }

  .qz-modal-s1-text-4 {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #262626;
    margin-bottom: 16px;
  }

  .qz-modal-s1-text-5 {
    font-size: 14px;
    line-height: 22px;
    color: #595959;
    margin-bottom: 20px;
  }

  .qz-modal-s1-btn {
    background: #4054f9;
    border-radius: 4px;
    padding: 5px 16px;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    border: none;
    cursor: pointer;
    width: 100%;
  }

  .qz-modal-s2 {
    height: 100%;
  }

  .qz-modal-s2-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: auto;
  }

  .qz-modal-s2-left-col {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 20px 15px;
  }

  .qz-modal-s2-right-col {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 7px 0 14px;
    background: #f5f5f5;
  }

  .qz-modal-s2-decor {
    max-width: 100%;
  }

  .qz-modal-s2-text-1 {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #262626;
    margin-bottom: 16px;
  }

  .qz-modal-s2-form {
    margin-bottom: 14px;
  }

  .qz-modal-s2-radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 24px;
    color: #595959;
    cursor: pointer;
    margin-bottom: 10px;
  }

  .qz-modal-s2-radio input {
    margin-right: 8px;
  }

  .qz-modal-s2-btn {
    text-align: center;
    bottom: 15px;
    padding: 5px 16px;
    width: 100%;
  }

  .qz-modal-s2-btn svg {
    display: none;
  }

  .qz-modal-s2-user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0 8px;
    margin-right: 16%;
    margin-bottom: 0;
  }

  .qz-modal-s2-user-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .qz-modal-s2-user-name {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #262626;
    margin-right: 8px;
  }

  .qz-modal-s2-user-company {
    font-size: 14px;
    line-height: 22px;
    color: #8c8c8c;
  }

  .qz-modal-s2-text-2 {
    font-size: 12px;
    line-height: 20px;
    color: #595959;
  }

  .qz-modal-s2-text-2-tablet {
    display: none;
  }

  .qz-modal-s3 {
    height: 100%;
  }

  .qz-modal-s3-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%;
    min-height: 100%;
    overflow: auto;
  }

  .qz-modal-s3-left-col {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 20px 15px;
  }

  .qz-modal-s3-right-col {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 30px 40px;
    background: #f5f5f5;
  }

  .qz-modal-s3-decor {
    max-width: 100%;
  }

  .qz-modal-s3-text-1 {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #262626;
    margin-bottom: 16px;
  }

  .qz-modal-s3-form {
    margin-bottom: 20px;
  }

  .qz-modal-s3-text-1-tablet {
    display: none;
  }

  .qz-modal-s3-radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 24px;
    color: #595959;
    cursor: pointer;
    margin-bottom: 10px;
  }

  .qz-modal-s3-radio input {
    margin-right: 8px;
  }

  .qz-modal-s3-btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }

  .qz-modal-s3-btn-back {
    background: none;
    border: none;
    font-size: 12px;
    line-height: 20px;
    color: #8c8c8c;
    text-align: center;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .qz-modal-s3-btn-back svg {
    display: none;
  }

  .qz-modal-s3-btn {
    text-align: center;
    padding: 5px 16px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .qz-modal-s3-btn svg {
    display: none;
  }

  .qz-modal-s3-user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px;
  }

  .qz-modal-s3-user-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .qz-modal-s3-user-avatar {
    height: 24px;
    width: 24px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 8px;
  }

  .qz-modal-s3-user-name {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #262626;
    margin-right: 8px;
  }

  .qz-modal-s3-user-company {
    font-size: 14px;
    line-height: 22px;
    color: #8c8c8c;
  }

  .qz-modal-s3-text-2 {
    font-size: 12px;
    line-height: 20px;
    color: #595959;
  }

  .qz-modal-s3-text-2-tablet {
    display: none;
  }

  .qz-modal-s4 {
    height: 100%;
  }

  .qz-modal-s4-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%;
    min-height: 100%;
    overflow: auto;
  }

  .qz-modal-s4-left-col {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 20px 15px;
  }

  .qz-modal-s4-right-col {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 30px 40px;
    background: #f5f5f5;
  }

  .qz-modal-s4-decor {
    max-width: 100%;
  }

  .qz-modal-s4-text-1 {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #262626;
    margin-bottom: 16px;
  }

  .qz-modal-s4-form {
    margin-bottom: 20px;
  }

  .qz-modal-s4-text-1-tablet {
    display: none;
  }

  .qz-modal-s4-radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 24px;
    color: #595959;
    cursor: pointer;
    margin-bottom: 10px;
  }

  .qz-modal-s4-radio input {
    margin-right: 8px;
  }

  .qz-modal-s4-btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }

  .qz-modal-s4-btn-back {
    background: none;
    border: none;
    font-size: 12px;
    line-height: 20px;
    color: #8c8c8c;
    text-align: center;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .qz-modal-s4-btn-back svg {
    display: none;
  }

  .qz-modal-s4-btn {
    text-align: center;
    padding: 5px 16px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .qz-modal-s4-btn svg {
    display: none;
  }

  .qz-modal-s4-user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px;
  }

  .qz-modal-s4-user-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .qz-modal-s4-user-avatar {
    height: 24px;
    width: 24px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 8px;
  }

  .qz-modal-s4-user-name {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #262626;
    margin-right: 8px;
  }

  .qz-modal-s4-user-company {
    font-size: 14px;
    line-height: 22px;
    color: #8c8c8c;
  }

  .qz-modal-s4-text-2 {
    font-size: 12px;
    line-height: 20px;
    color: #595959;
  }

  .qz-modal-s4-text-2-tablet {
    display: none;
  }

  .qz-modal-s5-user-block {
    display: block;
  }

  .qz-modal-s5-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .qz-modal-s5-left-col {
    padding: 20px 15px;
  }

  .qz-modal-s5-text-1 {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #262626;
    margin-bottom: 16px;
  }

  .qz-modal-s5-text-2 {
    font-size: 14px;
    line-height: 22px;
    color: #595959;
    margin-bottom: 20px;
  }

  .qz-modal-s5-btn {
    background: #4054f9;
    border-radius: 4px;
    padding: 5px 16px;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    border: none;
    cursor: pointer;
    width: 100%;
  }

  .qz-modal-s5-right-col {
    padding: 12px 15px;
    background: url(../img/modals/quiz/step5-mockup.png) 32px 28px no-repeat,
      -o-linear-gradient(98.25deg, #97A8FF 2.5%, #525BEF 98.62%);
    background: url(../img/modals/quiz/step5-mockup.png) 32px 28px no-repeat,
      linear-gradient(351.75deg, #97A8FF 2.5%, #525BEF 98.62%);
    height: 307px;
  }

  .qz-modal-s5-img {
    display: none;
  }

  .qz-modal-s5-user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px;
  }

  .qz-modal-s5-user-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .qz-modal-s5-user-avatar {
    height: 24px;
    width: 24px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 8px;
  }

  .qz-modal-s5-user-name {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #262626;
    margin-right: 8px;
  }

  .qz-modal-s5-user-company {
    font-size: 14px;
    line-height: 22px;
    color: #8c8c8c;
  }

  .qz-modal-s5-text-3 {
    display: none;
  }

  .qz-modal-s5-text-3-tablet {
    font-size: 12px;
    line-height: 20px;
    color: #595959;
  }
}