/**
 * This file should contain all your custom styles.
 * This don't should be overwritten!
 */

/** ===================== New Years ===================== **/

/*.newmenu:after {   
    top: 60px;
    left: 0;
    right: 0;
    height: 22px;
    background: url(https://aggrssv.ru/uploads/images/newyear/light.png);
    background-size: contain;
    content: '';
    display: block;
    position: absolute;
    z-index: 1; 
}
.ny:after {   
    top: 12px;
    left: 7px;
    right: 0;
    height: 30px;
    background: url(https://aggrssv.ru/uploads/images/newyear/newyearhat.png) no-repeat;
    background-size: contain;
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
}*/