

/* Start:/local/templates/svetilniki/css/index.css?175083760013828*/
.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: rgba(255, 255, 255, .95);
}
.header-top-categoryes {
    margin-bottom: 0 !important;
}


@media (max-width: 576px) {
	.main-slider-wrapper {
		display: none;
	}
	.main-advantage-list-item-preview__img img {
		display: none;
	}
	.main-advantage-list-item-preview__img,
	.main-advantage-list-item-preview__icon,
	.main-advantage-list-item-preview__icon img {
		display: block !important;
	}
	.main-advantage-list-item-preview__icon {
		border: none !important;
		margin: 0 auto;
	}
	.icon3-lyustry {
		/*background: url('/local/templates/svetilniki/images/categoryes/lustra.png');
		background: url('/local/templates/svetilniki/images/categoryes/1.png');
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;*/
	}
	.icon3-svetilniki {
		/*background: url('/local/templates/svetilniki/images/categoryes/svetilniki.png');*/
		background: url('/local/templates/svetilniki/images/categoryes/2.png');
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
	.icon3-bra {
		/*background: url('/local/templates/svetilniki/images/categoryes/bra.png');*/
		background: url('/local/templates/svetilniki/images/categoryes/4.png');
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
	.icon3-spoty {
		/*background: url('/local/templates/svetilniki/images/categoryes/spoty.png');*/
		background: url('/local/templates/svetilniki/images/categoryes/5.png');
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
	.icon3-nastol_nye_lampy {
		/*background: url('/local/templates/svetilniki/images/categoryes/svetilniki.png');*/
		background: url('/local/templates/svetilniki/images/categoryes/6.png');
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
	.icon3-torshery {
		/*background: url('/local/templates/svetilniki/images/categoryes/torshery.png');*/
		background: url('/local/templates/svetilniki/images/categoryes/7.png');
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
	.icon3-ulichnye_svetil_niki {
		/*background: url('/local/templates/svetilniki/images/categoryes/ulichnoe-osveshchenie.png');*/
		background: url('/local/templates/svetilniki/images/categoryes/9.png');
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
}

/*---------------ROOMS PODBOR--------------------*/
.rooms-svet {

}
.rooms-svet-content {

}
.rooms-svet-slider {

}

.rooms-svet-slider-item {
	padding: 5px;
}
.rooms-svet-slider-item .main-service {
	position: relative;
}

.rooms-svet-slider-item .links-block__bg {
	position: absolute;
	bottom: 10%;
	left: 50%;
    transform: translate(-50%, 0);
}
.rooms-svet-slider-item .links-block__name {
	background-color: #fff;
    padding: 5px 30px;
    border-radius: 50px;
    font-size: 24px;
    color: #000;
}
.rooms-svet-slider-item:hover .links-block__name {
    color: #7cb826;
}

.main-service__photo {
    border-radius: 10px;
    overflow: hidden;
}


.rooms-svet-slider .slick-prev, .rooms-svet-slider .slick-next {
    width: 50px;
    height: 100px;
	z-index: 5;
}
.rooms-svet-slider .slick-prev {
    left: 0;
}
.rooms-svet-slider .slick-next {
    right: 0;
}
.rooms-svet-slider .slick-prev:before {
    content: '';
    background-image: url(/local/templates/svetilniki/images/icons/prev.svg);
    background-size: 59px auto;
    background-position: -7px center;
    display: block;
    width: 45px;
    height: 100px;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 54px;
}
.rooms-svet-slider .slick-next:before {
    content: '';
    background-image: url(/local/templates/svetilniki/images/icons/next.svg);
    background-size: 59px auto;
    background-position: -7px center;
    display: block;
    width: 45px;
    height: 100px;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 54px;
}
@media screen and (max-width: 576px) {
    .rooms-svet {
        display: block !important;
    }
}
.style-and-room {
	padding-top: 20px; 
}
/*---------------ROOMS PODBOR--------------------*/
/*---------------main_category-slider------------------*/


.category-item {
    width: 100%;
	display: block;
	position: relative;
}
.category-item-icon {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.category-item-icon img {
    width: 100%;
}

.category-item-title {
	position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: #fff;
    padding: 5px 20px;
    border-radius: 20px;
    color: #000;
    text-align: center;
}
.category-item-title {
	position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: #fff;
    padding: 5px 20px;
    border-radius: 50px;
    color: #000;
	font-size: 14px;
    text-align: center;
    line-height: 1.2;
}

.category-item:hover .category-item-title {
    color: #7cb826;
}

.main-category-slider .slick-slide {
    padding: 10px;
}
.main-category-slider .slick-prev, .main-category-slider .slick-next {
    width: 50px;
    height: 100px;
}
.main-category-slider .slick-next {
    transform: translate(-50%, -50%);
    z-index: 4;
}
.main-category-slider .slick-prev {
    transform: translate(50%, -50%);
    z-index: 4;
}
.main-category-slider .slick-next:before {
    content: '';
    background-image: url(/local/templates/svetilniki/images/icons/next.svg);
    background-size: 59px auto;
    background-position: -7px center;
    display: block;
    width: 45px;
    height: 100px;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 54px;
}
.main-category-slider .slick-prev:before {
    content: '';
    background-image: url(/local/templates/svetilniki/images/icons/prev.svg);
    background-size: 59px auto;
    background-position: -7px center;
    display: block;
    width: 45px;
    height: 100px;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 54px;
}

@media (max-width: 756px) {

}
@media (max-width: 576px) {
	.category-item-title {
		font-size: 14px;
		line-height: 1.2;
	}
}

/*---------------END------------------*/
/*--------------style block---------------------*/

.style-svet, .rooms-svet {
}
.svet-style-mobile, .svet-room-mobile {
    display: none;
}

.slider-style-mobile .slick-dots li.slick-active {
    width: 36px;
    border-radius: 18px;
}
.slider-style-mobile .slick-dots li {
    border: none;
}
.slider-style-mobile .slick-dots li.slick-active button {
    width: 30px;
    border-radius: 16px;
}
.slider-style-mobile .slick-dots button {
    background: #b1b1b1;
    width: 12px;
    height: 12px;
    border: none;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 0;
    line-height: 0;
    color: transparent;
    background: #000;
    cursor: pointer;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
.slider-style-mobile .slick-dots button:before {
	display: none;
}
.slider-style-mobile .slick-dots li.slick-active button {
    background: #7cb826;
    cursor: default;
}

.style-svet-row {
    display: flex;
    flex-wrap: wrap;
    padding: 3px 0;
}
.style-svet-left {
    width: 50%;
    padding: 0 0.25% 0 0;
}
.style-svet-right {
    width: 50%;
    padding: 0 0 0 0.25%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
}
.style-svet-right-top {
    display: flex;
    flex-wrap: wrap;
}
.style-svet-right-bottom {
    display: flex;
    flex-wrap: wrap;
}
.style-svet-right-top-item {
    width: 50%;
}
.style-svet-right-bottom-item {
    width: 50%;
}
.main-service__photo img {
    display: inline-block;
    width: 100%;
}
.main-service__mod {
    border-radius: 10px;
    overflow: hidden;
}
.style-svet-left-inner {
    display: flex;
    flex-wrap: wrap;
    padding: 5px 0 0;
}
.style-svet-right-inner {
    display: flex;
    flex-wrap: wrap;

}
.style-svet-left-item-one {
    width: 50%;
    padding: 0 0.5% 0 0;
}
.style-svet-left-item-two {
    width: 50%;
    padding: 0 0 0 0.5%;
}
.style-svet-right-item-one {
    width: 50%;
    padding: 0 0.5% 0.5% 0;
}
.style-svet-right-item-two {
    width: 50%;
    padding: 0 0 0.5% 0.5%;
}
.top-left {padding: 0 0.5% 0.5% 0;}
.top-right {padding: 0 0 0.5% 0.5%;}
.center-left {padding: 0.25% 0.5% 0.25% 0;}
.center-right {padding: 0.25% 0.5% 0.25% 0;}
.bottom-left {padding: 0.5% 0.5% 0 0;}
.bottom-right {padding: 0.5% 0 0 0.5%;}

.style-svet-show-btn, .rooms-svet-show-btn {
    width: max-content;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    padding: 10px;
    color: #2ea6d3;
}

.main-section {
    width: 90%;
    margin: 0 auto;
}
.main-title h1 {font-size: 24px}
.main-description h2 {font-size: 18px; margin: 10px 0;}
.main-description-open, .main-description-close {
    font-size: 16px;
    color: #2ea6d3;
    width: max-content;
    cursor: pointer;
}

.main-description-wrap {
    height: 54px;
    overflow: hidden;
}
.main-description {
    padding: 10px;
    line-height: 1.4;
    font-size: 12px;
}
.main-descriptio ol, .main-descriptio ol {
    margin-left: 20px;
}
.main-description img {
    width: 100%;
    max-width: 500px;
}
.style-and-room-tumbler {
    display: none;
    margin: 15px 0;
}
.style-and-room-tumbler-title {
    font-size: 24px;
	font-weight: 500;
    color: #2b2b2d;
}
.style-and-room-tumbler-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.style-and-room-tumbler-center {
	display: flex;
    justify-content: space-between;
    align-items: center;
	border: solid 1px #ccc;
    border-radius: 25px;
}
.style-and-room-tumbler-center-style, .style-and-room-tumbler-center-room {
    font-size: 16px;
    color: #2b2b2d;
    padding: 5px 15px;
    margin: 5px;
    border-radius: 20px;
    background-color: #ccc;
}

.style-and-room-tumbler-center-style.active, .style-and-room-tumbler-center-room.active {
    background-color: #2fb644;
    color: #fff;
}

.slider-style-mobile-link {
	display: flex;
    align-items: center;
    border: solid 1px #2b2b2d;
    padding: 5px 10px 5px 5px;
	margin: 0 5px;
    border-radius: 60px;
	text-decoration: none;
    color: #2b2b2d;
}
.slider-style-mobile-link-img {
	width: 80px;
	height: 80px;
    border-radius: 50%;
	overflow: hidden;
}
.slider-style-mobile-link-img img {
	width: 150%;
	transform: translate(-10%, 0);
}
.slider-style-mobile-link-name {
	margin-left: 10px;
    font-size: 20px;
}


@media (min-width: 756px) and (max-width: 992px) {
    .links-block__name {
        font-size: 18px !important;
    }
}
@media (min-width: 576px) and (max-width: 756px) {
    .links-block__name {
        font-size: 14px !important;
    }
}
@media (min-width: 420px) and (max-width: 576px) {
    .links-block__name {
        font-size: 20px !important;
    }
}
@media (min-width: 320px) and (max-width: 420px) {
    .links-block__name {
        font-size: 16px !important;
    }
}
@media  screen and (max-width: 756px) {

}
@media  screen and (max-width: 576px) {
    .z-widget-simple-btn {
        display: none !important;
    }
    .style-svet-left {
        width: 100%;
    }
    .style-svet-right {
        width: 100%;
    }
    .style-svet {
        display: none;
    }
    .rooms-svet {
        display: none;
    }

    .style-and-room-tumbler {
        display: block;
    }
    .svet-style-mobile.active {
        display: block;
    }
    .svet-room-mobile.active {
        display: block;
    }

}

/*--------------style block end---------------------*/



/*---------- best offer -----------*/
.red_mod {
	margin-top: 20px;
    margin-bottom: 20px;
}
.red_mod h2 {
	font-weight: 700;
    color: red;
}
.spec-block-content_mod {
    margin-bottom: 20px;
}
.best-offer {

}
.best-offer-list {}
.best-offer-list .slick-track {
	padding-bottom: 300px;
}
.best-offer-item {
	padding: 10px;
	position: relative;
}
.best-offer-item-inner {
    border-radius: 10px;
    overflow: hidden;
}
.best-offer-item-link {
    display: block;
    width: 100%;
}
.best-offer-item-link img {
    width: 100%;
}
.best-offer-item-title {

}

.best-offer-list .slick-prev, .best-offer-list .slick-next {
    width: 50px;
    height: 100px;
    z-index: 4;
}
.best-offer-list .slick-next {
    right: 0;
}
.best-offer-list .slick-prev {
    left: 0;
}
.best-offer-list .slick-prev:before {
    content: '';
    background-image: url(/local/templates/svetilniki/images/icons/prev.svg);
    background-size: 59px auto;
    background-position: -7px center;
    display: block;
    width: 45px;
    height: 100px;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 54px;
}
.best-offer-list .slick-next:before {
    content: '';
    background-image: url(/local/templates/svetilniki/images/icons/next.svg);
    background-size: 59px auto;
    background-position: -7px center;
    display: block;
    width: 45px;
    height: 100px;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 54px;
}

.best-offer-item-link img.desktop {

}
.best-offer-item-link img.mobile {
	display: none;
}

@media(max-width: 768px) {
	.best-offer-item {
		width: 48%;
		margin-bottom: 10px;
	}
}
@media(max-width: 576px) {
	.best-offer-item {
		width: 100%;
	}
	.best-offer-item-link img.desktop {
		display: none;
	}
	.best-offer-item-link img.mobile {
		display: block;
	}
}
/*---------- END best offer -----------*/


/* End */
/* /local/templates/svetilniki/css/index.css?175083760013828 */
