.vebinars {
  position: relative;
}
.vebinars__point {
  position: absolute;
  width: 5%;
  height: auto;
  transition: scale 0.5s;
}
.vebinars__point.fish-1 {
  top: 69%;
  left: 18%;
  cursor: pointer;
  animation: pulseYellow 1.5s linear infinite;
}
.vebinars__point.fish-2 {
  top: 56%;
  left: 37%;
  cursor: pointer;
  animation: pulseYellow 1.5s linear infinite;
}
.vebinars__point.fish-3 {
  width: 4%;
  top: 82%;
  left: 1%;
}
.vebinars__point.fish-4 {
  top: 53%;
  left: 32%;
}
.vebinars__point.fish-5 {
  top: 73%;
  left: 35%;
}
.vebinars__point.cat {
  top: 75%;
  left: 45%;
  cursor: pointer;
  animation: pulsePink 1.5s linear infinite;
}
.vebinars__point.sun {
  width: 13%;
  top: 0;
  right: 0;
}
.vebinars__point.flower-1 {
  width: 8%;
  top: 81%;
  left: 61%;
  cursor: pointer;
  animation: pulsePink 1.5s linear infinite;
}
.vebinars__point.flower-2 {
  width: 6%;
  top: 70%;
  left: 82%;
  cursor: pointer;
  animation: pulsePink 1.5s linear infinite;
}
.vebinars__point.flower-3 {
  width: 8%;
  top: 75%;
  left: 91%;
  cursor: pointer;
  animation: pulsePink 1.5s linear infinite;
}
.vebinars__point.flower-4 {
  width: 7%;
  top: 70%;
  left: 71%;
}
.vebinars__point.flower-5 {
  width: 7%;
  top: 56%;
  left: 86%;
}
.vebinars__card {
  position: absolute;
  width: 440px;
  height: auto;
  border: 2px solid #fff;
  transition: scale 0.5s, opacity 1s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 1.4rem;
  font-size: 1rem;
  background-color: #fff;
  border-radius: 32px;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1019607843));
}
.vebinars__card.show {
  pointer-events: auto;
  opacity: 1;
}
.vebinars__card.hide {
  pointer-events: none;
  opacity: 0;
}
.vebinars__card-close {
  position: absolute;
  top: 10px;
  right: 15px;
  z-index: 16;
  text-align: center;
  cursor: pointer;
}
.vebinars__card-close svg:hover {
  fill: #80C1E1;
  stroke: #80C1E1;
}
.vebinars__card-img {
  border-radius: 32px 32px 0 0;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1019607843));
}
.vebinars__card-content {
  padding: 0 1em 1rem 1em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 1.4em;
}
.vebinars__card-text {
  display: flex;
  flex-direction: column;
  gap: 0.6em;
}
.vebinars__card h4 {
  font-size: 1.4rem;
}
.vebinars__card-btn-wrapper {
  align-self: end;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  text-decoration: none !important;
}
.vebinars__card.card-1 {
  top: 50%;
  left: 30%;
  z-index: 6;
}
.vebinars__card.card-2 {
  top: 25%;
  left: 40%;
  z-index: 5;
}
.vebinars__card.card-3 {
  top: 25%;
  left: 55%;
  z-index: 4;
}
.vebinars__card.card-4 {
  top: 50%;
  left: 65%;
  z-index: 3;
}
.vebinars__card.card-5 {
  top: 70%;
  left: 55%;
  z-index: 4;
}
.vebinars__card.card-6 {
  top: 70%;
  left: 40%;
  z-index: 5;
}

