

/* Start:/local/templates/tr/components/d.partners/stati/template1/style.css?17078017811531*/
.article-list {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: stretch;
}

.article-list .item-article {
    border-radius: 5px;
    box-shadow: 2px 2px 5px #555;
    width: 23%;
    margin-bottom: 2%;
    min-width: 250px;
}

.article-list .item-article .head-article {
    text-align: center;
    min-height: 55px;
    padding: 5px;
    border-radius: 5px 5px 0 0;
    background: #ff5656;
    align-items: center;
    display: flex;
    justify-content: center;
    box-shadow: 0px 2px 5px #555;
}

.article-list .item-article .head-article h1 {
    margin: 0;
    font-size: 17px;
    color: #fff;
    font-weight: normal;
}

.article-list .item-article .picture-article {
    width: 100%;
}

.article-list .item-article .subitems-article {
    padding: 10px;
    list-style-image: url('/local/templates/tr/components/d.partners/stati/template1/images/bulet.png');
    margin-left: 25px;
}

.article-list .item-article .subitems-article li a {
    text-decoration: none;
    color: #4d4d4d;
}

.red-bulet {
    list-style-image: url('/local/templates/tr/components/d.partners/stati/template1/images/bulet.png');
    margin-left: 25px;
}
.red-bulet li a {
    text-decoration: none;
    color: #4d4d4d;
}

@media only screen and (max-width:1000px){
    .article-list {
        justify-content: space-around;
    }
    .article-list .item-article {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width:500px){
    .article-list .item-article {
        width: 100%;
    }
}

.page-head__breadcrumbs {
    display: none;
}
/* End */
/* /local/templates/tr/components/d.partners/stati/template1/style.css?17078017811531 */
