/*1500px - 3000px  */
@media screen and (max-width: 3000px) {
  .choice-option .choice-option-image img {
    width: 100%;
  }
}


/* 950px - 1500px */

@media screen and (max-width: 1500px) {
  .container {
    max-width: 900px;
    padding: 0 30px;
  }

  img {
    width: 100%;
  }


  .pass-question a img,
  .choice-option-image,
  .result-link-answer a img {
    width: unset;
  }

  .choice .container {
    align-items: end;
  }

  .test-progress-bar-item:not(:first-child) {
    margin-left: 5%;
  }

  .test-progress-bar-item:not(:last-child)::before {
    width: 180%;
  }
}

/* 9500px - 500px */
@media screen and (max-width: 950px) {

  .container {
    max-width: 700px;
    padding: 0 15px;
  }


  .choice .container {
    display: block;
  }

  .choice-options {
    margin: auto;
    margin-top: 30px;
    width: 350px;
  }

  .choice-option-image {
    top: 12px;
  }

  .common-content {
    margin: 0 auto;
    max-width: 350px;
  }

  .common-image {
    margin: 30px auto;
    width: 80%;
    margin-top: 30px;
  }

  .test-progress-bar {
    margin-top: 35px;
    margin-bottom: 50px;
  }

  .common-title {
    text-align: center;
    font-size: 40px;
  }

  .choice {
    padding-top: 30px;
    padding-bottom: 45px;
  }


  .choice-option-result {
    right: 75px;
   
  }

  .big-title {
    font-size: 33px;
    line-height: 44px;
  }
  .form-image {
    align-self: end;
  }
  .test-progress-bar-item:not(:first-child) {
    margin-left: 2%;
  }

  .test-progress-bar-item:not(:last-child)::before {
    width: 115%;
    top: 4px;
    left: 25px;
  }

  .item.active::after {
    top: 3px;
    width: 7px;
    height: 7px;
  }

  .test-progress-bar-item-circle {
    width: 13px;
    height: 13px;
  }

  .test-progress-bar-item-text {
    font-size: 10px;
  }

  .test-progress-bar-item.active::after {
    top: 3px;
    width: 7px;
    height: 7px;
  }

  .profile-user,
  .profile-logout {
    font-size: 10px;
    line-height: 1.2;
  }


  .header img {
    width: 50%;
  }

  .header .profile-img {
    width: 30px;
  }

  .profile {
    max-width: 150px;
  }

  .test-pre-title {
    font-size: 16px;
  }

  .test-question-title {
    font-size: 22px;
  }

  .test-question-option {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
  }

  .test-help {
    margin-top: 35px;
    font-size: 10px;
  }

  .btn {
    padding: 5px 18px;
    font-size: 12px;
  }

  input[type='radio']::before {
    content: '';
    width: 4px;
    height: 4px;
  }

  input[type='radio'] {
    width: 12px;
    height: 12px;
    border: 2px solid #00b0f0;
  }

  input[type='radio']:checked:before {
    transform: scale(1.5);
  }

  .test-time-text {
    font-size: 10px;
    margin-right: 10px;
  }

  .test-time-clock {
    transform: scale(0.7);
  }
  .pass-link-wrapper {
    margin-top: 25px;
  }
  .pass-question a {
    /* font-size: unset; */
  }

  .footer {
    font-size: 8px;
  }


  /* 500px - 320px */

  @media screen and (max-width: 500px) {

    .container {
      max-width: 400px;
      padding: 0 10px;
    }

    .main .container {
      display: block;
    }

    .main-descr {
      font-size: 18px;
    }

    .big-title {
      font-size: 28px;
      line-height: 1.4;
    }

    .form-content {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      height: 100%;
      margin: auto;
      margin-right: unset;
    }

    .form .container {
      display: block;
    }

    .form-image {
      margin-top: 30px;
    }


    /* .choice .container {
    display: block;
  }
  .choice-options {
  margin: auto;
  } */
    .common-image img {}

    .common-image {
      margin: 30px auto;
      width: 107%;
      margin-top: 30px;
      position: absolute;
      top: 101px;
      opacity: 0.1;
      left: -15px;
      z-index: -1;
    }

    .common-content {
      max-width: 250px;
    }

    .main-button {
      margin-top: 30px;
      margin-bottom: 30px;
    }

    .test-progress-bar {
      margin-top: 20px;
      margin-bottom: 25px;
    }

    .profile-user,
    .profile-logout {
      font-size: 12px;
      line-height: 1.2;
    }

    .test-pre-title {
      font-size: 14px;
    }

    .test-question-title {
      font-size: 16px;
      line-height: 1.4;
    }

    .test-question-option {
      margin-top: 0;
      margin-bottom: 12px;
      font-size: 14px;
      line-height: 1.2;
    }

    .test-question-options {
      margin-top: 25px;
      margin-bottom: 30px;
    }

    .test-help {
      margin-top: 10px;
      font-size: 8px;
    }

    .header .profile-img {
      width: 20px;
    }

    .btn {
      padding: 5px 30px;
      font-size: 14px;
    }

    .test-time-text {
      font-size: 8px;
      margin-right: 5px;
    }

    .pass-question a {
      font-size: 8px;
    }

    .pass-question a img,
    .result-link-answer a img {
      width: 12%;
    }

    .test-progress-bar-item:not(:first-child) {
      margin-left: 2%;
    }

    .test-progress-bar-item-text {
      font-size: 7px;
    }

    .choice-options {
      margin-top: 20px;
      width: 220px;
    }

    .choice-option {
      border-start-end-radius: unset;
      border-start-start-radius: unset;
      margin-bottom: 10px;
      font-size: 14px;
      line-height: 1.4;
      padding: 12px 40px 12px 10px;
    }

    .common-title {
      font-size: 24px;
      line-height: 20px;
    }

    .choice {
      padding-top: 5px;
      padding-bottom: 10px;
    }

    .choice-descr {
      margin-top: 30px;
      font-size: 14px;
      line-height: 15px;
    }

    .choice-option-image {
      top: 5px;
      right: 85px;
    }

    .choice-option-result {
      right: 20px;
      top: 2px;
      padding: 1px;
      font-size: 11px;
      line-height: 10px;
  }

    .choice-option:hover {}

    .choice-option-arrow {
      transform: scale(0.5);
      position: absolute;
      right: 10px;
      top: 7px;
    }

    .result-score {
      transform: scale(0.5);
      font-size: 120px;
      margin-bottom: -50px;

    }

    .result-image {
      display: none;
    }

    .result-link-answer a {
      font-size: 18px;
    }

    .pass-question a img,
    .result-link-answer a img {
      width: 7%;
    }

    .result-title {
      margin-bottom: -90px;
    }

    .result {
      padding-bottom: 30px;
      padding-top: 40px;
    }

    .test-progress-bar-item:not(:last-child)::before {
      width: 110%;
      top: 5px;
      left: 15px;
      height: 4px;
    }

    .item.active::after {
      top: 3px;
      width: 7px;
      height: 7px;
    }

    .test-progress-bar-item-circle {
      width: 13px;
      height: 13px;
    }



    .test-progress-bar-item.active::after {
      top: 3px;
      width: 7px;
      height: 7px;
    }


    .header img {
      width: 40%;
    }


    input[type='radio']::before {
      content: '';
      width: 4px;
      height: 4px;
    }

    input[type='radio'] {
      width: 12px;
      height: 12px;
      border: 2px solid #00b0f0;
    }

    input[type='radio']:checked:before {
      transform: scale(1.5);
    }



    .test-time-clock {
      transform: scale(1.2);
    }

    .test-time {
      display: grid;
      justify-items: center;
    }

    .pass-question a {
      font-size: 10px;
    }

    .footer {
      font-size: 8px;
      padding: 12px 0;
    }


    .solution-main-title {
      font-size: 40px;
      line-height: 1.2;
    }

    .solution-question-title {
      font-size: 26px;
      line-height: 1.2;
    }

    .pass-question a,
    .pass-link-save a {
      font-size: 14px;
    }
  }
}