

/* Start:/local/templates/svetilniki/css/decor_catalog.css?17510065572785*/
.bx-header-section {
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
	border-bottom: solid 1px #ccc;
	background-color: transparent;
	transition: all .3s ease-in;
}
.bx-header-section:hover {
    background-color: #fff;
    transition: all .3s ease-in;
}

.bx-header-section:hover .header-top-logo-img img.logo_white {
	display: none;
}
.bx-header-section:hover .header-top-logo-img img.logo_black {
	display: block !important;
}

.bx-header-section:hover .header-top-categoryes-list-item,
.bx-header-section:hover .header-top-menu {
    color: var(--dark);
}

.bx-header-section:hover .header-top-catalog .desctop-menu svg path, 
.bx-header-section:hover .header-top-icons-item-img svg path {
    stroke: var(--dark);
}
.bx-header-section:hover .header-top-icons-item-link svg path {
    stroke: var(--dark);
}
.bx-header-section:hover .top-cart a svg path {
    stroke: var(--dark);
}
.bx-header-section:hover .top-cart a svg circle {
    fill: var(--dark);
}

.header-top-categoryes {
    margin-bottom: 0 !important;
}

.catalog-banner {
	position: relative;
	margin-bottom: 20px;
}
.catalog-banner-img {
	width: 100%;
}
.catalog-banner-img img {
	border-radius: 0;
	width: 100%;
}
.catalog-banner-img img.desctop {
	width: 100%;
}
.catalog-banner-img img.mobile {
	display: none;
	width: 100%;
}

.catalog-banner-bottom {
	position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px 20px;
}
.catalog-banner-breadcrumb {

}
.catalog-banner-title h1#pagetitle {
	color: #fff;
	margin-bottom: 0;
}

@media (max-width: 768px) {
	.catalog-banner-img img.desctop {
		display: none;
	}
	.catalog-banner-img img.mobile {
		display: block;
	}
	.catalog-banner-breadcrumb {
		order: 2;
	}
	.catalog-banner-bottom {
		height: 100%;
		padding: 0 20px 10px;
		flex-direction: column;
	}
}

.bx-breadcrumb-item-link:hover  {
    color: #fff !important;
}
.bx-breadcrumb-item {
    color: #fff;
}
.header-top-categoryes-list-item {
    color: #fff;
}
.header-top-catalog .desctop-menu svg path,
.header-top-icons-item-img svg path {
	stroke: #fff;
}
.header-top-icons-item-link svg path {
	stroke: #fff;
}
.header-top-icons-item-link.wishcount-icon svg path {
	stroke: #fff;
}
.top-cart a svg path {
	stroke: #fff;
}
.top-cart a svg circle {
	fill: #fff;
}
.top-cart a:hover svg path {
    stroke: #7cb826 !important;
}
.top-cart a:hover svg circle {
    fill: #7cb826 !important;
}
@media (min-width: 769px) {
    .language-current,
    .language-current-container i {
        color: #fff;
    }
    .bx-header-section:hover .language-current,
    .bx-header-section:hover .language-current-container i {
        color: var(--dark);
    }
}
@media (max-width: 768px) {

}



/* End */


/* Start:/local/templates/svetilniki/components/bitrix/catalog/catalog_decor_template/style.css?17509449085295*/
.catalog-element-addinational-block-header {
	font: 500 27px/32px "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding-bottom: 26px;
	margin-bottom: 55px;
	margin-top: 26px;
	border-bottom: 1px solid rgba(18, 18, 18, 0.1);
}

