@media (max-width: 767px) {
    .bar {
        width: 100%;
        height: 90px;
        background: #232f3e;
        box-shadow: 0 10px 40px rgba(51, 51, 51, 0.4);
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
        justify-content: space-between;
        flex-direction: row;
        padding: 0 15px;
        position: fixed;
        bottom: 0;
        z-index: 812;
    }

    .els-wrap {
        display: flex;
        align-items: center;
        width: auto;
        background-size: 1200px;
        background-position: 100% 50%;
        color: #333333;
        padding: 0 9px;
        border-radius: 100px;
        overflow: hidden;
        text-decoration: none;
        cursor: pointer;
        transition: width 200ms, padding 200ms, border-radius 300ms, background-position 900ms;
        transition-timing-function: ease-in-out;
        flex-direction: column;
    }

        /*.els-wrap:hover {
            background-position: 0 50%;
            padding: 0 9px;
            border-radius: 50px;
        }*/

        /*.els-wrap:hover .icon {
                font-size: 27px;
                margin-right: 10px;
            }*/

        /*  .els-wrap:hover .label {
                opacity: 1;
            }*/

        /* .els-wrap:focus {
            background-position: 0 50%;
            padding: 3px 13px;
            border-radius: 50px;
        }*/

        /*.els-wrap:focus .icon {
                font-size: 27px;
                margin-right: 10px;
            }*/
        /*
            .els-wrap:focus .label {
                opacity: 1;
            }*/

        .els-wrap .icon {
            font-size: 30px;
            margin-left: 0px;
            position: relative;
            z-index: 2;
            transition: font-size 250ms, margin-left 200ms;
            transition-timing-function: ease-out;
            color: #fff;
        }

        .els-wrap .label {
            font-weight: 400;
            /* opacity: 0;*/
            position: relative;
            z-index: 2;
            font-size: 14px;
            transition: opacity 400ms;
            transition-delay: 130ms;
            transition-timing-function: ease-out;
            margin-bottom: 0;
        }

        .els-wrap:hover .icon ,
            .els-wrap:hover .label {
            color: #7c0404;
        }
    /*.el-0 {
    background-image: radial-gradient(circle at right, #fff, rgb(216,216,255));
}

.el-1 {
    background-image: radial-gradient(circle at right, #fff, rgb(216,216,255));
}

.el-2 {
    background-image: radial-gradient(circle at right, #fff, rgb(255,216,216));
}

.el-3 {
    background-image: radial-gradient(circle at right, #fff, rgb(255,236,216));
}

.el-4 {
    background-image: radial-gradient(circle at right, #fff, rgb(255,255,216));
}*/

    /* .el-0:hover {
        width: 160px;
    }

    .el-0:focus {
        width: 160px;
    }

    .el-1:hover {
        width: 160px;
    }

    .el-1:focus {
        width: 160px;
    }

    .el-2:hover {
        width: 160px;
    }

    .el-2:focus {
        width: 160px;
    }

    .el-3:hover {
        width: 160px;
    }

    .el-3:focus {
        width: 160px;
    }

    .el-4:hover {
        width: 160px;
    }

    .el-4:focus {
        width: 160px;
    }*/
}

@media (min-width: 768px) {
    .bar {
        display: none;
    }
}
