.hidden-content__container{display:flex;flex-direction:row;margin-top:15px}.hidden-content__text-hidden,.hidden-content__text-visible{margin-right:29px;font-size:var(--text-s);color:#515358}.hidden-content__text-hidden--blue,.hidden-content__text-visible--blue{color:#fff}.hidden-content__element-visible,.hidden-content__text-visible{animation:fadeIn .6s ease-in-out}.hidden-content__element,.hidden-content__text-hidden{position:relative;overflow:hidden}.hidden-content__element:after,.hidden-content__text-hidden:after{content:"";width:100%;position:absolute;background-image:linear-gradient(180deg,#fff0,#fff);bottom:0;right:0;height:24px}.hidden-content__text-hidden--blue:after{background-image:linear-gradient(180deg,#05658d00,#05658d)}.hidden-content__element-visible:after{content:none}.hidden-content__button{justify-content:center;background-color:#f0f2f6;border:none}.hidden-content__button--with-icon{width:34px;height:34px;border-radius:50%}.hidden-content__button--with-icon .ui-button__text{overflow:visible}@media screen and (max-width:767px){.hidden-content__container{flex-direction:column;align-items:center;margin-top:0;padding:0 10px 7px}.hidden-content__text-hidden,.hidden-content__text-visible{font-size:var(--text-s);margin-right:0}.hidden-content__button-container{z-index:2;margin:-15px auto 0}.hidden-content__button-container--open{margin-top:0}.hidden-content__button--with-icon{width:26px;height:26px}}