.fortune-wheel {
  background: #F1F2F2;
  padding: 80px 0 180px;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  min-height: 600px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.fortune-wheel__head {
  margin-bottom: 50px;
}
.fortune-wheel__title {
  font: 400 24px/135% "Montserrat Semi", sans-serif;
  margin-bottom: 16px;
  text-transform: none;
}
.fortune-wheel__desc {
  margin-bottom: 20px;
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
}
.fortune-wheel__wheel-wrapper {
  position: relative;
  width: 100%;
  max-width: 869px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
  margin: auto;
}
.fortune-wheel__wheel-wrapper:after {
  content: "";
  position: absolute;
  background-image: url(/birthday2025/images/shoe.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 117px;
  height: 0;
  width: 837px;
  padding-top: 303px;
  bottom: auto;
  top: 100%;
  margin-top: -126px;
}
.fortune-wheel__frame {
  transform: translateX(125px);
  z-index: 3;
  min-width: 834px;
}
.fortune-wheel__actions {
  flex: 1 1 auto;
  width: 100%;
  max-width: 198px;
  margin: auto;
  position: relative;
  z-index: 2;
  margin-bottom: 8px;
}
.fortune-wheel__ps {
  font-size: 12px;
  line-height: 22px;
}
.fortune-wheel__wheel {
  position: absolute;
  width: 500px;
  max-width: calc(100% - 50px);
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translateY(calc(-50% - 22px)) translateX(-50%);
}
.fortune-wheel__wheel-img {
  width: 100%;
  height: 100%;
  z-index: 1;
  transform-origin: center;
  transition: none;
}
.fortune-wheel__wheel-img-svg {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  filter: drop-shadow(0 0 1.875rem rgba(0, 0, 0, 0.3));
}
.fortune-wheel .btn {
  width: 100%;
  height: 48px;
  line-height: 48px;
  border-radius: 2px;
  font-family: "Montserrat Medium", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  box-shadow: none;
  transition: 0.3s;
}
.fortune-wheel .btn__primary {
  background-color: #000000;
  border-color: #000000;
  color: #fff;
}
.fortune-wheel .btn__primary:hover, .fortune-wheel .btn__primary:focus, .fortune-wheel .btn__primary:active {
  background-color: rgb(25.5, 25.5, 25.5);
  border-color: rgb(25.5, 25.5, 25.5);
  color: #fff;
}
.fortune-wheel .btn__secondary {
  background-color: #C4C4C4;
  border-color: #C4C4C4;
  color: #000;
}
.fortune-wheel .btn__secondary:hover, .fortune-wheel .btn__secondary:focus, .fortune-wheel .btn__secondary:active {
  background-color: rgb(170.5, 170.5, 170.5);
  border-color: rgb(170.5, 170.5, 170.5);
  color: #000;
}
.fortune-wheel__timer .informer-timer {
  font-size: 18px;
}
@media (max-width: 992px) {
  .fortune-wheel {
    padding-bottom: 120px;
  }
  .fortune-wheel__wheel-wrapper:after {
    width: 706px;
    height: 205px;
    margin-top: -140px;
  }
}
@media (max-width: 575px) {
  .fortune-wheel {
    padding-bottom: 12.5vw;
  }
  .fortune-wheel__wheel-wrapper:after {
    background-position: 24vw;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -155px;
  }
  .fortune-wheel__wheel-wrapper {
    justify-content: flex-start;
  }
  .fortune-wheel__frame {
    min-width: 132vw;
    transform: none;
  }
  .fortune-wheel__wheel {
    max-width: calc(100% - 15vw);
    transform: translateY(calc(-50% - 2vw)) translateX(-50%);
  }
}
@media (min-width: 768px) {
  .fortune-wheel__title {
    font-size: 28px;
  }
  .fortune-wheel__desc {
    max-width: 462px;
  }
}
@media (min-width: 1200px) {
  .fortune-wheel__desc {
    max-width: 100%;
  }
}

.birthday2025-modal.modal .modal-dialog {
  max-width: 360px;
  width: calc(100% - 40px);
}
.birthday2025-modal.modal .modal-content {
  background-color: #fff;
  color: #000;
  box-shadow: none;
  border-radius: 0;
  width: 100%;
}
.birthday2025-modal.modal .modal-body {
  padding: 40px 20px;
}
.birthday2025-modal.modal .modal-body .close-wrapper {
  position: absolute;
  top: 0;
  right: 16px;
  width: 0;
  height: 100%;
}
.birthday2025-modal.modal .modal-body .close {
  position: sticky;
  z-index: 3;
  top: 16px;
}
.birthday2025-modal .form-group {
  margin-bottom: 20px;
}
.birthday2025-modal .form-control {
  border: 1px solid #000;
  padding: 10px;
  height: auto;
}
.birthday2025-modal .form-control:focus, .birthday2025-modal .form-control:active {
  border: 1px solid #000;
}
.birthday2025-modal .form-control + .invalid-feedback {
  color: #fc5757;
  margin-top: 4px;
  font-size: 10px;
  display: none;
}
.birthday2025-modal .form-control.was-validated:invalid {
  border-color: #fc5757;
}
.birthday2025-modal .form-control.was-validated:invalid + .invalid-feedback {
  display: block;
}
.birthday2025-modal .form-control::placeholder {
  color: #808080;
}
.birthday2025-modal .btn__primary {
  font: 400 13px/18px "Montserrat Semi", sans-serif;
  color: #fff;
  background-color: #000;
  border-color: #000;
  padding: 12px 10px;
  letter-spacing: 0.04em;
  border-radius: 2px;
  text-transform: uppercase;
  transition: 0.15s;
  text-decoration: none;
  width: 100%;
}
.birthday2025-modal .btn__primary:hover, .birthday2025-modal .btn__primary:focus, .birthday2025-modal .btn__primary:active {
  background-color: #333333;
  border-color: #333333;
  color: #FFF;
}
.birthday2025-modal .btn__loading {
  position: relative;
  background-color: #333333;
  border-color: #333333;
  color: #fff;
  pointer-events: none;
}
.birthday2025-modal .btn__loading:before {
  content: "";
  background: #333 url(/assets/images/preloader_white.svg) no-repeat center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: 28px;
}
.birthday2025-modal .policy-text {
  font-size: 12px;
  line-height: 120%;
  color: #7E7E7E;
  letter-spacing: 0;
  margin-top: 8px;
  text-align: center;
}
.birthday2025-modal.modal .modal-dialog {
  display: flex;
  align-items: center;
}
.birthday2025-modal.modal .modal-content {
  max-height: calc(100% - 10px);
  transform: none;
  top: 0;
  overflow: auto;
}
.birthday2025-modal__head {
  max-width: 320px;
  margin: auto;
  margin-bottom: 32px;
}
.birthday2025-modal__body {
  max-width: 320px;
  margin: auto;
}
.birthday2025-modal__subtitle {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 12px;
}
.birthday2025-modal__title {
  font: 400 16px/24px "Montserrat Medium", sans-serif;
  text-transform: uppercase;
}
.birthday2025-modal__subscribe-text {
  font: 400 14px/normal "Montserrat Medium", sans-serif;
  letter-spacing: 0.04em;
  color: #000000;
  text-align: center;
  margin-bottom: 10px;
}
.birthday2025-modal__subscribe label {
  font: 400 13px/20px "Montserrat", sans-serif;
  margin-bottom: 6px;
  display: block;
}
.birthday2025-modal__coupon {
  margin-bottom: 32px;
  text-align: center;
}
.birthday2025-modal__coupon-title {
  font: 400 16px/24px "Montserrat Semi", sans-serif;
  letter-spacing: 0.04em;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.birthday2025-modal__coupon-value {
  font: 400 28px/24px "Montserrat Semi", sans-serif;
  letter-spacing: 0.04em;
  color: #B0736B;
  text-transform: uppercase;
}
.birthday2025-modal__coupon-copy {
  margin-top: 12px;
  font: 400 16px/24px "Montserrat Semi", sans-serif;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: underline;
  background: transparent;
  border: 0;
  outline: 0;
  color: #000;
}
.birthday2025-modal__coupon-copy:focus, .birthday2025-modal__coupon-copy:active, .birthday2025-modal__coupon-copy:hover {
  text-decoration: none;
}
.birthday2025-modal__desc {
  margin-bottom: 32px;
  letter-spacing: 0.04em;
}

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