

/* Start:/bitrix/templates/Mygrundfos/components/bitrix/news.list/docs_list/style.css?17300725681256*/
#sidebar{
	display:none;
}
.wrapper-inner .content-box {
	width: 100% !important;
}

.content-box h1 {
	display:none;
}

.news-list{
	margin-top:30px;

    margin-top: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: space-between;
    align-items: center;

}

.news-list h2{
    width: 100%;
    background: #11497b;
    padding: 20px !important;
    color: #fff;
}

.news-item {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: stretch;
    align-items: center;
    padding: 20px 20px;
    background-color: #fff;
    box-shadow: 1px 1px 11px 3px rgb(0 0 0 / 6%);
    border-radius: 3px;
    /*margin-right:15px;
    margin-left: 15px;*/
    margin-bottom: 15px;
    width: 100%;
    
}
.docName{
	width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    font-weight: 500;
    line-height: 1.5 !important;
    font-size: 15px !important;
    
}
.bolded{
	font-weight:700;
}

.imgcont{
	float: left;
    margin-right: 10px;
    width: 100%;
    overflow: hidden;
    border-radius: 3px;
}

.col-flexed{
    display: flex;
}


/* End */
/* /bitrix/templates/Mygrundfos/components/bitrix/news.list/docs_list/style.css?17300725681256 */
