.sustdevelopment__title {
    font-size: 36px;
    padding: 0;
    color: #3e434a;
    font-weight: 400;
    line-height: 46px;
    border-bottom: none;
}

.print {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

a.print__item {
    color: #f04d44;
    text-decoration: none;
    font-size: 12px;
    line-height: 20px;
    margin-left: 20px;
    padding-left: 20px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.print__item:visited {
    color: #f04d44;
}

.print__item::before {
    content: '';
    display: block;
    left: 0;
    position: absolute;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.print__item_print::before {
    width: 13px;
    height: 12px;
    background-image: url("/bitrix/templates/rapu/opt/img/icons/print.svg");
}

.print__item_pdf::before {
    width: 11px;
    height: 14px;
    background-image: url("/bitrix/templates/rapu/opt/img/icons/pdf.svg");
}

.sustdevelopment__print {
    margin-bottom: 18px;
}

.sustdevelopment__sustdevelopment-categories {
    margin-bottom: 30px;
}

.sustdevelopment-categories__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.sustdevelopment-categories__item {
    width: 166px;
    height: 166px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin-bottom: 20px;
    -webkit-transition: -webkit-box-shadow 0.2s ease-in;
    transition: -webkit-box-shadow 0.2s ease-in;
    -o-transition: box-shadow 0.2s ease-in;
    transition: box-shadow 0.2s ease-in;
    transition: box-shadow 0.2s ease-in, -webkit-box-shadow 0.2s ease-in;
}

.sustdevelopment-categories__item:hover::after {
    content: attr(data-count);
    position: absolute;
    width: auto;
    top: 40%;
    left: 20%;
    z-index: 1;
    display: inline-block;
    color: #3e434a;
    font-size: 16px;
    line-height: 20px;
    padding: 6px 12px;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
    background-color: #ffffff;
}

.sustdevelopment-categories__item:hover {
    -webkit-box-shadow: 0px 5px 15px 1px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 5px 15px 1px rgba(0, 0, 0, 0.3)
}

.nonactive:hover::after {
    -webkit-box-shadow: none;
            box-shadow: none;
    }

.sustdevelopment-categories__img {
    width: 100%;
    opacity: 1;
    -webkit-transition: opacity 0.2s ease-in;
    -o-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
}
.sustdevelopment-categories-form.dirty .sustdevelopment-categories__img {
    opacity: 0.5;
}

.sustdevelopment-checkbox {
    min-width: 16px;
    width: 16px;
    max-width: 16px;
    min-height: 16px;
    max-height: 16px;
    height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #FFFFFF;
}

.sustdevelopment-checkbox_cat {
    bottom: 15px;
    right: 15px;
    position: absolute;
}

.sustdevelopment-checkbox_border {
    border: 1px solid #ececec;
}

.sustdevelopment-checkbox::after {
    content: '';
    width: 12px;
    height: 11px;
    opacity: 0;
    position: relative;
    z-index: 1;
    display: inline-block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("/bitrix/templates/rapu/opt/img/icons/check.svg");
}

.default-checkbox {
    opacity: 0;
    overflow: hidden;
    position: absolute;
}

.default-checkbox:checked + .sustdevelopment-checkbox::after {
    opacity: 1;
}

.default-checkbox:checked ~ .sustdevelopment-categories__img {
    opacity: 1;
}

.sustdevelopment-categories__item:hover .sustdevelopment-categories__img {
    opacity: 1;
}

.sustdevelopment__filters-button {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: #f04d44;
    border: none;
    padding: 14px 10px;
    margin-bottom: 30px;
    text-transform: uppercase;
    background-color: #f3f3f3;
}

.sustdevelopment__filters-button-icon {
    width: 14px;
    height: 14px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-right: 10px;
    background-image: url("/bitrix/templates/rapu/opt/img/icons/reset.svg");
}

.sustdevelopment-filters {
    padding-left: 35px;
}

.sustdevelopment-filters__title {
    font-size: 20px;
    line-height: 28px;
    color: #3e434a;
    margin-bottom: 18px;
    font-weight: bold;
}

.sustdevelopment-filters__item {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.sustdevelopment-filters__item:last-child {
    margin-bottom: 0;
}

.sustdevelopment-filters__item-text {
    margin-left: 10px;
    color: #3e434a;
    font-size: 16px;
    line-height: 20px;
}

.sustdevelopment-filters__img-wrap {
    width: 20px;
    height: 20px;
    margin-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.sustdevelopment-filters__img {
    width: 100%;
}

.sustdevelopment-filters__group {
    margin-bottom: 30px;
}

.sustdevelopment-results__count {
    font-size: 16px;
    line-height: 20px;
    color: #999999;
    margin-bottom: 25px;
}

.accordion {
    background-color: #fff;
    overflow: hidden;
    border: 1px solid #ececec;
    padding: 0px 30px 0px 30px;
}

.accordion__item {
    margin-bottom: 20px;
}

.accordion__title-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    padding-right: 30px;
}

.accordion__arrow {
    width: 20px;
    height: 10px;
    position: absolute;
    right: 0;
    -webkit-transition: -webkit-transform 0.2s ease-in;
    transition: -webkit-transform 0.2s ease-in;
    -o-transition: transform 0.2s ease-in;
    transition: transform 0.2s ease-in;
    transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("/bitrix/templates/rapu/opt/img/icons/arrow-down.svg");
}

.is-open .accordion__arrow {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

.accordion__title-img {
    /* width: 40px; */
    height: 30px;
    margin-right: 20px;
}

.sust_prog_member_logo {
    width: 100px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}


.accordion__content-wrap {
    max-height: 0;
    -webkit-transition-timing-function: ease-in;
         -o-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    -webkit-transition: max-height 0.4s, padding-bottom 0.4s;
    -o-transition: max-height 0.4s, padding-bottom 0.4s;
    transition: max-height 0.4s, padding-bottom 0.4s;
    padding-bottom: 0;
    padding-left: 84px;
}

.accordion__national-project {
    font-size: 16px;
    line-height: 24px;
    color: #f04d44;
    margin-bottom: 5px;
}

.accordion__federal-project {
    font-size: 16px;
    line-height: 24px;
    color: #f04d44;
    margin-bottom: 20px;
    padding-left: 4px;
    position: relative;
}

.accordion__federal-project::before {
    content: '';
    width: 20px;
    height: 15px;
    display: inline-block;
    position: relative;
    background-image: url("/bitrix/templates/rapu/opt/img/icons/arrow.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.accordion__content-img {
    max-width: 100%;
    max-height: 430px;
    display: block;
    margin-bottom: 20px;
}

.accordion__content-text p {
    font-size: 16px;
    line-height: 24px;
    color: #3e434a;
    margin-bottom: 20px;
}

.accordion__content-text p:last-child {
    margin-bottom: 0;
}

.is-open .accordion__content-wrap {
    max-height: 2000px;
    padding-bottom: 30px;
}

.sustdevelopment_row {
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}

.collapse-block--project {
    margin-bottom: 20px;
    border-radius: 0;
    box-shadow: none;
    border-color: #ececec;
}
.collapse-block--project .collapse-block__title {
    padding: 16px 80px 16px 30px;
    color: #000;
}
.collapse-block--project .collapse-block__title::after {
    width: 20px;
    height: 10px;
    margin-top: -5px;
}
.collapse-block--project .collapse-block__title:hover {
    background-color: #fff;
}
.project-title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.project-title__logo-wrap {
    flex-shrink: 0;
    width: 100px;
}
.project-title__logo {
    height: 30px;
    margin-right: 20px;
}
.project-item {
    padding: 20px 30px;
    border-bottom: 1px solid #ececec;
}
.project-item:nth-child(even) {
    background-color: #fafafa;
}
.project-item:last-child {
    border-bottom: 0;
}
.project-item__title {
    margin-bottom: 10px;
    line-height: normal;
}
.project-item__more {
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1px;
    font-size: 12px;
    text-transform: uppercase;
}
.project-item__more,
.project-item__more:link,
.project-item__more:visited {
    color: #f04d44;
}
.project-item__national-project {
    line-height: 24px;
    color: #f04d44;
    margin-bottom: 5px;
}
.project-item__federal-project {
    line-height: 24px;
    color: #f04d44;
    margin-bottom: 20px;
    padding-left: 4px;
    position: relative;
}
.project-item__federal-project::before {
    content: '';
    width: 20px;
    height: 15px;
    display: inline-block;
    position: relative;
    background-image: url(/bitrix/templates/rapu/opt/img/icons/arrow.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.project-item__img {
    max-width: 100%;
    max-height: 430px;
    display: block;
    margin-bottom: 20px;
}

@media screen and (max-width: 1199px) {
    .sustdevelopment-categories__items {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }

    .sustdevelopment-categories__item {
        margin-right: 25px;
        margin-bottom: 25px;
    }

    .sustdevelopment-categories__item:nth-child(5n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 991px) {
    .sustdevelopment-categories__items {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }

    .sustdevelopment-categories__item {
        margin-right: 0;
        margin-bottom: 14px;
    }

    .sustdevelopment-filters {
        padding-left: 0;
    }

    .sustdevelopment_row {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .sustdevelopment-categories__item {
        width: calc(50% - 7px);
        height: calc(50%);
    }

    .sustdevelopment-filters {
        width: 300px;
    }

    .sustdevelopment-results__accordion-items {
        margin-left: -15px;
        margin-right: -15px;
    }

    .accordion__content-wrap {
        padding-left: 0;
    }

    .is-open .accordion__content-wrap {
        padding-bottom: 15px;
    }

    .accordion__title-img {
        margin-right: 15px;
    }

    .accordion {
        padding: 0 15px;
    }

    .sustdevelopment__print {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }

    a.print__item_print {
        margin-left: 0;
    }

    .sustdevelopment__title {
        font-size: 24px;
        line-height: 34px;
    }

    .sust_prog_member_logo,
    .project-title__logo-wrap {
        width: 95px;
    }

    .collapse-block--project .collapse-block__title {
        padding: 15px 40px 15px 15px;
    }
    .project-item {
        padding: 15px;
    }
}
