.how__list{display:grid;grid-template-columns:repeat(3,1fr);gap:48px}.how__list-item{display:flex;flex-direction:column;align-items:center;justify-content:center;row-gap:24px;text-align:center;border:1px solid #000;border-radius:22px;padding:20px;background-color:#fffFFF1F}.faq__checkbox,.no-js .faq__answer{display:none}.how__item-title{font-weight:500;font-size:32px;line-height:1.1}.how__item-subtitle{font-family:Inter,sans-serif;margin:0;flex-grow:1;font-size:16px;line-height:1.6}.how__item-link{font-size:14px;color:#12a0ec;text-decoration:underline;transition:opacity .2s;margin-top:auto}.how__item-link:hover{opacity:.8;text-decoration:none}.how__list-item:not(:has(.how__item-link)) .how__item-subtitle{margin-bottom:20px}@media (max-width:1024px){.how__list{grid-template-columns:repeat(2,1fr);gap:32px}.how__list-item{row-gap:22px;border-radius:20px;padding:18px}.how__item-title{font-size:28px}.how__item-subtitle{font-size:15px;line-height:1.5}.how__item-link{font-size:14px}.how__list-item:not(:has(.how__item-link)) .how__item-subtitle{margin-bottom:18px}}@media (max-width:768px){.how__list{grid-template-columns:1fr;gap:24px}.how__list-item{row-gap:20px;border-radius:16px;padding:16px}.how__item-title{font-size:24px}.how__item-subtitle{font-size:14px;line-height:1.4}.how__item-link{font-size:13px}.how__list-item:not(:has(.how__item-link)) .how__item-subtitle{margin-bottom:16px}}@media (max-width:480px){.how__list{gap:20px}.how__list-item{padding:14px;border-radius:14px;row-gap:16px}.how__item-title{font-size:22px}.how__item-subtitle{font-size:13px;line-height:1.3}.how__item-link{font-size:12px}.how__list-item:not(:has(.how__item-link)) .how__item-subtitle{margin-bottom:14px}}@media (max-width:768px) and (orientation:landscape){.how__list{grid-template-columns:repeat(2,1fr)}.how__list-item{padding:12px;row-gap:15px}.how__item-title{font-size:20px}.how__item-subtitle{font-size:13px;line-height:1.3}}.faq__list{list-style:none;margin:0;padding:0}.faq__item{margin-bottom:16px;border-radius:24px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.08);border:1px solid #000}.faq__item:hover{box-shadow:0 4px 12px rgba(0,0,0,.12)}.faq__question{display:flex;justify-content:space-between;align-items:center;padding:24px 32px;cursor:pointer;user-select:none;border:none;width:100%;text-align:left;-webkit-tap-highlight-color:transparent;tap-highlight-color:transparent;margin:0}.faq__question-title{font-size:20px;font-weight:600;color:#1a1a1a;margin:0 24px 0 0;flex:1;line-height:1.4}.faq__arrow{width:24px;height:24px;flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:transform .3s}.faq__arrow svg{width:20px;height:20px;fill:#666666;transition:fill .3s}.faq__answer{max-height:0;overflow:hidden;opacity:0;transition:.4s}.faq__answer-content{padding:0 32px;transform:translateY(-10px);transition:opacity .3s .1s,transform .3s .1s;opacity:0}.faq__answer-text{font-size:17px;line-height:1.6;margin:0 0 16px;color:#333}.faq__answer-text:last-child{margin-bottom:24px}.faq__answer-text a{color:#12a0ec;text-decoration:none;font-weight:500;border-bottom:1px solid rgba(18,160,236,.3);transition:border-color .2s}.faq__answer-text a:hover{border-color:#12a0ec}.faq__checkbox:checked+.faq__question .faq__arrow{transform:rotate(180deg)}.faq__checkbox:checked+.faq__question .faq__arrow svg{fill:#0066cc}.faq__checkbox:checked~.faq__answer{max-height:1000px;opacity:1}.faq__checkbox:checked~.faq__answer .faq__answer-content{opacity:1;transform:translateY(0)}@media (max-width:992px){.faq__question{padding:20px 24px}.faq__question-title{font-size:18px}.faq__answer-content{padding:0 24px}.faq__answer-text:last-child{margin-bottom:20px}}@media (max-width:768px){.faq__question{padding:18px 20px}.faq__question-title{font-size:17px;margin-right:16px}.faq__arrow{width:22px;height:22px}.faq__arrow svg{width:18px;height:18px}.faq__answer-content{padding:0 20px}.faq__checkbox:checked~.faq__answer .faq__answer-content{padding-bottom:18px}}@media (max-width:480px){.faq__question{padding:16px}.faq__question-title{font-size:16px;margin-right:12px}.faq__arrow{width:20px;height:20px}.faq__arrow svg{width:16px;height:16px}.faq__answer-content{padding:0 16px}.faq__checkbox:checked~.faq__answer .faq__answer-content{padding-bottom:16px}}.no-js .faq__checkbox:checked~.faq__answer{display:block}