.steps_list__HM9_C{list-style:none;display:flex;flex-direction:column;width:100%}.steps_item__tJVco{position:relative;display:grid;grid-template-columns:max-content 1fr;grid-column-gap:40px;column-gap:40px;padding-bottom:64px}.steps_item__tJVco:last-child{padding-bottom:0}.steps_item__tJVco:not(:last-child):before{content:"";position:absolute;height:100%;width:1px;left:20px;background-color:var(--grey-light)}.steps_number__rPr0s{z-index:5;position:relative;display:flex;justify-content:center;align-items:center;font-weight:400;font-size:24px;line-height:113.99999999999999%;letter-spacing:0;color:var(--main-color);background-color:var(--grey-light);width:40px;height:40px;border-radius:60px}.steps_item_active__ZHyAB .steps_number__rPr0s{animation:steps_colored__j2sJ8 .7s ease forwards;animation-delay:.7s}.steps_item_active__ZHyAB:first-child .steps_number__rPr0s{animation:steps_colored__j2sJ8 .7s ease forwards;animation-delay:0s}.steps_item__tJVco:has(+.steps_item_active__ZHyAB):not(:last-child):after{content:"";position:absolute;height:100%;width:1px;left:20px;background-color:var(--red);animation:steps_slideDown__PXPEF .7s ease forwards}.steps_text__1N0as{font:var(--body-regular);color:var(--grey);max-width:460px}.steps_text__1N0as a{color:inherit;font-weight:700}.steps_item_active__ZHyAB .steps_text__1N0as{animation:steps_textColored__bBljc .7s ease forwards;animation-delay:.7s}@media screen and (max-width:1439px){.steps_item__tJVco{padding-bottom:40px}}@keyframes steps_slideDown__PXPEF{0%{height:0}to{height:100%}}@keyframes steps_colored__j2sJ8{0%{background-color:var(--grey-light)}to{background-color:var(--red)}}@keyframes steps_textColored__bBljc{0%{color:var(--grey)}to{color:var(--primary)}}