.blog_sect {
    padding: 0.75em 0 2.75em;
}
.blog_sect .title {
    font-weight: 500;
    text-align: center;
    letter-spacing: -0.01em;
    line-height: 1.2;
    font-size: 1.5em;
    margin: 0 0 0.5em;
}
.blog_sect .description {
    line-height: 1.2;
    text-align: center;
    font-size: 1em;
    margin: 0 0 1.75em;
}
.blog_sect .search_form {
    max-width: 31.125em;
    margin: 0 auto 2em;
}
.blog_sect .search_form .text_input {
    width: 100%;
    text-align: left;
    padding: 0 1em 0 2.25em;
    background-image: url(../../img/icons/search-dee3eb.svg);
    background-size: 1em auto;
    background-repeat: no-repeat;
    background-position: 1em 50%;
}
.blog_sect .cats {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #F6F6F6;
    margin: -0.25em -0.25em 1.75em;
    padding: 0 0 1.5em;
    justify-content: center;
}
.blog_sect .cats .cat {
    color: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #DEE3EB;
    height: 2em;
    border-radius: 1em;
    margin: 0.25em;
    padding: 0 1em;
    transition-property: background-color;
    transition-duration: 0.3s;
}
.blog_sect .cats .cat:hover {
    text-decoration: none;
    background-color: #DEE3EB;
}
.blog_sect .cats .cat.active {
    background-color: #317EE5;
    color: #FFFFFF;
    border-color: #317EE5;
}
.blog_sect .posts_panel {
    display: flex;
    flex-wrap: wrap;
}
.blog_sect .posts_panel .blog_info {
    width: 100%;
    order: 2;
    margin: 0;
}
.blog_sect .posts_panel .blog_info:not(:first-child) {
    margin-top: 2em;
}
.blog_sect .posts_panel .posts {
    width: 100%;
}
.blog_sect .more_butt_wrap {
    text-align: center;
    width: 100%;
    margin-top: 0;
}
.blog_sect .more_butt {
    padding: 0 2.5em;
}
.blog_sect .top_posts_wrap:not(:last-child) {
    margin: 0 auto 2em;
}
.blog_sect .top_posts_title {
    font-size: 1.25em;
    text-align: center;
    line-height: 1.4;
    font-weight: 500;
    margin: 0 0 0.5em;
}
.blog_sect .top_post {
    padding: 0 3em;
    box-sizing: border-box;
    border: 1px solid #DEE3EB;
    height: 3em;
    border-radius: 1.125em;
    justify-content: center;
    align-items: center;
    display: flex;
    color: inherit;
    margin: 0 auto 0.25em;
    position: relative;
    transition-property: background-color;
    transition-duration: 0.3s;
}
.blog_sect .top_post:hover {
    background-color: #DEE3EB;
    text-decoration: none;
}
.blog_sect .top_post:last-child {
    margin-bottom: 0;
}
.blog_sect .top_post:after {
    content: '';
    display: block;
    position: absolute;
    width: 1.5em;
    height: 1.5em;
    box-sizing: border-box;
    right: 1em;
    top: 50%;
    background-color: #F6F6F6;
    border-radius: 50%;
    background-position: center;
    background-image: url(../../img/icons/chevron-right-2c4268.svg);
    background-size: 0.375em auto;
    background-repeat: no-repeat;
    transform: translate(0, -50%);
}
.blog_sect .top_post_title {
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 0.875em;
}

.blog_sect .tags_wrap {
    background-color: #F6F6F6;
    border: 1px solid #F1F1F1;
    border-radius: 1.125em;
    padding: 1em 0.5em 1.5em;
}
.blog_sect .tags_wrap:not(:last-child) {
    margin-bottom: 2em;
}
.blog_sect .tags_title {
    font-size: 1.25em;
    text-align: center;
    line-height: 1.4;
    font-weight: 500;
    margin: 0 0 0.75em;
}
.blog_sect .tags {
    display: flex;
    flex-wrap: wrap;
    margin: -0.25em -0.125em;
}
.blog_sect .tag {
    margin: 0.25em 0.125em;
    height: 1.75em;
    display: flex;
    align-items: center;
    background-color: #FFFFFF;
    border: 1px solid #F1F1F1;
    border-radius: 0.875em;
    padding: 0 0.75em;
    box-sizing: border-box;
    color: #46597B;
    transition-property: background-color;
    transition-duration: 0.3s;
}
.blog_sect .tag:hover {
    background-color: #F1F1F1;
    text-decoration: none;
}
.blog_sect .tag.active {
    border-color: #317EE5;
    background-color: #317EE5;
    color: #FFFFFF;
}
.blog_sect .tag_name {
    font-size: 0.875em;
}
.blog_sect .socnetworks:not(:last-child) {
    margin: 0 auto 2em;
}
.blog_sect .socnetworks{
    background: #F1F1F1;
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding:14px;
}
.blog_sect .socnetworks__wrap{

}
.blog_sect .socnetwork{
    display:block;
    padding: 10px;
    position: relative;
    padding-left: 22px;
    color:#2C4268;
}
.blog_sect .socnetwork__title{
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
}
.blog_sect .socnetwork__count{
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 0;
    text-align: left;
}
.blog_sect .socnetwork img{
    position: absolute;
    top: 0;
    bottom: 8px;
    width: 28px;
    height: 28px;
    margin: auto;
    left: -14px;
}
.blog_sect .cats .cat_name {
    font-size: 0.875em;
}
