@charset "UTF-8";.how-to-steps{display:block}.how-to-steps__list{display:grid;gap:48px;margin:0;padding:0;list-style:none}.how-to-step{display:grid;gap:24px;color:rgb(var(--text-color))}.how-to-step__title{display:flex;align-items:center;gap:16px}.how-to-step__number{font-size:3em;line-height:1;color:rgb(var(--heading-color))}.how-to-step__media{position:relative;display:grid;gap:16px;align-items:center}.how-to-step__media-number{position:absolute;left:12px;bottom:12px;z-index:1;font-size:1.5em;font-weight:700;line-height:1;color:rgb(var(--heading-color))}.how-to-step__media--double{grid-template-columns:repeat(2,minmax(0,1fr))}.how-to-step__media-item{min-width:0}.how-to-step__media-link{display:block}.how-to-step__media-link:focus-visible{outline:2px solid rgb(var(--text-color));outline-offset:2px}.how-to-step__image{display:block;width:100%;height:auto}@media screen and (min-width: 1000px){.how-to-steps--list .how-to-step{grid-template-columns:minmax(0,5fr) minmax(0,7fr);align-items:center;gap:48px}}.how-to-steps--card .how-to-step{display:flex;flex-direction:column;gap:16px;align-items:stretch;height:100%}.how-to-steps--card .how-to-step__media{order:1}.how-to-steps--card .how-to-step__content{order:2}
