        /* ******************************* MOBIL ***************************** */
    @media (max-width: 640px) {

        .meniurapid {
            display: none;
        }

        .meniu_asista_mobil {
            display: block;
        }
        .meniu_asista_mobil a{
            color: var(--brand);
        }
    }

    /* ******************************* TABLETA ***************************** */
    @media (min-width: 641px) and (max-width: 980px) {

        .meniu_asista_mobil {
            display: none;
        }

        .meniurapid {
            margin: 0;
            padding: 0;
            font-family: sans-serif;
        }

        .meniurapid ul {
            width: 95%;
            position: absolute;
            top: 2.35rem;
            left: 50%;
            transform: translate(-50%, -50%);
            margin: 0;
            padding: 0;
            background: #fff;
            display: flex;
        }

        .meniurapid ul li {
            width: 100%;
            list-style: none;
            text-align: center;
            display: block;
            border-right: 1px solid rgba(0, 0, 0, 0.2);
        }

        .meniurapid ul li a {
            text-decoration: none;
            width: auto;
            min-width: 80px;
            display: block;
            font-size: 70%;
        }

        .meniurapid ul li a .icon {
            width: 40px;
            height: 40px;
            text-align: center;
            overflow: hidden;
            margin: 0 auto 10px;

        }

        .meniurapid ul li a .icon .fa {
            width: 100%;
            height: 100%;
            font-size: 34px;
            transition: 0.5s;
            color: #000000ca;
        }

        .name {
            overflow: hidden;
            transition: 0.5s;
        }

        .meniurapid ul li:last-child {
            border-right: none;
        }

        .meniurapid ul li a .icon .fa:last-child {
            color: rgb(47, 0, 255);
        }

        .meniurapid ul li a .name span {
            display: block;
            color: #000000ca;
            transform: translateY(0);
            transition: transform .4s;
        }

        .meniurapid ul li a .name span::after {
            content: attr(data-text);
            position: absolute;
            left: 0;
            right: 0;
            top: 100%;
            text-align: center;
            color: rgb(47, 0, 255);
            transform: translateY(0);
            transition: transform .4s;
        }

        .meniurapid ul li a:hover .name span {
            transform: translateY(-100%);
        }

        .meniurapid ul li a:hover .name::after {
            transform: translateY(-100%);
        }

        .meniurapid ul li a:hover .icon .fa {
            transform: translateY(-100%);
        }

        /* ========== header ========== */
        .ul_linkuri {
            display: none;
        }
        .meniurapid ul {
            width: 100%;
            height: 5rem;
        }
        .name span {
            padding: 0.1rem;
            font-size: 0.7rem;
        }

        .icon {
            transform: scale(0.7);
        }

    }

/* ******************************* PC ***************************** */
    @media (min-width: 981px) {

        .meniu_asista_mobil {
            display: none;
        }

        .meniurapid {
            margin: 0;
            padding: 0;
            font-family: sans-serif;
        }

        .meniurapid ul {
            width: 80%;
            margin: 1px auto;
            padding: 0;
            background: #fff;
            display: flex;
            justify-content: center;
            text-align: center;
            align-items: center;
        }

        .meniurapid ul>li:hover {
            transform: translate(-50% -50% -50% -50%);
        }

        .meniurapid ul li {
            width: 100%;
            list-style: none;
            text-align: center;
            display: block;
            border-right: 1px solid rgba(0, 0, 0, 0.2);
        }

        .meniurapid ul li a {
            text-decoration: none;
            width: auto;
            min-width: 100px;
            display: block;
        }

        .meniurapid ul li a .icon {
            width: 40px;
            height: 35px;
            text-align: center;
            overflow: hidden;
            margin: 0 auto 10px;
            transform: scale(1.1);

        }

        .meniurapid ul li a .icon .fa {
            width: 100%;
            height: 100%;
            font-size: 25px;
            transition: 0.5s;
            color: #000000ca;
        }

        .name {
            overflow: hidden;
            transition: 0.5s;
            text-align: center;
        }

        .name span {
            font-size: 0.9rem;
            color: #000000ca;
            transition: 0.5s;
        }

        .meniurapid ul li:last-child {
            border-right: none;
        }

        .meniurapid ul li a .icon .fa:last-child {
            color: rgb(47, 0, 255);
        }

        .meniurapid ul li a .name span {
            display: block;
            color: #000000ca;
            transform: translateY(0);
            transition: transform .4s;
        }

        .meniurapid ul li a .name span::after {
            content: attr(data-text);
            position: absolute;
            left: 0;
            right: 0;
            top: 100%;
            text-align: center;
            color: rgb(47, 0, 255);
            transform: translateY(0);
            transition: transform .4s;
        }

        .meniurapid ul li a:hover .name span {
            transform: translateY(-100%);
        }

        .meniurapid ul li a:hover .name::after {
            transform: translateY(-100%);
        }

        .meniurapid ul li a:hover .icon .fa {
            transform: translateY(-100%);
        }

        .ul_linkuri {
            width: 100%;
            display: flex;
        }

        .meniurapid ul {
            width: 100%;
            height: 5rem;
        }

        .name span{
            font-size: 0.7rem;
        }
    }

    @media screen and (min-width: 1245px),
    handheld and (min-width: 640px) {
        .meniurapid ul {
            width: 95%;
            /* height: 5rem; */
        }
        .name span{
            font-size: 0.8rem;
        }

    }