.pr-layout {
  max-width: 1920px;
  margin: 0 auto;
  background: linear-gradient(to right, #fbfafc, #dcd1e5);
  padding: 0 2px;
  padding-bottom: 8rem;
}

.pr-predobal {
  background-color: #ddd2e5;
  background-image: url(./univerzal.webp);
  background-position: center;
  background-size: cover;
  padding: 0;
  margin: 0;
  text-align: center;
}
.pr-obal {
  display: inline-block;
  text-align: center;
  max-width: 1090px;
  margin: 5rem auto;
  margin-bottom: 10rem;
  padding: 0 1px;
}

.pr-uvod {
  background-color: #ddd2e5;
  background-image: url(./uvod.webp?2);
  background-position: center;
  background-size: cover;
  padding: 0;
  margin: 0;
}

.pr-uvod video {
  max-width: 100%;
  height: auto;
  aspect-ratio: 1096 / 616;
  padding: 0;
}


/* karty */
.pr-karty {
  margin-top: -5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  align-items: flex-start;
}
.pr-karta {
  width: 100%;
  max-width: 540px;
  min-width: 300px;
  background-color: #fff;
  box-shadow: 0px 12px 28px #602F88;
  border-radius: 28px;
  padding: 25px;
  font-size: 24px;
}
.pr-karta--sel {
  position: absolute;
  width: 100%;
  max-width: 1500px;
  z-index: 10;
  transition: max-width .2s linear,
              z-index .2s linear;
}
.pr-karta:hover {
  box-shadow: 0px 12px 28px #203;
}
.pr-kartaObal {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  gap: 1rem;
  align-items: end;
}
.pr-kartaImg {
  max-width: 200px;
  max-height: 200px;
  border-radius: 50%;
  border: 1px solid #bbb;  
}
.pr-kartaText {
  color: #702082;
  font-weight: bold;
  margin-right: 1rem;
}
.pr-kartaTlacitko {
  margin-top: 2rem;
  width: 250px;
  cursor: pointer;
  border: 1px solid #E6873C;
  border-radius: 16px;
  text-align: right;
  padding: .75rem 2rem;  
  color: #000;
  background-image: url(./sipka-vpravo.svg);
  background-repeat: no-repeat;
  background-position: 15% 50% ;
  background-size: 20px;  
}
.pr-kartaObsah {
  padding: 0 5rem;
  display: none;
}
.pr-kartaZavrit {
  width: 250px;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid #E6873C;
  border-radius: 16px;
  font-size: 24px;
  padding: .25rem;
  padding-left: 4rem;
  margin-top: 1rem;
}
.pr-kartaZavritImg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 3rem;
  background-color: #E6873C;
  border-radius: 16px;
  padding: 0px;
  text-align: center;
}
.pr-karta--sel .pr-kartaObsah {
  display: block;
}
.pr-karta--sel .pr-kartaTlacitko {
  opacity: 0;
}


/* Staci */
.pr-staci {
  max-width: 540px;
  background-color: #fff;
  font-size: 24px;
  color: #702082;
  margin: auto;
  margin-top: 8rem;
  box-shadow: 0px 12px 28px #EC8A00;
  border-radius: 28px;
  padding: 2rem 1rem;
  width: 100%;
  max-width: 540px;
  text-align: center;
  line-height: 1.5;  
}
.pr-staciText {
  font-weight: bold;
  margin-bottom: .5rem;
}
.pr-staciTlacitko {
  max-width: 410px;
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid #E6873C;
  border-radius: 16px;
  text-align: right;
  font-weight: bold;
  padding: .25rem;
  padding-right: 2rem;
  margin-top: 1rem;
  color: #000;  
}
.pr-staciImg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 3rem;
  background-color: #E6873C;
  border-radius: 16px;
  padding: 0px;
  text-align: center;
}

