
:root {
  --wheel-accent: rgba(5, 173, 153, 1);
  --wheel-accent-b: rgba(5, 65, 55, 1);
  --wheel-white: rgba(241, 243, 253, 1);
  --wheel-rose: #ee0979;
  --wheel-orange: #ff9f5a;
  --wheel-bgr: radial-gradient(ellipse farthest-corner at 50% 50%, var(--wheel-accent) 0%, var(--wheel-accent-b) 77%);
  --wheel-br-2: 60px;
  --wheel-br: 30px;
}

.gift-icon {
  position: fixed;
  z-index: 9999;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 140px;
  height: 120px;
}
@media (max-width: 720px) {
  .gift-icon {
    top: 100%;
    -webkit-transform: translateY(-78px);
    -ms-transform: translateY(-78px);
    transform: translateY(-78px);
  }
  .gift-icon--23 {
    -webkit-transform: translateY(-105px);
    -ms-transform: translateY(-105px);
    transform: translateY(-105px);
  }
}
.gift-icon__podarok {
  -webkit-animation: heartbeat 2.5s ease-in-out infinite both;
  animation: heartbeat 2.5s ease-in-out infinite both;
  position: absolute;
  width: 64px;
  height: 72px;
  cursor: pointer;
  left: 6px;
  z-index: 1;
}
.gift-icon__podarok--23 {
width: 124px; 
height: 101px; 
left: -10px;
}
.gift-icon__el {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  left: -32px;
  top: -20px;
}

