input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.circular-loader{display:block;-webkit-animation:rotate 2s linear infinite;animation:rotate 2s linear infinite;height:100%;transform-origin:center center;width:100%}.loading{position:relative;display:block}.loading .circular-loader{max-width:20px}.loader-path{stroke-dasharray:150,200;stroke-dashoffset:-10;-webkit-animation:dash 1.5s ease-in-out infinite,color 6s ease-in-out infinite;animation:dash 1.5s ease-in-out infinite,color 6s ease-in-out infinite;stroke-linecap:round}@-webkit-keyframes rotate{to{transform:rotate(1turn)}}@keyframes rotate{to{transform:rotate(1turn)}}@-webkit-keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35}to{stroke-dasharray:89,200;stroke-dashoffset:-124}}@keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35}to{stroke-dasharray:89,200;stroke-dashoffset:-124}}@-webkit-keyframes color{0%{stroke:#70c542}40%{stroke:#70c542}66%{stroke:#70c542}80%,90%{stroke:#70c542}}@keyframes color{0%{stroke:#70c542}40%{stroke:#70c542}66%{stroke:#70c542}80%,90%{stroke:#70c542}}.info{background:url(/images/info.svg) 1em no-repeat,rgba(0,0,0,.1);background-size:2em;border-radius:20px;font-size:.9em;padding:1em 1em 1em 4em;border-bottom:1px solid hsla(0,0%,100%,.1);box-shadow:inset 0 2px 2px rgba(0,0,0,.1);text-shadow:0 1px 1px rgba(0,0,0,.4);color:hsla(0,0%,100%,.7)}.modal--footer input[type=number]{background:none;border:none;border-bottom:1px solid hsla(0,0%,100%,.1);outline:none;color:#fff;font-size:18pt;width:80%}.select-sum input[type=radio]{display:none}.select-sum label{cursor:pointer;background:#15181e;color:hsla(0,0%,100%,.7);border-bottom:1px solid hsla(0,0%,100%,.1);box-shadow:inset 0 2px 2px rgba(0,0,0,.1);text-shadow:0 1px 1px rgba(0,0,0,.4)}.select-sum input[type=radio]:checked+label{background-image:linear-gradient(90deg,#3e91f1 0,#3089f0);color:#fff}.select-sum label:hover{background-color:#13161c}.modal-shadow{position:fixed;top:0;left:0;min-height:100%;width:100%;background:rgba(0,0,0,.6);z-index:3}.modal-presale{background:#1b1e25 url(/images/header1.png) 100% 0 no-repeat;background-size:50%;box-shadow:0 10px 30px #000;border-radius:20px;padding:30px;min-width:420px;max-width:580px;top:50%;left:50%;transform:translate(-50%,-50%);z-index:4}.modal-presale,.modal_close{position:absolute;content:""}.modal_close{right:10px;top:20px;background:none;max-width:24px}.fade-enter-active,.fade-leave-active{transition:opacity .4s linear}.fade-enter,.fade-leave-to{opacity:0}