

/* Start:/local/templates/.default/components/bitrix/news/vendor/bitrix/news.detail/.default/style.css?1772746550155*/
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;
}

/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.section/grid/style.css?176807137668*/
.row.product-box-wrap {
    display: flex;
    flex-wrap: wrap;
}
/* End */


/* Start:/local/css/catalog-gallery.css?17775026413596*/
.catalog-hover-slider {
	display: block;
	position: relative;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
}

.catalog-hover-slider__picture {
	display: none;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.catalog-hover-slider__picture.is-current {
	display: block;
}

.catalog-hover-slider__dots {
	position: absolute;
	left: 8px;
	right: 8px;
	bottom: 8px;
	z-index: 2;
	display: flex;
	gap: 3px;
	justify-content: center;
	pointer-events: none;
}

.catalog-hover-slider__dot {
	display: block;
	width: 100%;
	max-width: 24px;
	height: 3px;
	background: rgba(255, 255, 255, 0.75);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.25);
	opacity: 0.65;
}

.catalog-hover-slider__dot.is-current {
	background: #69bf15;
	opacity: 1;
}

.catalog-detail-gallery {
	position: relative;
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
	text-align: center;
}

.catalog-detail-gallery__main {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 260px;
	text-align: center;
	overflow: hidden;
	cursor: zoom-in;
}

.catalog-detail-gallery__main img {
	display: block;
	max-width: 100%;
	max-height: 260px;
	width: auto;
	height: auto;
	margin: 0 auto;
	transition: transform 0.2s ease;
}

.catalog-detail-gallery__main.is-zoomed img {
	transform: scale(1.75);
}

.catalog-detail-gallery__nav {
	position: absolute;
	top: 106px;
	z-index: 3;
	display: block;
	width: 28px;
	height: 48px;
	padding: 0;
	background: transparent;
	border: 0;
	cursor: pointer;
	outline: none;
}

.catalog-detail-gallery__nav:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 16px;
	height: 16px;
	border-top: 2px solid #69bf15;
	border-right: 2px solid #69bf15;
	transition: border-color 0.2s ease;
}

.catalog-detail-gallery__nav:hover:before,
.catalog-detail-gallery__nav:focus:before {
	border-color: #004b93;
}

.catalog-detail-gallery__nav--prev {
	left: -30px;
}

.catalog-detail-gallery__nav--prev:before {
	transform: translate(-35%, -50%) rotate(-135deg);
}

.catalog-detail-gallery__nav--next {
	right: -30px;
}

.catalog-detail-gallery__nav--next:before {
	transform: translate(-65%, -50%) rotate(45deg);
}

.catalog-detail-gallery__thumbs {
	display: flex;
	flex-wrap: nowrap;
	gap: 8px;
	width: 100%;
	max-width: 300px;
	margin: 14px auto 0;
	padding: 4px 0 8px;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: thin;
}

.catalog-detail-gallery__thumb {
	flex: 0 0 auto;
	width: 72px;
	height: 72px;
	padding: 3px;
	background: #ffffff;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	cursor: pointer;
	transition: border-color 0.2s ease;
}

.catalog-detail-gallery__thumb.is-current,
.catalog-detail-gallery__thumb.is-active,
.catalog-detail-gallery__thumb:hover,
.catalog-detail-gallery__thumb:focus {
	border-color: #69bf15;
}

.catalog-detail-gallery__thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

