.header-inner{flex-direction:column;padding:100px 0 30px}.header-inner,.header-title{display:flex;align-items:center}.header-title{font-size:40px;font-family:Ragnarok;position:relative;gap:10px;color:#fff}.header-title span{font-size:80px}.header-image{position:absolute;top:-80px;left:240px;height:250px;width:250px;animation:spin 12s linear infinite}.header-image g{fill:var(--mvp-bg)}@media(max-width:1000px){.header-inner{padding-bottom:50px}}@media(max-width:800px){.header-inner{padding-top:70px}.header-title{font-size:24px}.header-title span{font-size:40px}.header-image{top:-62px;left:130px;height:170px;width:170px}}@media(max-width:400px){.header-inner{padding-top:50px}.header-title{font-size:20px}.header-title span{font-size:32px}.header-image{top:-40px;left:120px;height:130px;width:130px}}.mvps{max-width:600px}.mvps,.mvps-list{display:flex;flex-direction:column;align-items:center;width:100%}.mvps-list{overflow:scroll;overflow-x:hidden;overflow-y:auto;gap:4px;height:845px;scroll-behavior:smooth;scrollbar-color:var(--mvp-bg) rgba(0,0,0,0);color:var(--mvp-font)}.mvps-item{width:100%;position:relative}.mvps-item:hover .mvp-item-card{opacity:1;visibility:visible}.mvp-content{background:var(--mvp-bg);padding:5px;width:100%;position:relative;transition:.3s;justify-content:space-between}.mvp-box,.mvp-content,.mvp-image-box{display:flex;align-items:center}.mvp-image-box{width:80px;height:50px;justify-content:center;padding:5px;border-radius:5px;position:relative}.mvp-image-bg{position:absolute}.mvp-image{height:60px;z-index:1}.mvp-location-inner{display:flex;gap:2px;justify-content:flex-end}.mvp-location-inner .mvp-location-item{text-align:right;font-family:sans-serif;font-size:10px;overflow:hidden}.mvp-location-inner .mvp-location-item:hover .mvp-item-btn{opacity:1;transform:scaleY(1)}.mvp-location-inner .mvp-location-thumb{cursor:pointer;height:50px}.mvp-location-inner .mvp-location{position:relative}.mvp-location-inner .mvp-location .mvp-item-btn{position:absolute;top:0;left:0;bottom:0;right:0;display:flex;background:#fff;align-items:center;justify-content:center;cursor:pointer;transform:scaleY(0);transition:transform .2s,opacity .5s}.mvp-location-inner .mvp-location .mvp-item-btn .scull{height:23px}.mvp-location-inner .mvp-location .mvp-item-btn .mvp-text{position:absolute}.mvp-location-inner .mvp-location .mvp-item-btn .mvp-text span{font-size:18px;font-weight:700}.mvp-location-inner .mvp-location .mvp-item-btn .mvp-text span:first-child{color:#ca6548}.mvp-location-inner .mvp-location .mvp-item-btn .mvp-text span:nth-child(2){color:#ceffd7;margin-top:-5px}.mvp-location-inner .mvp-location .mvp-item-btn .mvp-text span:nth-child(3){color:#e2d3fc}.mvp-location-inner .mvp-location .mvp-item-btn .mvp-button-gear{position:absolute;height:45px;transition:.3s;animation:spin 4s linear infinite}.mvp-name{margin-left:20px;font-size:16px;font-family:Ragnarok;font-weight:400;color:#fff}.mvp-item-card{opacity:0;visibility:hidden;left:80px;bottom:7px;position:absolute;left:0;bottom:0}.mvp-item-card .card-image{position:absolute;bottom:0;left:0;z-index:2;transition:.3s}.mvp-item-card .mvp-card-info{display:flex;height:60px;background:#fff;color:#000;border:1px solid #659ce4;z-index:1;position:absolute;bottom:0;left:25px;opacity:0;visibility:hidden;transition:.2s;font-family:sans-serif;z-index:99;border-radius:4px;font-family:Roboto}.mvp-item-card .mvp-card-box{font-size:14px;display:flex;flex-direction:column;align-items:end;justify-content:space-between}.mvp-item-card .mvp-card-descr{text-align:right;width:510px}.mvp-item-card .mvp-card-slot{font-size:10px;color:rgba(0,0,0,.7)}.mvp-item-card .mvp-card-image{height:100%}.mvp-item-card:hover .mvp-card-info{opacity:1;visibility:visible}.mvp-item-card:hover~.mvp-content{filter:blur(6px);pointer-events:none}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media(max-width:650px){.mvps-item{width:100%;position:relative}.mvps-item:hover .mvp-item-card{opacity:0;visibility:hidden}.mvp-name{margin-left:8px}.mvp-image{height:40px}.mvp-image-box{width:40px}}@media(max-width:460px){.mvp-location-inner{flex-wrap:wrap;margin-left:10px}.mvp-name{font-size:14px}}.search{justify-content:center;padding:20px;display:flex;justify-content:end}.search-cross,.search-inner{display:flex;align-items:center}.search-cross{background:var(--mvp-bg);height:40px;width:40px;justify-content:center;transition:.4s;cursor:pointer;border:1px solid #fff}.search-cross svg{height:16px;width:16px}.search-input{font-family:Roboto;outline:none;text-align:center;height:40px;font-size:24px;width:200px;transition:transform .5s;border:none;padding:0 10px}@media(max-width:1000px){.search{display:none}}.timer{max-width:450px;width:100%}.timer-list{flex-direction:column;gap:10px;color:var(--timer-font)}.timer-item,.timer-list{display:flex;align-items:center}.timer-item{max-height:100px;height:66px;width:100%;background:var(--timer-bg);position:relative;border:2px solid var(--timer-font)}.timer-item .timer-gear{height:100px}.timer-item .timer-image-box{height:100%;width:70px;display:flex;justify-content:center;align-items:center}.timer-item .timer-image-box img{height:50px}.timer-gear{position:absolute;z-index:-1;left:-21px}.timer-gear path{transition:fill .5s ease}.timer-item:nth-child(2n) .timer-gear{animation:rightspin 8s linear infinite}.timer-item:nth-child(odd) .timer-gear{animation:leftspin 8s linear infinite}@keyframes rightspin{0%{transform:rotate(40deg)}to{transform:rotate(400deg)}}@keyframes leftspin{0%{transform:rotate(1turn)}to{transform:rotate(0deg)}}.timer-btn{cursor:pointer;background:tomato;color:#000;padding:4px;width:40px;height:40px;display:flex;align-items:center;border-radius:50%;margin-right:10px;border:2px solid #fff}.timer-refresh{background:teal;margin-left:auto;margin-right:10px;transition:transform .5s ease}.timer-refresh:hover{transform:rotate(180deg) scale(1.1)}@keyframes refresh_spin{0%{transform:rotate(0deg)}to{transform:rotate(180deg)}}.timer-remove{transition:transform .5s ease}.timer-remove:hover{transform:scale(1.1) rotate(10deg)}.time-box{width:150px;text-align:right}.time{font-family:Roboto Mono;font-size:20px;color:var(--timer-font);transition:.5s}.timer-location-box{position:relative}.timer-location-box .timer-location{height:80%;width:48px}.timer-location-box .timer-changer{width:100%;height:100%;display:flex}.timer-location-box .timer-changer .timer-changer-ico{background:rgba(0,0,0,.95);border-radius:4px;padding:2px;height:20px;width:20px;background:#c24646;cursor:pointer;border:1px solid #fff;position:absolute;top:0;right:0}.timer-location-box .timer-changer .changer-body{position:absolute;left:50px;bottom:3px;background:#333;height:40px;width:170px;border-radius:4px;border:1px solid #222;padding:4px}.timer-location-box .timer-changer .changer-body .changer-box{display:flex;justify-content:space-between;align-items:center;height:100%}.timer-location-box .timer-changer .changer-body .changer-box .changer-inputs{display:flex;gap:4px}.timer-location-box .timer-changer .changer-body .changer-box .changer-inputs .changer-input{background:#444;color:#fff;width:65px;height:22px;font-family:Roboto Mono;font-size:14px;border:none;text-align:center;border-radius:4px}.timer-location-box .timer-changer .changer-body .changer-box .changer-accept{cursor:pointer;width:30px;height:30px}@media(max-width:1000px){.timer{margin-bottom:8px}}@media(max-width:400px){.time{font-size:16px;margin-right:10px}.time-box{width:140px}.timer-location{height:50%;object-fit:cover;width:30px}}