/*=============================================
=            Base styles       =
=============================================*/
*,
*::after,
*::before {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}

body {
  background-color: #1c1c1c;
  font-family: "HN", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 400;
  color: #000;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  width: 100% !important;
  height: 100%;
}


.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.c-font-montserrat {
  font-family: Montserrat, sans-serif;
}

/*=============================================
=           Modal card       =
=============================================*/
.c-modal-card {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  overflow: hidden;
}
@media (min-width: 520px) {
  .c-modal-card {
    max-width: 100%;
  }
}
@media (max-width: 420px) {
  .c-modal-card {
    /* min-height: 100vh; */
    /* background-color: #fff; */
  }
}

.c-modal-card--content-has-bg-pattern::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.c-modal-card__content {
  position: relative;
  padding: 42px 20px;
  width: 100%;
}
@media (min-width: 576px) {
  .c-modal-card__content {
    max-width: none;
    padding: 50px 36px;
  }
}

.c-modal-card__content-inner {
  position: relative;
  z-index: 2;
  max-width: 290px;
  margin-left: auto;
  margin-right: auto;
}

.c-modal-card__hr {
  height: 3px;
  background: #fdbf07;
  max-width: 160px;
}
@media (max-width: 575px) {
  .c-modal-card__hr {
    width: 56px;
    height: 56px;
  }
}

.c-modal-card__title {
  font-size: 30px;
  line-height: 1.2334;
  font-weight: 700;
}

@media all and  (max-width:992px) {
  .c-modal-card__title {
    font-size: 25px;
  }


}
.c-modal-card__subtitle {
  font-size: 15px;
  line-height: 1.4;
  margin-top: 13px;
}
@media all and  (max-width:992px) {
  .c-modal-card__subtitle {
    margin-top: 5px;
    font-size: 12px;
  }
}



.c-modal-card__form {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  max-width: 100%;
  margin-top: 18px;
}
.c-modal-card__form .form__input-wrapper {
  max-width: 290px;
  margin-left: auto;
  margin-right: auto;
}
.c-modal-card__form .form__input {
  height: 45px;
}

@media all and  (max-width:992px) {
  .c-modal-card__form .form__input {
    height: 30px;
    font-size: 12px;
  }
}



.c-modal-card__agree {
  opacity: 0.7;
  font-size: 10px;
  margin-top: 12px;
  line-height: 1.4;
}
.c-modal-card__agree a:hover {
  opacity: 1;
}

.c-modal-card__comment {
  font-weight: 500;
  font-size: 12px;
  margin-top: 15px;
  text-align: center;
}

/*=============================================
=            Modal wheel         =
=============================================*/
.c-modal--wheel {
  height: 100%;
}
@media (min-width: 520px) {
  .c-modal--wheel {
    height: 380px;
    overflow: hidden;
  }
}
@media (min-width: 992px) {
  .c-modal--wheel {
    height: 520px;
    overflow: hidden;
  }
}

@media all and  (max-width:520px) {
  .c-modal--wheel {
    /* min-height: 660px; */
  }
}
.c-modal--wheel .c-modal-card {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  height: 100%;
}
@media (min-width: 520px) {
  .c-modal--wheel .c-modal-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: stretch;
            align-items: stretch;
    z-index: 2;
  }
}
.c-modal--wheel .c-modal-card__content {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
@media (min-width: 520px) {
  .c-modal--wheel .c-modal-card__content {
    -webkit-box-flex: 0;
    flex: 0 0 57%;
    max-width: 57%;
    padding: 0 10px;
    align-items: unset;
  }
}
@media (min-width: 992px) {
  .c-modal--wheel .c-modal-card__content {
    -webkit-box-flex: 0;
    flex: 0 0 47%;
    max-width: 47%;
    padding: 50px 36px;
  }
}
@media (max-width: 520px) {
  .c-modal--wheel .c-modal-card__content {
       padding: 0px 10px;
  }
}

/*=============================================
=            Wheel         =
=============================================*/
.c-wheel {
  position: relative;
  width: 100%;
  padding: 100px 0 0;
  -webkit-box-ordinal-group: 3;
          order: 2;
}
@media (max-width: 520px) {
  .c-wheel {
    /* margin-top: auto; */
    margin-bottom: 0;
  }
}
@media (max-width: 520px) and (max-height: 800px) {
  .has-result .c-wheel {
    margin-top: 25px;
  }
}

@media (min-width: 520px) {
  .c-wheel {
    -webkit-box-flex: 0;
    flex: 0 0 43%;
    max-width: 43%;
    padding: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
    margin-bottom: auto;
    margin-top: 0;
    min-height: 420px;
  }
}
@media (min-width: 992px) {
  .c-wheel {
    -webkit-box-flex: 0;
            flex: 0 0 53%;
    max-width: 53%;
    padding: 47px 30px;
    -webkit-box-ordinal-group: 1;
            order: 0;
    margin-bottom: auto;
    margin-top: 0;
    min-height: 520px;
  }
}

@media (max-width: 520px) {
  .c-wheel--half {
    padding-bottom: 0;
  }
}
@media (min-width: 520px) {
  .c-wheel--half {
    padding-left: 0;
  }
}
.c-wheel__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  display: none;
}
@media (min-width: 520px) {
  .c-wheel__bg {
    display: block;
  }
}
.c-wheel__subj {
  position: absolute;
  bottom: 0;
  right: -65px;
  z-index: 1;
}
@media (max-width: 992px) {
  .c-wheel__subj {
    width: 400px;
 
  }
}
@media (max-width: 768px) {
  .c-wheel__subj {
    right: -30px;
    width: 300px;
   }
}
@media (max-width: 600px) {
  .c-wheel__subj {
    right: -6px;
    width: 250px;
   }
}

