

/* 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/news/projects/bitrix/news.detail/.default/style.css?17766945372299*/
.project__grid {
    display: grid;
    grid-template-columns: 1fr 300px;
    grid-gap: 3rem;
}

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

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


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

.project__h1 {
    max-width: 800px;
}

.project .text{
    font-size: 1.25rem;
    letter-spacing: normal;
    line-height: 1.5;
    max-width: 800px;
    margin-bottom: 3rem;
}

.project__sidebar {
    padding: 3rem 2rem 3rem;
    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%);
    font-size: 1.125rem;
    line-height: 1.5;
    position: relative;
}

@media(max-width: 901px) {
    .project__sidebar-wrapper {
        margin-bottom: 4rem;
    }
}

.project__sidebar canvas {
    position: absolute;
    left: 0;
    top: 0;
}

.project__sidebar-part {
    position: relative;
    z-index: 10;
}

.project__sidebar-part:first-child {
    margin-bottom: 2rem;
}

.project__website {
    margin-top: 1rem;
}

.project__website-link {
    text-decoration: none;
}

.project__details img {
    max-width: 100%;
    border-radius: .5rem;
    box-shadow: 0 0 8px #1616161A;
    margin-bottom: 15px;
}

.project__btn {
    margin-top: 1rem;
    width: 100%;
}

.project .no-shadow img {box-shadow: none;}
.project .text ul, .project .text ol {margin-left: 3rem;}

.project .block {
    margin: 0 0 4rem;
    position: relative;
}

@media(max-width: 901px) {
    .project .block:last-child {
        margin-bottom: 0;
    }
}

.project .block .nav-pills {
    margin-bottom: 3rem;
}

.projects__navigation {
    margin: 3rem 0;
}

.projects-navigation__inner {
    display: flex;
    justify-content: space-between;
    gap: 2rem 1rem;
}

@media(max-width: 800px) {
    .projects__navigation {
        margin-top: 0;
    }

    .projects-navigation__inner {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media(max-width: 575px) {
    .projects-navigation__btn {
        width: 100%;
    }
}
/* 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/news/projects/bitrix/news.detail/.default/style.css?17766945372299 */
