

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

.item-container {
	display: flex;
	margin-bottom: 30px;
}

.photos {
	width: 352px;
	height: 234px;
}

.info {
	width: 100%;
	padding: 0px 0px 0px 30px;
}

.info-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.info-title {
	margin-top: 30px;
	font-size: 20px;
	color: var(--color-base);
}

.info-footer {
	margin-top: 25px;
}

.info-button-container {
	display: flex;
	width: 100%;
	justify-content: end;
}

.info-button-inner-container {
	position: absolute;
}

.info-button {
	position: relative;
	top: -3.125rem;
}

.slick-list {
	height: 234px !important;
}

.slick-track {
	height: 234px !important;
}

.slick-slide {
	/* height: 234px !important; */
	cursor: pointer;
}

.slick-dots {
	display: flex !important;
	align-items: center;
	justify-content: center;
	height: 40px;
	bottom: 0 !important;
	background-color: black;
	opacity: 0.45;
	position: relative !important;
	top: -40px;
}

.slick-dots * {
	opacity: 1;
}

.slick-dots li button:before {
	color: white !important;
	font-size: 36px !important;
}

.x {
	display: flex;
	width: 100%;
}

.xx {
	width: 50%;
	display: flex;
}

.xxx {
	white-space: nowrap;
}

.xxxx {
	border-bottom: 2px dotted;
	color: gray;
	width: 100%;
	display: block;
	position: relative;
	top: -7px;
	margin-left: 10px;
	margin-right: 5px;
}

.text-opacity {
	opacity: 70%;
}

.text-opacity-100 {
	opacity: 100%;
	font-size: 20px;
}

@media (max-width: 1120px) {
	.info-button-container {
		display: unset;
	}

	.info-button-inner-container {
		position: relative;
		margin-top: 30px;
	}

	.info-button {
		position: unset;
	}
}

@media (max-width: 1050px) {
	.x {
		align-items: end;
	}
	.xxx {
		white-space: unset;
	}
}

@media (max-width: 870px) {
	.info-head {
		flex-wrap: wrap;
	}
}

@media (max-width: 800px) {
	.item-container {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}
	.info {
		padding-right: 30px;
	}
	.info-button-inner-container {
		display: flex;
		justify-content: end;
	}
}
/* End */
/* /bitrix/templates/print/components/bitrix/news/list_objects/bitrix/news.list/.default/style.css?17279371012161 */
