

/* Start:/bitrix/templates/aspro_next_modify/css/fonts/font-inter/css/font-inter.css?17447094701190*/
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('/bitrix/templates/aspro_next/css/fonts/font-inter/fonts/Inter-Regular.woff') format('woff'),
    url('/bitrix/templates/aspro_next/css/fonts/font-inter/fonts/Inter-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url('/bitrix/templates/aspro_next/css/fonts/font-inter/fonts/Inter-Medium.woff') format('woff'),
    url('/bitrix/templates/aspro_next/css/fonts/font-inter/fonts/Inter-Medium.ttf') format('truetype');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url('/bitrix/templates/aspro_next/css/fonts/font-inter/fonts/Inter-SemiBold.woff') format('woff'),
    url('/bitrix/templates/aspro_next/css/fonts/font-inter/fonts/Inter-SemiBold.ttf') format('truetype');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url('/bitrix/templates/aspro_next/css/fonts/font-inter/fonts/Inter-Bold.woff') format('woff'),
    url('/bitrix/templates/aspro_next/css/fonts/font-inter/fonts/Inter-Bold.ttf') format('truetype');
}
/* End */


/* Start:/bitrix/templates/aspro_next_modify/components/bitrix/news.list/video_list/style.css?17447094677811*/
/*filter start =======================*/
.filter-acc_block {
    display: flex;
    flex-direction: column;
    margin-top: -25px;
    margin-bottom: 40px;
}

.filter-acc .title {
    position: relative;
    font-family: 'Inter', 'Open Sans';
    font-size: 18px;
    color: #FFAD00;
    font-weight: 600;
    display: inline-flex;
    border-bottom: 1px dashed #FFAD00;
    line-height: 1.35;
    padding-bottom: 3px;
    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: -20px;
    width: 10px;
    height: 6px;
    background: url(/bitrix/templates/aspro_next_modify/components/bitrix/news.list/video_list/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: 20px;
}

.filter-acc_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
}

.filter-acc_list .item {
    padding: 0px 10px;
    display: flex;
}

.filter-acc_list .link {
    position: relative;
    padding-left: 10px;
    color: #222222;
    font-family: 'Inter', 'Open Sans';
    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: 8px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #FFAD00;
}

.filter-acc_list .item.active .link {
    color: #FFAD00;
}

.filter-acc_block~.project-page-section {
    margin-top: 40px;
}

.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 {
    margin-bottom: 30px;
    padding: 0 10px;
    width: 33.3334%;
}

.border-items_list .item-content {
    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 {
    color: #222222;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    margin-top: 14px;
}

.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;
}

.video-link {
    display: flex;
    justify-content: center;
    padding: 62% 0 0;
    position: relative;
    width: 100%;
}

.youtube-btn {
    position: absolute;
    top: 43%;
}

.youtube-btn:hover rect {
    fill: #aa0e0e;
    transition: background-color ease 0.1s;
}

@media (max-width: 960px) {
    .filter-acc .title {
        padding-bottom: 8px;
        font-weight: 600;
    }

    .filter-acc_list .link {
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
    }

    .border-items_list .item {
        width: 50%;
    }

    .border-items_list .titleWrap {
        margin-top: 10px;
    }
}

@media (min-width: 768px) {
    .filter-acc_block .filter-acc {
        order: 1 !important;
    }
}

@media screen and (max-width: 768px) {
    .filter-acc_block {
        margin: -25px auto 40px;
        max-width: 608px;
    }

    .filter-acc_list .link {
        font-size: 14px;
    }

    .filter-acc_list .item {
        display: flex;
        padding-top: 6px;
        padding-bottom: 0;
    }

    .filter-acc_list .item.full-width {
        width: 100%;
    }

    .filter-acc .acc-content {
        padding-top: 14px;
    }

    .filter-acc_block .filter-acc+.filter-acc {
        margin-top: 18px;
    }

    .filter-acc_list .link:before {
        top: 6px;
    }

    .project-page-section {
        max-width: 608px;
        margin: 40px auto 0;
    }

    .border-items_list .title-link {
        font-size: 15px;
    }

    .project-page-section .bottom_nav {
        margin-top: 30px;
    }

    .youtube-btn {
        top: 40%;
    }
}

@media (max-width:600px) {
    .project-page-section {
        margin-top: 0;
    }

    .filter-acc_block {
        margin-bottom: 20px;
    }

    .filter-acc_list {
        flex-direction: column;
    }

    .filter-acc .title {
        font-size: 16px;
    }

    .filter-acc_list .link{
        font-size: 14px;
    }

    .filter-acc .acc-content {
        padding-top: 0;
    }

    .filter-acc_list .item {
        padding-top: 10px;
    }

    .filter-acc_block~.project-page-section {
        margin-top: 20px;
    }

    .border-items_list .titleWrap {
        font-size: 16px;
        line-height: 1.3;
    }
}

@media (max-width: 530px) {
    .wrapper_inner .middle>.container {
        padding: 0 5px !important;
    }

    .border-items_list .item {
        width: 100%;
    }

    .border-items_list .titleWrap {
        min-height: unset;
    }
}
/* End */
/* /bitrix/templates/aspro_next_modify/css/fonts/font-inter/css/font-inter.css?17447094701190 */
/* /bitrix/templates/aspro_next_modify/components/bitrix/news.list/video_list/style.css?17447094677811 */
