

/* Start:/local/templates/main/components/bitrix/news/projects/style.css?1764663661524*/
.project-top {
    padding-top: 94px;
}

.project-top h1 {
    font-size: 70px;
    font-weight: 500;
    line-height: 70px;
    margin-bottom: 50px;
}

/**/
.project {
    overflow: hidden;
}

.project-head {
    border-bottom: 1px solid #3C3E47;
    padding-bottom: 24px;
}

.project-head h1 {
    font-size: 48px;
    font-weight: 400;
    line-height: 48px;
}

.project-head__sub-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    text-align: left;
    color: #989CAE;
    margin-top: 8px;
}
/* End */


/* Start:/local/templates/main/components/bitrix/system.pagenavigation/visual/style.css?17646636585051*/
.bx_pagination_bottom * {
    vertical-align: baseline;
}

.bx_pagination_bottom {
    display: flex;
    width: 100%;
    justify-content: center;
    border-bottom: 1px solid #3C3E47
}

.bx_pagination_bottom .bx_pagination_section_one {
}

.bx_pagination_bottom .bx_pagination_section_two {
    float: right;
    text-align: right;
}

.bx_pagination_bottom .bx_pg_section {
}

.bx_pagination_bottom .bx_pagination_select_container {
    display: inline-block;
}

.bx_pagination_bottom .bx_pagination_select_container select {
    position: relative;
    margin: 2px 20px 2px 10px;
    padding: 1px 25px 3px 5px;
    height: 22px;
    outline: none;
    border: 1px solid #e0e0e0;
    border-radius: 1px;
    background: #fff url(/local/templates/main/components/bitrix/system.pagenavigation/visual/images/select_arrow.png) no-repeat right center;
    color: #8d8d8d;
    font-size: 11px;
    line-height: 16px;
    resize: none;
    -webkit-appearance: none;
}

@-moz-document url-prefix() {
    .bx_pagination_bottom .bx_pagination_select_container select {
        background: #fff !important;
        padding-right: 5px;
    }
}


.bx_pagination_bottom .bx_pagination_page {
    white-space: nowrap;
    font-size: 12px;
}

.bx_pagination_bottom .bx_pagination_page ul {
    display: flex;
    margin: 0;
    padding: 0;
}

.bx_pagination_bottom .bx_pagination_page li {
    display: inline-block;
    width: 52px;
    text-align: center;

    font-size: 26px;
    font-weight: 400;
    line-height: 51px;
}

.bx_pagination_bottom .bx_pagination_page li a {
    display: block;
    text-align: center;
    text-decoration: none;

    font-size: 26px;
    font-weight: 400;
    line-height: 51px;
}

.bx_pagination_bottom .bx_pagination_page li a:hover {
    background: #20232A;
    color: var(--main-color-link);
}

.bx_pagination_bottom .bx_pagination_page li.bx_active {
    background: #20232A;
    color: var(--main-color-link);
}

.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num {
    display: block;
}

.bx_pagination_bottom .bx_pg_section.bx_pg_show_col select {
    margin-right: 5px;
}


.bx_pagination_bottom .bx_wsnw {
    white-space: nowrap;
}


/*1*/
@media (max-width: 991px) {
    .bx_pagination_bottom {
        border-bottom: 0;
        border-top: 0;

        &:before {
            content: '';
            position: absolute;
            display: block;
            width: 100%;
            height: 1px;
            background: var(--border-color-gray);
            margin-top: -1px;
        }
    }

    .bx_pagination_bottom .bx_pagination_page li {
        font-size: 18px;
        width: 40px;
        line-height: 40px;
    }

    .bx_pagination_bottom .bx_pagination_page li a {
        font-size: 18px;
        line-height: 40px;
    }
}

/*2*/
@media (min-width: 640px) and (max-width: 980px) {

}

/*3*/
@media (min-width: 480px) and (max-width: 639px) {
    .bx_pagination_bottom .bx_pagination_select_container select {
        margin-right: 10px;
    }
}

