

/* Start:/bitrix/templates/aspro_next_modify/components/bitrix/news.list/project_restyle1/style.css?17563797546729*/
/*filter start =======================*/
.filter-acc_block {
    display: flex;
    flex-direction: column;
    margin-top: -25px;
}
.filter-acc .title {
    position: relative;
    font-size: 18px;
    color: #FFAD00;
    font-weight: 600;
    display: inline-flex;
    border-bottom: 1px dashed #FFAD00;
    line-height: 1.35;
    padding-bottom: 6px;
    cursor: pointer;
    user-select: none;
    transition: .25s;
}
.filter-acc .title:hover {
    border-bottom-color: transparent;
}
.filter-acc .title:after {
    position: absolute;
    content: '';
    top: calc(50% - 5px);
    right: -18px;
    width: 10px;
    height: 6px;
    background: url(/bitrix/templates/aspro_next_modify/components/bitrix/news.list/project_restyle1/img/arr.svg);
}
.filter-acc.active .title:after {
    transform: rotate(-180deg);
}
.filter-acc_block .filter-acc + .filter-acc {
    margin-top: 20px;
}
.filter-acc .acc-content {
    padding-top: 10px;
}
.filter-acc_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
}
.filter-acc_list .item {
    padding: 10px 8px;
    display: flex;
}
.filter-acc_list .link {
    position: relative;
    padding-left: 11px;
    color: #222222;
    font-size: 15px;
    text-decoration: none;
    border-bottom: none;
    display: inline-flex;
    line-height: 1.3;
    transition: .25s;
}
.filter-acc_list .link:hover {
    color: #FFAD00;
}
.filter-acc_list .link:before {
    position: absolute;
    content: '';
    /*top: calc(50% - 3px);*/
    top: 7px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #FFAD00;
}
.filter-acc_list .item.active .link {
    color: #FFAD00;
    cursor: default;
}
.filter-acc_block ~ .project-page-section {
    margin-top: 30px;
}
.filter-acc_block .fiter-removeWrap {
    margin-top: 20px;
}
.fiter-removeWrap .link {
    display: inline-flex;
    align-items: center;
    color: #1D42A0;
    text-decoration: underline;
    font-size: 14px;
}
.fiter-removeWrap .link:hover {
    color: #1D42A0;
}
.fiter-removeWrap .icon {
    position: relative;
    flex-shrink: 0;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    background: #ffbe34;
    border-radius: 5px;
}
.fiter-removeWrap .icon:before, .fiter-removeWrap .icon:after {
    position: absolute;
    content: '';
    top: 50%;
    left: calc(50% - 1px);
    width: 2px;
    height: 70%;
    background: #fff;
}
.fiter-removeWrap .icon:before {
    transform: translateY(-50%) rotate(-45deg);
}
.fiter-removeWrap .icon:after {
    transform: translateY(-50%) rotate(45deg);
}
/*list start =======================*/
.border-items_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.border-items_list .item {
    padding: 10px;
    width: 33.3334%;
}
.border-items_list .item-content {
    border: 1px solid #D9D9D9;
    padding: 18px;
    height: 100%;
    transition: .25s;
}
.border-items_list .item-content:hover {
    border-color: transparent;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}
.border-items_list .imgWrap {
    width: 100%;
    height: 226px;
    display: block;
}
.border-items_list .preview {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.border-items_list .desc-row {
    display: flex;
    align-items: center;
    margin-top: 10px;
    height: 22px;
}
.border-items_list .power {
    font-size: 18px;
    color: #1D2029;
    font-weight: 600;
    line-height: 1;
}
.border-items_list .region-row {
    display: flex;
    align-items: center;
    margin-left: auto;
}
.border-items_list .region-row .icon {
    display: block;
    flex-shrink: 0;
    margin-right: 6px;
}
.border-items_list .region-row .name {
    font-size: 14px;
    color: #353435;
}
.border-items_list .titleWrap {
    margin-top: 15px;
    min-height: 70px;
    max-width: 345px;
}
.border-items_list .title-link {
    font-size: 16px;
    font-weight: 600;
    color: #1D2029;
    line-height: 1.3;
    transition: .25s;
}
.border-items_list .title-link:hover {
    color: #FFAD00;
}
.border-items_list .enddate-row {
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.border-items_list .enddate-row .icon {
    display: block;
    flex-shrink: 0;
    margin-right: 6px;
}
.border-items_list .enddate-row .text {
    font-size: 14px;
}
.border-items_list .company-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}
.border-items_list .company-row .text {
    font-size: 14px;
    font-weight: 600;
    max-width: 60%;
    line-height: 1.5;
}
.border-items_list .company-row .logoWrap {
    flex-shrink: 0;
    margin-left: 10px;
    width: 80px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.project-page-section {
    margin-bottom: 0;
}
.project-page-section .bottom_nav {
    margin-top: 60px;
}
@media (min-width: 767px) {
    .filter-acc_block .filter-acc {
        order: 1!important;
    }
}
@media screen and (max-width: 1250px) {
    .border-items_list .titleWrap {
        min-height: 96px;
    }
    .border-items_list .imgWrap {
        height: 196px;
    }
}
@media screen and (max-width: 1000px) {
	.filter-acc_list .item {
		padding: 8px;
	}
    .border-items_list {
        justify-content: center;
    }
    .border-items_list .item {
        width: 294px;
    }
    .border-items_list .imgWrap {
        height: 179px;
    }
    .filter-acc_block {
        width: 568px;
        max-width: 100%;
        margin: -25px auto 0;
    }
}
@media screen and (max-width: 767px) {
    .filter-acc_block {
        margin-top: 0;
    }
    .filter-acc_list .link {
        font-size: 14px;
    }
    .filter-acc_list .item {
        display: flex;
        width: 50%;
        padding-top: 6px;
        padding-bottom: 6px;
    }
    .filter-acc_list .item.full-width {
        width: 100%;
    }
    .filter-acc .acc-content {
        padding-top: 4px;
    }
    .filter-acc_block .filter-acc + .filter-acc {
        margin-top: 18px;
    }
    .filter-acc_list .link:before {
        top: 6px;
    }
    .border-items_list .item {
        width: 100%;
    }
    .border-items_list .titleWrap {
        min-height: auto;
    }
    .border-items_list .title-link {
        font-size: 15px;
    }
    .border-items_list .item-content {
        padding: 14px;
    }
    .border-items_list .imgWrap {
        height: calc((100vw - 28px - 30px) * .65);
    }
    .project-page-section .bottom_nav {
        margin-top: 30px;
    }
}
/* End */
/* /bitrix/templates/aspro_next_modify/components/bitrix/news.list/project_restyle1/style.css?17563797546729 */
