.doubts__inner{display:flex;flex-direction:column;gap:32px;padding:60px 0}@media(max-width:767px){.doubts__inner{gap:24px;padding:40px 0 20px}}.doubts__grid{display:flex;flex-direction:column;gap:16px}.doubts-cell__header{align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;background-image:none;background:#fff;border:1px solid #e8ebf1;border-radius:0;border-radius:16px;box-sizing:border-box;cursor:pointer;display:block;display:grid;font-family:inherit;gap:22px 12px;grid-template-columns:66px auto 36px;margin:0;outline:0;padding:20px;text-align:left;text-decoration:none;text-transform:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;width:100%}.doubts-cell__header:focus{outline:0}@media(max-width:767px){.doubts-cell__header{grid-template-columns:52px auto 32px}}.doubts-cell__body{display:flex;flex-direction:column;gap:22px;padding:28px 30px 20px}@media(max-width:767px){.doubts-cell__body{gap:12px}}.doubts-cell__body .list li:not(:last-of-type){margin-bottom:22px}@media(max-width:767px){.doubts-cell__body .list li:not(:last-of-type){margin-bottom:12px}}.doubts-cell__btn{align-items:center;background-color:#f1f3f9;border-radius:50%;color:#623cd8;display:flex;height:36px;justify-content:center;transition:background-color .15s ease;width:36px}@media(max-width:767px){.doubts-cell__btn{height:32px;width:32px}}.doubts-cell__btn svg{transform:scale(1);transition:transform .2s ease 0s;stroke-width:1.5}.doubts-cell--opened .doubts-cell__btn{background-color:#361ca5;color:#fff}.doubts-cell--opened .doubts-cell__btn svg{transform:scaleY(-1)}