

/* Start:/bitrix/templates/aspro-digital/components/bitrix/news.list/nv-catalog-section/style.css?16898477421815*/
.catalog.sections .row_block .item .image { 
      border-radius: 0px !important;      
}

.item-views.sections .row_block .item .title a {    
    text-transform: uppercase; 
    color: #00569c;
}

.item-views.sections .row_block .item .title a:active, .item-views.sections .row_block .item .title a:hover, .item-views.sections .row_block .item .title a:focus {    
    color: #222;
}


@media (min-width: 992px) {        
    
.item-views.sections .row_block .item .title a {   
 display: block;   
}

.catalog.sections .items > .col-md-4 {
    position: relative;
}

.catalog.sections .row_block .item .image {    
    float: none;      
    width: 100% !important;
    height: auto !important;
    line-height: 238px !important;
}

.catalog.sections .row_block .item .info {        
    
    width: 100%;    
    padding: 10px 20px 10px 20px !important;    
    
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 10;                
}

.catalog.sections .row_block .item:hover .title a {   
 color: #222;   
}

.catalog.sections .row_block .item .info.sublinks {
transition: background 0.2s ease-in;
}

.catalog.sections .row_block .item:hover .info.sublinks {
    padding-top: 8px;
    
    border-top: 3px solid #f5f5f5;  
    background: #f9f9f9;    
}

.item-views.sections .row_block .item .title {
    text-align: center;
}


.item-views.sections .row_block .item .text.childs{
    /*height: 0px !important;*/
    /*display: none !important;  */
    
    max-height: 0;
    transition: max-height 0.2s ease-out;
    overflow: hidden;
    
    margin: 0px 0px 0px 0px;    
}

.catalog.sections .row_block .item:hover .sublinks .text.childs {
    height: auto !important;
    //max-height: auto !important;
    /*display: block !important;*/    
    max-height: 500px;        
}   
    
}
/* End */
/* /bitrix/templates/aspro-digital/components/bitrix/news.list/nv-catalog-section/style.css?16898477421815 */
