.collapse-home{margin:32px 0 20px;position:relative}.collapse-home__content{height:230px;max-height:230px;overflow:hidden;transition-property:max-height,height;transition-timing-function:cubic-bezier(.4,0,.2,1)}@media(min-width:768px){.collapse-home__content{height:190px;max-height:190px}}.collapse-home__content:after{background:var(--spoiler_shadow) no-repeat;bottom:0;content:"";display:block;left:0;position:absolute;right:0;top:0;transition:display .3s ease}.collapse-home__content--open{height:-moz-fit-content;height:fit-content;max-height:-moz-fit-content;max-height:fit-content;overflow:unset}.collapse-home__content--open:after{display:none}.collapse-home .collapse-home__toggle{bottom:-10px;left:50%;position:absolute;transform:translate(-50%);z-index:1}.collapse-home .collapse-home__toggle--open{bottom:auto;margin-top:30px;position:relative}