.drop-down-text__wrapper{display:flex;flex-direction:column;gap:8px;margin:0 auto;max-width:888px;min-width:888px}.drop-down-text__item{background-color:transparent;border-radius:16px;cursor:pointer;display:flex;gap:24px;justify-content:space-between;padding:24px;transition:background-color .2s ease-in-out}.drop-down-text__item.active{background-color:var(--color-white,#fff)}h3.drop-down-text__item-title,h3.drop-down-text__item-title *{font-size:24px;font-weight:700;letter-spacing:-.48px;line-height:24px;text-transform:uppercase}.drop-down-text__item-text-wrp{height:0;overflow:hidden;transition:.3s ease-in-out}.drop-down-text__item-text{margin-top:16px}.drop-down-text__item-text,.drop-down-text__item-text *{color:var(--color-black,#161a1f);font-size:18px;font-weight:400;line-height:32px}.drop-down-text__item-text b,.drop-down-text__item-text strong{font-weight:700}.drop-down-text__item-text>:first-child{margin-top:0}.drop-down-text__item-btn{align-items:center;cursor:pointer;display:flex;height:24px;justify-content:center;width:24px}.drop-down-text__item-btn>svg{display:none;height:inherit;width:inherit}.drop-down-text__item:not(.active) .drop-down-text__item-btn>svg:not(.open){display:block;padding:3px 3px 2px}.drop-down-text__item.active .drop-down-text__item-btn>svg.open{display:block}@media (max-width:1439.5px){.drop-down-text__wrapper{max-width:784px;min-width:784px}}@media (max-width:1279.5px){.drop-down-text__wrapper{max-width:100%;min-width:100%}}