.app-header{background-color:#b71c1c;background-image:url(/images/newComponents/headers/header_background.png);display:flex;align-items:space-between;justify-content:space-between;z-index:9999;padding:0;width:100%;flex-shrink:0}.header-row{height:auto;line-height:64px;margin:auto;display:flex;align-items:center}.header-left{display:flex;position:static;flex:1}.header-left .logo{display:flex;align-items:center}.header-left .logo:hover{cursor:pointer}.header-left .logo>img{height:50px}.header-menu{flex-grow:1;display:flex;background:none;position:static}.header-menu.visible{display:flex!important}.header-right{display:flex;justify-content:flex-end;flex:1}.auth-button{margin:0;font-size:14px;font-weight:700;width:100px;background-size:contain!important;background-position:50%!important;border:none}.auth-button:hover{opacity:.5}.header-right .login-button{background-image:url(/images/newComponents/headers/signin_background.png)!important}.header-right__info{display:flex;flex-direction:column;align-items:center}.header-right__info>span{margin:0;line-height:16px;padding:0;color:#8695b9;text-transform:uppercase}.header-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover}.icon-info{margin-right:6px}.header-right .register-button{background-image:url(/images/newComponents/headers/signup_background.png)!important}.menu-toggle{display:none}.ant-menu-item{color:#fff!important;font-weight:700;position:static!important;transition:color .3s ease}.ant-menu-item:hover{color:#ff0!important}.menu-item-with-dropdown{position:static}.fullscreen-dropdown{position:absolute;top:64px;left:0;width:100%;background:#fff;z-index:1000;box-shadow:0 4px 8px rgba(0,0,0,.1);max-height:0;opacity:0;visibility:hidden;transition:max-height .3s ease-in-out,opacity .3s ease-in-out,visibility .3s ease-in-out;overflow-y:hidden}.menu-item-with-dropdown:hover .fullscreen-dropdown{max-height:300px;opacity:1;visibility:visible}.backdrop{animation:fadeIn .16s ease-out;background-color:rgba(0,0,0,.7);display:none;height:100vh;pointer-events:none;position:absolute;width:100vw;z-index:100;left:0}.menu-item-with-dropdown:hover .backdrop{display:block}.dropdown-content{display:flex;justify-content:center;max-width:1200px;max-height:220px;margin:0 auto;flex-wrap:wrap;gap:8px;padding-bottom:16px;padding-top:32px;row-gap:40px}.dropdown-item{text-align:center;width:120px;border-radius:8px;color:#212123;flex:12%;max-width:150px;display:flex;flex-direction:column;align-items:center}.dropdown-item-sport{flex:0 0 23%;max-width:23%;width:auto}.dropdown-item:hover{background:linear-gradient(180deg,hsla(0,100%,93%,0),#fdd)}.dropdown-item:hover .dropdown-label:before{width:26px}.dropdown-icon{height:100px;width:auto}.ant-menu-item:hover .dropdown-icon{color:#ff0}.dropdown-label{font-size:14px;font-weight:700;gap:4px;margin-top:8px}.dropdown-icon:hover{zoom:1.1}.dropdown-label:before{background-color:#ac0b0b;content:"";display:inline-block;height:4px;transition:width .14s ease-out 20ms;width:0}.visible{display:flex!important}@media (max-width:993px){.header-menu{flex-direction:column;background-color:#b71c1c;padding:10px 0}.header-menu,.header-menu.visible{display:none!important}.dropdown-content{gap:10px}.small-screen-menu-container{display:flex!important}}@media (max-width:600px){.app-header{position:fixed;top:0;left:0;right:0;z-index:9999}.app-header~main{padding-top:52px}.header-row{line-height:48px;min-height:48px}.header-left .logo>img{height:40px}.auth-button{font-size:12px;width:80px;height:28px}.header-right__info>span{font-size:11px}.header-avatar{width:48px;height:48px}.small-screen-menu-container{display:none!important}body,html{height:100%;margin:0;display:flex;flex-direction:column}}.ant-menu-horizontal>.ant-menu-item:after{display:none}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}