.faq-toggler{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;padding:8px 12px;width:100%;background-color:#fff;border:1px solid rgba(36,36,36,.2);border-radius:8px;cursor:pointer}.faq-toggler__chevrone{transform:rotate(0deg);transition:transform .3s ease}.faq-toggler--opened .faq-toggler__chevrone{transform:rotate(-180deg)}.faq-toggler__content,.faq-toggler__content-inner{display:flex;gap:8px;align-items:center}.faq-toggler__content{flex-wrap:wrap;padding:4px}.finom-tabs__tablist{display:inline-grid;grid-auto-columns:max-content;grid-auto-flow:column;gap:4px;padding:2px;background-color:#f5f3f8;border-radius:10px}@media only screen and (max-width:767px){.finom-tabs__tablist{grid-auto-flow:row}}.finom-tabs__tablist_vertical{grid-auto-columns:auto;grid-auto-flow:row}.finom-tabs__tab{padding:10px 20px;overflow:hidden;white-space:nowrap;color:#242424;border-radius:8px;transition:.2s;cursor:pointer}.finom-tabs__tab:active,.finom-tabs__tab:focus,.finom-tabs__tab:hover{background:rgba(36,36,36,.05)}.finom-tabs__tab[aria-selected=true]{background:#fff;box-shadow:0 0 2px .5px rgba(36,36,36,.1)}.finom-tabs__tab_loading{position:relative;background:rgba(36,36,36,.05)}.finom-tabs__tab_loading:before{content:"";position:absolute;top:0;left:0;width:0;height:100%;background:rgba(36,36,36,.1);animation-name:tabs-loading;animation-duration:5s}@keyframes tabs-loading{0%{width:0}to{width:100%}}.finom-tabs_size-large .finom-tabs__tab{padding:14px 32px}@media only screen and (max-width:767px){.faq-content{padding:16px;background-color:#fff;border-radius:24px}}@media only screen and (min-width:768px)and (max-width:1140px){.faq-content{margin:0 auto}}@media only screen and (min-width:1141px){.faq-content{margin:0 auto}}@media only screen and (min-width:768px)and (max-width:1140px){.faq-content{padding-inline:24px;max-width:1124px}}@media only screen and (min-width:1141px){.faq-content{padding-inline:40px;max-width:1152px}}.faq-content__grid-with-navigation{display:grid}@media only screen and (min-width:768px)and (max-width:1140px){.faq-content__grid-with-navigation{grid-template-columns:3fr 5fr;gap:16px}}@media only screen and (min-width:1141px){.faq-content__grid-with-navigation{grid-template-columns:3fr 9fr;gap:12px}}@media only screen and (max-width:767px){.faq-content__title{margin-top:40px}}@media only screen and (min-width:768px)and (max-width:1140px){.faq-content__questions{background-color:#fff}}@media only screen and (min-width:1141px){.faq-content__questions{background-color:#fff}}@media only screen and (min-width:768px)and (max-width:1140px){.faq-content__questions{padding:24px 32px;border-radius:20px}}@media only screen and (min-width:1141px){.faq-content__questions{padding:40px;border-radius:24px}}.faq-content__navigation-link{display:block}@media only screen and (min-width:1141px){.faq-content__body{display:flex}}.faq-content__list{display:grid;gap:8px;flex:1 1}.faq-content__contact-us{padding:24px;background-color:#fff;border-radius:20px}@media only screen and (min-width:768px)and (max-width:1140px){.faq-content__contact-us{padding:32px 24px}}@media only screen and (min-width:1141px){.faq-content__contact-us{padding:32px;border-radius:24px}}