/* Mobilni prikaz kot en sam zložen list: robovi sosednjih strani se dotikajo. */
@media(max-width:700px){
  .registration-wizard-pages .registration-page{left:6%;width:88%;transform:translateX(200%)}
  .registration-wizard-pages.mobile-step-0 .registration-page:nth-child(1){transform:translateX(0)}
  .registration-wizard-pages.mobile-step-0 .registration-page:nth-child(2){transform:translateX(100%)}
  .registration-wizard-pages.mobile-step-1 .registration-page:nth-child(1){transform:translateX(-100%)}
  .registration-wizard-pages.mobile-step-1 .registration-page:nth-child(2){transform:translateX(0)}
  .registration-wizard-pages.mobile-step-1 .registration-page:nth-child(3){transform:translateX(100%)}
  .registration-wizard-pages.mobile-step-2 .registration-page:nth-child(2){transform:translateX(-100%)}
  .registration-wizard-pages.mobile-step-2 .registration-page:nth-child(3){transform:translateX(0)}
  .registration-wizard-pages.mobile-step-4 .registration-page:nth-child(4){transform:translateX(0)}
  .registration-wizard-pages.mobile-step-4 .registration-page:nth-child(5){opacity:.42;transform:translateX(100%)}
  .registration-wizard-pages.mobile-step-5 .registration-page:nth-child(4){opacity:.42;transform:translateX(-100%) scale(.91)}
  .registration-wizard-pages.mobile-step-5 .registration-page:nth-child(5){display:block;opacity:1;pointer-events:auto;transform:translateX(0) scale(1);animation:registration-page-in .42s ease both}
  @keyframes registration-back-page{from{opacity:0;transform:translateX(0) scale(.58) rotateY(-90deg)}to{opacity:1;transform:translateX(0) scale(1) rotateY(0)}}
}
