/**
 * 
 * Раздел : Новости.
 * 
 *
 * 
 */
.col-post {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    
    margin-bottom: 3rem;
}


@media (min-width: 768px) {
    .col-post {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (min-width: 992px) {
    
    .col-post {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    
}

#iblock-news-list .filter-box .filter .btn {
    margin-bottom: 5px;
}


/*
 * -----------------------------------------------------------------------------
 *
 * ...
 *
 * -----------------------------------------------------------------------------
 */

.post-excerpt {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    
    flex-direction: column;
    
    height: 100%;
}

.post-excerpt .thumb {
    display: block;
    margin-bottom: 1rem;
}

.post-excerpt .thumb img {
    display: block;
    margin-bottom: 0;
}


.post-excerpt .title {
    flex-grow: 1;
    margin-bottom: 1rem;
}

.post-excerpt .footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.post-excerpt .meta {
    flex-grow: 1;
    
    white-space: nowrap;
    text-align: right;
}

.post-excerpt .views,
.post-excerpt .date {
    display: inline-block;
    
    padding-left: 20px;
    
    font-size: 12px;
    line-height: 36px;
    
    background-position: 4px center;
    background-repeat: no-repeat;
    background-size: auto 14px;
    
    color: #a0a0a0;
}
.post-excerpt .views {
    margin-right: 5px;
    
    background-image: url(../img/view.svg);
    background-position: 2px center;
}
.post-excerpt .date {
    background-image: url(../img/date.svg);
}


@media (max-width: 359px) {
    .post-excerpt .footer {
        flex-direction: column;
    }
    .post-excerpt .meta {
        order: -1;
        margin-bottom: 1rem;
        text-align: left;
    }
}


/*
 * -----------------------------------------------------------------------------
 *
 * ...
 *
 * -----------------------------------------------------------------------------
 */

#iblock-post .col-header {
    margin-bottom: 1rem;
}




.post-content .thumb {
    display: block;
    margin-bottom: 1rem;
}

.post-excerpt .thumb img {
    display: block;
    margin-bottom: 0;
}



.post-content .title {
    margin-bottom: 1rem;
    
    font-size: 1.25rem;
    font-weight: 700;
}

.post-content .header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    
    margin-bottom: 1rem;
}

.post-content .meta {
    flex-grow: 1;
    white-space: nowrap;
}

.post-content .views,
.post-content .date {
    display: inline-block;
    
    padding-left: 20px;
    
    font-size: 12px;
    line-height: 24px;
    
    background-position: 4px center;
    background-repeat: no-repeat;
    background-size: auto 14px;
    
    color: #a0a0a0;
}
.post-content .views {
    margin-right: 5px;
    
    background-image: url(../img/view.svg);
    background-position: 2px center;
}
.post-content .date {
    background-image: url(../img/date.svg);
}




.post-content .share {
    white-space: nowrap;
}

/*
.post-content .share .ya-share2,
.post-content .share .label {
    display: inline-block;
}
.post-content .share .label {
    font-size: 14px;
    line-height: 24px;
}
*/
/*
 * -----------------------------------------------------------------------------
 *
 * ...
 *
 * -----------------------------------------------------------------------------
 */

.gallery-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    
    margin: 0 -10px 1rem;
}


.gallery-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;

    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    
    padding: 10px;
}




@media (min-width: 768px) {
    .gallery-item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (min-width: 992px) {
    
    .gallery-item {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    
}


.gallery-item .image-box {
    display: block;
}
.gallery-item .image-box img {
    display: block;
    margin-bottom: 0;
}



/*
 * -----------------------------------------------------------------------------
 *
 * ...
 *
 * -----------------------------------------------------------------------------
 */

.sidebar-content .news-box {
    margin: 0;
    padding: 0 0 1rem;
    /*border-bottom: 2px solid #e2eff5;*/
}

.sidebar-content .news-box .news-link {
    display: block;
    
    margin: 0;
    padding: 1rem 0;
    border-top: 2px solid #e2eff5;
    
    font-size: .875rem;
    
    color: #100773;
}

.sidebar-content .news-link:hover {
    text-decoration: underline;
}
.sidebar-content .news-box .news-link:nth-of-type(1) {
    border-top: none;
}

/*
 * -----------------------------------------------------------------------------
 *
 * ...
 *
 * -----------------------------------------------------------------------------
 */

#deputy-news {
    
}


.post-excerpt-2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    
    flex-direction: column;

    margin: 15px 0 30px;
}

.post-excerpt-2 .thumb-box {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.post-excerpt-2 .text-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    
    flex-direction: column;
    flex-grow: 1;
    
}

@media (min-width: 768px) {
    .post-excerpt-2 {
        flex-direction: row;
    }

    .post-excerpt-2 .thumb-box {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        
        padding-right: 15px;
    }
    .post-excerpt-2 .thumb-box {
        align-self: stretch;
    }
}

@media (min-width: 992px) {
    .post-excerpt-2 .thumb-box {
        -ms-flex: 0 0 290px;
        flex: 0 0 290px;
        max-width: 290px;
    }
}

@media (min-width: 1200px) {
    .post-excerpt-2 .thumb-box {
        -ms-flex: 0 0 290px;
        flex: 0 0 290px;
        max-width: 290px;
    }
}



.post-excerpt-2 .thumb {
    display: block;
    margin-bottom: 1rem;
}

.post-excerpt-2 .thumb img {
    display: block;
    margin-bottom: 0;
    
    width: 100%; 
    height: auto;
}

@media (min-width: 768px) {
    .post-excerpt-2 .thumb {
        margin-bottom: 0rem;
    }
}



.post-excerpt-2 .title {
    margin-bottom: 1rem;
}

.post-excerpt-2 .excerpt {
    flex-grow: 1;
    margin-bottom: 1rem;
    
    font-size: .75rem;
}


.post-excerpt-2 .footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.post-excerpt-2 .meta {
    flex-grow: 1;
    
    white-space: nowrap;
    text-align: right;
}

.post-excerpt-2 .views,
.post-excerpt-2 .date {
    display: inline-block;
    
    padding-left: 20px;
    
    font-size: 12px;
    line-height: 36px;
    
    background-position: 4px center;
    background-repeat: no-repeat;
    background-size: auto 14px;
    
    color: #a0a0a0;
}
.post-excerpt-2 .views {
    margin-right: 5px;
    
    background-image: url(../img/view.svg);
    background-position: 2px center;
}
.post-excerpt-2 .date {
    background-image: url(../img/date.svg);
}


@media (max-width: 359px) {
    .post-excerpt-2 .footer {
        flex-direction: column;
    }
    .post-excerpt-2 .meta {
        order: -1;
        margin-bottom: 1rem;
        text-align: left;
    }
}






/*
 * -----------------------------------------------------------------------------
 *
 * ...
 *
 * -----------------------------------------------------------------------------
 */




/**
 * ...
 * -----------------------------------------------------------------------------
 */


@media (min-width: 768px) {
    
}
@media (min-width: 992px) {
    
}
@media (min-width: 1200px) {
    
}

