.wrapper-preloader{height:10px;display:inline-block;width:77px}.wrapper-preloader .circle{border-radius:50%;border:2px solid;background:currentColor;float:left;height:10px;margin:0 5px;width:10px}.wrapper-preloader .circle-1{animation:move 1s ease-in-out infinite}.wrapper-preloader .circle-1a{animation:fade 1s ease-in-out infinite;margin-left:-15px;opacity:0}.wrapper-preloader .circle-2{animation:move 1s ease-in-out infinite}.wrapper-preloader .circle-3{animation:circle-3 1s ease-in-out infinite;opacity:1}@keyframes fade{0%{opacity:0}to{opacity:1}}@keyframes move{0%{transform:translateX(0)}to{transform:translateX(21px)}}@keyframes circle-3{0%{opacity:1}to{opacity:0}}.btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 20px;min-height:60px;border-radius:50px;text-align:center;background:#ffce00;border:3px solid #ffce00;text-transform:uppercase;font-family:Roboto,sans-serif;font-weight:700;font-style:normal;line-height:1;cursor:pointer;transition:all .2s}.btn:hover{background:#fede59;border-color:#fede59}.btn:active{background:#eebf00;border-color:#eebf00}.btn.btn_disabled{background:#d9d9d9;border-color:#d9d9d9}.btn_theme_empty-light{border-color:#a3c9e8;background:rgba(0,0,0,0);color:#fff}.btn_theme_empty-light-active,.btn_theme_empty-light:hover{border-color:#fff;background:#fff;color:#0086e8}.btn_theme_empty{background:rgba(0,0,0,0)}.btn_theme_empty-active,.btn_theme_empty:hover{background:#ffce00}.btn_theme_blue{background:#8ab5e0;border-color:#8ab5e0;color:#fff}.btn_size_sm{min-height:36px;padding:9px 10px;font-size:12px}@media(max-width:767px){.btn_adapt_default{min-height:48px;padding:8px 10px}.btn_adapt_sm{min-height:36px;padding:8px 10px;font-size:12px}}