@media (max-width: 767px) {
	.catalog-detail-gallery {
		max-width: 260px;
	}

	.catalog-detail-gallery__main {
		height: 240px;
	}

	.catalog-detail-gallery__main img {
		max-height: 240px;
	}

	.catalog-detail-gallery__nav {
		top: 96px;
	}

	.catalog-detail-gallery__nav--prev {
		left: -22px;
	}

	.catalog-detail-gallery__nav--next {
		right: -22px;
	}

	.catalog-detail-gallery__thumbs {
		max-width: 260px;
	}
}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.item/.default/style.css?17721837713886*/
.product-box-grid-2 .name {
	margin-bottom: 10px!important;
}
.product-box-grid-2 .name a {
	font-weight: 600!important;
	font-size: 15px!important;
	line-height: 1!important;
}
.product-box-grid-2 .sku {
	font-size: 12px;
	line-height: 1.1;
	color: #999999;
	margin-bottom: 0px;
}
.product-box-grid-2 .sku span {
	font-weight: 600;
	color: #444444;
}
.product-box-grid-2 .link .btn-more {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 0;
	font-size: 12px;
}
.product-box-grid-2 .image {
	margin-bottom: 10px!important;
}
.product-box-grid-2 .price {
	float: none!important;
	margin-bottom: 0px!important;
	text-align: center!important;
}
.product-box-grid-2 .count {
	margin-bottom: 0!important;
}
.product-box-grid-2 .cart {
	margin-top: 10px;
}

/* ========================================================================== */
/* Catalog cards (Bootstrap 3.3.7)                                            */
/* ========================================================================== */
.card {
	background-color: #ffffff;
	border: 1px solid #eaeaea;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
	padding: 15px;
	transition: box-shadow 0.2s ease, border-color 0.2s ease;
}
.card:hover,
.card:focus,
.card:focus-within {
	border-color: #dcdcdc;
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.10);
	-webkit-box-shadow: 0 8px 18px rgba(0, 0, 0, 0.10);
}
.catalog-cards.card-sm .card {
	padding: 10px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.catalog-cards.card-lg .card {
	padding: 18px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.07);
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.07);
}
.product-box.card {
	border-bottom: none;
	margin-bottom: 30px;
	padding: 15px;
	padding-bottom: 15px;
}
.catalog-cards.card-sm .product-box.card {
	padding: 10px;
	padding-bottom: 10px;
}
.catalog-cards.card-lg .product-box.card {
	padding: 18px;
	padding-bottom: 18px;
}
.catalog-cards.card-sm .product-box.card > .row {
	margin-left: -10px;
	margin-right: -10px;
}
.catalog-cards.card-lg .product-box.card > .row {
	margin-left: -18px;
	margin-right: -18px;
}
.product-box-wrap.catalog-cards {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: stretch;
	align-items: stretch;
	width: 100%;
}
.product-box-wrap.catalog-cards > .product-box-grid-2 {
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 30px;
}
.product-box-wrap.catalog-cards > .product-box-grid-2 > .card--grid {
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
}
.product-box-wrap.catalog-cards > .product-box-grid-2 .cart__box {
	margin-top: auto;
}
.product-box-wrap.catalog-cards .product-box-grid-2:after,
.product-box-wrap.catalog-cards .product-box-grid-2:before,
.product-box-wrap.catalog-cards .product-box-grid-2:nth-child(4n):after,
.product-box-wrap.catalog-cards .product-box-grid-2:nth-child(4n):before,
.product-box-wrap.catalog-cards .product-box-grid-2:nth-child(3n):after,
.product-box-wrap.catalog-cards .product-box-grid-2:nth-child(3n):before {
	display: none !important;
}
.product-box-wrap.catalog-cards > .product-box-grid-2.mb-60 {
	margin-bottom: 30px;
}
.catalog-item-card:before,
.catalog-item-card:after {
	display: none !important;
	border: 0 !important;
}
.product-box-grid-2 {
	margin-bottom: 30px !important;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.item/.default/card/style.css?1777229743360*/
.card .mheight {width:98%;}
.card.card--grid {
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
}
.card.card--grid > .badge {
	min-height: 20px;
}
.card.card--grid > [data-supplier-loading-zone="price"],
.card.card--grid > .price_empty {
	margin-top: auto;
}
/* End */
/* /local/templates/.default/components/bitrix/news/vendor/bitrix/news.detail/.default/style.css?1772746550155 */
/* /local/templates/.default/components/bitrix/catalog.section/grid/style.css?176807137668 */
/* /local/css/catalog-gallery.css?17775026413596 */
/* /local/templates/.default/components/bitrix/catalog.item/.default/style.css?17721837713886 */
/* /local/templates/.default/components/bitrix/catalog.item/.default/card/style.css?1777229743360 */
