

/* Start:/local/templates/main/components/bitrix/menu/categories/style.css?1747746732534*/
.header-cats {
    display: none;
}


.home-cats__header {
    padding: .5rem .5rem;
    background: url(/local/templates/main/components/bitrix/menu/categories/images/icon_arrow_down.svg) right 1rem center no-repeat var(--color-primary);
    font-weight: 700;
}

.home-cats__ul {
    border: 1px solid #D6D7D5;
    list-style: none;
    padding: .5rem 0;
}

.home-cats__li {

}

.home-cats__a {
    display: flex;
    align-items: center;
    gap: .5rem;
    padding: .5rem .5rem;
    font-size: .875rem;
    transition: all .3s;
}

.home-cats__a:hover {
    color: var(--color-primary);
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/slider_home/style.css?17477372422346*/

.intro-slider {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	overflow: hidden;
	margin-bottom: 3rem;
}

.intro-slider.flickity-enabled {
	display: block;
	overflow: visible;
}

.intro-slider .flickity-viewport {
	-webkit-transition: height 0.3s ease;
	-o-transition: height 0.3s ease;
	transition: height 0.3s ease;
}

.intro-slider .flickity-page-dots {
	bottom: -1.75rem;
	left: 0;
	width: 100%;
	text-align: left;
	display: flex;
	justify-content: center;
}


.intro-slider .flickity-prev-next-button {
	transform: none;
	background: rgba(255, 255, 255, .2);
	left: 0;
	right: auto;
	height: 100%;
	display: none;
	top: 0;
	align-items: center;
}

.intro-slider:hover .flickity-prev-next-button {
	display: flex;
	width: 35px;
}

.intro-slider .flickity-prev-next-button:hover {
	background: rgba(255, 255, 255, .2);
}

.intro-slider .flickity-prev-next-button .flickity-button-icon {
	position: relative;
	fill: #fff !important;
	width: 25px;
}

.intro-slider .flickity-prev-next-button.previous {
	left: 0;
	right: auto;
}

.intro-slider .flickity-prev-next-button.next {
	right: 0;
	left: auto;
}


.intro-slide {
	width: 100%;
	aspect-ratio: 973/444;

}

@media (max-width: 1300px) {
	.intro-slide {
		aspect-ratio: 852/328;
	}
}

@media (max-width: 1024px) {
	.intro-slide {
		aspect-ratio: 698/328;
	}
}
@media (max-width: 950px) {
	.intro-slide {
		aspect-ratio: 698/328;
	}
}
@media (max-width: 600px) {
	.intro-slide {
		aspect-ratio: 362/200;
	}
}

.intro-slide__big_link {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 100;
}

.intro-slide__img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.intro-slide__img img {
	display: block;
	max-width: 100%;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}


/* Nav slider
--------------------------------------------------- */
.intro-slider-nav__item {
	width: 33%;
	margin-right: 1rem;
}

.intro-slider-nav__item:first-child {
	/*display: none;*/
}

.intro-slider-nav__img-wrapper {
	background: #ebebeb;
	position: relative;
	aspect-ratio: 973/444;
}

.intro-slider-nav__img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.intro-slider-nav__img-wrapper.is-nav-selected {
	background: #ED2;
}
/* End */


/* Start:/local/templates/main/components/bitrix/system.pagenavigation/.default/style.css?1747901534783*/
.pagination {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 1rem;
    margin: 3rem 0;
}

.pagination-arrow {
    line-height: 1;
    display: inline-block;
    padding: .1rem .25rem;
    border: 1px solid var(--color-black);
}

.pagination-arrow:hover {
    background: var(--color-primary);
}

.pagination-arrow.prev img {
    transform: rotate(180deg);
}

.pagination-link {
    transition: all .3s ease;
    font-size: .75rem;
    color: var(--color-black);
    font-weight: 800;
    padding: .45rem .75rem;
    display: inline-block;
}

.pagination-link.active {
    background: var(--color-primary);
}

.pagination-link:hover {
    color: var(--color-primary);
}

@media(max-width: 480px) {
    .pagination-arrow {
        display: none;
    }
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/home_led_use/style.css?17502343333301*/
.home-spheres {
    padding: 60px 20px 60px 60px;
    background: #fff;
}

.home-spheres__grid {
    display: grid;
    grid-template-columns: 28% 70%;
    grid-gap: 2%;
    align-items: stretch;
}

.home-spheres__nav-block {
    border: 1px solid #D9D9D9;
    padding: 30px 30px 0;
    position: relative;
}

.home-spheres__title {
    font-family: DrukTextWideCyr;
    font-size: 35px;
    line-height: 1;
    margin-bottom: 1rem;
    text-transform: uppercase;

}

.home-spheres__text {
    font-size: 18px;
    font-weight: 500;
    line-height: 130%;
}

.home-spheres__controls {
    position: absolute;
    bottom: 1rem;
    right: 2rem;
}

.home-spheres__arrow {
    cursor: pointer;
    transition: all .3s;
    background: url(/local/templates/main/components/bitrix/news.list/home_led_use/images/icon_arrow_right.svg) center no-repeat;
    width: 13px;
    height: 16px;
}

.home-spheres__arrow:hover {
    background-image: url(/local/templates/main/components/bitrix/news.list/home_led_use/images/icon_arrow_right_yellow.svg);
}

.home-spheres__arrow_prev {
    transform: rotate(180deg);
}

.home-spheres__arrows {
    display: flex;
    justify-content: end;
    gap: 1.5rem;
    align-items: start;
}

#home-spheres-slider {
    display: flex;
    align-items: stretch;
}

#home-spheres-slider .tns-item.home-spheres__slider-item {
    font-size: 14px;
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: 1fr;
    grid-gap: 2rem;
    padding-bottom: .25rem;
}

