.forumspage{}
.forumspage img{display: block; margin: 0 auto;}
.forumspage a{text-decoration: none;}
.forumspage__one{padding: 20px; border: 1px solid #ccc; width: calc(100% - 42px); margin-top: 20px;}
.forumspage__one:first-child{margin-top: 0px;}
.forumspage__oneflex{}
.forumspage__oneflex__one{margin-right: 20px;}
.forumspage__oneflex__two{}
.forumspage__oneflex__two__head{}
.forumspage__oneflex__two__text{}

.forumspage__onetop{margin-top: 20px;}
.forumspage__onetop__head{text-transform: uppercase; font-weight: bold;}
.forumspage__onetopflex{margin-top: 20px;}
.forumspage__onetopflex__one{}
.forumspage__onetopflex__one__img{margin-right: 20px; width: 50px; height: 50px; position: relative;}
.forumspage__onetopflex__one__img img{position: absolute; margin: auto; left: 0; top: 0; bottom: 0; right: 0;}
.forumspage__onetopflex__two{}
.forumspage__onetopflex__two__head{}
.forumspage__onetopflex__two__head a{}
.forumspage__onetopflex__two__text{}
.popular__posts{display: flex;height:235px;margin-top: 20px;}
.popular__posts div.week, .popular__posts div.day{width: 50%; text-align: center}
div.week div, div.day div{margin: 0 auto;}
div.week p, div.day p{text-align: center;font-weight: bold}
@media(max-width: 1130px) and (min-width: 980px) {
    .popular__posts {display: block;height: auto}
    .popular__posts div.week, .popular__posts div.day {width: 100%}
}
@media(max-width: 885px){
    .popular__posts {display: block;height: auto}
    .popular__posts div.week, .popular__posts div.day {width: 100%}
}
@media(max-width: 800px) {
    .forumspage__oneflex{display: block !important;}
    .forumspage__oneflex__one{margin: 0px; margin-bottom: 20px}
}