body {
  background-image: url("O/Rectangle 38.png");
  background-color: #c2eafd;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  max-width: 100vw;
  max-height: 100vh;
}

html {
  font-size: calc(22px + 0.390625vw);
}

h1 {
	color: #00305e;

  margin: 0px 0 20px 0;
  font-weight: 500;
}

p {
	font-weight: light;
	color: #00305e;
  font-weight: 400;
}

.ukazSe {
  font-size: 2px;
  color: transparent;
}

.circle1 {
  position:absolute;
  z-index: -11;
  width: 52%;
  min-width: 300px;
  height: auto;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 40%;
  box-shadow: 0 0 8px 8px rgba(12, 0, 82, 0.13);
  border-radius:100%;
}

.circle2 {
  position:absolute;
  z-index: -2;
  width: 47%;
  min-width: 260px;
  height: auto;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 40%;
  box-shadow: 0 0 8px 8px rgba(12, 0, 82, 0.13);
  border-radius:100%;
}

.text3 {
  position:absolute;
  z-index: 0;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 40%;
}

.text4 {
  position:absolute;
  z-index: 0;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 29%;
}

.pugik {
  z-index: 1;
  width: 50%;
  margin: 0px 0 20px 0;
}

.koule1 {
  position:absolute;
  z-index: -1;
  width: 9%;
  transform: translate(-50%, -50%);
  left: 15%;
  top: 38%;
	animation: float 10s ease-in-out infinite;
}

.koule2 {
  position:absolute;
  z-index: -1;
  width: 4.5%;
  transform: translate(-50%, -50%);
  left: 8%;
  top: 15%;
	animation: float 16s ease-in-out infinite;
}

.koule3 {
  position:absolute;
  z-index: -1;
  width: 5.5%;
  transform: translate(-50%, -50%);
  left: 55%;
  top: 7%;
	animation: float 11s ease-in-out infinite;
}

.koule4 {
  position:absolute;
  z-index: -1;
  width: 4.5%;
  transform: translate(-50%, -50%);
  left: 86%;
  top: 20%;
	animation: float 19s ease-in-out infinite;
}

.koule5 {
  position:absolute;
  z-index: -1;
  width: 9%;
  transform: translate(-50%, -50%);
  left: 90%;
  top: 48%;
	animation: float 13s ease-in-out infinite;
}

.koule6 {
  position:absolute;
  z-index: -1;
  width: 2%;
  transform: translate(-50%, -50%);
  left: 7%;
  top: 56%;
	animation: float 15s ease-in-out infinite;
}

.koule7 {
  position:absolute;
  z-index: -1;
  width: 2%;
  transform: translate(-50%, -50%);
  left: 22%;
  top: 8%;
	animation: float 20s ease-in-out infinite;
}

.koule8 {
  position:absolute;
  z-index: -1;
  width: 2%;
  transform: translate(-50%, -50%);
  left: 70%;
  top: 7%;
	animation: float 19s ease-in-out infinite;
}

.koule9 {
  position:absolute;
  z-index: -1;
  width: 2%;
  transform: translate(-50%, -50%);
  left: 78%;
  top: 15%;
	animation: float 13s ease-in-out infinite;
}

.koule10 {
  position:absolute;
  z-index: -1;
  width: 2%;
  transform: translate(-50%, -50%);
  left: 84%;
  top: 35%;
	animation: float 12s ease-in-out infinite;
}

@keyframes float {
	0% {
		transform: translate(-50%, -50%) translate(0px, 0px) rotate(0deg);
	}
	25% {
		transform: translate(-50%, -50%) translate(7px, -25px) rotate(10deg);
	}
	50% {
		transform: translate(-50%, -50%) translate(0px, 0px) rotate(0deg);
	}
	75% {
		transform: translate(-50%, -50%) translate(-7px, -25px) rotate(10deg);
	}
	100% {
		transform: translate(-50%, -50%) translate(0px, 0px) rotate(0deg);
	}
}

.scale-center {
	animation: scale-up-center 6s ease-in-out infinite;
}

@keyframes scale-up-center {
  0% {
    transform: translate(-50%, -50%) scale(1);
    left: 50%;
    top: 40%;
  }
	50% {
		transform: translate(-50%, -50%) scale(1.08);
    left: 50%;
    top: 40%;
	}
  100% {
    transform: translate(-50%, -50%) scale(1);
    left: 50%;
    top: 40%;
  }
}

.butt {
  color: white;
  background: rgb(34,134,201);
  background: -moz-linear-gradient(top, rgb(34,134,201) 0%, rgb(12,47,71) 100%);
  background: linear-gradient(to bottom, rgb(34,134,201) 0%, rgb(12,47,71) 100%);
  border-color: rgb(0, 38, 88);
  border-style: solid;
  border-width: 1px;
}

.hoo:hover {
  color: #00305e;
  background: rgb(255, 255, 255);
  border-color: #00305e;
  border-style: solid;
  border-width: 1px;
}

.greee {
  display: block;
  width: 0%;
  overflow: hidden;

  position: relative;
  z-index: 1;
  color: transparent;
  background: rgb(34,134,201);
  background: -moz-linear-gradient(top, rgb(34,134,201) 0%, rgb(12,47,71) 100%);
  background: linear-gradient(to bottom, rgb(34,134,201) 0%, rgb(12,47,71) 100%);
  border: 0px solid #00305e;
  
  border-radius: 900px;
}

.bbutton {
  display: block;
  margin: auto;
  margin-top: 20px;
  border: none;
  border-radius: 2px;
  border: 1px solid #ccc;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
  padding: 10px 20px;
  cursor: pointer;
}

.progress-bar__container {
  border-radius: 2rem;
  position: relative;
  overflow: hidden;
  transition: all 5s;
  will-change: transform;
  
  z-index: 10;
  color: #ffffff;
  background: rgba(255, 255, 255, 0);  
  outline: 1px solid #00305e;
  outline-offset: 1px;
  border: 4px solid #ffffff;
}

.droppable {
  width: 20%;
}

.draggable {
  width: 20%;
  cursor: pointer;
}

.draggable:hover {
  opacity: 0.6;
}

.droppable-hover {
  background-color: #bee3f000;
  transform: scale(1.1);
}

.dragged {
  user-select: none;
  opacity: 0;
  cursor: default;
}

.draggable.dragged:hover {
  opacity: 0;
}


#kule {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 20%;
  top: 160%;
}

#ctverak {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 80%;
  top: 140%;
}

#petak {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 40%;
  top: 130%;
}