.home-spheres__item {

    position: relative;
    overflow: hidden;
    display: flex;
    align-items: stretch;
}

.home-spheres__item-wrapper {
    width: 100%;
    border: 1px solid #D9D9D9;
    display: flex;
    align-items: stretch;
}

.home-spheres__item:hover {
    background: var(--color-primary);
}

.home-spheres__item-inner {
    width: 100%;
    display: grid;
    grid-template-columns: 60% 40%;
    align-items: stretch;
}

.home-spheres__item-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.home-spheres__item-title {
    font-size: 1.125rem;
    font-weight: 700;
    padding: 30px;
}

.home-spheres__item-img-wrapper {
    position: relative;

}

.home-spheres__item-img {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    height: 100%;
    object-fit: contain;
    max-width: 80%;
}

@media(max-width: 1600px) {
    .h1.home-spheres__title {
        font-size: 1.25rem;
    }
}

@media(max-width: 1500px) {




    .home-spheres {
        padding: 40px 15px 40px 40px;
    }
}

@media(max-width: 1240px) {
    .home-spheres {
        padding: 40px 15px;
    }

    .home-spheres__item-title {
        padding: 30px 15px;
        font-size: 1rem;
    }

    .home-spheres__title{
        font-size: 24px;
    }

}

@media(max-width: 991px) {
    .home-spheres__grid {
        grid-template-columns: 49% 49%;
    }

    #home-spheres-slider .tns-item.home-spheres__slider-item {
        grid-gap: 1rem;
    }

    .home-spheres__controls {
        margin-top: 3rem;
    }
}

@media(max-width: 767px) {
    .home-spheres__grid {
        grid-template-columns: 100%;
        grid-gap: 2%;
    }

    .home-spheres__nav-block {
        padding: 0;
        border: 0;
        margin-bottom: 2rem;
    }

    .home-spheres__arrows {
        justify-content: start;
    }

    .home-spheres__controls {
        margin-top: 2rem;
    }
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/latest_news_iek/style.css?17434269861653*/


.home-news-title {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	-webkit-box-align: end;
	align-items: flex-end;
	margin-bottom: 30px;
}

.home-news-title a {
	transition: all .3s;
}

.home-news-title:hover a {
	color: var(--color-primary);
}

.home-article {
	position: relative;
}

.home-article:not(:last-child) {
	border-bottom: 1px solid #A3A7AA;
	margin-bottom: 1rem;
	padding-bottom: 1rem;
}


.home-article__link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}

