@media only print {
    div.filter-collapse__inner {
        display: none;
    }
}

/*Блок соц сетей в футере*/
img.social-net{
    filter : grayscale(50%);
    margin-left: 3px;
    margin-right: 3px;
}
img.social-net:hover{
    filter : grayscale(0%);
}
div.social-net
{
    margin-top : 13px;
    margin-bottom : 10px;
}

.catalog-item-list_view_tile .catalog-item-list__title-sub {
    text-align: center;
    height: 21px;
    line-height: 21px;
    color: green;
    font-weight: 600;
    font-size: 115%;
    margin-bottom: 7px;
}

.box-modal .popup .popup-inner {
    padding: 24px 20px 30px;
    background: white;
    border-radius: 3px;
    behavior: url("PIE.htc");
}

.box-modal .popup .title {
    font-size: 24px;
    color: white;
    margin-bottom: 12px;
    padding-right: 27px;
    text-align: left;
    line-height: 100%;
    font-family: Arial, Helvetica;
}

.box-modal .box-modal_close {
    position:absolute;
    right:0px;
    top:0px;
    width:20px;
    height:20px;
    background:url(images/close.png) no-repeat center center;
    cursor:pointer;
}

.box-modal {
    position:relative;
    display: inline-block;
    text-align: left;
}

.arcticmodal-container_i2 {
    text-align: center;
}

.box-modal .popup.popup-resume .button.md {
    min-width:141px;
}
/* Footer — обновлённый подвал (2026) */
.footer {
	background-color: #f5f1e8;
	border-top: 1px solid #e0d9c8;
	padding: 22px 0 26px;
	font-size: 14px;
	line-height: 1.45;
	color: #363636;
}

.footer .grid {
	align-items: flex-start;
}

.footer-nav {
	margin: 0 0 14px;
	padding: 0;
}

.footer-nav__item {
	display: inline-block;
	margin: 0;
}

.footer-nav__item:before {
	content: '·';
	color: #b8b0a0;
	margin: 0 8px;
}

.footer-nav__item:first-child:before {
	content: none;
	margin: 0;
}

.footer-nav__item a {
	color: #363636;
	text-decoration: none;
}

.footer-nav__item a:hover {
	color: #f7941d;
	text-decoration: underline;
}

.footer-nav__item:last-child a {
	color: #6a9c2e;
	font-weight: 600;
}

.footer-nav__item:last-child a:hover {
	color: #557a24;
}