.filter-btn-icon {
	display: none;
}
.catalog-controls-btn {
	display: flex;
	flex-direction: column;
}
.catalog-sections-list {
	margin-bottom: 10px;
}
@media (min-width: 769px) {
	#show-filter {
		width: 120px !important;
		background: #639e0e !important;
		color: #fff;
		border-radius: 4px;
	}
}
@media (max-width: 768px) {
	.catalog-controls-btn {
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
	.filter-btn-desctop {
		display: block;
        background-color: #40c057;
        color: #fff;
        padding: 5px 8px;
        border-radius: 20px;
        font-size: 16px;
	}
	.filter-btn-icon {
		display: none;
	}
	#show-filter {
		margin: 0 !important;
    	width: auto !important;
	}
}
/*--------SELECT SORT--------*/
.soprt-dropdown {
	width: 150px;
	position: relative;
}
.soprt-dropbtn {
	width: 100%;
    background-color: #cdcfd1;
    color: #000;
    padding: 5px 10px;
	font-weight: 500;
    font-size: 16px;
    border-radius: 5px 5px 0 0;
    text-align: center;
	cursor: pointer;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .5);
}
.soprt-dropdown-content {
	display: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .5);
    padding: 5px;
	position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    z-index: 10;
    background-color: #eaeaea;
}
.soprt-dropdown-content-list {
	width: 100%;
	display: flex;
    flex-direction: column;

}
.soprt-dropdown-content-list a {
	text-decoration: none;
    border-bottom: solid 1px #ccc;
    padding: 5px 0;
	color: #000;
}
.soprt-dropdown-content-list a:hover {
	text-decoration: none;
    color: #639e0e;
}
.soprt-dropdown-content {
    display: none;
}
/*------------OLD SORT STYLE---------------*/
.sort {
	margin: 10px 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.sort a {
	display: block;
    width: max-content;
    padding: 2px 10px;
    margin: 0 5px;
    text-decoration: none;
    background-color: #639e0e;
    color: #fff;
    border-radius: 5px;
	transition: all .2s ease-out;
}
.sort a:hover {
    color: #fff;
	opacity: .8;
	transition: all .2s ease-in;
}

.sort span {
	font-weight: 600;
	margin-left: 5px;
}
.sort-mobile {
	display: none;
}
@media (max-width: 576px) {
	.sort-desctop, .soprt-dropdown {
		display: none;
	}
	.sort-mobile {
		display: block;
	}
	.sort-item {
		width: 100%;
		display: flex;
		flex-direction: column;
	}
	.sort-item-btns {
		display: flex;
	}
	.catalog-sections-list-container {
		justify-content: space-around;
	}
}

/*-----------POP-UP BLOCK FOR MOBILE-----------*/
.soprt-mobile {
    display: none;
}
.soprt-mobile-icon {
	display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    background-color: #40c057;
    color: #fff;
    padding: 5px 8px;
    border-radius: 20px;
}
#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Прозрачный черный цвет */
    z-index: 99; /* Ниже меню, но выше остального контента */
}
#floating-menu {
    display: none; /* Скрываем меню по умолчанию */
    position: fixed;
    bottom: 0;
    right: 0;
	width: 100%;
    height: 50%;
    background-color: #fff;
    color: #2b2b2d;
    padding: 10px 10px 10px 25px;
    border-radius: 5px 5px 0 0;
    z-index: 100;
}

#floating-menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#floating-menu ul li {
    margin-bottom: 5px;
}
.floating-menu-link-item {
	display: flex;
	align-items: center;
}
.floating-menu-link-item span {
	display: block;
    margin-right: 5px;
	width: 15px;
    height: 15px;
    border: solid 1px #2b2b2d;
    border-radius: 10px;
}
.floating-menu-link-item.active span {
    background-color: #2b2b2d;
}
#floating-menu ul li a {
    color: #2b2b2d;
    text-decoration: none;
    transition: color 0.3s ease;
}

#floating-menu ul li a:hover {
    color: #2b2b2d;
}
.floating-menu-line {
    background-color: #ccc;
	width: 50px;
	height: 3px;
	margin: 0 auto;
	border-radius: 2px;
}
.floating-menu-title {
	font-size: 24px;
	color: #2b2b2d;
	margin-bottom: 10px;
    border-bottom: solid 1px #ccc;
}
@media (max-width: 576px) {
	.soprt-mobile {
		display: block;
	}
}

/*--------------COUNT-PAGE-ELEMENT----------------*/
.catalog-count-switcher-wrap {
	width: 100%;
	display: flex;
	justify-content: end;
}
.catalog-count-switcher a {
	margin: 0 5px;
	text-decoration: none;
	color: #333;
}
.catalog-count-switcher a.active {
	font-weight: bold;
	text-decoration: underline;
	color: #639e0e;
}
.catalog-count-switcher a:hover {
	text-decoration: underline;
	color: #639e0e;
}


@media (max-width: 576px) {
	.catalog-count-switcher-wrap {
		padding: 10px 0;
	}
}

/*--------------END REGION----------------*/
.show-more-block {
	display: none;
}
.bx-pagination .bx-pagination-container ul li.bx-active span {
	background: #639e0e !important;
    color: #fff;
}
.bx-pagination .bx-pagination-container ul li span {
	border-radius: 4px !important;
}
/* End */


/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.css?167420636964*/
font.errortext
{
	color:red;
}

font.notetext
{
	color:green;
}

/* End */
/* /local/templates/svetilniki/css/decor_catalog.css?17510065572785 */
/* /local/templates/svetilniki/components/bitrix/catalog/catalog_decor_template/style.css?17509449085295 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.css?167420636964 */
