

/* Start:/local/templates/.default/components/bitrix/news.list/personal/style.css?1779010275925*/
.card-personal-block{
	position: relative;
	border-radius: var(--custom-border-radius); 
	overflow: hidden;
}

.card-personal{ 
    height: 450px;
    background-position: center !important;
}

.card-personal-info{
	position: absolute;
    bottom: 10px;
	padding:20px;
	color: #fff;
    width: 100%;
	z-index: 99;
}

.card-personal-info-span{
	color: #fff;
	opacity: 0.7;
    font-size: 14px;
}

.card-personal::after {
  content: "";
  position: absolute;
  left: 0%;
  right: 0%;
  top: 24%;
  bottom: 0%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.card-personal-block:hover::after {
  content: "";
  position: absolute;
  left: 0%;
  right: 0%;
  top: 0%;
  bottom: 0%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}

.card-personal-show{
	display:none;
}
.card-personal-block:hover .card-personal-show{
	display:contents !important; 
}
/* End */
/* /local/templates/.default/components/bitrix/news.list/personal/style.css?1779010275925 */
