.v13-how-to .section__title{margin-bottom:16px}.v13-how-to__steps{display:grid;gap:16px;grid-template-columns:repeat(3,1fr);margin-top:20px}.v13-step{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;height:100%;width:100%}.v13-step,.v13-step__info{display:-webkit-box;display:-ms-flexbox;display:flex}.v13-step__info{gap:8px}.v13-step__title-image{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;background:var(--card-bg);border-radius:16px 16px 0 0;color:var(--card-text);-ms-flex-flow:column nowrap;flex-flow:column nowrap;font-size:18px;font-weight:600;gap:16px;line-height:150%;padding:16px}.v13-step__num{color:inherit;display:inline}.v13-step__title{color:inherit}.v13-step__img{border-radius:12px;height:359px;width:100%;-ms-flex-negative:0;background:var(--card-bg);flex-shrink:0;overflow:hidden}.v13-step__img img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.v13-step__info-block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;background:var(--contrast-bg);border-radius:0 0 16px 16px;color:var(--contrast-color);-ms-flex-flow:column nowrap;flex-flow:column nowrap;gap:16px;height:100%;padding:16px}.v13-step__text{color:inherit;font-size:16px;font-weight:400;line-height:150%}.v13-step .vAll-button_secondary{margin-top:auto}@media (max-width:1024px){.v13-how-to__steps{grid-template-columns:1fr 1fr}}@media (max-width:800px){.v13-how-to__steps{grid-template-columns:1fr}}