/*4*/
@media (max-width: 479px) {
    .bx_pagination_bottom .bx_pagination_section_one {
    }

    .bx_pagination_bottom .bx_pagination_section_two {
        float: none;
        text-align: left;
    }

    .bx_pagination_bottom .bx_pagination_select_container {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 47%;
    }

    .bx_pagination_bottom .bx_pagination_select_container select {
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-right: 0 !important;
        width: 90%;
    }

    .bx_pagination_bottom .bx_pg_section {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        text-align: left;
    }

    .bx_pagination_bottom .bx_pagination_page {
        white-space: normal;
    }

    .bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num {
        width: 100%;
        height: auto;
        text-align: center;
    }

    .bx_pagination_bottom .bx_pg_section.bx_pg_show_col {
        display: none;
    }

    .bx_pagination_bottom .bx_pg_text {
        display: inline-block;
        width: 50%;
    }

    .bx_pagination_bottom .bx_pg_section.pg_pagination_num .bx_pg_text {
        display: none;
    }
}

/*5*/
@media (max-width: 320px) {
}

.bx_pagination_bottom .bx_pagination_section_one,
.bx_pagination_bottom .bx_pagination_section_two,
.bx_pagination_bottom .bx_pagination_select_container,
.bx_pagination_bottom .bx_pagination_select_container select,
.bx_pagination_bottom .bx_pg_section,
.bx_pagination_bottom .bx_pagination_page,
.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num,
.bx_pagination_bottom .bx_pg_section.bx_pg_show_col,
.bx_pagination_bottom .bx_pg_text,
.bx_pagination_bottom .bx_pg_section.pg_pagination_num .bx_pg_text {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* End */


/* Start:/local/templates/main/components/bitrix/news.list/projects/style.css?17646636702770*/
.project-list {
    overflow: hidden;
}

.project-list__wrap {
    display: flex;
    flex-wrap: wrap;
}

.project-list__item {
    position: relative;
    width: 50%;
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #3C3E47;
    text-decoration: none;

    &:nth-child(odd) {
        padding-right: 72px;
        border-right: 1px solid #3C3E47;

        &:hover:before {
            left: -30%;
            width: 130%;
        }
    }

    &:nth-child(even) {
        padding-left: 72px;

        &:hover:before {
            left: 0;
            width: 130%;
        }
    }

    &:hover:before {
        content: '';
        display: block;
        position: absolute;
        background: #20232A;
        top: 0;
        height: 100%;
    }

    &:hover .project-list__item-name {
        color: var(--main-color-link);
    }


    & > * {
        position: relative;
        z-index: 1;
    }
}

/*.project-list__item-link {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
}*/

.project-list__item-name {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 62px;
    font-size: 48px;
    font-weight: 400;
    line-height: 48px;
    margin-bottom: 16px;

    & svg {
        position: absolute;
        right: 0;
    }
}

.project-list__item-props {
}

.project-props {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.project-props__item {
    width: calc(50% - 6px);
    margin-bottom: 28px;
}

.project-props__item-title {
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    color: #989CAE;
    margin-bottom: 4px;
}

.project-props__item-text {
    font-size: 26px;
    font-weight: 400;
    line-height: 32px;
}

@media (max-width: 991px) {
    .project-top h1 {
        font-size: 40px;
        font-weight: 400;
        line-height: 40px;
        margin-bottom: 29px;
    }

    .project-list__wrap {
        flex-wrap: wrap;
    }

    .project-list__item {
        width: 100%;
        padding: 32px 0;

        &:nth-child(odd) {
            padding-right: 0;
            border-right: 0;
        }

        &:nth-child(even) {
            padding-left: 0;

            &:hover:before {
                left: -30%;
            }
        }
    }

    .project-list__item-name {
        font-size: 32px;
        line-height: 38.4px;
        color: var(--main-color-link);
        margin-bottom: 20px;
    }

    .project-props__item {
        margin-bottom: 20px;
    }

    .project-props__item-title {
        font-size: 12px;
        line-height: 14.4px;
    }

    .project-props__item-text {
        font-size: 18px;
        line-height: 25.2px;
    }
}
/* End */
/* /local/templates/main/components/bitrix/news/projects/style.css?1764663661524 */
/* /local/templates/main/components/bitrix/system.pagenavigation/visual/style.css?17646636585051 */
/* /local/templates/main/components/bitrix/news.list/projects/style.css?17646636702770 */
