.science-list .item-science-box {
    margin-bottom: 40px;
}

.science-list .item-science-box a {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.science-list .item-science {
    background: #ffffff;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    padding: 30px 35px;
    height: 100%;
    border: 3px solid #f0f3f7;
    transition: 0.3s ease;
}

.science-list .item-science .item-science-name {
    font-weight: 600;
    font-size: 17px;
    line-height: 160%;
    color: #000;
    position: relative;
    z-index: 5;
}

.science-list .item-science-box a:hover .item-science {
    background: #ea9d4e;
    border-color: #ea9d4e;
}

.science-list .item-science-box a:hover .item-science-name,
.science-list .item-science-box a:hover .item-name-tag {
    color: #fff;
}



.science-list a {
    text-decoration: none !important;
}

.leader-fio {
    margin-top: 25px;
    font-size: 16px;
}

.item-name-tag {
    font-weight: 500;
    font-size: 13px;
    color: #6f6f6f;
    letter-spacing: 0.2px;
}

.item-numb {
    position: absolute;
    right: -8px;
    bottom: -15px;
    font-weight: bold;
    font-size: 96px;
    color: #f0f3f7;
    text-align: right;
    line-height: 100%;
    text-shadow: initial;
}

.science-list .item-science-box a:hover .item-numb {
    color: #F8BF84;
}