.h-steps__title{margin-bottom:var(--spacer_60)}.h-steps__container{display:flex}.h-steps__step{position:relative}.h-steps__step-anchor{background-color:var(--white_color);border:3px solid var(--black_color);border-radius:6rem;padding:var(--spacer_12) var(--spacer_28);position:absolute;right:0;top:0;transform:translate(50%,-50%);z-index:2}.h-steps__step-anchor__text{font-size:var(--font_size_20);font-weight:var(--font_weight_500);margin-bottom:0;text-align:center}.h-steps__step-top{align-items:center;display:flex;flex-direction:column;justify-content:flex-start;padding:4rem;position:relative}.h-steps__step:not(:last-child) .h-steps__step-top:not(.h-steps__step-top--no-anchor){border-right:3px solid var(--black_color)}.h-steps__step:not(:last-child):not(:first-child) .h-steps__step-top{border-bottom:3px solid var(--black_color)}.h-steps__step:first-child .h-steps__step-top:before,.h-steps__step:last-child .h-steps__step-top:before{background-color:var(--black_color);bottom:0;content:"";height:3px;left:50%;position:absolute;width:calc(50% + 3px)}.h-steps__step:last-child .h-steps__step-top:before{left:0}.h-steps__step-top__image{height:4rem;margin-bottom:var(--spacer_20);width:4rem}.h-steps__step-top__label{color:var(--gold_color);font-weight:var(--font_weight_700)}.h-steps__step-top_title{margin-bottom:0;text-align:center}.h-steps__step-top_point{background-color:var(--white_color);border:3px solid var(--black_color);border-radius:50%;bottom:0;height:2.5rem;position:absolute;transform:translateY(50%);transition:background-color var(--default_transition);width:2.5rem}.h-steps__step-top_point:before{background-image:var(--gold_gradient);border-radius:50%;content:"";height:1.4rem;left:50%;opacity:0;position:absolute;top:50%;transform:translate(-50%,-50%);transition:opacity var(--default_transition);width:1.4rem}.h-steps__step--opened .h-steps__step-top_point:before{opacity:1}.h-steps__step-bottom{align-items:center;display:flex;flex-direction:column;margin-top:var(--spacer_8)}.h-steps__step-bottom__button{background-color:var(--black_color);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath stroke='%23fff' stroke-width='2' d='M.833 9.582h17.678m0 0-6.096 6.096m6.096-6.096-6.096-6.095'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:20px;border-radius:4rem;height:3.6rem;transform:translateY(50%) rotate(0deg);transition:transform var(--slow_transition),width var(--slow_transition);width:3.6rem;z-index:2}@media (hover:hover){.h-steps__step-bottom__button:hover{width:4.2rem}}.h-steps__step--opened .h-steps__step-bottom__button{transform:translateY(50%) rotate(90deg);width:4.2rem}.h-steps__step-bottom__description{opacity:0;padding:3rem;transform:translateX(100%);transition:transform var(--default_transition),opacity var(--slow_transition)}@media (min-width:1025px){.h-steps__step-bottom__description{display:flex;gap:var(--spacer_16);left:0;position:relative;width:100%}.h-steps__step:first-child .h-steps__step-bottom__description{left:-50%}}.h-steps__step:first-child .h-steps__step-bottom__description{left:0}.h-steps__step-bottom__description :last-child{margin-bottom:0}.h-steps__step--opened .h-steps__step-bottom__description{opacity:1;transform:translateX(0)}.h-steps__step-bottom__description-container{left:0;overflow:hidden;position:relative;width:200%}.h-steps__step:first-child .h-steps__step-bottom__description-container{left:50%}.h-steps__step:last-child .h-steps__step-bottom__description-container{left:unset;right:50%}@media (max-width:1024px){.h-steps__step:first-child .h-steps__step-bottom__description-container{left:0}.h-steps__step:last-child .h-steps__step-bottom__description-container{left:0;right:unset}}.h-steps__step-anchor--mobile{display:none}.h-steps__step-anchor__text--mobile{background-color:var(--white_color);border:3px solid var(--black_color);border-radius:6rem;margin-bottom:0;padding:var(--spacer_12) var(--spacer_28);width:fit-content;z-index:2}@media (max-width:1024px){.h-steps__container{flex-direction:column}.h-steps__step{display:flex}.h-steps__step-top{justify-content:center;max-width:30%;padding:var(--spacer_16)}.h-steps__step:not(:last-child):not(:first-child) .h-steps__step-top{border-bottom:none;border-right:3px solid var(--black_color)}.h-steps__step-top,.h-steps__step:last-child .h-steps__step-top{border-right:3px solid var(--black_color)}.h-steps__step-top:before{display:none}.h-steps__step-anchor{top:100%;transform:translate(95%,-50%)}.h-steps__step-anchor__text{white-space:nowrap}.h-steps__step-top_point{display:none}.h-steps__step-bottom{flex:1;flex-direction:row;margin-top:0}.h-steps__step-bottom__button{flex-shrink:0;transform:translateX(0) rotate(90deg)}.h-steps__step--opened .h-steps__step-bottom__button{transform:translateX(0) rotate(0);width:4.2rem}}@media (max-width:500px){.h-steps__step{align-items:center;flex-direction:column}.h-steps__step:last-child .h-steps__step-top,.h-steps__step:not(:last-child) .h-steps__step-top,.h-steps__step:not(:last-child) .h-steps__step-top:not(.h-steps__step-top--no-anchor),.h-steps__step:not(:last-child):not(:first-child) .h-steps__step-top{border-right:none}.h-steps__step-anchor{display:none}.h-steps__step-anchor--mobile{align-items:center;display:flex;justify-content:center;margin-top:var(--spacer_20);position:relative}.h-steps__step-bottom{flex-direction:column}.h-steps__step-bottom__button{flex-shrink:0;transform:translateX(0) rotate(0)}.h-steps__step--opened .h-steps__step-bottom__button{transform:translateX(0) rotate(90deg);width:4.2rem}.h-steps__step-bottom__description-container{max-height:0;transition:max-height var(--slow_transition);width:100%}.h-steps__step--opened .h-steps__step-bottom__description-container{max-height:100rem}.h-steps__step-bottom__description{transform:translateX(0)}}