.journey-acc{padding:10px 0 40px}.journey-acc__grid{align-items:stretch;display:grid;gap:28px;grid-template-columns:1.1fr 1.4fr;justify-items:center}.journey-acc__left{border-top:1px solid rgba(0,0,0,.14);width:100%}.journey-acc__item{border-bottom:1px solid rgba(0,0,0,.14)}.journey-acc__btn{all:unset;align-items:center;box-sizing:border-box;cursor:pointer;display:flex;gap:16px;justify-content:space-between;padding:18px 4px;text-align:left;width:100%}.journey-acc__btn:hover{background:transparent}.journey-acc__title{flex:1 1 auto;font-size:20px;font-weight:800;line-height:1.1;min-width:0}.journey-acc__icon{display:grid;flex:0 0 34px;height:34px;place-items:center;width:34px}.journey-acc__icon .arrow-right-line-maxi-svg,.journey-acc__icon-svg{display:block;height:30px;transform:rotate(0deg);transform-origin:50% 50%;transition:transform .3s ease;width:30px}.journey-acc__item.is-open .journey-acc__icon .arrow-right-line-maxi-svg,.journey-acc__item.is-open .journey-acc__icon-svg{transform:rotate(90deg)}.journey-acc__panel{max-height:0;overflow:hidden;transition:max-height .5s cubic-bezier(.2,.8,.2,1)}.journey-acc__panel-inner{color:rgba(0,0,0,.7);font-size:16px;line-height:1.7;padding:0 0 18px}.journey-acc__right{height:100%;max-width:500px;width:100%}.journey-acc__imgwrap{border-radius:18px;box-shadow:5px 10px 18px #888;height:100%;overflow:hidden}.journey-acc__img{display:block;height:100%;object-fit:cover;transition:opacity .24s ease;width:100%}@media (max-width:1024px){.journey-acc__grid{grid-template-columns:1fr}.journey-acc__title{font-size:20px}.journey-acc__imgwrap{min-height:240px}}@media (max-width:767px){.journey-acc__grid{margin:0 10px}.journey-acc__title{font-size:20px}}