

/* Start:/local/templates/main/components/bitrix/news/trends/bitrix/news.list/.default/style.css?1782820880807*/
.program-detail.cluster-detail .text-layout__content{
    width: 100%;
}

.container-list-cluster{
    display: flex;
    flex-wrap: wrap;
    max-width: 1500px;
	margin: auto;
}

.cluster-item-link{
    width: 450px;
    margin: 1%;
}

.cluster-item{
    height: 300px;
    display: flex;
    align-items: flex-end;
    border-radius: 30px;
    transition: background-size 1s ease;
    background-position: center center;
}

.cluster-item:hover {
    background-size: 115%;
}
.cluster-title{
    width: 100%;
    background-color: #9164C9;
    opacity: 0.9;
    color: white;
    border-radius: 0 0 30px 30px;
    padding: 0px 15px 5px;
}

.cluster-item-link.row-2 .cluster-title{
	background-color: unset;
	opacity: 1;
}

.cluster-item-link.row-3 .cluster-title{
	background-color: black;
	opacity: 0.8;
}
/* End */
/* /local/templates/main/components/bitrix/news/trends/bitrix/news.list/.default/style.css?1782820880807 */
