
.left-side {
    /*border: 1px solid red;*/
}
.cent70{
    width: 70%;
    margin-left: 15%
}
.com1{
    margin-left: 30px;
}
.com2{
    margin-left: 60px;
}
.boit{
    font-weight: bold;
    font-style: italic;
}
.bo{
    font-weight: bold;
}
.it{
    font-style: italic;
}

.main_text{
    font-size: 18px;
    margin-left: 15px;
}
.cit{
    border: 1px solid rgba(255, 0, 0, 0.26);
    border-radius: 10px;
    background: rgba(183, 40, 23, 0.16);
    margin-bottom: 10px;
    margin-left: 15px;
}
.pic_cit{
    border-radius: 10px;
    float: left;
    width: 25%;
    margin: 15px;
}
.pic_cit_div {
    border: 1px solid #cc62a9;
    border-radius: 15px;
    display: inline-block;
    padding-left: auto;
    padding-top: auto;
}
.text_cit{
    font-size: 15px;
    font-style: italic;
    color: #323f85;
    margin-right: 15px;
}
.pic_big_cit{
    border-radius: 10px;
    margin: 40px;
    width: 90%;
}
.pic_artic{
    width: 100%;
    margin: 15px;
    border-radius: 5px;
}
.go_button {
    width: 60%;
    height: 50px;
    margin-left: 20%;
    border-radius: 10px;
    background-color: #cc4743;
    font-size: large;
    font-weight: bold;
    color: #eef5f8;
}
.text_right{
    color: rgba(60, 60, 60, 0.6);
}
.main_article {
    font-size: 18px;
}
.comm-img {
    float: left;
    margin-right: 10px;
    /*height: 80px;*/
    margin-bottom: 20px;
}
.head-comm{
    background-color: rgba(216, 225, 231, 0.56);
    width: 100%;
    font-size: 14px;
    color: rgb(123, 125, 128);
    padding: 5px;
    font-weight: bold;
}
.main_comment {
    color: #425d9d;
    font-weight: bolder;
    font-size: 18px;
}
.comments {

    position: relative;
    /*margin: 0 0 15px;*/
    padding: 10px 20px 20px 10px;
    border-radius: 5px;
    /*    background: #fbf9fa*/
}
.bord-post{
    /*padding: 15px 0 15px 0;*/
    margin: 0 20px;
    font-style: italic;
}
.com_main {
    max-width: 100%;
    padding: 10px;
    /*    width: max-content;*/
    border-radius: 5px;
}
.go_but{
    margin-left: 30%;
}
@media screen and (max-width: 480px) {
    .go_but {
        margin-left: 0;
    }
}



.post_comment {
    /*    margin-left: 100px;*/
    /*max-width: 40%;*/
    /*
        font-family: "Arial", Arial;
        font-size: 18px;
    */
    font-weight: normal;
}
.post__headline {
    line-height: 25px;
    margin: -8px 0 8px;
    font-size: 28.5px;
    font-weight: 500
}