.hlidaniceny{
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.45);
  z-index: 200000;
}
.loginmark{
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.45);
  z-index: 200000;
}
.seznammark{
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.45);
  z-index: 200000;
}
.cartok{
  position: absolute;
  padding: 6%;
  width: 80%;
  background: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
@media(min-width: 1000px){
  .cartok{
    width: 40%;
    padding: 2%;
  }
}
@media(min-width: 1000px){
  .mobilereverse2{
    float: right !important;
    order:1;
  }
  .mobilereverse1{
    float: left !important;
    order:2;
  }
}
@media(max-width: 1000px){
  .mobilereverse2{
    float: right !important;
    order:1;
  }
  .mobilereverse1{
    float: left !important;
    order:2;
  }
}