@charset "utf-8";.scrollToNext {position: fixed;right: 15px;bottom: 15px;z-index: 20;width: 50px;height: 50px;overflow: hidden;font-size: 24px;line-height: 46px;color: #fff;border-radius: 50%;text-align: center;text-decoration: none;box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.11), 3px 4px 5px 0 rgba(0, 0, 0, 0.11);}.scrollToNext:before {display: block;transition: .5s;transition-delay: 1.4s;}.scrollToNext.toTop {animation: rotate 1.6s linear;animation-delay: 1s;}.scrollToNext.toTop:before {transform: rotate(180deg);}@keyframes rotate {0%, 100% {transform: scale(1);}30%, 60% {transform: scale(0.7);}}.scrollToNext:focus {color: #fff;}.scrollToNext:hover {color: #fff;text-decoration: none;}.scrollToNext.active {-webkit-transform: translateY(0);transform: translateY(0);}.mobile .scrollToNext, .tablet .scrollToNext {display: none !important;}@media (min-width: 480px) {.scrollToNext {right: 40px;bottom: 40px;}}