.ProfileNavigate_container__0MiSf{position:sticky;top:10px;display:flex;flex-direction:column;align-items:flex-start;padding:20px;align-self:start;background-color:var(--background-black);border-radius:10px;box-shadow:5px -3px 2px rgba(0,0,0,.07),0 2px 4px rgba(0,0,0,.07),0 4px 8px rgba(0,0,0,.07),0 8px 16px rgba(0,0,0,.07),0 16px 32px rgba(0,0,0,.07),0 32px 64px rgba(0,0,0,.07);width:300px;min-width:300px;margin-right:40px;color:#333}@media screen and (max-width:1120px){.ProfileNavigate_container__0MiSf{width:100%;flex-direction:row;margin-bottom:50px;position:relative;justify-content:space-between}}@media screen and (max-width:768px){.ProfileNavigate_container__0MiSf{flex-direction:column;margin-bottom:60px}}@media screen and (max-width:550px){.ProfileNavigate_container__0MiSf{margin-bottom:60px;padding:10px}}.ProfileNavigate_profileBlock__iwY_p{display:flex;flex-direction:column;align-items:flex-start;margin-bottom:20px;color:#fff}@media screen and (max-width:1120px){.ProfileNavigate_profileBlock__iwY_p{margin-right:30px}}@media screen and (max-width:768px){.ProfileNavigate_profileBlock__iwY_p{flex-direction:row;align-items:center}}.ProfileNavigate_avatar__SoDTf{z-index:199;width:150px;height:150px;border-radius:50%;margin-right:20px;margin-bottom:25px;-o-object-fit:cover;object-fit:cover;border:1px solid gray;position:relative;transition:transform 2s ease-in-out}@media screen and (max-width:550px){.ProfileNavigate_avatar__SoDTf{width:100px;height:100px;margin-right:10px;margin-bottom:0}}.ProfileNavigate_avatar__SoDTf:hover{animation:ProfileNavigate_moveAvatar__Pu0_u 4s linear infinite}@keyframes ProfileNavigate_moveAvatar__Pu0_u{0%{transform:translate(0) rotate(0deg) scale(1)}20%{transform:translate(20vw,10vh) rotate(45deg) scale(1.2)}40%{transform:translate(50vw) rotate(90deg) scale(.8)}60%{transform:translate(60vw,30vh) rotate(135deg) scale(2)}80%{transform:translate(30vw,40vh) rotate(380deg) scale(4)}to{transform:translate(0) rotate(0deg) scale(1)}}.ProfileNavigate_profileInfo__obo_K{display:flex;flex-direction:column}.ProfileNavigate_profileInfo__obo_K h2{margin:0 0 10px;font-size:25px;color:#fff}.ProfileNavigate_rating__QWYPD{display:flex;align-items:center}.ProfileNavigate_rating__QWYPD span{font-size:24px;color:#fff;margin-right:10px}.ProfileNavigate_starsContainer__veDoT{position:relative;display:inline-block;font-size:20px;color:#ccc;font-size:1.5rem}.ProfileNavigate_starsFilled__TrKU_{position:absolute;top:0;left:0;overflow:hidden;white-space:nowrap;color:#ff0}.ProfileNavigate_starsEmpty__zz1IE{color:#ccc;font-size:1.5rem}.ProfileNavigate_statistics__guOlx{display:none;justify-content:space-around;width:100%;margin-bottom:20px;color:var(--grey-ligter);padding:10px;border-radius:12px;border:1px solid gray}@media screen and (max-width:550px){.ProfileNavigate_statistics__guOlx{display:flex}}.ProfileNavigate_statBlock__d87BD{row-gap:10px;display:flex;flex-direction:column;align-items:center}.ProfileNavigate_statNumber__sPukk{font-size:24px;font-weight:700}.ProfileNavigate_statLabel__0W06j{font-size:14px;color:#ccc}.ProfileNavigate_reviewsLink__0aIbZ{color:#0f81ff;text-decoration:none;margin-left:10px}.ProfileNavigate_reviewsLink__0aIbZ:hover{color:var(--red-text--link)}@media screen and (max-width:550px){.ProfileNavigate_reviewsLink__0aIbZ{display:none}}.ProfileNavigate_section__XzfeT{width:100%;padding:12px 0;border-bottom:2px solid gray}.ProfileNavigate_section__XzfeT:last-child{border-bottom:none}.ProfileNavigate_sectionDisable__eT9N_{width:100%;padding:12px 0;border-bottom:2px solid gray}.ProfileNavigate_sectionDisable__eT9N_:last-child{border-bottom:none}.ProfileNavigate_hr__nl1O4{width:100%;height:2px;background-color:#8f8f8f;margin:12px 0}@media screen and (max-width:1120px){.ProfileNavigate_hr__nl1O4{display:none}}.ProfileNavigate_section__XzfeT h3{font-weight:500;font-size:18px;margin-top:20px;margin-bottom:10px;color:#fff;cursor:default}.ProfileNavigate_section__XzfeT ul{list-style:none;padding:0;margin:0}@media screen and (max-width:1120px){.ProfileNavigate_section__XzfeT ul{display:flex;flex-wrap:wrap;gap:15px}}@media screen and (max-width:550px){.ProfileNavigate_section__XzfeT ul{gap:8px}}.ProfileNavigate_section__XzfeT li{padding:10px 0;font-size:18px;color:#0f81ff;line-height:22px}@media screen and (max-width:1120px){.ProfileNavigate_section__XzfeT li{min-width:220px;border-left:4px solid var(--green-deep);padding-left:8px}}.ProfileNavigate_section__XzfeT li p{color:#0f81ff}.ProfileNavigate_section__XzfeT li:last-child{border-bottom:none}.ProfileNavigate_section__XzfeT li:hover{color:var(--red-text--link);cursor:pointer}.ProfileNavigate_red__A8pT0{color:var(--red-text--link)!important}.ProfileNavigate_disable__peGdZ{color:#fe6264!important;cursor:help!important}.ProfileNavigate_disable__peGdZ>a{cursor:help!important}.ProfileNavigate_tooltipParent__FXuqD{position:relative}.ProfileNavigate_tooltipParent__FXuqD .ProfileNavigate_tooltip__27GQy{visibility:hidden;opacity:0;position:absolute;left:0;top:-20%;transform:translateY(-50%);background:#333;color:#fff;padding:8px 10px;border-radius:6px;font-size:14px;white-space:nowrap;pointer-events:none;transition:opacity .2s ease,visibility .2s ease;z-index:10;margin-left:8px;background-color:var(--red-text--link)}.ProfileNavigate_tooltipParent__FXuqD .ProfileNavigate_tooltip__27GQy a{color:#4fc3f7;text-decoration:underline}.ProfileNavigate_tooltipParent__FXuqD:hover .ProfileNavigate_tooltip__27GQy{visibility:visible;opacity:1}.layout_container__0xcB_{display:flex;width:100%;position:relative}@media screen and (max-width:1120px){.layout_container__0xcB_{flex-direction:column}}