

/* Start:/local/templates/d-life/components/bitrix/news/projects/style.css?177669453792*/
.projects__text {
    margin-bottom: 3rem;
    line-height: 1.5;
    font-size: 1.25rem;
}


/* End */


/* Start:/local/templates/d-life/components/bitrix/breadcrumb/.default/style.css?1778843822599*/
.bx-breadcrumb {
    margin: 0 0 1rem;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
}
.bx-breadcrumb i {color: #b5bdc2;line-height: 13px;font-size: 12px;vertical-align: middle;margin-left: .5rem;}
.bx-breadcrumb .bx-breadcrumb-item {white-space: nowrap;line-height: 13px;vertical-align: middle;	}
.bx-breadcrumb .bx-breadcrumb-item span {font-size: 13px;white-space: normal; color: var(--color-black);}

.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;color: var(--color-black);}
.bx-breadcrumb .bx-breadcrumb-item a span {color: var(--color-black);}

/* End */


/* Start:/local/templates/d-life/components/bitrix/catalog.section.list/projects/style.css?1776694537370*/

.projects__sections {
    margin: 0 0 3rem;
}

.projects__sections-ul {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.projects__sections-link {
    background: #DCF0FE;
    border-radius: 2rem;
    text-decoration: none;
    padding: .5rem 2rem;
    display: block;
}

.projects__sections-link_active {
    background: #B9D8FD;
}
/* End */


/* Start:/local/templates/d-life/components/bitrix/system.pagenavigation/load_more/style.css?177669453777*/
.ajax-next-page__wrapper {
    margin-bottom: 3rem;
    text-align: center;
}
/* End */


/* Start:/local/templates/d-life/components/bitrix/news/projects/bitrix/news.list/.default/style.css?17766945372129*/

/* List
---------------------------------------------- */
.projects__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 5rem 3rem;
    padding-bottom: 5rem;
}

@media(max-width: 1199px) {
    .projects__list {
        grid-gap: 5rem 2rem;
    }
}

@media(max-width: 1023px) {
    .projects__list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width: 680px) {
    .projects__list {
        grid-template-columns: 1fr;
        grid-gap: 3rem 3rem;
    }

    .projects__order-wrapper {
        height: 620px;
    }
}

.projects__item {
    position: relative;
}

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

.projects__item-img {
    align-items: center;
    display: flex;
    height: 500px;
    position:relative;
    justify-content: center;
    overflow: hidden;
    border-radius: .5rem;
    margin-bottom: 2rem;
}

.projects__item-logo {
    position: relative;
    z-index: 2;
}

.projects__item-bg {
    z-index: 1;
    top: 0;
    transition: all .5s ease-in;
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}

.projects__item:hover .projects__item-bg {
    width: 105%;
    height: 105%;
}

.projects__item-title {
    text-align: center;
}

.projects__item-title-link {
    line-height: 1.5;
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--color-dark);
    text-decoration: none;
}

/* Order
---------------------------------------------- */
.projects__order-wrapper {
    overflow: hidden;
    border-radius: .5rem;
    background: rgb(240,198,220);
    background: linear-gradient(144deg, rgba(240,198,220,1) 0%, rgba(156,169,224,1) 35%, rgba(125,151,201,1) 60%, rgba(142,187,228,1) 86%, rgba(131,218,233,1) 100%);
    background-size: auto;
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.projects__order-inner {
    text-align: center;
    z-index: 10;
    position: relative;
}

.projects__order-wrapper canvas {
    position: absolute;
    left: 0;
    top: 0;
}
/* End */
/* /local/templates/d-life/components/bitrix/news/projects/style.css?177669453792 */
/* /local/templates/d-life/components/bitrix/breadcrumb/.default/style.css?1778843822599 */
/* /local/templates/d-life/components/bitrix/catalog.section.list/projects/style.css?1776694537370 */
/* /local/templates/d-life/components/bitrix/system.pagenavigation/load_more/style.css?177669453777 */
/* /local/templates/d-life/components/bitrix/news/projects/bitrix/news.list/.default/style.css?17766945372129 */
