

/* Start:/local/templates/SmartLamps/components/bitrix/news/projects/style.css?17828264305529*/
.projects-tags {
    display: flex;
    flex-wrap: wrap;
    row-gap: 5px;
    padding: 0;
}

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

.projects-tags a {
    padding: 10px 20px;
    text-decoration: none;
}

.projects-list-header {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    margin-top: 20px;
}

.projects-list-header .show-tags,
.projects-tags-container .close-tags,
.projects-tags-container .projects-tags-title,
.projects-tags-container .projects-tags-apply-button {
    display: none;
    cursor: pointer;
}

.projects-tags .white-button-default.checked {
    background-color: #2E2868;
    color: #fff;
}

.projects-tags .white-button-default.checked p,
.projects-tags .white-button-default.checked span {
    color: #fff;
}

@media screen and (max-width: 992px) {
    .projects-list-header {
        margin-top: 10px;
    }
}
.projects-tags-container{
    margin-top: 20px;
}
@media screen and (max-width: 768px) {

    .projects-list-header .show-tags,
    .projects-tags-container .close-tags,
    .projects-tags-container .projects-tags-title,
    .projects-tags-container .projects-tags-apply-button {
        display: block;
    }
    
    .projects-tags-container {
        margin-top: 0;
        position: fixed;
        top: 0;
        left: -200%;
        width: 100%;
        height: 100%;
        background-color: #fff;
        display: flex;
        flex-direction: column;
        padding: 16px;
        transition: all 0.3s ease-in-out;
        z-index: 10000;
    }

    .projects-tags-container.active {
        left: 0;
    }

    .close-tags {
        margin-left: auto;
    }

    .projects-tags-title {
        margin: 0;
    }

    .projects-tags-title {
        margin-top: 30px;
    }

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

    .projects .container-border.projects__list-container {
        padding-top: 20px;
        border-radius: 0 0 30px 30px;
    }

    .feedback-static {
        margin-top: 5px;
    }

    .projects-tags a {
        padding: 7px 13px;
        text-decoration: none;
    }

    .projects-tags-apply-button {
        margin-top: auto;
    }
}


.projects-tags label{
    padding: 10px 20px;
}

.projects-tags label span{
    color: rgba(28, 49, 92, 0.70);
     font-size: 18px;
    font-weight: 500;
    line-height: 140%;
    text-transform: none;
}
.projects-tags label:hover span{
    color: #fff;
}

.projects-tags-apply-button-container {
    display: none;
}

.detail-page-container .top-page-block {
    margin-top: 5px;
}

.container-border.photos-container {
    padding: 100px 0;
    margin-top: 5px;
}

.photos__wrapper {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 32px;
}


.photos__item {
    width: calc(100% / 3 - 21.333px);
    aspect-ratio: 551/450;
    overflow: hidden;
    border-radius: 45px;
}

.photos__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 30px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    position: relative;
    z-index: 1;

    &:hover {
        transform: scale(1.05);
    }
}

.task__solutions-container {
    margin-top: 5px;
    display: grid;
    grid-template-columns: 797fr 1117fr;
    grid-gap: 5px;
}

.task__solutions-container .task__container {
    padding: 100px 0;

    background-color: #F2F4F8;
    border-radius: 45px;
}

.task__container-wrapper,
.solutions__container-wrapper {
    display: flex;
    flex-direction: column;
    grid-gap: 50px;
    justify-content: space-between;
    height: 100%;
}

.task__container-wrapper {
    padding: 0 50px 0 20px;
    margin-left: auto;
    max-width: 707px;
}

.solutions__container-wrapper {
    padding: 0 20px 0 50px;
    margin-right: auto;
    max-width: 1037px;
}

.task__solutions-container .solutions__container {
    padding: 100px 0;
    display: flex;
    flex-direction: column;
    grid-gap: 90px;
    background: #2E2868;
    border-radius: 45px;
}

.task__solutions-container .solutions__container * {
    color: #fff;
}


@media screen and (max-width: 1200px) {
    .task__solutions-container {
        grid-template-columns: 1fr;
    }

    .task__container-wrapper {
        max-width: 100%;
        padding: 0 20px;
        margin: 0;
        grid-gap: 10px;
    }

    .solutions__container-wrapper {
        max-width: 100%;
        padding: 0 20px;
        margin: 0;
        grid-gap: 10px;
    }

    .task__solutions-container .task__container {
        padding: 50px 0;
    }

    .task__solutions-container .solutions__container {
        padding: 50px 0;
    }

    .photos__item {
        width: calc(100% / 2 - 16px);
    }

}

@media screen and (max-width: 992px) {
    .container-border.photos-container {
        padding: 50px 0;
        border-radius: 30px;
    }
}

@media screen and (max-width: 767px) {
    .after-header-with-content.blog-list-section-header-container {
        padding: 20px;
        border-radius: 0;
    }

    .task__solutions-container .task__container {
        padding: 20px 0;
        border-radius: 30px;
    }

    .task__solutions-container .solutions__container {
        padding: 20px 0;
        border-radius: 30px;
    }
}

@media screen and (max-width: 640px) {
    .photos__item {
        width: 100%;
        aspect-ratio: 335/274;
        border-radius: 30px;
    }
}
/* End */


/* Start:/local/templates/SmartLamps/components/bitrix/breadcrumb/breadcrumb/style.css?1782826430545*/
.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/news/projects/bitrix/news.list/projects-list/style.css?17828264301874*/
.projects__list-container {
    padding: 100px 0;
}

.projects__list {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 32px;
}
.projects__item-arrow{
    position: absolute;
    bottom: 30px;
    right: 30px;
    z-index: 2;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
.projects__item:hover .projects__item-arrow{
    opacity: 1;
}
.projects__item {
    width: calc(100% / 3 - 21.333px);
    border-radius: 45px;
    aspect-ratio: 552/530;
    position: relative;
    overflow: hidden;
    padding: 30px;
    text-decoration: none;
}

.projects__item::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 290px;
    background: linear-gradient(180deg, rgba(34, 34, 34, 0.00) 0%, rgba(34, 34, 34, 0.80) 100%);    
    z-index: 1;
}
.projects__item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    transition: all 0.3s ease-in-out;
    object-fit: cover;
}
.projects__item:hover img{
    transform: scale(1.05);
}

.projects__item-content{
    position: relative;
    z-index: 1;
    margin-top: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.projects__item-content * {
    color: #fff;
}

.accent-button-default.projects__list-show-more{
    width: 100%;
    margin-top: 32px;
}

@media screen and (max-width: 1200px) {
    .projects__item{
        width: calc(100% / 2 - 16px);
    }
}
@media screen and (max-width: 992px) {
    .container-border.projects__list-container{
        padding: 50px 0;
        border-radius: 30px;
    }
    .projects__list{
        grid-gap: 20px;
    }
    .projects__item{
        padding: 20px;
        border-radius: 30px;
    }
}
@media screen and (max-width: 640px) {
    .projects__item{
        width: 100%;
        aspect-ratio: 345/330;
    }
}
/* End */


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

/* End */
/* /local/templates/SmartLamps/components/bitrix/news/projects/style.css?17828264305529 */
/* /local/templates/SmartLamps/components/bitrix/breadcrumb/breadcrumb/style.css?1782826430545 */
/* /local/templates/SmartLamps/components/bitrix/news/projects/bitrix/news.list/projects-list/style.css?17828264301874 */
/* /local/templates/SmartLamps/components/bitrix/main.feedback/static/style.css?1782826430156 */