@-webkit-keyframes heartbeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes heartbeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
.dis-scroll {
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

.wheel-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  background: rgba(11, 14, 27, 0.8);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 9999;
}
.wheel-modal__content {
  position: relative;
  width: 1000px;
  height: 100%;
  max-height: 100%;
  max-width: 90%;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media (max-width: 960px) {
  .wheel-modal__content {
    width: 600px;
  }
}
@media (max-width: 560px) {
  .wheel-modal__content {
    text-align: center;
    max-width: 100%;
  }
}
.wheel-modal__content::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.wheel-modal .close {
  position: absolute;
  right: 0;
  top: 80px;
  font-size: 44px;
  cursor: pointer;
  color: var(--wheel-white);
  z-index: 3;
}
@media (max-width: 960px) {
  .wheel-modal .close {
    top: 60px;
    right: 30px;
  }
}
@media (max-width: 560px) {
  .wheel-modal .close {
    top: 10px;
  }
}
.wheel-modal .wheel-modal-body {
  margin: 80px 0;
  background-image: var(--wheel-bgr);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  border-radius: var(--wheel-br-2) 1000px 1000px var(--wheel-br-2);
  overflow: hidden;
  padding: 40px 20px 40px 40px;
}
@media (max-width: 960px) {
  .wheel-modal .wheel-modal-body {
    margin: 30px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: var(--wheel-br-2) var(--wheel-br-2) 1000px 1000px;
    padding: 40px;
  }
}
@media (max-width: 560px) {
  .wheel-modal .wheel-modal-body {
    margin: 0;
    padding: 60px 20px 20px;
  }
}
.wheel-modal .grain-bg {
  position: absolute;
  z-index: 0;
  opacity: 0.05;
  cursor: auto;
  background-image: url("./../../img/decor/grain-overlay.gif");
  background-size: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}
.wheel-modal .form-container {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 2;
  flex: 1;
  font-size: 14px;
  color: var(--wheel-white);
}
.wheel-modal .wheel-container {
  z-index: 2;
  position: relative;
}
.wheel-modal .wheel-container::before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: url("./../../img/decor/priz.svg") center/cover no-repeat;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
}
.wheel-modal .pointer {
  width: 80px;
  height: 80px;
  background: url("./../../img/decor/cursor.svg") center/contain no-repeat;
  position: absolute;
  top: 50%;
  right: -34px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.wheel-modal .wheel {
  padding: 6px;
  background: -webkit-gradient(linear, left top, right top, from(var(--wheel-rose)), to(var(--wheel-orange)));
  background: linear-gradient(to right, var(--wheel-rose), var(--wheel-orange));
  border-radius: 50%;
  width: 400px;
  height: 400px;
  line-height: 120%;
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 400px;
  flex: 0 0 400px;
}
@media (max-width: 520px) {
  .wheel-modal .wheel {
    width: 250px;
    height: 250px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 250px;
    flex: 0 0 250px;
  }
}
.wheel-modal .wheel-title-1 {
  font-size: 2em;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  color: var(--wheel-white);
}
.wheel-modal .wheel-title-1 span {
  font-weight: 700;
  color: var(--wheel-orange);
  background-image: -webkit-gradient(linear, left top, right top, from(var(--wheel-rose)), to(var(--wheel-orange)));
  background-image: linear-gradient(to right, var(--wheel-rose), var(--wheel-orange));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-box-decoration-break: clone;
}
.wheel-modal .wheel-title-2 {
  font-size: 1.4em;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  color: var(--wheel-white);
  margin: 20px 0 30px;
  opacity: 0.7;
}
.wheel-modal .wheel-title-text {
  font-size: 1.2em;
  margin-bottom: 20px;
}
.wheel-modal .wheel-title-text span {
  color: var(--wheel-orange);
}
.wheel-modal .wheel-title-sub--1,
.wheel-modal .wheel-title-sub--2 {
  display: inline-block;
  padding: 4px 8px;
  border-radius: var(--wheel-br);
  margin-bottom: 8px;
}
.wheel-modal .wheel-title-sub--1 {
  background-color: var(--wheel-rose);
  padding: 8px 14px;
}
.wheel-modal .wheel-title-sub--2 {
  background-color: var(--wheel-accent-b);
}
.wheel-modal .wheel-inputs {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-bottom: 20px;
}
@media (max-width: 570px) {
  .wheel-modal .wheel-inputs {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.wheel-modal .spin-button {
  display: block;
  padding: 1rem 1.25rem;
  color: var(--wheel-white);
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.15rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 700;
  background: linear-gradient(145deg, var(--wheel-rose), var(--wheel-orange));
  -webkit-box-shadow: 0px 19px 27px rgba(255, 0, 0, 0.2);
  box-shadow: 0px 19px 27px rgba(255, 0, 0, 0.2);
  border-radius: 6px;
  border: none;
}
@media (max-width: 960px) {
  .wheel-modal .spin-button {
    width: 100%;
  }
}
.wheel-modal .wheel-item {
  position: relative;
}
.wheel-modal .wheel-item__input {
  width: 100%;
  border: none;
  border-radius: 6px;
  font-size: 0.9rem;
  padding: 0 1.25rem;
  height: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: var(--wheel-accent-b);
  font-family: inherit;
  color: var(--wheel-accent);
}
.wheel-modal .wheel-item__input::-webkit-input-placeholder {
  color: var(--wheel-accent);
}
.wheel-modal .wheel-item__input::-moz-placeholder {
  color: var(--wheel-accent);
}
.wheel-modal .wheel-item__input:-ms-input-placeholder {
  color: var(--wheel-accent);
}
.wheel-modal .wheel-item__input::-ms-input-placeholder {
  color: var(--wheel-accent);
}
.wheel-modal .wheel-item__input::placeholder {
  color: var(--wheel-accent);
}
.wheel-modal .wheel-item__input:focus {
  outline: none;
  -webkit-box-shadow: 0.3rem 0.3rem 0.6rem var(--wheel-accent-b), -0.2rem -0.2rem 0.5rem var(--wheel-accent);
  box-shadow: 0.3rem 0.3rem 0.6rem var(--wheel-accent-b), -0.2rem -0.2rem 0.5rem var(--wheel-accent);
}
.wheel-modal .wheel-item--list {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-transition: var(--tr);
  transition: var(--tr);
}
.wheel-modal .wheel-item--list.active {
  outline: none;
  -webkit-box-shadow: 0.3rem 0.3rem 0.6rem var(--wheel-accent-b), -0.2rem -0.2rem 0.5rem var(--wheel-accent);
  box-shadow: 0.3rem 0.3rem 0.6rem var(--wheel-accent-b), -0.2rem -0.2rem 0.5rem var(--wheel-accent);
}
.wheel-modal .wheel-item--list ul {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  height: 0;
  max-height: 0;
  padding: 20px;
  background: var(--wheel-accent-b);
  border-radius: 8px;
  -webkit-box-shadow: 0px 6px 16px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 6px 16px 6px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}
.wheel-modal .wheel-item--list ul.active {
  display: block;
  height: auto;
  max-height: 300px;
  overflow-y: auto;
}
.wheel-modal .wheel-item--list ul li {
  padding: 6px 0;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.28;
}
.wheel-modal .input-hidden {
  display: none;
}
.wheel-modal .sogl {
  font-size: 14px;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
@media (max-width: 570px) {
  .wheel-modal .sogl {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.wheel-modal .sogl svg {
  width: 20px;
  height: 20px;
}
.wheel-modal .wheel-error {
  padding: 10px 10px 0;
  opacity: 0.7;
}
.wheel-modal .wheel-priz-content {
  background-color: var(--wheel-accent-b);
  border-radius: 20px;
  padding: 20px;
}
.wheel-modal .wheel-priz {
  font-size: 1.4rem;
  font-weight: 600;
}
.wheel-modal .wheel-priz-text p span {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--wheel-orange);
  background-image: -webkit-gradient(linear, left top, right top, from(var(--wheel-rose)), to(var(--wheel-orange)));
  background-image: linear-gradient(to right, var(--wheel-rose), var(--wheel-orange));
  display: block;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-box-decoration-break: clone;
}
.wheel-modal .wheel-priz-text p b {
  font-size: 1.2rem;
  font-weight: 500;
}
