#Snow{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: rgba(255,255,240,0.1);
    pointer-events: none;
}
#ad_t2,#profile_block,#sidebar_search,#calendar{
   display: none;
}
.c_ad_block,.recomm-block{
  display: none;
}
 .img_avatar:hover{
            -webkit-transform: rotate(360deg);
            animation: img_avatar 8s linear infinite;
            -moz-animation: img_avatar 8s linear infinite;
            -webkit-animation: img_avatar 8s linear infinite;
            -o-animation: img_avatar 8s linear infinite;
 }
@-webkit-keyframes img_avatar{
            from {
            -webkit-transform: rotate(0deg);
            }
            to {
                -webkit-transform: rotate(360deg);
            }
        }