.article__content--test{
    max-width: 690px;
    margin: 0 auto;
}

.article__content--test .article__body{
    max-width: 690px;
}
.test-step{
    display: none;
}
.test-step.active{
    display: block;
}

.article__content--test .test-body--img{
    max-width: 670px;
}
.test-counter{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 26px;
    line-height: 120%;
    text-align: center;
}
.test-step__title{
    display: block;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    margin-top: 34px;
}

.test-answers{
    margin-top: 34px;
}

.test-answers__item{
    border: 1px solid transparent;
    position: relative;
    background: #F6F6F6;
    border-radius: 3px;
    max-width: 670px;
    padding: 17px 17px 17px 52px;
    display: flex;
    align-items: flex-start;
    margin-bottom: 6px;
    font-family: IBM Plex Sans;
    font-size: 19px;
    line-height: 28px;
    gap: 13px;
    flex-direction: column;
    justify-content: center;
}
.test-answers__item:hover{
    border: 1px solid #FECC43;
}
.test-answers__item-head{
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    gap: 13px;
}

.test-answers__item input[type=radio]{
    position: absolute;
    left: 17px;
    top: 20px;
    margin: 0;
    width: 20px;
    height: 20px;
}

.test-answers__item p{
    display: none;
    font-size: 16px;
    line-height: 21px;
    padding: 0;
}
.test-answers__item.disable{
    opacity: 0.5;
}
.test-answers__item.correct{
    background: #FECC43;
}
.test-answers__item.correct p, .test-answers__item.wrong p{
    display: block;
    
}
.test-answers__item.wrong{
    background: #272727;
    color: #fff;
}
.test-answers__item.correct:hover, .test-answers__item.wrong:hover, .test-answers__item.disable:hover{
    border: 1px solid transparent;
}
.test-answers__item.disabled.wrong input[type=radio]:after{
    content: '';
    background: #272727 url('../img/ico-wrong-answer.png') no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background-position: 50%;
}
.test-answers__item.disabled.correct input[type=radio]:after{
    content: '';
    background: #FECC43 url('../img/ico-correct-answer.png') no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background-position: 50%;
}
.test-btn-next,
.test-btn-answer {
    background: #FECC43;
    border-radius: 3px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 21px;
    padding: 13px;
    margin-top: 28px;
    max-width: 280px;
    width: 100%;
    color: #000000;
}
.test-btn-next:disabled,
.test-btn-answer:disabled {
    background: #DADADA;
    pointer-events: none;
}

.item-test {
    display: none;
}
.item-test.active {
    display: block;
}
.test-btn-next {
    cursor: pointer;
    pointer-events: initial;
}

.test-result__hero{
    max-width: 670px;
}

.test-result-count{
    text-align: center;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 70px;
    line-height: 83px;
    margin-bottom: 48px;
    margin-top: 36px;
}
.article__body .test-result__title{
    font-family: Montserrat;
    font-weight: 600;
    font-size: 40px;
    line-height: 51px;
    text-align: center;
    margin-bottom:38px;
}
.test-result-socials{
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
}
.article__body .test-result__lead{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 26px;
    line-height: 31px;
    text-align: center;
    margin-top: 62px;
    padding-bottom: 33px;
}
.article__body .test-result-btn{
    background: #FECC43;
    border-radius: 3px;
    padding: 13px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 21px;
    display: flex;
    text-align: center;
    max-width: 287px;
    width: 100%;
    justify-content: center;
    margin: 0 auto;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}

.article__body .test-result-count__info{
    font-family: Montserrat;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    display: block;
    margin-top: 7px;
}

.article__body .test-result-socials__row .ya-share2__list{
    display: flex;
    gap: 25px;
    margin-top: 20px;
    padding-left: 0;
}

.article__body .ya-share2__link{
    border-bottom: 1px solid transparent;
}

.article__body .test-result-socials__row .ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item{
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgb(0 0 0 / 8%);
    border-radius: 50%;
}

