.steps__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.steps__item{position:relative;margin-bottom:44px;padding-left:56px}.steps__item::after{position:absolute;content:"";width:2px;top:58px;left:19px;bottom:-48px;border:1px dashed #e1e2e3}.steps__item:last-child::after{content:none}.steps__item span{position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:40px;height:40px;top:10px;left:0;font-weight:600;font-size:20px;line-height:29px;color:#333;border:1px solid #e1e2e3;border-radius:100px}.steps__item p{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:60px;margin-bottom:0}.steps__item--active::after{border-color:#005379!important}.steps__item--active span{color:#005379!important;border-color:#005379}.steps__message{margin-top:24px;font-size:20px;line-height:30px;text-align:center;color:rgba(51,51,51,.6)}.steps--horizontal{margin-bottom:40px}.steps--horizontal .steps__list{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0 50px}.steps--horizontal .steps__item{-webkit-box-flex:1;-ms-flex:1;flex:1;margin-bottom:0;padding-left:0}.steps--horizontal .steps__item:last-child{max-width:40px}.steps--horizontal .steps__item::after{width:calc(100% - 50px);height:2px;top:19px;left:45px;bottom:auto;right:auto;border:1px solid #e1e2e3}.steps--horizontal .steps__item span{position:static;font-weight:400;color:rgba(51,51,51,.6)}@media (max-width:767px){.steps__item{margin-bottom:20px}.steps__item span{top:0}.steps--horizontal .steps__list{margin:0}}