.step-cards .swiper-wrapper{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.step-cards__item{background-color:var(--background-light-gray);border-radius:10px;gap:12px;height:auto;padding:24px;display:flex}.step-cards__item-number{width:70px;height:70px;color:var(--primary-fixed);background-color:var(--primary-white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:24px;font-weight:400;display:flex}.step-cards__item-title{margin-bottom:6px;font-size:20px;font-weight:700}.step-cards--vertical .swiper-wrapper{grid-template-columns:repeat(3,1fr)}.step-cards--vertical .step-cards__item{border-radius:20px;flex-direction:column}.step-cards--vertical .step-cards__item-title{margin-bottom:12px}.step-cards--vertical .step-cards__item-text{font-size:18px;line-height:1.4}.step-cards--columns-4 .swiper-wrapper{grid-template-columns:repeat(4,1fr)}.step-cards .swiper-pagination{display:none}@media screen and (width<=1279px){.step-cards--columns-4 .swiper-wrapper{grid-template-columns:repeat(2,1fr)}}@media screen and (width<=1023px){.step-cards{width:calc(100% + 30px);margin:0 -15px;padding:0 15px;overflow:hidden}.step-cards__list{overflow:visible}.step-cards .swiper-wrapper{gap:0;display:flex}.step-cards__item{width:300px}.step-cards__item-number{width:50px;height:50px;font-size:18px}.step-cards--vertical .step-cards__item-number{width:70px;height:70px;font-size:24px}.step-cards--vertical .step-cards__item-text{font-size:16px}.step-cards .swiper-pagination{justify-content:center;margin-top:24px;display:flex}}@media screen and (width<=799px){.step-cards__item{padding:18px}.step-cards--vertical .step-cards__item{border-radius:10px;padding:24px}}
