.user-page-apear{animation:user-page-open .7s ease-in-out}.user-page-block-apear-delay-2{animation:block-fade-it-delay 1s ease-in-out}.user-page-block-apear-delay-3{animation:block-fade-it-delay 2s ease-in-out}.block-fade-apear{animation:block-fade-it-delay 1s ease-in-out}@media only screen and (max-width:768px){.block-apear{animation:block-open-animation-mobile .5s ease-in-out}.block-apear-wide{animation:block-open-wide-animation-mobile .5s ease-in-out}.block-disapear{animation:block-close-animation-mobile .5s ease-in-out}.block-disapear-wide{animation:block-close-wide-animation-mobile .5s ease-in-out}}@media only screen and (min-width:769px){.block-apear{animation:block-open-animation-desktop .5s ease-in-out}.block-apear-wide{animation:block-open-wide-animation-desktop .5s ease-in-out}.block-disapear{animation:block-close-animation-desktop .5s ease-in-out}.block-disapear-wide{animation:block-close-wide-animation-desktop .5s ease-in-out}}@keyframes block-open-animation-desktop{0%{width:375px;height:var(--block-height-start)}to{width:400px;height:calc-size(auto)};}@keyframes block-close-animation-desktop{0%{width:400px;height:calc-size(auto)}to{width:375px;height:var(--block-height-start)};}@keyframes block-open-animation-mobile{0%{width:375px;height:var(--block-height-start)}to{width:100vw;height:100dvh};}@keyframes block-close-animation-mobile{0%{width:100vw;height:100dvh}to{width:375px;height:var(--block-height-start)};}@keyframes block-open-wide-animation-desktop{0%{width:375px;height:var(--block-height-start)}to{width:800px;height:calc-size(auto)};}@keyframes block-close-wide-animation-desktop{0%{width:800px;height:calc-size(auto)}to{width:375px;height:var(--block-height-start)};}@keyframes block-open-wide-animation-mobile{0%{width:375px;height:var(--block-height-start)}to{width:100vw;height:100dvh};}@keyframes block-close-wide-animation-mobile{0%{width:100vw;height:100dvh}to{width:375px;height:var(--block-height-start)};}@keyframes user-page-open{0%{overflow:hidden;transform:scaleY(0)}to{transform:scaleY(1);overflow:auto};}@keyframes block-fade-it-delay{0%{opacity:0}50%{opacity:0}to{opacity:1}}