.home-article__img-wrapper {
	position: relative;
	padding-bottom: 60%;
	background: #A3A7AA;
	margin-bottom: 1rem;
}

.home-article__img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.home-article .play-icon {
	position: absolute;
	bottom: 1rem;
	right: 1rem;
	z-index: 3;
}

.home-article__time {
	display: block;
	color: #7B7C7E;
}

.home-article__title {
	margin-bottom: 1.5em;
	font-weight: 500;
}

.home-article:hover .home-article__title {
	color: var(--color-primary);
}

.home-article__link {
	text-decoration: underline;
	color: #7B7C7E;
}


@media (max-width: 1024px) {
	.s-home-news {
		padding: 30px 0;
	}
}



@media (max-width: 768px) {
	.home-news-title {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		-webkit-box-align: start;
		align-items: flex-start;
	}
	.home-news-title .h1 {
		margin-bottom: 20px;
	}


}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/home_reviews/style.css?17434272251651*/
.home-news-title {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	-webkit-box-align: end;
	align-items: flex-end;
	margin-bottom: 30px;
}

.home-news-title a {
	transition: all .3s;
}

.home-news-title:hover a {
	color: var(--color-primary);
}

.home-article {
	position: relative;
}

.home-article:not(:last-child) {
	border-bottom: 1px solid #A3A7AA;
	margin-bottom: 1rem;
	padding-bottom: 1rem;
}


.home-article__link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}

.home-article__img-wrapper {
	position: relative;
	padding-bottom: 60%;
	background: #A3A7AA;
	margin-bottom: 1rem;
}

.home-article__img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.home-article .play-icon {
	position: absolute;
	bottom: 1rem;
	right: 1rem;
	z-index: 3;
}

.home-article__time {
	display: block;
	color: #7B7C7E;
}

.home-article__title {
	margin-bottom: 1.5em;
	font-weight: 500;
}

.home-article:hover .home-article__title {
	color: var(--color-primary);
}

.home-article__link {
	text-decoration: underline;
	color: #7B7C7E;
}


@media (max-width: 1024px) {
	.s-home-news {
		padding: 30px 0;
	}
}



@media (max-width: 768px) {
	.home-news-title {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		-webkit-box-align: start;
		align-items: flex-start;
	}
	.home-news-title .h1 {
		margin-bottom: 20px;
	}


}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/home_projects/style.css?17442008063261*/
.home-projects {
    padding: 60px 0;
}

.home-projects__h1 {
    margin-bottom: 2rem;
}


.home-projects__grid::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 64px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
}

@media(max-width: 991px) {
    .home-projects .slick-track {
        display: flex;
        align-items: stretch;
    }

    .home-projects__grid {
        grid-gap: 1rem;
    }

    .slick-initialized .home-projects__grid-item.slick-slide {
        display: flex;
        align-items: stretch;
    }

    .home-projects__grid-item.slick-slide {
        margin-right: 15px;
        float: none;
        height: auto;

    }

    .home-projects__grid::after {
        display: none;
    }
}


.home-projects__grid-item-inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0 1rem;
    padding: 3rem 0 0;
}

.project {
    position: relative;
    border: 2px solid #D6D7D5;
}

.project__link {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}

.project__img-wrapper {
    background: #EBEBEB;
    padding-bottom: 66%;
    position: relative;
}

.project__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.project__inner {
    padding: 1.5rem 1.5rem 2rem;
}

.project__name {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
}

.project__place {
    font-weight: 400;
    font-size: .875rem;
}

