﻿.module-snowfall{width:100%;position:fixed;top:0;left:0;right:0;bottom:0;height:100vh;display:none}.module-snowfall--animate{display:block}.module-snowfall__item{fill:currentColor;-webkit-animation-duration:6s;animation-duration:6s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:linear;animation-timing-function:linear;will-change:transform,opacity}.module-snowfall__item:nth-child(2n){-webkit-animation-delay:2s;animation-delay:2s}.module-snowfall__item:nth-child(3n){-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-duration:4s;animation-duration:4s}.module-snowfall__item:nth-child(4n){-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-duration:5s;animation-duration:5s}.module-snowfall__item:nth-child(5n){-webkit-animation-delay:2.5s;animation-delay:2.5s}.module-snowfall--animate .module-snowfall__item{-webkit-animation-name:module-snowfall-animate;animation-name:module-snowfall-animate}@-webkit-keyframes module-snowfall-animate{0%{opacity:1}100%{opacity:0;-webkit-transform:translateY(100vh);transform:translateY(100vh)}}@keyframes module-snowfall-animate{0%{opacity:1}100%{opacity:0;-webkit-transform:translateY(100vh);transform:translateY(100vh)}}