/**
 * 
 * Раздел : Документы.
 * 
 *
 * 
 */



.col-document {
    /*flex-grow: 0;*/
    
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    
    margin-bottom: 3rem;
}


/*
 * -----------------------------------------------------------------------------
 *
 * Решения (Только ли?).
 *
 * -----------------------------------------------------------------------------
 */

#iblock-documents-list .col-subtitle,
#iblock-documents-post .col-subtitle {
    margin-bottom: 2rem;
}



.item-decision {
    
}

.item-decision .title {
    margin-bottom: .25rem;
    color: #100773;
}

.item-decision .number {
    margin-bottom: .5rem;
}

.item-decision .about {
    margin-bottom: 1.5rem;
    font-size: .75rem;
}




.item-decision .btn {
    min-width: 180px;
}


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


.calendar-post .col-document {
    margin-bottom: 3rem;
}
.calendar-post .item-decision .title {
    margin-bottom: .5rem;
    color: #1a1a1a;
}

.calendar-post .item-decision .download {
    white-space: nowrap;
}


/*
.calendar-post .item-decision .download {
    font-size: .75rem;
    
    white-space: nowrap;
    
    color: #c0c0c0;
}


.calendar-post .item-decision .download-link,
.calendar-post .item-decision .download-link:focus,
.calendar-post .item-decision .download-link:active,
.calendar-post .item-decision .download-link:hover {
    text-decoration: none;
    color: #55b;
}
.calendar-post .item-decision .download-link:hover {
    text-decoration: underline;
}

*/


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

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


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

