.stages{margin:15px auto;width:100%;max-width:320px}@media(min-width: 768px){.stages{margin:30px auto}}.stages__wrapper{padding:5px;display:grid;grid-template-columns:repeat(4, 1fr);border-radius:100px;border:1px solid #fff;background:rgba(239,239,239,.75);-webkit-box-shadow:0px 10px 20px 0px rgba(44,44,44,.15);box-shadow:0px 10px 20px 0px rgba(44,44,44,.15)}.stages__item{padding:10px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#060025;font-size:14px;font-weight:400;line-height:100%}body[data-steps="1"] .stages__item:nth-child(1),body[data-steps="2"] .stages__item:nth-child(1){background:#fff;border-radius:100px}body[data-steps="3"] .stages__item:nth-child(1),body[data-steps="3"] .stages__item:nth-child(2){background:#fff}body[data-steps="3"] .stages__item:nth-child(1){border-top-left-radius:100px;border-bottom-left-radius:100px}body[data-steps="3"] .stages__item:nth-child(2){border-top-right-radius:100px;border-bottom-right-radius:100px}body[data-steps="4"] .stages__item:nth-child(1),body[data-steps="4"] .stages__item:nth-child(2),body[data-steps="4"] .stages__item:nth-child(3){background:#fff}body[data-steps="4"] .stages__item:nth-child(1){border-top-left-radius:100px;border-bottom-left-radius:100px}body[data-steps="4"] .stages__item:nth-child(3){border-top-right-radius:100px;border-bottom-right-radius:100px}body[data-steps=card] .stages__item{background:#fff}body[data-steps=card] .stages__item:nth-child(1){border-top-left-radius:100px;border-bottom-left-radius:100px}body[data-steps=card] .stages__item:nth-child(4){border-top-right-radius:100px;border-bottom-right-radius:100px}