/* cache 2025-09-30 22:14:26 */
section.faq header{display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin-bottom:4rem}section.faq header .h1,section.faq header h1{margin-bottom:0}section.faq header .more{display:flex;flex-direction:row;align-items:center;gap:1.5rem;color:#575757;font-size:2rem;font-weight:600;text-decoration:underline;text-decoration-thickness:0.1rem;line-height:1;white-space:nowrap;transition:color .2s ease-in-out}section.faq header .more:after{content:'';display:block;width:4.5rem;height:4.5rem;background:url('/i/svg/more.svg') center center no-repeat}section.faq header .more:hover{cursor:pointer;color:#077985}section.faq .faq-items{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2rem}section.faq .faq-items .faq-item .title{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:3rem;padding:1.3rem 2.5rem 1.8rem;border-radius:1rem;background-color:#f7f7f7}section.faq .faq-items .faq-item .title:after{content:'';display:block;width:3.2rem;min-width:3.2rem;height:3.2rem;min-height:3.2rem;background:url('/i/svg/spoiler_arrow.svg') center center no-repeat;transition:transfor,.2s ease-in-out}section.faq .faq-items .faq-item .body{padding:1.3rem 2.5rem 1.8rem}section.faq .faq-items .faq-item.faze-active .title:after{transform:rotateZ(180deg)}section.calc{margin-bottom:10rem}section.calc h1:after{content:' —';color:#fde253;font-weight:700}