.popular.popular_sections{
	border-top: 2px solid #fff;
}
.popular.popular_sections .popular_item--bottom a, .popular.popular_sections .popular_item--bottom a:link, .popular .popular_sections .popular_item--bottom a:visited{
    color: #086639;
    font-family: MuseoSansCyrl500,sans-serif;
    text-align: center;
    font-size: 18px;
    text-decoration: unset;
}
.popular.popular_sections .popular_item--bottom {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin-top: 20px;
}