  

/* Start:/local/templates/nsu/components/bitrix/catalog.section/academ_units/style.css?15114346041880*/
.elements {
    width: 100%;
    margin-top: 30px;
    /*margin-left: -43px;*/
}

.contents {
    margin-top: 31px;
    width: 250px;
}

.contents, .read_more_box {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    position: relative;
    right: 7px;
}

@media (min-width: 1200px) {
    .element {
        width: 320px !important;
    }
}

.element {
    display: inline-block;
    color: white;
    font-size: 16px;
    margin-bottom: 25px;
    min-height: 250px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    vertical-align: text-top;
    z-index: 2;
    background-color: #000000;
    background-repeat: no-repeat;
    margin-right: 20px;
}

.element:before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.element:hover:before {
    opacity: 0.25; 
}

.elements .element .academic-units-link{
 display: block; 
 height: 250px; 
}

.element img {
    width: inherit;
}

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

.element a:hover, .element a:visited {
    color: inherit;
    text-decoration: none;
}

.section_name {
    font-size: 22px;
    font-weight: 800;
    width: 260px;
    vertical-align: middle;
    display: table-cell;
    height: 120px;
}

.section_desc, .lab_list {
    font-weight: 800;
}

.read_more_box {
    position: relative;
    width: 170px;
    bottom: -9px;
}

.link {
    border: 2px solid #ffffff;
    padding-top: 6px;
    padding-bottom: 8px;
}

.link:hover{
    background-color: #ffffff;
    color: #272727;
}

.link.current {
    display: block;
}

.link a {
    color: inherit;
    text-decoration: none;
}
/* End */
/* /local/templates/nsu/components/bitrix/catalog.section/academ_units/style.css?15114346041880 */