/* .content--test .card__content{
    padding: 15px 15px;
} */

/* .content--test .card--half .card__title{
    font-size: 19px;
} */

.content--test .related_article h2{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 56px;
    text-transform: none;
    padding-bottom: 36px;
}

.test-related-articles{
    padding: 60px 0 130px 345px;
}

.test-related-articles .related_article{
    max-width: 900px;
}

/* START отступы между элементами */
.article__body h1+h3,
.article__body h2+h3 {
    padding: 10px 0 34px;
}

.article__body h2+blockquote,
.article__body h3+blockquote {
    margin-top: 0;
}

.article__body blockquote h3{
    padding: 10px 0 30px;
}

.article__body h3,
.article__body h2 {
    padding: 48px 0 34px;
}

.article__body img{
    margin-top: 0;
    margin-bottom: 20px;
}
.article__body ul{
    padding-bottom: 20px;
}
.article__body ul li{
    margin-bottom: 10px;
}
.article__body ol ul{
    padding-bottom: 0;
}
.article__body ol+.wrapper__slider-prew{
    margin-top: 30px;
}
.article__body blockquote{
    margin-top: 48px;
    margin-bottom: 20px;
}
.article__body blockquote span{
    font-size: 10px;
}

.article__learnmore {
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
    background: #F6F6F6;
    border-radius: 16px;
    padding: 24px;
}

.article__learnmore--short .learnmore__info{
    justify-content: center;
}

.article__learnmore--short .learnmore__info .learnmore__title{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #504C4C;
    padding-bottom: 20px;
    padding-top: 0;
}

.learnmore__cover {
    width: 260px
}

.learnmore__cover img {
    margin: 0 !important;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.learnmore__info {
    padding-left: 40px;
    width: calc(100% - 260px);
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.learnmore__small-title {
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    padding-bottom: 10px
}

a.learnmore__title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    color: #000000;
    display: block;
    margin-top: auto;
    margin-bottom: 15px;
    border-bottom: 1px solid transparent;
}

a.learnmore__btn {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 12px;
    color: #504C4C;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    text-align: center;
    max-width: 160px;
    line-height: 38px;
    background: #FECC43;
    display: block;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: 0.3s;
}

.learnmore__btn:hover {
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.25);
}


.author-card-wrapper{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 10px;
}

.article__body .link_img{
    display: block;
    margin-top: 24px;
    text-decoration: none;
    border-bottom: none;
}
.article__body .link_img:hover{
    border-bottom: none;
}

@media (max-width: 991px) {
    .article__learnmore {
        margin: 30px 0;
        padding: 30px 35px
    }

    .learnmore__info {
        padding-left: 30px;
    }

    a.learnmore__title {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 10px
    }

    a.learnmore__btn {
        width: 280px;
        line-height: 46px
    }
}
@media screen and (max-width: 1199px) {
.article__body{
        display: flex;
        flex-direction: column;
    }
}
@media screen and (max-width: 767px) {
    .article__body h1{
        order: -1;
    }
    /*.article__body > h3:first-of-type {
        padding: 0 0 34px;
        order: -1;
    }*/

    .article__learnmore {
        margin: 20px 0;
        padding: 20px
    }

    .learnmore__info {
        padding-left: 20px;
    }

    a.learnmore__title {
        font-size: 18px;
        line-height: 26px
    }

    a.learnmore__btn {
        width: 100%;
        line-height: 42px
    }
}
@media screen and (max-width: 1200px) {
.author-card.author--mobile{
        display: flex;
        margin-bottom: 16px;
        flex-direction: column;
        gap: 20px;
    }
    .author-card.author--mobile .author-card__img{
        border-radius: 50%;
        width: auto;
    }
    
    .author-card.author--mobile .author-card__text{
        max-width: 100%;
    }
    
    
}
@media (max-width: 575px) {
    .article__learnmore {
        margin: 15px 0;
        padding: 15px
    }

    .learnmore__small-title {
        padding-bottom: 0
    }

    a.learnmore__title {
        margin: 15px 0
    }

    .learnmore__cover, .learnmore__info {
        width: 100%
    }

    .learnmore__info {
        padding-left: 0;
        padding-top: 15px;
    }
}


