

/* Start:/bitrix/templates/.default/components/bitrix/news.list/contacts_list/style.css?17128209691391*/
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;
}

.contacts-list {

}

.contacts-list__info {
	width: 100%;

	display: flex;
	gap: 10px 0;
	flex-direction: column;

}
.contacts-list__info p {
	margin: 0;
}

.contacts-list__item {

	display: flex;
	flex-direction: row;
	gap: 0 20px;

	border: 1px solid #e5e5e5;
    border-color: var(--stroke_black);
    margin-bottom: -1px;
    padding-bottom: 8px;
    position: relative;
    transition: background ease 0.3s, box-shadow ease 0.3s;

	padding: 10px;

	height: auto;
	margin-bottom: 20px;

}

.contacts-list__img {
	height: 300px;
    width: 300px;
	min-width: 300px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
div.contacts-list__img img.preview_picture {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.contacts-list__title {
	border-bottom: 2px solid #ccc;
	margin-bottom: 15px;
	width: fit-content;
}

.contacts-list__info__contact {
	display: flex;
	flex-direction: row;
	gap: 0 10px;
	align-items: center;
}

.contacts-list__name {
	font-weight: bold;
}

@media(max-width: 640px) {
	.contacts-list__item {
		flex-wrap: wrap;
		justify-content: center;
	}

}




/* End */
/* /bitrix/templates/.default/components/bitrix/news.list/contacts_list/style.css?17128209691391 */