.projects__bottom {
    position: absolute;
    bottom: 1.5rem;
    font-size: .875rem;
}

.project__section,
.projects__product {
    color: #A3A7AA;
}


@media(max-width: 991px) {
    .home-projects__buttons {
        display: none;
    }
}


/* Slick arrows */
.home-projects__grid-arrows {
    margin-top: 2rem;
    display: flex;
    align-items: start;
    gap: 1.5rem;
}

.home-projects .slick-arrow {
    border: 0;
    text-indent: -9999px;
    background: url(/local/templates/main/components/bitrix/news.list/home_projects/images/icon_arrow_right.svg) top center no-repeat;
    width: 15px;
    height: 17px;
}

.home-projects .slick-arrow.slick-prev {
    transform: rotate(180deg);
    background-position: bottom center;
}


/* Slick dots */
.home-projects__grid .slick-dots {
    position: absolute;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.home-projects__grid .slick-dots li {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
    background: transparent;
    height: 25px;
    overflow: hidden;
    margin: 7px;
    width: 3px;
}
.home-projects__grid .slick-dots li button {
    display: block;
    width: 100%;
    height: 100%;
    background: #a8a8a8;
    margin: 0 !important;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    content: none;
    color: transparent;
}
.home-projects__grid .slick-dots li.slick-active button {
    background: #F6E200;
}




/* End */


/* Start:/local/templates/main/components/bitrix/news.list/our_brands/style.css?17477370611617*/
.our-brands {
	margin-bottom: 3rem;
}

.our-brands__h1 {
	margin-bottom: 2rem;
}

.our-brands__item {
	position: relative;
	width: 100%;
}

.our-brands__item-wrapper {
	height: 370px;
}

.our-brands__item:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0.64;
	background: linear-gradient(135deg, black 20%, transparent 80%);
	top: 0;
	right: 0;
	z-index: 2;
}

.our-brands__item-logo-img {
	max-height: 50px;
}

.our-brands__item-inner {
	position: relative;
	z-index: 3;
	padding: 40px;
}

.our-brands__item-name {
	color: #fff;
	font-weight: 700;
	font-size: 1.25rem;
	margin: 1rem 0;
}

.our-brands__item-link {
	color: var(--color-primary);
	font-weight: 700;
}

.our-brands__item-link .icon {
	width: 8px;
	height: 8px;
	fill: #F6E200;
}

.our-brands__item-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}

.our-brands .tns-nav {
	margin: 2rem 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: .75rem;

}

.our-brands .tns-nav button {
	display: block;
	width: 30px;
	height: 3px;
	background: #a8a8a8;
	margin: 0 !important;
	border: 0;
	box-shadow: none;
	content: none;
	color: transparent;
}

.our-brands .tns-nav .tns-nav-active {
	background: var(--color-primary);
}

.our-brands__controls-wrapper {
	width: 100%;
	position: absolute;
	bottom: 50px;
	z-index: 10;
}

.our-brands__controls {
	display: flex;
	gap: 1.5rem;
}

.our-brands__control {
	cursor: pointer;
}

.our-brands__control img {
	height: 17px;
	width: auto;
}

.our-brands__control_prev img {
	transform: rotate(180deg);
}
/* End */
/* /local/templates/main/components/bitrix/menu/categories/style.css?1747746732534 */
/* /local/templates/main/components/bitrix/news.list/slider_home/style.css?17477372422346 */
/* /local/templates/main/components/bitrix/system.pagenavigation/.default/style.css?1747901534783 */
/* /local/templates/main/components/bitrix/news.list/home_led_use/style.css?17502343333301 */
/* /local/templates/main/components/bitrix/news.list/latest_news_iek/style.css?17434269861653 */
/* /local/templates/main/components/bitrix/news.list/home_reviews/style.css?17434272251651 */
/* /local/templates/main/components/bitrix/news.list/home_projects/style.css?17442008063261 */
/* /local/templates/main/components/bitrix/news.list/our_brands/style.css?17477370611617 */
