.maincontent{
    margin-bottom:64px;
}
.maincontent .post{
    margin-bottom:30px;
    padding: 0px;
    background: unset;
    box-shadow: none;
    border-radius: 0;
    text-decoration:none;
}
.maincontent .post .post-image{
    width: 280px;
    height: 180px;
    background: #C4C4C4;
    border-radius: 12px;
    margin-right:20px;
    min-width:280px;
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover;
}
.maincontent .post .post-data .text img{
    display:none;
}
.maincontent .post .post-data h3{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    color: #000000;
    text-decoration:none;
    margin-bottom:6px;
}
.maincontent .post .post-data h3 a:visited{
    color:#000000;
}
.maincontent .post .post-data{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.2;
    color: #000000;
}
.maincontent .post .post-data .date{
    margin-top:20px;
}
.maincontent .post .post-data .date span{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    color: #777777;
}
.maincontent .blog__category-item{
    border: 1px solid #D2D2D2;
    border-radius: 15px;
    padding:23px;
    text-decoration:none;
    display: flex;
    align-items:center;
    margin-bottom:20px;
    transition:0.3s;
}
.maincontent .blog__category-item:hover{
    background: rgba(191, 250, 254, 0.3);
    transition:0.3s;
}
.maincontent .blog__category-item .active{
    background: rgba(191, 250, 254, 0.3);
}
.maincontent .blog__category-item span{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    color: #000000;
}
.maincontent .blog__category-item .thumb {
    width: 101px;
    height: 101px;
    min-width: 101px;
    border-radius: 12px;
    margin-right: 31px;
    background: #e7e7e7;
    background-size: cover;
    background-position: center;
}
.blog-title{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 1.2;
    color: #000000;
    margin-bottom:42px;
}
.btn.btn-outline-black{
    border: 1px solid #CECECE;
    border-radius: 24px;
    padding:11px 100px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    color: #000000;
    transition: 0.3s;
}
.btn.btn-outline-black:hover{
    background: #efefef;
    transition: 0.3s;
}
.pageless-wrapper{
    display:none!important;
}
@media screen and (max-width: 767px){
    .blog .blog__item{
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 550px){
    .maincontent .post{
        flex-direction: column;
    }
    .maincontent .post .post-image{
        width: 100%;
        height: unset;
        aspect-ratio: 280/180;
        margin-bottom: 20px;
    }
}
.s-live-setting-wrapper{
    display:none!important;
}