

/* Start:/local/templates/bstil/components/bitrix/news.list/category/style.css?17647787982775*/
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;
}

br.mobile-only {
	display: none;
}
@media (max-width: 768px) {
	br.mobile-only {
		display: block;
	}
}

.mpcgc-card-image {
	width: 100%;
	height: 458px;
	object-fit: cover;
	display: block;
}

@media (max-width: 768px) {
	.mpcgc-card-image {
		height: 237px;
	}
}


.mpcg-content-product .mpcgc-card-product img {
	width: 100%;
	/*height: 340px;*/
	object-fit: cover;
	display: block;
}

@media (max-width: 768px) {
	/*.mpcg-content-product .mpcgc-card-product img {
		height: 180px;
	}*/
}


.mpcg-content {

	grid-template-columns: 1fr 1fr !important;
	gap: 20px;
	margin-bottom: 20px;
}


.mpcg-content-product {
	display: grid !important;
	grid-template-columns: repeat(4, 1fr) !important;
	gap: 20px;
	padding-top: 50px;
}


@media (max-width: 1300px) {
	.mpcg-content-product {
		grid-template-columns: repeat(2, 1fr) !important;
	}
}


@media (max-width: 1100px) {
	.mpcg-content {
		grid-template-columns: 1fr !important;
	}
}


@media (max-width: 768px) {
	.mpcg-content {
		grid-template-columns: 1fr 1fr !important;
	}
}


@media (max-width: 700px) {
	.mpcg-content {
		grid-template-columns: 1fr !important;
	}
}


@media (max-width: 480px) {
	/*.mpcg-content,
	.mpcg-content-product {
		grid-template-columns: 1fr !important;
	}*/


	.mpcgc-card-image,
	.mpcg-content-product .mpcgc-card-product img {
		height: 200px;
	}
}




.mpcg-head h2 {
	color: #333;
	text-decoration: none;
	letter-spacing: 0.5px;
	padding: 10px 0;
	position: relative;
	display: inline-block;
	transition: all 0.3s ease;
	cursor: pointer;
}

.mpcg-head h2::after {
	content: '';
	position: absolute;
	width: 0;
	height: 2px;
	bottom: 0;
	left: 50%;
	background-color: #d4af37;
	transition: all 0.3s ease;
	transform: translateX(-50%);
}

.mpcg-head h2:hover {
	color: #d4af37;
}

.mpcg-head h2:hover::after {
	width: 100%;
}


.mpcgc-card,
.mpcgc-card-product {
	position: relative;
}

.mpcgc-card span,
.mpcgc-card-product span {
	color: #333;
	text-decoration: none;
	letter-spacing: 0.5px;
	position: relative;
	display: inline;
	transition: all 0.3s ease;
	padding: 5px 0;
}


.mpcgc-card span::after,
.mpcgc-card-product span::after {
	content: '';
	position: absolute;
	width: 0;
	height: 2px;
	bottom: -2px;
	left: 0;
	background-color: #d4af37;
	transition: all 0.3s ease;
}


.mpcgc-card:hover span,
.mpcgc-card-product:hover span {
	color: #d4af37;
}

.mpcgc-card:hover span::after,
.mpcgc-card-product:hover span::after {
	width: 100%;
}


.mpcgc-card-image,
.mpcgc-card-product img {
	transition: transform 0.3s ease;
}

.mpcgc-card:hover .mpcgc-card-image,
.mpcgc-card-product:hover img {
	transform: scale(1.05);
}





/* End */


/* Start:/local/templates/bstil/components/bitrix/news.list/banners_index/style.css?1764778677674*/
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;
}








.akg-slider-button-catalog {
	display: flex;
	justify-content: center;
	cursor: pointer;
	text-decoration: none;
	transition: all 0.3s ease;
	position: relative;
}


.akg-slider-button-catalog::after {
	content: '';
	position: absolute;
	width: 0;
	height: 2px;
	bottom: 0;
	left: 50%;
	background-color: #d4af37;
	transition: all 0.3s ease;
	transform: translateX(-50%);
}

.akg-slider-button-catalog:hover {
	color: #d4af37;
	border-color: transparent;
}

.akg-slider-button-catalog:hover::after {
	width: 100%;
}

/* End */


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


.bwngc-block {
	position: relative;
	transition: all 0.3s ease;
}


