.article_top{
    margin: 50px 0 40px 0;
    display: flex;
}

.article_avatar{
    display: flex;
    gap: 20px;
    margin-left: auto;
}

.article_avatar-info{
    display: flex;
    flex-direction: column;
    width: 140px;
}

.article_avatar-info p{
    line-height: 25px;
}

.article_avatar-name {
    font-size: 20px;
}

.article_avatar-like{
    color: #909090;
}

.article_top-date{
    color: #909090;
    font-size: 16px;
    line-height: 25px;
    margin-top: 5px;
    margin-left: 40px;
}

/*.article_header{*/
/*    margin-left: 120px;*/
/*}*/

h1{
    font-size: 100px;
    line-height: 80%;
    margin-left: 120px;
}

h3{
    font-size: 36px;
    font-weight: 700;
    font-family: "TT Firs Neue", sans-serif;text-transform: lowercase; font-weight:600;
}

.p1{
    font-size: 24px;
    line-height: 30px;
}

.p2{
    font-size: 22px;
    line-height: 30px;
}

.p3{
    font-size: 20px;
    line-height: 25px;
}

.article_header-text{
    margin-bottom: 80px;
    font-size: 24px;
    line-height: 30px;
}

main{
    padding: 0 40px;
    display: flex;
    flex-direction: column;
}

.article_quiz{
    margin-top: 100px;
    padding: 30px 50px;
    border-radius: 10px;
}

.article_quiz-title{
    color: white;
    margin-bottom: 30px;
}

.article_quiz-anses{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.article_quiz-ans{
    width: 100%;
    background-color: white;
    padding: 20px 30px;
    border-radius: 10px;
}

.button-white{
    border: 1px solid #909090;
}

.comments{
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.comments_title{
    display: flex;
    gap: 30px;
}

.comments_title-text{
    font-size: 30px;
    font-weight: 700;
}

.comments_title-cnt{
    font-size: 30px;
    font-weight: 700;
    color: #909090;
}

.comments_title-are{
    border-radius: 10px;
    background-color: white;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #909090;
}

.comments_btn{
    width: 165px;
    margin-bottom: 100px;
}

.share{
    display: flex;
    gap: 50px;
    margin: 20px auto 80px;
}

.list{
    background-color: transparent;
    margin-top: 40px;
    padding: 0;
    margin-bottom: 200px;
}

.signature{
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: fit-content;
}

.signature p{
    font-size: 14px;
    color: #909090;
}

.text{
    width: 900px;
    margin-left: auto;
    margin-right: auto;
}
.article_quiz-title{
    font-family: "TT Firs Neue", sans-serif;text-transform: lowercase; font-weight:600;
}

.article_gallery{
    display: flex;
    gap: 21px;
    margin-top: 60px;
    margin-bottom: 60px;
}
.article_header img{
    margin-bottom: 60px;
    margin-top: 80px;
}
@media(max-width: 400px){
    .article_gallery{
        display: flex;
        flex-direction: column;
    }
    h1{
        font-size: 45px;
        line-height: 90%;
        margin: 0;
    }
    .text{
        width: 100%;
    }
    .article_top{
        display: none;
    }
    main{
        padding: 0 24px;
    }
    .article_header img{
        margin: 40px 0;
    }
    .article_header-text{
        font-size: 16px;
        line-height: 130%;
        margin-bottom: 60px ;
    }
    .p1{
        font-size: 16px;
        line-height: 130%;
    }
    h3{
        font-size: 40px;
        line-height: 90%;
    }
    .p2{
        font-size: 16px;
        line-height: 130%;
    }
    .p3{
        font-size: 14px;
        line-height: 100%;
    }
    .article_quiz{
        margin-top: 80px;
        padding: 20px;
    }
    .article_quiz-title{
        font-size: 20px;
        line-height: 120%;
        margin-bottom: 20px;
    }
    .article_quiz-ans{
        padding: 15px 20px;
        font-size: 16px;
    }
    .article_quiz-anses{
        gap: 10px;
    }
    .share{
        margin: 20px 0 80px 0;
        justify-content: space-between;
        gap: 0;
    }
    .share .button-white{
        height: 60px;
        width: 235px;
    }
    .comments_title-text{
        font-size: 40px;
        line-height: 90%;
    }
    .comments_title-cnt{
        font-size: 16px;
        line-height: 150%;
        vertical-align: bottom;
    }
    .comments_title{
        align-items: end;
    }
    .comments_title-are{
        font-size: 14px;
    }
    .comments_btn{
        width: 100%;
        border: none;
        margin-bottom: 80px   ;
    }
}
