@keyframes moves{20%{background-position:0 0,50%,100%}40%{background-position:0 100%,50% 0,100%}60%{background-position:0,50% 100%,100% 0}80%{background-position:0,50%,100% 100%}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes flipInX{0%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateX(-20deg)}60%{opacity:1;transform:perspective(400px)rotateX(10deg)}80%{transform:perspective(400px)rotateX(-5deg)}to{transform:perspective(400px)}}.fade-simple-enter-active,.fade-simple-leave-active{transition:opacity .3s}.fade-simple-enter-from,.fade-simple-leave-to{opacity:0}.fade-simple-enter-to,.fade-simple-leave-from{opacity:1}.slide-down-enter-active,.slide-down-leave-active{transition:max-height .3s ease-in-out,opacity .3s ease-in-out}.slide-down-enter-from,.slide-down-leave-to{opacity:0;max-height:0}.slide-down-enter-to,.slide-down-leave-from{opacity:1;max-height:150px}.agrement-box .checkbox{height:40px}.agrement-box .checkbox .v-selection-control{min-height:unset!important}@media (width<=600px){.title{font-size:14px}}@media (width<=480px){.title{margin-right:10px}}@media (width<=600px){.btn-text{font-size:14px}}