

/* Start:/local/templates/bstil/components/bitrix/news/template1/bitrix/news.detail/news_detail/style.css?17655413542476*/

@media (max-width: 1024px) {
	.blog-detail-collimg-group img {
		max-width: 600px;
		height: 353px;
	}
}


@media (max-width: 767px) {
	.blog-detail-collimg-group img {
		max-width: 100%;
		height: 350px !important;
	}
}


@media (max-width: 480px) {
	.blog-detail-collimg-group img {
		height: 250px !important;
		margin-bottom: 12px;
	}
}


@media (max-width: 375px) {
	.blog-detail-collimg-group img {
		height: 200px !important;
		margin-bottom: 10px;
	}
}




@media (max-width: 767px) and (orientation: landscape) {
	.blog-detail-collimg-group img {
		height: 250px;
		max-width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
}












.product-slider .swiper-pagination {
	position: absolute;
	bottom: 10px;
	left: 0 !important;
	width: 100%;
	text-align: center;
	z-index: 10;
}

.product-slider .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background: rgba(255, 255, 255, 0.8);
	opacity: 0.7;
	margin: 0 4px;
	display: inline-block;
	border-radius: 50%;
	cursor: pointer;
	transition: all 0.3s ease;
}

.product-slider .swiper-pagination-bullet-active {
	background: #000;
	opacity: 1;
	transform: scale(1.2);
}

.recomendation-slider {
	overflow: hidden !important;
}

.recomendation-slide {
	transition: opacity 0.3s ease;
	width: 320px !important;
	max-width: 100%;
	flex-shrink: 0;
}

.recomendation-slider .swiper-wrapper {
	display: flex;
	align-items: stretch;
}


@media (max-width: 767px) {
	.recomendation-slide {
		width: calc(100vw - 40px) !important;
		max-width: 320px;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.recomendation-slide {
		width: calc((100% - 20px) / 2) !important;
	}
}

@media (min-width: 1024px) {
	.recomendation-slide {
		width: calc((100% - 40px) / 3) !important;
	}
}

div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}
.blog-back-link {
	margin: 25px 0 30px 0;
}

.btn-back {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #333;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	padding: 10px 16px;
	border: 1px solid #e0e0e0;
	border-radius: 6px;
	background: #fff;
	transition: all 0.3s ease;
}

.btn-back:hover {
	background: #f8f8f8;
	border-color: #d4af37;
	color: #d4af37;
	transform: translateX(-3px);
}

.btn-back-icon {
	width: 16px;
	height: 16px;
	transition: transform 0.3s ease;
}

.btn-back:hover .btn-back-icon {
	transform: translateX(-3px);
}

/* End */
/* /local/templates/bstil/components/bitrix/news/template1/bitrix/news.detail/news_detail/style.css?17655413542476 */
