.simple-steps{display:flex;flex-direction:column;gap:20px;counter-reset:counterStepName}.simple-steps.has-animation .simple-steps-item{opacity:0;transition:transform 1s cubic-bezier(.45,.44,.42,.99),opacity 1s ease-in-out}.simple-steps.has-animation .simple-steps-item:nth-child(1){transition-delay:.1s}.simple-steps.has-animation .simple-steps-item:nth-child(2){transition-delay:.2s}.simple-steps.has-animation .simple-steps-item:nth-child(3){transition-delay:.3s}.simple-steps.has-animation .simple-steps-item:nth-child(4){transition-delay:.4s}.simple-steps.has-animation .simple-steps-item:nth-child(5){transition-delay:.5s}.simple-steps.has-animation .simple-steps-item:nth-child(6){transition-delay:.6s}.simple-steps.has-animation.animated .simple-steps-item{opacity:1;transform:translateX(0)}.simple-steps.white-card .simple-steps-item{background-color:#fff}.simple-steps.white-card .simple-steps-item strong{font-family:"General Sans Medium",sans-serif}.simple-steps.white-card .simple-steps-item:last-child{color:#1d1a1b;background-image:none}.simple-steps.white-card .simple-steps-item:last-child .ico-arrow{display:block}.simple-steps.white-card .ico-arrow:before,.simple-steps.white-card .simple-steps-item:before{content:none}.simple-steps.white-card .ico-arrow{right:-1px;background:url(../../images/contacts-card-decor.svg) 50% 50%/contain no-repeat;transform:rotate(0deg)}.simple-steps-item{position:relative;z-index:10;display:flex;flex-direction:column;justify-content:space-between;flex-wrap:wrap;background-color:#f3f3f3;font-family:"General Sans Semibold",sans-serif;min-height:200px;padding:20px;background-size:auto 100%;background-position:100% 50%;background-repeat:no-repeat;background-image:url(../../images/simple-steps-decor-gray.svg)}.simple-steps-item:before{counter-increment:counterStepName;content:counter(counterStepName);color:#007bbe;font-family:"General Sans Medium",sans-serif;font-size:28px;line-height:1;letter-spacing:-2px}.simple-steps-item:last-child .ico-arrow{display:none}.simple-steps-item p{font-family:"General Sans",sans-serif;color:#6d6e71;margin-top:10px}.simple-steps-item strong{max-width:150px}.simple-steps-item .ico-arrow{position:absolute;top:-1px;right:0;display:flex;align-items:center;justify-content:center;width:82px;height:82px;background:url(../../images/link-mask.svg) 50% 50%/contain no-repeat;transform:rotate(-90deg)}.simple-steps-item .ico-arrow:before{content:"";position:absolute;top:45px;right:22px;width:10px;height:20px;background:#fff url(../../images/arrow-right-blue.svg) no-repeat center/contain;border-radius:8px;transform:rotate(90deg)}.simple-steps-item.red{background-color:#f73930;color:#fff;background-image:url(../../images/simple-steps-decor-red.svg)}.simple-steps-item.blue:before,.simple-steps-item.red:before{color:#fff}.simple-steps-item.red .ico-arrow:before{background-image:url(../../images/arrow-right-red.svg)}.simple-steps-item.blue{color:#fff;background-color:#007bbe;background-image:url(../../images/simple-steps-decor.svg)}.simple-steps .ico{width:40px;height:40px}.simple-steps .ico img{width:100%;height:100%;object-fit:contain}@media (min-width:768px){.simple-steps{flex-direction:row;flex-wrap:wrap}.simple-steps.has-animation .simple-steps-item{transform:translateX(40px)}.simple-steps.white-card .simple-steps-item{aspect-ratio:328/248;padding:24px}.simple-steps-item{width:calc(50% - 10px);aspect-ratio:234/200}}@media (min-width:1024px){.simple-steps.white-card .simple-steps-item{width:calc(25% - 16px)}.simple-steps-item{width:calc(20% - 16px)}}@media (min-width:1200px){.simple-steps{gap:40px}.simple-steps.white-card{gap:20px}.simple-steps.white-card .simple-steps-item{width:calc(25% - 15px)}.simple-steps-item{width:calc(20% - 32px)}.simple-steps-item:before{font-size:38px}.simple-steps-item p{font-size:18px;line-height:1.3}}@media (min-width:1440px){.simple-steps{gap:50px}.simple-steps.white-card{gap:20px}.simple-steps.white-card .simple-steps-item strong{font-size:24px}.simple-steps-item{width:calc(20% - 40px)}.simple-steps-item:before{font-size:44px}}