.footer{
    background-color: var(--culoare-activa);
    padding: 100px 0;
}
.logofooter{
    margin-bottom: 60px;
}
.menufooter .barmenuarealink{
    color: #fff;
}
.menufooter .menuarea{
    justify-content: center;
}
.menufooter .menuarea path{
    fill: #fff
}
.menufooter {
    margin-bottom: 60px;
}
.rowfooterup{
    display: grid;
    grid-template-columns: 60fr 60fr;
    gap: 40px;
}
.rowfooterupdescr{
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    color: #fff;
    margin-bottom: 40px;
    width: 70%;
}
.rowfooteruptel{
    display: flex;
    align-items: center;
    gap: 20px;
    color: #39DCFF;
    font-size: 36px;
    font-weight: 700;
}
.rowfooterright{
    display: flex;
    justify-content: space-around;
    gap: 40px;
}
.rowfooterrighttitle{
    font-size: 23px;
    font-weight: 500;
    color: #fff;
    line-height: 34px;
    margin-bottom: 10px;
}
.rowfooterrightlink{
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 27px;
    display: block;
}
.rowfooterrightlink:hover{
    color: #fff;
    text-decoration: underline;
}
.rowfooterdown{
    display: grid;
    grid-template-columns: 86fr 14fr;
    gap: 40px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 40px;
}
.rowfooterdownmedium{
    font-weight: 500;
}
.rowfooterdownright{
    display: flex;
    align-items: end;
    gap:20px;
}
.footercopy{
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #fff;
    margin-bottom: 40px;
}