@media (max-width: 520px) {
  .c-wheel__subj {
        /* max-height: 90vw; */
        right: 15px;
        width: 280px;
        bottom: 72px;
  }
}
@media (max-width: 520px) and (max-height: 800px) {
  .has-result .c-wheel__subj {
    display: none;
  }
}

.c-wheel__scene {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
}
@media (min-width: 480px) {
  .c-wheel__scene {
    -webkit-box-pack: center;
            justify-content: center;
  }
}
.c-wheel__scene img {
  max-width: 100%;
}
.c-wheel__marker {
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
.c-wheel__canvas-wrapper {
  position: relative;
  -webkit-box-flex: 1;
          flex-grow: 1;
  text-align: center;
}
@media (max-width: 520px) {
  .c-wheel__canvas-wrapper {
    text-align: center;
    max-width: 412px;
    margin: 0 auto;
  }
  .c-wheel__canvas-wrapper::before {
    content: "";
    padding-top: 50%;
    display: block;
  }
}
@media (min-width: 520px) {
  .c-wheel__canvas-wrapper {
    text-align: left;
  }
}
.c-wheel__canvas-content {
  position: relative;
  display: inline-block;
}
@media (max-width: 520px) {
  .c-wheel__canvas-content--half {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
}
@media (min-width: 520px) {
  .c-wheel__canvas-content--half {
    -webkit-transform: translateX(-40%);
            transform: translateX(-40%);
  }
}
@media (min-width: 992px) {
  .c-wheel__canvas-content--half {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.c-wheel__canvas {
  width: 100%;
  max-width: 412px;
}
@media (min-width: 520px) {
  .c-wheel__canvas {
    width: auto;
    max-width: 350px;
  }
}
@media (min-width: 992px) {
  .c-wheel__canvas {
    width: 100%;
    max-width: 412px;
  }
}
/*=============================================
=            Custom button         =
=============================================*/
.c-btn {
  border-radius: 5px;
  cursor: pointer;
  display: -webkit-box;
  display: flex;
  width: 100%;
  max-width: 290px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1;
  outline: none;
  padding: 1em 1em 1.05em;
  height: 60px;
  position: relative;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background-color: currentColor;
  border-color: rgba(255, 255, 255, 0);
  border-image-slice: 2;
  border-style: solid;
  border-width: 1px;
}
@media all and  (max-width:992px) {
  .c-btn { 
    height: 30px;
  }
}

.c-btn__content {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  border-radius: inherit;
  height: 100%;
  -webkit-box-flex: 1;
          flex: 1 0 auto;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 0 auto;
  white-space: nowrap;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
          animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  -webkit-animation: lds-ellipsis1 0.6s infinite;
          animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
          animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
          animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  -webkit-animation: lds-ellipsis3 0.6s infinite;
          animation: lds-ellipsis3 0.6s infinite;
}

@-webkit-keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@-webkit-keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(24px, 0);
            transform: translate(24px, 0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(24px, 0);
            transform: translate(24px, 0);
  }
}

#div_prize span{
 display: inline-block !important;
}

a.cbk-close-window {
  display: none;
}