.bgmoduleftd{
    background: url(../image/bgftd.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.titluactive{
    color: var(--culoare-activa);
    font-weight: 700;
}
.posrelmodule{
    position: relative;
    text-align: center;
    padding: 100px 0;
}
.posrelmodule:after{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    height: 1px;
    width: 100%;
    background: #575858;
}
.numemodule{
    background: #0f1011;
    padding: 0 50px;
    position: relative;
    z-index: 2;
    display: inline-block;
    font-size: 36px;
    font-weight: 100;
    color: #fff;
}
.vztoatemasinile {
    background: var(--culoare-activa);
    color: #000;
    font-size: 16px;
    font-weight: 600;
    min-height: 60px;
    line-height: 60px;
    min-width: 240px;
    text-align: center;
    display: inline-block;
    position: relative;
}
#common-home .vztoatemasinile {
    padding: 0px 40px 0px 20px;
}
.vztoatemasinile:hover{
    color: #000;
}
.boxvztoatemasinile{
    border-top: solid 1px #575858;
    margin-top: 50px;
    padding-top: 40px;
    text-align: center;
    padding-bottom: 50px;
}
.bgspin{
    background: #000;
    position: relative
}
.txtspin{
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    margin-bottom: 50px;
}
.boxspin{
    position: relative;
    border: solid 5px #8693a1;
}
.img360{
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
}
.boxvztoatemasinilespin{
    margin-top: 50px;
    text-align: center;
    padding-bottom: 110px;
}
.bgleasing{
    background: #1f1f1f;
    padding: 150px 0;
}
.rowleasinghome{
    display: grid;
    grid-template-columns: 50% calc(50% - 70px);
    gap: 70px;
}
.imgleasing{
    border: solid 5px rgba(255, 255, 255, 0.5);
}
.titluleasinghome{
    font-size: 34px;
    font-weight: 100;
    color: #fff;
    text-transform: uppercase;
    margin-top: -30px;
    background: #1f1f1f;
    position: relative;
    z-index: 2;
    line-height: 34px;
}
.leasingactive{
    color: var(--culoare-activa);
    font-size: 34px;
    font-weight: 700;
}
.textleasinghome{
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    line-height: 30px;
    margin: 50px 0;
    text-align: justify;
}
.rowloremleasing{
    display: grid;
    grid-template-columns: auto 12fr;
    gap: 20px;
    align-items: center;
    margin-bottom: 30px;
}
.bulinavazutleasing{
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2c2c2c;
    border-radius: 100%;
    color: var(--culoare-activa);
    font-weight: 700;
    font-size: 30px;
}
.textloremleasing{
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    width: 85%;
}
.finantareleasing{
    font-size: 100px;
    line-height: 50px;
    font-weight: 700;
    color: #1f1f1f;
    text-shadow: 0 0 1px var(--culoare-activa);
}
.rowimprumuthome{
    display: grid;
    grid-template-columns: calc(50% - 70px) 50%;
    gap: 70px;
}
.titluimprumuthome{
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    text-align: justify;
    line-height: 30px;
    margin-bottom: 30px;
}
.boxnrtotalmasini {
    margin-bottom: 20px;
}
.nrtotalmasini-text {
    font-weight: 700;
    color: #fff;
}
.nrtotalmasini-nr {
    color: var(--culoare-activa);
}