.UserHeader{align-items:center;background-image:url(/resources/img/large-back.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;color:var(--text-anti-color);display:flex;flex-direction:column;justify-content:center;justify-content:space-between;margin-bottom:36px;min-height:352px;padding:32px;text-align:center}@media only screen and (max-width:1640px){.UserHeader{min-height:320px}}@media only screen and (max-width:1240px){.UserHeader{min-height:280px}}@media only screen and (max-width:1000px){.UserHeader{min-height:250px}}@media only screen and (max-width:640px){.UserHeader{min-height:210px;gap:16px}}@supports(background-image:url("image.webp")){.UserHeader{background-image:url(/resources/img/webp/large-back.webp)}}.UserHeader__nav{display:flex;flex-wrap:wrap;font-size:24px;gap:1.1em 1.55em;justify-content:center;text-align:center}@media only screen and (max-width:1640px){.UserHeader__nav{font-size:22px}}@media only screen and (max-width:1240px){.UserHeader__nav{font-size:20px}}@media only screen and (max-width:1000px){.UserHeader__nav{font-size:18px}}@media only screen and (max-width:640px){.UserHeader__nav{font-size:16px}}.UserHeader__title{align-items:center;display:flex;flex-grow:1;justify-content:center}.UserHeader__title h1{color:var(--back-soft-color)}