.steps{padding:90px 0}.steps.bg-grey{background-color:#edf3ff}.steps.bg-lace{padding-top:0}.steps__container{display:grid}.steps__intro{margin-bottom:40px}.steps__title{text-align:left;margin-bottom:0}.steps__buttons{margin-top:40px}.steps__wrap{margin-bottom:40px}.steps__item{position:relative;display:grid;gap:24px;grid-template-columns:repeat(1,40px 1fr)}.steps__item:not(:last-child)::after{content:"";position:absolute;top:21px;left:20px;bottom:0;height:calc(100% + 10px);border-right:1px dashed transparent;-o-border-image:repeating-linear-gradient(to bottom,#75a4ff 0 5px,transparent 5px 9px) 1;border-image:repeating-linear-gradient(to bottom,#75a4ff 0 5px,transparent 5px 9px) 1}.steps__item:not(:last-of-type){margin-bottom:30px}.steps__number{z-index:1;display:flex;align-items:center;justify-content:center;width:40px;height:40px;color:#1766ff;font-size:18px;font-weight:500;line-height:1;border:1px solid #1766ff;border-radius:8px;background-color:#edf3ff}.steps.bg-grey .steps__number{background-color:#dbe7ff}.steps__item-title{font-size:18px;font-weight:500;line-height:1.3;margin-bottom:12px}.steps__item-description{font-size:14px;color:#434c5d}@media (min-width:768px){.steps{padding:100px 0}.steps__item-title,.steps__number{font-size:20px}.steps__item-description{font-size:16px}}@media (min-width:1024px){.steps{padding:110px 0}.steps__container{grid-template-columns:repeat(1,530px 1fr);align-items:flex-start}.steps__intro{position:sticky;top:100px}.under-header~.steps .steps__intro{top:170px}.steps__wrap{max-width:535px;margin-left:auto;margin-bottom:0}.steps__buttons{margin-top:50px}}@media (min-width:1230px){.steps{padding:140px 0}}