.bwngc-block .image-link {
	display: block;
	text-decoration: none;
	border: none !important;
}


.bwngc-block img {
	transition: transform 0.3s ease;
	display: block;
	width: 100%;
}

.bwngc-block:hover img {
	transform: scale(1.05);
}


.bwngc-block .text-link {
	border: 1px solid #DBDBDB;
	display: flex;
	justify-content: center;
	cursor: pointer;
	text-decoration: none;
	transition: all 0.3s ease;
	position: relative;
	color: inherit;
	margin-top: 10px;
	padding: 8px 0;
}

.bwngc-block .text-link::after {
	content: '';
	position: absolute;
	width: 0;
	height: 2px;
	bottom: 0;
	left: 50%;
	background-color: #d4af37;
	transition: all 0.3s ease;
	transform: translateX(-50%);
}

.bwngc-block:hover .text-link {
	color: #d4af37;
	border-color: transparent;
}

.bwngc-block:hover .text-link::after {
	width: 100%;
}


.bwng-button-show p {
	color: #333;
	text-decoration: none !important;
	letter-spacing: 0.5px;
	padding: 10px 0;
	position: relative;
	transition: all 0.3s ease;
	display: inline-block;
}

.bwng-button-show p::after {
	content: '';
	position: absolute;
	width: 0;
	height: 2px;
	bottom: 0;
	left: 50%;
	background-color: #d4af37;
	transition: all 0.3s ease;
	transform: translateX(-50%);
}

.bwng-button-show:hover p {
	color: #d4af37;
}

.bwng-button-show:hover p::after {
	width: 100%;
}

/* End */


/* Start:/local/templates/bstil/components/bitrix/news.list/sertificate_index/style.css?17647779461470*/
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;
}




.gsgr-block {
	position: relative;
	transition: transform 0.3s ease;
	text-decoration: none;
}

.gsgr-block:hover {
	transform: scale(1.05);
}


.gsg-left a {

	display: flex;
	justify-content: center;
	cursor: pointer;
	text-decoration: none;
	transition: all 0.3s ease;
	position: relative;
}


.gsg-left a::after {
	content: '';
	position: absolute;
	width: 0;
	height: 2px;
	bottom: 0;
	left: 50%;
	background-color: #d4af37;
	transition: all 0.3s ease;
	transform: translateX(-50%);
}

.gsg-left a:hover {
	color: #d4af37;
	border-color: transparent;
}

.gsg-left a:hover::after {
	width: 100%;
}


.swiper-gsg-right-mobile .gsgr-block {
	transition: transform 0.3s ease;
}

.swiper-gsg-right-mobile .gsgr-block:hover {
	transform: scale(1.05);
}


.gsg-right {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}


@media (max-width: 768px) {
	.gsg-right {
		display: none;
	}

	.gsg-right-mobile {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		padding-bottom: 10px;
	}

	.swiper-gsg-right-mobile {
		display: flex;
		width: max-content;
		gap: 15px;
		padding: 0 15px;
	}

	.gsgr-block {
		width: 280px;
		flex-shrink: 0;
	}


	.gsg-right-mobile::-webkit-scrollbar {
		display: none;
	}

	.gsg-right-mobile {
		-ms-overflow-style: none;
		scrollbar-width: none;
	}
}

/* End */


/* Start:/local/templates/bstil/components/bitrix/news.list/shops_index/style.css?1763637554509*/
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;
}




.asgl-block {
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
	transform-origin: left center;
}

.asgl-block:hover {
	transform: scale(1.05);
}

.asgl-block p {
	color: #333;
	text-decoration: none;
	letter-spacing: 0.5px;
	padding: 10px 0;
	position: relative;
	transition: all 0.3s ease;
	display: inline-block;
	margin: 0;
}









/* End */
/* /local/templates/bstil/components/bitrix/news.list/category/style.css?17647787982775 */
/* /local/templates/bstil/components/bitrix/news.list/banners_index/style.css?1764778677674 */
/* /local/templates/bstil/components/bitrix/news/template1/bitrix/news.list/.default/style.css?17652733291535 */
/* /local/templates/bstil/components/bitrix/news.list/sertificate_index/style.css?17647779461470 */
/* /local/templates/bstil/components/bitrix/news.list/shops_index/style.css?1763637554509 */
