
.iblock-default {
    
}

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

.iblock-title {

}

/*
 * -----------------------------------------------------------------------------
 *
 * Хлебные крошки + col-meta + date.
 *
 * -----------------------------------------------------------------------------
 */

.bread-crumbs {
    color: #999;
    font-size: 12px;
    
}

.bread-crumbs span {
    padding: 0 3px;
}

.bread-crumbs a {
    color: #ddd;
    text-decoration: underline;
}

.bread-crumbs a:hover {
    color: #ddd;
    text-decoration: none;
}

@media (min-width: 412px) {
    .bread-crumbs {
        font-size: 12px;
    }   
}

@media (min-width: 576px) {
    .bread-crumbs {
        font-size: 14px;
    }   
}

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


.col-meta {
    display: -ms-flexbox;
    display: flex;
    
    -ms-flex-direction: row;
    flex-direction: row;
    
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    
    -ms-flex-pack: justify;
    justify-content: space-between;
    
    -ms-flex-align: center;
    align-items: center;
    
    padding: 3rem 0;
}

.col-meta .btn {
    display: none;
}

@media (min-width: 768px) {
    .col-meta {
        padding: 4rem 0 3rem;
    }
}

@media (min-width: 992px) {
    
    .col-meta .btn {
        display: block;
    }  
    
}

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


.date {
    padding-left: 24px;
    line-height: 16px;
    
    font-size: 13px;
    
    background-image: url(/_images/icon-date-white.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    
    color: #999;
}

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

a.item-post {
    text-decoration: none;
    color: inherit;
}

.item-post .image-box {
    display: block;
    width: 100%;
    
    margin-bottom: 1.5rem;
}

.item-post .image {
    transition: background .3s ease;
}

.item-post .image:hover {
    background-size: 110% auto;
}

.item-post .post-title {
    margin-bottom: 1.5rem;
    
    font-weight: 400;
    font-size: 19px;
}

.item-post .post-excerpt {
    margin-bottom: 2rem;
    
    text-align: justify;
    font-size: 13px;
    
    color: #999;
}

.item-post .post-excerpt p {
    margin-top: 0;
}

.item-post .post-footer {
    display: -ms-flexbox;
    display: flex;
    
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    
    -ms-flex-pack: justify;
    justify-content: space-between;
    
    -ms-flex-align: center;
    align-items: center;
}

.item-post .btn {
    min-width: 140px;
}

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

.sidebar {
    
}

.sidebar-title {
    margin-bottom: 3rem;
    font-size: 14px;
}

.sidebar-title .title {
    font-size: 1.75em; 
    font-weight: 500;
    
    line-height: 1.2;
}

@media (min-width: 576px) {
    .sidebar-title {
        font-size: 16px;
    }   
}

.sidebar-items .item {
    margin-bottom: 3rem;
}

.sidebar-items a.item {
    display: block;
}

@media (min-width: 992px) {
    
    .sidebar-title {
        margin-bottom: 2rem;
    }
    
    .sidebar-items .date {
        display: none;
    }   

    .sidebar-items .image-box {
        margin-bottom: 1rem;
    }
    
    .sidebar-items .post-title {
        margin-bottom: 1rem;
        font-size: 17px;
    }

    .sidebar-items .post-excerpt {
        margin-bottom: 2rem;
        font-size: 11px;
    }
    

}

.sidebar-items .button-more .btn {
    min-width: 140px;
}

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