.app-how-to{min-width:0}.app-how-to,.app-how-to__head{display:flex;flex-direction:column}.app-how-to__head{align-items:flex-start;gap:10px}.app-how-to__title{font-weight:800;margin:0}.app-how-to__lead{color:#4b5563;line-height:1.7;margin:0}.app-how-to__list{display:grid;gap:16px;list-style:none;margin:0;padding:0}.app-how-to__item{background:var(--app-content-surface);border:1px solid var(--app-content-border);box-shadow:var(--app-content-shadow);display:grid;gap:12px;grid-template-columns:auto minmax(0,1fr);padding:20px}.app-how-to__item,.app-how-to__number{border-radius:var(--app-content-radius)}.app-how-to__number{align-items:center;background:#ea55551a;color:var(--danger-color);display:inline-flex;flex-shrink:0;font-size:15px;font-weight:800;height:36px;justify-content:center;width:36px}.app-how-to__body{display:flex;flex-direction:column;gap:8px}.app-how-to__item-title{font-weight:800;margin:0}.app-how-to__item-text{color:#4b5563;line-height:1.7;margin:0}.app-how-to--row{gap:16px}.app-how-to--row .app-how-to__list{grid-template-columns:repeat(auto-fit,minmax(0,1fr))}.app-how-to--row .app-how-to__item{grid-template-columns:auto minmax(0,1fr)}.app-how-to--column{gap:14px}.app-how-to--column .app-how-to__list{grid-template-columns:minmax(0,1fr)}@media(max-width:1180px){.app-how-to--row .app-how-to__list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.app-how-to--row .app-how-to__list{grid-template-columns:minmax(0,1fr)}.app-how-to__item{padding:18px}}
