

/* Start:/local/components/logimarket/news.detail/templates/contacts/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 */


/* Start:/bitrix/templates/logimarket_template/components/bitrix/system.pagenavigation/round/style.css?17629483962692*/
.bx-pagination {
	margin: 10px 0;
}
.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}
.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 4px;
}
.bx-pagination .bx-pagination-container ul li span{
	background: transparent;
	transition: all 0.1s ease;
	padding: 0 4px;
	height: 44px;
	min-width: 44px;
	line-height: 44px;
	color: #444;
	font-size: 18px;
	border-radius: 25px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	font-family: 'GeistBold';
	justify-content: center;
}

.bx-pagination .bx-pagination-container ul li span svg path {
	transition: fill 0.1s ease;
}

.bx-pagination .bx-pagination-container ul li a {
	text-decoration: none;
	display: block;
	border-radius: 16px;
	height: 44px;
	min-width: 44px;
	line-height: 44px;
	color: #141B38;
	vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	background: #2A3255;
	color: #fff;
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
	background: #EFEFEF;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	background: #fff;
	color: #444;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
	color: #aab1b4;
	background: #fff;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
	background: #fff;
	border-color: #DADADA;
	color: #000;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span {
	background-color: #2A3255;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span svg path,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span svg path{
	fill: #fff;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span {
	opacity: 0.3;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	opacity: 1;
}
/* End */


/* Start:/local/components/logimarket/news.list/templates/contacts/style.css?1762948396639*/
.contacts__store {
	margin-bottom: 48px;
}

.store-item {
	margin-right: 0px;
	margin-bottom: 16px;
}

.contacts__store .row {
	margin-left: -8px;
	margin-right: -8px;
}

.contacts__store .row .store-column {
	padding-left: 8px;
	padding-right: 8px;
}

.store-button {
	display: inline-block;
	color: #141B38;
	padding: 10px 32px;
	border-radius: 4px;
	border: 1px solid #7D7E86;
	background-color: #fff;
	transition: all 0.24s ease;
	text-decoration: none;
}


.store-button.store--current,
.store-button:hover {
	background-color: #45B5AA;
	border-color: #45B5AA;
	color: #fff;
}

.store-column {
	width: auto;
	max-width: max-content;
}
/* End */
/* /local/components/logimarket/news.detail/templates/contacts/style.css?17629483962397 */
/* /bitrix/templates/logimarket_template/components/bitrix/system.pagenavigation/round/style.css?17629483962692 */
/* /local/components/logimarket/news.list/templates/contacts/style.css?1762948396639 */
