
  .b-blackFridayWheel, .b-blackFridayWheel__overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
  }

  @font-face {
    font-family: icomoon;
    src: url();
    src: url(#iefix) format("embedded-opentype"), url() format("truetype"), url() format("woff"), url() format("svg");
    font-weight: 400;
    font-style: normal
  }

  .b-blackFridayWheel {
    display: block;
    z-index: 999999;
    text-align: center;
    overflow: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }

  .b-blackFridayWheel * {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
  }

  .b-blackFridayWheel--theme-yellow .b-blackFridayWheel__title b, .b-blackFridayWheel--theme-yellow .b-blackFridayWheel__title strong {
    color: #ffcb00
  }

  .b-blackFridayWheel--theme-yellow .b-blackFridayWheel__title::after {
    background-color: #ffcb00
  }

  .b-blackFridayWheel--theme-yellow .b-blackFridayWheel__btn {
    color: #000;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, .45);
    background-color: #ffcb00;
    -webkit-box-shadow: inset 0 2px rgba(255, 219, 77, .7), inset 0 -6px rgba(0, 0, 0, .15);
    box-shadow: inset 0 2px rgba(255, 219, 77, .7), inset 0 -6px rgba(0, 0, 0, .15)
  }

  .b-blackFridayWheel--theme-yellow .b-blackFridayWheel__btn::after {
    border-bottom-color: #ffcb00
  }

  .b-blackFridayWheel__overlay {
    background-color: rgba(0, 0, 0, .7)
  }

  .b-blackFridayWheel__container {
    display: table;
    width: 100%;
    height: 100%
  }

  .b-blackFridayWheel__wrapper {
    display: table-cell;
    vertical-align: middle
  }

  .b-blackFridayWheel__inner {
    width: 100%;
    margin: 30px auto
  }

  .b-blackFridayWheel__popup {
    background-color: #060606;
    padding: 40px;
    display: inline-block;
    font-family: Rubik, sans-serif;
    position: relative;
    max-width: 615px;
    opacity: .99
  }

  .b-blackFridayWheel__popup::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px;
    border: 2px solid #23313a
  }

  .b-blackFridayWheel__close {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 0;
    font-size: 0;
    border: none;
    background-color: transparent;
    outline: 0;
    cursor: pointer
  }

  .b-blackFridayWheel__close::before {
    content: url(../img/icon-close.png)
  }

  .b-blackFridayWheel__title {
    text-transform: uppercase;
    font-size: 31px;
    line-height: 1.2;
    color: #fff;
    position: relative;
    padding-bottom: 30px;
    margin: 0
  }

  .b-blackFridayWheel__title strong {
    color: #f00909;
    font-family: Montserrat, sans-serif;
    font-weight: 900;
    display: block;
    font-size: 63px
  }

  .b-blackFridayWheel__title b {
    color: #f00909;
    font-weight: 700
  }

  .b-blackFridayWheel__title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -50px;
    background-color: #f00909;
    width: 100px;
    height: 1px
  }

  .b-blackFridayWheel__roulette {
    width: 320px;
    height: 320px;
    margin: 40px auto 0;
    position: relative
  }

  .b-blackFridayWheel__roulette::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 1px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 160px 160px rgba(255, 255, 255, .1);
    box-shadow: 0 0 160px 160px rgba(255, 255, 255, .1)
  }

  .b-blackFridayWheel__btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -63px;
    margin-top: -63px;
    width: 125px;
    height: 125px;
    padding: 25px 0 0 0;
    background-color: #f00909;
    border: none;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: inset 0 2px rgba(248, 77, 77, .7), inset 0 -6px rgba(0, 0, 0, .15);
    box-shadow: inset 0 2px rgba(248, 77, 77, .7), inset 0 -6px rgba(0, 0, 0, .15);
    font-size: 18px;
    line-height: 1;
    font-family: Rubik, sans-serif;
    text-transform: uppercase;
    cursor: pointer;
    outline: 0;
    color: #fff;
    overflow: visible
  }

  .b-blackFridayWheel__btn b {
    font-size: 26px;
    display: block
  }

  .b-blackFridayWheel__btn::after {
    content: '';
    position: absolute;
    top: -18px;
    left: 50%;
    margin-left: -9px;
    border-top: none;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 20px solid #f00909
  }

  .b-blackFridayWheel__wheel {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    margin-left: -160px;
    margin-top: -160px
  }

  .b-blackFridayWheel__wheel.spin {
    -webkit-animation: spin 5s both cubic-bezier(0, 1, 0, 1);
    animation: spin 5s both cubic-bezier(0, 1, 0, 1)
  }

  @-webkit-keyframes spin {
    100% {
      -webkit-transform: rotate(-5527deg);
      transform: rotate(-5527deg)
    }
  }

  @keyframes spin {
    100% {
      -webkit-transform: rotate(-5527deg);
      transform: rotate(-5527deg)
    }
  }

  @media only screen and (max-width: 991px) {
    .b-blackFridayWheel__popup {
      padding: 20px;
      max-width: 320px
    }

    .b-blackFridayWheel__popup::after {
      top: 4px;
      left: 4px;
      bottom: 4px;
      right: 4px
    }

    .b-blackFridayWheel__close {
      top: 10px;
      right: 10px;
      -webkit-transform: scale(.8);
      -ms-transform: scale(.8);
      transform: scale(.8);
      z-index: 99999;
    }

    .b-blackFridayWheel__title {
      font-size: 16px;
      padding-bottom: 15px
    }

    .b-blackFridayWheel__title strong {
      font-size: 34px
    }

    .b-blackFridayWheel__btn {
      font-size: 14px;
      width: 100px;
      height: 100px;
      margin-left: -50px;
      margin-top: -50px
    }

    .b-blackFridayWheel__btn b {
      font-size: 19px
    }

    .b-blackFridayWheel__roulette {
      width: 280px;
      height: 280px;
      margin-top: 20px
    }

    .b-blackFridayWheel__wheel {
      width: 280px;
      margin-top: -140px;
      margin-left: -140px
    }
  }
