/*Пресс центр*/
.filter-breadcrumbs {
    color: #393939;
    height: 20px;
    margin-top: -41px;
    margin-bottom: 20px;
    .filter-by {
        float: right;
    }
    .filter-breadcrumbs-item {
        color: #054186;
        font-weight: bold;
        &:hover, &:active, &:focus {
            color: #054186;
            font-weight: bold;
            outline: 0;
            text-decoration: none;
        }
        &.current {
            color: #82bc3f;
        }
        &.extended-search {
            float: left;
        }
    }
}
.filter-page {
    margin-bottom: 34px;
    &.year {
        border-bottom: 3px solid #a2c51c;
        display: table;
        width: 100%;
    }
    .filter-period-item {
        color: #878787;
        display: table-cell;
        font-size: 14px;
        font-weight: 700;
        text-align: center;
        &:hover, &:focus, &:active {
            color: #878787;
            outline: 0;
            text-decoration: none;
        }
        span {
            display: block;
            height: 38px;
            line-height: 1;
            position: relative;
        }
        span:after {
            bottom: -10px;
            content: '';
            display: block;
            background: #a2c51c;
            border: 3px solid white;
            border-radius: 50%;
            height: 11px;
            left: 50%;
            margin-left: -8px;
            position: absolute;
            width: 11px;
        }
        &:first-child span:before {
            background: white;
            bottom: -3px;
            content: '';
            display: block;
            position: absolute;
            height: 5px;
            left: 0;
            width: 50%;
        }
        &:last-child span:before {
            background: white;
            bottom: -3px;
            content: '';
            display: block;
            position: absolute;
            height: 5px;
            right: 0;
            width: 50%;
        }
        &.current {
            color: #a2c51c;
            span:after {
                bottom: -17px;
                height: 26px;
                margin-left: -17px;
                width: 26px;
            }
        }
    }
    &.columns {
        border-bottom: 1px dashed #6c7071;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        padding-bottom: 18px;
    }
    &.extended {
        border-bottom: 1px dashed #767676;
        h4 {
            color: #154382;
            font-size: 18px;
            margin-bottom: 20px;
        }
        & > div {
            margin-bottom: 20px;
        }
        input, select {
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            background: #eee 100% 8px url(../../images/input-arrow.png) no-repeat;
            border: 0;
            color: #393939;
            font-size: 12px;
            height: 20px;
            line-height: 20px;
            margin: 0 0 0 7px;
            outline: 0;
            padding: 0 10px;
            vertical-align: baseline;
            &::-ms-expand {
                display: none;
            }
        }
        input {
            width: 85px;
            &.main-search-field {
                background-image: none;
                border: 0;
                color: #393939;
                margin: 0;
                width: 350px;
            }
        }
        select, select:focus {
            border: 0;
            margin-right: 37px;
            outline: 0;
            padding-right: 20px;
            text-indent: 0.01px;
            text-overflow: '';
            width: auto;
        }
        .date-icon {
            background: 0 0 url(../../images/date-icon.png) no-repeat;
            display: inline-block;
            height: 18px;
            margin: 0 37px 0 11px;
            vertical-align: top;
            width: 20px;
        }
        .extended-filter-category-label {
            display: inline-block;
            width: 110px;
        }
    }
    .find-button {
        background: #eee;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        color: #154382;
        font-size: 12px;
        font-weight: bold;
        text-shadow: none;
    }
}
form.filter-page.extended {
    margin-bottom: 35px;
}
.news-component {
    position: relative;
    &.search {
        min-height: auto;
        article:last-of-type {
            padding-bottom: 0;
        }
    }
    h5 {
        color: #575757;
        margin-top: 0;
    }
    .content {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
        margin-bottom: -20px;
        .one-column & {
            -webkit-column-count: 1;
            -moz-column-count: 1;
            column-count: 1;
            p {
                text-align: justify;
            }
            *:last-child {
                margin-bottom: 0;
            }
        }
    }
    article {
        padding-bottom: 20px;
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid;
        overflow: hidden;
    }
    .article-date, .article-date a {
        color: #878787;
        margin-bottom: 2px;
    }
    .article-title {
        color: #054186;
        display: block;
        font-weight: bold;
        line-height: 15px;
    }
    .article-brief, a.article-brief, a.article-brief:hover {
        color: #393939;
        display: block;
        line-height: 15px;
        margin: 5px 0 0;
    }
    .no-articles {
        line-height: 1;
    }
    .pagination {
        margin: 28px 0 0;
        &:empty {
            display: none;
        }
    }
}
.loading-animation.spinner {
    position: absolute;
    width: 100%;
}