

/* Start:/local/components/logimarket/news.detail/templates/delivery/style.css?17629483962397*/
.news-detail {
	padding-bottom: 120px;
}

.news-detail .title {
	font-size: 36px;
	margin-bottom: 32px;
	text-align: center;
}

.news-detail .container {
	max-width: 872px;
}

.detail_picture {
	width: 100%;
	display: block;
	margin-bottom: 24px;
	height: auto;
}

.news-expires {
	padding-bottom: 16px;
	padding-left: 26px;
	border-bottom: 1px solid #EFEFEF;
	margin-bottom: 24px;
	font-size: 16px;
	position: relative;
}

.news-expires:before {
	content: "";
	position: absolute;
	left: 0;
	top: 6px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #45B5AA;
}

.news-detail__back {
	margin-bottom: 24px;
}

.news-detail__back a {
	color: #141B38;
	font-size: 14px;
	text-decoration: none;
}
.news-detail__back a svg {
	margin-right: 4px;
	vertical-align: middle;
}

.news-detail__back a span {
	vertical-align: middle;
}


.news-list {
	padding-bottom: 120px;
}

.news-item {
	margin-bottom: 32px;
}

.news-item img {
	display: block;
	width: 100%;
	height: 260px;
	object-fit: cover;
	object-position: center;
	margin-bottom: 16px;
}

.news-item__title {
	color: #141B38;
	font-family: 'NafteraWebBlackItalic';
	font-size: 24px;
	display: block;
	text-decoration: none;
}

.news-item:hover a {
	color: #45B5AA;
}

.news-item__date {
	background-color: #f1f1f1;
	padding: 8px 16px 8px 42px;
	font-size: 14px;
	line-height: 20px;
	display: inline-block;
	text-decoration: none;
	margin-bottom: 16px;
	color: #141B38;
	position: relative;
	border-radius: 25px;
}

.news-item__date:before {
	content: "";
	position: absolute;
	left: 16px;
	top: 12px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #2CD5C4;
}

.news-other {
	padding-bottom: 120px;
}

.news-gallery-wrap {
	position: relative;
}

.swiper-button-next-news.swiper-button-next {
	right: 0;
	top: -62px;
}

.swiper-button-prev-news.swiper-button-prev {
	right: 52px;
	top: -62px;
	left: auto;
}

.news-gallery-wrap .swiper-pagination-news-gallery.swiper-pagination {
	display: none;
	bottom: -20px !important;
}

@media (max-width: 768px) {
	.news-gallery-wrap .swiper-pagination-news-gallery.swiper-pagination {
		display: block;
	}
	.swiper-button-next-news.swiper-button-next,
	.swiper-button-prev-news.swiper-button-prev {
		display: none;
	}
	.news-detail .title {
		font-size: 24px;
		margin-bottom: 24px;
		text-align: left;
	}
	.news-detail,
	.news-other {
		padding-bottom: 64px;
	}
}
/* End */
/* /local/components/logimarket/news.detail/templates/delivery/style.css?17629483962397 */
