div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}


.container-parent{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

.container-parent .item-block{
    /*width: 476px;*/
    width: 410px;
    min-width: 300px;
    margin-top: 12px;
    margin-bottom: 42px;
    border-radius: 30px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    border-top: solid 1px #c4c4c4;
    background-color: #fff;
    overflow: hidden;
}

.url-block{
	display: block;
	width: 100%;
    min-height: 238px;
    background-size: cover;
    background-position-x: right;
    border-bottom: 1px solid #c4c4c4;
}
.name-block{
    padding: 18px 14px 18px 32px;
    text-decoration: unset;
    font-size: 20px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #000;
	display: block;
}

body .white-mini-box{
	background: unset;
    border: unset;
    padding: unset;
}

/*.container-parent .item-block:last-child{
	margin-left: auto;
	margin-right: auto;
}*/

body a, body a:focus,body a:hover{
	text-decoration: unset;
}

.descriptio{
	margin-bottom: 28px;
    font-size: 22px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: justify;
    color: #000;
}

.news-list.leaving{
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.news-list.leaving .news-item{
	width: 410px;
    height: 300px;
    margin-bottom: 33px;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    background-color: #fff;
}

.news-list.leaving .news-item a img{
	width: 100%;
    height: 238px;
    display: block;
    overflow: hidden;
    object-fit: cover;
}

/*.news-list.leaving.duet .news-item{
    width: 476px;
}*/

.news-list.leaving.duet .news-item a img{
    width: 100%;
    object-fit: scale-down;
}

.news-list.leaving.duet .news-item:nth-child(2) img{
    object-fit: fill;
}

/*.news-list.leaving.duet{
    justify-content: space-evenly;
}*/

.bottom-container{
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    padding: 11px 18px 14px 32px;
}
body .opc{
	opacity: 0;
	height: 0px!important;
}

.pdf-href::before{
	content: '';
    background: url(/images/pdf.svg);
    display: inline-block;
    width: 18px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 8px;
    cursor: pointer;
    margin-bottom: -5px;
}

/*-------------------------------------------------*/

.container-parent .item-block:nth-child(3) a{
    background-repeat: no-repeat;
    background-size: inherit;
    background-position: center;
}
@media (min-width: 768px) and (max-width: 1200px){
	.container-parent .item-block{
	    width: 350px;
        margin-top: 20px;
        margin-bottom: unset;
	}
	.url-block{
		width: 100%;
    	min-height: 170px;
	}
}

@media (max-width: 768px){
	.container-parent .item-block:last-child{
		margin-left: unset;
		margin-right: unset;
	}
}

@media(max-width: 500px){
	.url-block{
		border: unset;
		background-repeat: no-repeat;
		background-size: contain;
	}
	.name-block{
		font-size: 18px;
	}
}

