

/* Start:/local/templates/SmartLamps/components/bitrix/news/blog/style.css?17713093251451*/
.blog-list-section{
    padding: 100px 0;
}

.blog-list-section-show-sections{
    border-radius: 50%;
    background: #F2F4F8;
    padding: 10px;
    cursor: pointer;
    display: none;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.blog-list-section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-gap: 20px;
}

.blog-list-breadcrumbs{
    padding: 20px 0 20px 0;
}

.container-border.detail__blog-content,
.feedback-static,
.services-section-container.container-border,
.container-border.blog-list-block,
.light-solution-section.container-border{
    margin-top: 5px;
}

.after-header-with-content.blog-list-section-header-container{
    padding-top: 20px;
}

@media (max-width: 768px) {
    .after-header-with-content.blog-list-section-header-container{
        padding-top: 0;
    }
    .blog-list-section{
        padding: 50px 0;
    }
    .blog-list-section-show-sections{
        display: flex;
    }

    .after-header-with-content.blog-list-section-header-container{
        border-radius: 0;
    }
    .container-border.blog-list-section{
        border-radius: 0 0 30px 30px;
        padding: 0 0 50px 0;
    }

    .container-border.blog-list-block{
        padding-top: 0;
        border-radius: 0 0 30px 30px;
        margin-top: 0;
    }

    .container-border.blog-list-block.stocks-list{
        border-radius: 30px;
        margin-top: 5px;
    }

}
/* End */


/* Start:/local/templates/SmartLamps/components/bitrix/news/blog/bitrix/news.detail/detail/style.css?17709900035057*/
.banner{
    position: relative;
    border-radius: 45px;
    overflow: hidden;
    padding: 100px 0;
}
.banner::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 500px;
    background: linear-gradient(0deg, rgba(17, 27, 43, 0.80) 0%, rgba(17, 27, 43, 0.00) 100%);
}
.banner__img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;

}


