

/* Start:/bitrix/components/bx/b24.project.list/templates/.default/style.css?16910652645249*/
.bp-cnr
{
    background-color: #f5fbff;
}

.bp-wrap-cnr
{
    width: 1182px;
    margin: auto;
    box-sizing: border-box;
}

.bp-project-list-wrap
{
    padding-top: 75px;
    padding-bottom: 160px;
}

.bp-project-list-wrap[data-loading] {
    position: relative;
    opacity: .5;
}

.bp-project-list-wrap[data-loading]:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.bp-project-list-cnr
{
    display: flex;
    flex-wrap: wrap;
}

.bp-project-list-item-cnr
{
    width: 50%;
    margin-top: 30px;
}

.bp-project-list-item-cnr:nth-child(1),
.bp-project-list-item-cnr:nth-child(2)
{
    margin-top: 0;
}

.bp-project-list-item-cnr:nth-child(2n)
{
    padding-left: 15px;
}

.bp-project-list-item-cnr:nth-child(2n+1)
{
    padding-right: 15px;
}
.bp-project-list-item
{
    cursor: pointer;
    border-radius: 10px;
    filter: drop-shadow(0 0 5px rgba(38,38,38,0.05));
    box-sizing: border-box;
    font-weight: 400;
    padding: 30px;
    position: relative;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #ffffff;
}

.bp-project-list-item:hover
{
    filter: drop-shadow(0 0 10px rgba(38,38,38,0.1));
}

.bp-project-list-item-header
{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.bp-project-list-item-logo
{
    height: 36px;
    background: no-repeat;
    background-size: contain;
}

.bp-project-list-item-name
{
    margin-top: 30px;
    font-size: 24px;
    color: #262626;
    font-weight: 500;
    line-height: 32px;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.bp-project-list-item-footer
{
    display: flex;
    justify-content: space-between;
    line-height: 1;
}

.bp-project-list-item-spec,
.bp-project-list-item-footer-spec
{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #6a828c;
    font-weight: 400;
}

.bp-project-list-item-spec
{
    display: none;
    margin-top: 35px;
    line-height: 1;
}

.bp-project-list-item-footer-more
{
    text-transform: uppercase;
    background: white;
    position: relative;
}

.bp-project-list-item-footer-more .text
{
    position: relative;
    z-index: 10;
    background: white;
    transition: margin 0.2s linear;
    font-size: 14px;
}

.bp-project-list-item:hover .bp-project-list-item-footer-more .text
{
    margin-right: 31px;
}

.bp-project-list-item-footer-more .arrow
{
    position: absolute;
    z-index: 9;
    right: 0;
    width: 21px;
    height: 9px;
    top: 4px;
    transform: rotate(180deg);
    background: url(/bitrix/components/bx/b24.project.list/templates/.default/img/icon_arrow.svg) no-repeat;
    background-size: cover;
}

.bp-project-list-show-more
{
    text-align: center;
    line-height: 1;
    margin-top: 57px;
    position: relative;
}

.bp-project-list-show-more span
{
    font-size: 14px;
    color: #0071bd;
    font-weight: 400;
    cursor: pointer;
}

.bp-project-list-show-more span:hover
{
    opacity: 0.7;
}

.bp-project-empty-list
{
    font-weight: 400;
    font-size: 26px;
    line-height: 40px;
    text-align: center;
    padding-left: 29px;
    padding-right: 29px;
}


@media (max-width: 1260px)
{
    .bp-wrap-cnr
    {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 980px)
{
    .bp-project-list-cnr
    {
        flex-direction: column;
    }

    .bp-project-list-item-cnr,
    .bp-project-list-item-cnr:nth-child(2)
    {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-top: 29px;
    }

    .bp-project-list-item-cnr:nth-child(2n+1),
    .bp-project-list-item-cnr:nth-child(2n)
    {
        padding-left: 0;
        padding-right: 0;
    }

    .bp-project-list-wrap
    {
        padding-top: 75px;
        padding-bottom: 75px;
    }

    .bp-project-list-item-spec
    {
        display: block;
    }

    .bp-project-list-item-footer-spec
    {
        display: none;
    }

    .bp-project-list-item
    {
        height: auto;
        padding: 15px;
    }

    .bp-project-list-item-name
    {
        margin-bottom: 30px;
        margin-top: 10px;
        font-size: 18px;
        line-height: 27px;
        display: block;
        word-wrap: break-word;
    }
}

.header-content-area__outer
{
    padding-left: 0!important;
    padding-right: 0!important;
}

.header-content-area-content__title
{
    font-size: 48px!important;
    font-weight: 500!important;
    line-height: 1.2!important;
}

@media (max-width: 1260px)
{
    .header-content-area__outer
    {
        max-width: 100%!important;
        padding-left: 15px!important;
        padding-right: 15px!important;
    }
}

@media (max-width: 768px)
{
    .header-content-area-content__title
    {
        font-size: 28px!important;
    }
}
/* End */
/* /bitrix/components/bx/b24.project.list/templates/.default/style.css?16910652645249 */
