footer{
    margin-top: auto;
    background: url(../image/imgfooter.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-top: solid 1px #666;
    border-bottom: solid 1px #666;
    padding-top: 50px;
}
.rowfooter{
    display: grid;
    grid-template-columns: 40% 60%;
}
.btnaccessfooter{
    display: block;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    line-height: 20px;
    margin-bottom: 20px;
}
.rowrightfooter{
    display: grid;
    grid-template-columns: 22% 35% 15% 28%;
    margin: 95px 0;
}
.titlucategfooter{
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 40px;
    text-align: center;
}
.footer-link-container {
    text-align: center;
}
.linkcategfooter{
    display: block;
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 10px;
}
.inputnewsletter{
    background: transparent;
    height: 35px;
    border: solid 1px #4d4d4d;
    border-right: none;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    border-radius: 0;
}
.inputnewsletter::placeholder{
    opacity: 0.4;
}
.news_btn{
    display: block;
    height: 35px;
    background: var(--culoare-activa);
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    line-height: 35px;
    border: none;
    width: 100%;
}
.btpowered{
    background: #000;
    display: flex;
    height: 110px;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 400;
    color: #d0d0d0;
}
.ftcolor{
    color: var(--culoare-activa);
    font-weight: 700;
}
.ftcolor:hover{
    text-decoration: underline;
}
.in-view{
    animation: fadein 2s;
}
@keyframes fadein {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}
.categfooter{
    border-left: solid 1px #787572;
    padding: 0 50px;
    min-heighT: 120px;
}
.brcategfooter{
    border-right: solid 1px #787572;
}
.douacol{
    column-count: 2;
    text-align: center;
}
.colcontact{
    margin-right: 50px;
}
.subsocfooter{
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
    text-align: center;
    padding-left: 50px;
}
.footer-social-area a {
    color: #ffffff;
    fill: #ffffff;
    stroke: #ffffff;
    font-size: 28px;
    margin: 0px 5px;
}
.footer-social-area a:hover {
    color: var(--culoare-activa);
    fill: var(--culoare-activa);
    stroke: var(--culoare-activa);
}
.footer-social-area a svg {
    width: 22px;
    margin-top: -5px;
}

@media ( max-width: 1399px ) {
    .footer-link-container {
        text-align: left;
    }
}
