.quiz {
  padding: 12px; }
  .quiz .step-1.is-active + .form-quiz {
    display: none; }
  .quiz sup {
    top: -1.2em;
    font-size: 60%;
    font-weight: 600; }
  .quiz__address {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 10px; }
  .quiz .quiz-checkbox input:checked ~ .quiz-checkbox__overlay {
    background: none;
    box-shadow: 0 0 0 2px inset #3cc3cc; }
  .quiz__result {
    width: 325px;
    background: #fff;
    border-radius: 10px;
    margin-left: 12px; }
  .quiz .step {
    flex: 1;
    flex-direction: row;
    padding: 0;
    background: none;
    align-items: stretch; }
    .quiz .step-subtitle {
      font-size: 16px;
      color: #78778f;
      margin-bottom: 1em;
      margin-top: -0.5em; }
    .quiz .step-img {
      width: 488px;
      border-radius: 10px;
      margin-left: 12px;
      overflow: hidden;
      position: static;
      flex-shrink: 0;
      flex-grow: 0; }
      .quiz .step-img img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .quiz .step-title_section {
      font-size: 19px;
      font-weight: 450;
      line-height: 22px;
      letter-spacing: 0em;
      margin-top: 1em;
      margin-bottom: 1em; }
    .quiz .step-row {
      flex-wrap: wrap;
      max-width: 100%;
      width: auto;
      flex: 1;
      padding-bottom: 10px;
      max-width: none; }
      .quiz .step-row:not(:last-child) {
        position: relative; }
        .quiz .step-row:not(:last-child):after {
          content: '';
          display: block;
          position: absolute;
          height: 0;
          width: 200%;
          left: -50%;
          bottom: 0;
          border-bottom: 2px solid #f7f7f7; }
      .quiz .step-row_grid-1 .quiz-checkbox {
        min-height: 56px;
        padding: 19px 10px 19px 10px; }
        .quiz .step-row_grid-1 .quiz-checkbox__title {
          justify-content: center; }
      .quiz .step-row_grid-1 .step-col {
        width: 33.33%; }
        .quiz .step-row_grid-1 .step-col .tariff-add__btn {
          display: none; }
      .quiz .step-row_grid-2 .quiz-checkbox {
        min-height: 126px;
        padding: 12px; }
        .quiz .step-row_grid-2 .quiz-checkbox__title {
          flex-wrap: wrap; }
          .quiz .step-row_grid-2 .quiz-checkbox__title .quantity {
            margin-left: 0;
            top: 0;
            margin-top: 5px; }
      .quiz .step-row_grid-2 .step-col .tariff-add__btn {
        right: auto;
        left: 12px;
        top: 12px;
        width: 28px;
        height: 28px; }
      @media screen and (min-width: 768px) {
        .quiz .step-row_grid-3 .quiz-checkbox {
          min-height: 56px;
          padding: 20px 10px 20px 10px; } }
      .quiz .step-row_grid-3 .quiz-checkbox__title {
        justify-content: center; }
      .quiz .step-row_grid-3 .step-col {
        width: 33.33%; }
        .quiz .step-row_grid-3 .step-col .tariff-add__btn {
          display: none; }
        .quiz .step-row_grid-3 .step-col:nth-child(4) {
          width: 100%; }
      .quiz .step-row_grid-4 .quiz-checkbox__title {
        display: block; }
        .quiz .step-row_grid-4 .quiz-checkbox__title span {
          display: block;
          font-size: 16px;
          font-weight: 400;
          line-height: 21px;
          letter-spacing: 0em;
          color: #78778f;
          margin-top: 0.5em; }
      .quiz .step-row_grid-4 .step-col {
        width: 33.33%; }
      @media screen and (min-width: 768px) {
        .quiz .step-row_list-1 .quiz-checkbox {
          min-height: 49px;
          padding: 12px 20px 12px 70px; } }
      .quiz .step-row_list-1 .step-col {
        width: 100%;
        margin-bottom: 7px; }
        .quiz .step-row_list-1 .step-col .tariff-add__btn {
          right: auto;
          left: 18px;
          top: 11px;
          width: 28px;
          height: 28px; }
      @media screen and (min-width: 768px) {
        .quiz .step-row_list-2 .quiz-checkbox {
          min-height: 90px;
          padding-left: 36px;
          justify-content: center; } }
      .quiz .step-row_list-2 .step-col {
        width: 100%;
        margin-bottom: 14px; }
        .quiz .step-row_list-2 .step-col .tariff-add__btn {
          display: none; }
    .quiz .step-row-inner {
      display: flex;
      background: #fff;
      border-radius: 10px;
      padding: 10px 38px;
      flex: 1;
      min-height: 526px;
      overflow: hidden; }
      @media screen and (max-width: 1500px) {
        .quiz .step-row-inner {
          padding: 10px 12px; } }
  .quiz-result {
    padding: 24px; }
    @media screen and (max-width: 1500px) {
      .quiz-result {
        padding: 28px 12px; } }
    .quiz-result__title {
      font-size: 19px;
      font-weight: 450; }
    .quiz-result__list {
      height: 100%;
      max-height: 100%; }
    .quiz-result-item .item {
      padding-left: 18px;
      padding-right: 18px; }

.form-quiz {
  display: flex;
  position: relative; }
  .form-quiz .calc-result__scroll {
    height: 430px;
    max-height: none; }
    .form-quiz .calc-result__scroll::after {
      display: none; }

.js-quiz-prev_small {
  padding: 0.1em 0.3em 0.2em;
  height: auto;
  margin-right: 0.5em;
  font-size: 16px; }
  .js-quiz-prev_small span {
    position: relative;
    top: 0.1em;
    margin-right: 0.3em; }

.quiz__svg {
  width: 488px;
  height: 526px;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 337px;
  border-radius: 10px;
  overflow: hidden; }
  @media screen and (max-width: 1500px) {
    .quiz__svg {
      width: 440px;
      height: 474px; } }
  .quiz__svg svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: none; }
  .quiz__svg .dom, .quiz__svg .standing, .quiz__svg .sitting, .quiz__svg .cloth, .quiz__svg .shoes, .quiz__svg .device, .quiz__svg .tv, .quiz__svg .books, .quiz__svg .stoyka, .quiz__svg .safe, .quiz__svg .mesh {
    opacity: 0;
    visibility: hidden;
    transition: all .2s linear; }
  .quiz__svg .cloth, .quiz__svg .shoes, .quiz__svg .books, .quiz__svg .stoyka {
    transform: translateY(-10px); }
  .quiz__svg .device, .quiz__svg .safe, .quiz__svg .webcam, .quiz__svg .mesh {
    transform: translateY(-5px); }
  .quiz__svg .is-show {
    opacity: 1;
    visibility: visible;
    transform: none; }
  .quiz__svg .dom-2.is-show ~ .tv {
    transform: translateY(30px); }
  .quiz__svg .dom-1.is-show ~ .tv {
    transform: translateY(60px); }
  @media screen and (max-width: 1199px) {
    .quiz__svg {
      display: none; } }

@media screen and (max-width: 991px) {
  .quiz__result {
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    z-index: 10;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 2px solid #3cc3cc;
    border-bottom: none;
    transition: all .2s;
    transform: translateY(calc(100% - 78px)); }
    .quiz__result .quiz-result {
      padding: 0 28px; } }

@media screen and (max-width: 767px) {
  .quiz__result {
    transform: translateY(calc(100% - 54px)); }
    .quiz__result .quiz-result {
      padding: 0 15px 20px; } }

.quiz-upd {
  min-height: auto; }
  @media screen and (max-width: 1500px) {
    .quiz-upd .step-img {
      width: 440px; } }
  @media screen and (max-width: 1199px) {
    .quiz-upd .step-img {
      display: none; } }
  @media screen and (max-width: 991px) {
    .quiz-upd .form-quiz {
      display: block; } }
  @media screen and (max-width: 991px) {
    .quiz-upd .step-row-inner {
      min-height: auto; } }
  @media screen and (max-width: 991px) {
    .quiz-upd .step-rows {
      width: 100%; } }
  @media screen and (max-width: 1499px) and (min-width: 1200px) {
    .quiz-upd .step-row_grid-2 .quiz-checkbox__title {
      line-height: 1; } }
  .quiz-upd .quiz-checkbox input:checked ~ .quiz-checkbox__title .quantity {
    background-color: #fff; }
  .quiz-upd .step-out, .quiz-upd .step-in {
    justify-content: flex-start; }
  @media screen and (min-width: 768px) {
    .quiz-upd .step-5 .quiz-checkbox {
      min-height: 90px;
      justify-content: center; } }
  .quiz-upd .step-row_grid-2 .step-col, .quiz-upd .step-row_list-1 .step-col, .quiz-upd .step-row_list-2 .step-col {
    margin-bottom: 10px; }
  @media screen and (max-width: 767px) {
    .quiz-upd .step-row_list-1 .quiz-checkbox {
      padding-left: 59px;
      padding-right: 14px; }
      .quiz-upd .step-row_list-1 .quiz-checkbox .tariff-add__btn {
        left: 14px;
        top: 32px; } }
  @media screen and (max-width: 767px) {
    .quiz-upd .step-row_grid-1 .quiz-checkbox {
      justify-content: center; } }
  @media screen and (max-width: 991px) {
    .quiz-upd .step-row_grid-2 {
      display: block;
      margin: 0; }
      .quiz-upd .step-row_grid-2 .step-col {
        width: 100%; }
      .quiz-upd .step-row_grid-2 .quiz-checkbox {
        flex-direction: row;
        align-items: center;
        min-height: 50px;
        padding: 12px 20px 12px 70px;
        line-height: 1; }
        .quiz-upd .step-row_grid-2 .quiz-checkbox__title {
          width: 100%;
          align-items: center; }
        .quiz-upd .step-row_grid-2 .quiz-checkbox .quantity {
          margin: 0 0 0 auto; }
        .quiz-upd .step-row_grid-2 .quiz-checkbox .tariff-add__btn {
          left: 18px;
          top: 15px; } }
  @media screen and (max-width: 767px) {
    .quiz-upd .step-row_grid-2 .quiz-checkbox {
      padding-left: 59px;
      padding-right: 14px; }
      .quiz-upd .step-row_grid-2 .quiz-checkbox .tariff-add__btn {
        left: 14px;
        top: 32px; } }
  @media screen and (max-width: 767px) {
    .quiz-upd .step-row_grid-3 .step-col {
      width: 100%; } }
  @media screen and (max-width: 767px) {
    .quiz-upd {
      padding: 0; }
      .quiz-upd .quiz__address {
        padding: 30px 20px 20px; }
      .quiz-upd .step-title, .quiz-upd .step-subtitle {
        text-align: left; }
      .quiz-upd .step-title {
        font-size: 17px;
        line-height: 1.1; }
      .quiz-upd .target_try .step-title {
        font-size: 20px;
        text-align: center; }
      .quiz-upd .step-row-inner {
        padding-left: 20px;
        padding-right: 20px; }
      .quiz-upd .step-row_grid-1 {
        display: flex; }
        .quiz-upd .step-row_grid-1 .step-col {
          padding-left: 4px;
          padding-right: 4px; }
      .quiz-upd .quiz-checkbox {
        min-height: 58px;
        padding: 12px 28px;
        flex-direction: row;
        align-items: center;
        line-height: 1; } }
  .quiz-upd .calc-result__scroll {
    margin-bottom: 0; }
    @media screen and (max-width: 767px) {
      .quiz-upd .calc-result__scroll {
        height: 240px; } }
  @media screen and (max-width: 1199px) and (min-width: 992px) {
    .quiz-upd .tariffs-result__title {
      width: auto;
      margin-left: 0;
      padding: 0; } }
  @media screen and (max-width: 991px) {
    .quiz-upd .tariffs-result__title {
      font-weight: 900; } }
  @media screen and (min-width: 992px) {
    .quiz-upd .tariffs-result__title::after {
      display: none; } }
  @media screen and (max-width: 767px) {
    .quiz-upd .quiz-footer {
      margin-top: 30px; }
      .quiz-upd .quiz-footer .button {
        padding-left: 20px;
        padding-right: 20px; }
      .quiz-upd .quiz-footer .js-quiz-prev {
        margin-right: 24px; } }
  @media screen and (min-width: 768px) {
    .quiz-upd .quiz-footer {
      padding: 14px 0 5px; } }
  .quiz-upd .js-quiz-next {
    min-width: 250px; }

@media screen and (max-width: 991px) {
  .results-open .quiz__result {
    transform: none; }
  .results-open .tariffs-result__title::after {
    transform: rotate(90deg); } }
