.fortune-wheel__wrap {
  --primary-color-l-5: #fef2da !important;
  --primary-color-base: #ffda33 !important;
  --primary-color-d-5: #ffda33 !important;
  --primary-color-l-10: #fef2da !important;
  --primary-color-d-10: #fb2b61 !important;
}
.block-14 {
  display: block;
}
.decor-wrap-popup {
  margin: 0 0 20px;
}
.decor-wrap-popup .lpc-popup-fortune__wrap {
  padding: 20px;
  border: 1px solid #fee4d0;
}
.decor-wrap-popup [data-media-source="media-xs"] .lpc-popup-fortune__wrap {
  padding-left: 15px;
  padding-right: 15px;
}
.decor-wrap-popup .lpc-button--type-1._v2-text {
  background: var(--primary-color-base);
}
.decor-wrap-popup .lpc-button--type-1._v2-text:hover {
  opacity: 0.8;
}
.lpc-fortuna-1__background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
}
.lpc-fortuna-1__background img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100% !important;
  height: 100% !important;
  max-height: 100% !important;
}
.lpc-fortuna-1__background:has(img)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: #fff;
  opacity: 0.7;
}
.koleso-btn {
  position: fixed;
  right: 20px;
  bottom: 100px;
  z-index: 103;
}
@media (max-width: 980px) {
  .koleso-btn {
    top: auto;
    bottom: 135px;
  }
}
.koleso-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 67px;
  height: 67px;
  transition: all 0.3s ease !important;
  border-radius: 100%;
}
@media (max-width: 980px) {
  .koleso-btn a {
    box-sizing: border-box;
    width: 60px;
    height: 60px;
  }
}
.koleso-btn a:hover {
  transform: scale(1.1);
}
.koleso-btn a img {
  max-width: 100%;
}
#link-top {
  bottom: 190px;
}
.lpc-popup-fortune__wheel svg + svg {
  display: none !important;
}