.banner__content-wrapper-content{
    max-width: 844px;
    margin-top: 120px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.banner__content-wrapper-content .banner__title{
    color: #fff;
}

.banner__content-wrapper-container{
    display: flex;
    justify-content: space-between;
}

.banner__content-wrapper-shared{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.banner__content-wrapper *,
.banner__content-wrapper .bx-breadcrumb .bx-breadcrumb-item span,
.banner__content-wrapper .bx-breadcrumb .bx-breadcrumb-item span.bx-breadcrumb-item-active
{
    color: #fff;
}
.banner__content-wrapper  .bx-breadcrumb .bx-breadcrumb-item svg path {
    fill: #fff;
}

a.banner__content-wrapper-section{
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 500px;
    background: rgba(255, 255, 252, 0.10);
    backdrop-filter: blur(15px);
    text-decoration: none;
    transition: all 0.3s;
}

a.banner__content-wrapper-section:hover{
    color: #2e2868;
    background-color: #FFF;
}

a.banner__content-wrapper-shared-link *{
    transition: all 0.3s;
}
a.banner__content-wrapper-shared-link:nth-child(1):hover rect,
a.banner__content-wrapper-shared-link:nth-child(2):hover rect {
    fill: #FFF;
    fill-opacity: 1;
}
a.banner__content-wrapper-shared-link:nth-child(1):hover path,
a.banner__content-wrapper-shared-link:nth-child(2):hover path {
    fill: #2e2868;
}
a.banner__content-wrapper-shared-link:nth-child(3):hover path:nth-child(1),
a.banner__content-wrapper-shared-link:nth-child(4):hover  path:nth-child(1) {
    fill: #FFF;
    fill-opacity: 1;
}
a.banner__content-wrapper-shared-link:nth-child(3):hover  path:nth-child(2),
a.banner__content-wrapper-shared-link:nth-child(4):hover  path:nth-child(2) {
    fill: #2e2868;
}

.banner__content-wrapper-sections{
    display: flex;
    flex-wrap: wrap;
    row-gap: 5px;
}

.detail__blog-content{
    padding: 100px 0 60px 0;
}

.detail__blog-content-pagination{
    display: flex;
    justify-content: space-between;
    align-items: center;
    grid-gap: 20px;
    margin-top: 40px;
}
.detail__blog-content-pagination .white-button-default{
    padding: 10px 20px;
    text-decoration: none;
}
.detail__blog-content-pagination .white-button-default p{
    text-transform: none;
    margin: 0;
}

.container-border.first.left.right.header-search-class{
    padding-bottom: 20px !important;
    border-radius: 0 0 45px 45px !important;
    margin-bottom: 5px;
}

@media (max-width: 992px) {
    .container-border.first.left.right.header-search-class{
        padding-bottom: 0 !important;
        border-radius: 0 !important;
        margin-bottom: 0;
    }
    .second-page .mobile-header{
        background-color: transparent !important;
    }
    body.second-page.runline .banner{
        margin-top: -80px;
    }
    .second-page .mobile-header__buttons .mobile-header__phone-btn svg path{
        fill: transparent !important;
    }
    .second-page .mobile-header .mobile-header__logo svg path{
        fill: #fff;
    }

    .second-page .mobile-header__buttons .mobile-header__phone-btn{
        background: rgba(255, 255, 252, 0.10) !important;
        backdrop-filter: blur(30.000001907348633px) !important;
    }
    .banner{
        border-radius: 0 0 30px 30px;
        padding-bottom: 30px;
    }
    a.banner__content-wrapper-section{
        padding: 7px 13px;
        font-size: 14px;
        text-transform: lowercase;
    }
    .banner__content-wrapper-container{
        flex-direction: column;
    }
    .banner__content-wrapper-shared{
        margin-top: 20px;
        flex-direction: row;
    }
    .banner__content-wrapper-shared-link{
        width: 35px;
        height: 35px;
        display: block;
    }
    .banner__content-wrapper-shared-link svg {
        width: 100%;
        height: 100%;
    }
    .detail__blog-content{
        padding: 50px 0 10px 0;
    }
    .detail__blog-content-pagination .white-button-default{
        padding: 7px 13px;
    }
    .detail__blog-content-pagination .white-button-default p {
        font-size: 14px;
    }

    .header__main{
        position: relative;
        z-index: 1000;
    }

    .second-page .mobile-header__buttons .mobile-header__phone-btn svg path {
        fill: #fff !important;
    }

    .second-page .mobile-header .mobile-header__container.active .mobile-header__logo svg path {
        fill:  #2e2868 !important;
    }
}
/* End */


/* Start:/local/templates/SmartLamps/components/bitrix/breadcrumb/breadcrumb/style.css?1770733746545*/
.bx-breadcrumb {
	display: flex;
	align-items: center;
	gap: 10px;
	overflow-x: scroll;
}
.bx-breadcrumb::-webkit-scrollbar {
	display: none;
}

.bx-breadcrumb .bx-breadcrumb-item {
	display: flex;
	gap: 10px;
	align-items: center;
	white-space: nowrap;
}

.bx-breadcrumb .bx-breadcrumb-item span {
	color: rgba(28, 49, 92, 0.4);
	font-size: 16px;
	line-height: 130%;
}

.bx-breadcrumb .bx-breadcrumb-item a {
	border-bottom: none;
	text-decoration: none;
}

.bx-breadcrumb .bx-breadcrumb-item span.bx-breadcrumb-item-active {
	color: #2e2868;
}
/* End */


/* Start:/local/templates/SmartLamps/components/bitrix/main.feedback/static/style.css?1764582050156*/
/* Стили подключаются из основного LESS файла */
/* local/templates/SmartLamps/less/components/feedback_static.less */


/* End */


/* Start:/local/templates/SmartLamps/components/bitrix/news.list/blog.list/style.css?17746001782277*/
.blog-list-block {
    padding: 100px 0;
}

.blog__list{
    display: flex;
    flex-wrap: wrap;
    gap: 34px 30px;
    margin-top: 40px;
}
.blog__item{
    display: grid;
    grid-template-columns: 437fr 406fr;
    width: calc(50% - 15px);
    text-decoration: none;
}
.blog__item-image{
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    border-radius: 30px;
    position: relative;
}
.blog__item-image-arrow{
    position: absolute;
    bottom: 10px;
    right: 10px;
    opacity: 0;
    transition: all 0.3s;
}

.blog__item:hover .blog__item-image-arrow{
    opacity: 1;
}
.blog__item:hover .blog__item-content{
    background-color: #E2E7F1;
}

img.blog__item-image-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 406/300;
    max-height: 400px;
    border-radius: 30px;
}

.blog__item-content{
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 30px;
    border-radius: 30px;
    background: #F2F4F8;
    transition: all 0.3s;
}
.blog__item-date{
    color: rgba(28, 49, 92, 0.70);
    font-size: 16px;
    font-weight: 600;
    line-height: 130%;
    text-transform: uppercase;
}
.blog__item-title{
    color: #161B25;

    font-size: 22px;
    font-weight: 600;
    line-height: 150%;
}
.blog__item-text{
    margin-top: auto;
    color: rgba(28, 49, 92, 0.70);
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
}

.blog__description{
    margin-top: 20px;
    margin-bottom: 40px;
}

@media (max-width: 1200px) {
    .blog__item{
        grid-template-columns: 1fr;
    }
}

@media (max-width: 992px) {
    .blog__item{
        grid-template-columns: 1fr 1fr;
        width: 100%;
    }
    .blog__description{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .blog-list-block {
        padding: 50px 0;
    }
}

@media (max-width: 768px) {
    
    .blog__item{
        grid-template-columns: 1fr;
    }
    .blog__item-image{
        border-radius: 20px;
        order: 1;
    }
    img.blog__item-image-img{
        max-height: 300px;
        border-radius: 20px;
    }
    .blog__item-content{
        border-radius: 20px;
        padding: 20px;
        order: 2;
    }
    .blog__list{
        gap: 20px;
        margin-top: 20px;
    }
}


/* End */


/* Start:/local/templates/SmartLamps/components/bitrix/news.list/products.list.slider/style.css?17709925846566*/

.model__line {
    padding: 100px 0;
}

.model__line-swiper-button-prev {
    transform: rotate(180deg);
}
.model__line-swiper-button-next.swiper-button-next,
.model__line-swiper-button-prev.swiper-button-prev {
    display: flex;
    justify-content: center;
    align-content: center;
    padding: 13px 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #f2f4f8;
    color: transparent;
}
.model__line-swiper-button-next::after,
.model__line-swiper-button-prev::after {
    content: none;
}

.model__line-content-top {
    display: flex;
    grid-gap: 20px;
    align-items: center;
    justify-content: space-between;
}
.model__line-swiper {
    margin-top: 40px;
}

.model__line-swiper.swiper {
    overflow: visible;
}
.model__line-item.swiper-slide {
    border-radius: 30px;
    background: #f2f4f8;
    display: flex;
    justify-content: space-between;
    padding: 20px 10px 10px 10px;
    flex-direction: column;
    gap: 20px;
    text-decoration: none;
    height: auto;
    transition: all 0.3s;
}
.model__line-item.swiper-slide:hover{
    background-color: #E2E7F1;
}

.model__line-item.current_element {
    background-color: #2e2868;
}
.model__line-item.current_element .model__line-item-title,
.model__line-item.current_element .model__line-item-text {
    color: #fff;
}

.model__line-item-title {
    color: #161b25;
    font-size: 16px;
    font-weight: 700;
    line-height: 130%;
}

.model__line-item-text {
    margin-top: 10px;
    color: rgba(28, 49, 92, 0.7);
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
}

.model__line-item-image {
    height: 221px;
    border-radius: 20px;
    background-color: #fff;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.model__line-item-image-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.model__line-item-image-schema {
    display: none;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.model__line-item-image-img.hidden {
    display: none;
}
.model__line-item-image-schema.active {
    display: block;
}
.model__line-item svg path {
    transition: all 0.5s ease;
}
.model__line-item:hover svg path {
    fill-opacity: 1;
}
.model__line-swiper .swiper-pagination,
.model__line-swiper .swiper-button-prev,
.model__line-swiper .swiper-button-next {
    position: static;
    width: auto;
}
.model__line-item-content{
    padding: 0 10px;
}
.model__line-swiper .swiper-pagination {
    color: #161b25;
    font-size: 25px;
    font-weight: 600;
    line-height: 140%;
}
.model__line-swiper .swiper-button-prev,
.model__line-swiper .swiper-button-next {
    color: transparent;
    margin: 0 !important;
}
.model__line-swiper .swiper-button-prev:after,
.model__line-swiper .swiper-button-next::after {
    content: none;
}
.model__line-swiper .swiper-button-prev:hover rect,
.model__line-swiper .swiper-button-next:hover rect,
.model__line-swiper .swiper-button-prev:hover path,
.model__line-swiper .swiper-button-next:hover path {
    transition: all 0.3s ease;
}
.model__line-swiper .swiper-button-prev:hover rect,
.model__line-swiper .swiper-button-next:hover rect {
    fill: #f2f4f8;
}
.model__line-swiper .swiper-button-prev:hover path,
.model__line-swiper .swiper-button-next:hover path {
    stroke: #2e2868;
}

.model__line-content__navigation {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: flex-end;
    margin-left: auto;
}

.model__line-swiper .swiper-horizontal .swiper-pagination,
.model__line-swiper .swiper-horizontal .swiper-button-prev,
.model__line-swiper .swiper-horizontal .swiper-button-next {
    margin-top: 0;
}
.model__line-swiper .swiper-horizontal .swiper-pagination {
    color: #161b25;
    font-size: 25px;
    font-weight: 600;
    line-height: 140%;
}

.model__line-content__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 40px;
}

.model__line-content__footer-all {
    text-decoration: none;
}

@media screen and (max-width: 992px) {
    .model__line-swiper-button-next.swiper-button-next,
    .model__line-swiper-button-prev.swiper-button-prev {
        display: none;
    }

    .model__line.container-border {
        margin-top: 5px;
    }
    .model__line{
        padding: 50px 0;
    }
}




@media screen and (max-width: 768px) {
    .model__line-content-top {
        flex-direction: column;
        align-items: flex-start;
    }
    .btn__switcher {
        font-size: 14px;
        padding: 7px 13px;
    }
    .model__line-content__footer {
        margin-top: 20px;
        flex-direction: column-reverse;
    }
}

@media screen and (max-width: 480px) {
    .model__line .model__line-content__navigation .swiper-button-prev,
    .model__line .model__line-content__navigation .swiper-button-next {
        display: none;
    }

    .model__line-content__navigation .swiper-pagination {
        display: flex;
        gap: 10px;
        width: 100%;
        transform: initial !important;
    }
    .model__line-content__navigation .swiper-pagination-bullet {
        height: 8px;
        background-color: #e2e7f1;
        opacity: 1;
        margin: 0 !important;
        width: calc(100% / 4 - 10px);
        border-radius: 500px;
    }
    .model__line-content__navigation .swiper-pagination-bullet-active {
        background-color: #2e2868;
    }

    .model__line-content__navigation {
        width: 100%;
    }
    .model__line-content__navigation
        .swiper-pagination-bullets-dynamic
        .swiper-pagination-bullet-active-next,
    .model__line-content__navigation
        .swiper-pagination-bullets-dynamic
        .swiper-pagination-bullet-active-next-next {
        transform: scale(1);
    }
    .model__line-content__footer .accent-button-default{
        width: 100%;
    }
}


.catalog__switcher {
    display: flex;
    align-items: center;
}
.btn__switcher {
    border-radius: 500px;
    background: #f2f4f8;
    padding: 15px 20px;
    border: 1px solid #e2e7f1;
    outline: none;
    color: rgba(28, 49, 92, 0.7);
    font-size: 18px;
    font-weight: 700;
    line-height: 130%;
    text-transform: uppercase;
    transition: all 0.5s ease;
    cursor: pointer;
}
.btn__switcher.active {
    background: #2e2868;
    color: #fff;
    border: 1px solid #2e2868;
}
.btn__switcher:hover {
    background: #2e2868;
    color: #fff;
    border: 1px solid #2e2868;
}

@media screen and (max-width: 576px) {
    .btn__switcher {
        padding: 7px 13px;
        font-size: 14px;
    }
}

/* End */
/* /local/templates/SmartLamps/components/bitrix/news/blog/style.css?17713093251451 */
/* /local/templates/SmartLamps/components/bitrix/news/blog/bitrix/news.detail/detail/style.css?17709900035057 */
/* /local/templates/SmartLamps/components/bitrix/breadcrumb/breadcrumb/style.css?1770733746545 */
/* /local/templates/SmartLamps/components/bitrix/main.feedback/static/style.css?1764582050156 */
/* /local/templates/SmartLamps/components/bitrix/news.list/blog.list/style.css?17746001782277 */
/* /local/templates/SmartLamps/components/bitrix/news.list/products.list.slider/style.css?17709925846566 */
