header .menu{display:flex;align-items:center;justify-content:center}.li-home{position:relative;top:5px;left:0}.storyModal.modal{background-color:rgba(0,0,0,.97)}.storyIcon{padding:0;border:0;width:30px;height:30px;background-color:transparent;display:flex;position:relative;bottom:2px}.storyIcon:hover{opacity:1}.storyIcon__fix{width:25px;height:25px;position:absolute;top:17px;bottom:unset;visibility:hidden;opacity:0;-webkit-transition:.2s ease-out;transition:.2s ease-out}.storyIcon__fix.active{visibility:visible;opacity:1}.storyIcon__fix.storyRipple:after,.storyIcon__fix.storyRipple:before{top:4px}.storyPopup{margin:auto;height:calc(100vh - 25px);display:flex;flex-direction:column;align-items:center;justify-content:center}.storyPopup__cap{font:700 20px Roboto,sans-serif;color:#fff}.storyContent{margin-top:20px;width:100vw;position:relative}.storyContent .slick-slide{opacity:.4}.storyContent .slick-slide.is-hidden{opacity:0;visibility:hidden}.storyContent .slick-center,.storyContent .slick-current{opacity:1}.storyContent .slick-arrow{position:absolute;top:50%;visibility:hidden;z-index:1}.storyContent .slick-arrow:before{content:"";background:url(../images/story-arrow-right.png);width:30px;height:30px;position:absolute;visibility:visible;transition:.2s ease-out}.storyContent .slick-arrow.disabled:before{opacity:.4;pointer-events:none}.storyContent .slick-prev{left:-5px;transform:rotate(180deg);top:calc(50% + 10px)}.storyContent .slick-next{right:20px}.storyContent .slick-dots{width:295px;left:50%;transform:translateX(-50%)}.storyContent .slick-dots li{width:30px;height:4px;margin:5px;background:#6f6f6f;z-index:1;overflow:hidden;border-radius:20px}.storyContent .slick-dots li.slick-active:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:100%;border-bottom:4px solid #61c3f1}.storyContent .slick-dots li:first-child{margin-left:0}.storyContent .slick-dots li:last-child{margin-right:0}.storyWrapper{display:flex;justify-content:center}.storyList{margin-top:20px}.storyItem{padding-left:5px;padding-right:5px}.storyImg{max-height:calc(100vh - 140px);height:auto;width:auto;max-width:100%}.storyDots{position:absolute;width:100vw;height:3px;top:0}.storyClose{position:absolute;right:25px;top:-20px;width:20px;height:20px;background:transparent;border:0;z-index:1}.storyClose:hover{opacity:1}.storyClose:after,.storyClose:before{top:0;position:absolute;left:15px;content:" ";height:20px;width:2px;background-color:#fff}.storyClose:before{transform:rotate(45deg)}.storyClose:after{transform:rotate(-45deg)}.storyProgress{position:absolute;bottom:0;width:100%;height:3px;background:#6f6f6f;border-radius:20px}.storyProgress .progress{width:0;height:3px;background:#61c3f1}.storyRipple:after{animation-delay:0s;animation-iteration-count:infinite;animation-timing-function:cubic-bezier(.65,0,.34,1)}.storyRipple:after,.storyRipple:before{opacity:0;display:flex;flex-direction:row;justify-content:center;align-items:center;position:absolute;top:2px;left:0;right:0;bottom:0;content:"";height:100%;width:100%;border:8px solid #ffe4e3;border-radius:100%;animation-name:ripple;animation-duration:3s;z-index:-1}.storyRipple:before{animation-delay:.5s;animation-iteration-count:infinite;animation-timing-function:cubic-bezier(.65,0,.34,1)}@keyframes ripple{0%{opacity:1;transform:scale3d(.75,.75,1)}to{opacity:.6;transform:scale3d(1.5,1.5,1)}}