.title_items{
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -1%;
    color: #0296E5;
    display: block;
    padding-bottom: 30px;
}

.test__start-inner{
    font-weight: 800;
    font-size: 24px;
    line-height: 135%;
    letter-spacing: -0.5%;

}

.test__start-inner .sub-text{
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -1%;
    margin-top: 10px;
}

.test__start-inner span{
    color: #7BB745;

}

.btn_start_container{
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.btn_start_container img{
    max-width: 214px;
}

@media screen and (max-width: 750px){
    .btn_start_container img{
        display: none;
    }
}


.test {
    padding: 50px 0 70px;
}

@media (max-width: 991px) {
    .test {
        margin-top: 65px;
    }

}

@media (max-width: 767px) {
    .test {
        margin-top: 49px;
        padding: 24px 0 20px;
    }
}

.test__title {
    margin-bottom: 50px;
    text-align: left;
}

.test__title span{
    color: #7BB745;
}

@media (max-width: 767px) {
    .test__title {
        margin-bottom: 24px;
    }
}

.test__start {
    display: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
}

.test__start--active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.test__start-left, .test__start-right {
    padding: 32px;
    border-radius: 32px;
    border: 1px solid #D6DADE;
}

@media (max-width: 767px) {
    .test__start-left, .test__start-right {
        padding: 24px;
    }
}

.test__start-left {
    width: 100%;
    position: relative;
}

.test__start-left::before {
    content: '';
    position: absolute;
    max-width: 105px;
    width: 100%;
    max-height: 123px;
    height: 100%;
    background-image: url("../img/icons/test-start.webp");
    background-size: contain;
    background-repeat: no-repeat;
    right: 32px;
    bottom: 32px;
}

@media (max-width: 575px) {
    .test__start-left::before {
        display: none;
    }
}

.test__start-text {
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 2px;
}

.test__start-text p{
    margin-top: 20px;
    display: block;
}

.test__start-text .p-button{
    display: block;
    padding: 10px 20px;
    border-radius: 20px;
    border: 1px solid #D6DADE;
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: -1%;
    width: fit-content;
    margin-bottom: 10px;
    margin-top: 0px;
}

.test__start-text .p-button span{
    color: #0296E5;
    font-weight: 800;
}





@media (max-width: 767px) {
    .test__start-text {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .test__radio-box{
        font-size: 16px;
    }

}

.test__start-btn {
    padding: 25.5px 20px;
    font-size: 20px;
    color: #FFF;
    font-weight: 600;
}

@media (max-width: 767px) {
    .test__start-btn {
        padding: 12px 5px;
        font-size: 16px;
        border-radius: 12px;
    }
}

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

.test__start-right {
    max-width: 490px;
    width: 100%;
}

@media (max-width: 991px) {
    .test__start--active{
        flex-wrap: wrap;

    }

    .test__start-right{
        max-width: none;
    }
}

.test__start-right--result-vis {
    display: none;
    max-height: 325px;
}

@media (max-width: 991px) {
    .test__start-right--result-vis {
        display: none !important;
    }
}

.test__start-right--result {
    display: block;
}

.test__start-item {
    font-size: 20px;
    line-height: 120%;
    position: relative;
    cursor: pointer;
}

.test__start-item:not(:last-child) {
    margin-bottom: 22px;
}

.test__start-inner {
    display: inline-block;
    position: relative;
    padding-right: 28px;
}

.test__start-inner::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url("../img/icons/test-faq.svg");
    background-repeat: no-repeat;
    background-size: contain;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.test__start-inner:hover .test__faq {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .3s, visibility .3s;
    transition: opacity .3s, visibility .3s;
}

.test__faq {
    position: absolute;
    padding: 16px 24px;
    background-color: #E2FDCA;
    border-left: 4px solid #7BB745;
    min-width: 272px;
    border-radius: 16px;
    bottom: 120%;
    left: 35%;
    opacity: 0;
    visibility: hidden;
    z-index: 3;
    -webkit-transition: opacity .3s, visibility .3s;
    transition: opacity .3s, visibility .3s;
}

.test__faq-title {
    line-height: 24px;
    font-weight: 700;
    letter-spacing: -0.018px;
    margin-bottom: 8px;
}

.test__faq-text {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.014px;
}

.test__wrapper {
    display: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
}

.test__wrapper--result {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.test__wrapper--color .test__inner {
    position: relative;
}

.test__wrapper--color .test__inner::before {
    content: '';
    position: absolute;
    width: 103%;
    height: 100%;
    background-image: url("../img/text-result.webp");
    background-size: cover;
    left: -13px;
    top: 0;
}

.test__inner {
    max-width: 705px;
    width: 100%;
    border-radius: 32px;
    border: 1px solid #D6DADE;
    padding: 32px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .test__inner {
        padding: 24px;
    }
}

.test__item-all {
    display: none;
}

.test__item-all--active {
    display: block;
}

.test__left {
    margin-bottom: 40px;
}

.test__top-title {
    font-size: 20px;
    line-height: 134%;
}

@media (max-width: 767px) {
    .test__top-title {
        display: block;
        font-size: 18px;
        margin-bottom: 8px;
    }
}

.test__num {
    font-size: 24px;
    color: #FAC017;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 8px;
    letter-spacing: -0.024px;
    text-align: end;
}

.test__text {
    font-size: 24px;
    font-weight: 700;
    line-height: 144%;
}

@media (max-width: 767px) {
    .test__text {
        font-size: 18px;
    }
}

.test__line {
    width: 100%;
    background-color: #F9F5E7;
    min-height: 20px;
    border-radius: 32px;
    margin-bottom: 32px;
    position: relative;
    overflow: hidden;
}

.test__line-progress {
    display: block;
    position: absolute;
    min-height: 20px;
    width: 20px;
    background-color: #FAC017;
    top: 0;
    left: 0;
    -webkit-transition: width .3s;
    transition: width .3s;
}

.test__items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 30px 30px;
    margin-bottom: 42px;
}

.test__item {
    font-size: 24px;
    line-height: 144%;
    position: relative;
}

@media (max-width: 767px) {
    .test__item {
        line-height: 100%;
    }
}

.test__radio-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}

.test__radio-text {
    position: relative;
    font-weight: 700;
    z-index: 2;
    margin: 0px 10px;
    color: #7BB745;
}

@media (max-width: 767px) {
    .test__radio-text {
        font-size: 16px;
    }
}

.test__radio-text--error {
    color: red;
}

.test__radio {
    width: 20px;
    height: 20px;

    z-index: 4;
    cursor: pointer;
    accent-color: #7BB745;
    border: 2px solid #7BB745; /* цвет границы */
}







.test__radio:checked ~ .test__radio-text {
    color: #7BB745;
}

.test__radio-visible {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.test__btn-box {
    position: relative;
    margin-top: 16px;
}

.test__btn-box--hidden {
    display: none;
}

.test__btn {

    font-size: 20px;
    font-weight: 700;
    padding: 25.5px 25px;
    color: #FFF;

}

@media (max-width: 767px) {
    .test__btn {
        font-size: 16px;
        padding: 12px 5px;
        border-radius: 12px;
    }
}

.test__btn--hidden {
    display: none;
}

.test__btn--last {
    position: relative;
    z-index: 1;
}


.test__btn--click {
    pointer-events: auto;
    display: block;
}

.test__btn--remove{
    display: none;
}

.test__btn--click::before {
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

.test__item-result--hidden {
    display: none;
}

.test__result-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.test__result-left {
    position: relative;
    padding-bottom: 42px;
}

.test__result-thanks {
    font-size: 40px;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 32px;
}

@media (max-width: 767px) {
    .test__result-thanks {
        font-size: 28px;
        line-height: 122%;
        margin-bottom: 16px;
    }
}

.test__result-text {
    font-size: 20px;
    line-height: 134%;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .test__result-text {
        font-size: 16px;
        line-height: 140%;
        margin-bottom: 16px;
    }
}

.test__result-yourlevel {
    display: block;
    font-size: 20px;
    line-height: 134%;
    margin-bottom: 8px;
}

@media (max-width: 767px) {
    .test__result-yourlevel {
        font-size: 16px;
        line-height: 144%;
        margin-bottom: 4px;
    }
}

.test__result-level {
    font-size: 40px;
    font-weight: 700;
    line-height: 100%;
    color: #D58CF7;
}

@media (max-width: 767px) {
    .test__result-level {
        font-size: 28px;
        line-height: 122%;
    }
}

.test__result-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 32px;
}

@media (max-width: 767px) {
    .test__result-box {
        margin-top: 16px;
    }
}

.test__result-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    max-width: 256px;
    width: 100%;
}

@media (max-width: 767px) {
    .test__result-right {
        display: block;
        position: absolute;
        right: 0;
        bottom: 16%;
    }
}

@media (max-width: 575px) {
    .test__result-right {
        max-width: 108px;
        bottom: 34%;
        right: 20px;
    }
}

.test__result-img {
    width: 100%;
    max-height: 246px;
}

@media (max-width: 575px) {
    .test__result-img {
        max-width: 108px;
        max-height: 104px;
        -o-object-fit: contain;
        object-fit: contain;
    }
}

.test__result-box {
    position: relative;
}

.test__result-btn {
    max-width: 229px;
    padding: 25.5px 25px;
    font-size: 20px;
    line-height: 134%;
    color: #FFF;
    background-image: linear-gradient(131deg, #84C24C 0%, #6BAA32 100%);
}

@media (max-width: 767px) {
    .test__result-btn {
        font-size: 16px;
        padding: 12px 5px;
        border-radius: 12px;
    }
}

.test__result-btn--hidden {
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility .3s;
}

.test__result-repeat {
    font-size: 20px;
    line-height: 134%;
    background-color: transparent;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

.test__result-repeat:hover {
    opacity: 0.7;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

@media (max-width: 767px) {
    .test__result-repeat--main {
        font-size: 15px;
    }
}
.test__result-repeat--small {
    display: none;
    min-width: 49px;
    height: 49px;
    background-image: url("../img/icons/reload-test.svg");
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #7BB745;
    border-radius: 12px;
    margin-left: 16px;
}

@media (max-width: 767px) {
    .test__result-repeat--small {
        display: none;
    }
}

.test__test-right {
    display: none;
    padding: 32px;
    border: 1px solid #D6DADE;
    border-radius: 32px;
    max-height: 205px;
}

@media (max-width: 1200px) {
    .test__test-right {
        max-height: 230px;
    }
}

@media (max-width: 991px) {
    .test__wrapper--result{
        flex-wrap: wrap;
    }


}

.test__test-right--visible {
    display: block;
}

.test__test-item {
    font-size: 20px;
    line-height: 134%;
    padding-left: 14px;
    color: rgba(5, 32, 62, 0.88);
    position: relative;
}

.test__test-item::before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #7BB745;
    border-radius: 50%;
    left: 0;
    top: 10px;
}

.test__test-item:not(:last-child) {
    margin-bottom: 16px;
}


.last__btn-block {
    display: block !important;
    background-color: #7BB745;
}


@media (max-width: 750px){
    .test__test-item{
        font-size: 16px;
    }

    .test__start-text .p-button{
        font-size: 15px;
    }

    .test__start-text p{
        font-size: 14px;
    }
}



.test__result-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .test__result-left {
    position: relative;
    padding-bottom: 42px;
  }
  
  .test__result-thanks {
    font-size: 40px;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 32px;
  }
  
  @media (max-width: 767px) {
    .test__result-thanks {
      font-size: 28px;
      line-height: 122%;
      margin-bottom: 16px;
    }
  }
  
  .test__result-text {
    font-size: 20px;
    line-height: 134%;
    margin-bottom: 30px;
  }
  
  @media (max-width: 767px) {
    .test__result-text {
      font-size: 16px;
      line-height: 140%;
      margin-bottom: 16px;
    }
  }
  
  .test__result-yourlevel {
    display: block;
    font-size: 20px;
    line-height: 134%;
    margin-bottom: 8px;
  }
  
  @media (max-width: 767px) {
    .test__result-yourlevel {
      font-size: 16px;
      line-height: 144%;
      margin-bottom: 4px;
    }
  }
  
  .test__result-level {
    font-size: 40px;
    font-weight: 700;
    line-height: 100%;
    color: #D58CF7;
  }
  
  @media (max-width: 767px) {
    .test__result-level {
      font-size: 28px;
      line-height: 122%;
    }
  }
  
  .test__result-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 32px;
  }
  
  @media (max-width: 767px) {
    .test__result-box {
      margin-top: 16px;
    }
  }
  
  .test__result-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    max-width: 256px;
    width: 100%;
  }
  
  @media (max-width: 767px) {
    .test__result-right {
      display: block;
      position: absolute;
      right: 0;
      bottom: 16%;
    }
  }
  
  @media (max-width: 575px) {
    .test__result-right {
      max-width: 108px;
      bottom: 34%;
      right: 20px;
    }
  }
  
  .test__result-img {
    width: 100%;
    max-height: 246px;
  }
  
  @media (max-width: 575px) {
    .test__result-img {
      max-width: 108px;
      max-height: 104px;
      -o-object-fit: contain;
         object-fit: contain;
    }
  }
  
  .test__result-box {
    position: relative;
  }
  



.form {
    position: relative;
    background-color: #FFF !important;
    padding: 0 !important;
  }
  
  .form--error {
    border-color: red !important;
  }
  
  .form--test {
    position: relative;
  }
  
  .form__good--hidden {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s, visibility .3s;
    transition: opacity .3s, visibility .3s;
  }
  
  .form__test-box {
    max-width: 360px;
  }
  
  @media (max-width: 767px) {
    .form__test-box {
      max-width: 100%;
      margin-right: 240px;
    }
  }
  
  @media (max-width: 575px) {
    .form__test-box {
      margin-right: 110px;
    }
  }
  
  .form__test-box--hidden {
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility .3s;
  }
  
  .form__label {
    display: block;
    margin-bottom: 16px;
  }
  
  .form__input {


    width: 100%;
    min-height: 56px;
    padding: 0 16px;
    font-size: 16px;
    line-height: 132%;
    outline: none;
    border-radius: 12px;
    list-style: none;
    border: 1px solid transparent;
  }
  
  @media (max-width: 767px) {
    .form__input {
      min-height: 40px;
      font-size: 14px;
    }
  }
  
  .form__input::-webkit-input-placeholder {
     
    font-size: 16px;
    line-height: 132%;
  }
  
  .form__input::-moz-placeholder {
     
    font-size: 16px;
    line-height: 132%;
  }
  
  .form__input:-ms-input-placeholder {
     
    font-size: 16px;
    line-height: 132%;
  }
  
  .form__input::-ms-input-placeholder {
     
    font-size: 16px;
    line-height: 132%;
  }
  
  .form__input::placeholder {
     
    font-size: 16px;
    line-height: 132%;
  }
  
  @media (max-width: 767px) {
    .form__input::-webkit-input-placeholder {
      font-size: 14px;
      opacity: 0.5600000023841858;
    }
    .form__input::-moz-placeholder {
      font-size: 14px;
      opacity: 0.5600000023841858;
    }
    .form__input:-ms-input-placeholder {
      font-size: 14px;
      opacity: 0.5600000023841858;
    }
    .form__input::-ms-input-placeholder {
      font-size: 14px;
      opacity: 0.5600000023841858;
    }
    .form__input::placeholder {
      font-size: 14px;
      opacity: 0.5600000023841858;
    }
  }
  
  .form__input--test {
    border: 1px solid #D6DADE;
  }
  
  .form__input--error {
    border-color: red !important;
  }
  
  .form__btn {
    max-width: 100%;
    border-radius: 20px;
    font-size: 20px;
    padding: 25.5px 5px;
    margin: 8px 0 11px 0;
  }
  
  @media (max-width: 991px) {
    .form__btn {
      font-size: 16px;
    }
  }
  
  @media (max-width: 767px) {
    .form__btn {
      padding: 12px 0;
      border-radius: 12px;
      font-size: 16px;
      margin-bottom: 24px;
    }
  }
  
  .form__thanks {
    display: block;
    position: absolute;
    font-size: 28px;
    font-weight: 900;
    line-height: 118%;
    color: #7BB745;
    min-width: 480px;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
  }
  
  @media (max-width: 767px) {
    .form__thanks {
      min-width: 100px;
      font-size: 18px;
      max-width: 300px;
    }
  }
  
  .form__thanks--active {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .3, visibility .3s;
    transition: opacity .3, visibility .3s;
  }
  
  .form__thanks--test {
    top: 32px;
  }
  
  .form__btn-thanks {
    position: absolute;
    color: #05203E;
    max-width: 100%;
    border-radius: 20px;
    border: 1px solid rgba(5, 32, 62, 0.88);
    background-image: none;
    background-color: transparent;
    padding: 24.5px 5px;
    bottom: 8px;
    left: 0;
    opacity: 0;
    visibility: hidden;
  }
  
  @media (max-width: 767px) {
    .form__btn-thanks {
      padding: 12px 5px;
      font-size: 16px;
      border-radius: 12px;
    }
  }
  
  .form__btn-thanks--active {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .3, visibility .3s;
    transition: opacity .3, visibility .3s;
  }


