.doc-list-block {
    
}

.doc-list-block h2.title-razd {
    font-size: 1.8rem;    
    margin: 0;
    padding: 3px 20px;
    display: inline-block;
    width: 100%;
    color: #404040;
    padding-left: 0;
}    

.doc-list-block h2.title-razd .icon {
    font-size: 35px;    
}

.doc-table thead th {
    font-family: 'DIN-COND-NORM';
    font-weight: normal;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: #F0F0F0;
}


.doc-table td {
    vertical-align: middle;
    font-size: 1.15rem;
}

table.doc-table td.one-col {
    width: 100px;
}

table.doc-table td.three-col,
table.doc-table td.four-col {
    width: 150px;
    text-align: center;
    font-family: 'DIN-NORM';
    font-size: 1.25rem;
    color: #3C3C3C;
}

table.doc-table td .xar-item {
    font-size: 0.85rem;
    color: #747474;
    margin-top: 3px;
}



table.doc-table td.two-col .icon {
    font-size: 5rem;
}

.doc-list-block .icon {
    font-size: 5rem;
}

.doc-list-block a {
    font-size: 1.2rem;
}

table.doc-table td.one-col a {
    display: block;
    width: 100%;
    height: auto;
}

table.doc-table td.one-col .img {
  width: 200px;    
  margin-right: 15px;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-out;
    height: 150px;
    overflow: hidden;  
    position: relative;
    border: 1ps solid #F0F0F0;
}

table.doc-table td.one-col .img:hover {
  -webkit-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}


table.doc-table td.one-col .img img {
    width: 100%;
    max-width: 100%;
}

table.doc-table td.one-col .img .panel {
    background-color: #F0F0F0;
    display: block;
    position: absolute;
    width: 100%;
    height: 30px;
    z-index: 1;
    bottom: 0;
    
}

table.doc-table td.one-col .img .panel .icon-small {
    font-size: 20px;
    display: block;
    position: absolute;
    left: 10px;  
    bottom: 5px;    
}

table.doc-table td.one-col .img .panel .name-file {
    font-size: 12px;
    display: block;
    position: absolute;
    left: 35px;  
    bottom: 5px;    
   overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;   
    color: #606060;
    
}