.article__body blockquote.author.autor-blockquote-line .quote-author-text h3,
.article__body ol+img,
.article__body ol+p {
    padding-top: 20px;
}

.article__body .steps__info-text h3{
    padding-top: 0;
}

.article__body .test-step h3{
    padding: 10px 0 30px;
}

.article__body .photo-source+h2{
    padding-top: 22px;
}
.article__body ol+.photo-source{
    margin-top: 20px;
}

.article__body .photo-source+h3{
    padding-top: 28px;
}

.article__body .quote-author-text ul{
    padding-left: 40px;
}

.show-more + p, .article__body ol + .show-more, .article__body blockquote.author.autor-blockquote-line .quote-author-text p + img{
    margin-top: 20px;
}

/* END отступы между элементами */

.article__body .article-grade__icon{
    border-bottom: 1px solid transparent;
}

.article-steps_wo-img .steps__info-text{
    width: 85%;
}

.test-answers__item img{
    margin-top: 20px;
}

.article__body.tests .result .article-grade__title{
    font-size: 14px;
}

.article__body.tests .result .article-socials__title{
    font-size: 14px;
}

.article__body.tests .result .article-subscription__title{
    font-size: 14px;
}
.article__body.tests .result .article-subscription__small-text{
    font-size: 9px;
    line-height: 12px;
    max-width: 260px;
    text-align: right;
}

.article__body.tests .result .article-subscription.text-sub{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.article__body.tests .result .article-subscription__input{
    max-width: 290px;
}

#comment-new-link{
    display: none;
}

.content--test .block--third-articles--test{
    grid-template-columns: repeat(3, 1fr);
}

.block--third-articles--test .n-articles-third__card{
    border: 1px solid rgb(133 133 133 / 21%);
}

.block--third-articles--test .n-articles-third__card .card__title{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    padding: 0;
}

.account-body__content .n-articles-third__card{
    border: 1px solid rgb(133 133 133 / 21%);
}

.article__body .slick-slide img{
    border-radius: 3px;
}

@media screen and (max-width: 500px) {
    .item-test h1 br, .item-test h3 br {
        display: none;
    }
}

@media screen and (max-width: 770px){
    
    .article__body.tests .result .article__socials{
        gap: 20px;
    }
    
    .article__body .test-result__title{
        font-size: 22px;
        line-height: 29px;
    }
    .article__body.tests .result .article-subscription.text-sub{
        align-items: flex-start;
        padding-top: 0;
    }
    .article__body.tests .result .article-subscription__small-text{
        text-align: left;
    }
    .article__body.tests .result .ya-share2__list.ya-share2__list_direction_horizontal{
        padding-left: 0;
        padding-bottom: 0;
    }
}

@media screen and (max-width: 1200px){
    .test-related-articles{
        padding: 0;
        padding-bottom: 30px;
    }

    .test-related-articles .related_article{
        max-width: 100%;
    }
}

@media screen and (max-width: 480px) {
       iframe {
        height: 200px;
    }
    }
       @media screen and (min-width: 480px) and (max-width: 767px) {
       iframe {
        height: 350px;
       }
       }
          @media screen and (min-width: 767px) and (max-width: 1200px) {
       iframe {
        height: 480px;
       }
       }
        @media screen and (min-width: 1200px) {
       iframe {
        height: 522px;
       }
       }

 @media screen and (min-width: 767px) {
    .pic70 {
        width: 70% !important;
    }
    .pic60 {
        width: 60% !important;
    }
     .pic50 {
        width: 50% !important;
    }
     .pic30 {
        width: 30% !important;
    }
}
@media screen and (min-width: 1200px){
 .author-card.author--mobile{
    display: none;
}
}




