.ua-button {
  display: inline-block;
  padding: .5rem 1.5rem;
  font-size: 125%;
  margin-top: 1rem;
  border-radius: 1rem;
  background-color: #ed8b00;
  color: #fff;
  text-decoration: none;
  transition: .3s
}

.ua-button:hover {
  background-color: #ba6d00;
}

.ua-staci {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  margin: auto;
  margin-top: -3.5rem;
  box-shadow: 0px 12px 28px #602F88;
  border-radius: 28px;
  padding: 1rem;
  max-width: 25rem;
  width: 100%;
  text-align: center;
  line-height: 1.5;
}

.ua-staci-text {
  font-weight: bold;
  margin-bottom: .5rem;
}

.ua1 {
  background-color: #fff;
  background: linear-gradient(180deg, #fff 0%, #fff 15%, #ece6f1 100%);
  padding: 0 .1rem 5rem .1rem
}

.ua1-obal {
  max-width: 1100px;
  margin: auto;
  padding: 5px;
  position: relative
}

.ua1-karuselVnejsi {
  display: flex;
  align-items: center;
  justify-content: center
}

.ua1-karuselObal {
  display: flex;
  justify-content: space-around;
  max-width: 900px;
  margin: auto
}

.ua1-karuselLevy {
  padding: 5rem 1rem 0 0
}

.ua1-nadpis1 {
  color: #702082;
  text-transform: uppercase
}

.ua1-nadpis2 {
  color: #702082;
  font-size: 20px;
  font-weight: normal
}

.ua1-karuselPravy {
  position: relative;
  margin: auto;
  width: 450px;
  min-width: 450px;
  height: 450px;
  display: flex;
  justify-content: center;
  align-items: center
}

.ua1-karuselImg {
  position: absolute;
  border-radius: 50%;
  width: 400px;
  min-width: 400px;
  height: 400px;
  background-color: #000;
  z-index: 20
}

.ua1-anStripe {
  position: absolute;
  width: 400px;
  height: 400px;
  min-width: 400px;
  z-index: 100;
  background-size: contain;
  background-repeat: no-repeat;
  animation: karusel_stripe 4s infinite linear
}

.ua1-anRound1 {
  position: absolute;
  height: 400px;
  width: 400px;
  background-color: #682e7f;
  border-radius: 50%;
  display: inline-block;
  z-index: 30;
  opacity: 0%;
  animation-duration: 1s;
  animation-name: karusel_zoom
}

.ua1-anRound2 {
  position: absolute;
  height: 300px;
  width: 300px;
  background-color: #682e7f;
  border-radius: 50%;
  display: inline-block;
  z-index: 10;
  box-shadow: 0 0 100px 100px #682e7f;
  animation: karusel_heartbeat 4s infinite linear
}

.ua1-karty {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-around;
  align-items: center;
}

.ua1-sipka {
  width: 3rem;
  position: absolute;
  right: 1rem;
  bottom: -1rem;
  transition: transform .3s ease-in;
  cursor: pointer
}

.ua1-sipka--nahoru {
  transform: rotate(180deg)
}

.ua1-karta {
  max-width: 260px;
  min-width: 200px;
  padding: 1rem;
  border-radius: 1rem;
  background-color: #fff
}

.ua1-karta:hover {
  box-shadow: 0 9px 19px #702082
}

.ua1-kartaObal {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center
}

.ua1-kartaImg {
  max-width: 150px;
  max-height: 150px;
  border-radius: 50%;
  border: 1px solid #bbb;
}

.ua1-kartaText {
  color: #702082;
}

.ua1-kartaTlacitko {
  display: inline-block;
  cursor: pointer;
  margin-left: 9rem;
  color: #ED8B00;
  background-color: transparent;
  border: 2px solid #ED8B00;
  font-weight: bold;
  border-radius: 2rem;
  padding: .25rem 1rem;
  text-decoration: none;
}

.ua1-kartaTlacitko:hover {
  background-color: #ED8B00;
  color: #fff
}

.ua1-karta:hover {
  box-shadow: 0 9px 19px #702082;
  transform: scale(1.04)
}

/* bloky  */

.ua2-obal {
  text-align: center;
  max-width: 850px;
  margin: auto;
  padding: 0 1px;
}

.ua2-obal2 {
  background-color: #fff;
  background: linear-gradient(0deg, #fff 0%, #ddd2e5 100%);
  padding-top: 2rem;
  padding-bottom: 10rem;
}


.ua2-vnejsi {
  box-shadow: 0px 12px 28px #602F88;
  padding: 1rem 2rem;
  text-align: left;
  font-size: 20px;
  background-color: #fff;
  border-radius: 28px;
  margin-top: 4rem
}

.ua2-blok {
  margin: 2rem 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start
}

.ua2-blok-nadpis {
  color: #702082;
  font-size: 32px;
  margin-bottom: 16px
}

.ua2-blok-text {
  width: 100%;
  padding: 1rem 1rem 1rem 4rem;
  position: relative;
}

.ua2-blok-img {
  width: 200px;
  height: 200px;
  border-radius: 100%;
  border: 1px solid #bbb;
}



/* blok 3  */

.ua3-obal {
  text-align: center;
  max-width: 1000px;
  margin: auto;
  padding: 0 1px;
}

.ua3-obal3 {
  background-color: #fff;
  background: linear-gradient(0deg, #ddd2e5 0%, #fff 50%, #ddd2e5 100%);
  padding-top: 2rem;
  padding-bottom: 10rem;
}

.ua3-ramecky {
  margin: 3rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 2rem;
  justify-content: center;
}

.ua3-ramecky-pol,
.ua3-ramecky-pol2 {
  padding: 1rem;
  max-width: 440px;
  width: 100%;
  border: 4px solid #702082;
  border-radius: 24px;
  background-color: #fff;
  text-align: left;
}

.ua3-ramecky-imgNadpis {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: between;
}

.ua3-ramecky-ikona {
  max-height: 120px;
  max-width: 120px;
}

.ua3-nadpis {
  color: #702082;
}

.ua3-kartaTlacitko {
  display: inline-block;
  color: #ED8B00;
  background-color: transparent;
  border: 1px solid #ED8B00;
  border-radius: 1rem;
  padding: 1rem;
  text-decoration: none;
}

.ua3-kartaTlacitko:hover {
  background-color: #ED8B00;
  color: #fff
}

.ua3-ramecky2 {
  margin: 3rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 2rem;
  justify-content: center;
  align-items: flex-start;
}

.ua3-ramecky-pol2 {
  border: 4px solid #ED8B00;
  text-decoration: none;
}

.ua3-nadpis2 {
  padding: 0;
  margin: 0;
  color: #702082;
  font-size: 1rem;
}

.ua3-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 1rem;
  width: 100%;
}

.ua3-sipka {
  width: 3rem;
  transition: transform .3s ease-in;
  cursor: pointer
}

.ua3-sipka--nahoru {
  transform: rotate(180deg)
}

/* blok 4 */
.ua4-obal {
  text-align: center;
  max-width: 1000px;
  margin: auto;
  padding: 0 1px;
}

.ua4-obal4 {
  background-color: #fff;
  padding-top: 0rem;
  padding-bottom: 10rem;
}


@media (max-width:900px) {
  .ua1-karuselObal {
    flex-wrap: wrap;
    flex-direction: column-reverse
  }

  .ua1-karuselImg {
    max-width: 100%
  }

  .ua1-karuselLevy {
    padding: 0;
    padding-top: 1rem;
    text-align: center;
    max-width: 35rem;
    margin: 0 auto
  }

  .ua2-blok {
    margin: 1rem 0;
    flex-wrap: wrap;
  }

  .ua2-blok-img {
    width: 150px;
    height: 150px;
  }
}

@media (max-width:550px) {
  .ua1-karuselPravy {
    zoom: .8
  }

  .ua2-blok-text {
    padding: 1rem;
  }
}

@media (max-width:450px) {
  .ua1-karuselPravy {
    zoom: .6
  }

  .ua3-ramecky-ikona {
    max-height: 80px;
    max-width: 80px;
  }

  .ua2-vnejsi {
    padding: 1rem 0rem;
  }
}

@media (max-width:350px) {
  .ua1-karuselPravy {
    zoom: .4
  }

  .ua1-kartaImg {
    max-width: 100px;
    max-height: 100px
  }

  .ua1-kartaTlacitko {
    margin-left: 6rem
  }
}