.info__block {
  position: relative;
  border-radius: 24px;
  background-color: rgba(197, 197, 197, 0.1019607843);
  box-shadow: 0 0 12px 4px rgba(0, 0, 0, 0.1019607843);
}
.info__title {
  border-radius: 24px 24px 0 0;
  padding: 1rem;
  background: linear-gradient(135deg, #d4d4d4 0%, #e8e8e8 10%, #f5f5f5 20%, #c0c0c0 30%, #e0e0e0 45%, #ffffff 55%, #d0d0d0 70%, #e8e8e8 85%, #c8c8c8 100%);
}
.info__line {
  width: 20%;
  min-width: 160px;
  height: 10px;
  background-color: #80C1E1;
}
.info__line--pink {
  background-color: #F45C9E;
}
.info__line--yellow {
  background-color: #FCCD66;
}
.info__after {
  position: absolute;
  width: 50px;
  aspect-ratio: 2;
  top: 100%;
  right: 24px;
  border-radius: 0 0 6px 6px;
  background-color: #80C1E1;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2509803922));
}
.info__after--pink {
  background-color: #F45C9E;
}
.info__after--yellow {
  background-color: #FCCD66;
}

.separator {
  width: 100%;
  height: 1px;
  background-color: #687326;
}

@keyframes pulseYellow {
  0% {
    transform: scale(1);
    filter: drop-shadow(0 0 8px rgb(255, 255, 255)) drop-shadow(0 0 10px rgba(252, 248, 89, 0.9)) drop-shadow(0 0 12px rgba(255, 216, 0, 0.8));
  }
  50% {
    transform: scale(1.05);
    filter: drop-shadow(0 0 16px rgb(255, 255, 255)) drop-shadow(0 0 12px rgb(252, 248, 89)) drop-shadow(0 0 16px rgba(255, 216, 0, 0.99));
  }
  100% {
    transform: scale(1);
    filter: drop-shadow(0 0 8px rgb(255, 255, 255)) drop-shadow(0 0 10px rgba(252, 248, 89, 0.9)) drop-shadow(0 0 12px rgba(255, 216, 0, 0.8));
  }
}
@keyframes pulsePink {
  0% {
    transform: scale(1);
    filter: drop-shadow(0 0 8px rgb(255, 255, 255)) drop-shadow(0 0 10px rgba(247, 51, 255, 0.9)) drop-shadow(0 0 12px rgba(181, 26, 98, 0.8));
  }
  50% {
    transform: scale(1.05);
    filter: drop-shadow(0 0 16px rgb(255, 255, 255)) drop-shadow(0 0 12px rgb(247, 51, 255)) drop-shadow(0 0 16px rgba(181, 26, 98, 0.99));
  }
  100% {
    transform: scale(1);
    filter: drop-shadow(0 0 8px rgb(255, 255, 255)) drop-shadow(0 0 10px rgba(247, 51, 255, 0.9)) drop-shadow(0 0 12px rgba(181, 26, 98, 0.8));
  }
}
@media (min-width: 1200px) {
  .gifts .img--md {
    max-width: 500px !important;
  }
}
@media (max-width: 1799px) {
  .vebinars__card {
    font-size: 0.9rem;
    width: 400px;
  }
  .vebinars__card.card-1 {
    top: 52%;
    left: 23%;
  }
  .vebinars__card.card-2 {
    top: 27%;
    left: 40%;
  }
  .vebinars__card.card-3 {
    top: 27%;
    left: 62%;
  }
  .vebinars__card.card-4 {
    top: 52%;
    left: 78%;
  }
  .vebinars__card.card-5 {
    top: 74%;
    left: 62%;
  }
  .vebinars__card.card-6 {
    top: 74%;
    left: 40%;
  }
}
@media (max-width: 1599px) {
  .vebinars__card {
    font-size: 0.8rem;
    width: 380px;
  }
  .vebinars__card .fz-s {
    font-size: 1.1rem !important;
  }
}
@media (max-width: 1399px) {
  .vebinars__card {
    width: 360px;
  }
  .vebinars__card h4 {
    font-size: 1.2rem;
  }
  .vebinars__card .fz-s {
    font-size: 0.9rem !important;
  }
}
@media (max-width: 1199px) {
  html {
    font-size: 14px;
  }
  .vebinars__card {
    width: 300px;
  }
}
@media (max-width: 991px) {
  .vebinars__card {
    width: 350px;
  }
  .vebinars__card.card-1, .vebinars__card.card-2, .vebinars__card.card-3, .vebinars__card.card-4, .vebinars__card.card-5, .vebinars__card.card-6 {
    top: 50%;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .vebinars__point {
    width: 12%;
  }
  .vebinars__point.fish-1 {
    top: 23%;
    left: 30%;
  }
  .vebinars__point.fish-2 {
    top: 14%;
    left: 46%;
  }
  .vebinars__point.fish-3 {
    width: 8%;
    top: 25%;
    left: 4%;
  }
  .vebinars__point.fish-4 {
    top: 13%;
    left: 32%;
  }
  .vebinars__point.fish-5 {
    top: 27.5%;
    left: 53%;
  }
  .vebinars__point.cat {
    width: 15%;
    top: 26%;
    left: 67%;
  }
  .vebinars__point.sun {
    width: 22%;
    right: 60%;
  }
  .vebinars__point.flower-1 {
    width: 22%;
    top: 86%;
    left: 49%;
  }
  .vebinars__point.flower-2 {
    width: 16%;
    top: 59%;
    left: 38%;
  }
  .vebinars__point.flower-3 {
    width: 19%;
    top: 64%;
    left: 77%;
  }
  .vebinars__point.flower-4 {
    width: 16%;
    top: 52%;
    left: 8%;
  }
  .vebinars__point.flower-5 {
    width: 16%;
    top: 35%;
    left: 44%;
  }
  .vebinars__card {
    width: 70%;
    font-size: 1rem;
  }
  .vebinars__card h4 {
    font-size: 1.4rem;
  }
  .vebinars__card .fz-s {
    font-size: 1.2rem !important;
  }
}
@media (max-width: 575px) {
  .vebinars__card {
    width: 90%;
  }
}

/*# sourceMappingURL=style.css.map */
