.custom-filled-accordion{max-width:var(--page-layout-width);padding-left:var(--page-layot-sides-padding);padding-right:var(--page-layot-sides-padding);margin-left:auto;margin-right:auto}.custom-filled-accordion__container{display:grid;grid-template-columns:1fr 1fr;grid-gap:24px;gap:24px}.custom-filled-accordion__left-part{max-width:548px}.custom-filled-accordion__right-part--list{display:flex;flex-direction:column;row-gap:8px;list-style-type:none;margin:0}.custom-filled-accordion__right-part--list-element{border-radius:40px;background:#f0f6fd;padding:24px;cursor:pointer}.custom-filled-accordion__right-part--question{font-family:Stolzl;font-size:18px;font-style:normal;font-weight:700;line-height:28px;display:flex;-moz-column-gap:24px;column-gap:24px;align-items:center;justify-content:space-between}.custom-filled-accordion__right-part--question::after{content:url(../../../../../assets/svg/arrow_accordeon.svg);transition:.3s ease-in-out}.active .custom-filled-accordion__right-part--question::after{transform:rotate(180deg);transform-origin:center}.custom-filled-accordion__right-part--answer{font-family:Stolzl;font-size:18px;font-style:normal;font-weight:400;line-height:28px;padding-top:8px;text-wrap:pretty}@media screen and (max-width:1023px){.custom-filled-accordion__left-part{max-width:none}.custom-filled-accordion__left-part h2,.custom-filled-accordion__left-part h3,.custom-filled-accordion__left-part h4,.custom-filled-accordion__left-part h5,.custom-filled-accordion__left-part h6{text-wrap:balance}.custom-filled-accordion__container{grid-template-columns:1fr}}