.v12-how-to__steps{display:grid;gap:32px 48px;grid-template-columns:repeat(3,1fr);margin-top:20px}.v12-step{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px;position:relative}.v12-step:after{background:var(--line-secondary);bottom:0;content:"";height:100%;position:absolute;right:-24px;width:1px}.v12-step:nth-child(3n):after{display:none}.v12-step:last-child:after{display:none!important}.v12-step__info{gap:8px}.v12-step__info,.v12-step__num{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.v12-step__num{background:var(--contrast-bg);border-radius:50%;color:var(--contrast-color);font-size:16px;font-weight:500;height:28px;line-height:150%;width:28px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.v12-step__title{color:var(--text-main);font-size:18px;font-weight:600;line-height:150%}.v12-step__img{border-radius:12px;height:auto;overflow:hidden;width:100%}.v12-step__img img{display:block;height:auto;width:100%}.v12-step__text{font-size:16px;font-weight:400;line-height:150%}.v12-step .vAll-button{margin-top:auto}@media (max-width:1024px){.v12-how-to__steps{grid-template-columns:1fr 1fr}.v12-step:nth-child(3n):after{display:block}.v12-step:nth-child(2n):after{display:none}}@media (max-width:1024px)and (max-width:600px){.v12-step:nth-child(2n):after{display:block}}@media (max-width:600px){.v12-how-to__steps{gap:48px;grid-template-columns:1fr}.v12-step:after{bottom:-24px;height:1px;right:0;width:100%}}