/* Dlazdice */
.pr-dlazba {
  margin-top: 10rem;
  display: flex;
  flex-wrap: wrap;
  gap: 5rem 10rem;
  justify-content: center;
  align-items: center;
}
.pr-dlazdice {
  position: relative;
  width: 100%;
  max-width: 600px;
  min-width: 300px;
  min-height: 16rem;
  background-color: #fff;
  border-radius: 28px;
  padding: 25px 35px 35px 25px;
  font-size: 24px;
}
.pr-dlazdiceText {
  padding-left: 4rem;
}
.pr-dlazdiceH2 {
  font-size: 24px;
  color: #692581;
}
.pr-dlazdicePer {
  color: #692581;
  font-weight: bold;
  font-size: 20px;
  margin-top: 1rem;
}
.pr-dlazdiceT {
  font-size: 16px;
  margin-top: 1rem;
}
.pr-dlazdiceImg {
  position: absolute;
  left: -4rem;
  top: 4rem;
  background: #fff;
  box-shadow: 3px 6px 12px #69258180;
  border-radius: 50%;
  padding: .75rem;
}

.pr-zajem {
  width: 100%;
  max-width: 800px;
  min-width: 300px;
  min-height: 16rem;
  margin: 5rem auto;
  display: flex;
  justify-content: space-around;
  gap: 1rem;
  background-color: #fff;
  box-shadow: 3px 6px 12px #70208280;
  border-radius: 28px;
  padding: .5rem;
  font-size: 24px;
}
.pr-zajemH2 {
  font-weight: bold;
  font-size:26px;
  color: #702082;
  margin-top: 3rem;
}
.pr-zajemText {
  font-size: 26px;
  color: #702082;
}
.pr-zajemTlac {
  max-width: 360px;
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid #E6873C;
  border-radius: 16px;
  text-align: center;
  padding: .25rem;
  padding-right: 2rem;
  margin-top: 2rem;
  color: #000;  
}
.pr-zajemTlac-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 3rem;
  background-color: #E6873C;
  border-radius: 16px;
  padding: 0px;
  text-align: center;
}



.pr-obalPas8 {
  text-align: center;
  max-width: 1090px;
  margin: auto;
  padding: 0 1px;
}
.pas8 {
  margin: 0;
}
.pas8-nadpis {
  padding-top: 0;
}
.pas9 a {
  text-decoration: none;
}
.pas10-kontakt {
  text-decoration: none;
}

@media only screen and (max-width:720px) {
  .pr-kartaObsah {
    padding: 0;
  }
  
  .pr-dlazdice {
	padding: 4rem 1rem 2rem 1rem;
    min-height: auto;
  }
  .pr-dlazdiceText {
    padding-left: .5rem;
  }
  .pr-dlazdiceImg {
    position: absolute;
    left: 3rem;
    top: -4rem;  
  }
  .pr-dlazdiceT {
    display: none;
  }
}

@media only screen and (max-width:640px) {
  .pr-uvod {
    background-image: url(web/files-c/1412/uvodm.webp?2);
  }
  .pr-uvod video {
    aspect-ratio: 640 / 1136;
  }
  .pr-zajem {
    flex-wrap: wrap;
    padding: 1rem 1rem 3rem 1rem;
    text-align: center;
  }
  .pr-zajemH2 {
    margin-top: 1rem;
  }
}

@media only screen and (max-width:500px) {
  .pr-kartaTlacitko {
    width: 100%;
  }
  .pr-kartaImg {
    width: 150px;
  }
  .pr-kartaObal {
	align-items: start;
  }
  .pr-staciTlacitko {
  	padding-right: .5rem;    
  }  
}
@media only screen and (max-width:400px) {
  .pr-kartaImg {
    width: 100px;
  }
  .pr-kartaTlacitko {
    margin-left: -5rem;
    width: 15rem;
  }
  .pr-staciTlacitko {
  	justify-content: center;
  }
  .pr-staciImg {
    display: none;
  }
}