* {
    box-sizing: border-box;
}

body {
    margin: 0 auto;
    background: #fff;
}
.article-content {
    max-width: 902px;
    margin: 0 auto;
    font-family: 'Montserrat';
}

.article-header {
    margin: 40px auto;
    max-width: 900px;
    text-align: center;

    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 44px;
    /* or 122% */

    text-align: center;
    letter-spacing: 0.05em;

    /* black */

    color: #111112;
    
}

.article-summary-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.article-summary-top-left {
    display: flex;
    align-items: center;
}

.article-summary-top-left-user-avatar {
    width: 48px;
    height: auto;
    border-radius: 24px;
    margin-right: 16px;
}

.article-summary-top-left-user-nick a{
    font-family: Noto Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    text-decoration: none;
    /* identical to box height, or 24px */


    /* dark grey */

    color: #24242B;
}

.article-summary-top-left-date {
    /* nav txt */

    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    /* identical to box height, or 171% */


    color: #767676;
}

.article-summary-top-right {
    display: block;
}

.article-summary-top-right-row-1 {
    display: flex;
    justify-content:space-between;
}

.article-summary-rcr {
    display: flex;
    align-items: center;
    margin-right: 8px;
}

.article-summary-img {
    width: 24px;
    height: auto;
    margin-right: 4px;
}

.article-summary-num {
    font-family: Noto Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 150%;
    /* identical to box height, or 18px */


    /* semi light grey */

    color: #929298;
}

.moder-panel {
    text-align: end;
}
.article-txt {
    width: 100%;
    margin: 40px auto 16px auto;
}

.article-txt, .article-txt p, .article-txt ul, .article-txt li {
    margin: 12px 0;
    text-indent: 16px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    /* or 150% */
    color: #13141D;
}

.article-txt  a{
    text-indent: 16px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    /* or 150% */
    color: #13141D;
    text-decoration: none;
    color : #1CADE4;
 }

 .article-txt img {
     max-width: 100%;
     max-height: 500px;
 }


.partner {
    max-width: 1130px;
    margin: 0 auto;
}

.partner-img {
    width: 100%;
}
.article-summary-bot {
    width: 100%;
}

.article-tags {
    margin: 16px 0 24px 0;
}
.article-tags a {
    display: inline-block;
    margin: 8px;
    text-decoration: none;
    padding: 5px 10px;
    background: #F2F2F2;
    border-radius: 4px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    /* identical to box height, or 171% */
    color: #757575;
}

.article-summary-bot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.article-summary-bot-left{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.article-post-line {
    width: 100%;
    height: 1px;
    background: #D7D7D7;
    border: none;
    margin: 24px 0;
}

.informers-title {
    /* H2 */
    margin: 40px 0 24px 0;
    text-align: center;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 36px;
    /* identical to box height, or 129% */

    text-align: center;
    letter-spacing: 0.05em;

    /* black */

    color: #111112;

}

.informers-inner {
    width: 100%;
    display: flex;
    justify-content: space-around;
}

pre[class*="language-"] {
    background: #f5f2f0;
    width: 900px;
}