

/* 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/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/catalog.section.list/section-list/style.css?17689915251893*/
.all-section-list{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px 0;
    margin-top: 30px;
}
.all-section-list .section-item-link{
    color: rgba(28, 49, 92, 0.70);
    font-size: 18px;
    font-weight: 500;
    line-height: 140%;
    display: flex;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    border-radius: 500px;
    background: #F2F4F8;
    text-decoration: none;
    transition: all 0.3s ease;
}
.all-section-list .section-item-link:hover{
    background-color: #2E2868;
    color:  #FFF;
}
.all-section-list .section-item-link.active{
    background-color: #2E2868;
    color:  #FFF;
}

.all-section-list.active{
    display: flex;
}

.all-section-list-close {
    cursor: pointer;
    margin-left: auto;
}
.all-section-list__title-wrapper{
    display: none;
}

@media screen and (max-width: 768px) {
    .all-section-list{
        margin-top: 0;
        display: flex;
        align-items: center;
        transition: all 0.3s ease;
    }
    .all-section-list-block{
        position: fixed;
        top: 0;
        left: -200%;
        width: 100%;
        height: 100%;
        background: #fff;
        z-index: 1005;
        display: flex;
        flex-direction: column;
        grid-gap: 20px;
        padding: 20px;
        transition: all 0.3s ease;
    }
    .all-section-list-block.active{
        left: 0;
    }
    .all-section-list .section-item-link{
        font-size: 14px;
        padding: 7px 13px;
    }
    .all-section-list__title-wrapper {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
    .all-section-list-title {
        color: var(--black, #161B25);
        font-family: Manrope;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 130%;
    }
    .all-section-list-close {
        cursor: pointer;
    }
}
/* End */


/* Start:/local/templates/SmartLamps/components/bitrix/system.pagenavigation/mm_pagenav/style.css?17648566861200*/
.pager {
    margin-top: 30px;
    display: flex;
    align-items: flex-end;
}

@media screen and (max-width: 576px) {
    .pager {
        justify-content: center;
    }
}

.nav__item {
    color: #2e2868;
    text-align: center;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
}
.nav__item:not(.nav__item_pass) {
    max-width: unset;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    border-radius: 50%;
    border: 1px solid var(--bg);
    background-color: var(--bg);
    color: var(--black);
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.nav__item:last-child {
    margin-right: 0;
}

@media screen and (hover: hover) {
    a.nav__item:hover,
    a.nav__item:focus-visible {
        background-color: #f2f4f8;
        border-color: #f2f4f8;
        color: #2e2868;
    }
}

.active.nav__item {
    background-color: #2e2868;
    color: #fff;
    pointer-events: none;
}

.nav__item_pass {
    margin-right: 10px;
    color: var(--gray);
}

/* 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 */
/* /local/templates/SmartLamps/components/bitrix/news/blog/style.css?17713093251451 */
/* /local/templates/SmartLamps/components/bitrix/breadcrumb/breadcrumb/style.css?1770733746545 */
/* /local/templates/SmartLamps/components/bitrix/catalog.section.list/section-list/style.css?17689915251893 */
/* /local/templates/SmartLamps/components/bitrix/system.pagenavigation/mm_pagenav/style.css?17648566861200 */
/* /local/templates/SmartLamps/components/bitrix/news.list/blog.list/style.css?17746001782277 */