.footer-pay {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-pay__item {
	display: inline-block;
	margin: 0;
	opacity: 0.9;
	transition: opacity 0.2s ease;
}

.footer-pay__item:hover,
.footer-pay__item:focus {
	opacity: 1;
}

.footer-pay__item img {
	display: block;
	height: 26px;
	width: auto;
	max-width: 100%;
}

.footer-phone {
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #363636 !important;
	line-height: 1.5 !important;
	margin: 0 !important;
}

.footer-phone__tagline,
.footer-phone__cta,
.footer-phone__email {
	margin: 0 0 8px;
}

.footer-phone__cta {
	font-weight: 600;
	color: #222;
}

.footer-phone__email {
	margin-bottom: 0;
	color: #555;
}

.footer-phone a {
	color: #f7941d !important;
	font-weight: 600;
	text-decoration: none !important;
}

.footer-phone a:hover {
	color: #e06000 !important;
	text-decoration: underline !important;
}

.footer-phone strong,
.footer-phone strong a {
	font-size: 17px !important;
	font-weight: 700 !important;
}

.footer__legal {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.footer-copyright {
	font-size: 13px !important;
	color: #666;
	line-height: 1.55;
	margin: 0 !important;
}

.footer__contacts-link {
	font-size: 13px;
	color: #363636;
	text-decoration: underline;
	align-self: flex-start;
}

.footer__contacts-link:hover {
	color: #f7941d;
}

@media (max-width: 991px) {
	.footer .grid__node {
		margin-bottom: 18px;
	}

	.footer .grid__node:last-child {
		margin-bottom: 0;
	}
}

@media (max-width: 767px) {
	.footer {
		padding: 20px 0 24px;
		text-align: center;
	}

	.footer-nav__item {
		display: block;
		margin-bottom: 6px;
	}

	.footer-nav__item:before {
		content: none;
		margin: 0;
	}

	.footer-pay {
		justify-content: center;
	}

	.footer__legal {
		align-items: center;
	}

	.footer__contacts-link {
		align-self: center;
	}
}

/* Карусель фото в карточке каталога (точки + свайп) */
.catalog-item-list__img.catalog-card-gallery {
	position: relative;
}

.catalog-card-gallery__badge {
	position: absolute;
	top: 4px;
	right: 4px;
	z-index: 2;
	padding: 2px 6px;
	border-radius: 3px;
	background: rgba(34, 34, 34, 0.72);
	color: #fff;
	font-size: 10px;
	line-height: 1.3;
	font-weight: 600;
	pointer-events: none;
}

.catalog-card-gallery__dots {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	gap: 4px;
	margin: 0;
	padding: 5px 2px 2px;
	overflow: hidden;
	max-width: 100%;
}

.catalog-card-gallery__dot {
	flex: 0 0 auto;
	width: 7px;
	height: 7px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #c8c8c8;
	cursor: pointer;
	transition: background-color 0.15s ease, transform 0.15s ease, opacity 0.15s ease;
}

.catalog-card-gallery__dot:hover {
	background: #999;
}

.catalog-card-gallery__dot.is-active {
	background: #f7941d;
	transform: scale(1.15);
	opacity: 1;
}

.catalog-card-gallery__dot.is-edge:not(.is-active) {
	opacity: 0.5;
	transform: scale(0.85);
}

.catalog-item-list_view_tile .catalog-card-gallery__dots {
	padding-top: 4px;
}

@media (max-width: 767px) {
	.catalog-card-gallery__badge {
		font-size: 9px;
		padding: 2px 5px;
	}

	.catalog-card-gallery__dot {
		width: 8px;
		height: 8px;
	}
}

/* FontAwesome path fix — Bitrix CSS cache resolves ../../../ incorrectly */
@font-face {
  font-family: 'FontAwesome';
  src: url('/local/templates/main/bower_components/font-awesome/fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'),
       url('/local/templates/main/bower_components/font-awesome/fonts/fontawesome-webfont.woff?v=4.6.3') format('woff');
  font-weight: normal;
  font-style: normal;
}

/* Svetosila catalog card image horizontal alignment */
.catalog-item-list_view_tile .catalog-item-list__img,
.catalog-products-container.catalog-item-list_view_tile .catalog-item-list__img {
	text-align: center !important;
}
.catalog-item-list_view_tile .catalog-item-list__img .image_size_100x100,
.catalog-products-container.catalog-item-list_view_tile .catalog-item-list__img .image_size_100x100 {
	display: block !important;
	margin-left: auto !important;
	margin-right: auto !important;
}
.catalog-item-list_view_tile .catalog-item-list__img .image__inner,
.catalog-products-container.catalog-item-list_view_tile .catalog-item-list__img .image__inner {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
}
.catalog-item-list_view_tile .catalog-item-list__img .image__inner img,
.catalog-products-container.catalog-item-list_view_tile .catalog-item-list__img .image__inner img {
	display: block !important;
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}
/* /Svetosila catalog card image horizontal alignment */

/* Intensa Favorite prod integration */
.catalog-item-list__thumbnail-node {
	position: relative;
}
.catalog-item-list__favorite {
	position: absolute;
	top: 8px;
	right: 8px;
	z-index: 5;
}
.catalog-item-list__feature {
	position: absolute;
	top: 8px !important;
	left: 8px !important;
	right: auto !important;
	z-index: 4;
	width: 27px !important;
	height: 27px !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: #888 !important;
	line-height: 27px !important;
	text-align: center;
	font-size: 18px !important;
	font-weight: 700 !important;
}
.catalog-item-list__feature:before {
	display: inline-block !important;
	font-size: 23px !important;
	font-weight: 700 !important;
	transform: translateY(1px) !important;
}
.catalog-item-list__favorite .intensa-favorite-item {
	width: 27px;
	height: 27px;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	text-align: center;
}
.catalog-item-list__favorite .intensa-favorite-icon {
	margin-top: 1px;
}
.catalog-item-list__favorite .intensa-favorite-item[data-favorite-status="N"]:hover .intensa-favorite-icon path {
	fill: #ef4141;
}
.catalog-detail-tool__favorite {
	margin: 0 0 12px;
}
.catalog-detail-tool__favorite .intensa-favorite-item {
	width: 40px !important;
	height: 40px !important;
	border: none !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	text-align: center;
}
.catalog-detail-tool__favorite .intensa-favorite-icon {
	width: 26px !important;
	height: 26px !important;
	margin-top: 7px;
}
.basket-widget__wishlist {
	display: block;
	float: left;
	width: 60px;
	height: 60px;
}
.basket-widget__wishlist .intensa-favorite-counter {
	display: block;
	width: 60px;
	height: 60px;
	text-align: center;
}
.basket-widget__wishlist .intensa-favorite-icon {
	width: 30px;
	height: 30px;
	margin-top: 15px;
}
.basket-widget__wishlist .intensa-favorite-counter span {
	top: 32px;
	right: 13px;
}
.basket-widget__wishlist .intensa-favorite-counter .intensa-favorite-icon path {
	fill: #888 !important;
}
.basket-widget__wishlist .intensa-favorite-counter[data-favorite-has-items="Y"] .intensa-favorite-icon path,
.basket-widget__wishlist .intensa-favorite-counter:has([data-entity="favorite-counter"]:not(.hide)) .intensa-favorite-icon path {
	fill: #ef4141 !important;
}
.basket-widget__wishlist .intensa-favorite-counter[data-favorite-has-items="N"] .intensa-favorite-icon path,
.basket-widget__wishlist .intensa-favorite-counter:has([data-entity="favorite-counter"].hide) .intensa-favorite-icon path {
	fill: #888 !important;
}
.wishlist-page__actions {
	margin-bottom: 18px;
}
.wishlist-page__empty {
	margin: 20px 0 40px;
}
/* /Intensa Favorite prod integration */

