@import url("https://fonts.googleapis.com/css?family=Oswald:400|Roboto:400");.loader{width:100%;display:flex;justify-content:center;flex-direction:column;align-items:center;height:200px}.loader__spinner{-webkit-animation:rotate 1s linear infinite;animation:rotate 1s linear infinite;width:50px;height:50px}.loader__spinner .path{stroke:#00a0e4;stroke-linecap:round;-webkit-animation:dash 1.1s ease-in-out infinite;animation:dash 1.1s ease-in-out infinite}.loader__text{margin-top:15px;font-size:14px}@-webkit-keyframes rotate{to{transform:rotate(1turn)}}@keyframes rotate{to{transform:rotate(1turn)}}@-webkit-keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}@keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}.l7ow{display:block;position:relative;background-color:#000;background-position:50% 50%;background-repeat:no-repeat;background-size:cover;padding-top:56.25%;overflow:hidden;color:#fff;font-family:Roboto,sans-serif;font-weight:400}.l7ow__bg{background-color:rgba(0,0,0,.65);width:100%;height:100%}.l7ow__bg,.l7ow__container{display:flex;position:absolute;top:0;bottom:0;left:0;right:0}.l7ow__container{justify-content:center;align-items:center;flex-direction:column}.l7ow__access{width:100%;font-size:18px;text-align:center;line-height:2.2rem;z-index:1000;text-shadow:0 2px 2px #000}.l7ow--sm .l7ow__access{font-size:14px;line-height:20px}.l7ow--md .l7ow__access{font-size:24px;line-height:32px}.l7ow__access a.l7ow__access_link{text-decoration:none;color:#00a0e4}.l7ow__count{padding:20px 0}.l7ow__count_wrapper{width:100%;color:#000}.l7ow__count_section,.l7ow__count_wrapper{display:flex;justify-content:center;align-content:center}.l7ow__count_section{text-align:center;width:60px;flex-direction:column;margin:0 16px}.l7ow--sm .l7ow__count_section{margin:0 10px;width:60px}.l7ow--md .l7ow__count_section{margin:0 10px;width:100px}.l7ow__count_amount{background-color:hsla(0,0%,100%,.65);color:#000;font-size:50px;line-height:80px;padding:0 10px 6px;text-shadow:none;border-radius:5px;font-family:Oswald,sans-serif;display:block;text-align:center}.l7ow--sm .l7ow__count_amount{min-width:38px;font-size:28px;line-height:36px;padding:18% 2%}.l7ow--md .l7ow__count_amount{font-size:50px;line-height:70px}.l7ow__count_period{display:block;text-transform:uppercase;margin-top:8px;font-size:14px;color:#fff;text-align:center}.l7ow--sm .l7ow__count_period{font-size:12px}.l7ow__video{position:absolute;top:0;bottom:0}.l7ow__end,.l7ow__error,.l7ow__video{width:100%;display:flex;justify-content:center;align-content:center}.l7ow__end,.l7ow__error{align-items:center;font-size:24px;text-shadow:0 2px 2px #000}.l7ow--sm .l7ow__end,.l7ow--sm .l7ow__error{font-size:20px}.l7ow .loader{height:100%}.l7ow .loader circle{stroke:hsla(0,0%,100%,.65)}