.rowftdcateg{
    displaY: grid;
    margin: 0 128px;
    grid-template-columns: repeat(4, calc(25% - 32px));
    gap: 73px 43px;
}
.boxftdcateg{
    border: solid 2px #a3a3a3;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.boxftdcateg img{padding: 30px}
.boxftdcateg:hover{
    border: solid 2px #000;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.6);
}
.boxftdcateg:hover .boxnumeftdcateg{
    background: #292929;
}
.boxftdcateg:hover .numeboxftdcateg{
    color: var(--culoare-activa);
}
.boxnumeftdcateg{
    position: absolute;
    bottom: -30px;
    left: 20px;
    width: calc(100% - 40px);
    background: var(--culoare-activa);
    height: 60px;
    display: grid;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    text-align: center;
}
.numeboxftdcateg{
    font-size: 18px;
    font-weight: 800;
    color: #292929;
    line-height: 20px;
    display: flex;
    margin: 10px 20px;
    max-height: 40px;
    overflow: hidden;
}
.numeboxftdcateg:hover{
    color: #292929;
}
.nameftdcateg{
    font-size: 86px;
    line-height: 90px;
    font-weight: 900;
    color: #fff;
    text-shadow: 0 0px 1px #000;
    position: relative;
    display: inline-block;
    margin: 75px 0;
}
.numemodule{
    position: absolute;
    bottom: -30px;
    left: 50px;
    font-size: 60px;
    line-height: 60px;
    font-weight: 900;
    color: #292929;
}
.dotsabsleft{
    position: absolute;
    left: 0;
    top: 210px;
}
.dotsabsright{
    position: absolute;
    right: 0;
    bottom: 30px;
}
.bgtaburi{
    background: #f5f5f5;
    padding: 75px 0;
}
.gri{
    color: #f5f5f5 !important
}
.numetabmodul{
    background: var(--culoare-activa);
    height: 45px;
    padding: 0 30px;
    display: inline-flex;
    margin-right: 50px;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 900;
    color: #292929;
    position: relative;
    z-index: 9;
    cursor: pointer;
    transition: 0.5s all ease-in-out;
    border: solid 1px var(--culoare-activa)
}
.numetabmodul:last-child{
    margin-right: 0px;
}
.numetabmodul:hover{
    background: #000;
    color: var(--culoare-activa);
    border: solid 1px var(--culoare-activa);
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.48);
}
.listataburi{
    display: inline-block;
    position: relative;
    margin-bottom: 80px;
}
.listataburi:after{
    position: absolute;
    content: '';
    top: 50%;
    height: 1px;
    width: 100%;
    background: #7c7c7c;
    left: 0;
}
.tabactive{
    background: #000;
    color: var(--culoare-activa);
    border: solid 1px var(--culoare-activa);
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.48);
}
