.c-circle-menu{position:fixed;top:20px;right:20px;z-index:1000;width:40px;height:40px;border-radius:20px}@media(min-width:480px) and (min-height:480px){.c-circle-menu{width:80px;height:80px;border-radius:40px}}.c-circle-menu__items{display:block;list-style:none;position:absolute;z-index:2;margin:0;padding:0}.c-circle-menu__item{display:block;position:absolute;top:0;left:0;width:40px;height:40px;border-radius:20px;opacity:0;transition:transform,opacity;transition-duration:.3s,.3s;transition-timing-function:cubic-bezier(.35,-.59,.47,.97)}@media(min-width:480px) and (min-height:480px){.c-circle-menu__item{width:80px;height:80px;border-radius:40px}}.c-circle-menu__item:nth-child(1){transition-delay:.5s}.c-circle-menu__item:nth-child(2){transition-delay:.4s}.c-circle-menu__item:nth-child(3){transition-delay:.3s}.c-circle-menu__item:nth-child(4){transition-delay:.2s}.c-circle-menu__item:nth-child(5){transition-delay:.1s}.c-circle-menu__item:nth-child(6){transition-delay:0s}.c-circle-menu.is-active .c-circle-menu__item{transition-timing-function:cubic-bezier(.35,.03,.47,1.59)}.c-circle-menu.is-active .c-circle-menu__item:nth-child(1){transition-delay:0s;transform:translate(-144px,0)}@media(min-width:480px) and (min-height:480px){.c-circle-menu.is-active .c-circle-menu__item:nth-child(1){transform:translate(-288px,0)}}.c-circle-menu.is-active .c-circle-menu__item:nth-child(2){transition-delay:.1s;transform:translate(-137px,44px)}@media(min-width:480px) and (min-height:480px){.c-circle-menu.is-active .c-circle-menu__item:nth-child(2){transform:translate(-274px,88px)}}.c-circle-menu.is-active .c-circle-menu__item:nth-child(3){transition-delay:.2s;transform:translate(-117px,84px)}@media(min-width:480px) and (min-height:480px){.c-circle-menu.is-active .c-circle-menu__item:nth-child(3){transform:translate(-233px,169px)}}.c-circle-menu.is-active .c-circle-menu__item:nth-child(4){transition-delay:.3s;transform:translate(-85px,116px)}@media(min-width:480px) and (min-height:480px){.c-circle-menu.is-active .c-circle-menu__item:nth-child(4){transform:translate(-170px,232px)}}.c-circle-menu.is-active .c-circle-menu__item:nth-child(5){transition-delay:.4s;transform:translate(-45px,136px)}@media(min-width:480px) and (min-height:480px){.c-circle-menu.is-active .c-circle-menu__item:nth-child(5){transform:translate(-89px,273px)}}.c-circle-menu.is-active .c-circle-menu__item:nth-child(6){transition-delay:.5s;transform:translate(0,144px)}@media(min-width:480px) and (min-height:480px){.c-circle-menu.is-active .c-circle-menu__item:nth-child(6){transform:translate(0,288px)}}.c-circle-menu.is-active .c-circle-menu__item{opacity:1}.c-circle-menu__link{display:block;width:100%;height:100%;border-radius:20px;box-shadow:inset 0 0 0 2px #fff;text-align:center;line-height:53px}@media(min-width:480px) and (min-height:480px){.c-circle-menu__link{border-radius:40px}}.c-circle-menu__link img{display:block;max-width:100%;height:auto}.c-circle-menu__link:hover{box-shadow:inset 0 0 0 2px #81c12d}.c-circle-menu__toggle{display:block;position:absolute;z-index:100;margin:0;padding:0;width:40px;height:40px;background-color:#81c12d;font:inherit;font-size:0;text-indent:-9999px;border-radius:20px;transition:background .3s;cursor:pointer;border:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;box-shadow:none}@media(min-width:480px) and (min-height:480px){.c-circle-menu__toggle{width:80px;height:80px;border-radius:40px}}.c-circle-menu__toggle:hover,.c-circle-menu__toggle:focus,.c-circle-menu__toggle.is-active{outline:none;background-color:#4a6e1a}.c-circle-menu__toggle span,.c-circle-menu__toggle span::before,.c-circle-menu__toggle span::after{display:block;position:absolute;height:4px;background:#fff;border-radius:1px}@media(min-width:480px) and (min-height:480px){.c-circle-menu__toggle span,.c-circle-menu__toggle span::before,.c-circle-menu__toggle span::after{height:8px;border-radius:2px}}.c-circle-menu__toggle span{top:18px;left:10px;right:10px;transition:background .3s}@media(min-width:480px) and (min-height:480px){.c-circle-menu__toggle span{top:36px;left:20px;right:20px}}.c-circle-menu__toggle span::before,.c-circle-menu__toggle span::after{left:0;width:100%;content:"";transition-duration:.3s,.3s;transition-delay:.3s,0s}.c-circle-menu__toggle span::before{top:-8px;transition-property:top,transform}@media(min-width:480px) and (min-height:480px){.c-circle-menu__toggle span::before{top:-16px}}.c-circle-menu__toggle span::after{bottom:-8px;transition-property:bottom,transform}@media(min-width:480px) and (min-height:480px){.c-circle-menu__toggle span::after{bottom:-16px}}.c-circle-menu__toggle.is-active span{background:0 0}.c-circle-menu__toggle.is-active span::before{top:0;transform:rotate(45deg);transition-delay:0s,.3s}.c-circle-menu__toggle.is-active span::after{bottom:0;transform:rotate(-45deg);transition-delay:0s,.3s}.c-circle-menu__mask{position:fixed;top:0;left:0;z-index:1;visibility:hidden;opacity:0;width:100%;height:100%;background-color:rgba(0,0,0,.8);transition:opacity .3s,visibility .3s}.c-circle-menu__mask.is-active{opacity:1;visibility:visible}