@-webkit-keyframes wlcFadeIn {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes wlcFadeIn {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes wlcFadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes wlcFadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@-webkit-keyframes wlcFadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes wlcFadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@-webkit-keyframes wlcFadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes wlcFadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@-webkit-keyframes wlcFadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes wlcFadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@-webkit-keyframes wlcBounceIn {

  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03)
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97)
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
}

@keyframes wlcBounceIn {

  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03)
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97)
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
}

@-webkit-keyframes wlcBounceInLeft {

  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0)
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0)
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes wlcBounceInLeft {

  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0)
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0)
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@-webkit-keyframes wlcBounceInRight {

  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0)
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0)
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes wlcBounceInRight {

  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0)
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0)
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@-webkit-keyframes wlcBounceInUp {

  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0)
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0)
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes wlcBounceInUp {

  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0)
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0)
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@-webkit-keyframes wlcBounceInDown {

  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0)
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0)
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes wlcBounceInDown {

  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0)
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0)
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@-webkit-keyframes wlcSlideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes wlcSlideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@-webkit-keyframes wlcSlideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes wlcSlideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@-webkit-keyframes wlcSlideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes wlcSlideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@-webkit-keyframes wlcSlideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes wlcSlideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@-webkit-keyframes wlcFlipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

@keyframes wlcFlipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

@-webkit-keyframes wlcFlipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

@keyframes wlcFlipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

@-webkit-keyframes wlcPulse {

  0%,
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05)
  }
}

@keyframes wlcPulse {

  0%,
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05)
  }
}

@-webkit-keyframes wlcZoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  50% {
    opacity: 1
  }
}

@keyframes wlcZoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  50% {
    opacity: 1
  }
}

@-webkit-keyframes swiper-preloader-spin {
  to {
    -webkit-transform: rotate(360deg)
  }
}

@keyframes swiper-preloader-spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@-webkit-keyframes checkbox-check {
  0% {
    width: 0;
    height: 0;
    border-color: #fff;
    -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
    transform: translate3d(0, 0, 0) rotate(45deg)
  }

  33% {
    width: .5rem;
    height: 0;
    -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
    transform: translate3d(0, 0, 0) rotate(45deg)
  }

  to {
    width: .5rem;
    height: 1rem;
    border-color: #fff;
    -webkit-transform: translate3d(0, -.5em, 0) rotate(45deg);
    transform: translate3d(0, -.5em, 0) rotate(45deg)
  }
}

@-webkit-keyframes modal-remove {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%)
  }
}

@keyframes modal-remove {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%)
  }
}

@-webkit-keyframes modal-add {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%)
  }

  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }
}

@keyframes modal-add {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%)
  }

  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }
}

@-webkit-keyframes ball-beat {
  50% {
    opacity: .2;
    -webkit-transform: scale(.55);
    transform: scale(.55)
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes ball-beat {
  50% {
    opacity: .2;
    -webkit-transform: scale(.55);
    transform: scale(.55)
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@-webkit-keyframes rotatePreloader {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) rotateZ(0deg);
    transform: translateX(-50%) translateY(-50%) rotateZ(0deg)
  }

  to {
    -webkit-transform: translateX(-50%) translateY(-50%) rotateZ(-360deg);
    transform: translateX(-50%) translateY(-50%) rotateZ(-360deg)
  }
}

@keyframes rotatePreloader {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) rotateZ(0deg);
    transform: translateX(-50%) translateY(-50%) rotateZ(0deg)
  }

  to {
    -webkit-transform: translateX(-50%) translateY(-50%) rotateZ(-360deg);
    transform: translateX(-50%) translateY(-50%) rotateZ(-360deg)
  }
}

@-webkit-keyframes rotateCircle1 {
  0% {
    opacity: 1;
    -webkit-transform: rotateZ(36deg);
    transform: rotateZ(36deg)
  }

  57%,
  7% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg)
  }

  to {
    -webkit-transform: rotateZ(-324deg);
    transform: rotateZ(-324deg);
    opacity: 1
  }
}

@keyframes rotateCircle1 {
  0% {
    opacity: 1;
    -webkit-transform: rotateZ(36deg);
    transform: rotateZ(36deg)
  }

  57%,
  7% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg)
  }

  to {
    -webkit-transform: rotateZ(-324deg);
    transform: rotateZ(-324deg);
    opacity: 1
  }
}

@-webkit-keyframes rotateCircle2 {
  5% {
    opacity: 0
  }

  5.0001% {
    opacity: 1;
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg)
  }

  12%,
  62% {
    -webkit-transform: rotateZ(-36deg);
    transform: rotateZ(-36deg)
  }

  to {
    -webkit-transform: rotateZ(-324deg);
    transform: rotateZ(-324deg);
    opacity: 1
  }
}

@keyframes rotateCircle2 {
  5% {
    opacity: 0
  }

  5.0001% {
    opacity: 1;
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg)
  }

  12%,
  62% {
    -webkit-transform: rotateZ(-36deg);
    transform: rotateZ(-36deg)
  }

  to {
    -webkit-transform: rotateZ(-324deg);
    transform: rotateZ(-324deg);
    opacity: 1
  }
}

@-webkit-keyframes rotateCircle3 {
  10% {
    opacity: 0
  }

  10.0002% {
    opacity: 1;
    -webkit-transform: rotateZ(-36deg);
    transform: rotateZ(-36deg)
  }

  17%,
  67% {
    -webkit-transform: rotateZ(-72deg);
    transform: rotateZ(-72deg)
  }

  to {
    -webkit-transform: rotateZ(-324deg);
    transform: rotateZ(-324deg);
    opacity: 1
  }
}

@keyframes rotateCircle3 {
  10% {
    opacity: 0
  }

  10.0002% {
    opacity: 1;
    -webkit-transform: rotateZ(-36deg);
    transform: rotateZ(-36deg)
  }

  17%,
  67% {
    -webkit-transform: rotateZ(-72deg);
    transform: rotateZ(-72deg)
  }

  to {
    -webkit-transform: rotateZ(-324deg);
    transform: rotateZ(-324deg);
    opacity: 1
  }
}

@-webkit-keyframes rotateCircle4 {
  15% {
    opacity: 0
  }

  15.0003% {
    opacity: 1;
    -webkit-transform: rotateZ(-72deg);
    transform: rotateZ(-72deg)
  }

  22%,
  72% {
    -webkit-transform: rotateZ(-108deg);
    transform: rotateZ(-108deg)
  }

  to {
    -webkit-transform: rotateZ(-324deg);
    transform: rotateZ(-324deg);
    opacity: 1
  }
}

@keyframes rotateCircle4 {
  15% {
    opacity: 0
  }

  15.0003% {
    opacity: 1;
    -webkit-transform: rotateZ(-72deg);
    transform: rotateZ(-72deg)
  }

  22%,
  72% {
    -webkit-transform: rotateZ(-108deg);
    transform: rotateZ(-108deg)
  }

  to {
    -webkit-transform: rotateZ(-324deg);
    transform: rotateZ(-324deg);
    opacity: 1
  }
}

@-webkit-keyframes rotateCircle5 {
  20% {
    opacity: 0
  }

  20.0004% {
    opacity: 1;
    -webkit-transform: rotateZ(-108deg);
    transform: rotateZ(-108deg)
  }

  27%,
  77% {
    -webkit-transform: rotateZ(-144deg);
    transform: rotateZ(-144deg)
  }

  to {
    -webkit-transform: rotateZ(-324deg);
    transform: rotateZ(-324deg);
    opacity: 1
  }
}

@keyframes rotateCircle5 {
  20% {
    opacity: 0
  }

  20.0004% {
    opacity: 1;
    -webkit-transform: rotateZ(-108deg);
    transform: rotateZ(-108deg)
  }

  27%,
  77% {
    -webkit-transform: rotateZ(-144deg);
    transform: rotateZ(-144deg)
  }

  to {
    -webkit-transform: rotateZ(-324deg);
    transform: rotateZ(-324deg);
    opacity: 1
  }
}

@-webkit-keyframes rotateCircle6 {
  25% {
    opacity: 0
  }

  25.0005% {
    opacity: 1;
    -webkit-transform: rotateZ(-144deg);
    transform: rotateZ(-144deg)
  }

  32%,
  82% {
    -webkit-transform: rotateZ(-180deg);
    transform: rotateZ(-180deg)
  }

  to {
    -webkit-transform: rotateZ(-324deg);
    transform: rotateZ(-324deg);
    opacity: 1
  }
}

@keyframes rotateCircle6 {
  25% {
    opacity: 0
  }

  25.0005% {
    opacity: 1;
    -webkit-transform: rotateZ(-144deg);
    transform: rotateZ(-144deg)
  }

  32%,
  82% {
    -webkit-transform: rotateZ(-180deg);
    transform: rotateZ(-180deg)
  }

  to {
    -webkit-transform: rotateZ(-324deg);
    transform: rotateZ(-324deg);
    opacity: 1
  }
}

@-webkit-keyframes rotateCircle7 {
  30% {
    opacity: 0
  }

  30.0006% {
    opacity: 1;
    -webkit-transform: rotateZ(-180deg);
    transform: rotateZ(-180deg)
  }

  37%,
  87% {
    -webkit-transform: rotateZ(-216deg);
    transform: rotateZ(-216deg)
  }

  to {
    -webkit-transform: rotateZ(-324deg);
    transform: rotateZ(-324deg);
    opacity: 1
  }
}

@keyframes rotateCircle7 {
  30% {
    opacity: 0
  }

  30.0006% {
    opacity: 1;
    -webkit-transform: rotateZ(-180deg);
    transform: rotateZ(-180deg)
  }

  37%,
  87% {
    -webkit-transform: rotateZ(-216deg);
    transform: rotateZ(-216deg)
  }

  to {
    -webkit-transform: rotateZ(-324deg);
    transform: rotateZ(-324deg);
    opacity: 1
  }
}

@-webkit-keyframes rotateCircle8 {
  35% {
    opacity: 0
  }

  35.0007% {
    opacity: 1;
    -webkit-transform: rotateZ(-216deg);
    transform: rotateZ(-216deg)
  }

  42%,
  92% {
    -webkit-transform: rotateZ(-252deg);
    transform: rotateZ(-252deg)
  }

  to {
    -webkit-transform: rotateZ(-324deg);
    transform: rotateZ(-324deg);
    opacity: 1
  }
}

@keyframes rotateCircle8 {
  35% {
    opacity: 0
  }

  35.0007% {
    opacity: 1;
    -webkit-transform: rotateZ(-216deg);
    transform: rotateZ(-216deg)
  }

  42%,
  92% {
    -webkit-transform: rotateZ(-252deg);
    transform: rotateZ(-252deg)
  }

  to {
    -webkit-transform: rotateZ(-324deg);
    transform: rotateZ(-324deg);
    opacity: 1
  }
}

@-webkit-keyframes rotateCircle9 {
  40% {
    opacity: 0
  }

  40.0008% {
    opacity: 1;
    -webkit-transform: rotateZ(-252deg);
    transform: rotateZ(-252deg)
  }

  47%,
  97% {
    -webkit-transform: rotateZ(-288deg);
    transform: rotateZ(-288deg)
  }

  to {
    -webkit-transform: rotateZ(-324deg);
    transform: rotateZ(-324deg);
    opacity: 1
  }
}

@keyframes rotateCircle9 {
  40% {
    opacity: 0
  }

  40.0008% {
    opacity: 1;
    -webkit-transform: rotateZ(-252deg);
    transform: rotateZ(-252deg)
  }

  47%,
  97% {
    -webkit-transform: rotateZ(-288deg);
    transform: rotateZ(-288deg)
  }

  to {
    -webkit-transform: rotateZ(-324deg);
    transform: rotateZ(-324deg);
    opacity: 1
  }
}

@-webkit-keyframes rotateCircle10 {
  45% {
    opacity: 0
  }

  45.0009% {
    opacity: 1;
    -webkit-transform: rotateZ(-288deg);
    transform: rotateZ(-288deg)
  }

  102%,
  52% {
    -webkit-transform: rotateZ(-324deg);
    transform: rotateZ(-324deg)
  }

  to {
    -webkit-transform: rotateZ(-324deg);
    transform: rotateZ(-324deg);
    opacity: 1
  }
}

@keyframes rotateCircle10 {
  45% {
    opacity: 0
  }

  45.0009% {
    opacity: 1;
    -webkit-transform: rotateZ(-288deg);
    transform: rotateZ(-288deg)
  }

  102%,
  52% {
    -webkit-transform: rotateZ(-324deg);
    transform: rotateZ(-324deg)
  }

  to {
    -webkit-transform: rotateZ(-324deg);
    transform: rotateZ(-324deg);
    opacity: 1
  }
}

@-webkit-keyframes three-quarters {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes three-quarters {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes checkbox-check {
  0% {
    width: 0;
    height: 0;
    border-color: #000;
    -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
    transform: translate3d(0, 0, 0) rotate(45deg)
  }

  33% {
    width: .5rem;
    height: 0;
    -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
    transform: translate3d(0, 0, 0) rotate(45deg)
  }

  to {
    width: .5rem;
    height: .7rem;
    border-color: #000;
    -webkit-transform: translate3d(0, -.5em, 0) rotate(45deg);
    transform: translate3d(0, -.5em, 0) rotate(45deg)
  }
}

@-webkit-keyframes logosAnimation {

  0%,
  90% {
    visibility: visible
  }

  91%,
  to {
    visibility: hidden
  }
}

@keyframes logosAnimation {

  0%,
  90% {
    visibility: visible
  }

  91%,
  to {
    visibility: hidden
  }
}

@-webkit-keyframes logosAnimation2 {

  0%,
  90% {
    visibility: hidden
  }

  91%,
  to {
    visibility: visible
  }
}

@keyframes logosAnimation2 {

  0%,
  90% {
    visibility: hidden
  }

  91%,
  to {
    visibility: visible
  }
}

* {
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  -webkit-tap-highlight-color: transparent
}

.clickable,
button,
input[type=button],
input[type=file],
input[type=submit] {
  cursor: pointer
}

button {
  width: auto;
  overflow: visible;
  font-family: inherit;
  background-color: transparent
}

article,
aside,
details,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: ""
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help
}

b,
strong {
  font-weight: 700;
  color: inherit;
  font-size: inherit
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative
}

code,
kbd,
pre,
samp {
  font-family: monospace, sans-serif
}

img {
  height: auto;
  max-width: 100%;
  width: auto
}

td,
td img {
  font-weight: 400;
  vertical-align: top
}

input:focus,
textarea:focus {
  outline: 0
}

th {
  font-weight: 700;
  vertical-align: bottom
}

table,
table td {
  border-collapse: collapse
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer
}

input,
select {
  vertical-align: middle
}

embed,
object {
  max-width: 100%
}

address {
  font-style: normal
}

textarea {
  resize: vertical
}

blockquote,
q {
  quotes: none
}

embed {
  vertical-align: top
}

table {
  font-size: inherit
}

html {
  overflow-y: scroll;
  -ms-overflow-style: scrollbar;
  font-size: 10px;
  overflow: visible;
  overflow-anchor: none
}

ol,
ul {
  list-style: none
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

button,
input[type=button],
input[type=reset],
input[type=submit],
input[type=text],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

*,
:after,
:before,
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.break-word {
  word-wrap: break-word
}

.clear {
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0
}

.clearfix:after,
.clearfix:before,
.in:after,
.in:before,
.wrp:after,
.wrp:before {
  content: " ";
  display: table
}

.clear,
.clearfix:after,
.in:after,
.wrp:after {
  clear: both
}

.clearfix,
.in,
.wrp {
  zoom: 1
}

.wlc-search__results-area__row__info a b,
input[placeholder] {
  text-overflow: ellipsis
}

input::-moz-placeholder {
  text-overflow: ellipsis
}

input:-moz-placeholder {
  text-overflow: ellipsis
}

input:-ms-input-placeholder {
  text-overflow: ellipsis
}

:focus::-webkit-input-placeholder {
  color: transparent
}

:focus::-moz-placeholder {
  color: transparent
}

:focus:-moz-placeholder {
  color: transparent
}

:focus:-ms-input-placeholder {
  color: transparent
}

label {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

body {
  font-family: Lato, sans-serif;
  font-size: 1.8rem;
  position: relative;
  min-width: 320px;
  background: #151414;
  color: #fff;
  width: 100%
}

@-ms-viewport {
  width: device-width
}

@media (min-width: 560px) {
  .container {
    max-width: 450px
  }
}

@media (min-width: 720px) {
  .container {
    max-width: 610px
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 870px
  }
}

@media (min-width: 1420px) {
  .container {
    max-width: 1390px
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}

.no-gutters {
  margin-right: 0;
  margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
  padding-right: 0;
  padding-left: 0
}

.col,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px
}

.col-auto {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px
}

.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none
}

.col-1,
.col-2,
.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.3333333333%;
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%
}

.col-2,
.col-3 {
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%
}

.col-4,
.col-5,
.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%
}

.col-5,
.col-6 {
  -ms-flex: 0 0 41.6666666667%;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%
}

.col-7,
.col-8,
.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.3333333333%;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%
}

.col-8,
.col-9 {
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%
}

.col-10,
.col-11,
.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.3333333333%;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%
}

.col-11,
.col-12 {
  -ms-flex: 0 0 91.6666666667%;
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12
}

@media (min-width: 560px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
  }

  .col-sm-1,
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
  }

  .col-sm-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }

  .col-sm-3,
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-sm-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }

  .col-sm-5,
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
  }

  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-sm-7,
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
  }

  .col-sm-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
  }

  .col-sm-10,
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-sm-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
  }

  .col-sm-11,
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
  }

  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
  }

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
  }

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
  }

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
  }

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
  }

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
  }

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
  }

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
  }
}

@media (min-width: 720px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
  }

  .col-md-1,
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
  }

  .col-md-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }

  .col-md-3,
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-md-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }

  .col-md-5,
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
  }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-md-7,
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
  }

  .col-md-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
  }

  .col-md-10,
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-md-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
  }

  .col-md-11,
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
  }

  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
  }

  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
  }

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
  }

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
  }

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
  }

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
  }

  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
  }

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
  }
}

@media (min-width: 1024px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
  }

  .col-lg-1,
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
  }

  .col-lg-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }

  .col-lg-3,
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-lg-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }

  .col-lg-5,
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
  }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-lg-7,
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
  }

  .col-lg-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
  }

  .col-lg-10,
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-lg-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
  }

  .col-lg-11,
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
  }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
  }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
  }

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
  }

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
  }

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
  }

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
  }

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
  }

  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
  }

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
  }
}

@media (min-width: 1420px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
  }

  .col-xl-1,
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
  }

  .col-xl-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }

  .col-xl-3,
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-xl-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }

  .col-xl-5,
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
  }

  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-xl-7,
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
  }

  .col-xl-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
  }

  .col-xl-10,
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-xl-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
  }

  .col-xl-11,
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
  }

  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
  }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
  }

  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
  }

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
  }

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
  }

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
  }

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
  }

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
  }

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
  }
}

.flex-column,
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important
}

.flex-column-reverse,
.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important
}

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important
}

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important
}

@media (min-width: 560px) {

  .flex-sm-column,
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
  }

  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
  }

  .flex-sm-column-reverse,
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
  }

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
  }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
  }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
  }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
  }

  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
  }

  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
  }

  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
  }

  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
  }

  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
  }

  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
  }

  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
  }

  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
  }

  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
  }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
  }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
  }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
  }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
  }
}

@media (min-width: 720px) {

  .flex-md-column,
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
  }

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
  }

  .flex-md-column-reverse,
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
  }

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
  }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
  }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
  }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
  }

  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
  }

  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
  }

  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
  }

  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
  }

  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
  }

  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
  }

  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
  }

  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
  }

  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
  }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
  }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
  }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
  }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
  }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
  }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
  }
}

@media (min-width: 1024px) {

  .flex-lg-column,
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
  }

  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
  }

  .flex-lg-column-reverse,
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
  }

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
  }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
  }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
  }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
  }

  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
  }

  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
  }

  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
  }

  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
  }

  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
  }

  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
  }

  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
  }

  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
  }

  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
  }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
  }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
  }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
  }
}

@media (min-width: 1420px) {

  .flex-xl-column,
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
  }

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
  }

  .flex-xl-column-reverse,
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
  }

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
  }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
  }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
  }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
  }

  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
  }

  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
  }

  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
  }

  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
  }

  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
  }

  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
  }

  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
  }

  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
  }

  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
  }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
  }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
  }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
  }
}

.d-none {
  display: none !important
}

.d-inline {
  display: inline !important
}

.d-inline-block {
  display: inline-block !important
}

.d-block {
  display: block !important
}

.d-table {
  display: table !important
}

.d-table-cell {
  display: table-cell !important
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important
}

@media (min-width: 560px) {
  .d-sm-none {
    display: none !important
  }

  .d-sm-inline {
    display: inline !important
  }

  .d-sm-inline-block {
    display: inline-block !important
  }

  .d-sm-block {
    display: block !important
  }

  .d-sm-table {
    display: table !important
  }

  .d-sm-table-cell {
    display: table-cell !important
  }

  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
  }
}

@media (min-width: 720px) {
  .d-md-none {
    display: none !important
  }

  .d-md-inline {
    display: inline !important
  }

  .d-md-inline-block {
    display: inline-block !important
  }

  .d-md-block {
    display: block !important
  }

  .d-md-table {
    display: table !important
  }

  .d-md-table-cell {
    display: table-cell !important
  }

  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
  }
}

@media (min-width: 1024px) {
  .d-lg-none {
    display: none !important
  }

  .d-lg-inline {
    display: inline !important
  }

  .d-lg-inline-block {
    display: inline-block !important
  }

  .d-lg-block {
    display: block !important
  }

  .d-lg-table {
    display: table !important
  }

  .d-lg-table-cell {
    display: table-cell !important
  }

  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
  }
}

@media (min-width: 1420px) {
  .d-xl-none {
    display: none !important
  }

  .d-xl-inline {
    display: inline !important
  }

  .d-xl-inline-block {
    display: inline-block !important
  }

  .d-xl-block {
    display: block !important
  }

  .d-xl-table {
    display: table !important
  }

  .d-xl-table-cell {
    display: table-cell !important
  }

  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
  }
}

.d-print-block {
  display: none !important
}

@media print {
  .d-print-block {
    display: block !important
  }
}

.d-print-inline {
  display: none !important
}

@media print {
  .d-print-inline {
    display: inline !important
  }
}

.d-print-inline-block {
  display: none !important
}

@media print {
  .d-print-inline-block {
    display: inline-block !important
  }

  .d-print-none {
    display: none !important
  }
}

.text-justify {
  text-align: justify !important
}

.text-nowrap {
  white-space: nowrap !important
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.text-left {
  text-align: left !important
}

.text-right {
  text-align: right !important
}

.text-center {
  text-align: center !important
}

@media (min-width: 560px) {
  .text-sm-left {
    text-align: left !important
  }

  .text-sm-right {
    text-align: right !important
  }

  .text-sm-center {
    text-align: center !important
  }
}

@media (min-width: 720px) {
  .text-md-left {
    text-align: left !important
  }

  .text-md-right {
    text-align: right !important
  }

  .text-md-center {
    text-align: center !important
  }
}

@media (min-width: 1024px) {
  .text-lg-left {
    text-align: left !important
  }

  .text-lg-right {
    text-align: right !important
  }

  .text-lg-center {
    text-align: center !important
  }
}

@media (min-width: 1420px) {
  .text-xl-left {
    text-align: left !important
  }

  .text-xl-right {
    text-align: right !important
  }

  .text-xl-center {
    text-align: center !important
  }
}

.text-lowercase {
  text-transform: lowercase !important
}

.text-uppercase {
  text-transform: uppercase !important
}

.text-capitalize {
  text-transform: capitalize !important
}

.font-weight-normal {
  font-weight: 400
}

.font-weight-bold {
  font-weight: 700
}

.font-italic {
  font-style: italic
}

.text-white {
  color: #fff !important
}

.text-primary {
  color: #007bff !important
}

a.text-primary:focus,
a.text-primary:hover {
  color: #0062cc !important
}

.text-secondary {
  color: #868e96 !important
}

a.text-secondary:focus,
a.text-secondary:hover {
  color: #6c757d !important
}

.text-success {
  color: #28a745 !important
}

a.text-success:focus,
a.text-success:hover {
  color: #1e7e34 !important
}

.text-info {
  color: #17a2b8 !important
}

a.text-info:focus,
a.text-info:hover {
  color: #117a8b !important
}

.text-warning {
  color: #ffc107 !important
}

a.text-warning:focus,
a.text-warning:hover {
  color: #d39e00 !important
}

.text-danger {
  color: #dc3545 !important
}

a.text-danger:focus,
a.text-danger:hover {
  color: #bd2130 !important
}

.text-light {
  color: #f8f9fa !important
}

a.text-light:focus,
a.text-light:hover {
  color: #dae0e5 !important
}

.text-dark {
  color: #343a40 !important
}

a.text-dark:focus,
a.text-dark:hover {
  color: #1d2124 !important
}

.text-muted {
  color: #868e96 !important
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0
}

.wlc-color_primary {
  color: #ae926c
}

.wlc-color_highlightMain {
  color: #f2592a
}

.wlc-color_highlightSecond {
  color: #f2cf7b
}

.wlc-color_highlightThird {
  color: #f2592a
}

.wlc-color_background {
  color: #151414
}

.wlc-color_white {
  color: #fff
}

.wlc-color_lightGrey {
  color: #e7e1cc
}

.wlc-color_grey {
  color: #404041
}

.wlc-color_lightenGrey {
  color: #959595
}

.wlc-color_black {
  color: #000
}

.wlc-color_shadow {
  color: #7a4700
}

.wlc-color_danger {
  color: #ff3e3f
}

.wlc-color_info,
.wlc-color_success,
.wlc-color_warning {
  color: inherit
}

.wlc-color_textWhite {
  color: #fff
}

.wlc-color_textYellow {
  color: #fbb203
}

.wlc-color_textRed {
  color: #d8402b
}

.wlc-color_textRed2 {
  color: #ea3238
}

.wlc-color_textGreen {
  color: #33ae33
}

.wlc-color_textBlue {
  color: #009af1
}

.wlc-color_textBlueLight {
  color: #8493a1
}

.wlc-color_textGrayLight {
  color: #acacac
}

.wlc-color_textGrayLight2 {
  color: #bababa
}

.wlc-color_textGray {
  color: #5b5b5b
}

.wlc-color_textBlack {
  color: #000
}

.wlc-color_textBonus1 {
  color: #fbb203
}

.wlc-color_textBonus2 {
  color: #aaff15
}

.wlc-color_textBonus3 {
  color: #ff2e00
}

.wlc-color_textBonus4 {
  color: #68edff
}

.wlc-color_elementWhite {
  color: #fff
}

.wlc-color_elementYellow {
  color: #fbb203
}

.wlc-color_elementYellowDark {
  color: #ba8300
}

.wlc-color_elementGreen {
  color: #33ae33
}

.wlc-color_elementBlue {
  color: #8493a1
}

.wlc-color_elementGray {
  color: #3a3835
}

.wlc-color_elementGrayLight {
  color: #bababa
}

.wlc-color_elementBlack {
  color: #000
}

.wlc-color_elementBlack2 {
  color: #1b1817
}

.wlc-color_backgroundCell,
.wlc-color_backgroundModal {
  color: #151211
}

.wlc-color_backgroundElement {
  color: #1c1a19
}

.wlc-color_backgroundProfile {
  color: #3a3835
}

.wlc-color_backgroundMobileMenu {
  color: #222121
}

.wlc-color_error {
  color: #ff9330
}

.wlc-color_facebook {
  color: #00549f
}

.wlc-color_facebook svg {
  fill: #00549f
}

.wlc-color_twitter {
  color: #28aae1
}

.wlc-color_twitter svg {
  fill: #28aae1
}

.wlc-color_odnoklassniki {
  color: #f4841f
}

.wlc-color_odnoklassniki svg {
  fill: #f4841f
}

.wlc-color_mailru {
  color: #158de1
}

.wlc-color_mailru svg {
  fill: #158de1
}

.wlc-color_vkontakte {
  color: #3a6892
}

.wlc-color_vkontakte svg {
  fill: #3a6892
}

.wlc-color_googleplus {
  color: #e02f2f
}

.wlc-color_googleplus svg {
  fill: #e02f2f
}

.wlc-color_instagram {
  color: #b54989
}

.wlc-color_instagram svg {
  fill: #b54989
}

.wlc-text-danger {
  color: #ff3e3f
}

.wlc-text-info,
.wlc-text-success,
.wlc-text-warning {
  color: inherit
}

.wlc-biggest-wins__list,
.wlc-biggest-wins__list-item,
.wlc-biggest-wins__loader,
.wlc-bonuses,
.wlc-bonuses-promo-code-form,
.wlc-footer-image-list,
.wlc-footer-info,
.wlc-footer-main__middle .wlc-footer-container,
.wlc-footer-main__middle .wlc-footer-left,
.wlc-footer-main__middle .wlc-footer-right,
.wlc-footer-main__middle-top .wlc-footer-container,
.wlc-footer-main__middle-top .wlc-footer-left,
.wlc-footer-main__middle-top .wlc-footer-right,
.wlc-footer-payments,
.wlc-footer-payments .wlc-svg-block,
.wlc-form-block_grownup,
.wlc-form-block_notifications,
.wlc-form-block_restrictcbonus,
.wlc-form-block_restrictsbonus,
.wlc-form-block_rules,
.wlc-form-block_self-exclusion,
.wlc-form-separator,
.wlc-game-catalog__games,
.wlc-game-play-wrapper,
.wlc-game-thumb-slider-header,
.wlc-header-main__container,
.wlc-header-main__container .wlc-login-button,
.wlc-header-main__container .wlc-login-button .wlc-wrapper,
.wlc-last-wins,
.wlc-last-wins-list,
.wlc-last-wins__content,
.wlc-last-wins__title,
.wlc-last-wins_line .wlc-last-wins-list-item,
.wlc-login-default-form,
.wlc-login-form,
.wlc-login-socials,
.wlc-login-socials-button,
.wlc-login-top,
.wlc-login-wrapper .wlc-form_login,
.wlc-main-menu,
.wlc-main-menu-dropdown__button,
.wlc-main-menu__block,
.wlc-menu-big,
.wlc-merchants-list .wlc-wrp_all .wlc-svg-block,
.wlc-merchants-list .wlc-wrp_dropdown .wlc-svg-block,
.wlc-merchants-list .wlc-wrp_swiper .wlc-svg-block,
.wlc-profile,
.wlc-profile .wlc-social-link,
.wlc-search-and-filter,
.wlc-signup-bonus__list,
.wlc-signup-confirm,
.wlc-signup-register__wrapper,
.wlc-signup-social,
.wlc-social,
.wlc-social-button,
.wlc-social-button__icon,
.wlc-store,
.wlc-user-stat-items__item,
section.wlc-banners .wlc-swiper-slide .wlc-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.wlc-animated-icon_arrow-to-arrow .wlc-arrow *,
.wlc-area,
.wlc-game-categories--dropdown .wlc-dropdown-list-btn ul li .wlc-game-category-name,
.wlc-game-categories--list_item .wlc-game-category-name,
.wlc-game-play-wrapper .wlc-game-play .wlc-game-play-container .wlc-game-play-container__game,
.wlc-game-thumb .wlc-game-thumb__footer,
.wlc-game-thumb .wlc-game-thumb__image,
.wlc-hamburger-button span,
.wlc-hamburger-button span:after,
.wlc-hamburger-button span:before,
.wlc-icons-list__image,
.wlc-icons-list__image-hover,
.wlc-input,
.wlc-last-jackpots-item .wlc-item,
.wlc-last-wins-item .wlc-item,
.wlc-nav-mobile,
.wlc-payment-systems .table-cell-check .wlc-checkbox span:after,
.wlc-profile-menu__dropdown .wlc-nav-block__item a,
.wlc-profile-menu__dropdown .wlc-nav-block__title,
.wlc-profile-menu__dropdown .wlc-nav-block__title .wlc-arrow,
.wlc-profile-menu__dropdown .wlc-nav-block__title .wlc-arrow svg,
.wlc-select,
.wlc-user-stat__block-dropdown .wlc-user-stat__block-deposit .wlc-user-stat__button,
.wlc-user-stat__block-dropdown .wlc-user-stat__block-deposit .wlc-user-stat__button-info,
.wlc-user-stat__block-dropdown .wlc-user-stat__block-deposit .wlc-user-stat__button-text,
.wlc-user-stat__block-username button,
.wlc-user-stat__menu-item a,
.wlc-user-stat__menu-item.wlc-logout-link a .wlc-icon-logout svg {
  -webkit-transition: all .4s;
  transition: all .4s
}

.wlc-form-element__back,
.wlc-signup-bonus__next a,
.wlc-signup-confirm a {
  color: #f2592a;
  display: inline-block;
  position: relative
}

.wlc-form-element__back *,
.wlc-signup-bonus__next a *,
.wlc-signup-confirm a * {
  -webkit-transition: all .4s;
  transition: all .4s
}

.wlc-signup-bonus__next a svg,
.wlc-signup-confirm a svg {
  display: inline-block;
  pointer-events: all;
  fill: #f2592a
}

.wlc-form-element__back svg {
  pointer-events: all
}

.wlc-form-element__back:before,
.wlc-signup-bonus__next a:before,
.wlc-signup-confirm a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: transparent
}

.wlc-form-element__back:hover,
.wlc-signup-bonus__next a:hover,
.wlc-signup-confirm a:hover {
  color: #dc3e0d
}

.wlc-form-element__back:hover:before,
.wlc-signup-bonus__next a:hover:before,
.wlc-signup-confirm a:hover:before {
  border-bottom-color: rgba(220, 62, 13, .5)
}

.wlc-form-element__back:hover svg,
.wlc-signup-bonus__next a:hover svg,
.wlc-signup-confirm a:hover svg {
  fill: #dc3e0d
}

.wlc-size_xsmall {
  font-size: 1.2rem
}

.wlc-modal-fast-deposit .wlc-profile-payment-form-input small,
.wlc-size_small {
  font-size: 1.4rem
}

.wlc-size_default {
  font-size: 1.6rem
}

.wlc-size_medium {
  font-size: 1.8rem
}

.wlc-nav-mobile,
.wlc-size_large {
  font-size: 2rem
}

.wlc-size_xlarge {
  font-size: 2.2rem
}

.wlc-profile-pagination__page span,
.wlc-size_xxlarge {
  font-size: 3rem
}

.wlc-size_xxxlarge {
  font-size: 4rem
}

.wlc-size_verybigfont {
  font-size: 5rem
}

.wlc-size_btnDefault {
  font-size: 1.6rem
}

.like-h1 {
  color: #f2592a
}

.like-h1,
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: none
}

.like-h1,
h1 {
  font-size: 3rem;
  font-weight: 600;
  text-shadow: none
}

@media all and (max-width: 1024px) {
  h1 {
    font-size: 2.25rem
  }
}

h2,
h3,
h4,
h5,
h6 {
  text-shadow: ""
}

h2 {
  font-size: 2.2rem;
  color: #fbb203;
  font-size: 18px;
  font-weight: 300
}

h3,
h4,
h5,
h6 {
  color: #f2592a;
  font-size: 2rem;
  font-weight: 600
}

h4,
h5,
h6 {
  font-size: 1.8rem;
  font-weight: 400
}

h5,
h6 {
  font-size: 1.6rem
}

h6 {
  font-size: 1.4rem
}

@media all and (max-width: 1024px) {
  .like-h1 {
    font-size: 2.25rem
  }
}

.like-h2,
.like-h3,
.like-h4,
.like-h5,
.like-h6 {
  color: #f2592a;
  font-size: 2.2rem;
  font-weight: 600;
  text-transform: none;
  text-shadow: ""
}

.like-h3,
.like-h4,
.like-h5,
.like-h6 {
  font-size: 2rem
}

.like-h4,
.like-h5,
.like-h6 {
  font-size: 1.8rem;
  font-weight: 400
}

.like-h5,
.like-h6 {
  font-size: 1.6rem
}

.like-h6 {
  font-size: 1.4rem
}

.asterisk {
  --content: "*";
  --gap: 0.2em
}

.asterisk--before:before {
  content: var(--content);
  padding-right: var(--gap)
}

.asterisk--after:after {
  content: var(--content);
  padding-left: var(--gap)
}

@media all and (max-width: 900px) {
  .wlc-desktop {
    display: none !important
  }
}

.wlc-os-ios input,
.wlc-os-ios select,
.wlc-os-ios textarea {
  font-size: 16px !important
}

body.modal-open.wlc-mobile,
body.wlc-mobile-menu-active,
body.wlc-state__app-games-play.wlc-mobile {
  overflow: hidden;
  max-width: 100vw;
  -webkit-overflow-scrolling: touch
}

body.wlc-open-menu_left,
body.wlc-open-menu_right {
  overflow: hidden;
  min-height: 100vh
}

.wlc-row {
  padding: 0;
  display: block
}

.wlc-row:after,
.wlc-row:before {
  content: " ";
  display: table
}

.wlc-row:after {
  clear: both
}

.wlc-last-wins-wrapper_horizontal .wlc-last-wins {
  width: 1390px;
  max-width: 1390px
}

.container,
.modal-dialog,
.wlc-container,
.wlc-last-wins-wrapper_horizontal .wlc-last-wins {
  margin: 0 auto;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.container,
.wlc-container {
  width: 1390px;
  max-width: 1390px
}

@media all and (max-width: 1420px) {

  .container,
  .modal-dialog,
  .wlc-container,
  .wlc-last-wins-wrapper_horizontal .wlc-last-wins {
    width: 1336px;
    max-width: 1336px
  }
}

@media all and (max-width: 1366px) {

  .container,
  .modal-dialog,
  .wlc-container,
  .wlc-last-wins-wrapper_horizontal .wlc-last-wins {
    width: 1170px;
    max-width: 1170px
  }
}

@media all and (max-width: 1200px) {

  .container,
  .modal-dialog,
  .wlc-container,
  .wlc-last-wins-wrapper_horizontal .wlc-last-wins {
    width: 994px;
    max-width: 994px
  }
}

@media all and (max-width: 1024px) {

  .container,
  .modal-dialog,
  .wlc-container,
  .wlc-last-wins-wrapper_horizontal .wlc-last-wins {
    width: 870px;
    max-width: 870px
  }
}

@media all and (max-width: 900px) {

  .container,
  .modal-dialog,
  .wlc-container,
  .wlc-last-wins-wrapper_horizontal .wlc-last-wins {
    width: 738px;
    max-width: 738px
  }
}

@media all and (max-width: 768px) {

  .container,
  .modal-dialog,
  .wlc-container,
  .wlc-last-wins-wrapper_horizontal .wlc-last-wins {
    width: 690px;
    max-width: 690px
  }
}

@media all and (max-width: 720px) {

  .container,
  .modal-dialog,
  .wlc-container,
  .wlc-last-wins-wrapper_horizontal .wlc-last-wins {
    width: 610px;
    max-width: 610px
  }
}

@media all and (max-width: 640px) {

  .container,
  .modal-dialog,
  .wlc-container,
  .wlc-last-wins-wrapper_horizontal .wlc-last-wins {
    width: 530px;
    max-width: 530px
  }
}

@media all and (max-width: 560px) {

  .container,
  .modal-dialog,
  .wlc-container,
  .wlc-last-wins-wrapper_horizontal .wlc-last-wins {
    width: 450px;
    max-width: 450px
  }
}

@media all and (max-width: 480px) {

  .container,
  .modal-dialog,
  .wlc-container,
  .wlc-last-wins-wrapper_horizontal .wlc-last-wins {
    width: 100%;
    max-width: 100%
  }

  .container-fluid>.container,
  .container-fluid>.modal-dialog,
  .container-fluid>.wlc-container,
  .wlc-last-wins-wrapper_horizontal .container-fluid>.wlc-last-wins,
  .wlc-last-wins-wrapper_horizontal .wlc-main-content-section .wlc-last-wins,
  .wlc-main-content-section .container,
  .wlc-main-content-section .modal-dialog,
  .wlc-main-content-section .wlc-container,
  .wlc-main-content-section .wlc-last-wins-wrapper_horizontal .wlc-last-wins {
    padding: 0
  }
}

.container,
.wlc-container,
.wlc-game-categories--dropdown .wlc-dropdown-list-btn ul li .wlc-game-category-name:hover {
  color: #ae926c
}

section {
  position: relative
}

section .wlc-top-promo-content {
  z-index: 10
}

.wlc-home-catalog {
  padding-top: 2rem
}

@media all and (max-width: 560px) {
  .wlc-home-catalog {
    padding-top: 1rem
  }
}

.wlc-header {
  font-size: 4rem;
  text-align: center;
  background: #fff
}

.wlc-content {
  min-width: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.grow-0 {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0
}

.grow-1 {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.wlc-scroll-block {
  overflow: auto
}

.wlc-application,
.wlc-application__container {
  min-height: 100vh
}

.wlc-body__container .wlc-main-loader {
  display: block
}

[data-wlc-preload-status] * {
  -webkit-transition: none !important;
  transition: none !important
}

.wlc-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.wlc-flex-grow,
.wlc-input-group input {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.wlc-flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column
}

.wlc-flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.wlc-btn {
  font-size: 1.6rem;
  padding: 1rem 1.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  background: #f2592a;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color .4s ease-out, background-color .4s ease-out;
  transition: color .4s ease-out, background-color .4s ease-out
}

@media all and (max-width: 720px) {
  .wlc-btn {
    font-size: 1.12rem
  }
}

@media all and (max-width: 560px) {
  .wlc-btn {
    font-size: .96rem
  }
}

.wlc-btn svg,
.wlc-btn:hover svg,
.wlc-mobile .wlc-btn:hover svg {
  stroke: #fff
}

.wlc-btn:hover {
  color: #fff;
  background: #f14612
}

.wlc-mobile .wlc-btn:hover,
.wlc-mobile .wlc-btn_default:hover {
  color: #fff;
  background: #f2592a
}

.wlc-btn:disabled {
  color: #fff !important;
  background: #e7e1cc !important
}

.wlc-btn:disabled svg {
  stroke: #fff
}

.wlc-btn.ng-animate,
.wlc-btn.ng-hide {
  -webkit-transition: none;
  transition: none
}

.wlc-btn .wlc-btn__icon {
  margin-right: .8rem
}

.wlc-btn_default {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #fff;
  background: #f2592a;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none
}

.wlc-btn_default svg,
.wlc-btn_default:hover svg,
.wlc-btn_second svg,
.wlc-mobile .wlc-btn_default:hover svg {
  stroke: #fff
}

.wlc-btn_default:hover {
  color: #fff;
  background: #f14612
}

.wlc-btn_default:disabled {
  color: #fff !important;
  background: #e7e1cc !important
}

.wlc-btn_default:disabled svg {
  stroke: #fff
}

.wlc-btn_second {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none
}

.wlc-btn_second:hover {
  color: #fff;
  background: #f0c764
}

.wlc-btn_second:hover svg,
.wlc-btn_third svg,
.wlc-mobile .wlc-btn_second:hover svg {
  stroke: #fff
}

.wlc-btn_second,
.wlc-mobile .wlc-btn_second:hover {
  color: #fff;
  background: #f2cf7b
}

.wlc-btn_second:disabled {
  color: #fff !important;
  background: #e7e1cc !important
}

.wlc-btn_second:disabled svg {
  stroke: #fff
}

.wlc-btn_third {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none
}

.wlc-btn_third:hover {
  color: #fff;
  background: #f14612
}

.wlc-btn_danger svg,
.wlc-btn_third:hover svg,
.wlc-mobile .wlc-btn_third:hover svg {
  stroke: #fff
}

.wlc-btn_third,
.wlc-mobile .wlc-btn_third:hover {
  color: #fff;
  background: #f2592a
}

.wlc-btn_third:disabled {
  color: #fff !important;
  background: #e7e1cc !important
}

.wlc-btn_third:disabled svg {
  stroke: #fff
}

.wlc-btn_danger {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none
}

.wlc-btn_danger:hover {
  color: #fff;
  background: #ff2526
}

.wlc-btn_danger:hover svg,
.wlc-btn_primary svg,
.wlc-mobile .wlc-btn_danger:hover svg {
  stroke: #fff
}

.wlc-btn_danger,
.wlc-mobile .wlc-btn_danger:hover {
  color: #fff;
  background: #ff3e3f
}

.wlc-btn_danger:disabled {
  color: #fff !important;
  background: #e7e1cc !important
}

.wlc-btn_danger:disabled svg {
  stroke: #fff
}

.wlc-btn_primary {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none
}

.wlc-btn_primary:hover {
  color: #fff;
  background: #a5865c
}

.wlc-btn_primary:hover svg,
.wlc-btn_submit svg,
.wlc-mobile .wlc-btn_primary:hover svg {
  stroke: #fff
}

.wlc-btn_primary,
.wlc-mobile .wlc-btn_primary:hover {
  color: #fff;
  background: #ae926c
}

.wlc-btn_primary:disabled {
  color: #fff !important;
  background: #e7e1cc !important
}

.wlc-btn_primary:disabled svg {
  stroke: #fff
}

.wlc-btn_submit {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #f2592a;
  text-shadow: -2px 2px 2px rgba(174, 146, 108, .5);
  -webkit-box-shadow: none;
  box-shadow: none
}

.wlc-btn_submit:hover {
  color: #fff;
  background: #f14612
}

.wlc-btn_submit:hover svg,
.wlc-mobile .wlc-btn_submit:hover svg {
  stroke: #fff
}

.wlc-mobile .wlc-btn_submit:hover {
  color: #fff;
  background: #f2592a
}

.wlc-btn_submit:disabled {
  background: #e7e1cc !important
}

.wlc-btn_submit:disabled svg {
  stroke: #fff
}

.wlc-btn_border {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #f2592a
}

.wlc-btn_border svg,
.wlc-btn_outline svg,
.wlc-mobile .wlc-btn_border:hover svg {
  stroke: #f2592a
}

.wlc-btn_border:hover {
  color: #fff;
  background: #f14612
}

.wlc-btn_border:hover svg {
  stroke: #fff
}

.wlc-btn_border,
.wlc-mobile .wlc-btn_border:hover {
  color: #f2592a;
  background: 0 0
}

.wlc-btn_border:disabled {
  color: #fff !important;
  background: #e7e1cc !important
}

.wlc-btn_border:disabled svg {
  stroke: #fff
}

.wlc-btn_outline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-transform: uppercase;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: 0 0 3px #fcdcd2
}

.wlc-btn_outline:hover {
  color: #f2592a;
  background: #f14612
}

.wlc-btn_game svg,
.wlc-btn_link svg,
.wlc-btn_outline:hover svg,
.wlc-mobile .wlc-btn_link:hover svg,
.wlc-mobile .wlc-btn_outline:hover svg {
  stroke: #f2592a
}

.wlc-btn_outline,
.wlc-mobile .wlc-btn_outline:hover {
  color: #f2592a;
  background: #f2592a
}

.wlc-btn_outline:disabled {
  color: #fff !important;
  background: #e7e1cc !important
}

.wlc-btn_outline:disabled svg {
  stroke: #fff
}

.wlc-btn_link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none
}

.wlc-btn_link:hover {
  color: #f14612;
  background: 0 0
}

.wlc-btn_link:hover svg {
  stroke: #f14612
}

.wlc-mobile .wlc-btn_link:hover {
  color: #f2592a;
  background: 0 0
}

.wlc-btn_link:disabled {
  color: #fff !important;
  background: 0 0 !important
}

.wlc-btn_link:disabled svg {
  stroke: #fff
}

.wlc-btn_game {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none
}

.wlc-btn_game:hover {
  color: #f2592a;
  background: rgba(21, 20, 20, .5)
}

.wlc-btn_game:hover svg,
.wlc-mobile .wlc-btn_game:hover svg {
  stroke: #f2592a
}

.wlc-btn_game,
.wlc-mobile .wlc-btn_game:hover {
  color: #f2592a;
  background: #151414
}

.wlc-btn_game:disabled {
  color: #f2592a !important;
  background: #e7e1cc !important
}

.wlc-btn_game:disabled svg {
  stroke: #f2592a
}

.wlc-btn_game-second {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-transform: uppercase;
  padding: 5px !important;
  border-radius: 4px;
  text-shadow: -2px 2px 2px rgba(174, 146, 108, .5);
  -webkit-box-shadow: none;
  box-shadow: none
}

.wlc-btn_game-second svg,
.wlc-btn_game-second:hover svg,
.wlc-mobile .wlc-btn_game-second:hover svg {
  stroke: #fff
}

.wlc-btn_game-second:hover {
  color: #fff;
  background: #f14612
}

.wlc-btn_game-second,
.wlc-mobile .wlc-btn_game-second:hover {
  color: #fff;
  background: #f2592a
}

.wlc-btn_game-second:disabled {
  color: #fff !important;
  background: #e7e1cc !important
}

.wlc-btn_game-second:disabled svg {
  stroke: #fff
}

.wlc-btn_reverse {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #e9d8a7
}

.wlc-btn_reverse svg,
.wlc-mobile .wlc-btn_reverse:hover svg {
  stroke: #f2592a
}

.wlc-btn_reverse:hover {
  color: #fff;
  background: #f2592a
}

.wlc-btn_play svg,
.wlc-btn_reverse:hover svg,
.wlc-mobile .wlc-btn_play:hover svg {
  stroke: #fff
}

.wlc-btn_reverse,
.wlc-mobile .wlc-btn_reverse:hover {
  color: #f2592a;
  background: #fff
}

.wlc-btn_reverse:disabled {
  color: #fff !important;
  background: #e7e1cc !important
}

.wlc-btn_reverse:disabled svg {
  stroke: #fff
}

.wlc-btn_play {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-transform: uppercase;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none
}

.wlc-btn_play:hover {
  color: #f2592a;
  background: #fff
}

.wlc-btn_demo svg,
.wlc-btn_play:hover svg,
.wlc-mobile .wlc-btn_demo:hover svg,
.wlc-sidebar .wlc-profile-menu .wlc-nav-block__item a:hover .wlc-icon svg,
.wlc-sidebar .wlc-profile-menu .wlc-nav-block__item.wlc-active a .wlc-icon svg {
  stroke: #f2592a
}

.wlc-btn_play,
.wlc-mobile .wlc-btn_play:hover {
  color: #fff;
  background: #f2592a
}

.wlc-btn_play:disabled {
  color: #fff !important;
  background: #e7e1cc !important
}

.wlc-btn_play:disabled svg {
  stroke: #fff
}

.wlc-btn_demo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-transform: uppercase;
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none
}

.wlc-btn_demo:hover {
  color: #fff;
  background: #f2592a
}

.wlc-btn_demo:hover svg {
  stroke: #fff
}

.wlc-mobile .wlc-btn_demo:hover {
  color: #f2592a;
  background: #fff
}

.wlc-btn_demo:disabled {
  color: #fff !important;
  background: #e7e1cc !important
}

.wlc-btn_demo:disabled svg {
  stroke: #fff
}

.wlc-btn_full-width {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  padding: 1rem 2rem !important
}

.wlc-btn_size-xsmall {
  font-size: 1.5rem;
  padding: 0 1rem;
  line-height: 2.16rem
}

@media all and (max-width: 720px) {
  .wlc-btn_size-xsmall {
    font-size: 1.05rem
  }
}

@media all and (max-width: 560px) {
  .wlc-btn_size-xsmall {
    font-size: .9rem
  }
}

.wlc-btn_size-small {
  font-size: 1.54rem;
  padding: 0 1rem;
  line-height: 2.52rem
}

@media all and (max-width: 720px) {
  .wlc-btn_size-small {
    font-size: 1.078rem
  }
}

@media all and (max-width: 560px) {
  .wlc-btn_size-small {
    font-size: .924rem
  }
}

.wlc-btn_size-default {
  font-size: 1.6rem;
  padding: 1rem 1.5rem
}

@media all and (max-width: 720px) {
  .wlc-btn_size-default {
    font-size: 1.12rem
  }
}

@media all and (max-width: 560px) {
  .wlc-btn_size-default {
    font-size: .96rem
  }
}

.wlc-btn_size-large {
  font-size: 2.1176470588rem;
  padding: 0 2rem;
  line-height: 2.7rem
}

@media all and (max-width: 720px) {
  .wlc-btn_size-large {
    font-size: 1.4823529412rem
  }
}

@media all and (max-width: 560px) {
  .wlc-btn_size-large {
    font-size: 1.2705882353rem
  }
}

.wlc-btn_size-xlarge {
  font-size: 2.2rem;
  padding: 0 2rem;
  line-height: 3.96rem
}

@media all and (max-width: 720px) {
  .wlc-btn_size-xlarge {
    font-size: 1.54rem
  }
}

@media all and (max-width: 560px) {
  .wlc-btn_size-xlarge {
    font-size: 1.32rem
  }
}

.wlc-btn_size-xxlarge {
  font-size: 3rem;
  padding: 0 3rem;
  line-height: 5.4rem
}

@media all and (max-width: 720px) {
  .wlc-btn_size-xxlarge {
    font-size: 2.1rem
  }
}

@media all and (max-width: 560px) {
  .wlc-btn_size-xxlarge {
    font-size: 1.8rem
  }
}

.wlc-btn_size-xxxlarge {
  font-size: 4.6666666667rem;
  padding: .5rem 4rem;
  line-height: 7.2rem
}

@media all and (max-width: 720px) {
  .wlc-btn_size-xxxlarge {
    font-size: 3.2666666667rem
  }
}

@media all and (max-width: 560px) {
  .wlc-btn_size-xxxlarge {
    font-size: 2.8rem
  }
}

.wlc-svg-block svg {
  width: 100%;
  height: 100%
}

section.wlc-header {
  z-index: 6
}

section.wlc-nav {
  z-index: 5
}

section.nav-mobile {
  z-index: 100
}

section.wlc-banners {
  z-index: 3
}

section.wlc-top-promo-content {
  z-index: 4
}

section.wlc-game-catalog,
section.wlc-home-catalog {
  padding-top: 3rem;
  z-index: 3
}

@media all and (max-width: 560px) {

  section.wlc-game-catalog,
  section.wlc-home-catalog {
    padding-top: 1.5rem
  }
}

section.wlc-footer {
  margin-top: 5rem;
  z-index: 3
}

.wlc-tabs__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #e7e1cc;
  margin-bottom: 15px
}

.wlc-tabs-tab {
  padding: 5px 10px;
  cursor: default;
  color: #c0aa8d;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  border-bottom-color: transparent
}

.wlc-tabs-tab.wlc-active {
  border-bottom-color: #e7e1cc;
  background-color: rgba(231, 225, 204, .3);
  color: #ae926c
}

.wlc-tabs-item {
  display: none
}

.wlc-tabs-item.wlc-active {
  display: block
}

.swiper-slide_default-1,
.swiper-slide_default-2,
.swiper-slide_default-3,
.swiper-slide_default-4,
.swiper-slide_default-5,
.swiper-slide_default-6 {
  background-size: cover
}

.swiper-slide_default-1 .banner-text,
.swiper-slide_default-2 .banner-text {
  color: #fff;
  font-size: 60px;
  font-weight: 400;
  margin-top: 40px;
  text-shadow: 0 0 3px #000, 0 0 3px #000, 0 0 3px #000
}

.swiper-slide_default-3 .banner-text,
.swiper-slide_default-4 .banner-text,
.swiper-slide_default-5 .banner-text,
.swiper-slide_default-6 .banner-text {
  max-width: 500px;
  color: #fff;
  font-size: 60px;
  font-weight: 400;
  margin-top: 40px;
  text-shadow: 0 0 3px #000, 0 0 3px #000, 0 0 3px #000
}

@media all and (max-width: 1200px) {

  .swiper-slide_default-1 .banner-text,
  .swiper-slide_default-2 .banner-text,
  .swiper-slide_default-3 .banner-text,
  .swiper-slide_default-4 .banner-text,
  .swiper-slide_default-5 .banner-text,
  .swiper-slide_default-6 .banner-text {
    margin-top: 20px
  }
}

@media all and (max-width: 1024px) {

  .swiper-slide_default-1 .banner-text,
  .swiper-slide_default-2 .banner-text,
  .swiper-slide_default-3 .banner-text,
  .swiper-slide_default-4 .banner-text,
  .swiper-slide_default-5 .banner-text,
  .swiper-slide_default-6 .banner-text {
    font-size: 40px
  }
}

@media all and (max-width: 560px) {

  .swiper-slide_default-1 .banner-text,
  .swiper-slide_default-2 .banner-text,
  .swiper-slide_default-3 .banner-text,
  .swiper-slide_default-4 .banner-text,
  .swiper-slide_default-5 .banner-text,
  .swiper-slide_default-6 .banner-text {
    font-size: 30px
  }
}

@media all and (max-width: 360px) {

  .swiper-slide_default-1 .banner-text,
  .swiper-slide_default-2 .banner-text,
  .swiper-slide_default-3 .banner-text,
  .swiper-slide_default-4 .banner-text,
  .swiper-slide_default-5 .banner-text,
  .swiper-slide_default-6 .banner-text {
    font-size: 24px
  }
}

.swiper-slide_default-1 .wlc-swiper-slide__action .wlc-btn,
.swiper-slide_default-2 .wlc-swiper-slide__action .wlc-btn,
.swiper-slide_default-3 .wlc-swiper-slide__action .wlc-btn,
.swiper-slide_default-4 .wlc-swiper-slide__action .wlc-btn,
.swiper-slide_default-5 .wlc-swiper-slide__action .wlc-btn,
.swiper-slide_default-6 .wlc-swiper-slide__action .wlc-btn {
  margin-top: 30px;
  padding: 15px 35px;
  font-size: 30px
}

@media all and (max-width: 640px) {

  .swiper-slide_default-1 .wlc-swiper-slide__action .wlc-btn,
  .swiper-slide_default-2 .wlc-swiper-slide__action .wlc-btn,
  .swiper-slide_default-3 .wlc-swiper-slide__action .wlc-btn,
  .swiper-slide_default-4 .wlc-swiper-slide__action .wlc-btn,
  .swiper-slide_default-5 .wlc-swiper-slide__action .wlc-btn,
  .swiper-slide_default-6 .wlc-swiper-slide__action .wlc-btn {
    margin-top: 20px;
    padding: 10px 35px;
    font-size: 25px
  }
}

@media all and (max-width: 360px) {

  .swiper-slide_default-1 .wlc-swiper-slide__action .wlc-btn,
  .swiper-slide_default-2 .wlc-swiper-slide__action .wlc-btn,
  .swiper-slide_default-3 .wlc-swiper-slide__action .wlc-btn,
  .swiper-slide_default-4 .wlc-swiper-slide__action .wlc-btn,
  .swiper-slide_default-5 .wlc-swiper-slide__action .wlc-btn,
  .swiper-slide_default-6 .wlc-swiper-slide__action .wlc-btn {
    margin-top: 10px
  }
}

.swiper-slide_default-1 .banner-text {
  max-width: 650px
}

@media all and (max-width: 1024px) {
  .swiper-slide_default-1 .banner-text {
    max-width: 500px
  }
}

.swiper-slide_default-2 .banner-text {
  max-width: 600px
}

@media all and (max-width: 1024px) {
  .swiper-slide_default-2 .banner-text {
    max-width: 500px
  }
}

.swiper-slide_default-1 {
  background-image: url(/static/images/banners/banner-1.jpg)
}

@media all and (max-width: 768px) {
  .swiper-slide_default-1 {
    background-image: url(/static/images/banners/banner-1_570.jpg);
    background-position: right center !important
  }
}

@media all and (max-width: 480px) {
  .swiper-slide_default-1 {
    background-image: url(/static/images/banners/banner-1_480.jpg)
  }
}

@media all and (max-width: 360px) {
  .swiper-slide_default-1 {
    background-image: url(/static/images/banners/banner-1_400.jpg)
  }
}

.swiper-slide_default-2 {
  background-image: url(/static/images/banners/banner-2.jpg)
}

@media all and (max-width: 768px) {
  .swiper-slide_default-2 {
    background-image: url(/static/images/banners/banner-2_570.jpg);
    background-position: right center !important
  }
}

@media all and (max-width: 480px) {
  .swiper-slide_default-2 {
    background-image: url(/static/images/banners/banner-2_480.jpg)
  }
}

@media all and (max-width: 360px) {
  .swiper-slide_default-2 {
    background-image: url(/static/images/banners/banner-2_400.jpg)
  }
}

.swiper-slide_default-3 {
  background-image: url(/static/images/banners/banner-3.jpg)
}

@media all and (max-width: 768px) {
  .swiper-slide_default-3 {
    background-image: url(/static/images/banners/banner-3_570.jpg);
    background-position: right center !important
  }
}

@media all and (max-width: 480px) {
  .swiper-slide_default-3 {
    background-image: url(/static/images/banners/banner-3_480.jpg)
  }
}

@media all and (max-width: 360px) {
  .swiper-slide_default-3 {
    background-image: url(/static/images/banners/banner-3_400.jpg)
  }
}

.swiper-slide_default-4 {
  background-image: url(/static/images/banners/banner-4.jpg)
}

@media all and (max-width: 768px) {
  .swiper-slide_default-4 {
    background-image: url(/static/images/banners/banner-4_570.jpg);
    background-position: right center !important
  }
}

@media all and (max-width: 480px) {
  .swiper-slide_default-4 {
    background-image: url(/static/images/banners/banner-4_480.jpg)
  }
}

@media all and (max-width: 360px) {
  .swiper-slide_default-4 {
    background-image: url(/static/images/banners/banner-4_400.jpg)
  }
}

.swiper-slide_default-5 {
  background-image: url(/static/images/banners/banner-5.jpg)
}

@media all and (max-width: 768px) {
  .swiper-slide_default-5 {
    background-image: url(/static/images/banners/banner-5_570.jpg);
    background-position: right center !important
  }
}

@media all and (max-width: 480px) {
  .swiper-slide_default-5 {
    background-image: url(/static/images/banners/banner-5_480.jpg)
  }
}

@media all and (max-width: 360px) {
  .swiper-slide_default-5 {
    background-image: url(/static/images/banners/banner-5_400.jpg)
  }
}

.swiper-slide_default-6 {
  background-image: url(/static/images/banners/banner-6.jpg)
}

@media all and (max-width: 768px) {
  .swiper-slide_default-6 {
    background-image: url(/static/images/banners/banner-6_570.jpg);
    background-position: right center !important
  }
}

@media all and (max-width: 480px) {
  .swiper-slide_default-6 {
    background-image: url(/static/images/banners/banner-6_480.jpg)
  }
}

@media all and (max-width: 360px) {
  .swiper-slide_default-6 {
    background-image: url(/static/images/banners/banner-6_400.jpg)
  }
}

[class*=wlc-animated] {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

[class*=wlc-animated].wlc-animated-infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}

[class*=wlc-animated].wlc-animated-delay-faster {
  -webkit-animation-delay: .5s;
  animation-delay: .5s
}

[class*=wlc-animated].wlc-animated-delay-fast {
  -webkit-animation-delay: .8s;
  animation-delay: .8s
}

[class*=wlc-animated].wlc-animated-delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s
}

[class*=wlc-animated].wlc-animated-delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s
}

[class*=wlc-animated].wlc-animated-delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s
}

[class*=wlc-animated].wlc-animated-delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s
}

[class*=wlc-animated].wlc-animated-delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s
}

.wlc-collapse-block {
  height: 0;
  -webkit-transition-property: height;
  transition-property: height;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  overflow: hidden
}

.wlc-collapse-content {
  display: none
}

.wlc-collapse-content.is-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.swiper-slide-active .wlc-animated-swiper__bounce-in,
.swiper-slide-active .wlc-animated-swiper__bounce-in-down,
.swiper-slide-active .wlc-animated-swiper__bounce-in-left,
.swiper-slide-active .wlc-animated-swiper__bounce-in-right,
.swiper-slide-active .wlc-animated-swiper__bounce-in-up,
.wlc-animated__bounce-in,
.wlc-animated__bounce-in-down,
.wlc-animated__bounce-in-left,
.wlc-animated__bounce-in-right,
.wlc-animated__bounce-in-up {
  -webkit-animation-duration: .75s;
  animation-duration: .75s
}

.swiper-slide-active .wlc-animated-swiper__fade-in,
.wlc-animated__fade-in {
  -webkit-animation-name: wlcFadeIn;
  animation-name: wlcFadeIn
}

.swiper-slide-active .wlc-animated-swiper__fade-in-left,
.wlc-animated__fade-in-left {
  -webkit-animation-name: wlcFadeInLeft;
  animation-name: wlcFadeInLeft
}

.swiper-slide-active .wlc-animated-swiper__fade-in-right,
.wlc-animated__fade-in-right {
  -webkit-animation-name: wlcFadeInRight;
  animation-name: wlcFadeInRight
}

.swiper-slide-active .wlc-animated-swiper__fade-in-up,
.wlc-animated__fade-in-up {
  -webkit-animation-name: wlcFadeInUp;
  animation-name: wlcFadeInUp
}

.swiper-slide-active .wlc-animated-swiper__fade-in-down,
.wlc-animated__fade-in-down {
  -webkit-animation-name: wlcFadeInDown;
  animation-name: wlcFadeInDown
}

.swiper-slide-active .wlc-animated-swiper__bounce-in,
.wlc-animated__bounce-in {
  -webkit-animation-name: wlcBounceIn;
  animation-name: wlcBounceIn
}

.swiper-slide-active .wlc-animated-swiper__bounce-in-left,
.wlc-animated__bounce-in-left {
  -webkit-animation-name: wlcBounceInLeft;
  animation-name: wlcBounceInLeft
}

.swiper-slide-active .wlc-animated-swiper__bounce-in-right,
.wlc-animated__bounce-in-right {
  -webkit-animation-name: wlcBounceInRight;
  animation-name: wlcBounceInRight
}

.swiper-slide-active .wlc-animated-swiper__bounce-in-up,
.wlc-animated__bounce-in-up {
  -webkit-animation-name: wlcBounceInUp;
  animation-name: wlcBounceInUp
}

.swiper-slide-active .wlc-animated-swiper__bounce-in-down,
.wlc-animated__bounce-in-down {
  -webkit-animation-name: wlcBounceInDown;
  animation-name: wlcBounceInDown
}

.swiper-slide-active .wlc-animated-swiper__slide-in-left,
.wlc-animated__slide-in-left {
  -webkit-animation-name: wlcSlideInLeft;
  animation-name: wlcSlideInLeft
}

.swiper-slide-active .wlc-animated-swiper__slide-in-right,
.wlc-animated__slide-in-right {
  -webkit-animation-name: wlcSlideInRight;
  animation-name: wlcSlideInRight
}

.swiper-slide-active .wlc-animated-swiper__slide-in-up,
.wlc-animated__slide-in-up {
  -webkit-animation-name: wlcSlideInUp;
  animation-name: wlcSlideInUp
}

.swiper-slide-active .wlc-animated-swiper__slide-in-down,
.wlc-animated__slide-in-down {
  -webkit-animation-name: wlcSlideInDown;
  animation-name: wlcSlideInDown
}

.swiper-slide-active .wlc-animated-swiper__flip-in-x,
.swiper-slide-active .wlc-animated-swiper__flip-in-y,
.wlc-animated__flip-in-x,
.wlc-animated__flip-in-y {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: wlcFlipInX;
  animation-name: wlcFlipInX
}

.swiper-slide-active .wlc-animated-swiper__flip-in-y,
.wlc-animated__flip-in-y {
  -webkit-animation-name: wlcFlipInY;
  animation-name: wlcFlipInY
}

.swiper-slide-active .wlc-animated-swiper__pulse,
.wlc-animated__pulse {
  -webkit-animation-name: wlcPulse;
  animation-name: wlcPulse
}

.swiper-slide-active .wlc-animated-swiper__zoom-in,
.wlc-animated__zoom-in {
  -webkit-animation-name: wlcZoomIn;
  animation-name: wlcZoomIn
}

@media (prefers-reduced-motion) {
  [class*=wlc-animated] {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important
  }
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: #393a3c
}

::-webkit-scrollbar-thumb {
  border-radius: 35px;
  background-color: #4d4e4f
}

::-webkit-scrollbar-thumb:hover {
  background-color: #4d4e4f
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
  float: left
}

.swiper-container-vertical>.swiper-wrapper {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  position: relative
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000
}

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x
}

.swiper-pagination {
  text-align: center;
  -webkit-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%
}

.swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  display: inline-block;
  border-radius: 100%;
  background: 0 0;
  border: 2px solid rgba(242, 89, 42, .5);
  opacity: 1
}

button .swiper-pagination-bullet {
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet,
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
  border-color: #f2592a;
  background: #f2592a
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px
}

.swiper-pagination-progress {
  background: rgba(0, 0, 0, .25);
  position: absolute
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0
}

.swiper-container-vertical>.swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, .5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000
}

.wlc-swiper-container__button a {
  width: 100px;
  height: 100px
}

.wlc-swiper-container__button .icon-wrap {
  position: relative;
  display: block;
  width: 100%;
  height: 100%
}

.wlc-swiper-container__button .icon-wrap::after,
.wlc-swiper-container__button .icon-wrap::before,
.wlc-swiper-container__button a::after,
.wlc-swiper-container__button a::before {
  position: absolute;
  left: 0;
  width: 2px;
  height: 50%;
  background: #f2592a;
  opacity: .6;
  content: "";
  -webkit-transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.wlc-swiper-container__button .icon-wrap::after,
.wlc-swiper-container__button .icon-wrap::before {
  z-index: 100;
  height: 0;
  background: #f9b7a2;
  opacity: 1;
  -webkit-transition: height .3s, -webkit-transform .3s;
  transition: height .3s, transform .3s;
  transition: height .3s, transform .3s, -webkit-transform .3s
}

.swiper-button-next.wlc-swiper-container__button .icon-wrap::after,
.swiper-button-next.wlc-swiper-container__button .icon-wrap::before,
.swiper-button-next.wlc-swiper-container__button a::after,
.swiper-button-next.wlc-swiper-container__button a::before {
  left: 100%
}

.wlc-swiper-container__button .icon-wrap::before,
.wlc-swiper-container__button a::before {
  top: 50%;
  -webkit-transform: translateX(-50%) rotate(-155deg);
  transform: translateX(-50%) rotate(-155deg);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0
}

.wlc-swiper-container__button-next a .icon-wrap::before,
.wlc-swiper-container__button-next a::before {
  -webkit-transform: translateX(-50%) rotate(155deg);
  transform: translateX(-50%) rotate(155deg);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0
}

.wlc-swiper-container__button .icon-wrap::after,
.wlc-swiper-container__button a::after {
  top: 50%;
  -webkit-transform: translateX(-50%) rotate(-25deg);
  transform: translateX(-50%) rotate(-25deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0
}

.wlc-swiper-container__button-next a .icon-wrap::after,
.wlc-swiper-container__button-next a::after {
  -webkit-transform: translateX(-50%) rotate(25deg);
  transform: translateX(-50%) rotate(25deg);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0
}

.wlc-swiper-container__button a:hover .icon-wrap::after,
.wlc-swiper-container__button a:hover .icon-wrap::before {
  height: 50%
}

.wlc-swiper-container__button a:hover .icon-wrap::before,
.wlc-swiper-container__button a:hover::before {
  -webkit-transform: translateX(-50%) rotate(-145deg);
  transform: translateX(-50%) rotate(-145deg)
}

.wlc-swiper-container__button-next a:hover .icon-wrap::before,
.wlc-swiper-container__button-next a:hover::before {
  -webkit-transform: translateX(-50%) rotate(145deg);
  transform: translateX(-50%) rotate(145deg)
}

.wlc-swiper-container__button a:hover .icon-wrap::after,
.wlc-swiper-container__button a:hover::after {
  -webkit-transform: translateX(-50%) rotate(-35deg);
  transform: translateX(-50%) rotate(-35deg)
}

.wlc-swiper-container__button-next a:hover .icon-wrap::after,
.wlc-swiper-container__button-next a:hover::after {
  -webkit-transform: translateX(-50%) rotate(35deg);
  transform: translateX(-50%) rotate(35deg)
}

.swiper-button-next,
.swiper-button-prev {
  width: 40px;
  height: 150px;
  margin-top: -75px;
  background: 0 0
}

.wlc-bonuses-slider .swiper-button-next,
.wlc-bonuses-slider .swiper-button-prev,
.wlc-tournaments-slider .swiper-button-next,
.wlc-tournaments-slider .swiper-button-prev {
  z-index: 5;
  position: absolute;
  top: 180px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, .3);
  border-radius: 3px
}

.wlc-bonuses-slider .swiper-button-next:hover,
.wlc-bonuses-slider .swiper-button-prev:hover,
.wlc-tournaments-slider .swiper-button-next:hover,
.wlc-tournaments-slider .swiper-button-prev:hover {
  background: #f2592a;
  cursor: pointer
}

.wlc-bonuses-slider .swiper-button-next::before,
.wlc-bonuses-slider .swiper-button-prev::before,
.wlc-tournaments-slider .swiper-button-next::before,
.wlc-tournaments-slider .swiper-button-prev::before {
  content: "";
  width: 10px;
  padding: 6px;
  border: solid #404041;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  top: calc(50% - 6px);
  left: calc(50% - 6px)
}

.wlc-bonuses-slider .swiper-button-next.swiper-button-disabled:hover,
.wlc-bonuses-slider .swiper-button-prev.swiper-button-disabled:hover,
.wlc-tournaments-slider .swiper-button-next.swiper-button-disabled:hover,
.wlc-tournaments-slider .swiper-button-prev.swiper-button-disabled:hover {
  background-color: rgba(0, 0, 0, .3);
  cursor: not-allowed
}

.wlc-bonuses-slider .swiper-button-next.swiper-button-next,
.wlc-bonuses-slider .swiper-button-prev.swiper-button-next,
.wlc-tournaments-slider .swiper-button-next.swiper-button-next,
.wlc-tournaments-slider .swiper-button-prev.swiper-button-next {
  right: 0
}

.wlc-bonuses-slider .swiper-button-next.swiper-button-next::before,
.wlc-bonuses-slider .swiper-button-prev.swiper-button-next::before,
.wlc-tournaments-slider .swiper-button-next.swiper-button-next::before,
.wlc-tournaments-slider .swiper-button-prev.swiper-button-next::before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  left: calc(50% - 9px)
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
  background-image: linear-gradient(to left, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
  background-image: linear-gradient(to top, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px
}

.swiper-container-cube,
.swiper-container-flip {
  overflow: visible
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, .5);
  border-radius: 10px;
  left: 0;
  top: 0
}

.swiper-scrollbar-cursor-drag {
  cursor: move
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

.wlc-profile {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 5rem
}

.wlc-profile-main {
  padding: "";
  background: 0 0;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none
}

.wlc-profile-header {
  font-weight: 700
}

@media all and (max-width: 720px) {
  .wlc-profile-header {
    text-align: center
  }
}

@media all and (max-width: 560px) {
  .wlc-profile-header {
    letter-spacing: -.02em
  }
}

.wlc-deposit-header,
.wlc-withdraw-header {
  margin-bottom: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.wlc-deposit-header .wlc-profile-header,
.wlc-withdraw-header .wlc-profile-header {
  margin: 0
}

.wlc-profile-content {
  background: 0 0;
  border: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none
}

.wlc-profile-content.wlc-profile-content_noborder {
  border-top: 0
}

.wlc-profile-content__bets {
  margin: 0 0 13px
}

.wlc-profile-content__bets-header {
  font-size: 1.8rem;
  font-weight: 700;
  margin-right: 10px
}

.wlc-profile-content__bets-more-link {
  color: #f2592a;
  margin-left: 15px
}

.wlc-profile-content__bets-more-link:hover {
  text-decoration: underline
}

.wlc-profile-edit-delimeter {
  height: 1px;
  width: 100%;
  margin: 0 0 36px;
  background: rgba(190, 167, 130, .3)
}

.wlc-profile-pagination,
.wlc-profile-pagination__nav,
.wlc-profile-pagination__page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.wlc-profile-pagination__nav,
.wlc-profile-pagination__page {
  text-align: center;
  font-weight: 400
}

.wlc-profile-pagination__page {
  padding: .5rem 1.5rem
}

@media all and (max-width: 640px) {
  .wlc-profile-pagination__page {
    padding: .5rem 1rem
  }
}

@media all and (max-width: 640px) {
  .wlc-profile-pagination__page span {
    font-size: 1.8rem
  }
}

.wlc-profile-pagination__page.wlc-profile-pagination__page_active {
  background: #fff;
  -webkit-box-shadow: 0 1px 3px 0 rgba(122, 71, 0, .5);
  box-shadow: 0 1px 3px 0 rgba(122, 71, 0, .5)
}

.wlc-profile-pagination__page.wlc-profile-pagination__page_disabled {
  cursor: not-allowed
}

.wlc-profile-pagination__nav svg {
  fill: none;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%
}

.wlc-profile-pagination__nav.wlc-profile-pagination__nav_prev {
  margin-right: 2rem
}

@media all and (max-width: 640px) {
  .wlc-profile-pagination__nav.wlc-profile-pagination__nav_prev {
    margin-right: 1rem
  }
}

.wlc-profile-pagination__nav.wlc-profile-pagination__nav_next {
  margin-left: 2rem
}

@media all and (max-width: 640px) {
  .wlc-profile-pagination__nav.wlc-profile-pagination__nav_next {
    margin-left: 1rem
  }
}

.wlc-profile-pagination__nav.wlc-profile-pagination__nav_next svg {
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg)
}

.wlc-profile-pagination__nav.wlc-profile-pagination__nav_disabled {
  cursor: not-allowed
}

@media all and (max-width: 1024px) {
  .wlc-profile-edit .wlc-base-row>.col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
}

.wlc-profile-content .wlc-text-warning,
.wlc-profile-edit-block,
.wlc-profile-edit__section-header {
  margin: 0 0 25px
}

.wlc-current-tournaments .form-control-errors,
.wlc-current-tournaments .wlc-modal__loader {
  padding: 30px 0 0
}

.wlc-current-tournaments__content {
  padding: 30px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative
}

.wlc-tournament-card {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  max-width: 100%;
  margin: 0 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  overflow: hidden;
  border-radius: 15px;
  padding: 0;
  background: #404041;
  min-height: 251px;
  position: initial
}

@media all and (max-width: 1024px) {
  .wlc-tournament-card {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-shadow: 0 0 5px rgba(255, 255, 255, .5);
    box-shadow: 0 0 5px rgba(255, 255, 255, .5)
  }
}

.wlc-tournament-card:nth-child(n+3):last-child {
  margin: 0 0 125px
}

.wlc-tournament-card:nth-child(n+3):last-child:after {
  content: "";
  position: absolute;
  height: 120px;
  width: 100%;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(24, 30, 38, 0)));
  background: linear-gradient(0deg, #000 0, rgba(24, 30, 38, 0) 100%)
}

@media all and (max-width: 768px) {
  .wlc-tournament-card:nth-child(n+3):last-child:after {
    display: none
  }

  .wlc-tournament-card:nth-child(n+3):last-child {
    margin-bottom: 0
  }
}

.wlc-tournament-card__name {
  position: relative;
  white-space: nowrap;
  height: 50px;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-bottom: 13px;
  -webkit-box-ordinal-group: unset;
  -ms-flex-order: unset;
  order: unset;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  max-width: 100%;
  margin: 0 0 15px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase
}

.wlc-tournament-card__name:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 95px;
  height: 2px;
  background-color: #fff;
  border-radius: 10px
}

@media all and (max-width: 1024px) {
  .wlc-tournament-card__name:after {
    right: 0;
    margin: 0 auto
  }

  .wlc-tournament-card__name {
    text-align: center
  }
}

.wlc-tournament-card__info {
  padding: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%
}

@media all and (max-width: 1024px) {
  .wlc-tournament-card__info {
    position: absolute;
    background: rgba(0, 0, 0, .44);
    width: 100%;
    max-width: 100%;
    height: 320px
  }
}

@media all and (max-width: 720px) {
  .wlc-tournament-card__info {
    height: 287px
  }
}

@media all and (max-width: 640px) {
  .wlc-tournament-card__info {
    height: 251px
  }
}

@media all and (max-width: 560px) {
  .wlc-tournament-card__info {
    padding-top: 15px
  }
}

.wlc-tournament-card__leaderboard {
  max-width: 270px;
  padding: 15px;
  width: 100%
}

@media all and (max-width: 1024px) {
  .wlc-tournament-card__leaderboard {
    max-width: 100%;
    padding: 25px
  }

  .wlc-tournament-card__leaderboard .item-countdown {
    max-width: 100%;
    margin-bottom: 17px
  }

  .wlc-tournament-card__leaderboard .wlc-tournament-prizeboard__table {
    max-width: 100%
  }
}

.wlc-tournament-card__info-left {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

@media all and (max-width: 1024px) {
  .wlc-tournament-card__info-left {
    position: absolute;
    top: 0;
    left: 0;
    padding: 15px;
    width: 100%
  }
}

.wlc-tournament-card__image {
  -webkit-box-ordinal-group: unset;
  -ms-flex-order: unset;
  order: unset;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  max-width: 345px;
  max-height: 251px;
  margin: 0
}

@media all and (max-width: 1024px) {
  .wlc-tournament-card__image {
    max-width: 100%;
    max-height: 320px;
    width: 100%
  }
}

@media all and (max-width: 720px) {
  .wlc-tournament-card__image {
    max-height: 287px
  }
}

@media all and (max-width: 640px) {
  .wlc-tournament-card__image {
    max-height: 242px
  }
}

@media all and (max-width: 560px) {
  .wlc-tournament-card__image {
    max-height: 242px
  }
}

.wlc-tournament-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  min-height: 251px
}

@media all and (max-width: 1024px) {
  .wlc-tournament-card__image img {
    width: 100%;
    height: 320px
  }
}

@media all and (max-width: 720px) {
  .wlc-tournament-card__image img {
    height: 287px
  }
}

@media all and (max-width: 640px) {
  .wlc-tournament-card__image img {
    height: 242px
  }
}

@media all and (max-width: 560px) {
  .wlc-tournament-card__image img {
    height: 242px
  }
}

.wlc-tournament-card__description {
  -webkit-box-ordinal-group: unset;
  -ms-flex-order: unset;
  order: unset;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  max-width: auto;
  color: #9b9ba6;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: left;
  word-break: break-word
}

@media all and (max-width: 1024px) {
  .wlc-tournament-card__description {
    color: #fff;
    text-align: center;
    padding-bottom: 10px
  }
}

.wlc-tournament-card__fund {
  -webkit-box-ordinal-group: unset;
  -ms-flex-order: unset;
  order: unset;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  max-width: auto;
  padding: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row
}

.wlc-tournament-card__fund-title {
  margin: 0;
  color: #ae926c;
  font-size: 1.6rem;
  font-weight: 400
}

.wlc-tournament-card__fund-value {
  margin: 0 0 0 auto;
  color: #ae926c;
  font-size: 1.8rem;
  font-weight: 400
}

.wlc-current-tournaments__scroll {
  max-height: 740px;
  width: 100%
}

@media all and (max-width: 720px) {
  .wlc-current-tournaments__scroll {
    max-height: none;
    -ms-touch-action: initial !important;
    touch-action: initial !important;
    overflow: initial !important
  }
}

.wlc-tournament-card__buttons {
  -webkit-box-ordinal-group: unset;
  -ms-flex-order: unset;
  order: unset;
  max-width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  white-space: nowrap
}

@media all and (max-width: 1024px) {
  .wlc-tournament-card__buttons {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

.wlc-tournament-card__buttons .wlc-btn {
  margin: 0 1rem
}

@media all and (max-width: 1024px) {
  .wlc-tournament-card__buttons .wlc-btn {
    padding: 0 15px !important
  }
}

.wlc-tournament-card__buttons .wlc-btn:first-child {
  margin-left: 0
}

.wlc-tournament-card__buttons .wlc-btn:last-child {
  margin-right: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #f2592a;
  background: 0 0;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #f2592a
}

.wlc-mobile .wlc-tournament-card__buttons .wlc-btn:last-child:hover svg,
.wlc-tournament-card__buttons .wlc-btn:last-child svg {
  stroke: #f2592a
}

.wlc-tournament-card__buttons .wlc-btn:last-child:hover {
  color: #fff;
  background: #f14612
}

.wlc-tournament-card__buttons .wlc-btn:last-child:hover svg {
  stroke: #fff
}

.wlc-mobile .wlc-tournament-card__buttons .wlc-btn:last-child:hover {
  color: #f2592a;
  background: 0 0
}

.wlc-tournament-card__buttons .wlc-btn:last-child:disabled {
  color: #fff !important;
  background: #e7e1cc !important
}

.wlc-tournament-card__buttons .wlc-btn:last-child:disabled svg {
  stroke: #fff
}

.wlc-section_sportsbook {
  position: relative
}

.browser-safari #sb_container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch
}

#sb_container iframe {
  width: 100%;
  position: relative;
  min-height: 90vh
}

.wlc-mobile #sb_container iframe {
  min-height: 75vh
}

.wlc-steps-deposit-grid,
.wlc-steps-withdraw-grid {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.wlc-steps-deposit-content,
.wlc-steps-deposit-grid,
.wlc-steps-withdraw-content,
.wlc-steps-withdraw-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.wlc-steps-deposit-content__steps,
.wlc-steps-withdraw-content__steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background: #fff;
  border: 1px solid #e9d8a7;
  border-radius: 0
}

.wlc-steps-deposit-content__steps>div,
.wlc-steps-withdraw-content__steps>div {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 15px;
  width: 50%
}

@media all and (max-width: 720px) {

  .wlc-steps-deposit-content__steps,
  .wlc-steps-withdraw-content__steps {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .wlc-steps-deposit-content__steps>div,
  .wlc-steps-withdraw-content__steps>div {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%
  }
}

.wlc-steps-deposit-content__bonus {
  padding: 15px;
  background: #fff;
  border: 1px solid #e9d8a7;
  border-radius: 0
}

.wlc-step-deposit-bonus-empty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.wlc-step-deposit-bonus-empty__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px 0
}

.wlc-step-deposit-bonus-empty__image svg path {
  fill: none;
  stroke: #e9d8a7
}

.wlc-step-deposit-block,
.wlc-step-withdraw-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 15px
}

.wlc-modal-step-deposit-systems-additional .wlc-modal-step-systems-item__additional .wlc-profile-payment-fields-item,
.wlc-step-deposit-block--row,
.wlc-step-deposit-block.wlc-step-deposit-block_amount,
.wlc-step-deposit-block.wlc-step-deposit-block_systems,
.wlc-step-deposit-block.wlc-step-withdraw-block_amount,
.wlc-step-deposit-block.wlc-step-withdraw-block_systems,
.wlc-step-withdraw-block--row,
.wlc-step-withdraw-block.wlc-step-deposit-block_amount,
.wlc-step-withdraw-block.wlc-step-deposit-block_systems,
.wlc-step-withdraw-block.wlc-step-withdraw-block_amount,
.wlc-step-withdraw-block.wlc-step-withdraw-block_systems {
  width: 100%
}

.wlc-step-deposit-block__footer,
.wlc-step-withdraw-block__footer {
  margin-top: 15px
}

.wlc-step-deposit-block__buttons,
.wlc-step-withdraw-block__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px
}

.wlc-step-deposit-block_empty-bonus {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.wlc-step-deposit-block_bonus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.wlc-step-deposit-block-step-name,
.wlc-step-withdraw-block-step-name {
  color: "";
  font-size: 1.8rem;
  font-weight: 400;
  text-align: center
}

.wlc-step-deposit-block-title,
.wlc-step-withdraw-block-title {
  color: #000;
  font-size: 2rem;
  font-weight: 700;
  text-align: center
}

.wlc-modal-step-deposit-bonuses .wlc-modal__body {
  padding: 0;
  margin: 0
}

.wlc-modal-step-bonuses-list {
  border-top: 1px solid #e9d8a7;
  border-bottom: 1px solid #e9d8a7
}

.wlc-modal-step-bonuses-list--empty {
  padding-bottom: 10rem;
  padding-top: 10rem;
  text-align: center
}

.wlc-modal-step-bonuses-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 15px;
  border-bottom: 1px solid rgba(233, 216, 167, .5);
  cursor: default;
  background: #fff
}

.wlc-modal-step-bonuses-item:hover {
  background: #fff
}

.wlc-modal-step-bonuses-item__image {
  width: 80px;
  height: 80px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0
}

.wlc-modal-step-bonuses-item__description {
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.wlc-modal-step-bonuses-item__description h2 {
  font-size: 1.8rem
}

.wlc-modal-step-bonuses-item__description p {
  text-align: left;
  font-size: 1.4rem
}

.wlc-modal-step-bonuses-item__actions {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0
}

.wlc-modal-step-systems-list {
  display: block
}

.wlc-modal-step-systems-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 15px;
  border-top: 1px solid #e9d8a7;
  background: #fff
}

.wlc-modal-step-systems-item:last-child {
  border-bottom: 1px solid #e9d8a7
}

.wlc-modal-step-systems-item.wlc-active,
.wlc-modal-step-systems-item:hover {
  background: #fff
}

.wlc-modal-step-systems-item.wlc-noactive {
  opacity: .5;
  cursor: not-allowed
}

.wlc-modal-step-systems-item__image {
  width: calc(100% - 100px)
}

.wlc-modal-step-systems-item__actions {
  width: 100px
}

.wlc-modal-step-systems-item__additional {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.wlc-modal-step-deposit-systems-additional .wlc-modal-step-systems-item__additional {
  display: block;
  margin: 0
}

.wlc-modal-step-deposit-systems .wlc-modal__body {
  padding: 0
}

@media all and (max-width: 640px) {
  .wlc-profile-payment-fields-item {
    width: 100%
  }
}

.wlc-datepicker .uib-day button,
.wlc-datepicker .uib-month button,
.wlc-datepicker .uib-year button,
.wlc-profile-payment-fields-item .wlc-input,
.wlc-profile-payment-fields-item .wlc-select {
  min-width: 100%
}

.wlc-profile-payment-fields-item .wlc-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.wlc-payment-address-block__coinspaid {
  display: grid;
  grid-template-areas: "label" "input";
  grid-row-gap: 3px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: normal;
  -ms-flex-pack: normal;
  justify-content: normal
}

.wlc-payment-address-block__coinspaid .wlc-payment-message__label {
  font-size: 12px;
  grid-area: label;
  text-indent: 10px
}

.wlc-payment-address-block__coinspaid .wlc-payment-message__label_x-address {
  grid-area: unset;
  text-align: center
}

.wlc-payment-address-block__coinspaid .wlc-payment-address {
  grid-area: input;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  width: 100%;
  border: 2px solid #363636
}

.wlc-payment-address-block__coinspaid .wlc-btn_link {
  grid-area: input;
  justify-self: right;
  margin-right: 20px
}

.wlc-payment-address-block__coinspaid .wlc-btn_link svg {
  width: 24px;
  height: 24px;
  stroke: transparent;
  fill: #5d6476
}

.wlc-payment-address-block__coinspaid.x-address .wlc-payment-address {
  font-size: 14px
}

.wlc-copied-tooltip {
  position: absolute;
  top: 100%;
  font-size: 1.2rem;
  padding: .5rem;
  background-color: #000;
  color: #fff;
  opacity: 0;
  border-radius: .2rem;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

.copied+.wlc-copied-tooltip,
.wlc-menu-big__item a.active:after,
.wlc-menu-big__item a:hover:after {
  opacity: 1
}

.wlc-hosted-fields-container {
  margin: 20px 0 0;
  max-width: 400px
}

@media all and (max-width: 560px) {
  .wlc-hosted-fields-container {
    max-width: 100%
  }
}

.hosted-field-container {
  width: 100%
}

.hosted-field-container iframe {
  width: 100%;
  height: 85px
}

.coinspaid,
.default-payments {
  margin: 0 auto;
  max-width: 460px
}

.coinspaid .amount,
.default-payments .amount {
  position: relative;
  margin-bottom: 20px;
  display: grid;
  grid-template-areas: "label" "input";
  grid-row-gap: 3px
}

.coinspaid .amount label,
.default-payments .amount label {
  text-align: left;
  margin: 0;
  text-indent: 10px;
  font-size: 12px;
  grid-area: label
}

.coinspaid .amount input,
.default-payments .amount input {
  grid-area: input
}

.coinspaid .amount__currency,
.default-payments .amount__currency {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-area: input;
  justify-self: right;
  margin-right: 20px;
  font-size: 21px
}

.coinspaid .wlc-btc-description,
.default-payments .wlc-btc-description {
  position: relative
}

.coinspaid .wlc-btc-description .qr-code,
.default-payments .wlc-btc-description .qr-code {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-80px);
  transform: translateX(-80px);
  font-size: 12px
}

.coinspaid .wlc-btc-description .wlc-btc-image,
.default-payments .wlc-btc-description .wlc-btc-image {
  margin: 20px auto 0;
  width: 230px
}

.coinspaid .rate,
.default-payments .rate {
  text-align: center
}

.coinspaid .wlc-payment-message__text-row,
.default-payments .wlc-payment-message__text-row {
  text-align: center;
  margin-top: 20px
}

.wlc-btc-description__coinspaid {
  border-color: rgba(190, 167, 130, .3)
}

.wlc-btc-description__coinspaid .wlc-payment-address {
  color: #fff
}

.wlc-btc-description__coinspaid .wlc-payment-address-block__coinspaid .wlc-btn_link svg,
.wlc-btc-description__coinspaid .wlc-payment-address-block__coinspaid .wlc-btn_link svg:hover {
  fill: #fff
}

.wlc-btc-description__coinspaid .wlc-payment-address-block__coinspaid.x-address .wlc-payment-address {
  font-size: center
}

@media (max-width: 560px) {

  .coinspaid,
  .default-payments {
    padding: 0
  }

  .coinspaid .amount__currency,
  .default-payments .amount__currency {
    bottom: 10px;
    font-size: 16px
  }

  .coinspaid .wlc-btc-description,
  .default-payments .wlc-btc-description {
    display: none
  }

  .wlc-payment-address-block__coinspaid .wlc-payment-address {
    font-size: 12px
  }

  .wlc-payment-address-block__coinspaid.x-address .wlc-payment-address {
    font-size: 10px
  }

  .wlc-btc-description__coinspaid {
    width: 100%
  }

  .wlc-btc-description__coinspaid .wlc-payment-address-block__coinspaid.x-address .wlc-payment-address {
    font-size: 9px
  }
}

.wlc-modal-fast-deposit .wlc-profile-payment-form-input {
  display: block
}

.wlc-modal-fast-deposit .wlc-profile-payment-confirm p {
  margin-top: 0
}

.wlc-modal-fast-deposit .wlc-profile-payment-checkbox span {
  margin-top: 5px
}

.wlc-modal-fast-deposit .wlc-profile-payment-form-input__input {
  max-width: 100%
}

.wlc-modal-fast-deposit .wlc-profile-payment-fields {
  display: block
}

.wlc-modal-fast-deposit .wlc-profile-payment-fields-item {
  margin-left: auto;
  margin-right: auto
}

.wlc-modal-fast-deposit .wlc-profile-payment-submit {
  text-align: center
}

.wlc-modal-fast-deposit .wlc-holder {
  height: 30px
}

.wlc-fast-deposit-payments {
  margin-bottom: 24px;
  margin-top: 18px
}

.wlc-card-template {
  position: relative;
  width: 430px;
  height: 270px;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 18px;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media all and (max-width: 560px) {
  .wlc-card-template {
    width: 100%;
    -webkit-transform: scale(.6);
    transform: scale(.6);
    margin-top: -32px;
    margin-bottom: -54px
  }
}

.wlc-card-template__side {
  width: 430px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #0c4c96;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  overflow: hidden;
  -webkit-transition: -webkit-transform .8s cubic-bezier(.71, .03, .56, .85);
  transition: transform .8s cubic-bezier(.71, .03, .56, .85);
  transition: transform .8s cubic-bezier(.71, .03, .56, .85), -webkit-transform .8s cubic-bezier(.71, .03, .56, .85);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

@media all and (max-width: 560px) {
  .wlc-card-template__side {
    left: auto
  }
}

.wlc-card-template__side--front {
  -webkit-transform: perspective(2000px) rotateY(0deg) rotateX(0deg) rotateZ(0deg);
  transform: perspective(2000px) rotateY(0deg) rotateX(0deg) rotateZ(0deg)
}

.wlc-card-template__side--front:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(8, 20, 47, .2);
  height: 100%;
  border-radius: 5px;
  border: 2px solid #fff;
  -webkit-filter: blur(25px);
  filter: blur(25px);
  opacity: 0;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  z-index: 1
}

.wlc-card-template__side--back {
  -webkit-transform: perspective(2000px) rotateY(-180deg) rotateX(0deg) rotateZ(0deg);
  transform: perspective(2000px) rotateY(-180deg) rotateX(0deg) rotateZ(0deg)
}

.wlc-card-template__side--back.active {
  display: block
}

.wlc-card-template__side--back .wlc-card-template__logo {
  right: 20px;
  top: 185px
}

.wlc-card-template__chip {
  width: 60px;
  left: 25px;
  top: 25px;
  position: absolute
}

.wlc-card-template__chip svg {
  width: 100%;
  height: 100%
}

.wlc-card-template__logo {
  position: absolute;
  width: 87px;
  right: 25px;
  top: 25px
}

.wlc-card-template__logo svg {
  width: 100%;
  height: 100%;
  fill: #fff
}

.wlc-card-template__data {
  position: absolute;
  width: 100%;
  height: 53%;
  top: 47%;
  z-index: 2
}

.wlc-card-template__number {
  font-size: 24px
}

.wlc-card-template__number .wlc-card-template__input {
  margin: 0 25px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.wlc-card-template__holder {
  position: absolute;
  bottom: 18px;
  left: 25px;
  width: 310px;
  overflow: hidden
}

.wlc-card-template__expire {
  position: absolute;
  bottom: 18px;
  right: 25px
}

.wlc-card-template__line {
  position: absolute;
  width: 100%;
  height: 55px;
  top: 25px;
  left: 0;
  background-color: rgba(0, 0, 0, .5)
}

.wlc-card-template__cvv {
  position: absolute;
  width: 100%;
  top: 100px
}

.wlc-card-template__cvv .wlc-card-template__label {
  text-align: right;
  margin-right: 25px
}

.wlc-card-template__cvv .wlc-card-template__input {
  margin-left: 15px;
  margin-right: 15px;
  border-radius: 5px;
  padding: 13px 10px 10px;
  background-color: #fff;
  height: 40px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #000;
  text-shadow: none
}

.wlc-card-template__label {
  font-size: 12px;
  margin-bottom: 5px
}

.wlc-card-template__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-shadow: 7px 6px 10px rgba(14, 42, 90, .8);
  height: 30px;
  position: relative;
  overflow: hidden
}

.wlc-card-template__input--fullname span {
  width: 310px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap
}

.wlc-card-template__input .wlc-item-def,
.wlc-card-template__input .wlc-item-val {
  position: relative;
  margin-top: 0;
  height: 28px;
  display: block;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in
}

.wlc-card-template__input .wlc-item-def.ng-hide,
.wlc-card-template__input .wlc-item-val.ng-hide {
  display: block !important;
  opacity: 0
}

.wlc-card-template__input .wlc-item-def.ng-hide {
  margin-top: -28px
}

.wlc-card-template .wlc-number-item {
  width: 22px;
  text-align: center;
  position: relative
}

.wlc-card-template .wlc-number-item--11,
.wlc-card-template .wlc-number-item--3,
.wlc-card-template .wlc-number-item--7 {
  margin-right: 10px
}

.wlc-card-template .wlc-holder-item {
  text-transform: uppercase;
  position: relative
}

.wlc-card-template .wlc-holder-item--name {
  margin-right: 10px
}

.wlc-card-template .wlc-expire-item {
  width: 10px;
  text-align: center;
  position: relative
}

.wlc-card-template .wlc-expire-item--separator {
  width: 14px;
  padding-right: 4px;
  text-align: right
}

.wlc-card-template .wlc-expire-item--1 {
  padding-right: 20px;
  margin-right: 4px;
  margin-left: 1px;
  position: relative
}

.wlc-card-template .wlc-expire-item--1:after {
  content: "/";
  position: absolute;
  top: 0;
  right: 0
}

.wlc-card-template.wlc-amex .wlc-number-item--11,
.wlc-card-template.wlc-amex .wlc-number-item--7 {
  margin-right: 0
}

.wlc-card-template.wlc-amex .wlc-number-item--9 {
  margin-right: 10px
}

.wlc-bonuses .wlc-bonuses-item.disabled .wlc-btn_link,
.wlc-card-template.wlc-amex .wlc-number-item--15,
.wlc-select option[value*="?"] {
  display: none
}

.wlc-card-template.wlc-cardnumber-focus .wlc-card-template__side--front:after {
  top: 116px;
  left: 15px;
  width: calc(100% - 30px);
  height: 50px;
  -webkit-filter: blur(0);
  filter: blur(0);
  opacity: 1
}

.wlc-card-template.wlc-cardfirstname-focus .wlc-card-template__side--front:after,
.wlc-card-template.wlc-cardfullname-focus .wlc-card-template__side--front:after,
.wlc-card-template.wlc-cardlastname-focus .wlc-card-template__side--front:after {
  top: 192px;
  left: 15px;
  width: 326px;
  height: 63px;
  -webkit-filter: blur(0);
  filter: blur(0);
  opacity: 1
}

.wlc-card-template.wlc-cardexpire-focus .wlc-card-template__side--front:after,
.wlc-card-template.wlc-cardexpiremonth-focus .wlc-card-template__side--front:after,
.wlc-card-template.wlc-cardexpireyear-focus .wlc-card-template__side--front:after {
  top: 192px;
  left: 340px;
  width: 76px;
  height: 63px;
  -webkit-filter: blur(0);
  filter: blur(0);
  opacity: 1
}

.wlc-card-template.wlc-cardexpire-blur .wlc-card-template__side--front:after,
.wlc-card-template.wlc-cardexpiremonth-blur .wlc-card-template__side--front:after,
.wlc-card-template.wlc-cardexpireyear-blur .wlc-card-template__side--front:after,
.wlc-card-template.wlc-cardfirstname-blur .wlc-card-template__side--front:after,
.wlc-card-template.wlc-cardfullname-blur .wlc-card-template__side--front:after,
.wlc-card-template.wlc-cardlastname-blur .wlc-card-template__side--front:after,
.wlc-card-template.wlc-cardnumber-blur .wlc-card-template__side--front:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-filter: blur(25px);
  filter: blur(25px);
  opacity: 0
}

.wlc-card-template.wlc-cardcode-focus .wlc-card-template__side--front {
  -webkit-transform: perspective(1000px) rotateY(180deg) rotateX(0deg) rotateZ(0deg);
  transform: perspective(1000px) rotateY(180deg) rotateX(0deg) rotateZ(0deg)
}

.wlc-card-template.wlc-cardcode-focus .wlc-card-template__side--back {
  -webkit-transform: perspective(1000px) rotateY(0deg) rotateX(0deg) rotateZ(0deg);
  transform: perspective(1000px) rotateY(0deg) rotateX(0deg) rotateZ(0deg)
}

.wlc-card-template.wlc-cardcode-blur .wlc-card-template__side--front {
  -webkit-transform: perspective(2000px) rotateY(0deg) rotateX(0deg) rotateZ(0deg);
  transform: perspective(2000px) rotateY(0deg) rotateX(0deg) rotateZ(0deg)
}

.wlc-card-template.wlc-cardcode-blur .wlc-card-template__side--back {
  -webkit-transform: perspective(2000px) rotateY(-180deg) rotateX(0deg) rotateZ(0deg);
  transform: perspective(2000px) rotateY(-180deg) rotateX(0deg) rotateZ(0deg)
}

.wlc-amount-form .wlc-metamask {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 20px
}

.wlc-amount-form .wlc-metamask__icon {
  width: 50px;
  height: 50px
}

.wlc-amount-form .wlc-metamask__text-block {
  margin: 0 0 0 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff
}

.wlc-amount-form .wlc-metamask__text-main {
  font-size: 14px
}

.wlc-amount-form .wlc-metamask__text-logo {
  font-weight: 700;
  font-size: inherit
}

.wlc-bonuses {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media all and (max-width: 1024px) {
  .wlc-bonuses .wlc-bonuses-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
  }
}

@media all and (max-width: 900px) {
  .wlc-bonuses .wlc-bonuses-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%
  }
}

@media all and (max-width: 640px) {
  .wlc-bonuses .wlc-bonuses-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
  }
}

@media all and (max-width: 360px) {
  .wlc-bonuses .wlc-bonuses-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%
  }
}

.wlc-bonuses .wlc-bonuses-item.disabled {
  cursor: not-allowed;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: .5;
  pointer-events: none
}

.wlc-bonuses-item {
  margin: 0 0 40px;
  padding: 0 20px
}

.wlc-bonuses-item__preposition {
  margin: .4ch
}

.wlc-bonuses-item__amount--first {
  margin-left: .4ch
}

.wlc-bonuses-item-image {
  width: 100%;
  overflow: hidden;
  border-radius: "";
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
  -webkit-transform: scale(1);
  transform: scale(1)
}

.wlc-bonuses-item-image:hover {
  -webkit-transform: scale(1.02);
  transform: scale(1.02)
}

.wlc-bonuses-item-image_inner {
  padding-bottom: 56.2746201463%;
  cursor: pointer
}

.wlc-bonuses-item-description {
  margin-top: 12px;
  text-align: center
}

.wlc-bonuses-item-description__name {
  font-size: 1.8rem;
  font-weight: 700;
  color: #f2592a;
  line-height: 1.8rem;
  word-wrap: break-word;
  word-break: break-word;
  min-height: 60px
}

@media all and (max-width: 900px) {
  .wlc-bonuses-item-description__name {
    font-size: 1.44rem
  }
}

@media all and (max-width: 720px) {
  .wlc-bonuses-item-description__name {
    font-size: 1.26rem
  }
}

.wlc-bonuses-item-description-params {
  color: #ae926c;
  font-size: 1.8rem;
  line-height: 2rem
}

.wlc-bonuses-item-description-params-item {
  font-size: 1.8rem;
  line-height: 2rem
}

.wlc-bonuses-item-description-btns {
  margin-top: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.wlc-bonuses-item-description-btns .wlc-btn {
  margin-bottom: 10px;
  text-transform: uppercase
}

.wlc-bonuses-item-description-btns .wlc-btn_link {
  margin-top: 5px
}

.wlc-bonuses-item-description-btns .wlc-bonus-buttons {
  display: grid;
  grid-template-areas: "btn"
}

.wlc-bonuses-item-description-btns .wlc-btn {
  grid-area: btn
}

.wlc-bonuses-item-description-btns .wlc-btn.fix-height {
  z-index: 0;
  opacity: 0;
  pointer-events: none
}

.wlc-bonuses-item-description-btns,
.wlc-form-block__phone,
.wlc-form-element__back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.wlc-form-element__back {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.wlc-form-element__back span {
  font-size: 1.8rem
}

.wlc-form-element__back svg {
  display: inline-block;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  fill: #f2592a;
  margin-right: 10px
}

.wlc-form-block__phone {
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.wlc-form-block__number {
  width: 69%
}

.wlc-form-block__code {
  width: 29%
}

[data-wlc-currency] {
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  font-family: Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
}

.wlc-inline-bitcoin {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.wlc-inline-bitcoin__placeholder {
  color: transparent;
  position: relative
}

.wlc-inline-bitcoin__svg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  stroke: none !important;
  height: 100%;
  width: 100%;
  fill: #ae926c
}

.wlc-user-stat-balance .wlc-inline-bitcoin__svg {
  fill: #fbb203 !important
}

.wlc-profile-balance .wlc-inline-bitcoin__svg {
  fill: #ae926c !important
}

.wlc-profile-payment-form_currency .wlc-inline-bitcoin__svg {
  fill: #acacac !important
}

.wlc-main-menu-dropdown__wrap .wlc-inline-bitcoin__svg {
  fill: ""
}

.wlc-content__top {
  position: relative;
  z-index: 2
}

@media all and (max-width: 560px) {
  .wlc-content__top {
    margin-bottom: 2rem
  }
}

.wlc-content__top .wlc-border-block {
  margin-bottom: 30px;
  margin-top: 15px
}

@media all and (max-width: 560px) {
  .wlc-content__top .wlc-border-block {
    display: none
  }
}

.wlc-sidebar {
  width: 280px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-preferred-size: 280px;
  flex-basis: 280px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

@media all and (max-width: 900px) {
  .wlc-sidebar {
    display: none !important
  }
}

.wlc-sidebar .wlc-last-wins-wrapper,
.wlc-sidebar__block {
  margin-bottom: 3rem
}

@media all and (max-width: 900px) {

  .wlc-sidebar .wlc-last-wins-wrapper,
  .wlc-sidebar__block {
    display: none
  }
}

.wlc-sidebar-title {
  color: #ae926c;
  font-size: 2rem;
  font-weight: 400
}

.wlc-input,
.wlc-select {
  resize: none
}

.wlc-area,
.wlc-input,
.wlc-select {
  display: block;
  width: 100%;
  height: 4.5rem;
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  color: #000;
  border: unset;
  border-radius: 5px;
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
  margin: 0;
  font-family: inherit
}

@media all and (max-width: 1420px) {

  .wlc-area,
  .wlc-input,
  .wlc-select {
    height: 4.05rem
  }
}

@media all and (max-width: 1200px) {

  .wlc-area,
  .wlc-input,
  .wlc-select {
    height: 3.6rem;
    font-size: 1.8rem
  }
}

@media all and (max-width: 900px) {

  .wlc-area,
  .wlc-input,
  .wlc-select {
    height: 3.6rem
  }
}

@media all and (max-width: 560px) {

  .wlc-area,
  .wlc-input,
  .wlc-select {
    font-size: 1.6rem
  }
}

.wlc-area:disabled,
.wlc-input:disabled,
.wlc-select:disabled {
  background: #e7e1cc;
  cursor: not-allowed;
  opacity: 1
}

.wlc-area:focus,
.wlc-input:focus,
.wlc-select:focus {
  border: unset;
  -webkit-box-shadow: none;
  box-shadow: none
}

.wlc-input.wlc-input_error {
  background-color: #fff
}

.wlc-input_error.wlc-select {
  color: #b49a78;
  border-color: unset;
  background-color: #fff
}

.wlc-area.wlc-input_error {
  background-color: #fff
}

.wlc-in-pending.wlc-select,
.wlc-input.wlc-in-pending {
  -webkit-transition: none;
  transition: none;
  background-image: url(/static/images/ajax-loader.gif) !important;
  background-repeat: no-repeat !important;
  background-position: right 10px center !important
}

.wlc-password-info {
  font-size: 10px;
  color: #999;
  line-height: 8px;
  display: block;
  padding-top: 2px
}

.wlc-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url('data:image/svg+xml,%3Csvg width="12" height="8" viewBox="0 0 12 8" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M10.4695 1.99231L5.85449 6.6073L1.2395 1.99231" stroke="%23e7e1cc" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E%0A');
  background-size: 12px;
  background-position: calc(100% - 7px) center;
  background-repeat: no-repeat;
  text-overflow: ellipsis;
  overflow: hidden
}

.wlc-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000
}

.wlc-select::-moz-focus-inner,
.wlc-select:focus {
  outline: 0 !important
}

@media all and (max-width: 360px) {
  .wlc-select {
    padding: 0 15px 0 5px
  }
}

.wlc-label {
  display: block;
  font-size: 14px;
  font-weight: 300;
  color: #acacac;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden
}

@media all and (max-width: 1200px) {
  .wlc-label {
    margin-bottom: 1.04rem
  }
}

@media all and (max-width: 768px) {
  .wlc-label {
    font-size: 1.6rem
  }
}

@media all and (max-width: 720px) {
  .wlc-label {
    margin-bottom: .91rem
  }
}

.wlc-label span {
  font-size: 14px
}

@media all and (max-width: 1200px) {
  .wlc-label span {
    font-size: 1.6rem
  }
}

.wlc-label--input,
.wlc-label--select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse
}

.wlc-label--radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.wlc-label--checkbox .wlc-checkbox,
.wlc-label--radio .wlc-radio {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden
}

.wlc-label--checkbox .wlc-checkbox:checked+.wlc-label__checkbox-block:after,
.wlc-label--radio .wlc-radio:checked+.wlc-label__radio-block:after {
  opacity: 1;
  visibility: visible
}

.wlc-label__radio-block {
  position: relative;
  margin: 0 10px 0 0;
  display: block;
  width: 20px;
  height: 20px;
  background: 0 0;
  border: 1px solid #e7e1cc;
  border-radius: 50%
}

.wlc-label__checkbox-block:after,
.wlc-label__radio-block:after {
  content: "";
  position: absolute;
  width: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .4s linear;
  transition: opacity .4s linear
}

.wlc-label__radio-block:after {
  top: 50%;
  left: 50%;
  display: block;
  height: 10px;
  background-color: #e7e1cc;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.wlc-label--checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.wlc-label__checkbox-block {
  position: relative;
  margin: 0 10px 0 0;
  display: block;
  width: 20px;
  height: 20px;
  background: 0 0;
  border: 1px solid #e7e1cc;
  border-radius: 3px
}

.wlc-label__checkbox-block:after {
  margin: 6px 0 0 4px;
  height: 4px;
  border-bottom: 1px solid #e7e1cc;
  border-left: 1px solid #e7e1cc;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.form-control-errors {
  width: 100%;
  color: #ff9330;
  font-size: 1.4rem
}

@media all and (max-width: 720px) {
  .form-control-errors {
    text-align: center
  }
}

.form-control-errors__error {
  margin: 8px 0
}

.wlc-area {
  min-height: 255px;
  resize: vertical;
  padding-top: 1rem;
  padding-bottom: 1rem
}

.wlc-form-checkbox__label span,
.wlc-form-separator {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.wlc-form-separator {
  margin: 15px 0;
  color: #ae926c
}

.wlc-form-separator__text {
  padding: 0 15px
}

.wlc-form-separator__line {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative
}

.wlc-form-separator__line:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  border-bottom: 1px solid #e9d8a7
}

.wlc-password-with-eye {
  position: relative
}

.wlc-password-with-eye svg {
  position: absolute;
  top: 50%;
  fill: #888;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer
}

@media all and (max-width: 1420px) {
  .wlc-password-with-eye svg {
    height: 4.05rem
  }
}

@media all and (max-width: 1200px) {
  .wlc-password-with-eye svg {
    height: 3.6rem
  }
}

@media all and (max-width: 900px) {
  .wlc-password-with-eye svg {
    height: 3.6rem
  }
}

.wlc-password-with-eye.type-text svg {
  fill: #d5d5d5
}

.wlc-password-with-eye .wlc-input,
.wlc-password-with-eye .wlc-select {
  padding-right: 60px
}

.wlc-form-block {
  margin-bottom: 3rem
}

@media all and (max-width: 1420px) {
  .wlc-form-block {
    margin-bottom: 2.7rem
  }
}

@media all and (max-width: 1366px) {
  .wlc-form-block {
    margin-bottom: 2.55rem
  }
}

.wlc-form-block__restore {
  font-size: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  margin-bottom: 3rem
}

@media all and (max-width: 360px) {
  .wlc-form-block__restore {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.wlc-form-block__restore a,
.wlc-nav-mobile .wlc-nav-block__item a.active {
  color: #f2592a
}

@media all and (max-width: 360px) {
  .wlc-form-block__restore a:first-child {
    margin-bottom: 10px
  }
}

.wlc-form-checkbox__input {
  display: none
}

.wlc-form-checkbox__label span {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: .9rem;
  width: 2rem;
  height: 2rem;
  background: 0 0;
  border: 2px solid #f2592a;
  border-radius: 2px;
  cursor: pointer
}

.wlc-filter-list__item .wlc-checkbox .wlc-checkbox-text,
.wlc-form-checkbox__label .wlc-checkbox-text,
.wlc-form-checkbox__label span,
.wlc-static-filter-list__item .wlc-checkbox .wlc-checkbox-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.wlc-form-checkbox__label.checked span,
.wlc-static-filter-list__item.checked .wlc-checkbox span {
  border-color: #fff;
  background: #f2592a
}

.wlc-form-checkbox__label.checked span:before,
.wlc-static-filter-list__item.checked .wlc-checkbox span:before {
  content: "";
  position: relative;
  top: .5rem;
  left: -.25rem;
  border-right: 2px solid transparent;
  border-bottom: 2px solid transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-animation: checkbox-check .125s .25s cubic-bezier(.4, 0, .23, 1) forwards;
  animation: checkbox-check .125s .25s cubic-bezier(.4, 0, .23, 1) forwards
}

.wlc-form-checkbox * {
  -webkit-transition: background-color .4s ease-out;
  transition: background-color .4s ease-out
}

.wlc-form-checkbox .wlc-form-checkbox__input+label:hover>span {
  background: rgba(242, 89, 42, .2)
}

.wlc-form-checkbox .wlc-form-checkbox__input:checked+label>span {
  border-color: #fff;
  background: #f2592a
}

.wlc-form-checkbox .wlc-form-checkbox__input:checked+label>span:before {
  content: "";
  position: relative;
  top: .5rem;
  left: -.25rem;
  border-right: 2px solid transparent;
  border-bottom: 2px solid transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-animation: checkbox-check .125s .25s cubic-bezier(.4, 0, .23, 1) forwards;
  animation: checkbox-check .125s .25s cubic-bezier(.4, 0, .23, 1) forwards
}

.wlc-form-checkbox__label span {
  border-color: #fff
}

.wlc-signup-button {
  margin: 3rem 0 4rem;
  text-align: center
}

.wlc-form-block_submit {
  text-align: center
}

.wlc-form .no-gutters .col {
  padding-right: 1rem
}

.wlc-form .no-gutters .col:last-child {
  padding-right: 0
}

.wlc-ellipsis {
  text-overflow: ellipsis;
  overflow: hidden
}

.browser-firefox input[type=number] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0
}

.wlc-input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.wlc-input-group .wlc-input-group__append {
  padding-left: 1rem;
  padding-right: 1rem
}

.wlc-phone-flag {
  position: relative
}

.wlc-phone-flag-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.wlc-phone-flag-list {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1000;
  max-height: 300px;
  overflow-y: auto;
  background: #858181
}

.wlc-phone-flag-item {
  margin: 0 !important;
  padding: 1.5rem .5rem;
  cursor: pointer;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.wlc-phone-flag-item__icon {
  width: 16px;
  height: 12px;
  background-size: contain;
  background-position: 50%;
  display: block;
  background-repeat: no-repeat
}

.wlc-phone-flag-item__value {
  margin-left: 10px;
  font-weight: 400;
  font-size: 16px;
  color: #fff
}

.wlc-header-main {
  position: relative;
  z-index: 11;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.wlc-header-main>.col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media all and (max-width: 900px) {
  .wlc-header-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

.wlc-header-main.wlc-overheight .wlc-header-right {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.wlc-header-main__block {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.wlc-application_auth .wlc-header-main__container .wlc-logo,
.wlc-header-logo {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0
}

@media all and (max-width: 900px) {
  .wlc-header-logo {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

@media all and (max-width: 480px) {
  .wlc-header-logo img {
    max-width: 300px
  }
}

@media all and (max-width: 360px) {
  .wlc-header-logo img {
    max-width: 270px
  }
}

.wlc-header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

@media all and (max-width: 900px) {
  .wlc-header-left {
    display: block !important
  }
}

.wlc-header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: initial;
  -ms-flex-positive: initial;
  flex-grow: initial
}

@media all and (max-width: 900px) {
  .wlc-header-right {
    display: none !important
  }
}

.browser-firefox .wlc-logo__image,
.wlc-header-logo+.wlc-header-right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.wlc-logo-wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%
}

.wlc-header-main__container,
.wlc-logo-wrp,
.wlc-logo__image {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.wlc-logo__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  max-width: 100%
}

.wlc-header-main__container {
  height: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media all and (max-width: 1200px) {
  .wlc-header-main__container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

.wlc-header-main__container>.wlc-flex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.wlc-header-main__container .wlc-logo {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.wlc-header-main__container .wlc-login-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media all and (max-width: 1200px) {
  .wlc-header-main__container .wlc-login-buttons {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

.wlc-header-main__container .wlc-login-button,
.wlc-header-main__container .wlc-login-button .wlc-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media all and (max-width: 900px) {

  .wlc-header-main__container .wlc-login-button,
  .wlc-header-main__container .wlc-login-button .wlc-wrapper {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-bottom: 5px
  }
}

.wlc-header-main__container .wlc-btn_login {
  margin: 0 2rem
}

@media all and (max-width: 720px) {
  .wlc-header-main__container .wlc-btn_login {
    margin: 0
  }
}

.wlc-header-main__container .wlc-user-stat {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.wlc-user-stat__block-mini .wlc-string-length__10,
.wlc-user-stat__block-mini .wlc-string-length__15,
.wlc-user-stat__block-mini .wlc-string-length__5 {
  font-size: 100%
}

.wlc-user-stat__block-mini .wlc-string-length__20 {
  font-size: 90%
}

.wlc-user-stat__block-mini .wlc-string-length__25 {
  font-size: 80%
}

.wlc-user-stat__block-mini .wlc-string-length__30 {
  font-size: 65%
}

.wlc-user-stat__block-mini .wlc-string-length__35 {
  font-size: 60%
}

.wlc-user-stat__block-mini .wlc-string-length__40 {
  font-size: 55%
}

.wlc-user-stat__block-mini .wlc-string-length__45 {
  font-size: 50%
}

.wlc-user-stat__block-mini .wlc-string-length__50 {
  font-size: 45%
}

@media all and (max-width: 560px) {

  .wlc-modal_password-recovery_step2 .wlc-string-length__10,
  .wlc-modal_password-recovery_step2 .wlc-string-length__15,
  .wlc-modal_password-recovery_step2 .wlc-string-length__20,
  .wlc-modal_password-recovery_step2 .wlc-string-length__25,
  .wlc-modal_password-recovery_step2 .wlc-string-length__30,
  .wlc-modal_password-recovery_step2 .wlc-string-length__5 {
    font-size: 100%
  }

  .wlc-modal_password-recovery_step2 .wlc-string-length__35 {
    font-size: 80%
  }

  .wlc-modal_password-recovery_step2 .wlc-string-length__40 {
    font-size: 70%
  }

  .wlc-modal_password-recovery_step2 .wlc-string-length__45 {
    font-size: 60%
  }

  .wlc-modal_password-recovery_step2 .wlc-string-length__50 {
    font-size: 50%
  }
}

.wlc-header-mobile {
  z-index: 11;
  position: sticky;
  top: -1px;
  background-color: #fff
}

.wlc-header-mobile .wlc-logo-wrp {
  width: 100%
}

.wlc-header-mobile .wlc-logo__image {
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 35px
}

.wlc-header-mobile .wlc-logo__image img {
  display: block;
  max-height: 35px
}

.wlc-header-mobile-row {
  min-height: 50px
}

.wlc-header-mobile-left,
.wlc-header-mobile-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.wlc-header-mobile-left {
  -webkit-box-flex: unset;
  -ms-flex-positive: unset;
  flex-grow: unset;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.wlc-header-mobile-middle {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.wlc-header-mobile-right {
  -webkit-box-flex: unset;
  -ms-flex-positive: unset;
  flex-grow: unset
}

.wlc-header-mobile-buttons,
.wlc-header-mobile-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.wlc-header-mobile-buttons .wlc-btn {
  margin-right: 0;
  min-width: auto
}

.wlc-header-mobile-buttons .wlc-btn.wlc-btn_login {
  color: #000
}

.wlc-header-mobile-buttons .wlc-btn.wlc-btn_signup {
  color: #fff;
  background-color: #f2cf7b
}

.wlc-header-mobile-buttons .wlc-btn.wlc-btn_signup:hover {
  background-color: #edbe4d
}

@media all and (max-width: 900px) {
  section.wlc-nav {
    position: sticky;
    top: -1px
  }
}

.wlc-main-menu {
  height: 60px;
  background: #f2592a;
  border-top: none;
  border-bottom: none;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, .5);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, .5);
  position: relative;
  z-index: 10
}

@media all and (max-width: 1420px) {
  .wlc-main-menu {
    height: 54px
  }
}

@media all and (max-width: 1366px) {
  .wlc-main-menu {
    height: 51px
  }
}

@media all and (max-width: 1200px) {
  .wlc-main-menu {
    height: 48px
  }
}

@media all and (max-width: 1024px) {
  .wlc-main-menu {
    height: 45px
  }
}

@media all and (max-width: 900px) {
  .wlc-main-menu {
    height: 48px
  }
}

.wlc-main-menu__block {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.wlc-main-menu__block_nav-mobile,
.wlc-menu-big__item a .wlc-icon {
  display: none
}

@media all and (max-width: 900px) {
  .wlc-main-menu__block_nav-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .wlc-main-menu__block_nav-mobile.wlc-main-menu__block_right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-preferred-size: 110px;
    flex-basis: 110px
  }

  .wlc-application_auth .wlc-main-menu__block_nav-mobile.wlc-main-menu__block_right,
  .wlc-main-menu__block_nav-mobile {
    -ms-flex-preferred-size: 60px;
    flex-basis: 60px
  }
}

.wlc-menu-big {
  height: 60px
}

@media all and (max-width: 1420px) {
  .wlc-menu-big {
    height: 54px
  }
}

@media all and (max-width: 1366px) {
  .wlc-menu-big {
    height: 51px
  }
}

@media all and (max-width: 1200px) {
  .wlc-menu-big {
    height: 48px
  }
}

@media all and (max-width: 1024px) {
  .wlc-menu-big {
    height: 45px
  }
}

@media all and (max-width: 900px) {
  .wlc-menu-big {
    display: none
  }
}

.wlc-menu-big__item {
  font-weight: 600
}

@media all and (max-width: 1420px) {
  .wlc-menu-big__item {
    height: 48px
  }
}

.wlc-menu-big__item a {
  display: block;
  height: 100%;
  position: relative;
  white-space: nowrap;
  -webkit-transition: all .4s linear;
  transition: all .4s linear
}

@media all and (max-width: 1420px) {
  .wlc-menu-big__item a {
    font-size: 14.4px;
    line-height: 54px
  }
}

@media all and (max-width: 1366px) {
  .wlc-menu-big__item a {
    font-size: 13.6px
  }
}

@media all and (max-width: 1200px) {
  .wlc-menu-big__item a {
    font-size: 12.8px
  }
}

@media all and (max-width: 1024px) {
  .wlc-menu-big__item a {
    font-size: 12px
  }
}

@media all and (max-width: 900px) {
  .wlc-menu-big__item a {
    font-size: 12.8px
  }
}

.wlc-menu-big__item a:after {
  content: "";
  width: 100%;
  height: 3px;
  background: #ae926c;
  position: absolute;
  bottom: 0;
  opacity: 0;
  -webkit-transition: opacity .4s linear;
  transition: opacity .4s linear
}

.wlc-main-menu-dropdown__button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 3.5rem;
  color: #ae926c;
  cursor: pointer;
  margin-right: 2rem
}

@media all and (min-width: 1201px) {
  .wlc-main-menu-dropdown__button {
    display: none
  }
}

.wlc-main-menu-dropdown__button:last-child {
  margin-right: 0
}

.wlc-main-menu-dropdown__button svg {
  /* width: 100%; */
  /* height: auto; */
  width: 37px;
  height: 37px;
  fill: none
}

.wlc-main-menu-dropdown__button svg path {
  stroke-width: 1px
}

.wlc-main-menu-dropdown__button svg ellipse,
.wlc-main-menu-dropdown__button svg line,
.wlc-main-menu-dropdown__button svg polyline {
  stroke: #ae926c;
  stroke-width: 1px;
  stroke-linecap: round;
  stroke-linejoin: round
}

.wlc-main-menu-dropdown__button svg circle,
.wlc-main-menu-dropdown__button svg path {
  stroke-linecap: round;
  stroke-linejoin: round
}

.wlc-main-menu-dropdown__button svg * {
  fill: none;
  stroke: #ae926c
}

.wlc-mobile-menu-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1049;
  visibility: hidden;
  opacity: 0;
  background: rgba(0, 0, 0, .7);
  -webkit-transition: opacity .4s linear;
  transition: opacity .4s linear
}

.wlc-open-menu_left .wlc-mobile-menu-backdrop,
.wlc-open-menu_right .wlc-mobile-menu-backdrop {
  visibility: visible;
  opacity: 1
}

.wlc-nav-mobile {
  position: fixed;
  z-index: 1050;
  width: 300px;
  top: 0;
  bottom: 0;
  background: #151414;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 100vh
}

@media all and (max-width: 900px) {
  .wlc-nav-mobile {
    display: block
  }
}

.wlc-open-menu_right .wlc-nav-mobile.wlc-nav-mobile_right {
  -webkit-transform: translateX(0);
  transform: translateX(0)
}

.wlc-nav-mobile.wlc-nav-mobile_right {
  right: 0;
  -webkit-transform: translateX(300px);
  transform: translateX(300px)
}

.wlc-nav-mobile .wlc-main-menu-dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%
}

.wlc-main-menu__block-2,
.wlc-nav-mobile .wlc-main-menu-dropdown__wrap {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.wlc-nav-mobile .wlc-scroll-block {
  overflow-x: hidden;
  overflow-y: auto
}

.wlc-nav-mobile .wlc-nav-block {
  border-top: 1px solid rgba(174, 146, 108, .3)
}

.wlc-nav-mobile .wlc-nav-block:last-child {
  border-bottom: 1px solid rgba(174, 146, 108, .3)
}

.wlc-nav-mobile .wlc-nav-block.wlc-show .wlc-nav-block__title .wlc-arrow {
  -webkit-transform: rotateZ(-90deg);
  transform: rotateZ(-90deg);
  opacity: 1
}

.wlc-nav-mobile .wlc-nav-block.wlc-show .wlc-nav-block__item {
  border-top-width: 1px;
  border-top-color: rgba(174, 146, 108, .3);
  height: 45px
}

.wlc-nav-mobile .wlc-nav-block.wlc-show .wlc-nav-block__item a *,
.wlc-nav-mobile .wlc-nav-block__items.wlc-show .wlc-nav-block__item a * {
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out
}

.wlc-nav-mobile .wlc-nav-block.wlc-show .wlc-nav-block__item_type_child {
  border-top-width: 0;
  height: 43px
}

.wlc-nav-mobile .wlc-nav-block__items {
  border-bottom: 1px solid rgba(174, 146, 108, .3)
}

.wlc-nav-mobile .wlc-nav-block__items.wlc-show .wlc-nav-block__item {
  border-top-width: 1px;
  border-top-color: rgba(174, 146, 108, .3);
  height: 45px
}

.wlc-nav-mobile .wlc-nav-block__items.wlc-show .wlc-nav-block__item:last-child {
  border-bottom: none
}

.wlc-nav-mobile .wlc-nav-block__title,
.wlc-nav-mobile .wlc-nav-block__title>.wlc-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.wlc-nav-mobile .wlc-nav-block__title {
  padding-left: 15px;
  height: 45px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 1.8rem
}

.wlc-nav-mobile .wlc-nav-block__title>.wlc-text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 100%
}

.wlc-nav-mobile .wlc-nav-block__title .wlc-arrow {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
  width: 45px;
  height: 45px;
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg)
}

.wlc-nav-mobile .wlc-nav-block__title .wlc-arrow svg {
  width: 11px;
  height: 16px;
  max-width: 100%;
  max-height: 100%;
  fill: none
}

.wlc-nav-mobile .wlc-nav-block__title.wlc-show .wlc-arrow {
  -webkit-transform: rotateZ(-90deg);
  transform: rotateZ(-90deg);
  opacity: 1
}

.wlc-nav-mobile .wlc-nav-block__item {
  border-top-width: 0;
  border-top-style: dotted;
  border-top-color: transparent;
  height: 0;
  -webkit-transition: all .4s linear;
  transition: all .4s linear
}

.wlc-nav-mobile .wlc-nav-block__item,
.wlc-nav-mobile .wlc-nav-block__item a,
.wlc-nav-mobile .wlc-nav-block__item a .wlc-icon,
.wlc-nav-mobile .wlc-nav-block__title .wlc-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.wlc-nav-mobile .wlc-nav-block__item a {
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  padding: 0 15px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  overflow: hidden;
  line-height: 1
}

.wlc-nav-mobile .wlc-nav-block__item a .wlc-icon {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-right: 15px
}

.wlc-nav-mobile .wlc-nav-block__item a .wlc-icon svg {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  stroke: #ae926c;
  fill: none
}

.wlc-nav-mobile .wlc-nav-block__item a .wlc-text {
  display: block
}

.wlc-nav-mobile .wlc-nav-block__item.wlc-nav-block__item_type_child a .wlc-icon {
  margin-right: 5px;
  margin-left: 0
}

.wlc-nav-mobile .wlc-nav-block__item.wlc-nav-block__item_type_child a .wlc-icon svg {
  width: 60%;
  max-width: 60%
}

.wlc-nav-mobile .wlc-nav-block__item.wlc-nav-block__item_type_child a .wlc-text {
  font-size: .8em
}

.wlc-nav-mobile .wlc-nav-block__item.wlc-nav-block__item_logout {
  height: auto
}

.wlc-nav-mobile .wlc-nav-block__item.wlc-nav-block__item_logout a {
  padding: 15px
}

.wlc-nav-mobile .wlc-nav-icons {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.5rem;
  background: #151414
}

.wlc-nav-mobile .wlc-nav-icons__item {
  display: block;
  min-width: 3.6rem;
  height: 3.6rem;
  margin-left: 3rem;
  line-height: 3.6rem
}

.wlc-nav-mobile .wlc-nav-icons__item:first-child {
  margin-left: 0
}

.wlc-nav-mobile .wlc-nav-icons__item:last-child {
  top: 1.5rem;
  right: 1.5rem
}

.wlc-nav-mobile .wlc-nav-icons__item.item-home {
  top: 1.5rem;
  right: 6.5rem
}

.wlc-nav-mobile .wlc-nav-icons__item svg {
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  fill: none
}

.wlc-nav-mobile .wlc-nav-icons__item .wlc-language-box {
  margin-left: 0
}

.wlc-nav-mobile .wlc-nav-icons__item .wlc-language-box .wlc-language-list-wrapper {
  right: auto;
  left: 0
}

.wlc-footer {
  background: #151414;
  background-size: initial
}

.wlc-footer-main__row {
  display: block
}

@media all and (max-width: 480px) {
  .wlc-footer-main__row>.col {
    padding: 0
  }
}

.wlc-footer-container {
  height: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media all and (max-width: 560px) {
  .wlc-footer-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.wlc-footer-main__middle-top,
.wlc-footer-main__top,
section.wlc-banners.wlc-banners-catalog {
  background: 0 0
}

.wlc-footer-main__top .wlc-footer-payments {
  height: 100%;
  padding: 15px 0
}

.wlc-footer-main__top .wlc-footer-payments svg {
  max-width: 95px;
  max-height: 35px
}

.wlc-footer-left {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important
}

@media all and (max-width: 1200px) {

  .wlc-footer-left,
  .wlc-footer-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%
  }
}

@media all and (max-width: 720px) {

  .wlc-footer-left,
  .wlc-footer-right {
    padding-top: 36px
  }
}

.wlc-footer-payments {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.wlc-footer-left .wlc-footer-payments {
  padding-bottom: 20px
}

.wlc-footer-payments .wlc-svg-block {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 10px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.wlc-footer-payments .wlc-svg-block:last-child,
.wlc-profile-menu__dropdown .wlc-nav-block>li:last-child {
  padding-right: 0
}

.wlc-footer-payments .wlc-svg-block svg {
  fill: #cfbb9d;
  max-width: 120px
}

.wlc-footer-left .wlc-svg-block {
  padding-bottom: 20px
}

.wlc-footer-disclaimer-text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-bottom: 2rem;
  color: #cfbb9d
}

@media all and (max-width: 480px) {
  .wlc-footer-disclaimer-text__content {
    font-size: 12px
  }
}

.wlc-footer-disclaimer-text__content a,
.wlc-footer-info-list__item a {
  color: #b6976a;
  border-bottom: transparent 1px solid;
  -webkit-transition: border-color .4s ease-out;
  transition: border-color .4s ease-out
}

.wlc-footer-disclaimer-text__content a:hover,
.wlc-footer-info-list__item a:hover {
  border-color: #8e7145
}

.wlc-footer-info__block {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  font-size: 1.6rem
}

@media all and (max-width: 1200px) {
  .wlc-footer-info__block {
    font-size: 1.4rem
  }
}

.wlc-footer-info-title {
  font-size: 2.2rem;
  font-weight: 600;
  padding-bottom: 20px;
  white-space: nowrap;
  color: #f2592a
}

@media all and (max-width: 1024px) {
  .wlc-footer-info-title {
    font-size: 2rem
  }
}

.wlc-licence {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.wlc-licence svg {
  fill: #f2592a
}

.wlc-footer-info-list__item {
  margin-bottom: 7px
}

.wlc-footer-info-list__item a {
  border-bottom: 1px solid;
  border-color: transparent
}

.wlc-footer-info-list__item_licence {
  margin-top: 20px
}

.wlc-footer-info-list__item_licence a {
  border: 0
}

@media all and (max-width: 720px) {
  .wlc-footer-info-list__item_licence {
    display: none
  }
}

.wlc-licence720 {
  display: none
}

@media all and (max-width: 720px) {
  .wlc-licence720 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

.wlc-footer-copyright {
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.wlc-footer-copyright .wlc-footer-copyright {
  padding-bottom: 0
}

.wlc-footer-copyright span {
  font-size: 1.4rem
}

@media all and (max-width: 720px) {
  .wlc-footer-middle-container {
    display: block !important
  }

  .wlc-footer-middle-container>div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
}

.wlc-footer-info-list__item_aboutus,
.wlc-footer-info-list__item_faq,
.wlc-footer-info-list__item_payments,
.wlc-sidebar .wlc-profile-menu .wlc-nav-block__title .wlc-arrow {
  display: none
}

.wlc-login-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 5rem;
  margin-bottom: 3rem;
  position: relative
}

.wlc-login-top__title {
  font-size: 4rem;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center
}

.wlc-login-top__signup {
  font-size: 2.2rem;
  color: #ae926c;
  text-align: right
}

.wlc-login-top__signup a {
  color: #f2592a;
  margin-left: 1rem
}

.wlc-login-form,
.wlc-login-socials {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.wlc-login-socials {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 45%;
  flex-basis: 45%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.wlc-login-socials-button {
  width: 48px;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 80px;
  margin-bottom: 10px;
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 6px;
  padding: 0 20px;
  font-size: 2rem;
  font-weight: 700;
  border-width: 3px;
  border-style: solid;
  border-color: #fff;
  cursor: pointer
}

.wlc-login-socials-button:hover {
  border-color: #f2592a
}

.wlc-login-socials-button svg {
  margin-right: 10px
}

.wlc-login-socials-button__text {
  overflow: hidden;
  text-overflow: ellipsis
}

.wlc-login-separator {
  -ms-flex-preferred-size: 10%;
  flex-basis: 10%;
  position: relative
}

.wlc-login-separator:before {
  display: block;
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  left: 50%;
  margin-left: -.5px;
  background: #e9d8a7;
  top: 0
}

.wlc-login-default-form {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 45%;
  flex-basis: 45%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.wlc-login-block_email {
  margin-bottom: 2.5rem
}

.wlc-login-block__restore {
  display: inline-block;
  padding-top: 10px;
  font-size: 1.8rem;
  color: #f2592a
}

.wlc-login-wrapper .wlc-login-button {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  text-align: center;
  margin-top: 7rem;
  margin-bottom: 15rem
}

.wlc-sidebar .wlc-profile-menu .wlc-nav-block {
  margin-bottom: 3rem
}

.wlc-sidebar .wlc-profile-menu .wlc-nav-block__title {
  font-size: 2rem;
  text-transform: none;
  margin-bottom: 1rem
}

@media all and (max-width: 1024px) {
  .wlc-sidebar .wlc-profile-menu .wlc-nav-block__title {
    font-size: 1.6rem
  }
}

.wlc-sidebar .wlc-profile-menu .wlc-nav-block__items {
  margin-top: 1.5rem
}

.wlc-sidebar .wlc-profile-menu .wlc-nav-block__item {
  margin-bottom: 1.5rem
}

.wlc-sidebar .wlc-profile-menu .wlc-nav-block__item a {
  font-size: 1.8rem;
  font-weight: 400;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  -webkit-transition: all .4s linear;
  transition: all .4s linear
}

.wlc-nav-block__logout a,
.wlc-sidebar .wlc-profile-menu .wlc-nav-block__item a,
.wlc-sidebar .wlc-profile-menu .wlc-nav-block__item a .wlc-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.wlc-sidebar .wlc-profile-menu .wlc-nav-block__item a .wlc-icon {
  width: 32px;
  min-width: 32px;
  height: 32px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 1rem;
  -webkit-transition: all .4s linear;
  transition: all .4s linear
}

.wlc-sidebar .wlc-profile-menu .wlc-nav-block__item a .wlc-icon svg {
  width: 100%;
  height: auto;
  max-height: 100%;
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
  stroke: #ae926c;
  fill: none !important;
  stroke-width: 1.5px
}

.wlc-sidebar .wlc-profile-menu .wlc-nav-block__item a .wlc-text {
  line-height: 1
}

.wlc-sidebar .wlc-profile-menu .wlc-nav-block__item a:hover .wlc-icon {
  -webkit-transform: scale(1.2);
  transform: scale(1.2)
}

@media all and (max-width: 1200px) {
  .wlc-sidebar .wlc-profile-menu .wlc-nav-block__item a {
    font-size: 1.62rem
  }
}

.wlc-nav-block__logout a {
  color: #ae926c;
  font-size: 1.8rem;
  font-weight: 400
}

.wlc-nav-mobile_right .wlc-nav-block__logout a {
  padding: 15px
}

.wlc-nav-block__logout a .wlc-icon {
  width: 32px;
  height: 32px;
  margin-right: 1rem
}

.wlc-nav-block__logout a .wlc-icon svg {
  width: 100%;
  max-height: 100%;
  fill: none;
  stroke: #ae926c;
  stroke-width: 1.5px
}

.wlc-nav-block__logout a:hover,
.wlc-profile-balance .wlc-amount__amount {
  color: #f2592a
}

.wlc-profile-menu-block__item {
  margin: 0 0 1rem;
  padding-left: 2.5rem;
  line-height: 1.4
}

.wlc-profile-balance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 2.2rem;
  color: #ae926c
}

@media all and (max-width: 1024px) {
  .wlc-profile-balance {
    font-size: 1.65rem
  }
}

@media all and (max-width: 560px) {
  .wlc-profile-balance {
    text-align: center
  }
}

.wlc-deposit-header .wlc-profile-balance,
.wlc-withdraw-header .wlc-profile-balance {
  margin-left: auto
}

.wlc-profile-balance_title {
  padding-right: 10px
}

.wlc-profile-all-balances {
  margin-top: 10px
}

.wlc-profile-all-balances .wlc-profile-balance_mini {
  font-size: 2rem
}

.wlc-profile-all-balances .wlc-profile-balance_mini .wlc-profile-balance_currency {
  font-size: 2rem;
  line-height: 2rem
}

.wlc-profile {
  display: block
}

.wlc-profile .wlc-social-link {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 4rem;
  margin-bottom: 4rem
}

.wlc-profile .wlc-social-link-network-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 16.666666%;
  flex: 1 1 16.666666%;
  max-width: 145px;
  border-radius: 50%;
  -webkit-transition: background-color .4s ease-out;
  transition: background-color .4s ease-out
}

@media all and (max-width: 720px) {
  .wlc-profile .wlc-social-link-network-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33.3333%;
    flex: 1 1 33.3333%;
    margin-bottom: 20px
  }
}

.wlc-profile .wlc-social-link-network-wrapper:hover {
  background: #a5865c
}

.wlc-profile .wlc-social-link-network {
  fill: #ae926c;
  -webkit-transition: fill .4s linear;
  transition: fill .4s linear
}

.wlc-profile .wlc-social-link-network .wlc-svg-icon {
  -webkit-filter: drop-shadow(2px 2px 3px rgba(174, 146, 108, .5));
  filter: drop-shadow(2px 2px 3px rgba(174, 146, 108, .5));
  width: 60%;
  height: 60%;
  margin: 20%
}

.wlc-profile .wlc-social-link-network .wlc-svg-icon *,
.wlc-profile .wlc-social-link-network.wlc-social-link-network_active .wlc-svg-icon .wlc-svg-icon-bg {
  fill: #fff;
  fill-opacity: 0
}

.wlc-profile .wlc-social-link-network.wlc-social-link-network_active {
  fill: #f2592a
}

.wlc-profile .wlc-social-link-network.wlc-social-link-network_active .wlc-svg-icon {
  -webkit-filter: drop-shadow(2px 2px 3px rgba(242, 89, 42, .5));
  filter: drop-shadow(2px 2px 3px rgba(242, 89, 42, .5))
}

.wlc-profile .wlc-social-link-network.wlc-social-link-network_active:hover {
  fill: #f14612
}

.wlc-profile-payment-header {
  font-size: 2rem;
  border-bottom: 1px solid rgba(190, 167, 130, .3)
}

.wlc-profile-payment-systems {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin: 40px 0
}

@media all and (max-width: 1200px) {
  .wlc-profile-payment-systems {
    grid-template-columns: repeat(3, 1fr)
  }
}

@media all and (max-width: 768px) {
  .wlc-profile-payment-systems {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media all and (max-width: 360px) {
  .wlc-profile-payment-systems {
    grid-template-columns: repeat(1, 1fr)
  }
}

.wlc-profile-payment-systems-item.wlc-profile-payment-systems-item_active .wlc-profile-payment-systems-item__image {
  border: 3px solid #f2592a
}

.wlc-profile-payment-systems-item__image {
  position: relative;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 140px;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 5px;
  border: 3px solid #fff;
  text-align: center
}

.wlc-profile-payment-systems-item__image>span {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: block !important;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain
}

.wlc-profile-payment-systems-item__name {
  display: block;
  width: 100%;
  text-align: center;
  padding: 13px 0 0;
  font-size: 2.2rem;
  color: #ae926c;
  font-weight: 400
}

.wlc-profile-payment-form-input {
  max-width: 250px
}

.wlc-profile-payment-form-input .wlc-label {
  max-width: 220px
}

.wlc-profile-payment-form-input:after {
  display: table;
  content: " ";
  clear: both
}

.wlc-profile-payment-form-input__description {
  font-size: .7em;
  font-weight: lighter
}

@media all and (max-width: 560px) {
  .wlc-profile-payment-form-input {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%
  }

  .wlc-profile-payment-form-input__input {
    max-width: 100%;
    width: 100%
  }
}

.wlc-profile-payment-form-input__input .wlc-input-group input {
  font-size: 1.6rem
}

.wlc-profile-payment-form-input__input small {
  display: block;
  margin-top: 3px;
  font-size: 1.6rem
}

.wlc-profile-payment-form_currency {
  display: block;
  font-size: 1.6rem;
  color: #acacac;
  padding-left: 20px
}

@media all and (max-width: 560px) {
  .wlc-profile-payment-form_currency {
    padding: 0;
    margin: 0 auto
  }
}

.wlc-profile-payment-fields {
  grid-gap: 20px;
  grid-row-gap: 20px
}

.wlc-profile-payment-fields--card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 430px;
  grid-gap: 0
}

.wlc-profile-payment-fields--card .wlc-profile-payment-fields-item--CardCode,
.wlc-profile-payment-fields--card .wlc-profile-payment-fields-item--CardExpire,
.wlc-profile-payment-fields--card .wlc-profile-payment-fields-item--expiration_date,
.wlc-profile-payment-fields--card .wlc-profile-payment-fields-item--security_number {
  width: 48%
}

.wlc-profile-payment-fields--card .wlc-profile-payment-fields-item--code {
  width: 40%
}

.wlc-profile-payment-fields--card .wlc-profile-payment-fields-item--expiryMonth,
.wlc-profile-payment-fields--card .wlc-profile-payment-fields-item--expiryYear {
  width: 28%
}

.wlc-profile-payment-fields-item {
  margin-top: 18px
}

.wlc-profile-payment-fields-item .wlc-label {
  display: block;
  margin-bottom: 7px
}

@media all and (max-width: 560px) {
  .wlc-profile-payment-fields {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0;
    grid-row-gap: 0
  }
}

.wlc-profile-payment-beneficiary {
  font-size: .7em;
  font-weight: lighter
}

.wlc-profile-payment-beneficiary p {
  margin-bottom: .7em;
  margin-top: .7em
}

.wlc-profile-payment-confirm,
.wlc-profile-payment-confirm .wlc-profile-payment-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.wlc-profile-payment-confirm a {
  text-decoration: underline
}

.wlc-profile-payment-confirm a:hover {
  text-decoration: none
}

.wlc-profile-payment-checkbox__input,
.wlc-profile-table .wlc-profile-table__row:hover .wlc-profile-table__cell_type .wlc-profile-table__cell-content.cancelable .type-info {
  display: none
}

.wlc-filter-list__item .wlc-checkbox span,
.wlc-profile-payment-checkbox__label span,
.wlc-static-filter-list__item .wlc-checkbox span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: .9rem;
  width: 2rem;
  height: 2rem;
  background: 0 0;
  cursor: pointer
}

.wlc-profile-payment-checkbox__label span,
.wlc-static-filter-list__item .wlc-checkbox span {
  border: 2px solid #f2592a;
  border-radius: 2px
}

.wlc-filter-list__item .wlc-checkbox.checked span {
  background: #f2592a
}

.wlc-profile-payment-checkbox__label.checked span,
.wlc-static-filter-list__item .wlc-checkbox.checked span {
  border-color: #fff;
  background: #f2592a
}

.wlc-filter-list__item .wlc-checkbox.checked span:before,
.wlc-profile-payment-checkbox__label.checked span:before,
.wlc-static-filter-list__item .wlc-checkbox.checked span:before {
  content: "";
  position: relative;
  top: .4rem;
  left: -.25rem;
  border-right: 2px solid transparent;
  border-bottom: 2px solid transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-animation: checkbox-check .125s .25s cubic-bezier(.4, 0, .23, 1) forwards;
  animation: checkbox-check .125s .25s cubic-bezier(.4, 0, .23, 1) forwards
}

.wlc-profile-payment-checkbox * {
  -webkit-transition: background-color .4s ease-out;
  transition: background-color .4s ease-out
}

.wlc-profile-payment-checkbox .wlc-profile-payment-checkbox__input+label:hover>span {
  background: rgba(242, 89, 42, .2)
}

.wlc-profile-payment-checkbox .wlc-profile-payment-checkbox__input:checked+label>span {
  border-color: #fff;
  background: #f2592a
}

.wlc-profile-payment-checkbox .wlc-profile-payment-checkbox__input:checked+label>span:before {
  content: "";
  position: relative;
  top: .4rem;
  left: -.25rem;
  border-right: 2px solid transparent;
  border-bottom: 2px solid transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-animation: checkbox-check .125s .25s cubic-bezier(.4, 0, .23, 1) forwards;
  animation: checkbox-check .125s .25s cubic-bezier(.4, 0, .23, 1) forwards
}

.wlc-profile-payment-checkbox__label span {
  border-color: #fff
}

.wlc-profile-payment-submit {
  border-top: 1px solid rgba(190, 167, 130, .3)
}

@media all and (max-width: 560px) {
  .wlc-profile-payment-submit {
    text-align: center
  }
}

.wlc-profile-payment-submit .wlc-btn_submit {
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out
}

@media all and (max-width: 360px) {
  .wlc-profile-payment-submit .wlc-btn_submit {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

.wlc-deposit-error p,
.wlc-deposit-error ul {
  margin-bottom: 1.6rem
}

.wlc-profile-table {
  display: table;
  width: 100%
}

@media all and (max-width: 900px) {
  .wlc-profile-table {
    display: block
  }
}

.wlc-profile-table .wlc-profile-table__row {
  display: table-row
}

@media all and (max-width: 900px) {
  .wlc-profile-table .wlc-profile-table__row {
    position: relative;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid #fff
  }

  .wlc-profile-table .wlc-profile-table__row.wlc-show .wlc-profile-table__cell_date:after,
  .wlc-profile-table .wlc-profile-table__row.wlc-show .wlc-profile-table__cell_num:after,
  .wlc-profile-table .wlc-profile-table__row.wlc-show .wlc-profile-table__cell_opener:after {
    margin-top: -4px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
  }

  .wlc-profile-table .wlc-profile-table__row.wlc-show .wlc-profile-table__cell.wlc-cell-hide {
    display: block
  }
}

@media all and (max-width: 900px) {
  .wlc-profile-table .wlc-profile-table__row:hover .wlc-profile-table__cell_type .wlc-profile-table__cell-content.cancelable .type-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

.wlc-profile-table .wlc-profile-table__row:hover .wlc-profile-table__cell_type .wlc-profile-table__cell-content.cancelable .type-button,
.wlc-profile-table .wlc-profile-table__row:hover .wlc-profile-table__cell_type .wlc-profile-table__cell-content.complete .type-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.wlc-profile-table .wlc-profile-table__row .wlc-profile-table__cell_type {
  position: relative
}

.wlc-profile-table .wlc-profile-table__row .wlc-profile-table__cell_type .type-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%
}

@media all and (max-width: 900px) {
  .wlc-profile-table .wlc-profile-table__row .wlc-profile-table__cell_type .type-info {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
}

.wlc-profile-table .wlc-profile-table__row .wlc-profile-table__cell_type .wlc-profile-table__cell-content {
  position: relative
}

@media all and (max-width: 1024px) {
  .wlc-profile-table .wlc-profile-table__row .wlc-profile-table__cell_type .wlc-profile-table__cell-content.cancelable .type-info {
    display: none
  }
}

@media all and (max-width: 900px) {
  .wlc-profile-table .wlc-profile-table__row .wlc-profile-table__cell_type .wlc-profile-table__cell-content.cancelable .type-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

@media all and (max-width: 1024px) {
  .wlc-profile-table .wlc-profile-table__row .wlc-profile-table__cell_type .wlc-profile-table__cell-content.cancelable .type-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

.wlc-profile-table .wlc-profile-table__row .wlc-profile-table__cell_type .wlc-profile-table__cell-content.cancelable .type-button .wlc-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  padding: 10px 15px !important;
  height: 24px;
  min-width: 80px;
  font-size: 10px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

@media all and (max-width: 1024px) {
  .wlc-profile-table .wlc-profile-table__row .wlc-profile-table__cell_type .wlc-profile-table__cell-content.complete .type-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

.wlc-profile-table .wlc-profile-table__row.current-level>div {
  background-color: #fff;
  color: #404041
}

.wlc-profile-table .wlc-profile-table__row.wlc-new {
  font-weight: 700
}

@media all and (max-width: 900px) {
  .wlc-profile-table .wlc-profile-table__row.wlc-profile-table__head {
    display: none
  }
}

.wlc-profile-table .wlc-profile-table__row.wlc-profile-table__head .wlc-profile-table__cell {
  white-space: nowrap;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700
}

@media all and (max-width: 1024px) {
  .wlc-profile-table .wlc-profile-table__row.wlc-profile-table__head .wlc-profile-table__cell {
    font-size: 1.2rem
  }
}

.wlc-profile-table .wlc-profile-table__row.wlc-profile-table__head .wlc-profile-table__cell:last-child {
  border-width: 1px
}

.wlc-profile-table .wlc-profile-table__cell {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  background-color: #404041
}

@media all and (min-width: 900px) {
  .wlc-profile-table .wlc-profile-table__cell {
    padding: 12px 0
  }
}

.wlc-profile-table .wlc-profile-table__cell-button {
  min-width: 130px
}

.wlc-profile-table .wlc-profile-table__cell-button .cell-button {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  width: calc(100% - 50px);
  min-width: 90px;
  min-height: 34px;
  background: #ae926c;
  border-radius: 50px;
  color: #000 !important;
  cursor: pointer;
  display: none;
  margin: 0 auto;
  padding: 0 5px;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

@media all and (max-width: 900px) {
  .wlc-profile-table .wlc-profile-table__cell-button .cell-button {
    position: relative;
    display: inline-block;
    margin-left: 10px;
    left: auto;
    right: auto;
    top: auto
  }
}

.wlc-profile-table .wlc-profile-table__cell-button:hover {
  position: relative
}

.wlc-profile-table .wlc-profile-table__cell-button:hover span {
  color: transparent
}

@media all and (max-width: 900px) {
  .wlc-profile-table .wlc-profile-table__cell-button:hover span {
    color: inherit
  }
}

.wlc-profile-table .wlc-profile-table__cell-button:hover .cell-button {
  display: inline-block
}

.wlc-header-main .wlc-social .wlc-social-button-color svg:hover circle,
.wlc-modal-back:hover svg polygon,
.wlc-profile-table .wlc-profile-table__cell .wlc-inline-bitcoin svg {
  fill: #fff
}

.wlc-profile-table .wlc-profile-table__cell_status .reason {
  margin: 0 auto;
  max-width: 300px
}

@media all and (max-width: 900px) {
  .wlc-profile-table .wlc-profile-table__cell_status .reason {
    max-width: 100%;
    margin: 0
  }
}

.wlc-profile-table .wlc-profile-table__cell:last-child {
  border-width: 0 1px 1px;
  min-width: 94px
}

.wlc-profile-table .wlc-profile-table__cell .wlc-profile-table-mobile-label {
  display: none;
  font-size: 1.4rem
}

@media all and (max-width: 900px) {
  .wlc-profile-table .wlc-profile-table__cell .wlc-profile-table-mobile-label {
    margin-right: auto;
    display: inline-block
  }

  .wlc-profile-table .wlc-profile-table__cell_num .wlc-profile-table-mobile-label {
    margin-right: 5px
  }
}

.wlc-bonuses-history .wlc-profile-table .wlc-profile-table__cell_num {
  display: none
}

@media all and (max-width: 900px) {
  .wlc-bonuses-history .wlc-profile-table .wlc-profile-table__cell_num {
    display: block
  }

  .wlc-bonuses-history .wlc-profile-table .wlc-profile-table__cell_name {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-preferred-size: 55%;
    flex-basis: 55%
  }
}

@media all and (max-width: 480px) {
  .wlc-bonuses-history .wlc-profile-table .wlc-profile-table__cell_name {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
  }
}

@media all and (max-width: 900px) {
  .wlc-bonuses-history .wlc-profile-table .wlc-profile-table__cell_balance {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
    border-left: 1px solid #fff
  }
}

@media all and (max-width: 480px) {
  .wlc-bonuses-history .wlc-profile-table .wlc-profile-table__cell_balance {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    border-left: none
  }
}

@media all and (max-width: 900px) {
  .wlc-profile-table .wlc-profile-table__cell {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    font-size: 1.8rem;
    text-align: left;
    border: initial
  }

  .wlc-profile-table .wlc-profile-table__cell-content {
    border-top: 1px solid #fff
  }

  .wlc-profile-table .wlc-profile-table__cell-content .wlc-profile-table-game,
  .wlc-profile-table .wlc-profile-table__cell-content .wlc-profile-table-merchant {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
  }

  .wlc-profile-table .wlc-profile-table__cell_date,
  .wlc-profile-table .wlc-profile-table__cell_num,
  .wlc-profile-table .wlc-profile-table__cell_opener {
    position: relative;
    font-size: 1.4rem;
    font-weight: 700;
    color: #fff;
    background-color: #f2592a
  }

  .wlc-profile-table .wlc-profile-table__cell_date:after,
  .wlc-profile-table .wlc-profile-table__cell_num:after,
  .wlc-profile-table .wlc-profile-table__cell_opener:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 3%;
    width: 10px;
    height: 10px;
    margin-top: -8px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .4s linear;
    transition: all .4s linear
  }

  .wlc-profile-table .wlc-profile-table__cell_date .wlc-profile-table__cell-content,
  .wlc-profile-table .wlc-profile-table__cell_num .wlc-profile-table__cell-content,
  .wlc-profile-table .wlc-profile-table__cell_opener .wlc-profile-table__cell-content {
    border-top: initial
  }

  .wlc-profile-table .wlc-profile-table__cell_time {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-preferred-size: 55%;
    flex-basis: 55%
  }
}

@media all and (max-width: 900px)and (max-width:480px) {
  .wlc-profile-table .wlc-profile-table__cell_time {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
  }
}

@media all and (max-width: 900px) {
  .wlc-profile-table .wlc-profile-table__cell_time .wlc-profile-table__cell-content {
    border-right: 1px solid #fff
  }
}

@media all and (max-width: 900px)and (max-width:480px) {
  .wlc-profile-table .wlc-profile-table__cell_time .wlc-profile-table__cell-content {
    border-right: none
  }
}

@media all and (max-width: 900px) {
  .wlc-profile-table .wlc-profile-table__cell_time .wlc-profile-table-mobile-label {
    display: block
  }

  .wlc-profile-table .wlc-profile-table__cell_amount {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
    border-left-width: 1px
  }
}

@media all and (max-width: 900px)and (max-width:480px) {
  .wlc-profile-table .wlc-profile-table__cell_amount {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
  }
}

@media all and (max-width: 900px) {
  .wlc-profile-table .wlc-profile-table__cell_amount .wlc-profile-table-mobile-label {
    display: block;
    line-height: 1
  }

  .wlc-profile-table .wlc-profile-table__cell_amount-conv .wlc-profile-table__cell-content,
  .wlc-profile-table .wlc-profile-table__cell_deposits .wlc-profile-table__cell-content,
  .wlc-profile-table .wlc-profile-table__cell_id .wlc-profile-table__cell-content,
  .wlc-profile-table .wlc-profile-table__cell_period .wlc-profile-table__cell-content,
  .wlc-profile-table .wlc-profile-table__cell_withdrawals .wlc-profile-table__cell-content {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .wlc-profile-table .wlc-profile-table__cell_date .wlc-profile-table-mobile-label {
    margin-right: 5px
  }

  .wlc-profile-table .wlc-profile-table__cell.wlc-cell-hide {
    display: none
  }

  .wlc-profile-table .wlc-profile-table__cell .wlc-profile-table-status,
  .wlc-profile-table .wlc-profile-table__cell .wlc-profile-table-time {
    display: inline-block;
    text-align: right
  }
}

.wlc-profile-table .wlc-profile-table__cell_amount,
.wlc-profile-table .wlc-profile-table__cell_id,
.wlc-profile-table .wlc-profile-table__cell_num,
.wlc-profile-table .wlc-profile-table__cell_type {
  white-space: nowrap
}

.wlc-profile-table .wlc-profile-table__cell-content {
  padding: 0 15px
}

@media all and (max-width: 900px) {
  .wlc-profile-table .wlc-profile-table__cell-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 15px
  }
}

@media all and (max-width: 480px) {
  .wlc-profile-table .wlc-profile-table__cell-content {
    font-size: 1.4rem
  }
}

@media all and (max-width: 720px) {
  .wlc-profile-table .wlc-profile-table__cell_type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .wlc-profile-table .wlc-profile-table__cell_type .type-button {
    margin-left: auto
  }
}

.wlc-profile-table .wlc-profile-table__cell_type .type-button {
  display: none
}

@media all and (max-width: 900px) {
  .wlc-profile-table .wlc-profile-table__cell_type .type-button {
    display: block
  }
}

.wlc-bonuses-history {
  overflow-x: auto
}

@media all and (max-width: 720px) {
  .wlc-bonuses-history .wlc-profile-table tbody {
    display: block
  }
}

@media all and (max-width: 900px) {
  .wlc-tournament-history .wlc-profile-table__desktop {
    display: none
  }
}

.wlc-tournament-history .wlc-profile-table__mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media (min-width: 901px) {
  .wlc-tournament-history .wlc-profile-table__mobile {
    display: none
  }
}

@media all and (max-width: 900px) {
  .wlc-tournament-history .wlc-profile-table__mobile .wlc-profile-table__cell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 10px;
    border-top: 1px solid #fff
  }

  .wlc-tournament-history .wlc-profile-table__mobile .wlc-profile-table__cell_opener {
    border-top: initial
  }

  .wlc-current-tournaments .wlc-profile-table__cell-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .wlc-current-tournaments .wlc-profile-table__cell-content .wlc-profile-table-mobile-label {
    margin-right: auto
  }
}

.wlc-bonuses-promo-code-form-col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%
}

@media all and (max-width: 1024px) {
  .wlc-bonuses-promo-code-form-col {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin-bottom: 40px
  }
}

.wlc-bonuses-promo-code-form-col .wlc-label {
  margin-bottom: 8px
}

@media all and (max-width: 360px) {
  .wlc-bonuses-promo-code-form-col .wlc-label {
    text-align: center
  }
}

.wlc-bonuses-promo-code-form {
  height: 48px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 4rem
}

@media all and (max-width: 1420px) {
  .wlc-bonuses-promo-code-form {
    height: auto
  }
}

@media all and (max-width: 640px) {
  .wlc-bonuses-promo-code-form {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 2rem
  }
}

.wlc-bonuses-promo-code-form .form-control-feedback {
  margin-top: 2rem;
  color: #16a116
}

.wlc-bonuses-promo-code-form .wlc-bonuses-promo-code-field {
  margin-right: 2rem
}

@media all and (max-width: 640px) {
  .wlc-bonuses-promo-code-form .wlc-bonuses-promo-code-field {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2rem
  }
}

@media all and (max-width: 360px) {
  .wlc-bonuses-promo-code-form .wlc-bonuses-promo-code-field {
    width: 100%;
    margin-right: 0
  }
}

.wlc-bonuses-promo-code-form .wlc-bonuses-promo-code-field input {
  width: 100%
}

.wlc-bonuses-promo-code-form .wlc-bonuses-promo-code-field .form-control-errors {
  text-align: left
}

@media all and (max-width: 360px) {
  .wlc-bonuses-promo-code-form .wlc-bonuses-promo-code-field .form-control-errors {
    text-align: center
  }
}

.wlc-bonuses-promo-code-form .wlc-btn_submit {
  display: block;
  height: 4.2rem;
  line-height: 1;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out
}

@media all and (max-width: 1200px) {
  .wlc-bonuses-promo-code-form .wlc-btn_submit {
    font-weight: 400
  }
}

@media all and (max-width: 560px) {
  .wlc-bonuses-promo-code-form .wlc-btn_submit {
    margin-bottom: 1rem
  }
}

.wlc-profile-user-info__name {
  margin: 0 auto 0 0;
  color: #ae926c;
  font-size: 2.2rem;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden
}

.wlc-profile-user-info__balance {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 0 0 auto;
  color: #ae926c;
  font-size: 2.2rem;
  font-weight: 400
}

@media all and (max-width: 1200px) {
  .wlc-profile-user-info--loyalty {
    padding-bottom: 5rem !important;
    position: relative
  }
}

@media all and (max-width: 480px) {
  .wlc-profile-user-info--loyalty {
    padding-bottom: 9rem !important
  }
}

.wlc-profile-check-text p,
.wlc-profile-check-text ul {
  margin-top: 8px;
  margin-bottom: 16px;
  color: #ff9330;
  font-weight: 400
}

.wlc-payment-message {
  margin-bottom: 26px
}

.wlc-profile-content_referrals .wlc-referral-link {
  margin-bottom: 16px
}

.wlc-game-play-wrapper .wlc-game-play-tournament-table table tbody.wlc-game-play-tournament-table-row-my td,
.wlc-profile-content_referrals .wlc-referral-link a {
  color: #f2592a
}

.wlc-base-row--phone .wlc-form-icon {
  width: 36px;
  margin-right: 15px
}

.modal,
.modal-open {
  overflow: hidden
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  opacity: 0
}

.modal.in {
  opacity: 1
}

.modal.in-add,
.modal.in-remove {
  -webkit-animation-name: modal-remove;
  animation-name: modal-remove;
  -webkit-animation-duration: .3s;
  animation-duration: .3s
}

.modal.in-add {
  -webkit-animation-name: modal-add;
  animation-name: modal-add
}

.modal-dialog {
  position: absolute;
  left: 50%;
  top: 50px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0)
}

@media all and (max-width: 560px) {
  .modal-dialog {
    top: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100vw !important;
    max-width: 100% !important;
    min-height: 100vh
  }
}

.modal-content,
.wlc-modal_error .modal-content {
  background: #151211;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  color: #fff
}

.modal-content {
  position: relative;
  border-radius: 10px;
  outline: 0;
  background-clip: padding-box;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden
}

.wlc-modal_error .modal-content {
  border-radius: unset
}

.modal-content a:not(.wlc-btn) {
  color: #fbb203 !important
}

.wlc-modal_error .modal-content a {
  color: #fbb203 !important
}

@media all and (max-width: 560px) {
  .modal-content {
    min-height: 100vh;
    border-radius: 0;
    border: 0
  }
}

.wlc-modal_bonus .wlc-content-description,
.wlc-modal_bonus .wlc-content-terms {
  padding: 10px 0
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background: rgba(21, 18, 17, .9);
  overflow: hidden
}

.wlc-modal_error .modal-backdrop {
  background: rgba(174, 146, 108, .9)
}

.modal-header {
  position: sticky;
  z-index: 1;
  top: 0;
  background: #fbb203;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: none
}

.browser-ucbrowser .modal-header {
  position: relative
}

.modal-header__title {
  width: 100%
}

.wlc-modal__header {
  width: 100%;
  position: relative;
  padding: 1.5rem 5rem;
  text-align: center;
  background: #fbb203
}

.wlc-modal_error .wlc-modal__header {
  padding: 10px 175px 95px;
  border-bottom: unset;
  background: unset
}

.wlc-modal-back {
  position: absolute;
  top: 33%;
  left: 1.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  cursor: pointer
}

.wlc-modal-back .wlc-modal-back__arrow {
  line-height: 0
}

.wlc-modal-back .wlc-modal-back__text {
  white-space: nowrap
}

.wlc-modal-back svg {
  fill: transparent;
  stroke: #fff;
  margin-right: 5px
}

.wlc-modal-back svg polygon {
  -webkit-transition: all .4s linear;
  transition: all .4s linear
}

.wlc-modal-title {
  font-size: 16px;
  margin: 0 2rem;
  text-align: center
}

@media all and (max-width: 900px) {
  .wlc-modal-title {
    font-size: 12.8px
  }
}

@media all and (max-width: 768px) {
  .wlc-modal-title {
    font-size: 12px
  }
}

.wlc-modal-title span {
  display: block;
  width: 100%;
  text-align: center
}

.wlc-modal_message .wlc-modal-title {
  font-size: 2.2rem;
  font-weight: 500;
  color: #fff
}

.wlc-modal_error .wlc-modal__body label,
.wlc-modal_error .wlc-modal__body p {
  color: #fff
}

.wlc-modal-close {
  position: absolute;
  top: 25%;
  right: 1.5rem;
  cursor: pointer;
  z-index: 2
}

.wlc-modal-close .wlc-svg-icon {
  width: 100%;
  height: 100%;
  stroke-width: 2px
}

.wlc-modal-close svg {
  width: 100%;
  height: 100%;
  stroke: #000;
  fill: none
}

.wlc-modal-close:hover svg,
.wlc-modal_error .wlc-modal-close svg,
.wlc-modal_error .wlc-modal-close:hover svg {
  stroke: #000
}

.wlc-modal__body {
  padding: 15px 30px 30px;
  color: #fff
}

@media all and (max-width: 480px) {
  .wlc-modal__body {
    padding-right: 1.5rem;
    padding-left: 1.5rem
  }
}

.wlc-modal__body p,
.wlc-modal_error .wlc-modal__body {
  color: #fff
}

.wlc-modal__body label {
  color: #fff;
  text-align: center
}

.wlc-modal__body p {
  font-size: 1.8rem;
  -ms-hyphens: auto;
  hyphens: auto
}

.wlc-modal__loader,
.wlc-modal_message .wlc-modal__body p {
  text-align: center
}

.wlc-modal__body .wlc-tabs-body .wlc-withdraw .wlc-step-withdraw-block ul li {
  margin-bottom: 0
}

.wlc-modal__body .wlc-docs-wrapper,
.wlc-modal__body .wlc-docs-wrapper>*,
.wlc-modal__body ul,
.wlc-modal__body ul li {
  margin-bottom: 1.5rem
}

.wlc-modal__body .wlc-docs-wrapper:last-child,
.wlc-modal__body .wlc-docs-wrapper>:last-child,
.wlc-modal__body ul li:last-child,
.wlc-modal__body ul:last-child {
  margin-bottom: 0
}

.wlc-modal_message--crypto-invoice .wlc-modal__body {
  font-size: 1.4rem;
  padding-left: 6.5rem;
  padding-right: 6.5rem;
  text-align: center
}

@media all and (max-width: 560px) {
  .wlc-modal_message--crypto-invoice .wlc-modal__body {
    padding-left: 2.25rem;
    padding-right: 2.25rem
  }
}

.wlc-modal-step-deposit-systems-group .wlc-modal__body {
  margin: 2rem;
  padding: 0
}

.wlc-modal__loader_centered {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 0
}

.wlc-modal__loader svg {
  fill: ""
}

.wlc-modal_content-page {
  height: calc(var(--vh, 1vh)*100);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.wlc-modal_content-page>div:not(.wlc-modal__body_scroll) {
  -ms-flex-negative: 0;
  flex-shrink: 0
}

body:not(.wlc-mobile) .wlc-modal_content-page {
  height: calc(var(--vh, 1vh)*100 - 60px)
}

@media all and (max-width: 560px) {
  .wlc-modal_content-page {
    height: calc(var(--vh, 1vh)*100)
  }
}

.wlc-modal_content-page .download-pdf {
  padding-left: 15px
}

.wlc-modal_content-page .download-pdf svg path {
  fill: #e98427
}

.wlc-modal_content-page .download-pdf:hover {
  color: #e98427 !important
}

.wlc-modal__body_scroll {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0
}

.wlc-modal__body_scroll::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: #e6e6e6
}

.wlc-modal__body_scroll::-webkit-scrollbar-thumb {
  border-radius: 35px;
  background-color: #cfcfcf
}

.wlc-modal__body_scroll::-webkit-scrollbar-thumb:hover {
  background-color: #cfcfcf
}

.wlc-modal__body_scroll--content {
  padding: 15px
}

.wlc-modal__footer {
  position: relative;
  text-align: center
}

.wlc-modal_error .wlc-modal__footer {
  padding: 10px 175px 95px
}

.wlc-modal-step-deposit-systems-group .wlc-modal__footer {
  margin: 2rem;
  padding: 0
}

.wlc-modal__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 15px
}

.wlc-message-error p {
  text-align: center;
  font-size: 3rem;
  line-height: 8rem
}

.wlc-message-error p:first-child {
  font-size: 4rem;
  padding-top: 3rem
}

.wlc-content-row,
.wlc-game-play-wrapper .wlc-game-play .wlc-game-play-container .wlc-game-play-container__game.wlc-hide-sidebar .wlc-game-play-area,
.wlc-game-play-wrapper .wlc-game-play-tournament-table table {
  width: 100%
}

.wlc-modal-preplay-description,
.wlc-modal-preplay__login-button {
  margin: 15px
}

.modal+.modal .modal-content {
  border: 0
}

.wlc-modal-sign-up .modal-dialog.modal-default {
  max-width: 870px
}

.modal-open__error .wlc-modal-error {
  z-index: 2000 !important
}

.wlc-modal-static-text .wlc-modal__body h1,
.wlc-modal-static-text .wlc-modal__body h2,
.wlc-modal-static-text .wlc-modal__body h3 {
  margin-bottom: 10px
}

.wlc-modal-static-text .wlc-modal__body p {
  margin: 0 0 10px
}

.wlc-modal_payment .wlc-content-row__rub {
  padding-right: .5rem
}

.download-pdf {
  color: #e98427;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content
}

.download-pdf.disabled {
  pointer-events: none
}

.download-pdf:hover {
  color: #eee
}

.download-pdf__text {
  margin-right: 15px
}

.wlc-state__app-games-play {
  background: #151414;
  background-size: auto
}

.wlc-game-play-wrapper {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 300px
}

@media all and (max-width: 1420px) {
  .wlc-game-play-wrapper {
    display: block
  }
}

.wlc-game-play-wrapper--fullscreen {
  overflow: hidden;
  display: block
}

.wlc-game-play-wrapper--fullscreen .wlc-game-play-header {
  margin: 2rem auto 1rem
}

.wlc-game-play-wrapper .wlc-game-play {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 5px;
  overflow: hidden;
  padding: 38px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 980px;
  flex: 1 1 980px
}

@media all and (max-width: 1024px) {
  .wlc-game-play-wrapper .wlc-game-play {
    -webkit-box-shadow: none;
    box-shadow: none
  }
}

@media all and (max-width: 720px) {
  .wlc-game-play-wrapper .wlc-game-play {
    margin: 0 auto;
    padding: 20px
  }
}

.wlc-game-play-wrapper .wlc-game-play .wlc-game-play-container,
.wlc-game-play-wrapper .wlc-game-play .wlc-game-play-container .wlc-game-play-container__game.wlc-hide-sidebar #game_container {
  position: relative
}

.wlc-game-play-wrapper .wlc-game-play .wlc-game-play-container #game_container {
  max-height: none
}

.wlc-game-play-wrapper .wlc-game-play .wlc-game-play-container .wlc-game-play-container__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.wlc-game-play-wrapper .wlc-game-play .wlc-game-play-container .wlc-game-play-container__game {
  margin: 0 auto;
  padding: 0;
  position: relative;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%
}

.wlc-game-play-wrapper .wlc-game-play .wlc-game-play-container .wlc-game-play-container__game .wlc-game-play-area {
  position: relative;
  margin: 0 auto;
  background-color: #151414
}

.wlc-game-play-wrapper .wlc-game-play .wlc-game-play-container .wlc-game-play-container__game.wlc-hide-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.wlc-game-play-wrapper .wlc-game-play .wlc-game-play-container .wlc-game-play-container__game.wlc-hide-sidebar .wlc-game-play-container__buttons {
  right: -40px
}

.wlc-game-play-wrapper .wlc-game-play .wlc-game-play-container .wlc-game-play-container__game iframe,
.wlc-game-play-wrapper .wlc-game-play .wlc-game-play-container .wlc-game-play-container__game object {
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
  left: 0;
  top: 0
}

.wlc-game-play-wrapper .wlc-game-play .wlc-game-play-container .wlc-game-play-container__buttons {
  position: absolute;
  top: 0;
  right: -25px;
  background-color: transparent
}

.wlc-game-play-wrapper .wlc-game-play .wlc-game-play-container .wlc-game-play-container__btn {
  padding: 5px;
  width: 40px;
  height: 40px;
  text-align: center;
  border-bottom: 1px solid transparent
}

.wlc-game-play-wrapper .wlc-game-play .wlc-game-play-container .wlc-game-play-container__btn:last-child {
  border-bottom: 0
}

.wlc-game-header-btn svg {
  fill: none;
  cursor: pointer;
  -webkit-transition: all .4s linear;
  transition: all .4s linear
}

.wlc-game-play-wrapper .wlc-game-play .wlc-game-play-container .wlc-game-play-container__btn svg {
  fill: none;
  stroke: #ae926c;
  stroke-width: 1px;
  cursor: pointer;
  -webkit-transition: all .4s linear;
  transition: all .4s linear
}

.wlc-game-play-wrapper .wlc-game-play .wlc-game-play-container .wlc-game-play-container__btn:hover svg {
  stroke: #f2592a
}

.wlc-game-play-wrapper .wlc-game-play-tournament {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 4px;
  overflow: hidden;
  padding: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#151414));
  background: linear-gradient(to bottom, #fff 0, #151414 100%);
  width: 100%;
  max-width: 980px;
  margin: 0 auto 25px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 340px;
  flex: 0 1 340px
}

.wlc-game-play-wrapper .wlc-game-play-tournament .wlc-game-play-tournament-header {
  font-size: 2.5rem;
  line-height: 2rem;
  color: #ae926c;
  padding: 9px 17px;
  text-align: center
}

.wlc-game-play-wrapper .wlc-game-play-tournament .wlc-game-play-tournament-header .wlc-game-play-tournament-header__name {
  display: block;
  font-size: 4.5rem;
  line-height: 5rem;
  color: #f2592a;
  margin-top: 6px
}

.wlc-game-play-wrapper .wlc-game-play-tournament .wlc-game-play-tournament-time {
  padding: 14px;
  overflow: hidden
}

.wlc-game-play-wrapper .wlc-game-play-tournament .wlc-game-play-tournament-time .wlc-game-play-tournament-time__image {
  width: 130px;
  height: 130px;
  background-position: center center;
  background-size: cover;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 4px;
  overflow: hidden
}

.wlc-game-play-wrapper .wlc-game-play-tournament .wlc-game-play-tournament-time .wlc-game-play-tournament-time-left {
  font-size: 2.8rem;
  line-height: 25px;
  color: #ae926c;
  padding: 17px 0 0 25px
}

.wlc-game-play-wrapper .wlc-game-play-tournament .wlc-game-play-tournament-time .wlc-game-play-tournament-time-left .wlc-game-play-tournament-time-left-counter {
  display: block;
  font-size: 3.3rem;
  line-height: 3.8rem;
  color: #404041;
  font-weight: 400;
  text-transform: lowercase
}

.wlc-game-play-wrapper .wlc-game-play-tournament .wlc-game-play-tournament-btns {
  padding: 8px 14px 22px
}

.wlc-game-play-wrapper .wlc-game-play-tournament .wlc-game-play-tournament-btns .wlc-game-play-tournament-btns__btn {
  text-transform: uppercase;
  padding: 0 35px;
  margin-right: 25px;
  margin-bottom: 20px
}

.wlc-game-play-wrapper .wlc-game-play-tournament-table table thead th {
  text-align: center;
  vertical-align: middle;
  height: 50px;
  color: #ae926c;
  line-height: 4.5rem;
  font-weight: 400;
  font-style: normal;
  font-size: 2.8rem;
  border-bottom: 1px solid #ae926d
}

.wlc-game-play-wrapper .wlc-game-play-tournament-table table thead th:first-child {
  width: 15%
}

.wlc-game-play-wrapper .wlc-game-play-tournament-table table thead th:nth-child(2) {
  width: 45%
}

.wlc-game-play-wrapper .wlc-game-play-tournament-table table tbody td {
  text-align: center;
  color: #404041;
  height: 45px;
  vertical-align: middle;
  line-height: 4.5rem;
  font-weight: 400;
  font-style: normal;
  font-size: 2.8rem
}

.wlc-game-play-wrapper .wlc-game-play-tournament-table.wlc-game-play-tournament-table_prizes table th:last-child {
  color: #f2592a
}

.wlc-game-play-sidebar {
  background-color: transparent
}

.wlc-game-play-header {
  margin-bottom: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.kiron-header {
  width: 100% !important
}

.wlc-game-play-header__left-btn,
.wlc-game-play-header__right-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.wlc-game-header-btn {
  margin-right: 1.5rem;
  -webkit-transition: all .4s linear;
  transition: all .4s linear
}

.wlc-game-header-btn:last-child {
  margin-right: 0
}

.wlc-game-header-btn:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2)
}

.wlc-game-play-title {
  color: #f2592a;
  font-size: 2.2rem
}

.wlc-game-play-info {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 2rem;
  background-color: transparent
}

.wlc-game-play-info-balance {
  margin-right: 2rem
}

.wlc-game-play-info-balance__title {
  font-size: 1.5rem
}

.wlc-game-play-info-exp-line-wrapper {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right
}

.wlc-game-play-info-exp__title {
  font-size: 1.5rem
}

.wlc-game-play-info-exp-line {
  width: 30px;
  border: 2px solid #fff;
  border-radius: 5px;
  margin-left: 2rem;
  margin-top: 7px;
  position: relative
}

.wlc-game-play-info-exp-line:before {
  content: "";
  display: block;
  width: 15px;
  height: 5px;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  position: absolute;
  left: 50%;
  top: -7px;
  margin-left: -7.5px;
  border-radius: 4px 4px 0 0
}

.wlc-game-play-info-exp-line-block {
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  border-radius: 2px;
  overflow: hidden
}

.wlc-game-play-info-exp-line-block-inner {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff
}

.wlc-game-play-container-errors {
  min-height: 300px
}

.wlc-fullscreen {
  display: inline-block
}

.wlc-section_game-play-mobile {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 100%
}

.wlc-section_game-play-mobile iframe {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000
}

.wlc-section_game-play-mobile .wlc-game-play-wrapper {
  z-index: 999;
  position: fixed
}

.wlc-section_game-play-mobile .wlc-game-play-wrapper--fullscreen iframe {
  height: 100% !important
}

.wlc-section_game-play-mobile .wlc-game-play-dashboard-button {
  position: absolute;
  right: 3px;
  bottom: 45px;
  border-radius: 0;
  -webkit-transform-origin: top right;
  transform-origin: top right;
  -webkit-transform: rotate(-90deg) translateX(100%);
  transform: rotate(-90deg) translateX(100%);
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin: 0
}

.wlc-section_game-play-mobile .wlc-game-play-dashboard-button:before {
  display: none
}

.wlc-game-loader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.wlc-game-loader svg,
.wlc-static-text__loader svg {
  fill: #f2592a
}

.wlc-game-catalog__title {
  font-size: 2.2rem
}

.wlc-game-catalog__games {
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.wlc-game-catalog__games .wlc-game-catalog-wrapper {
  width: 16.6666666667%;
  margin-bottom: 30px
}

@media all and (max-width: 1420px) {
  .wlc-game-catalog__games .wlc-game-catalog-wrapper {
    width: 16.6666666667%
  }
}

@media all and (max-width: 1366px) {
  .wlc-game-catalog__games .wlc-game-catalog-wrapper {
    width: 20%
  }
}

@media all and (max-width: 1200px) {
  .wlc-game-catalog__games .wlc-game-catalog-wrapper {
    width: 25%
  }
}

@media all and (max-width: 1024px) {
  .wlc-game-catalog__games .wlc-game-catalog-wrapper {
    width: 33.3333333333%
  }
}

@media all and (max-width: 900px) {
  .wlc-game-catalog__games .wlc-game-catalog-wrapper {
    width: 33.3333333333%
  }
}

@media all and (max-width: 768px) {
  .wlc-game-catalog__games .wlc-game-catalog-wrapper {
    width: 50%
  }
}

@media all and (max-width: 720px) {
  .wlc-game-catalog__games .wlc-game-catalog-wrapper {
    width: 50%
  }
}

@media all and (max-width: 640px) {
  .wlc-game-catalog__games .wlc-game-catalog-wrapper {
    width: 50%
  }
}

@media all and (max-width: 560px) {
  .wlc-game-catalog__games .wlc-game-catalog-wrapper {
    width: 100%
  }
}

@media all and (max-width: 480px) {
  .wlc-game-catalog__games .wlc-game-catalog-wrapper {
    width: 100%
  }
}

@media all and (max-width: 360px) {
  .wlc-game-catalog__games .wlc-game-catalog-wrapper {
    width: 100%
  }
}

@media all and (max-width: 320px) {
  .wlc-game-catalog__games .wlc-game-catalog-wrapper {
    width: 100%
  }
}

.wlc-game-catalog__more {
  text-align: center
}

.wlc-game-catalog__info {
  text-align: center;
  padding: 30px 0 50px
}

.wlc-static-text {
  padding: 3rem 0 5rem
}

.wlc-static-text__loader {
  display: none;
  text-align: center
}

.wlc-static-text_empty .wlc-static-text__loader {
  display: block
}

.wlc-static-text__title {
  font-size: 3rem;
  padding-bottom: 2rem
}

.wlc-static-text__content {
  color: #ae926c;
  font-size: 1.8rem
}

.wlc-static-text__content h1,
.wlc-static-text__content h2,
.wlc-static-text__content h3,
.wlc-static-text__content h4,
.wlc-static-text__content h5,
.wlc-static-text__content h6,
.wlc-wp-text h2,
.wlc-wp-text h3,
.wlc-wp-text h4,
.wlc-wp-text h5,
.wlc-wp-text h6 {
  font-weight: 700;
  margin-top: 4rem;
  margin-bottom: 2rem
}

.wlc-static-text__content p {
  line-height: 2.6rem;
  margin-bottom: 2rem
}

.wlc-static-text__content ol {
  list-style-type: decimal
}

.wlc-static-text__content ul {
  list-style-type: disc
}

.wlc-static-text__content ol li,
.wlc-static-text__content ul li {
  margin-left: 4rem;
  margin-bottom: 1.5rem
}

section.wlc-banners {
  margin-top: 0;
  margin-bottom: 0;
  background: 0 0
}

@media all and (max-width: 1420px) {
  section.wlc-banners {
    margin-top: 0;
    margin-bottom: 0
  }
}

@media all and (max-width: 1366px) {
  section.wlc-banners {
    margin-top: 0;
    margin-bottom: 0
  }
}

@media all and (max-width: 1200px) {
  section.wlc-banners {
    margin-top: 0;
    margin-bottom: 0
  }
}

@media all and (max-width: 1024px) {
  section.wlc-banners {
    margin-top: 0;
    margin-bottom: 0
  }
}

@media all and (max-width: 900px) {
  section.wlc-banners {
    margin-top: 0;
    margin-bottom: 0
  }
}

@media all and (max-width: 1420px) {
  section.wlc-banners .wlc-swiper-container {
    height: 334.8px
  }
}

@media all and (max-width: 1366px) {
  section.wlc-banners .wlc-swiper-container {
    height: 316.2px
  }
}

@media all and (max-width: 1200px) {
  section.wlc-banners .wlc-swiper-container {
    height: 297.6px
  }
}

@media all and (max-width: 1024px) {
  section.wlc-banners .wlc-swiper-container {
    height: 279px
  }
}

@media all and (max-width: 900px) {
  section.wlc-banners .wlc-swiper-container {
    height: 297.6px
  }
}

@media all and (max-width: 768px) {
  section.wlc-banners .wlc-swiper-container {
    height: 279px
  }
}

@media all and (max-width: 720px) {
  section.wlc-banners .wlc-swiper-container {
    height: 260.4px
  }
}

@media all and (max-width: 640px) {
  section.wlc-banners .wlc-swiper-container {
    height: 241.8px
  }
}

@media all and (max-width: 560px) {
  section.wlc-banners .wlc-swiper-container {
    height: 223.2px
  }
}

@media all and (max-width: 480px) {
  section.wlc-banners .wlc-swiper-container {
    height: 204.6px
  }
}

@media all and (max-width: 360px) {
  section.wlc-banners .wlc-swiper-container {
    height: 186px
  }
}

section.wlc-banners .wlc-swiper-slide {
  background-size: cover;
  background-position: 50% 50%
}

.swiper-slide .wlc-game-thumb,
.swiper-slide>.wlc-wrp,
section.wlc-banners .wlc-swiper-slide .wlc-container,
section.wlc-banners .wlc-swiper-slide .wlc-row {
  height: 100%
}

section.wlc-banners .wlc-swiper-slide .wlc-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 3rem;
  color: #ae926c
}

section.wlc-banners .wlc-swiper-slide .wlc-container .wlc-swiper-slide__title {
  font-size: 120%;
  font-weight: 400
}

section.wlc-banners .wlc-swiper-slide .wlc-container .wlc-swiper-slide__action {
  margin-top: 3rem
}

@media all and (max-width: 1420px) {
  section.wlc-banners.wlc-banners-catalog .wlc-swiper-container {
    height: 427.5px
  }
}

@media all and (max-width: 1366px) {
  section.wlc-banners.wlc-banners-catalog .wlc-swiper-container {
    height: 403.75px
  }
}

@media all and (max-width: 1200px) {
  section.wlc-banners.wlc-banners-catalog .wlc-swiper-container {
    height: 380px
  }
}

@media all and (max-width: 1024px) {
  section.wlc-banners.wlc-banners-catalog .wlc-swiper-container {
    height: 356.25px
  }
}

@media all and (max-width: 900px) {
  section.wlc-banners.wlc-banners-catalog .wlc-swiper-container {
    height: 380px
  }
}

@media all and (max-width: 768px) {
  section.wlc-banners.wlc-banners-catalog .wlc-swiper-container {
    height: 356.25px
  }
}

@media all and (max-width: 720px) {
  section.wlc-banners.wlc-banners-catalog .wlc-swiper-container {
    height: 332.5px
  }
}

@media all and (max-width: 640px) {
  section.wlc-banners.wlc-banners-catalog .wlc-swiper-container {
    height: 308.75px
  }
}

@media all and (max-width: 560px) {
  section.wlc-banners.wlc-banners-catalog .wlc-swiper-container {
    height: 285px
  }
}

@media all and (max-width: 480px) {
  section.wlc-banners.wlc-banners-catalog .wlc-swiper-container {
    height: 261.25px
  }
}

@media all and (max-width: 360px) {
  section.wlc-banners.wlc-banners-catalog .wlc-swiper-container {
    height: 237.5px
  }
}

.swiper-slide {
  height: unset
}

@media all and (max-width: 640px) {

  .swiper-button-next,
  .swiper-button-prev {
    display: none
  }
}

.swiper-pagination-bullet {
  -webkit-box-shadow: 0 0 2px transparent, 0 0 2px transparent, 0 0 2px transparent, 0 0 2px transparent;
  box-shadow: 0 0 2px transparent, 0 0 2px transparent, 0 0 2px transparent, 0 0 2px transparent
}

@media all and (max-width: 768px) {
  .swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important
  }

  .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 0 !important
  }
}

.wlc-contacts-title {
  margin-bottom: 3rem
}

@media all and (max-width: 720px) {
  .wlc-contacts-title {
    text-align: center
  }
}

@media all and (max-width: 560px) {
  .wlc-contacts-title {
    font-size: 3rem;
    letter-spacing: -.02em
  }
}

.wlc-contacts-block {
  margin-bottom: 2.5rem
}

@media all and (max-width: 900px) {
  .wlc-contacts-block {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    margin-bottom: 1.5rem !important
  }
}

.wlc-contacts-block .wlc-form-block {
  padding-right: 3rem;
  margin-left: 3rem;
  border-right: 1px solid rgba(242, 89, 42, .5)
}

@media all and (max-width: 900px) {
  .wlc-contacts-block .wlc-form-block {
    padding-right: 0;
    margin-left: 0;
    border-right: none;
    margin-bottom: 1.5rem !important
  }

  .wlc-contacts-block .wlc-form-block .wlc-label {
    margin-bottom: 0
  }
}

.wlc-contacts-block .wlc-form-block:last-child {
  padding-right: 0;
  border-right: none
}

.wlc-contacts-block .wlc-form-block:first-child {
  margin-left: 0
}

.wlc-contacts {
  padding: 50px 0 0 5px
}

@media all and (max-width: 900px) {
  .wlc-contacts .col {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
  }
}

.wlc-contacts a {
  display: block;
  font-size: 2.2rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden
}

@media all and (max-width: 900px) {
  .wlc-contacts a {
    word-break: break-all
  }
}

@media all and (max-width: 720px) {
  .wlc-contacts a {
    font-size: 2rem
  }
}

@media all and (max-width: 560px) {
  .wlc-contacts a {
    font-size: 1.8rem
  }
}

@media all and (max-width: 360px) {
  .wlc-contacts a {
    font-size: 1.6rem
  }
}

.wlc-contacts a strong {
  font-weight: 400
}

.wlc-contacts form,
.wlc-contacts__action {
  border-top: 1px solid #e7e1cc;
  padding: 38px 0 0
}

.wlc-error-picture {
  background: url(/static/images/error_404.png) no-repeat;
  background-size: contain;
  max-width: 400px;
  width: 100%;
  padding-bottom: 125%;
  margin: 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media all and (max-width: 1420px) {
  .wlc-error-picture {
    max-width: 350px
  }
}

@media all and (max-width: 1024px) {
  .wlc-error-picture {
    max-width: 300px
  }
}

@media all and (max-width: 720px) {
  .wlc-error-picture {
    margin: 0
  }
}

.wlc-error-box {
  padding-top: 8rem;
  background-size: contain;
  margin: 0 auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.wlc-error-box__left-column {
  width: 50%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}

@media all and (max-width: 720px) {
  .wlc-error-box__left-column {
    margin: 0 auto;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
}

.wlc-error-box__right-column {
  padding: 20px 50px 0;
  width: 50%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2
}

.wlc-error-box__right-column ul {
  display: block;
  margin: 51px 0 31px
}

.wlc-error-box__right-column ul li {
  display: block;
  margin-bottom: 10px
}

.wlc-error-box__right-column ul li:first-child {
  font-weight: 700;
  font-size: 35px;
  color: #f2592a;
  padding: 0 0 9px;
  margin-bottom: 0
}

.wlc-error-box__right-column ul li a {
  font-size: 28px;
  line-height: inherit;
  color: #ae926c;
  -webkit-transition: border-color .4s ease-out;
  transition: border-color .4s ease-out;
  border-bottom: 1px solid;
  border-color: transparent
}

.wlc-error-box__right-column ul li a:hover {
  border-color: #ae926c
}

.wlc-error-box__right-column ul li a.active {
  color: #f2592a;
  background: url(../images/sb_active.png) no-repeat 1px 15px;
  padding: 0 0 0 27px
}

.wlc-error-box__right-column p {
  color: #cfc0a4;
  font-size: 23px
}

.wlc-error-box__right-column .wlc-logo__image {
  max-width: 262px;
  margin: 15px 0 0;
  clear: both;
  display: block
}

.wlc-error-box__right-column .wlc-btn {
  clear: both
}

@media all and (max-width: 900px) {
  .wlc-error-box__right-column {
    padding: 20px 45px 0
  }
}

@media all and (max-width: 720px) {
  .wlc-error-box__right-column {
    margin: 0 auto;
    padding: 20px 50px 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
}

.wlc-error-box__center {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.wlc-error-box__center .wlc-error-picture {
  margin: 0 auto;
  max-width: 135px
}

.wlc-error-box__center button {
  width: 300px;
  margin: 0 auto;
  text-transform: uppercase;
  font-weight: 700
}

@media all and (max-width: 560px) {
  .wlc-error-box__center button {
    width: 220px
  }
}

@media all and (max-width: 720px) {
  .wlc-error-box {
    padding-top: 4rem
  }
}

.wlc-error {
  height: 100vh;
  background: #151414 url(/static/images/footer_404.png) no-repeat 0% 100% 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.wlc-error .wlc-container {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

@media all and (max-width: 720px) {
  .wlc-error {
    min-height: 1000px
  }
}

.wlc-error-footer {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0
}

.wlc-big-text,
.wlc-error-footer .wlc-footer-disclaimer-text {
  color: #cfbb9d;
  text-align: center
}

.wlc-big-text {
  font-size: 5rem;
  font-weight: 700;
  color: #fff;
  margin: 45px 0;
  text-transform: uppercase;
  opacity: 1;
  width: 100%;
  display: inline-block
}

@media all and (max-width: 1420px) {
  .wlc-big-text {
    font-size: 4rem
  }
}

@media all and (max-width: 1200px) {
  .wlc-big-text {
    font-size: 2.2rem
  }
}

@media all and (max-width: 900px) {
  .wlc-big-text {
    font-size: 1.8rem
  }
}

.wlc-error__404 {
  font-size: 50px;
  text-align: center;
  color: #dc3e0d;
  font-weight: 700;
  text-transform: uppercase;
  opacity: .8
}

.wlc-error-picture {
  display: block
}

.wlc-error__404 {
  display: none
}

.wlc-signup-social,
.wlc-social {
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  max-height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.wlc-signup-social__text,
.wlc-social__text {
  font-size: 1.8rem;
  margin: auto 7px auto 20px
}

.wlc-social-button,
.wlc-social-button__icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.wlc-social-button {
  background: #fff;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
  cursor: default;
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  padding: .5rem;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  margin: .5rem;
  width: 5.5rem;
  height: 5.5rem
}

.wlc-social-button:hover,
.wlc-user-stat__block-dropdown .dropdown.open .wlc-user-stat__block-username button {
  border-color: #f2592a
}

.wlc-social-button__icon {
  min-width: 23px;
  width: 70%;
  height: 70%
}

.wlc-social-button__icon svg {
  width: 100%;
  height: auto;
  max-height: 100%
}

.wlc-social-button__text {
  margin-left: 15px;
  font-size: 2rem;
  display: none
}

.wlc-header-main .wlc-social {
  margin: auto 0
}

@media all and (max-width: 1024px) {
  .wlc-header-main .wlc-social {
    display: none
  }
}

.wlc-header-main .wlc-social .wlc-social-button-color svg {
  display: block;
  width: 28px;
  margin: 0 3px
}

.wlc-header-main .wlc-social .wlc-social-button-color svg:hover path.fb {
  fill: #3b5998
}

.wlc-header-main .wlc-social .wlc-social-button-color svg:hover path.tw {
  fill: #55acee
}

.wlc-header-main .wlc-social .wlc-social-button-color svg:hover path.ok {
  fill: #f99400
}

.wlc-header-main .wlc-social .wlc-social-button-color svg:hover path.ml {
  fill: #158de1
}

.wlc-header-main .wlc-social .wlc-social-button-color svg:hover path.vk {
  fill: #4d76a1
}

.wlc-header-main .wlc-social .wlc-social-button-color svg:hover path.gp {
  fill: #dc4e41
}

.wlc-header-main .wlc-social .wlc-social-button-color svg * {
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out
}

.wlc-header-main.container .wlc-header-left {
  padding-left: 0
}

.wlc-header-main.container .wlc-header-right {
  padding-right: 0
}

.wlc-filter {
  display: inline-block
}

.wlc-filter_merchants {
  position: relative;
  cursor: default
}

.wlc-filter-title {
  font-size: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.wlc-filter-title .wlc-filter-icon {
  max-height: 1.8rem;
  fill: currentColor
}

@media all and (max-width: 640px) {
  .wlc-filter-title .wlc-filter-title__text {
    display: none
  }
}

.wlc-filter-title span {
  margin-left: 15px
}

.wlc-mobile .wlc-filter-title span {
  margin-left: 0
}

.wlc-filter-title:hover .wlc-icon-list-animated * {
  background-color: #f2592a
}

.wlc-filter-title .wlc-icon-list-animated * {
  background-color: #ae926c
}

.wlc-filter-list {
  position: absolute;
  border: 1px solid #000;
  border-radius: 5px;
  color: #000;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  right: 0;
  overflow: hidden;
  z-index: 1;
  min-width: 300px;
  -webkit-transition: opacity .4s linear;
  transition: opacity .4s linear
}

.wlc-item_hovered .wlc-filter-list {
  visibility: visible;
  opacity: 1
}

.wlc-filter-list .icon-close {
  position: absolute;
  top: 0;
  right: 0;
  margin: 8px
}

.wlc-filter-list .icon-close svg {
  width: 20px;
  height: 20px
}

.wlc-filter-list .icon-close svg * {
  stroke: #f2592a
}

.wlc-filter-list__item {
  padding: 5px 20px 5px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-transition: color .4s ease-out;
  transition: color .4s ease-out
}

.wlc-filter-list__item:hover {
  color: #4d4d4d
}

.wlc-filter-list__item:hover span {
  background: rgba(255, 255, 255, .2)
}

.wlc-filter-list__item .wlc-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.wlc-filter-list__item.active {
  color: #fff
}

.wlc-filter-list__item,
.wlc-search-and-filter,
.wlc-search-and-filter__filter {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.wlc-search-and-filter {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0
}

.wlc-search-and-filter .wlc-search-field {
  min-width: 200px
}

.wlc-search-and-filter__filter {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  white-space: nowrap;
  max-width: 250px
}

@media all and (max-width: 480px) {
  .wlc-search-and-filter__filter {
    display: none
  }
}

.wlc-games-filter {
  margin: 3rem 0
}

.wlc-games-filter .wlc-games-filter-title h2 {
  text-align: center;
  width: 100%;
  margin-bottom: 2rem
}

.wlc-games-filter .wlc-filter {
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: none
}

.wlc-games-filter .wlc-filter .wlc-static-filter .wlc-static-filter-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.wlc-games-filter .wlc-filter .wlc-static-filter .wlc-static-filter-list__item {
  margin-right: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.wlc-games-filter .wlc-filter .wlc-filter-text {
  margin-right: 2rem;
  font-weight: 700
}

.wlc-game-thumb-buttons .wlc-wrp a.wlc-favourite,
.wlc-games-filter .wlc-filter.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.img-thumbnail {
  display: inline-block;
  width: 40px;
  height: 30px;
  margin: 5px 5px 0
}

.flag-icon,
.flag-icon-background {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat
}

.flag-icon {
  position: relative;
  display: inline-block;
  width: 1.3333333333em;
  line-height: 1em
}

.flag-icon:before {
  content: " "
}

.flag-icon.flag-icon-squared {
  width: 1em
}

.flag-icon-ad {
  background-image: url(https://agstatic.com/wlc/flags/4x3/ad.svg)
}

.flag-icon-ad.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/ad.svg)
}

.flag-icon-en {
  background-image: url(https://agstatic.com/wlc/flags/4x3/gb.svg)
}

.flag-icon-en.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/gb.svg)
}

.flag-icon-ae {
  background-image: url(https://agstatic.com/wlc/flags/4x3/ae.svg)
}

.flag-icon-ae.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/ae.svg)
}

.flag-icon-af {
  background-image: url(https://agstatic.com/wlc/flags/4x3/af.svg)
}

.flag-icon-af.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/af.svg)
}

.flag-icon-ag {
  background-image: url(https://agstatic.com/wlc/flags/4x3/ag.svg)
}

.flag-icon-ag.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/ag.svg)
}

.flag-icon-ai {
  background-image: url(https://agstatic.com/wlc/flags/4x3/ai.svg)
}

.flag-icon-ai.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/ai.svg)
}

.flag-icon-al {
  background-image: url(https://agstatic.com/wlc/flags/4x3/al.svg)
}

.flag-icon-al.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/al.svg)
}

.flag-icon-am {
  background-image: url(https://agstatic.com/wlc/flags/4x3/am.svg)
}

.flag-icon-am.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/am.svg)
}

.flag-icon-ao {
  background-image: url(https://agstatic.com/wlc/flags/4x3/ao.svg)
}

.flag-icon-ao.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/ao.svg)
}

.flag-icon-aq {
  background-image: url(https://agstatic.com/wlc/flags/4x3/aq.svg)
}

.flag-icon-aq.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/aq.svg)
}

.flag-icon-ar {
  background-image: url(https://agstatic.com/wlc/flags/4x3/ar.svg)
}

.flag-icon-ar.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/ar.svg)
}

.flag-icon-as {
  background-image: url(https://agstatic.com/wlc/flags/4x3/as.svg)
}

.flag-icon-as.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/as.svg)
}

.flag-icon-at {
  background-image: url(https://agstatic.com/wlc/flags/4x3/at.svg)
}

.flag-icon-at.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/at.svg)
}

.flag-icon-au {
  background-image: url(https://agstatic.com/wlc/flags/4x3/au.svg)
}

.flag-icon-au.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/au.svg)
}

.flag-icon-aw {
  background-image: url(https://agstatic.com/wlc/flags/4x3/aw.svg)
}

.flag-icon-aw.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/aw.svg)
}

.flag-icon-ax {
  background-image: url(https://agstatic.com/wlc/flags/4x3/ax.svg)
}

.flag-icon-ax.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/ax.svg)
}

.flag-icon-az {
  background-image: url(https://agstatic.com/wlc/flags/4x3/az.svg)
}

.flag-icon-az.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/az.svg)
}

.flag-icon-ba {
  background-image: url(https://agstatic.com/wlc/flags/4x3/ba.svg)
}

.flag-icon-ba.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/ba.svg)
}

.flag-icon-bb {
  background-image: url(https://agstatic.com/wlc/flags/4x3/bb.svg)
}

.flag-icon-bb.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/bb.svg)
}

.flag-icon-bd {
  background-image: url(https://agstatic.com/wlc/flags/4x3/bd.svg)
}

.flag-icon-bd.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/bd.svg)
}

.flag-icon-be {
  background-image: url(https://agstatic.com/wlc/flags/4x3/be.svg)
}

.flag-icon-be.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/be.svg)
}

.flag-icon-bf {
  background-image: url(https://agstatic.com/wlc/flags/4x3/bf.svg)
}

.flag-icon-bf.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/bf.svg)
}

.flag-icon-bg {
  background-image: url(https://agstatic.com/wlc/flags/4x3/bg.svg)
}

.flag-icon-bg.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/bg.svg)
}

.flag-icon-bh {
  background-image: url(https://agstatic.com/wlc/flags/4x3/bh.svg)
}

.flag-icon-bh.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/bh.svg)
}

.flag-icon-bi {
  background-image: url(https://agstatic.com/wlc/flags/4x3/bi.svg)
}

.flag-icon-bi.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/bi.svg)
}

.flag-icon-bj {
  background-image: url(https://agstatic.com/wlc/flags/4x3/bj.svg)
}

.flag-icon-bj.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/bj.svg)
}

.flag-icon-bl {
  background-image: url(https://agstatic.com/wlc/flags/4x3/bl.svg)
}

.flag-icon-bl.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/bl.svg)
}

.flag-icon-bm {
  background-image: url(https://agstatic.com/wlc/flags/4x3/bm.svg)
}

.flag-icon-bm.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/bm.svg)
}

.flag-icon-bn {
  background-image: url(https://agstatic.com/wlc/flags/4x3/bn.svg)
}

.flag-icon-bn.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/bn.svg)
}

.flag-icon-bo {
  background-image: url(https://agstatic.com/wlc/flags/4x3/bo.svg)
}

.flag-icon-bo.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/bo.svg)
}

.flag-icon-bq {
  background-image: url(https://agstatic.com/wlc/flags/4x3/bq.svg)
}

.flag-icon-bq.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/bq.svg)
}

.flag-icon-br {
  background-image: url(https://agstatic.com/wlc/flags/4x3/br.svg)
}

.flag-icon-br.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/br.svg)
}

.flag-icon-bs {
  background-image: url(https://agstatic.com/wlc/flags/4x3/bs.svg)
}

.flag-icon-bs.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/bs.svg)
}

.flag-icon-bt {
  background-image: url(https://agstatic.com/wlc/flags/4x3/bt.svg)
}

.flag-icon-bt.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/bt.svg)
}

.flag-icon-bv {
  background-image: url(https://agstatic.com/wlc/flags/4x3/bv.svg)
}

.flag-icon-bv.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/bv.svg)
}

.flag-icon-bw {
  background-image: url(https://agstatic.com/wlc/flags/4x3/bw.svg)
}

.flag-icon-bw.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/bw.svg)
}

.flag-icon-by {
  background-image: url(https://agstatic.com/wlc/flags/4x3/by.svg)
}

.flag-icon-by.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/by.svg)
}

.flag-icon-bz {
  background-image: url(https://agstatic.com/wlc/flags/4x3/bz.svg)
}

.flag-icon-bz.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/bz.svg)
}

.flag-icon-ca {
  background-image: url(https://agstatic.com/wlc/flags/4x3/ca.svg)
}

.flag-icon-ca.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/ca.svg)
}

.flag-icon-cc {
  background-image: url(https://agstatic.com/wlc/flags/4x3/cc.svg)
}

.flag-icon-cc.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/cc.svg)
}

.flag-icon-cd {
  background-image: url(https://agstatic.com/wlc/flags/4x3/cd.svg)
}

.flag-icon-cd.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/cd.svg)
}

.flag-icon-cf {
  background-image: url(https://agstatic.com/wlc/flags/4x3/cf.svg)
}

.flag-icon-cf.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/cf.svg)
}

.flag-icon-cg {
  background-image: url(https://agstatic.com/wlc/flags/4x3/cg.svg)
}

.flag-icon-cg.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/cg.svg)
}

.flag-icon-ch {
  background-image: url(https://agstatic.com/wlc/flags/4x3/ch.svg)
}

.flag-icon-ch.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/ch.svg)
}

.flag-icon-ci {
  background-image: url(https://agstatic.com/wlc/flags/4x3/ci.svg)
}

.flag-icon-ci.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/ci.svg)
}

.flag-icon-ck {
  background-image: url(https://agstatic.com/wlc/flags/4x3/ck.svg)
}

.flag-icon-ck.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/ck.svg)
}

.flag-icon-cl {
  background-image: url(https://agstatic.com/wlc/flags/4x3/cl.svg)
}

.flag-icon-cl.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/cl.svg)
}

.flag-icon-cm {
  background-image: url(https://agstatic.com/wlc/flags/4x3/cm.svg)
}

.flag-icon-cm.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/cm.svg)
}

.flag-icon-cn {
  background-image: url(https://agstatic.com/wlc/flags/4x3/cn.svg)
}

.flag-icon-cn.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/cn.svg)
}

.flag-icon-co {
  background-image: url(https://agstatic.com/wlc/flags/4x3/co.svg)
}

.flag-icon-co.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/co.svg)
}

.flag-icon-cr {
  background-image: url(https://agstatic.com/wlc/flags/4x3/cr.svg)
}

.flag-icon-cr.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/cr.svg)
}

.flag-icon-cu {
  background-image: url(https://agstatic.com/wlc/flags/4x3/cu.svg)
}

.flag-icon-cu.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/cu.svg)
}

.flag-icon-cv {
  background-image: url(https://agstatic.com/wlc/flags/4x3/cv.svg)
}

.flag-icon-cv.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/cv.svg)
}

.flag-icon-cw {
  background-image: url(https://agstatic.com/wlc/flags/4x3/cw.svg)
}

.flag-icon-cw.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/cw.svg)
}

.flag-icon-cx {
  background-image: url(https://agstatic.com/wlc/flags/4x3/cx.svg)
}

.flag-icon-cx.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/cx.svg)
}

.flag-icon-cy {
  background-image: url(https://agstatic.com/wlc/flags/4x3/cy.svg)
}

.flag-icon-cy.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/cy.svg)
}

.flag-icon-cz {
  background-image: url(https://agstatic.com/wlc/flags/4x3/cz.svg)
}

.flag-icon-cz.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/cz.svg)
}

.flag-icon-de {
  background-image: url(https://agstatic.com/wlc/flags/4x3/de.svg)
}

.flag-icon-de.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/de.svg)
}

.flag-icon-dj {
  background-image: url(https://agstatic.com/wlc/flags/4x3/dj.svg)
}

.flag-icon-dj.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/dj.svg)
}

.flag-icon-dk {
  background-image: url(https://agstatic.com/wlc/flags/4x3/dk.svg)
}

.flag-icon-dk.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/dk.svg)
}

.flag-icon-dm {
  background-image: url(https://agstatic.com/wlc/flags/4x3/dm.svg)
}

.flag-icon-dm.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/dm.svg)
}

.flag-icon-do {
  background-image: url(https://agstatic.com/wlc/flags/4x3/do.svg)
}

.flag-icon-do.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/do.svg)
}

.flag-icon-dz {
  background-image: url(https://agstatic.com/wlc/flags/4x3/dz.svg)
}

.flag-icon-dz.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/dz.svg)
}

.flag-icon-ec {
  background-image: url(https://agstatic.com/wlc/flags/4x3/ec.svg)
}

.flag-icon-ec.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/ec.svg)
}

.flag-icon-ee {
  background-image: url(https://agstatic.com/wlc/flags/4x3/ee.svg)
}

.flag-icon-ee.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/ee.svg)
}

.flag-icon-eg {
  background-image: url(https://agstatic.com/wlc/flags/4x3/eg.svg)
}

.flag-icon-eg.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/eg.svg)
}

.flag-icon-eh {
  background-image: url(https://agstatic.com/wlc/flags/4x3/eh.svg)
}

.flag-icon-eh.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/eh.svg)
}

.flag-icon-er {
  background-image: url(https://agstatic.com/wlc/flags/4x3/er.svg)
}

.flag-icon-er.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/er.svg)
}

.flag-icon-es {
  background-image: url(https://agstatic.com/wlc/flags/4x3/es.svg)
}

.flag-icon-es.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/es.svg)
}

.flag-icon-et {
  background-image: url(https://agstatic.com/wlc/flags/4x3/et.svg)
}

.flag-icon-et.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/et.svg)
}

.flag-icon-fi {
  background-image: url(https://agstatic.com/wlc/flags/4x3/fi.svg)
}

.flag-icon-fi.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/fi.svg)
}

.flag-icon-fj {
  background-image: url(https://agstatic.com/wlc/flags/4x3/fj.svg)
}

.flag-icon-fj.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/fj.svg)
}

.flag-icon-fk {
  background-image: url(https://agstatic.com/wlc/flags/4x3/fk.svg)
}

.flag-icon-fk.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/fk.svg)
}

.flag-icon-fm {
  background-image: url(https://agstatic.com/wlc/flags/4x3/fm.svg)
}

.flag-icon-fm.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/fm.svg)
}

.flag-icon-fo {
  background-image: url(https://agstatic.com/wlc/flags/4x3/fo.svg)
}

.flag-icon-fo.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/fo.svg)
}

.flag-icon-fr {
  background-image: url(https://agstatic.com/wlc/flags/4x3/fr.svg)
}

.flag-icon-fr.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/fr.svg)
}

.flag-icon-ga {
  background-image: url(https://agstatic.com/wlc/flags/4x3/ga.svg)
}

.flag-icon-ga.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/ga.svg)
}

.flag-icon-gb {
  background-image: url(https://agstatic.com/wlc/flags/4x3/gb.svg)
}

.flag-icon-gb.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/gb.svg)
}

.flag-icon-gd {
  background-image: url(https://agstatic.com/wlc/flags/4x3/gd.svg)
}

.flag-icon-gd.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/gd.svg)
}

.flag-icon-ge {
  background-image: url(https://agstatic.com/wlc/flags/4x3/ge.svg)
}

.flag-icon-ge.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/ge.svg)
}

.flag-icon-gf {
  background-image: url(https://agstatic.com/wlc/flags/4x3/gf.svg)
}

.flag-icon-gf.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/gf.svg)
}

.flag-icon-gg {
  background-image: url(https://agstatic.com/wlc/flags/4x3/gg.svg)
}

.flag-icon-gg.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/gg.svg)
}

.flag-icon-gh {
  background-image: url(https://agstatic.com/wlc/flags/4x3/gh.svg)
}

.flag-icon-gh.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/gh.svg)
}

.flag-icon-gi {
  background-image: url(https://agstatic.com/wlc/flags/4x3/gi.svg)
}

.flag-icon-gi.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/gi.svg)
}

.flag-icon-gl {
  background-image: url(https://agstatic.com/wlc/flags/4x3/gl.svg)
}

.flag-icon-gl.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/gl.svg)
}

.flag-icon-gm {
  background-image: url(https://agstatic.com/wlc/flags/4x3/gm.svg)
}

.flag-icon-gm.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/gm.svg)
}

.flag-icon-gn {
  background-image: url(https://agstatic.com/wlc/flags/4x3/gn.svg)
}

.flag-icon-gn.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/gn.svg)
}

.flag-icon-gp {
  background-image: url(https://agstatic.com/wlc/flags/4x3/gp.svg)
}

.flag-icon-gp.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/gp.svg)
}

.flag-icon-gq {
  background-image: url(https://agstatic.com/wlc/flags/4x3/gq.svg)
}

.flag-icon-gq.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/gq.svg)
}

.flag-icon-gr {
  background-image: url(https://agstatic.com/wlc/flags/4x3/gr.svg)
}

.flag-icon-gr.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/gr.svg)
}

.flag-icon-gs {
  background-image: url(https://agstatic.com/wlc/flags/4x3/gs.svg)
}

.flag-icon-gs.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/gs.svg)
}

.flag-icon-gt {
  background-image: url(https://agstatic.com/wlc/flags/4x3/gt.svg)
}

.flag-icon-gt.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/gt.svg)
}

.flag-icon-gu {
  background-image: url(https://agstatic.com/wlc/flags/4x3/gu.svg)
}

.flag-icon-gu.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/gu.svg)
}

.flag-icon-gw {
  background-image: url(https://agstatic.com/wlc/flags/4x3/gw.svg)
}

.flag-icon-gw.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/gw.svg)
}

.flag-icon-gy {
  background-image: url(https://agstatic.com/wlc/flags/4x3/gy.svg)
}

.flag-icon-gy.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/gy.svg)
}

.flag-icon-hk {
  background-image: url(https://agstatic.com/wlc/flags/4x3/hk.svg)
}

.flag-icon-hk.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/hk.svg)
}

.flag-icon-hm {
  background-image: url(https://agstatic.com/wlc/flags/4x3/hm.svg)
}

.flag-icon-hm.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/hm.svg)
}

.flag-icon-hn {
  background-image: url(https://agstatic.com/wlc/flags/4x3/hn.svg)
}

.flag-icon-hn.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/hn.svg)
}

.flag-icon-hr {
  background-image: url(https://agstatic.com/wlc/flags/4x3/hr.svg)
}

.flag-icon-hr.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/hr.svg)
}

.flag-icon-ht {
  background-image: url(https://agstatic.com/wlc/flags/4x3/ht.svg)
}

.flag-icon-ht.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/ht.svg)
}

.flag-icon-hu {
  background-image: url(https://agstatic.com/wlc/flags/4x3/hu.svg)
}

.flag-icon-hu.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/hu.svg)
}

.flag-icon-id {
  background-image: url(https://agstatic.com/wlc/flags/4x3/id.svg)
}

.flag-icon-id.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/id.svg)
}

.flag-icon-ie {
  background-image: url(https://agstatic.com/wlc/flags/4x3/ie.svg)
}

.flag-icon-ie.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/ie.svg)
}

.flag-icon-il {
  background-image: url(https://agstatic.com/wlc/flags/4x3/il.svg)
}

.flag-icon-il.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/il.svg)
}

.flag-icon-im {
  background-image: url(https://agstatic.com/wlc/flags/4x3/im.svg)
}

.flag-icon-im.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/im.svg)
}

.flag-icon-in {
  background-image: url(https://agstatic.com/wlc/flags/4x3/in.svg)
}

.flag-icon-in.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/in.svg)
}

.flag-icon-io {
  background-image: url(https://agstatic.com/wlc/flags/4x3/io.svg)
}

.flag-icon-io.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/io.svg)
}

.flag-icon-iq {
  background-image: url(https://agstatic.com/wlc/flags/4x3/iq.svg)
}

.flag-icon-iq.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/iq.svg)
}

.flag-icon-ir {
  background-image: url(https://agstatic.com/wlc/flags/4x3/ir.svg)
}

.flag-icon-ir.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/ir.svg)
}

.flag-icon-is {
  background-image: url(https://agstatic.com/wlc/flags/4x3/is.svg)
}

.flag-icon-is.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/is.svg)
}

.flag-icon-it {
  background-image: url(https://agstatic.com/wlc/flags/4x3/it.svg)
}

.flag-icon-it.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/it.svg)
}

.flag-icon-je {
  background-image: url(https://agstatic.com/wlc/flags/4x3/je.svg)
}

.flag-icon-je.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/je.svg)
}

.flag-icon-jm {
  background-image: url(https://agstatic.com/wlc/flags/4x3/jm.svg)
}

.flag-icon-jm.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/jm.svg)
}

.flag-icon-jo {
  background-image: url(https://agstatic.com/wlc/flags/4x3/jo.svg)
}

.flag-icon-jo.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/jo.svg)
}

.flag-icon-jp {
  background-image: url(https://agstatic.com/wlc/flags/4x3/jp.svg)
}

.flag-icon-jp.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/jp.svg)
}

.flag-icon-ke {
  background-image: url(https://agstatic.com/wlc/flags/4x3/ke.svg)
}

.flag-icon-ke.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/ke.svg)
}

.flag-icon-kg {
  background-image: url(https://agstatic.com/wlc/flags/4x3/kg.svg)
}

.flag-icon-kg.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/kg.svg)
}

.flag-icon-kh {
  background-image: url(https://agstatic.com/wlc/flags/4x3/kh.svg)
}

.flag-icon-kh.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/kh.svg)
}

.flag-icon-ki {
  background-image: url(https://agstatic.com/wlc/flags/4x3/ki.svg)
}

.flag-icon-ki.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/ki.svg)
}

.flag-icon-km {
  background-image: url(https://agstatic.com/wlc/flags/4x3/km.svg)
}

.flag-icon-km.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/km.svg)
}

.flag-icon-kn {
  background-image: url(https://agstatic.com/wlc/flags/4x3/kn.svg)
}

.flag-icon-kn.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/kn.svg)
}

.flag-icon-kp {
  background-image: url(https://agstatic.com/wlc/flags/4x3/kp.svg)
}

.flag-icon-kp.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/kp.svg)
}

.flag-icon-kr {
  background-image: url(https://agstatic.com/wlc/flags/4x3/kr.svg)
}

.flag-icon-kr.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/kr.svg)
}

.flag-icon-kw {
  background-image: url(https://agstatic.com/wlc/flags/4x3/kw.svg)
}

.flag-icon-kw.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/kw.svg)
}

.flag-icon-ky {
  background-image: url(https://agstatic.com/wlc/flags/4x3/ky.svg)
}

.flag-icon-ky.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/ky.svg)
}

.flag-icon-kz {
  background-image: url(https://agstatic.com/wlc/flags/4x3/kz.svg)
}

.flag-icon-kz.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/kz.svg)
}

.flag-icon-la {
  background-image: url(https://agstatic.com/wlc/flags/4x3/la.svg)
}

.flag-icon-la.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/la.svg)
}

.flag-icon-lb {
  background-image: url(https://agstatic.com/wlc/flags/4x3/lb.svg)
}

.flag-icon-lb.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/lb.svg)
}

.flag-icon-lc {
  background-image: url(https://agstatic.com/wlc/flags/4x3/lc.svg)
}

.flag-icon-lc.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/lc.svg)
}

.flag-icon-li {
  background-image: url(https://agstatic.com/wlc/flags/4x3/li.svg)
}

.flag-icon-li.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/li.svg)
}

.flag-icon-lk {
  background-image: url(https://agstatic.com/wlc/flags/4x3/lk.svg)
}

.flag-icon-lk.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/lk.svg)
}

.flag-icon-lr {
  background-image: url(https://agstatic.com/wlc/flags/4x3/lr.svg)
}

.flag-icon-lr.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/lr.svg)
}

.flag-icon-ls {
  background-image: url(https://agstatic.com/wlc/flags/4x3/ls.svg)
}

.flag-icon-ls.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/ls.svg)
}

.flag-icon-lt {
  background-image: url(https://agstatic.com/wlc/flags/4x3/lt.svg)
}

.flag-icon-lt.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/lt.svg)
}

.flag-icon-lu {
  background-image: url(https://agstatic.com/wlc/flags/4x3/lu.svg)
}

.flag-icon-lu.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/lu.svg)
}

.flag-icon-lv {
  background-image: url(https://agstatic.com/wlc/flags/4x3/lv.svg)
}

.flag-icon-lv.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/lv.svg)
}

.flag-icon-ly {
  background-image: url(https://agstatic.com/wlc/flags/4x3/ly.svg)
}

.flag-icon-ly.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/ly.svg)
}

.flag-icon-ma {
  background-image: url(https://agstatic.com/wlc/flags/4x3/ma.svg)
}

.flag-icon-ma.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/ma.svg)
}

.flag-icon-mc {
  background-image: url(https://agstatic.com/wlc/flags/4x3/mc.svg)
}

.flag-icon-mc.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/mc.svg)
}

.flag-icon-md {
  background-image: url(https://agstatic.com/wlc/flags/4x3/md.svg)
}

.flag-icon-md.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/md.svg)
}

.flag-icon-me {
  background-image: url(https://agstatic.com/wlc/flags/4x3/me.svg)
}

.flag-icon-me.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/me.svg)
}

.flag-icon-mf {
  background-image: url(https://agstatic.com/wlc/flags/4x3/mf.svg)
}

.flag-icon-mf.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/mf.svg)
}

.flag-icon-mg {
  background-image: url(https://agstatic.com/wlc/flags/4x3/mg.svg)
}

.flag-icon-mg.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/mg.svg)
}

.flag-icon-mh {
  background-image: url(https://agstatic.com/wlc/flags/4x3/mh.svg)
}

.flag-icon-mh.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/mh.svg)
}

.flag-icon-mk {
  background-image: url(https://agstatic.com/wlc/flags/4x3/mk.svg)
}

.flag-icon-mk.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/mk.svg)
}

.flag-icon-ml {
  background-image: url(https://agstatic.com/wlc/flags/4x3/ml.svg)
}

.flag-icon-ml.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/ml.svg)
}

.flag-icon-mm {
  background-image: url(https://agstatic.com/wlc/flags/4x3/mm.svg)
}

.flag-icon-mm.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/mm.svg)
}

.flag-icon-mn {
  background-image: url(https://agstatic.com/wlc/flags/4x3/mn.svg)
}

.flag-icon-mn.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/mn.svg)
}

.flag-icon-mo {
  background-image: url(https://agstatic.com/wlc/flags/4x3/mo.svg)
}

.flag-icon-mo.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/mo.svg)
}

.flag-icon-mp {
  background-image: url(https://agstatic.com/wlc/flags/4x3/mp.svg)
}

.flag-icon-mp.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/mp.svg)
}

.flag-icon-mq {
  background-image: url(https://agstatic.com/wlc/flags/4x3/mq.svg)
}

.flag-icon-mq.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/mq.svg)
}

.flag-icon-mr {
  background-image: url(https://agstatic.com/wlc/flags/4x3/mr.svg)
}

.flag-icon-mr.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/mr.svg)
}

.flag-icon-ms {
  background-image: url(https://agstatic.com/wlc/flags/4x3/ms.svg)
}

.flag-icon-ms.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/ms.svg)
}

.flag-icon-mt {
  background-image: url(https://agstatic.com/wlc/flags/4x3/mt.svg)
}

.flag-icon-mt.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/mt.svg)
}

.flag-icon-mu {
  background-image: url(https://agstatic.com/wlc/flags/4x3/mu.svg)
}

.flag-icon-mu.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/mu.svg)
}

.flag-icon-mv {
  background-image: url(https://agstatic.com/wlc/flags/4x3/mv.svg)
}

.flag-icon-mv.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/mv.svg)
}

.flag-icon-mw {
  background-image: url(https://agstatic.com/wlc/flags/4x3/mw.svg)
}

.flag-icon-mw.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/mw.svg)
}

.flag-icon-mx {
  background-image: url(https://agstatic.com/wlc/flags/4x3/mx.svg)
}

.flag-icon-mx.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/mx.svg)
}

.flag-icon-my {
  background-image: url(https://agstatic.com/wlc/flags/4x3/my.svg)
}

.flag-icon-my.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/my.svg)
}

.flag-icon-mz {
  background-image: url(https://agstatic.com/wlc/flags/4x3/mz.svg)
}

.flag-icon-mz.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/mz.svg)
}

.flag-icon-na {
  background-image: url(https://agstatic.com/wlc/flags/4x3/na.svg)
}

.flag-icon-na.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/na.svg)
}

.flag-icon-nc {
  background-image: url(https://agstatic.com/wlc/flags/4x3/nc.svg)
}

.flag-icon-nc.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/nc.svg)
}

.flag-icon-ne {
  background-image: url(https://agstatic.com/wlc/flags/4x3/ne.svg)
}

.flag-icon-ne.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/ne.svg)
}

.flag-icon-nf {
  background-image: url(https://agstatic.com/wlc/flags/4x3/nf.svg)
}

.flag-icon-nf.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/nf.svg)
}

.flag-icon-ng {
  background-image: url(https://agstatic.com/wlc/flags/4x3/ng.svg)
}

.flag-icon-ng.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/ng.svg)
}

.flag-icon-ni {
  background-image: url(https://agstatic.com/wlc/flags/4x3/ni.svg)
}

.flag-icon-ni.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/ni.svg)
}

.flag-icon-nl {
  background-image: url(https://agstatic.com/wlc/flags/4x3/nl.svg)
}

.flag-icon-nl.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/nl.svg)
}

.flag-icon-no {
  background-image: url(https://agstatic.com/wlc/flags/4x3/no.svg)
}

.flag-icon-no.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/no.svg)
}

.flag-icon-np {
  background-image: url(https://agstatic.com/wlc/flags/4x3/np.svg)
}

.flag-icon-np.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/np.svg)
}

.flag-icon-nr {
  background-image: url(https://agstatic.com/wlc/flags/4x3/nr.svg)
}

.flag-icon-nr.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/nr.svg)
}

.flag-icon-nu {
  background-image: url(https://agstatic.com/wlc/flags/4x3/nu.svg)
}

.flag-icon-nu.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/nu.svg)
}

.flag-icon-nz {
  background-image: url(https://agstatic.com/wlc/flags/4x3/nz.svg)
}

.flag-icon-nz.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/nz.svg)
}

.flag-icon-om {
  background-image: url(https://agstatic.com/wlc/flags/4x3/om.svg)
}

.flag-icon-om.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/om.svg)
}

.flag-icon-pa {
  background-image: url(https://agstatic.com/wlc/flags/4x3/pa.svg)
}

.flag-icon-pa.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/pa.svg)
}

.flag-icon-pe {
  background-image: url(https://agstatic.com/wlc/flags/4x3/pe.svg)
}

.flag-icon-pe.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/pe.svg)
}

.flag-icon-pf {
  background-image: url(https://agstatic.com/wlc/flags/4x3/pf.svg)
}

.flag-icon-pf.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/pf.svg)
}

.flag-icon-pg {
  background-image: url(https://agstatic.com/wlc/flags/4x3/pg.svg)
}

.flag-icon-pg.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/pg.svg)
}

.flag-icon-ph {
  background-image: url(https://agstatic.com/wlc/flags/4x3/ph.svg)
}

.flag-icon-ph.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/ph.svg)
}

.flag-icon-pk {
  background-image: url(https://agstatic.com/wlc/flags/4x3/pk.svg)
}

.flag-icon-pk.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/pk.svg)
}

.flag-icon-pl {
  background-image: url(https://agstatic.com/wlc/flags/4x3/pl.svg)
}

.flag-icon-pl.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/pl.svg)
}

.flag-icon-pm {
  background-image: url(https://agstatic.com/wlc/flags/4x3/pm.svg)
}

.flag-icon-pm.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/pm.svg)
}

.flag-icon-pn {
  background-image: url(https://agstatic.com/wlc/flags/4x3/pn.svg)
}

.flag-icon-pn.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/pn.svg)
}

.flag-icon-pr {
  background-image: url(https://agstatic.com/wlc/flags/4x3/pr.svg)
}

.flag-icon-pr.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/pr.svg)
}

.flag-icon-ps {
  background-image: url(https://agstatic.com/wlc/flags/4x3/ps.svg)
}

.flag-icon-ps.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/ps.svg)
}

.flag-icon-pt {
  background-image: url(https://agstatic.com/wlc/flags/4x3/pt.svg)
}

.flag-icon-pt.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/pt.svg)
}

.flag-icon-pw {
  background-image: url(https://agstatic.com/wlc/flags/4x3/pw.svg)
}

.flag-icon-pw.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/pw.svg)
}

.flag-icon-py {
  background-image: url(https://agstatic.com/wlc/flags/4x3/py.svg)
}

.flag-icon-py.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/py.svg)
}

.flag-icon-qa {
  background-image: url(https://agstatic.com/wlc/flags/4x3/qa.svg)
}

.flag-icon-qa.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/qa.svg)
}

.flag-icon-re {
  background-image: url(https://agstatic.com/wlc/flags/4x3/re.svg)
}

.flag-icon-re.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/re.svg)
}

.flag-icon-ro {
  background-image: url(https://agstatic.com/wlc/flags/4x3/ro.svg)
}

.flag-icon-ro.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/ro.svg)
}

.flag-icon-rs {
  background-image: url(https://agstatic.com/wlc/flags/4x3/rs.svg)
}

.flag-icon-rs.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/rs.svg)
}

.flag-icon-ru {
  background-image: url(https://agstatic.com/wlc/flags/4x3/ru.svg)
}

.flag-icon-ru.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/ru.svg)
}

.flag-icon-rw {
  background-image: url(https://agstatic.com/wlc/flags/4x3/rw.svg)
}

.flag-icon-rw.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/rw.svg)
}

.flag-icon-sa {
  background-image: url(https://agstatic.com/wlc/flags/4x3/sa.svg)
}

.flag-icon-sa.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/sa.svg)
}

.flag-icon-sb {
  background-image: url(https://agstatic.com/wlc/flags/4x3/sb.svg)
}

.flag-icon-sb.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/sb.svg)
}

.flag-icon-sc {
  background-image: url(https://agstatic.com/wlc/flags/4x3/sc.svg)
}

.flag-icon-sc.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/sc.svg)
}

.flag-icon-sd {
  background-image: url(https://agstatic.com/wlc/flags/4x3/sd.svg)
}

.flag-icon-sd.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/sd.svg)
}

.flag-icon-se {
  background-image: url(https://agstatic.com/wlc/flags/4x3/se.svg)
}

.flag-icon-se.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/se.svg)
}

.flag-icon-sg {
  background-image: url(https://agstatic.com/wlc/flags/4x3/sg.svg)
}

.flag-icon-sg.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/sg.svg)
}

.flag-icon-sh {
  background-image: url(https://agstatic.com/wlc/flags/4x3/sh.svg)
}

.flag-icon-sh.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/sh.svg)
}

.flag-icon-si {
  background-image: url(https://agstatic.com/wlc/flags/4x3/si.svg)
}

.flag-icon-si.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/si.svg)
}

.flag-icon-sj {
  background-image: url(https://agstatic.com/wlc/flags/4x3/sj.svg)
}

.flag-icon-sj.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/sj.svg)
}

.flag-icon-sk {
  background-image: url(https://agstatic.com/wlc/flags/4x3/sk.svg)
}

.flag-icon-sk.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/sk.svg)
}

.flag-icon-sl {
  background-image: url(https://agstatic.com/wlc/flags/4x3/sl.svg)
}

.flag-icon-sl.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/sl.svg)
}

.flag-icon-sm {
  background-image: url(https://agstatic.com/wlc/flags/4x3/sm.svg)
}

.flag-icon-sm.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/sm.svg)
}

.flag-icon-sn {
  background-image: url(https://agstatic.com/wlc/flags/4x3/sn.svg)
}

.flag-icon-sn.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/sn.svg)
}

.flag-icon-so {
  background-image: url(https://agstatic.com/wlc/flags/4x3/so.svg)
}

.flag-icon-so.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/so.svg)
}

.flag-icon-sr {
  background-image: url(https://agstatic.com/wlc/flags/4x3/sr.svg)
}

.flag-icon-sr.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/sr.svg)
}

.flag-icon-ss {
  background-image: url(https://agstatic.com/wlc/flags/4x3/ss.svg)
}

.flag-icon-ss.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/ss.svg)
}

.flag-icon-st {
  background-image: url(https://agstatic.com/wlc/flags/4x3/st.svg)
}

.flag-icon-st.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/st.svg)
}

.flag-icon-sv {
  background-image: url(https://agstatic.com/wlc/flags/4x3/sv.svg)
}

.flag-icon-sv.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/sv.svg)
}

.flag-icon-sx {
  background-image: url(https://agstatic.com/wlc/flags/4x3/sx.svg)
}

.flag-icon-sx.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/sx.svg)
}

.flag-icon-sy {
  background-image: url(https://agstatic.com/wlc/flags/4x3/sy.svg)
}

.flag-icon-sy.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/sy.svg)
}

.flag-icon-sz {
  background-image: url(https://agstatic.com/wlc/flags/4x3/sz.svg)
}

.flag-icon-sz.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/sz.svg)
}

.flag-icon-tc {
  background-image: url(https://agstatic.com/wlc/flags/4x3/tc.svg)
}

.flag-icon-tc.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/tc.svg)
}

.flag-icon-td {
  background-image: url(https://agstatic.com/wlc/flags/4x3/td.svg)
}

.flag-icon-td.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/td.svg)
}

.flag-icon-tf {
  background-image: url(https://agstatic.com/wlc/flags/4x3/tf.svg)
}

.flag-icon-tf.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/tf.svg)
}

.flag-icon-tg {
  background-image: url(https://agstatic.com/wlc/flags/4x3/tg.svg)
}

.flag-icon-tg.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/tg.svg)
}

.flag-icon-th {
  background-image: url(https://agstatic.com/wlc/flags/4x3/th.svg)
}

.flag-icon-th.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/th.svg)
}

.flag-icon-tj {
  background-image: url(https://agstatic.com/wlc/flags/4x3/tj.svg)
}

.flag-icon-tj.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/tj.svg)
}

.flag-icon-tk {
  background-image: url(https://agstatic.com/wlc/flags/4x3/tk.svg)
}

.flag-icon-tk.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/tk.svg)
}

.flag-icon-tl {
  background-image: url(https://agstatic.com/wlc/flags/4x3/tl.svg)
}

.flag-icon-tl.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/tl.svg)
}

.flag-icon-tm {
  background-image: url(https://agstatic.com/wlc/flags/4x3/tm.svg)
}

.flag-icon-tm.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/tm.svg)
}

.flag-icon-tn {
  background-image: url(https://agstatic.com/wlc/flags/4x3/tn.svg)
}

.flag-icon-tn.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/tn.svg)
}

.flag-icon-to {
  background-image: url(https://agstatic.com/wlc/flags/4x3/to.svg)
}

.flag-icon-to.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/to.svg)
}

.flag-icon-tr {
  background-image: url(https://agstatic.com/wlc/flags/4x3/tr.svg)
}

.flag-icon-tr.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/tr.svg)
}

.flag-icon-tt {
  background-image: url(https://agstatic.com/wlc/flags/4x3/tt.svg)
}

.flag-icon-tt.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/tt.svg)
}

.flag-icon-tv {
  background-image: url(https://agstatic.com/wlc/flags/4x3/tv.svg)
}

.flag-icon-tv.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/tv.svg)
}

.flag-icon-tw {
  background-image: url(https://agstatic.com/wlc/flags/4x3/tw.svg)
}

.flag-icon-tw.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/tw.svg)
}

.flag-icon-tz {
  background-image: url(https://agstatic.com/wlc/flags/4x3/tz.svg)
}

.flag-icon-tz.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/tz.svg)
}

.flag-icon-ua {
  background-image: url(https://agstatic.com/wlc/flags/4x3/ua.svg)
}

.flag-icon-ua.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/ua.svg)
}

.flag-icon-ug {
  background-image: url(https://agstatic.com/wlc/flags/4x3/ug.svg)
}

.flag-icon-ug.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/ug.svg)
}

.flag-icon-um {
  background-image: url(https://agstatic.com/wlc/flags/4x3/um.svg)
}

.flag-icon-um.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/um.svg)
}

.flag-icon-us {
  background-image: url(https://agstatic.com/wlc/flags/4x3/us.svg)
}

.flag-icon-us.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/us.svg)
}

.flag-icon-uy {
  background-image: url(https://agstatic.com/wlc/flags/4x3/uy.svg)
}

.flag-icon-uy.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/uy.svg)
}

.flag-icon-uz {
  background-image: url(https://agstatic.com/wlc/flags/4x3/uz.svg)
}

.flag-icon-uz.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/uz.svg)
}

.flag-icon-va {
  background-image: url(https://agstatic.com/wlc/flags/4x3/va.svg)
}

.flag-icon-va.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/va.svg)
}

.flag-icon-vc {
  background-image: url(https://agstatic.com/wlc/flags/4x3/vc.svg)
}

.flag-icon-vc.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/vc.svg)
}

.flag-icon-ve {
  background-image: url(https://agstatic.com/wlc/flags/4x3/ve.svg)
}

.flag-icon-ve.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/ve.svg)
}

.flag-icon-vg {
  background-image: url(https://agstatic.com/wlc/flags/4x3/vg.svg)
}

.flag-icon-vg.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/vg.svg)
}

.flag-icon-vi {
  background-image: url(https://agstatic.com/wlc/flags/4x3/vi.svg)
}

.flag-icon-vi.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/vi.svg)
}

.flag-icon-vn {
  background-image: url(https://agstatic.com/wlc/flags/4x3/vn.svg)
}

.flag-icon-vn.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/vn.svg)
}

.flag-icon-vu {
  background-image: url(https://agstatic.com/wlc/flags/4x3/vu.svg)
}

.flag-icon-vu.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/vu.svg)
}

.flag-icon-wf {
  background-image: url(https://agstatic.com/wlc/flags/4x3/wf.svg)
}

.flag-icon-wf.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/wf.svg)
}

.flag-icon-ws {
  background-image: url(https://agstatic.com/wlc/flags/4x3/ws.svg)
}

.flag-icon-ws.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/ws.svg)
}

.flag-icon-ye {
  background-image: url(https://agstatic.com/wlc/flags/4x3/ye.svg)
}

.flag-icon-ye.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/ye.svg)
}

.flag-icon-yt {
  background-image: url(https://agstatic.com/wlc/flags/4x3/yt.svg)
}

.flag-icon-yt.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/yt.svg)
}

.flag-icon-za {
  background-image: url(https://agstatic.com/wlc/flags/4x3/za.svg)
}

.flag-icon-za.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/za.svg)
}

.flag-icon-zm {
  background-image: url(https://agstatic.com/wlc/flags/4x3/zm.svg)
}

.flag-icon-zm.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/zm.svg)
}

.flag-icon-zw {
  background-image: url(https://agstatic.com/wlc/flags/4x3/zw.svg)
}

.flag-icon-zw.flag-icon-squared {
  background-image: url(https://agstatic.com/wlc/flags/1x1/zw.svg)
}

.wlc-holder {
  width: 100%;
  height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.wlc-contacts .wlc-holder,
.wlc-fast-deposit .hosted-field-container iframe {
  height: 70px
}

.wlc-holder-preloader>div {
  margin: 2px;
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: ball-beat .7s 0s infinite linear;
  animation: ball-beat .7s 0s infinite linear;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

.wlc-holder-preloader>div:nth-child(2n-1) {
  -webkit-animation-delay: -.35s !important;
  animation-delay: -.35s !important
}

.wlc-modal .wlc-holder-preloader>div {
  background-color: #fff
}

.wlc-holder_preloader {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-animation: rotatePreloader 2s infinite ease-in;
  animation: rotatePreloader 2s infinite ease-in
}

.wlc-holder_preloader div {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0
}

.wlc-holder_preloader div:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 10%;
  height: 10%;
  background-color: #ae926c;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%
}

.wlc-holder_preloader div:nth-child(1) {
  -webkit-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-animation: rotateCircle1 2s infinite linear;
  animation: rotateCircle1 2s infinite linear;
  z-index: 9
}

.wlc-holder_preloader div:nth-child(2) {
  -webkit-transform: rotateZ(36deg);
  transform: rotateZ(36deg);
  -webkit-animation: rotateCircle2 2s infinite linear;
  animation: rotateCircle2 2s infinite linear;
  z-index: 8
}

.wlc-holder_preloader div:nth-child(3) {
  -webkit-transform: rotateZ(72deg);
  transform: rotateZ(72deg);
  -webkit-animation: rotateCircle3 2s infinite linear;
  animation: rotateCircle3 2s infinite linear;
  z-index: 7
}

.wlc-holder_preloader div:nth-child(4) {
  -webkit-transform: rotateZ(108deg);
  transform: rotateZ(108deg);
  -webkit-animation: rotateCircle4 2s infinite linear;
  animation: rotateCircle4 2s infinite linear;
  z-index: 6
}

.wlc-holder_preloader div:nth-child(5) {
  -webkit-transform: rotateZ(144deg);
  transform: rotateZ(144deg);
  -webkit-animation: rotateCircle5 2s infinite linear;
  animation: rotateCircle5 2s infinite linear;
  z-index: 5
}

.wlc-holder_preloader div:nth-child(6) {
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
  -webkit-animation: rotateCircle6 2s infinite linear;
  animation: rotateCircle6 2s infinite linear;
  z-index: 4
}

.wlc-holder_preloader div:nth-child(7) {
  -webkit-transform: rotateZ(216deg);
  transform: rotateZ(216deg);
  -webkit-animation: rotateCircle7 2s infinite linear;
  animation: rotateCircle7 2s infinite linear;
  z-index: 3
}

.wlc-holder_preloader div:nth-child(8) {
  -webkit-transform: rotateZ(252deg);
  transform: rotateZ(252deg);
  -webkit-animation: rotateCircle8 2s infinite linear;
  animation: rotateCircle8 2s infinite linear;
  z-index: 2
}

.wlc-holder_preloader div:nth-child(9) {
  -webkit-transform: rotateZ(288deg);
  transform: rotateZ(288deg);
  -webkit-animation: rotateCircle9 2s infinite linear;
  animation: rotateCircle9 2s infinite linear;
  z-index: 1
}

.wlc-holder_preloader div:nth-child(10) {
  -webkit-transform: rotateZ(324deg);
  transform: rotateZ(324deg);
  -webkit-animation: rotateCircle10 2s infinite linear;
  animation: rotateCircle10 2s infinite linear;
  z-index: 0
}

#apg-seal-container {
  width: 42px;
  display: inline-block
}

.wlc-btc-description__memo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #f2cf7b;
  margin: 20px 0 0;
  font-size: 1.8rem
}

.wlc-btc-description__memo svg {
  width: 30px;
  stroke: #f2cf7b;
  fill: #f2cf7b;
  margin-right: .5rem
}

.wlc-btc-description .wlc-btc-image {
  clear: both;
  display: block;
  width: 150px;
  margin: 3rem 0 0
}

.modal-content .wlc-btc-description__memo {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.modal-content .wlc-btc-description .wlc-btc-image {
  margin: 3rem auto 0
}

.wlc-animated-icon {
  display: inline-block;
  position: relative
}

.wlc-animated-icon * {
  background-color: #ae926c;
  border-color: #ae926c
}

.wlc-animated-icon.wlc-animated_hovered *,
.wlc-animated_hover:hover .wlc-animated-icon *,
.wlc-animated_hovered .wlc-animated-icon * {
  background-color: #f2592a;
  border-color: #f2592a
}

.wlc-svg-icon {
  stroke-linecap: round;
  stroke-linejoin: round
}

.wlc-svg-outline line,
.wlc-svg-outline path {
  fill: none;
  stroke-width: 1px;
  stroke: #f2592a
}

.wlc-animated-icon_list-to-arrow {
  width: 25px;
  height: 18px
}

.wlc-animated-icon_list-to-arrow .wlc-animated-icon__line {
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  border-radius: 1px;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: -webkit-transform .4s linear;
  transition: transform .4s linear;
  transition: transform .4s linear, -webkit-transform .4s linear
}

.wlc-animated-icon_list-to-arrow .wlc-animated-icon__line_1 {
  -webkit-transform-origin: left center;
  transform-origin: left center
}

.wlc-animated-icon_list-to-arrow .wlc-animated-icon__line_1.wlc-animated_hovered,
.wlc-animated_hover:hover .wlc-animated-icon_list-to-arrow .wlc-animated-icon__line_1,
.wlc-animated_hovered .wlc-animated-icon_list-to-arrow .wlc-animated-icon__line_1 {
  -webkit-transform: rotateZ(90deg) translate3d(-9%, -590%, 0) scaleX(.8);
  transform: rotateZ(90deg) translate3d(-9%, -590%, 0) scaleX(.8)
}

.wlc-animated-icon_list-to-arrow .wlc-animated-icon__line_2 {
  top: 50%;
  margin-top: -1px
}

.wlc-animated-icon_list-to-arrow .wlc-animated-icon__line_2.wlc-animated_hovered,
.wlc-animated_hover:hover .wlc-animated-icon_list-to-arrow .wlc-animated-icon__line_2,
.wlc-animated_hovered .wlc-animated-icon_list-to-arrow .wlc-animated-icon__line_2 {
  -webkit-transform: rotateZ(45deg) translate3d(0, 340%, 0) scaleX(.5);
  transform: rotateZ(45deg) translate3d(0, 340%, 0) scaleX(.5)
}

.wlc-animated-icon_list-to-arrow .wlc-animated-icon__line_3 {
  bottom: 0
}

.wlc-animated-icon_list-to-arrow .wlc-animated-icon__line_3.wlc-animated_hovered,
.wlc-animated_hover:hover .wlc-animated-icon_list-to-arrow .wlc-animated-icon__line_3,
.wlc-animated_hovered .wlc-animated-icon_list-to-arrow .wlc-animated-icon__line_3 {
  -webkit-transform: rotateZ(-45deg) translate3d(18%, 13%, 0) scaleX(.5);
  transform: rotateZ(-45deg) translate3d(18%, 13%, 0) scaleX(.5)
}

.wlc-animated-icon_arrow-to-arrow {
  width: 25px;
  height: 18px;
  margin-left: 10px
}

.wlc-animated-icon_arrow-to-arrow .wlc-animated-icon__line {
  position: absolute;
  left: 0;
  top: 0;
  width: 12.5px;
  height: 2px;
  border-radius: 1px;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: all .4s linear;
  transition: all .4s linear
}

.wlc-animated-icon_arrow-to-arrow .wlc-animated-icon__line_1,
.wlc-animated-icon_arrow-to-arrow .wlc-animated-icon__line_2 {
  width: 25px;
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: translate3d(0, 390%, 0) rotateZ(18deg) scaleX(1.05);
  transform: translate3d(0, 390%, 0) rotateZ(18deg) scaleX(1.05)
}

.wlc-animated-icon_arrow-to-arrow .wlc-animated-icon__line_1.wlc-animated_hovered,
.wlc-animated_hover:hover .wlc-animated-icon_arrow-to-arrow .wlc-animated-icon__line_1,
.wlc-animated_hovered .wlc-animated-icon_arrow-to-arrow .wlc-animated-icon__line_1 {
  -webkit-transform: translate3d(90%, 425%, 0) rotateZ(45deg) scaleX(1);
  transform: translate3d(90%, 425%, 0) rotateZ(45deg) scaleX(1);
  width: 12.5px
}

.wlc-animated-icon_arrow-to-arrow .wlc-animated-icon__line_2 {
  -webkit-transform: translate3d(0, 390%, 0) rotateZ(-18deg) scaleX(1.05);
  transform: translate3d(0, 390%, 0) rotateZ(-18deg) scaleX(1.05)
}

.wlc-animated-icon_arrow-to-arrow .wlc-animated-icon__line_2.wlc-animated_hovered,
.wlc-animated_hover:hover .wlc-animated-icon_arrow-to-arrow .wlc-animated-icon__line_2,
.wlc-animated_hovered .wlc-animated-icon_arrow-to-arrow .wlc-animated-icon__line_2 {
  -webkit-transform: translate3d(90%, 375%, 0) rotateZ(-45deg) scaleX(1);
  transform: translate3d(90%, 375%, 0) rotateZ(-45deg) scaleX(1);
  width: 12.5px
}

.wlc-animated-icon_arrow-to-arrow .wlc-animated-icon__line_3,
.wlc-animated-icon_arrow-to-arrow .wlc-animated-icon__line_4 {
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: translate3d(5%, -15%, 0) rotateZ(48deg) scaleX(.9);
  transform: translate3d(5%, -15%, 0) rotateZ(48deg) scaleX(.9)
}

.wlc-animated-icon_arrow-to-arrow .wlc-animated-icon__line_3.wlc-animated_hovered,
.wlc-animated_hover:hover .wlc-animated-icon_arrow-to-arrow .wlc-animated-icon__line_3,
.wlc-animated_hovered .wlc-animated-icon_arrow-to-arrow .wlc-animated-icon__line_3,
.wlc-game-thumb-slider-header__see-all a:hover .wlc-animated-icon_arrow-to-arrow .wlc-animated-icon__line_3 {
  -webkit-transform: translate3d(0, 400%, 0) rotateZ(0deg) scaleX(1);
  transform: translate3d(0, 400%, 0) rotateZ(0deg) scaleX(1)
}

.wlc-animated-icon_arrow-to-arrow .wlc-animated-icon__line_4 {
  -webkit-transform: translate3d(5%, 795%, 0) rotateZ(-48deg) scaleX(.9);
  transform: translate3d(5%, 795%, 0) rotateZ(-48deg) scaleX(.9)
}

.wlc-animated-icon_arrow-to-arrow .wlc-animated-icon__line_4.wlc-animated_hovered,
.wlc-animated_hover:hover .wlc-animated-icon_arrow-to-arrow .wlc-animated-icon__line_4,
.wlc-animated_hovered .wlc-animated-icon_arrow-to-arrow .wlc-animated-icon__line_4 {
  -webkit-transform: translate3d(80%, 400%, 0) rotateZ(0deg) scaleX(1);
  transform: translate3d(80%, 400%, 0) rotateZ(0deg) scaleX(1)
}

.wlc-animated-icon_arrow-to-arrow .wlc-arrow,
.wlc-open-menu_left .wlc-hamburger-button span {
  background-color: transparent
}

.wlc-animated-icon_arrow-to-arrow .wlc-arrow * {
  stroke-linecap: round;
  stroke-width: 2px
}

.wlc-game-thumb-slider-header__see-all a:hover .wlc-arrow {
  background-color: transparent;
  stroke: #f2592a
}

.wlc-game-thumb-slider-header__see-all a:hover .wlc-arrow .wlc-arrow-top {
  -webkit-transform: translate(-2px, 7px) rotate(-17.5deg);
  transform: translate(-2px, 7px) rotate(-17.5deg)
}

.wlc-animated-icon_arrow-to-arrow .wlc-arrow .wlc-arrow-bottom__small--hover,
.wlc-animated-icon_arrow-to-arrow .wlc-arrow .wlc-arrow-top__small--hover,
.wlc-game-thumb-slider-header__see-all a:hover .wlc-arrow .wlc-arrow-top__small {
  opacity: 0
}

.wlc-game-thumb-slider-header__see-all a:hover .wlc-arrow .wlc-arrow-top__small--hover {
  opacity: 1
}

.wlc-game-thumb-slider-header__see-all a:hover .wlc-arrow .wlc-arrow-bottom {
  -webkit-transform: translate(3px, -6.5px) rotate(18.5deg);
  transform: translate(3px, -6.5px) rotate(18.5deg)
}

.wlc-game-thumb-slider-header__see-all a:hover .wlc-arrow .wlc-arrow-bottom__small {
  opacity: 0
}

.wlc-game-thumb-slider-header__see-all a:hover .wlc-arrow .wlc-arrow-bottom__small--hover {
  opacity: 1
}

.wlc-svg-icon_favourite {
  stroke: #f2592a;
  stroke-width: 2px;
  fill: transparent
}

.wlc-active .wlc-filter-icon polygon,
.wlc-profile-menu__dropdown .wlc-nav-block__title .wlc-arrow svg {
  fill: #f2592a
}

.wlc-filter-icon,
.wlc-filter-icon polygon,
.wlc-svg-icon_favourite {
  stroke-linecap: round;
  stroke-linejoin: round
}

.wlc-filter-icon polygon {
  fill: transparent;
  stroke-width: 2px;
  stroke: #f2592a;
  -webkit-transition: fill .4s linear;
  transition: fill .4s linear
}

.wlc-svg-icon_close {
  stroke-width: 3px
}

.wlc-icon-logout span {
  display: block;
  max-width: 36px;
  font-size: 12px;
  text-align: center;
  line-height: 0
}

.wlc-plus-minus-icon {
  position: relative;
  width: 2.55em;
  height: 2.55em;
  font-size: 1em;
  opacity: .7
}

.wlc-plus-minus-icon--closed:after,
.wlc-plus-minus-icon--closed:before {
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg)
}

.wlc-plus-minus-icon--closed:after {
  opacity: 1
}

.wlc-all-balances-wrapper .wlc-all-balances-icon:hover,
.wlc-plus-minus-icon--opened {
  opacity: 1
}

.wlc-plus-minus-icon--opened:after,
.wlc-plus-minus-icon--opened:before {
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}

.wlc-plus-minus-icon--opened:after {
  opacity: 0
}

.wlc-plus-minus-icon:before {
  width: 5px;
  height: 30px
}

.wlc-plus-minus-icon:after,
.wlc-plus-minus-icon:before {
  content: "";
  position: absolute;
  background-color: #efd600;
  top: 50%;
  left: 50%;
  border-radius: 30px
}

.wlc-plus-minus-icon:before {
  margin: -15px 0 0 -2.5px
}

.wlc-plus-minus-icon:after {
  width: 30px;
  height: 5px;
  margin: -2.5px 0 0 -15px
}

.wlc-all-balances-wrapper {
  min-width: 30px;
  height: 30px;
  margin-left: 5px
}

.wlc-all-balances-wrapper .wlc-all-balances-icon {
  width: 30px;
  height: 30px;
  cursor: pointer;
  opacity: .7;
  fill: #ae926c
}

.wlc-all-balances-wrapper .wlc-all-balances-icon:hover+.wlc-all-balances-block {
  z-index: 100;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0)
}

.wlc-all-balances-wrapper .wlc-all-balances-block {
  position: absolute;
  z-index: -100000;
  opacity: 0;
  visibility: hidden;
  top: 100%;
  right: 50%;
  -webkit-transform: translate(50%, 30px);
  transform: translate(50%, 30px);
  margin-top: 10px;
  margin-right: 0;
  padding: 0 10px;
  color: #fff;
  background-color: #f2592a;
  border-radius: 6px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all .4s linear;
  transition: all .4s linear
}

.wlc-all-balances-wrapper .wlc-all-balances-block__label {
  margin-right: 10px
}

.wlc-all-balances-wrapper .wlc-all-balances-block__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
  margin-top: 10px
}

.wlc-datepicker .wlc-input,
.wlc-datepicker .wlc-select {
  background-image: url(https://agstatic.com/wlc/icons/datepicker-icon.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) 50%;
  background-size: auto 55%;
  -webkit-transition: none;
  transition: none;
  cursor: pointer
}

.wlc-datepicker .uib-datepicker-popup.dropdown-menu {
  display: block;
  padding: 6px
}

.wlc-datepicker .uib-button-bar {
  padding: 10px 9px 2px
}

.wlc-datepicker .uib-position-measure {
  display: block !important;
  visibility: hidden !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important
}

.wlc-datepicker .uib-position-scrollbar-measure {
  position: absolute !important;
  top: -9999px !important;
  width: 50px !important;
  height: 50px !important;
  overflow: scroll !important
}

.wlc-datepicker .uib-position-body-scrollbar-measure {
  overflow: scroll !important
}

.wlc-datepicker .uib-datepicker .uib-title,
.wlc-datepicker .uib-left,
.wlc-datepicker .uib-right {
  width: 100%
}

.wlc-datepicker .text-info {
  color: inherit !important
}

.wlc-datepicker .sr-only {
  display: none
}

.wlc-datepicker .glyphicon-chevron-left,
.wlc-datepicker .glyphicon-chevron-right {
  position: relative;
  margin-top: -4px;
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  line-height: 1
}

.wlc-datepicker .glyphicon-chevron-left:before,
.wlc-datepicker .glyphicon-chevron-right:before {
  content: "";
  position: absolute;
  top: 0;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.wlc-datepicker .glyphicon-chevron-right:before {
  left: -2px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff
}

.wlc-datepicker .glyphicon-chevron-left:before {
  left: 2px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff
}

.wlc-datepicker .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  min-width: 160px;
  padding: 5px;
  margin: 5px 0 0;
  font-size: 1.4rem;
  text-align: left;
  list-style: none;
  background-color: #151414;
  background-clip: padding-box;
  border: 1px solid #e7e1cc;
  border-radius: 5px
}

.wlc-datepicker .dropdown-menu table td,
.wlc-datepicker .dropdown-menu table th {
  padding: 2px
}

.wlc-datepicker .btn {
  display: inline-block;
  vertical-align: middle;
  padding: 4px 7px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 5px;
  white-space: nowrap;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.wlc-datepicker .btn:hover {
  background-color: #f2592a
}

.wlc-datepicker .btn.active {
  color: #fff;
  background-color: #f2592a;
  border-color: transparent
}

.wlc-datepicker .btn[disabled] {
  color: #404041 !important;
  background-color: transparent !important;
  cursor: not-allowed
}

.wlc-datepicker .btn[disabled].text-muted {
  color: #404041 !important
}

.btn-spinner {
  font-family: sans-serif;
  font-weight: 100
}

.btn-spinner:not(:required) {
  -webkit-animation: three-quarters 1.25s infinite linear;
  animation: three-quarters 1.25s infinite linear;
  border: 3px solid #8c8c8c;
  border-right-color: transparent;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  overflow: hidden;
  text-indent: -9999px;
  width: 18px;
  height: 18px;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: .4s margin ease-out, .2s opacity ease-out;
  transition: .4s margin ease-out, .2s opacity ease-out
}

.is-loading .btn-spinner {
  -webkit-transition: .2s margin ease-in, .4s opacity ease-in;
  transition: .2s margin ease-in, .4s opacity ease-in;
  margin-left: 5px;
  opacity: 1
}

.wlc-betslip-float-panel {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 90;
  font-size: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background: #333b4e;
  border-bottom: 1px solid #1f242f;
  padding: 6px 0 0;
  color: #c5cae9;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

@media (min-width: 1200px) {
  .wlc-betslip-float-panel {
    display: none
  }
}

.wlc-betslip-float-panel-btn {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  margin: 0 10px;
  white-space: nowrap
}

.wlc-betslip-float-panel-btn__icon svg {
  max-width: 23px;
  max-height: 23px
}

.wlc-betslip-float-panel-btn__icon svg * {
  stroke: #c5cae9;
  fill: #c5cae9
}

.wlc-betslip-float-panel-btn__label {
  font-size: 1.1rem;
  text-transform: uppercase
}

.wlc-betslip-float-panel-icon-betslip {
  display: inline-block;
  border-radius: 50%;
  background: #cc5626;
  color: #fff;
  width: 23px;
  height: 23px;
  line-height: 23px
}

.wlc-achievements-page {
  display: grid;
  grid-gap: 40px;
  grid-template-areas: "title title" "last progress" "all all"
}

@media all and (max-width: 900px) {
  .wlc-achievements-page {
    display: block
  }
}

.wlc-achievements-page--noauth {
  display: block
}

.wlc-achievements-page .wlc-achievements-title {
  grid-area: title;
  text-align: center;
  margin: 3rem 0
}

.wlc-achievements-page .wlc-achievements--last {
  grid-area: last
}

.wlc-achievements-page .wlc-achievements--progress {
  grid-area: progress
}

.wlc-achievements-page .wlc-achievements--all {
  grid-area: all
}

.wlc-hamburger-button {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 30px;
  min-width: 30px;
  height: 40px;
  cursor: pointer
}

.wlc-hamburger-button span,
.wlc-hamburger-button span:after,
.wlc-hamburger-button span:before {
  position: relative;
  display: block;
  width: 100%;
  height: 4px;
  background-color: #000;
  border-radius: 4px
}

.wlc-hamburger-button span:after,
.wlc-hamburger-button span:before {
  content: "";
  position: absolute
}

.wlc-hamburger-button span:before {
  top: -10px
}

.wlc-hamburger-button span:after {
  bottom: -10px
}

.wlc-open-menu_left .wlc-hamburger-button span:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.wlc-open-menu_left .wlc-hamburger-button span:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.wlc-hamburger-button,
.wlc-language-box,
.wlc-language-box-trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.wlc-language-box {
  position: relative;
  margin: 0 3rem 0 0
}

@media (hover: none) {
  .wlc-language-selector--opened .wlc-language-box .wlc-language-list-wrapper {
    display: block;
    visibility: visible
  }

  .wlc-language-selector--opened .wlc-language-box .wlc-language-list {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }

  .wlc-language-selector--opened .wlc-language-box .wlc-language-box-trigger__arrow {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg)
  }
}

@media (hover: hover) {
  .wlc-language-box:hover .wlc-language-list-wrapper {
    display: block;
    visibility: visible
  }

  .wlc-language-box:hover .wlc-language-list {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }

  .wlc-language-box:hover .wlc-language-box-trigger__arrow {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg)
  }
}

.wlc-language-box-trigger {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 20px
}

.wlc-language-box-trigger__icon {
  display: none;
  overflow: hidden
}

.wlc-game-categories--dropdown .wlc-dropdown-list-btn button span,
.wlc-language-selector_flag .wlc-language-box-trigger__icon,
.wlc-language-selector_flag-code .wlc-language-box-trigger__icon {
  display: block
}

.wlc-language-selector_flag-code .wlc-language-box-trigger__icon {
  width: 25px;
  height: 25px;
  margin-right: .5rem
}

.wlc-language-box-trigger__icon svg {
  width: 100%;
  height: 100%;
  display: block;
  stroke: none !important
}

.wlc-nav-mobile .wlc-language-box-trigger__icon {
  max-width: 40px;
  max-height: 40px
}

.wlc-language-box-trigger__lang-code {
  font-size: 1.8rem;
  color: #fff
}

.wlc-language-selector_code .wlc-language-box-trigger__lang-code,
.wlc-language-selector_flag-code .wlc-language-box-trigger__lang-code {
  display: inline-block
}

.wlc-language-box-trigger__arrow {
  display: block;
  position: absolute;
  fill: none;
  stroke-width: 2px;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotateZ(0);
  transform: rotateZ(0);
  -webkit-transition: -webkit-transform .4s linear;
  transition: transform .4s linear;
  transition: transform .4s linear, -webkit-transform .4s linear
}

.wlc-language-box-trigger__arrow svg {
  display: block;
  stroke-linecap: round;
  stroke-linejoin: round
}

.games-search-label svg {
  fill: none
}

.wlc-language-box-trigger__arrow svg polyline {
  fill: none;
  stroke: #fff
}

.wlc-language-list-wrapper {
  display: block;
  position: absolute;
  visibility: hidden;
  z-index: 1020;
  right: 0
}

.wlc-language-list {
  text-align: left;
  background: #f2592a;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .3);
  box-shadow: 0 0 0 rgba(0, 0, 0, .3);
  margin-top: 5px;
  opacity: 0;
  border-radius: 4px;
  overflow: hidden;
  -webkit-transition: all .4s linear;
  transition: all .4s linear
}

.wlc-language-list__item a {
  display: block;
  border-bottom: 1px solid #7c7c7c;
  color: #fff;
  padding: 10px;
  font-size: 2rem
}

@media (hover: hover) {
  .wlc-language-list__item a:hover {
    background: #f57e5a
  }
}

.wlc-language-list__item:last-child a {
  border: 0
}

.wlc-promo-steps-wrapper {
  background: #404041
}

@media all and (max-width: 720px) {
  .wlc-promo-steps-wrapper {
    display: none
  }
}

.wlc-promo-steps,
.wlc-promo-steps__empty,
.wlc-promo-steps__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.wlc-promo-steps {
  padding: 0 15px;
  height: 100%;
  background: 0 0;
  border-radius: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%
}

.wlc-promo-steps__empty,
.wlc-promo-steps__item {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 130px
}

.wlc-promo-steps__empty {
  width: 100%
}

.wlc-promo-steps__item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  white-space: nowrap;
  -ms-flex-preferred-size: 33.3333%;
  flex-basis: 33.3333%;
  padding: 0 30px;
  position: relative;
  z-index: 2
}

.wlc-promo-steps__item:first-child {
  padding-left: 0;
  z-index: 3
}

.wlc-promo-steps__item:last-child {
  padding-right: 0;
  z-index: 1
}

.wlc-promo-steps__item:last-child:after {
  display: none !important
}

.wlc-promo-steps__item:after {
  display: block;
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  right: -30px;
  top: 50%;
  margin-top: -30px;
  background-image: url(/static/images/finger_ico.png);
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-size: 100% 100%
}

@media all and (max-width: 1420px) {
  .wlc-promo-steps__item:after {
    width: 54px;
    height: 54px;
    right: -27px;
    margin-top: -27px
  }
}

@media all and (max-width: 1366px) {
  .wlc-promo-steps__item:after {
    width: 51px;
    height: 51px;
    right: -25.5px;
    margin-top: -25.5px
  }
}

@media all and (max-width: 1200px) {
  .wlc-promo-steps__item:after {
    width: 48px;
    height: 48px;
    right: -24px;
    margin-top: -24px
  }
}

@media all and (max-width: 1024px) {
  .wlc-promo-steps__item:after {
    width: 45px;
    height: 45px;
    right: -22.5px;
    margin-top: -22.5px
  }
}

@media all and (max-width: 900px) {
  .wlc-promo-steps__item:after {
    width: 48px;
    height: 48px;
    right: -24px;
    margin-top: -24px
  }
}

@media all and (max-width: 1420px) {
  .wlc-promo-steps__item {
    height: 117px
  }
}

@media all and (max-width: 1366px) {
  .wlc-promo-steps__item {
    height: 110.5px
  }
}

@media all and (max-width: 1200px) {
  .wlc-promo-steps__item {
    height: 104px
  }
}

@media all and (max-width: 1024px) {
  .wlc-promo-steps__item {
    height: 97.5px
  }
}

@media all and (max-width: 900px) {
  .wlc-promo-steps__item {
    height: 104px;
    text-align: center
  }
}

.wlc-game-categories.gorizontal li .wlc-game-category-name,
.wlc-promo-step {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.wlc-game-categories.gorizontal li,
.wlc-promo-step {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.wlc-promo-step {
  -ms-flex-preferred-size: 120px;
  flex-basis: 120px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  cursor: pointer
}

@media all and (max-width: 480px) {
  .wlc-promo-step {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

@media all and (max-width: 1024px) {
  .wlc-mobile .wlc-promo-step {
    -ms-flex-preferred-size: auto;
    flex-basis: auto
  }
}

.wlc-promo-step__title {
  display: block;
  color: #e4dbcf;
  font-size: 3rem;
  font-weight: 600
}

@media all and (max-width: 1420px) {
  .wlc-promo-step__title {
    font-size: 2.7rem
  }
}

@media all and (max-width: 1366px) {
  .wlc-promo-step__title {
    font-size: 2.55rem
  }
}

@media all and (max-width: 1200px) {
  .wlc-promo-step__title {
    font-size: 2.4rem
  }
}

@media all and (max-width: 1024px) {
  .wlc-promo-step__title {
    font-size: 2.25rem
  }
}

@media all and (max-width: 900px) {
  .wlc-promo-step__title {
    font-size: 2.4rem
  }
}

@media all and (max-width: 768px) {
  .wlc-promo-step__title {
    font-size: 2.25rem
  }
}

.wlc-promo-step__content {
  color: #ae926c;
  font-size: 1.6rem;
  font-weight: 400
}

@media all and (max-width: 900px) {
  .wlc-promo-step__content {
    font-size: 1.44rem
  }
}

.wlc-promo-steps__item_separator {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  background-image: url(/static/images/finger_ico.png);
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-size: auto;
  padding: 0 30px
}

@media all and (max-width: 900px) {
  .wlc-promo-steps__item_separator {
    background: 0 0;
    padding: 0 10px
  }
}

.wlc-promo-menu {
  background: "";
  border-bottom: 1px solid #e9d8a7;
  margin-left: -15px;
  margin-right: -15px
}

@media all and (max-width: 720px) {
  .wlc-promo-menu {
    display: none
  }
}

.wlc-promo-menu-item,
.wlc-promo-menu-item a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.wlc-promo-menu-item {
  height: 100%;
  padding-top: 30px;
  padding-bottom: 30px
}

.wlc-promo-menu-item a {
  border: 0;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 130px;
  color: #000;
  font-size: 2rem;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 10px;
  font-weight: 600;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-transform: none;
  position: relative;
  top: 0;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out
}

@media all and (max-width: 1420px) {
  .wlc-promo-menu-item a {
    height: 117px;
    font-size: 1.8rem
  }
}

@media all and (max-width: 1366px) {
  .wlc-promo-menu-item a {
    height: 110.5px;
    font-size: 1.7rem
  }
}

@media all and (max-width: 900px) {
  .wlc-promo-menu-item a {
    height: 104px
  }
}

.wlc-promo-menu-item a:hover {
  top: -2px
}

.wlc-promo-menu-item.wlc-promo-menu-item_livecasino a {
  background: url(/static/images/banners2_live_casino.jpg);
  background-size: cover
}

.wlc-promo-menu-item.wlc-promo-menu-item_tablegames a {
  background: url(/static/images/banners2_table_games.jpg);
  background-size: cover
}

.wlc-promo-menu-item.wlc-promo-menu-item_sportsbook a {
  background: url(/static/images/banners2_sportsbook.jpg);
  background-size: cover
}

.wlc-promo-menu-item.wlc-promo-menu-item_slots a {
  background: url(/static/images/banners2_slots.jpg);
  background-size: cover
}

.wlc-game-categories {
  margin-top: 1rem
}

.wlc-game-categories.wlc-game-categories--dropdown .wlc-dropdown-list-btn .dropdown-toggle button span+span {
  -webkit-transform: translateY(-7px);
  transform: translateY(-7px)
}

.wlc-game-categories.wlc-game-categories--dropdown .wlc-dropdown-list-btn .dropdown-toggle span {
  line-height: 1;
  font-size: 1.4rem;
  text-transform: uppercase
}

.wlc-game-categories__item,
.wlc-game-categories__item .wlc-game-category-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.wlc-game-categories__item {
  font-size: 1.8rem;
  font-weight: 300;
  color: #ae926c;
  padding: 1rem 0;
  margin-left: 15px
}

.wlc-game-categories__item .wlc-game-category-name {
  cursor: pointer;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-transition: border-color .4s ease-out;
  transition: border-color .4s ease-out;
  font-size: .8em
}

.wlc-game-categories__item .wlc-game-category-name:hover {
  color: #f2592a
}

.wlc-game-categories__item .wlc-game-category-icon {
  margin-right: 1rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  width: 45px;
  height: 55px;
  fill: none;
  display: none
}

.wlc-game-categories__item_divider {
  display: none;
  margin-left: 0;
  height: 1.8rem
}

.wlc-game-categories__item_type_title {
  margin-left: 0
}

.wlc-game-categories__item_type_title .wlc-game-category-name {
  font-size: inherit
}

.wlc-game-categories--list_item .wlc-game-category-name:hover,
.wlc-game-categories__item_current .wlc-game-category-name {
  color: #f2592a
}

.wlc-game-categories.gorizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
  overflow: hidden
}

.wlc-game-categories.gorizontal li {
  min-width: 12rem;
  list-style-type: none;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.wlc-game-categories.gorizontal li .wlc-game-category-name {
  width: 100%
}

.wlc-game-categories.gorizontal li .wlc-game-category-name .wlc-game-category-icon {
  margin: 0 0 1rem;
  width: 100%;
  background-position: center center
}

.wlc-game-categories.gorizontal li .wlc-game-category-name .wlc-game-category-text {
  width: 100%;
  text-align: center
}

.wlc-game-categories--dropdown {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 800px
}

.wlc-game-categories--list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.wlc-game-categories--dropdown .wlc-dropdown-list-btn button,
.wlc-game-categories--list,
.wlc-game-categories--list_item,
.wlc-game-categories--list_item .wlc-game-category-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.wlc-game-categories--list_item {
  margin: 0 15px 0 0
}

.wlc-game-categories--list_item .wlc-game-category-name {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  white-space: nowrap;
  color: #ae926c;
  font-size: 1.8rem;
  font-weight: 400;
  cursor: pointer
}

.wlc-game-categories--dropdown .wlc-dropdown-list-btn {
  position: relative
}

.wlc-game-categories--dropdown .wlc-dropdown-list-btn.hidden,
.wlc-last-wins_line .wlc-last-wins-list-item .wlc-last-wins-list-item__icon {
  display: none
}

.wlc-game-categories--dropdown .wlc-dropdown-list-btn button {
  color: #ae926c
}

.wlc-game-categories--dropdown .wlc-dropdown-list-btn button span+span,
.wlc-game-categories--dropdown .wlc-dropdown-list-btn ul {
  -webkit-transition: -webkit-transform .4s linear;
  transition: transform .4s linear;
  transition: transform .4s linear, -webkit-transform .4s linear
}

.wlc-game-categories--dropdown .wlc-dropdown-list-btn button span+span {
  margin-left: 5px
}

.wlc-game-categories--dropdown .wlc-dropdown-list-btn button svg {
  fill: #ae926c
}

.wlc-game-categories--dropdown .wlc-dropdown-list-btn ul {
  z-index: 10;
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  min-width: 200px;
  background-color: #f2592a;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  overflow: hidden;
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: top;
  transform-origin: top
}

.wlc-game-categories--dropdown .wlc-dropdown-list-btn ul li {
  margin: 0
}

.wlc-game-categories--dropdown .wlc-dropdown-list-btn ul li .wlc-game-category-name {
  padding: 10px 15px;
  color: #ae926c;
  font-size: 1.8rem;
  font-weight: 400
}

.wlc-game-categories--dropdown .wlc-dropdown-list-btn.open button span+span,
.wlc-profile-menu__dropdown .wlc-nav-block>li.open .wlc-nav-block__title .wlc-arrow,
.wlc-user-stat__block-dropdown .dropdown.open .wlc-user-stat__block-username button .wlc-arrow svg {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg)
}

.wlc-game-categories--dropdown .wlc-dropdown-list-btn.open ul {
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg)
}

.dummy-list {
  position: absolute
}

.dummy-list li {
  height: 0;
  overflow: hidden
}

.wlc-last-wins-wrapper {
  min-height: 85px;
  background: #404041;
  margin: 0 -15px 20px
}

@media all and (max-width: 560px) {
  .wlc-last-wins-wrapper {
    display: none
  }
}

.wlc-last-wins,
.wlc-last-wins__content,
.wlc-last-wins__title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.wlc-last-wins {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.wlc-last-wins__content,
.wlc-last-wins__title {
  min-height: 85px
}

@media all and (max-width: 1024px) {

  .wlc-last-wins,
  .wlc-last-wins__content,
  .wlc-last-wins__title {
    min-height: auto;
    padding-top: 1rem
  }
}

.wlc-last-wins-list-item__icon a,
.wlc-last-wins-wrapper_vertical .wlc-last-wins {
  display: block
}

.wlc-last-wins-wrapper_vertical .wlc-last-wins__title {
  min-height: auto;
  display: block;
  width: 100%
}

.wlc-last-wins-wrapper_vertical .wlc-last-wins__content {
  display: block;
  width: 100%
}

.wlc-last-wins__title {
  margin-right: 15px
}

@media all and (max-width: 1024px) {
  .wlc-last-wins__title {
    display: none
  }
}

.wlc-last-wins__content {
  position: relative;
  width: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

@media all and (max-width: 1024px) {
  .wlc-last-wins__content {
    width: 100%
  }
}

.wlc-last-wins__content:after,
.wlc-last-wins__content:before {
  display: block;
  content: "";
  position: absolute;
  height: 100%;
  width: 50px;
  top: 0;
  background: #000;
  z-index: 2
}

.wlc-last-wins__content:before {
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#404041), to(rgba(64, 64, 65, 0)));
  background: linear-gradient(to right, #404041, rgba(64, 64, 65, 0))
}

.wlc-last-wins__content:after {
  right: 0;
  background: -webkit-gradient(linear, right top, left top, from(#404041), to(rgba(64, 64, 65, 0)));
  background: linear-gradient(to left, #404041, rgba(64, 64, 65, 0))
}

.wlc-last-wins-list-item__icon .activity-reel-single__image,
.wlc-user-stat__block-mini .wlc-user-stat-username__link:hover+.wlc-user-stat__loyalty,
.wlc-user-stat__block-username button span {
  display: block
}

.wlc-last-wins-wrapper_vertical .wlc-last-wins__content:before {
  left: 0;
  top: 0;
  height: 50px;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#404041), to(rgba(64, 64, 65, 0)));
  background: linear-gradient(to bottom, #404041, rgba(64, 64, 65, 0))
}

.wlc-last-wins-wrapper_vertical .wlc-last-wins__content:after {
  left: 0;
  top: auto;
  bottom: 0;
  height: 50px;
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#404041), to(rgba(64, 64, 65, 0)));
  background: linear-gradient(to top, #404041, rgba(64, 64, 65, 0))
}

.wlc-last-wins-list {
  width: 100%
}

.wlc-last-wins_line .wlc-last-wins-list-item {
  color: #ae926c;
  font-size: 1.8rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media all and (max-width: 900px) {
  .wlc-last-wins_line .wlc-last-wins-list-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
  }
}

@media all and (max-width: 1420px) {
  .wlc-last-wins_line .wlc-last-wins-list-item {
    font-size: 1.62rem
  }
}

@media all and (max-width: 1200px) {
  .wlc-last-wins_line .wlc-last-wins-list-item {
    font-size: 1.44rem
  }
}

@media all and (max-width: 1024px) {
  .wlc-last-wins_line .wlc-last-wins-list-item {
    font-size: 1.35rem
  }
}

.wlc-last-wins_line .wlc-last-wins-list-item .wlc-last-wins-list-item__flag {
  margin: 5px
}

.wlc-last-wins_blocks .wlc-last-wins-list-item>div,
.wlc-last-wins_line .wlc-last-wins-list-item__country {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.wlc-last-wins_line .wlc-last-wins-list-item__country {
  margin-left: 1rem;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap
}

.wlc-last-wins_line .wlc-last-wins__title {
  color: #ae926c;
  font-size: 30px;
  white-space: nowrap;
  font-weight: 600;
  padding-right: 20px;
  text-transform: none
}

@media all and (max-width: 1024px) {
  .wlc-last-wins_line .wlc-last-wins__title {
    padding-right: 0
  }
}

.wlc-sidebar__block .wlc-last-wins_line .wlc-last-wins__title {
  white-space: normal
}

.wlc-last-wins_line .wlc-last-wins-list-item__name {
  margin-right: 1rem;
  color: auto
}

.wlc-last-wins_line .wlc-last-wins-list-item__separator {
  color: auto
}

.wlc-last-wins .wlc-last-wins_line .flag-icon,
.wlc-last-wins .wlc-last-wins_line .flag-icon-background {
  max-height: 18px
}

.wlc-sidebar .swiper-container {
  height: 85px
}

.wlc-sidebar .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.wlc-last-wins_blocks .wlc-last-wins-list-item,
.wlc-user-stat {
  color: #ae926c;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.wlc-last-wins_blocks .wlc-last-wins-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px 0;
  font-size: 1.8rem
}

@media all and (max-width: 1420px) {
  .wlc-last-wins_blocks .wlc-last-wins-list-item {
    font-size: 1.62rem
  }
}

@media all and (max-width: 1366px) {
  .wlc-last-wins_blocks .wlc-last-wins-list-item {
    font-size: 1.53rem
  }
}

@media all and (max-width: 1200px) {
  .wlc-last-wins_blocks .wlc-last-wins-list-item {
    font-size: 1.44rem
  }
}

@media all and (max-width: 1024px) {
  .wlc-last-wins_blocks .wlc-last-wins-list-item {
    font-size: 1.35rem
  }
}

@media all and (max-width: 900px) {
  .wlc-last-wins_blocks .wlc-last-wins-list-item {
    font-size: 1.44rem
  }
}

@media all and (max-width: 768px) {
  .wlc-last-wins_blocks .wlc-last-wins-list-item {
    font-size: 1.35rem
  }
}

@media all and (max-width: 720px) {
  .wlc-last-wins_blocks .wlc-last-wins-list-item {
    font-size: 1.26rem
  }
}

@media all and (max-width: 640px) {
  .wlc-last-wins_blocks .wlc-last-wins-list-item {
    font-size: 1.17rem
  }
}

.wlc-last-wins_blocks .wlc-last-wins-list-item>div {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0
}

@media all and (max-width: 1024px) {
  .wlc-last-wins_blocks .wlc-last-wins__title {
    display: none !important
  }
}

.wlc-last-wins_blocks .wlc-last-wins-list-item__amount {
  margin-right: 1rem;
  padding-right: 15px !important;
  font-size: 2.97rem;
  position: relative;
  color: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important
}

.wlc-last-wins_blocks .wlc-last-wins-list-item__amount svg {
  fill: auto
}

@media all and (max-width: 1420px) {
  .wlc-last-wins_blocks .wlc-last-wins-list-item__amount {
    font-size: 2.673rem
  }
}

@media all and (max-width: 1366px) {
  .wlc-last-wins_blocks .wlc-last-wins-list-item__amount {
    font-size: 2.5245rem
  }
}

@media all and (max-width: 1200px) {
  .wlc-last-wins_blocks .wlc-last-wins-list-item__amount {
    font-size: 2.376rem
  }
}

@media all and (max-width: 1024px) {
  .wlc-last-wins_blocks .wlc-last-wins-list-item__amount {
    font-size: 2.2275rem
  }
}

@media all and (max-width: 900px) {
  .wlc-last-wins_blocks .wlc-last-wins-list-item__amount {
    font-size: 2.376rem
  }
}

@media all and (max-width: 768px) {
  .wlc-last-wins_blocks .wlc-last-wins-list-item__amount {
    font-size: 2.2275rem
  }
}

@media all and (max-width: 720px) {
  .wlc-last-wins_blocks .wlc-last-wins-list-item__amount {
    font-size: 2.079rem
  }
}

@media all and (max-width: 640px) {
  .wlc-last-wins_blocks .wlc-last-wins-list-item__amount {
    font-size: 1.9305rem
  }
}

.wlc-last-wins_blocks .wlc-last-wins-list-item__amount .wlc-amount {
  font-weight: 600
}

.wlc-last-wins_blocks .wlc-last-wins-list-item__amount .wlc-amount_decimal,
.wlc-last-wins_blocks .wlc-last-wins-list-item__amount .wlc-currency {
  font-size: 1.8rem;
  position: relative;
  bottom: .5rem
}

@media all and (max-width: 1420px) {

  .wlc-last-wins_blocks .wlc-last-wins-list-item__amount .wlc-amount_decimal,
  .wlc-last-wins_blocks .wlc-last-wins-list-item__amount .wlc-currency {
    font-size: 1.8rem .9
  }
}

@media all and (max-width: 1366px) {

  .wlc-last-wins_blocks .wlc-last-wins-list-item__amount .wlc-amount_decimal,
  .wlc-last-wins_blocks .wlc-last-wins-list-item__amount .wlc-currency {
    font-size: 1.8rem .85
  }
}

@media all and (max-width: 1200px) {

  .wlc-last-wins_blocks .wlc-last-wins-list-item__amount .wlc-amount_decimal,
  .wlc-last-wins_blocks .wlc-last-wins-list-item__amount .wlc-currency {
    font-size: 1.8rem .8
  }
}

@media all and (max-width: 1024px) {

  .wlc-last-wins_blocks .wlc-last-wins-list-item__amount .wlc-amount_decimal,
  .wlc-last-wins_blocks .wlc-last-wins-list-item__amount .wlc-currency {
    font-size: 1.8rem .75
  }
}

.wlc-last-wins_blocks .wlc-last-wins-list-item__amount .wlc-currency {
  margin-left: 5px
}

.wlc-last-wins_blocks .wlc-last-wins-name-block {
  display: block !important
}

.wlc-last-wins_blocks .wlc-last-wins-list-item__game {
  color: auto;
  font-style: italic;
  font-size: 80%;
  overflow: hidden;
  max-width: 160px;
  white-space: nowrap;
  text-overflow: ellipsis
}

.wlc-last-wins_blocks .wlc-last-wins-list-item-username {
  display: inline-block;
  overflow: hidden;
  max-width: 140px;
  white-space: nowrap;
  text-overflow: ellipsis
}

.wlc-last-wins_blocks .wlc-last-wins-list-item__country {
  padding-right: 30px !important;
  position: relative;
  display: none
}

.wlc-last-wins_blocks .wlc-last-wins-list-item__country .wlc-last-wins-list-item__country-name {
  display: none
}

.wlc-last-wins_blocks .wlc-last-wins-list-item__flag {
  margin-left: 15px;
  width: 20px;
  max-height: 15px
}

.wlc-last-wins_blocks .wlc-inline-bitcoin {
  margin-right: 5px
}

.wlc-last-wins_blocks .wlc-inline-bitcoin .wlc-inline-bitcoin__svg {
  width: 80%
}

.wlc-user-stat {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap
}

@media all and (max-width: 900px) {
  .wlc-user-stat {
    display: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
  }
}

@media all and (max-width: 560px) {
  .wlc-user-stat .wlc-title {
    display: none
  }
}

.wlc-user-stat__block {
  border-right: 1px solid #e9d8a7;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

.browser-microsoftedge .wlc-user-stat__block {
  -ms-flex-preferred-size: content;
  flex-basis: content
}

.browser-internetexplorer .wlc-user-stat__block {
  display: block;
  -ms-flex-preferred-size: auto;
  flex-basis: auto
}

@media all and (max-width: 1420px) {
  .wlc-user-stat__block {
    padding: 0 10px;
    font-size: 2.2rem
  }
}

@media all and (max-width: 900px) {
  .wlc-user-stat__block {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

.wlc-user-stat__block:last-child {
  border-right: none
}

@media all and (max-width: 560px) {
  .wlc-user-stat__block-left {
    max-width: 40%
  }
}

.wlc-user-stat__block-right {
  white-space: nowrap
}

@media all and (max-width: 560px) {
  .wlc-user-stat__block-right {
    max-width: 60%
  }
}

@media all and (max-width: 640px) {
  .wlc-user-stat__block-middle {
    display: none
  }
}

.wlc-user-stat-items {
  max-width: 100%;
  height: 100%
}

.wlc-user-stat-items__item {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: .7rem;
  overflow: hidden;
  white-space: nowrap;
  max-width: 100%;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px
}

@media all and (max-width: 1420px) {
  .wlc-user-stat-items__item {
    margin-bottom: .7rem
  }
}

@media all and (max-width: 560px) {
  .wlc-user-stat-items__item .wlc-btn {
    font-size: 1.54rem;
    padding: 0 1rem;
    line-height: 2.52rem;
    padding: 0
  }
}

@media all and (max-width: 560px)and (max-width:720px) {
  .wlc-user-stat-items__item .wlc-btn {
    font-size: 1.078rem
  }
}

@media all and (max-width: 560px)and (max-width:560px) {
  .wlc-user-stat-items__item .wlc-btn {
    font-size: .924rem
  }
}

@media all and (max-width: 360px) {
  .wlc-user-stat-items__item .wlc-btn {
    font-size: 1.2rem
  }
}

.wlc-user-stat-items__item span {
  max-width: 300px;
  text-overflow: ellipsis;
  overflow: hidden
}

.wlc-user-stat-items__item .wlc-amount__amount {
  color: #f2592a
}

.wlc-user-stat__block-mini {
  color: #ae926c;
  font-size: 1.8rem
}

.wlc-user-stat__block-mini .wlc-user-stat-username {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5px;
  position: relative
}

.wlc-user-stat__block-mini .wlc-user-stat-username svg {
  fill: none;
  stroke: #ae926c;
  stroke-width: 1.5px;
  max-height: 1.8rem
}

.wlc-user-stat__block-mini .wlc-user-stat-username__link {
  white-space: nowrap;
  margin-right: 15px;
  border-bottom: 1px dashed rgba(174, 146, 108, .6)
}

.wlc-user-stat__block-mini .wlc-user-stat-username__link span {
  display: inline-block;
  max-width: 220px;
  white-space: nowrap
}

@media all and (max-width: 1200px) {
  .wlc-user-stat__block-mini .wlc-user-stat-username__link span {
    max-width: 180px
  }
}

.wlc-user-stat__block-mini .wlc-user-stat__loyalty {
  display: none;
  position: absolute;
  background-color: #f2592a;
  left: 0;
  right: 0;
  margin-top: .5rem;
  top: 1.8rem;
  z-index: 10;
  color: #000;
  padding: 1rem;
  border-radius: 5px
}

.wlc-user-stat__block-mini .wlc-icon-logout,
.wlc-user-stat__block-mini .wlc-user-stat-balance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.wlc-user-stat__block-mini .wlc-user-stat-balance {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 1.8rem;
  white-space: nowrap;
  position: relative
}

@media all and (max-width: 1200px) {
  .wlc-user-stat__block-mini .wlc-user-stat-balance>span {
    display: none
  }
}

.wlc-user-stat__block-mini .wlc-user-stat-balance .wlc-btn {
  font-size: 1.8rem
}

.wlc-user-stat__block-mini .wlc-user-stat-balance>* {
  display: block;
  margin-right: 15px
}

.wlc-user-stat__block-mini .wlc-user-stat-balance>:last-child,
.wlc-user-stat__block-mini .wlc-user-stat-id>:last-child {
  margin-right: 0
}

.wlc-user-stat__block-mini .wlc-user-stat-id {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.8rem;
  white-space: nowrap
}

.wlc-user-stat__block-mini .wlc-user-stat-id>* {
  display: block;
  margin-right: 5px
}

.wlc-user-stat__block-mini .wlc-all-balances-wrapper {
  margin-left: -10px
}

.wlc-user-stat__block-dropdown .wlc-user-stat__block-deposit .wlc-user-stat__button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ae926c;
  font-size: 1.4rem;
  font-weight: 400;
  border: 2px solid #f2592a;
  border-radius: 10px
}

.wlc-user-stat__block-dropdown .wlc-user-stat__block-deposit .wlc-user-stat__button:hover {
  cursor: pointer
}

.wlc-user-stat__block-dropdown .wlc-user-stat__block-deposit .wlc-user-stat__button:hover .wlc-user-stat__button-text {
  background: #f2592a
}

.wlc-user-stat__block-dropdown .wlc-user-stat__block-deposit .wlc-user-stat__button:hover .wlc-user-stat__button-info {
  z-index: 10;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0)
}

.wlc-user-stat__block-dropdown .wlc-user-stat__block-deposit,
.wlc-user-stat__block-dropdown .wlc-user-stat__block-deposit .wlc-user-stat__button .wlc-amount-positive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.wlc-user-stat__block-dropdown .wlc-user-stat__block-deposit .wlc-user-stat__button-text {
  padding: 10px 15px;
  background: #f2592a;
  border-radius: 10px
}

.wlc-user-stat__block-dropdown .wlc-user-stat__block-deposit .wlc-user-stat__button-amount {
  padding: 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.wlc-user-stat__block-dropdown .wlc-user-stat__block-deposit .wlc-user-stat__button-info {
  position: absolute;
  top: calc(100% + 20px);
  left: 50%;
  background-color: #151414;
  border: 2px solid #f2592a;
  border-radius: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(-50%, 30px);
  transform: translate(-50%, 30px)
}

.wlc-user-stat__block-dropdown .wlc-user-stat__block-deposit .wlc-user-stat__button-info:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #f2592a;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.wlc-user-stat__block-dropdown .wlc-user-stat__block-deposit .wlc-user-stat__button-info .wlc-all-balances-block__item {
  padding: 5px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.sorted-items-block__show ul li.item_all div,
.wlc-user-stat__block-dropdown .wlc-user-stat__block-deposit .wlc-user-stat__button-info .wlc-all-balances-block__item>* {
  white-space: nowrap
}

.wlc-user-stat__block-dropdown .wlc-user-stat__block-deposit .wlc-user-stat__button-info .wlc-all-balances-block__label {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-right: 10px;
  text-align: left
}

.wlc-user-stat__block-dropdown,
.wlc-user-stat__block-dropdown .dropdown {
  position: relative
}

.wlc-user-stat__block-dropdown .dropdown.open .wlc-user-stat__block-menu {
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg)
}

.wlc-user-stat__block-row,
.wlc-user-stat__block-username button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.wlc-user-stat__block-username {
  margin: 0 0 0 15px
}

.wlc-user-stat__block-username button {
  padding: 10px 15px;
  color: #ae926c;
  font-size: 1.4rem;
  font-weight: 400;
  background: 0 0;
  border: 2px solid rgba(255, 255, 255, .5);
  border-radius: 10px
}

.wlc-user-stat__block-username button span:not(.wlc-arrow) {
  display: block;
  max-width: 150px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.wlc-user-stat__block-username button .wlc-arrow {
  margin-left: 10px;
  width: 12px;
  height: 7px
}

.wlc-user-stat__block-menu,
.wlc-user-stat__block-username button .wlc-arrow svg {
  -webkit-transition: -webkit-transform .4s linear;
  transition: transform .4s linear;
  transition: transform .4s linear, -webkit-transform .4s linear
}

.wlc-user-stat__block-username button .wlc-arrow svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: #ae926c
}

.wlc-user-stat__block-menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  text-align: left;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: top;
  transform-origin: top
}

.wlc-user-stat__menu-greeting {
  padding: 10px 15px;
  max-width: 240px;
  color: #ae926c;
  font-size: 1.6rem;
  font-weight: 700;
  font-style: normal;
  border-bottom: 1px solid #2f2d2d;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden
}

.wlc-user-stat__menu-loyalty {
  margin: 15px;
  padding: 5px 10px;
  background-color: #222020;
  border: 2px solid #f2592a;
  border-radius: 0
}

.wlc-user-stat__menu-loyalty .wlc-user-stat__menu-item {
  padding: 5px 0;
  color: #ae926c;
  font-size: 1.4rem;
  font-weight: 400;
  font-style: normal;
  border: 0
}

.wlc-user-stat__menu-item:last-child {
  border-bottom: 0
}

.wlc-game-thumb,
.wlc-user-stat__menu-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.wlc-user-stat__menu-item a {
  padding: 10px 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ae926c;
  font-size: 1.4rem;
  font-weight: 400;
  font-style: normal
}

.wlc-user-stat__menu-item a:hover {
  color: rgba(174, 146, 108, .7)
}

.wlc-user-stat__menu-item.wlc-logout-link a {
  color: rgba(174, 146, 108, .3)
}

.wlc-user-stat__menu-item.wlc-logout-link a .wlc-icon-logout {
  margin: 0 5px 0 0;
  display: block;
  line-height: 16px
}

.wlc-user-stat__menu-item.wlc-logout-link a .wlc-icon-logout svg {
  display: block;
  width: 16px;
  height: 16px;
  fill: rgba(174, 146, 108, .3)
}

.wlc-user-stat__menu-item.wlc-logout-link a:hover {
  color: rgba(174, 146, 108, .5)
}

.wlc-user-stat__menu-item.wlc-logout-link a:hover .wlc-icon-logout svg {
  fill: rgba(174, 146, 108, .5)
}

.wlc-game-catalog-wrapper>.wlc-wrp,
.wlc-game-catalog-wrapper>.wlc-wrp>.wlc-game-thumb {
  height: 100%
}

.wlc-game-thumb {
  background: #fff;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.wlc-game-thumb__image {
  cursor: pointer;
  position: relative;
  width: 100%
}

.wlc-game-thumb__image .wlc-image-placeholder {
  position: relative;
  padding-top: 75%
}

.wlc-game-thumb__image .wlc-game-thumb-image {
  width: 100%;
  height: 100%;
  border: 0;
  position: absolute;
  top: 0;
  left: 0
}

.wlc-game-thumb__footer {
  padding: 10px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

@media all and (max-width: 900px) {
  .wlc-game-thumb__footer {
    padding-top: 12px;
    padding-bottom: 12px
  }
}

.wlc-game-thumb__footer .wlc-game-thumb__align-content {
  width: 100%
}

.wlc-game-thumb-title,
.wlc-game-thumb__align-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.wlc-game-thumb__align-content {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.wlc-game-thumb-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.wlc-mobile .wlc-game-thumb-title {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.wlc-game-thumb-title__name,
.wlc-game-thumb-title__name a {
  white-space: normal;
  font-size: 1.8rem;
  overflow: hidden;
  font-weight: 600;
  color: #000;
  max-height: 4.5rem;
  text-overflow: ellipsis
}

@media all and (max-width: 900px) {

  .wlc-game-thumb-title__name,
  .wlc-game-thumb-title__name a {
    font-size: 1.26rem;
    text-align: center;
    font-weight: 400;
    display: block;
    max-height: 3.213rem;
    margin-bottom: 0
  }
}

.wlc-game-thumb-title__alias {
  color: #959595;
  font-size: 1.6rem;
  font-weight: 400;
  margin-top: .5rem;
  font-style: italic
}

@media all and (max-width: 900px) {
  .wlc-game-thumb-title__alias {
    font-size: 1.12rem;
    text-align: center
  }
}

.wlc-game-thumb-title__merchant {
  color: #959595;
  font-size: 1.6rem;
  font-weight: 400;
  margin-top: .5rem;
  font-style: italic
}

.wlc-game-thumb-buttons {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 1.5rem;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0
}

.wlc-game-category_livecasino .wlc-btn_demo,
.wlc-mobile .wlc-game-thumb-buttons {
  display: none
}

@media all and (max-width: 1024px) {
  .wlc-game-thumb-buttons {
    display: none !important
  }
}

.wlc-game-thumb-buttons a {
  display: block
}

.wlc-game-thumb__footer {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.wlc-game-thumb__align-content,
.wlc-game-thumb__footer,
.wlc-header-store h1 {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.wlc-game-thumb-buttons,
.wlc-game-thumb-title {
  width: 100%;
  -ms-flex-preferred-size: auto;
  flex-basis: auto
}

.wlc-game-thumb-buttons,
.wlc-game-thumb__labels-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.wlc-game-thumb-buttons .wlc-wrp .wlc-btn {
  padding: .2rem 1.5rem
}

.wlc-game-thumb__labels-wrapper {
  background: rgba(0, 0, 0, .7);
  position: absolute;
  top: 0;
  right: 0
}

.wlc-game-thumb__labels-wrapper span {
  margin: 5px
}

.wlc-game-thumb_blink {
  border: 1px solid #fffb00
}

.wlc-game-thumb_blink .wlc-game-thumb__labels-wrapper {
  background-color: #fffb00;
  color: #000
}

.wlc-game-play-sidebar .wlc-game-thumb .wlc-game-thumb__footer .wlc-game-thumb-title .wlc-game-thumb-title__name {
  height: 24px
}

.wlc-border-block {
  width: 100%;
  height: 0;
  border-bottom: 1px solid #e9d8a7
}

.wlc-search {
  position: relative;
  display: inline-block;
  z-index: 10
}

.wlc-search__results-area {
  position: absolute;
  top: 55px;
  right: 0;
  background: #fff;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.wlc-search__results-area__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  clear: both
}

.wlc-search__results-area__row__cover img {
  border-radius: 3px
}

.wlc-search__results-area__row__info {
  padding-top: 1rem
}

.wlc-search__results-area__row__info a {
  font-size: 2rem;
  color: #000;
  line-height: 1;
  text-overflow: ellipsis
}

.wlc-search__results-area__row__buttons {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.wlc-search__results-area__row__buttons .wlc-btn {
  margin-left: 1rem
}

.wlc-search__mobile-button {
  display: none
}

.wlc-search-form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #b5330b;
  border-radius: 5px;
  border: 1px solid transparent
}

@media all and (max-width: 640px) {
  .wlc-search-form {
    width: 100%
  }
}

.games-search-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 5px;
  width: 32px;
  height: 32px
}

.wlc-search-form__input {
  display: block;
  width: calc(100% - 32px);
  background: 0 0;
  padding: 5px 15px;
  border: 0;
  font-size: 1.8rem
}

.wlc-search-form__input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, .7);
  font-weight: 200;
  font-style: italic;
  line-height: 1.4;
  font-size: 1.8rem
}

.wlc-search-form__input::-moz-placeholder {
  color: rgba(255, 255, 255, .7);
  font-weight: 200;
  font-style: italic;
  line-height: 1.4;
  font-size: 1.8rem
}

.wlc-search-form__input:-ms-input-placeholder {
  color: rgba(255, 255, 255, .7);
  font-weight: 200;
  font-style: italic;
  line-height: 1.4;
  font-size: 1.8rem
}

.wlc-search-form__input::-ms-input-placeholder {
  color: rgba(255, 255, 255, .7);
  font-weight: 200;
  font-style: italic;
  line-height: 1.4;
  font-size: 1.8rem
}

.wlc-search-form__input::placeholder {
  color: rgba(255, 255, 255, .7);
  font-weight: 200;
  font-style: italic;
  line-height: 1.4;
  font-size: 1.8rem
}

.wlc-login-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 100%
}

.wlc-login-buttons .wlc-btn_signup {
  margin-left: 2rem
}

.wlc-form-login {
  font-size: initial
}

.wlc-form-login__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.wlc-form-login__col {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 10px
}

.wlc-form-login__label {
  display: block;
  color: #ae926c;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: left
}

.wlc-form-login__restore {
  margin-top: 5px;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: left
}

.wlc-form-login__restore a {
  color: #ae926c
}

.wlc-form-login__restore a:hover {
  color: #f2592a
}

.wlc-profile-menu-horizontal {
  width: 100%;
  margin-bottom: 40px
}

.wlc-profile-menu-horizontal .wlc-icon {
  display: none
}

@media all and (max-width: 900px) {
  .wlc-profile-menu-horizontal {
    display: none
  }
}

.wlc-profile-menu-horizontal__row {
  margin-right: -15px;
  margin-left: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left
}

.wlc-profile-menu-horizontal__tabs {
  margin-bottom: 15px
}

.wlc-profile-menu-horizontal__tab {
  padding: 0 15px 15px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.wlc-profile-menu-horizontal__tab span {
  padding: 10px 20px;
  display: block;
  color: #ae926c;
  font-size: 1.8rem;
  text-align: center;
  cursor: pointer
}

.wlc-profile-menu-horizontal__tab_active span {
  font-weight: 400;
  background: rgba(231, 225, 204, .5)
}

.wlc-profile-menu-horizontal__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  border-top: 1px solid #ae926c;
  border-bottom: 1px solid #ae926c;
  padding: 15px 0
}

.wlc-profile-menu-horizontal__menu-item {
  color: #ae926c;
  font-size: 1.4rem;
  padding: 0 15px
}

.wlc-profile-menu__dropdown {
  margin: 0 0 15px;
  background-color: transparent
}

.wlc-profile-menu__dropdown .wlc-nav-block {
  width: 1390px;
  max-width: 1390px;
  margin: 0 auto;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media all and (max-width: 1420px) {
  .wlc-profile-menu__dropdown .wlc-nav-block {
    width: 1336px;
    max-width: 1336px
  }
}

@media all and (max-width: 1366px) {
  .wlc-profile-menu__dropdown .wlc-nav-block {
    width: 1170px;
    max-width: 1170px
  }
}

@media all and (max-width: 1200px) {
  .wlc-profile-menu__dropdown .wlc-nav-block {
    width: 994px;
    max-width: 994px
  }
}

@media all and (max-width: 1024px) {
  .wlc-profile-menu__dropdown .wlc-nav-block {
    width: 870px;
    max-width: 870px
  }
}

@media all and (max-width: 900px) {
  .wlc-profile-menu__dropdown .wlc-nav-block {
    width: 738px;
    max-width: 738px
  }
}

@media all and (max-width: 768px) {
  .wlc-profile-menu__dropdown .wlc-nav-block {
    width: 690px;
    max-width: 690px
  }
}

@media all and (max-width: 720px) {
  .wlc-profile-menu__dropdown .wlc-nav-block {
    width: 610px;
    max-width: 610px
  }
}

@media all and (max-width: 640px) {
  .wlc-profile-menu__dropdown .wlc-nav-block {
    width: 530px;
    max-width: 530px
  }
}

@media all and (max-width: 560px) {
  .wlc-profile-menu__dropdown .wlc-nav-block {
    width: 450px;
    max-width: 450px
  }
}

@media all and (max-width: 480px) {
  .wlc-profile-menu__dropdown .wlc-nav-block {
    width: 100%;
    max-width: 100%
  }

  .container-fluid>.wlc-profile-menu__dropdown .wlc-nav-block,
  .wlc-main-content-section .wlc-profile-menu__dropdown .wlc-nav-block {
    padding: 0
  }
}

.wlc-profile-menu__dropdown .wlc-nav-block>li {
  position: relative;
  padding: 0 35px 0 0
}

.wlc-profile-menu__dropdown .wlc-nav-block>li.open .wlc-nav-block__title {
  color: #ac300a
}

.wlc-profile-menu__dropdown .wlc-nav-block>li.open .wlc-nav-block__title .wlc-arrow svg,
.wlc-profile-menu__dropdown .wlc-nav-block__title.wlc-active .wlc-arrow svg,
.wlc-profile-menu__dropdown .wlc-nav-block__title:hover .wlc-arrow svg {
  fill: #ac300a
}

.wlc-profile-menu__dropdown .wlc-nav-block>li.open .wlc-nav-block__dropdown {
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg)
}

.wlc-profile-menu__dropdown .wlc-nav-block__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #f2592a;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  cursor: pointer
}

.wlc-profile-menu__dropdown .wlc-nav-block__item a,
.wlc-profile-menu__dropdown .wlc-nav-block__title .wlc-arrow,
.wlc-profile-menu__dropdown .wlc-nav-block__title .wlc-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.wlc-profile-menu__dropdown .wlc-nav-block__title .wlc-arrow {
  margin: -5px 0 0 10px
}

.wlc-profile-menu__dropdown .wlc-nav-block__title.wlc-active,
.wlc-profile-menu__dropdown .wlc-nav-block__title:hover {
  color: #ac300a
}

.wlc-profile-menu__dropdown .wlc-nav-block__dropdown {
  z-index: 10;
  position: absolute;
  top: calc(100% + 4px);
  min-width: 170px;
  background-color: #f2592a;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transition: -webkit-transform .4s linear;
  transition: transform .4s linear;
  transition: transform .4s linear, -webkit-transform .4s linear
}

.wlc-profile-menu__dropdown .wlc-nav-block__item a {
  padding: 10px 15px
}

.wlc-profile-menu__dropdown .wlc-nav-block__item a .wlc-icon {
  margin-right: 10px
}

.wlc-profile-menu__dropdown .wlc-nav-block__item a .wlc-icon svg {
  display: block;
  width: 25px;
  height: 25px;
  fill: none;
  stroke: #fff
}

.wlc-profile-menu__dropdown .wlc-nav-block__item a .wlc-text {
  color: #fff;
  font-size: 1.4rem;
  white-space: nowrap
}

.wlc-profile-menu__dropdown .wlc-nav-block__item a:hover,
.wlc-profile-menu__dropdown .wlc-nav-block__item.wlc-active a {
  background-color: #dc3e0d
}

.wlc-store {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch
}

.wlc-store-navbar__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.wlc-store-navbar__item {
  padding: 10px
}

.wlc-store-navbar__item.active {
  text-decoration: underline
}

.wlc-store-item {
  margin: 0 0 40px;
  padding: 0 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%
}

@media all and (max-width: 1024px) {
  .wlc-store-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
  }
}

@media all and (max-width: 900px) {
  .wlc-store-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%
  }
}

@media all and (max-width: 640px) {
  .wlc-store-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
  }
}

@media all and (max-width: 360px) {
  .wlc-store-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%
  }
}

.wlc-store-item__loyalty {
  color: #f2592a;
  font-weight: 700;
  font-size: 1.8rem
}

.wlc-store-item__name {
  font-weight: 700;
  color: #cfbb9d;
  font-size: 2rem
}

.wlc-store-item-image,
.wlc-store-item-image_inner {
  background-repeat: no-repeat;
  background-size: contain
}

.wlc-store-item-image {
  width: 100%;
  overflow: hidden;
  border-radius: "";
  background-position: center center;
  margin: 0 auto;
  -webkit-transform: scale(1);
  transform: scale(1)
}

.wlc-store-item-image:hover {
  -webkit-transform: scale(1.02);
  transform: scale(1.02)
}

.wlc-store-item-image_inner {
  padding-bottom: 56.2746201463%;
  cursor: auto;
  background-position: center
}

.wlc-store-item-description {
  margin-top: 12px;
  text-align: center
}

.wlc-store-item-description__name {
  font-size: 1.8rem;
  font-weight: 700;
  color: #f2592a;
  line-height: 1.8rem;
  word-wrap: break-word;
  word-break: break-word;
  min-height: 60px
}

@media all and (max-width: 900px) {
  .wlc-store-item-description__name {
    font-size: 1.44rem
  }
}

@media all and (max-width: 720px) {
  .wlc-store-item-description__name {
    font-size: 1.26rem
  }
}

.wlc-store-box,
.wlc-store-item-description-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.wlc-store-item-description-btns {
  margin-top: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.wlc-store-item-description-btns .wlc-btn {
  margin-bottom: 10px;
  text-transform: uppercase
}

.wlc-store-item-description-btns .wlc-btn_link {
  margin-top: 5px
}

.wlc-store-box {
  padding-top: 38px 0 0 0-15px;
  padding-right: 38px 0 0 0-30px;
  padding-left: 38px 0 0 0-30px;
  padding-bottom: 38px 0 0 0-15px;
  background: 0 0;
  border: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media all and (max-width: 720px) {
  .wlc-store-box {
    padding-top: 38px 0 0 0-25px;
    padding-right: 38px 0 0 0-40px;
    padding-left: 38px 0 0 0-40px;
    padding-bottom: 38px 0 0 0-25px
  }
}

.wlc-store-thumb {
  background: #fff;
  overflow: hidden;
  -webkit-box-shadow: none;
  box-shadow: none
}

.wlc-wrp>.wlc-store-thumb {
  margin: 0 15px
}

.wlc-store-thumb__footer {
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.wlc-store-thumb__footer .wlc-store-thumb__leftcol {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.wlc-store-image {
  border-radius: 6px;
  border: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center
}

.wlc-store-image .wlc-image-placeholder {
  width: 100%;
  padding-bottom: 58%
}

.wlc-btn-store-item {
  background-color: #f2592a;
  color: none;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  height: 3rem
}

.wlc-btn-store-item:hover {
  background-color: #cfbb9d
}

.wlc-header-store {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.wlc-header-store__balance {
  font-size: 2.2rem;
  font-weight: 700
}

.wlc-profile-store-delimeter {
  height: 1px;
  width: 100%;
  margin: 0 0 36px;
  background: #cfbb9d
}

.pagination {
  display: inline-block;
  margin: 20px 0;
  padding-left: 0;
  border-radius: 4px
}

.pagination>li {
  display: inline
}

.pagination>li>a,
.pagination>li>span {
  line-height: 1.428571;
  position: relative;
  margin-left: -1px;
  padding: 6px 12px;
  text-decoration: none;
  color: #337ab7;
  border: 1px solid #ddd;
  background-color: #fff
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
  z-index: 2;
  color: #23527c;
  border-color: #ddd;
  background-color: #eee
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px
}

.pagination>.active>a,
.pagination>.active>span {
  z-index: 3;
  cursor: default;
  color: #fff;
  border-color: #337ab7;
  background-color: #337ab7
}

.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
  z-index: 3;
  cursor: default;
  color: #fff;
  border-color: #337ab7;
  background-color: #337ab7
}

.pagination>.disabled>a,
.pagination>.disabled>span {
  cursor: not-allowed;
  color: #777;
  border-color: #ddd;
  background-color: #fff
}

.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
  cursor: not-allowed;
  color: #777;
  border-color: #ddd;
  background-color: #fff
}

.pagination-lg>li>a,
.pagination-lg>li>span {
  font-size: 18px;
  line-height: 1.333333;
  padding: 10px 16px
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
  font-size: 12px;
  line-height: 1.5;
  padding: 5px 10px
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px
}

.new-pagination-container {
  text-align: center
}

.wlc-news {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 25px;
  padding-top: 3rem
}

.news-entry__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px
}

.news-entry__image {
  width: 260px;
  min-width: 260px;
  margin-right: 30px;
  max-height: 200px;
  overflow: hidden
}

.news-entry__image img {
  width: 100%;
  border: 1px solid rgba(216, 217, 217, .2);
  -webkit-box-shadow: 0 2px 2px rgba(12, 13, 16, .8);
  box-shadow: 0 2px 2px rgba(12, 13, 16, .8)
}

.news-entry__content {
  min-height: 80px;
  width: auto
}

.news-entry__content .info {
  color: #65553f
}

.news-entry__content p {
  word-break: break-all
}

.news-entry__content .news-entry__btn-open,
.wlc-news-container__item a {
  color: #0054b9;
  cursor: pointer
}

.news-entry__content_row {
  margin-top: 10px
}

.wlc-news-categories__item,
.wlc-news-categories__item .wlc-news-category-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.wlc-news-categories__item {
  font-size: 1.8rem;
  font-weight: 300;
  color: #ae926c;
  padding: 1rem 0
}

.wlc-news-categories__item .wlc-news-category-name {
  cursor: pointer;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-transition: border-color .4s ease-out;
  transition: border-color .4s ease-out
}

.wlc-news-categories__item .wlc-news-category-name:hover,
.wlc-news-categories__item.active .wlc-news-category-name,
.wlc-pages-list-item.active a {
  color: #f2592a
}

.wlc-news-categories__item .wlc-news-category-icon {
  margin-right: 1rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  width: 45px;
  height: 55px;
  fill: none
}

.wlc-news-last__item {
  position: relative;
  margin-bottom: 20px
}

.wlc-news-last__image {
  width: 100%;
  max-height: 200px;
  min-height: 120px;
  overflow: hidden
}

.wlc-news-last__image img {
  display: block;
  width: 100%
}

.wlc-news-last__description {
  font-size: 1.4rem;
  background-color: rgba(6, 6, 6, .7);
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 60px;
  max-height: 70px;
  padding: 10px
}

.wlc-news-last__description_text {
  max-height: 60px
}

.wlc-news-container {
  margin-right: 50px
}

.wlc-news-container p {
  margin-bottom: 25px
}

.wlc-news-container__item {
  overflow: hidden
}

.wlc-news-container__item h1 {
  margin-bottom: 10px
}

.wlc-news-container__bottom {
  margin-top: 15px
}

.wlc-news-rightbar h1 {
  margin-bottom: 15px
}

.wlc-pages-list {
  padding: 30px 0 0;
  background: 0 0
}

.wlc-pages-list__title {
  margin-bottom: 2rem;
  color: #f2592a;
  font-size: 3rem;
  font-weight: 600
}

.wlc-pages-list-item {
  padding: 1rem 0;
  color: #ae926c;
  font-size: 1.4rem;
  font-weight: 400
}

.login-signup-dropdown__form .item-signup .wlc-form-block_grownup p a,
.login-signup-dropdown__form .item-signup .wlc-form-block_rules p a {
  text-decoration: underline
}

.wlc-pages-list-item a:hover {
  color: #f2592a;
  text-decoration: underline
}

.wlc-pages-container {
  padding: 30px 0 50px
}

.wlc-pages-item {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #f2592a
}

.wlc-pages-item:first-child {
  padding-top: 0
}

.wlc-pages-item:last-child {
  border-bottom: 0
}

@media all and (max-width: 640px) {
  .wlc-pages-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.wlc-pages-item__image {
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  background-position: center;
  background-size: cover
}

@media all and (max-width: 640px) {
  .wlc-pages-item__image {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    padding-bottom: 1.5rem
  }
}

.wlc-pages-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-preferred-size: 70%;
  flex-basis: 70%
}

.wlc-pages-item__content:not(.wlc-pages-item__no-image) {
  padding-left: 1.5rem
}

@media all and (max-width: 640px) {
  .wlc-pages-item__content:not(.wlc-pages-item__no-image) {
    padding-left: 0
  }

  .wlc-pages-item__content {
    -ms-flex-preferred-size: auto;
    flex-basis: auto
  }
}

.wlc-pages-item__content .wlc-pages-item-title {
  padding-bottom: 15px;
  color: #f2592a;
  font-size: 2rem;
  font-weight: 600
}

.wlc-pages-item__content .wlc-pages-item-date {
  padding-bottom: 15px;
  color: #ae926c;
  font-size: 1.4rem;
  font-weight: 600
}

.wlc-pages-item__content .wlc-pages-item-description {
  padding-bottom: 15px;
  color: #ae926c;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  overflow-wrap: break-word;
  word-break: break-all;
  -ms-hyphens: auto;
  hyphens: auto
}

.wlc-pages-item__content_promo .wlc-pages-item__link {
  padding-right: 20px
}

.wlc-pages-item__content_promo .wlc-pages-item__link span {
  position: relative
}

.wlc-pages-item__content_promo .wlc-pages-item__link span:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  -webkit-transform: rotate(45deg) translate(0, -63%);
  transform: rotate(45deg) translate(0, -63%);
  position: absolute;
  top: 50%;
  right: -10px
}

.wlc-pages-container__item h1 {
  margin-bottom: 1.5rem
}

.wlc-pages-container__item img.alignleft {
  margin: 0 1.5rem 1.5rem 0
}

.wlc-pages-container__item img.alignright {
  margin: 0 0 1.5rem 1.5rem
}

.wlc-pages-container__list-paginate {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%
}

.wlc-pages-container__bottom {
  margin-top: 1.5rem
}

.wlc-pages-container__bottom .wlc-pages-container__btn {
  font-weight: 600;
  margin-right: 20px
}

.wlc-pages-container__bottom .wlc-pages-container__btn_back {
  display: inline-block;
  color: #4680ef;
  font-size: 1.4rem
}

.wlc-pages-container__bottom .wlc-pages-container__btn_back:hover {
  text-decoration: underline
}

@media all and (max-width: 480px) {
  .wlc-pages-container__bottom .wlc-pages-container__btn {
    margin-right: 10px;
    padding: 10px
  }
}

.wlc-widgets__grid-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-bottom: 50px
}

@media all and (max-width: 1024px) {
  .wlc-widgets__grid-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

.wlc-widgets__grid-header {
  font-size: 3rem;
  color: #fff;
  font-weight: 700;
  text-align: center;
  margin: 20px 0
}

.wlc-widgets__grid-coll-small {
  -ms-flex-preferred-size: 24%;
  flex-basis: 24%
}

.wlc-widgets__grid-coll-small .wlc-widgets__item {
  height: 535px;
  overflow: hidden
}

@media all and (max-width: 1200px) {
  .wlc-widgets__grid-coll-small .wlc-widgets__item {
    height: 316px
  }
}

@media all and (max-width: 1024px) {
  .wlc-widgets__grid-coll-small .wlc-widgets__item {
    margin: 0 5px
  }
}

@media all and (max-width: 640px) {
  .wlc-widgets__grid-coll-small .wlc-widgets__item {
    height: 100px;
    margin: 0 0 10px
  }
}

@media all and (max-width: 1024px) {
  .wlc-widgets__grid-coll-small {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%
  }
}

@media all and (max-width: 640px) {
  .wlc-widgets__grid-coll-small {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
  }

  .wlc-widgets__grid-coll-small .wlc-widgets__bg_users {
    height: 220px
  }
}

.wlc-widgets__grid-coll-big {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  margin: 0 10px
}

@media all and (max-width: 1024px) {
  .wlc-widgets__grid-coll-big {
    margin: 0;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
  }
}

.wlc-widgets__grid-coll-big .wlc-widgets__grid-cell {
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%
}

@media all and (max-width: 640px) {
  .wlc-widgets__grid-coll-big .wlc-widgets__grid-cell {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
  }
}

.wlc-signup-register__banner {
  margin-left: 20px
}

.wlc-signup-register__banner a,
.wlc-signup-register__banner img {
  width: 100%
}

.wlc-wp-text h1 {
  font-size: 3rem;
  padding-bottom: 2rem
}

.wlc-wp-text p {
  line-height: 2.6rem;
  margin-bottom: 2rem
}

.wlc-user-info__table {
  display: table;
  font-size: 1.5rem
}

.wlc-user-info__row {
  display: table-row
}

.wlc-user-info__cell {
  display: table-cell;
  padding: 3px 0
}

.wlc-user-info__cell:first-child {
  padding-right: 5px
}

.wlc-user-info__cell .wlc-btn {
  font-size: inherit !important
}

.wlc-user-info__cell .wlc-btn_link {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline
}

.wlc-user-info__deposit {
  margin-left: 10px
}

.wlc-user-info .wlc-user-info__row_all-balances {
  font-size: 1.4rem
}

.wlc-user-info .wlc-all-balances-block {
  width: 100%
}

.wlc-language-selector__selected>div,
.wlc-user-info .wlc-all-balances-block__label {
  margin-right: 15px
}

.wlc-user-info .wlc-all-balances-block_data {
  margin-right: 15px;
  white-space: nowrap
}

.wlc-user-info .wlc-all-balances-block__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
  margin-top: 10px
}

.wlc-tournament-module-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden
}

.wlc-tournament-winners__head-subtitle,
.wlc-tournament-winners__head-title {
  font-size: 1.4rem;
  text-align: center;
  padding: 0 10px;
  margin-bottom: 5px
}

.wlc-tournament-winners__head-subtitle {
  margin-bottom: 15px
}

.wlc-tournament-winners__row,
.wlc-tournament-winners__table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.wlc-tournament-winners__row {
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.wlc-tournament-winners__cell-prize {
  padding-right: 10px
}

.wlc-tournament-winners__cell-player {
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.wlc-tournament-winners__list {
  height: 100%
}

.wlc-tournament-winners__list .swiper-container .wlc-tournament-winners__row {
  margin: 0
}

.wlc-tournament-winners__list .swiper-container .wlc-tournament-winners__row:nth-child(odd) {
  background-color: rgba(0, 0, 0, .25)
}

.wlc-tournament-module-load {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.wlc-tournament-module-load svg {
  fill: #fff
}

.tournament-standings-table {
  width: 100%
}

.tournament-standings-table__row {
  font-size: 14px;
  color: #fff
}

@media all and (max-width: 480px) {
  .tournament-standings-table__row {
    font-size: 12px
  }
}

.tournament-standings-table__row:nth-child(even) {
  background-color: #fff
}

.tournament-standings-table__row--current-user {
  color: #f2592a
}

.tournament-standings-table__col {
  padding-top: 15px;
  padding-bottom: 15px;
  vertical-align: middle;
  background-color: transparent;
  font-weight: 700;
  text-align: center
}

.tournament-standings-table__col:first-child {
  padding-left: 30px;
  width: 60px
}

@media all and (max-width: 480px) {
  .tournament-standings-table__col:first-child {
    padding-left: 15px;
    width: 45px
  }
}

.tournament-standings-table__col:last-child {
  padding-right: 30px;
  width: 85px
}

@media all and (max-width: 480px) {
  .tournament-standings-table__col:last-child {
    padding-right: 15px;
    width: 70px
  }
}

.tournament-standings-table__col--prize {
  width: 70px;
  padding-right: 15px
}

.tournament-standings-table__col--name {
  padding: 15px;
  text-align: left
}

.wlc-bonuses-exchanger {
  padding: 10px;
  background-color: #45454f
}

.wlc-bonuses-exchanger__board {
  padding: 5px 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #171419;
  border: 2px solid #a05e03
}

.wlc-bonuses-exchanger__board-title {
  padding-right: 10px;
  padding-left: 13px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1
}

.wlc-bonuses-exchanger__board-counter {
  padding: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #a05e03;
  border-radius: 3px
}

.wlc-bonuses-exchanger-counter__item {
  margin-left: 1px;
  width: 14px;
  height: 24px;
  color: #000;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.4rem;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#985703), color-stop(33%, #faac05), color-stop(69%, #faac05), to(#fa8f05));
  background: linear-gradient(to bottom, #985703 0, #faac05 33%, #faac05 69%, #fa8f05 100%);
  border-radius: 2px
}

.wlc-bonuses-exchanger-counter__item:first-child {
  margin-left: 0
}

.wlc-bonuses-exchanger__board-buttons {
  margin-top: 15px;
  text-align: right
}

.wlc-bonuses-exchanger__board-buttons button {
  padding-right: 20px;
  padding-left: 20px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 3rem;
  border-radius: 3rem
}

.wlc-game-catalog__menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media all and (max-width: 900px) {
  .wlc-game-catalog__menu-list {
    position: relative;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end
  }
}

.wlc-game-catalog__menu-item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer
}

.wlc-game-catalog__menu-item .wlc-icon-filter-close,
.wlc-game-catalog__menu-item.search-active .wlc-search-label span {
  display: none
}

.wlc-game-catalog__menu-item.active .wlc-icon-filter-close,
.wlc-game-catalog__menu-item.filter-active .wlc-icon-filter-close,
.wlc-game-catalog__menu-item.search-active .wlc-search-form,
.wlc-game-catalog__menu-item.search-active .wlc-search-form__close {
  display: block
}

.wlc-game-catalog__menu-item.active,
.wlc-game-catalog__menu-item:hover {
  color: #f2592a
}

.wlc-game-catalog__menu-item.active svg,
.wlc-game-catalog__menu-item:hover svg {
  fill: #f2592a
}

.wlc-game-catalog__menu-item.filter-active {
  color: #f2cf7b
}

.wlc-game-catalog__menu-item.filter-active svg {
  fill: #f2cf7b
}

.wlc-agree-with-privacy-policy__text a,
.wlc-game-catalog__menu-item.filter,
.wlc-login-signup a {
  color: #f2592a
}

.wlc-game-catalog__menu-item .wlc-search-form {
  display: none;
  position: relative
}

.wlc-game-catalog__menu-item .wlc-search-form__close {
  display: none;
  position: absolute;
  right: 5px;
  top: 50%;
  cursor: pointer;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 20px;
  height: 20px
}

.wlc-game-catalog__menu-item .wlc-search-form__close svg {
  width: 100%;
  height: 100%
}

.wlc-game-catalog__menu-item .wlc-search-form__close svg *,
.wlc-modal-game-preplay .wlc-modal__body .wlc-game-image-wrp__favorites .wlc-favourite.wlc-active svg {
  stroke: #fff
}

@media all and (max-width: 900px) {
  .wlc-game-catalog__menu-item .wlc-search-form {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%
  }
}

.wlc-game-catalog__menu-item.search-active,
.wlc-scroll-top button:hover {
  color: #f2cf7b
}

.wlc-game-catalog__menu-item.search-active svg {
  fill: #f2cf7b
}

@media all and (max-width: 900px) {
  .wlc-game-catalog__menu-item.search-active .wlc-search-label span {
    display: block
  }
}

@media all and (max-width: 640px) {
  .wlc-game-catalog__menu-item.search-active .wlc-search-label span {
    display: none
  }
}

@media all and (max-width: 900px) {
  .wlc-game-catalog__menu-item.search-active {
    padding-bottom: 40px
  }
}

.wlc-game-catalog__menu-item svg {
  width: 40px;
  height: 40px;
  margin-right: 1rem;
  fill: #ae926c
}

.wlc-game-catalog__menu-item .wlc-search-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media all and (max-width: 900px) {
  .wlc-game-catalog__menu-item .wlc-search-label {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

@media all and (max-width: 640px) {
  .wlc-game-catalog__menu-item .wlc-search-label span {
    display: none
  }
}

@media all and (max-width: 900px) {
  .wlc-game-catalog__menu-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

@media all and (max-width: 640px) {
  .wlc-game-catalog__menu-item span {
    display: none
  }
}

.wlc-game-catalog__menu-item-filter .wlc-icon-filter-close svg {
  margin-bottom: 0;
  margin-right: 0;
  margin-left: 1rem
}

@media all and (max-width: 900px) {
  .wlc-game-catalog__menu-item-filter .wlc-icon-filter-close {
    margin-bottom: 10px
  }

  .wlc-game-catalog__menu-item-filter .wlc-icon-filter-close svg {
    margin-left: 0
  }
}

.wlc-game-catalog__menu-item-filter .wlc-filter-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media all and (max-width: 900px) {
  .wlc-game-catalog__menu-item-filter .wlc-filter-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .wlc-game-catalog__menu-item-filter.filter-active {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }

  .wlc-game-catalog__menu-item-filter.filter-active .wlc-filter-inner svg {
    display: none
  }
}

.wlc-game-catalog__menu-filter.active,
.wlc-modal_signup .wlc-modal-header span {
  display: block
}

.wlc-game-catalog__menu-filter,
.wlc-game-catalog__menu-filter .wlc-filter-text,
.wlc-game-catalog__menu-filter .wlc-games-filter-title {
  display: none
}

@media all and (max-width: 640px) {
  .wlc-game-catalog__menu-filter .wlc-static-filter-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.wlc-game-catalog__menu-filter .wlc-static-filter-list__item {
  margin-right: 0;
  margin-bottom: 1rem
}

.wlc-catalog-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr [item]);
  grid-template-rows: auto;
  grid-gap: 25px
}

@media all and (max-width: 1366px) {
  .wlc-catalog-grid {
    grid-template-columns: repeat(5, 1fr [item])
  }
}

@media all and (max-width: 1200px) {
  .wlc-catalog-grid {
    grid-template-columns: repeat(4, 1fr [item])
  }
}

@media all and (max-width: 1024px) {
  .wlc-catalog-grid {
    grid-template-columns: repeat(3, 1fr [item])
  }
}

@media all and (max-width: 900px) {
  .wlc-catalog-grid {
    grid-template-columns: repeat(3, 1fr [item])
  }
}

@media all and (max-width: 768px) {
  .wlc-catalog-grid {
    grid-template-columns: repeat(2, 1fr [item])
  }
}

@media all and (max-width: 720px) {
  .wlc-catalog-grid {
    grid-template-columns: repeat(2, 1fr [item])
  }
}

@media all and (max-width: 640px) {
  .wlc-catalog-grid {
    grid-template-columns: repeat(2, 1fr [item])
  }
}

@media all and (max-width: 560px) {
  .wlc-catalog-grid {
    grid-template-columns: repeat(1, 1fr [item])
  }
}

@media all and (max-width: 480px) {
  .wlc-catalog-grid {
    grid-template-columns: repeat(1, 1fr [item])
  }
}

@media all and (max-width: 360px) {
  .wlc-catalog-grid {
    grid-template-columns: repeat(1, 1fr [item])
  }
}

.wlc-catalog-grid .wlc-wrp>.wlc-game-thumb {
  margin: 0
}

.wlc-game-of-month {
  position: relative;
  width: 590px;
  height: 360px;
  color: #fff;
  text-align: center;
  background-size: cover
}

.mg-icon {
  position: absolute
}

.gm-title {
  padding: 15px
}

.gm-title-bcg svg {
  fill: rgba(235, 2, 85, .7)
}

.gm-title-text {
  font-size: 18px;
  margin-top: -37px
}

.gm-panel {
  height: 50%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .1)), to(rgba(0, 0, 0, .8)));
  background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .8));
  bottom: 0
}

.gm-btns,
.gm-description,
.gm-panel {
  width: 100%;
  position: absolute
}

.gm-description {
  text-align: center;
  bottom: 100px
}

.gm-btns {
  bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.gm-btn {
  margin: 0 auto;
  padding: 4px;
  width: 130px;
  height: 35px;
  border: 2px solid #fff;
  border-radius: 17px
}

.wlc-biggest-wins-wrapper {
  max-width: 40%;
  margin: 0
}

@media all and (max-width: 900px) {
  .wlc-biggest-wins-wrapper {
    max-width: 100%
  }
}

.wlc-biggest-wins {
  background: #404041;
  border-radius: 0;
  padding: 0 0 15px
}

.wlc-biggest-wins__title {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  text-transform: none;
  color: #ae926c;
  padding: 14px 0
}

.wlc-biggest-wins__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 340px
}

.wlc-biggest-wins__list-item {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 25px;
  font-size: 1.8rem;
  color: #ae926c
}

.wlc-biggest-wins__list-item:nth-child(odd) {
  background-color: #59595b
}

.wlc-biggest-wins-login {
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  color: auto
}

.wlc-biggest-wins-game {
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%
}

.wlc-biggest-wins-game__link {
  text-decoration: underline
}

.wlc-biggest-wins-game__link img {
  width: 100px;
  display: block
}

.wlc-biggest-wins-game__link span {
  color: auto
}

.login-signup-dropdown__form .item-signup .wlc-form-block_grownup p a:hover,
.login-signup-dropdown__form .item-signup .wlc-form-block_rules p a:hover,
.wlc-biggest-wins-game__link:hover,
.wlc-biggest-wins__update-btn:hover .wlc-btn__text {
  text-decoration: none
}

.wlc-biggest-wins-amount {
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  font-size: 20px;
  font-weight: 600;
  color: auto;
  text-align: right
}

.wlc-biggest-wins__loader {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 340px
}

.wlc-biggest-wins__loader-text {
  color: ""
}

.wlc-biggest-wins__update-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px
}

.wlc-biggest-wins__update-btn .wlc-btn__icon svg {
  width: 20px;
  height: 20px;
  fill: #f2592a
}

.wlc-biggest-wins__update-btn .wlc-btn__text {
  margin: 0 5px;
  color: #f2592a;
  text-decoration: underline
}

.notifier__link {
  display: block;
  position: relative
}

.notifier__icon {
  width: 27px;
  height: 27px;
  display: block
}

.notifier__icon svg {
  fill: #fff
}

.notifier__number {
  width: 13px;
  height: 13px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f2592a;
  position: absolute;
  right: -6%;
  top: 25%;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 50%
}

.wlc-modal_freerounds .wlc-catalog-grid {
  grid-template-columns: repeat(2, 1fr [item])
}

.wlc-modal__freerounds-title {
  display: block;
  text-align: right;
  font-size: 1.2rem;
  margin-top: 30px;
  margin-bottom: 5px
}

.wlc-modal__freerounds-ends {
  display: block;
  text-align: right;
  font-size: 1.2rem;
  margin: 3px 0
}

.wlc-modal__freerounds-ends span {
  margin-right: 5px
}

.wlc-pep-modal .wlc-pep-form .wlc-modal__header {
  padding: 28px 40px 25px
}

.wlc-pep-modal .wlc-pep-form .wlc-modal__body {
  padding: 15px 40px 5px;
  font-size: 1.7rem;
  word-spacing: .18rem
}

.wlc-pep-modal .wlc-pep-form .wlc-modal__body .pep-info-text {
  display: inline
}

.wlc-pep-modal .wlc-pep-form .wlc-modal__footer {
  padding: 40px 135px
}

.wlc-pep-modal .wlc-pep-form .wlc-modal__footer .wlc-btn {
  height: 40px;
  min-width: 110px;
  width: auto;
  font-weight: 700;
  line-height: 1rem;
  padding-right: 1.5rem
}

.wlc-pep-modal .wlc-pep-form .wlc-modal__footer .wlc-btn__close {
  border: 2px solid #ffcf02;
  color: #ffcf02;
  background: #fff
}

.wlc-pep-modal .wlc-pep-form .wlc-modal-title {
  font-weight: 700
}

.wlc-pep-modal .wlc-pep-form .wlc-modal-back {
  left: 34px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.wlc-pep-modal .wlc-pep-form .wlc-modal-back .cls-1 {
  fill: none
}

.wlc-pep-modal .wlc-pep-form .wlc-modal-close {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 3.5rem;
  width: 1.5rem;
  height: 1.5rem
}

.wlc-pep-modal .wlc-pep-form .wlc-modal .wlc-form-block_rules {
  font-size: 1.7rem;
  word-spacing: .18rem;
  max-width: 340px;
  padding: 15px 0 25px;
  margin: 0 auto
}

.wlc-pep-modal .wlc-pep-form .wlc-modal .wlc-form-block_rules .wlc-form-checkbox__label span {
  width: 25px;
  height: 25px;
  border-color: #5d6476
}

.wlc-pep-modal .wlc-pep-form .wlc-modal .wlc-form-block_rules .wlc-form-checkbox__label:hover span {
  border-color: #ffcf02
}

.wlc-pep-modal .wlc-pep-form .wlc-modal .wlc-form-block_rules .wlc-form-checkbox__input:checked+label>span {
  border-color: #ffcf02 !important
}

.wlc-pep-modal .wlc-pep-form .pep-substract svg {
  display: block;
  margin: 0 auto;
  fill: #888
}

.wlc-pep-modal .wlc-pep-form .pep-separator {
  margin: 15px 30px;
  display: block;
  width: auto;
  height: 2px;
  background: #888;
  border-radius: 100px
}

.wlc-pep-modal .wlc-pep-form .wlc-form-block_password {
  padding: 15px 0 0;
  max-width: 290px;
  margin: 0 auto
}

.wlc-pep-modal .wlc-pep-form .wlc-form-block_password .wlc-form-block__label {
  font-size: 1.2rem
}

.icon-info-tooltip svg {
  width: 100%;
  height: 100%;
  fill: #e9d8a7
}

.tooltip {
  position: absolute;
  z-index: 9999999;
  max-width: 250px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 10px;
  border: initial;
  border-radius: 4px;
  font-size: 1.4rem;
  font-style: initial;
  text-align: center;
  word-break: break-word;
  color: #fff;
  background: #404041;
  -webkit-box-shadow: 0 1px 2px -1px #000;
  box-shadow: 0 1px 2px -1px #000
}

@media (max-width: 560px) {
  .wlc-pep-form .wlc-modal__header {
    padding: 25px 20px
  }

  .wlc-pep-form .wlc-modal__body {
    padding: 15px 20px 5px;
    font-size: 1.4rem
  }

  .wlc-pep-form .wlc-modal__footer {
    padding: 40px 72px 25px
  }

  .wlc-pep-form .wlc-modal .wlc-form-block_rules p,
  .wlc-pep-form .wlc-modal__footer .wlc-btn {
    font-size: 1.4rem
  }

  .wlc-pep-form .wlc-modal-title {
    font-size: 1.6rem
  }

  .wlc-pep-form .wlc-modal-back {
    left: 17px
  }

  .wlc-pep-form .wlc-modal-close {
    top: 37%;
    right: 1.7rem
  }

  .wlc-pep-form .wlc-modal .wlc-form-block_rules {
    max-width: 294px;
    padding: 35px 0 0
  }
}

.wlc-signup-form .wlc-social {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 2rem 0
}

.wlc-signup-form .wlc-social-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 16.6666666667%;
  flex: 1 1 16.6666666667%;
  margin-right: 3rem
}

.wlc-signup-form .wlc-social-wrapper:last-child {
  margin-right: 0
}

.wlc-signup-form .wlc-form-block {
  text-align: left
}

.wlc-signup-form #currency {
  min-width: 90px
}

.wlc-signup-bonus__title {
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 3rem
}

.wlc-signup-bonus__list {
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.wlc-signup-bonus__list .wlc-bonuses-item {
  -ms-flex-preferred-size: 33.3333333333%;
  flex-basis: 33.3333333333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media all and (max-width: 1024px) {
  .wlc-signup-bonus__list .wlc-bonuses-item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
  }
}

@media all and (max-width: 720px) {
  .wlc-signup-bonus__list .wlc-bonuses-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
  }
}

.wlc-signup-bonus__list .wlc-bonuses-item-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.wlc-signup-bonus__list .wlc-bonuses-item-description__name {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 2rem;
  line-height: 2rem;
  word-wrap: break-word;
  word-break: break-word
}

.wlc-signup-bonus__list .wlc-btn {
  font-size: 1.6rem;
  padding: 1rem 1.5rem
}

@media all and (max-width: 720px) {
  .wlc-signup-bonus__list .wlc-btn {
    font-size: 1.12rem
  }
}

@media all and (max-width: 560px) {
  .wlc-signup-bonus__list .wlc-btn {
    font-size: .96rem
  }
}

.wlc-signup-bonus__list .wlc-btn_link {
  color: #fbb203
}

.wlc-signup-bonus__next {
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 3rem
}

.wlc-signup-bonus__next a.wlc-btn,
.wlc-signup-bonus__next a.wlc-btn:hover {
  color: #fff
}

.wlc-signup-bonus__next a svg {
  height: auto;
  width: 1.672rem
}

.wlc-signup-selected-bonus {
  margin-bottom: 30px;
  text-align: center;
  font-size: 2.2rem
}

.wlc-signup-register,
.wlc-signup-register__wrapper {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.wlc-signup-register {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row
}

.wlc-signup-register__wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.wlc-signup-register__wrapper .wlc-content-row__last-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.wlc-signup-register__wrapper .wlc-form-separator_top .wlc-form-separator__line {
  display: none
}

.wlc-signup-confirm,
.wlc-signup-email {
  width: 46%
}

@media all and (max-width: 900px) {

  .wlc-signup-confirm,
  .wlc-signup-email {
    width: 100%
  }
}

.wlc-signup-confirm {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.wlc-signup-confirm .wlc-form-block_currency {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 30%;
  flex: 1 1 30%
}

@media all and (max-width: 480px) {
  .wlc-signup-confirm .wlc-form-block_currency {
    padding-right: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%
  }
}

.wlc-signup-confirm .wlc-form-block_promocode {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 70%;
  flex: 1 1 70%;
  padding-left: 1.5rem
}

@media all and (max-width: 480px) {
  .wlc-signup-confirm .wlc-form-block_promocode {
    padding-left: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%
  }
}

.wlc-form-block_grownup,
.wlc-form-block_notifications,
.wlc-form-block_restrictcbonus,
.wlc-form-block_restrictsbonus,
.wlc-form-block_rules,
.wlc-form-block_self-exclusion {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.wlc-form-block_grownup p,
.wlc-form-block_notifications p,
.wlc-form-block_restrictcbonus p,
.wlc-form-block_restrictsbonus p,
.wlc-form-block_rules p,
.wlc-form-block_self-exclusion p {
  text-align: left;
  font-size: 1.6rem
}

.wlc-modal_signup .wlc-modal-header {
  position: absolute;
  z-index: 2;
  top: 1.5rem;
  left: 1.5rem;
  font-size: 1.8rem;
  font-weight: 400;
  width: auto;
  padding-bottom: 70px
}

@media all and (max-width: 1024px) {
  .wlc-modal_signup .wlc-modal-header {
    top: 1rem
  }
}

@media all and (max-width: 640px) {
  .wlc-modal_signup .wlc-modal-header {
    position: initial;
    padding-bottom: 1.5rem
  }
}

@media all and (max-width: 640px) {
  .wlc-modal_signup .wlc-modal-header span {
    display: inline-block
  }
}

.wlc-modal_signup .wlc-modal-header a {
  font-size: 1.8rem
}

.wlc-modal_signup .wlc-form-separator__text {
  color: #fff
}

.wlc-modal_signup .wlc-form-checkbox__label {
  border-color: #fff
}

.wlc-modal_signup .wlc-form-element__back {
  position: absolute;
  top: 2rem;
  left: 2rem
}

.wlc-modal_signup .wlc-form-element__back svg {
  fill: #fbb203 !important
}

@media all and (max-width: 480px) {
  .wlc-modal_signup .wlc-form-element__back {
    top: 7rem
  }
}

.wlc-modal__header .wlc-modal-header {
  top: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

@media all and (max-width: 900px) {
  .wlc-modal__header .wlc-modal-header {
    top: .6rem
  }
}

.wlc-signup-finish,
.wlc-signup-finish p {
  text-align: center
}

.wlc-signup-finish .wlc-btn {
  margin-top: 4rem;
  margin-bottom: 1rem
}

.wlc-signup-form_vertical .wlc-social-wrapper {
  -webkit-box-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
  margin: 0
}

.wlc-signup-form_vertical .wlc-form-separator_top {
  margin: 0 0 15px
}

.wlc-signup-form_vertical .wlc-social {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 45%;
  flex: 1 1 45%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0
}

.wlc-signup-form_vertical .wlc-form-separator_bottom {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row
}

.wlc-signup-form_vertical .wlc-form-separator_bottom .wlc-form-separator__line:before {
  border-bottom: 1px solid #e9d8a7;
  border-left: none
}

.wlc-signup-form_vertical .wlc-signup-email {
  width: 48%
}

.wlc-signup-form_vertical .wlc-social-button {
  margin-right: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}

.wlc-form_login .wlc-content-row.wlc-form-content .wlc-form-block_email,
.wlc-form_login .wlc-content-row.wlc-form-content .wlc-form-block_password,
.wlc-signup-form_vertical .wlc-signup-confirm {
  width: 48%
}

.wlc-form_login .wlc-content-row.wlc-form-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media all and (max-width: 360px) {

  .wlc-form_login .wlc-content-row.wlc-form-content .wlc-form-block_email,
  .wlc-form_login .wlc-content-row.wlc-form-content .wlc-form-block_password {
    width: 100%
  }
}

.wlc-form_login .wlc-form-separator_top .wlc-form-separator__line {
  display: none
}

.wlc-modal_login-signup .wlc-registration-code,
.wlc-modal_login-signup .wlc-resend-sms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 2.4rem 0 3.2rem
}

.wlc-modal_login-signup .wlc-registration-code input,
.wlc-modal_sms .wlc-verification-code input {
  width: 6.4rem;
  height: 6.4rem;
  margin: .2rem;
  text-align: center;
  -webkit-user-select: all;
  -moz-user-select: all;
  -ms-user-select: all;
  user-select: all;
  background-color: #f2cf7b;
  border-radius: 8px
}

.wlc-modal_login-signup .wlc-resend-sms {
  padding: 2.8rem 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.wlc-modal_login-signup .wlc-form__buttons {
  text-align: center
}

.wlc-registration-message-done {
  margin-bottom: 2rem;
  display: none
}

.wlc-modal_sms .wlc-resend-sms,
.wlc-modal_sms .wlc-verification-code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 2.4rem 0 3.2rem
}

.wlc-modal_sms .wlc-resend-sms {
  padding: 2.8rem 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.wlc-login-signup {
  margin-bottom: 20px;
  font-size: 2rem;
  text-align: right
}

.wlc-login-wrapper .wlc-form_login {
  -ms-flex-flow: wrap;
  flex-flow: wrap
}

.wlc-login-wrapper .wlc-form-separator {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.wlc-login-wrapper .wlc-form-separator__line:before {
  top: 0;
  bottom: 0;
  right: inherit;
  left: 50%;
  border-bottom: none;
  border-left: 1px solid #e9d8a7
}

.wlc-login-wrapper .wlc-form-separator_bottom .wlc-form-separator__text,
.wlc-login-wrapper .wlc-form-separator_top {
  display: none
}

.wlc-login-wrapper .wlc-form-separator_bottom {
  -ms-flex-preferred-size: 10%;
  flex-basis: 10%
}

.wlc-login-wrapper .wlc-form-separator_top+div,
.wlc-login-wrapper .wlc-social {
  -ms-flex-preferred-size: 45%;
  flex-basis: 45%
}

.wlc-login-wrapper .wlc-social .wlc-social-button {
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%
}

.wlc-login-wrapper .wlc-social .wlc-social-button__text {
  font-size: 1.8rem
}

.wlc-login-wrapper .wlc-form-content,
.wlc-modal-game-preplay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.wlc-login-wrapper .wlc-form-bottom {
  text-align: center;
  padding-top: 3rem;
  padding-bottom: 7rem
}

.wlc-login-wrapper .wlc-form-bottom .wlc-btn {
  font-size: 2.2rem;
  padding: 0 2rem;
  line-height: 3.96rem
}

@media all and (max-width: 720px) {
  .wlc-login-wrapper .wlc-form-bottom .wlc-btn {
    font-size: 1.54rem
  }
}

@media all and (max-width: 560px) {
  .wlc-login-wrapper .wlc-form-bottom .wlc-btn {
    font-size: 1.32rem
  }
}

.wlc-login-wrapper .wlc-form-block__restore {
  margin-top: .7rem;
  font-size: 2rem
}

.wlc-modal_login .wlc-modal-header {
  color: #fff;
  position: absolute;
  z-index: 2;
  top: 1.2rem;
  left: 15px;
  width: auto;
  font-size: 1.8rem;
  font-weight: 400
}

.wlc-modal_login .wlc-modal-header span {
  display: block
}

@media all and (max-width: 560px) {
  .wlc-modal_login .wlc-modal-header span {
    display: inline-block
  }
}

.wlc-modal_login .wlc-modal-header a {
  color: #f2592a;
  display: inline-block
}

@media all and (max-width: 900px) {
  .wlc-modal_login .wlc-modal-header {
    top: .6rem
  }
}

@media all and (max-width: 560px) {
  .wlc-modal_login .wlc-modal-header {
    position: initial;
    margin-bottom: 15px
  }
}

.wlc-modal_login .wlc-form-content {
  display: block
}

.wlc-modal_login .wlc-social .wlc-social-button .wlc-social-button__text {
  font-size: 1.4rem
}

.wlc-modal_login .wlc-form-separator__text,
.wlc-modal_login .wlc-label {
  color: #fff
}

.wlc-modal_login .wlc-form-separator__line:before {
  border-color: #fff
}

.wlc-modal_pay-for-free .wlc-separator {
  margin-bottom: 3rem
}

@media all and (max-width: 1420px) {
  .wlc-modal_pay-for-free .wlc-separator {
    margin-bottom: 2.7rem
  }
}

@media all and (max-width: 1366px) {
  .wlc-modal_pay-for-free .wlc-separator {
    margin-bottom: 2.55rem
  }
}

.wlc-modal_pay-for-free .wlc-form_login {
  margin-top: 2rem
}

.wlc-modal-game-preplay {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0 15px;
  background: #404041
}

.wlc-modal-game-preplay .wlc-modal__footer,
.wlc-modal-game-preplay .wlc-modal__header {
  padding: 0
}

.wlc-modal-game-preplay .wlc-modal__header {
  background: #404041;
  border-bottom: 2px solid #f2592a
}

.wlc-modal-game-preplay .wlc-modal__header .wlc-modal-title {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 1.6rem;
  padding: 15px 0
}

.wlc-modal-game-preplay .wlc-modal__header .wlc-modal-close {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 15px;
  height: 15px
}

.wlc-modal-game-preplay .wlc-modal__header .wlc-modal-close svg {
  width: 100%;
  height: 100%;
  stroke: #f2592a
}

.wlc-modal-game-preplay .wlc-modal__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row
}

.wlc-modal-game-preplay .wlc-modal__body .wlc-game-image-wrp {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 58%
}

.wlc-modal-game-preplay .wlc-modal__body .wlc-game-image-wrp__favorites .wlc-favourite {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 15px;
  left: 15px;
  border-radius: 100%;
  background: #404041
}

.wlc-modal-game-preplay .wlc-modal__body .wlc-game-image-wrp__favorites .wlc-favourite svg {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  stroke: #f2592a
}

.wlc-modal-game-preplay .wlc-modal__body .wlc-game-image-wrp__favorites .wlc-favourite.wlc-active {
  background: #f2cf7b
}

.wlc-modal-game-preplay .wlc-modal__body .wlc-game-image-wrp__image {
  width: 100%
}

.wlc-modal-game-preplay .wlc-modal__body .wlc-game-image-wrp__image img {
  width: 100%;
  max-height: 100vh;
  border-radius: 5px
}

.wlc-modal-game-preplay .wlc-modal__body .wlc-game-info-wrp {
  width: 40%;
  margin-left: 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly
}

.wlc-modal-game-preplay .wlc-modal__body .wlc-game-title {
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  padding-bottom: 15px
}

.wlc-modal-game-preplay .wlc-modal__body .wlc-game-notice {
  text-align: center;
  color: #959595;
  padding-bottom: 15px;
  font-size: 1.8rem
}

.wlc-modal-game-preplay .wlc-modal__body .wlc-game-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.wlc-modal-game-preplay .wlc-modal__body .wlc-game-buttons .wlc-btn {
  min-width: 160px;
  margin-bottom: 15px
}

.wlc-modal-game-preplay .wlc-modal__body .wlc-game-buttons .wlc-btn:last-of-type {
  margin-bottom: 0
}

.wlc-svg-icon_favourite:hover {
  fill: transparent
}

.wlc-active>.wlc-svg-icon_favourite {
  fill: #fff
}

@media all and (max-width: 640px) {
  .wlc-portrait .wlc-modal-game-preplay .wlc-modal__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .wlc-portrait .wlc-modal-game-preplay .wlc-modal__body .wlc-game-image-wrp {
    width: 100%;
    padding-bottom: 30px
  }

  .wlc-portrait .wlc-modal-game-preplay .wlc-modal__body .wlc-game-notice,
  .wlc-portrait .wlc-modal-game-preplay .wlc-modal__body .wlc-game-title {
    padding-bottom: 15px
  }

  .wlc-portrait .wlc-modal-game-preplay .wlc-modal__body .wlc-game-info-wrp {
    width: 100%;
    margin: 0
  }
}

.wlc-modal_password-recovery .wlc-steps {
  padding-top: 5px;
  padding-bottom: 5px;
  display: none;
  color: #fff;
  background: #fbb203
}

@media all and (max-width: 560px) {
  .wlc-modal_password-recovery .wlc-steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

.wlc-modal_password-recovery .wlc-steps .wlc-modal-back {
  top: 6px
}

.wlc-modal_password-recovery .wlc-steps .wlc-modal-back svg {
  stroke: #fff
}

.wlc-modal_password-recovery .wlc-modal__body p {
  margin: 0 0 15px;
  color: #fff;
  text-align: center;
  word-break: normal
}

.wlc-modal_password-recovery .wlc-modal__body p .bold {
  font-weight: 700
}

.wlc-modal-partial-profile .wlc-profile-edit-fields.two-cols,
.wlc-modal-recovery-footer,
.wlc-modal-recovery-footer .wlc-modal-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.wlc-modal-recovery-footer {
  min-height: 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  border-top: none
}

@media all and (max-width: 560px) {
  .wlc-modal-recovery-footer {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 0;
    border-top: 0
  }
}

.wlc-modal-recovery-footer .wlc-modal-back {
  position: static;
  top: auto;
  left: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  height: auto;
  color: #fbb203;
  -webkit-transition: color .4s ease-out;
  transition: color .4s ease-out
}

@media all and (max-width: 560px) {
  .wlc-modal-recovery-footer .wlc-modal-back {
    display: none
  }
}

.wlc-modal-recovery-footer .wlc-modal-back svg {
  margin-right: 10px;
  margin-bottom: 2px;
  vertical-align: middle;
  stroke: #fbb203
}

.wlc-modal_password-recovery_step2 .wlc-modal-recovery-footer,
.wlc-modal_piq-cashier-iframe .wlc-loader {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.wlc-modal_piq-cashier-iframe {
  min-height: 30vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.wlc-modal_piq-cashier-iframe .wlc-loader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto
}

.wlc-modal-partial-profile .modal-dialog {
  max-width: 600px !important
}

.wlc-modal-partial-profile .wlc-modal__body {
  padding: 30px 40px 0
}

.wlc-modal-partial-profile .wlc-modal__footer {
  padding-top: 10px
}

.wlc-modal-partial-profile .wlc-profile-edit-block {
  margin-bottom: 0
}

.wlc-modal-partial-profile .form-control-errors {
  line-height: 1.1
}

.wlc-modal-partial-profile .wlc-profile-edit-delimeter {
  margin-top: 15px;
  margin-bottom: 15px
}

.wlc-modal-partial-profile .wlc-profile-edit-fields.two-cols {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.wlc-modal-partial-profile .wlc-profile-edit-fields.two-cols .wlc-profile-edit-fields__item {
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
  width: 48%
}

@media all and (max-width: 560px) {
  .wlc-modal-partial-profile .wlc-profile-edit-fields.two-cols .wlc-profile-edit-fields__item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%
  }
}

.wlc-modal-partial-profile .wlc-profile-edit-fields.two-cols.full-last .wlc-profile-edit-fields__item:last-child {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  width: 100%
}

.modal--tournament-info .tournament-info__heading {
  text-align: center
}

.modal--tournament-info .tournament-info__description,
.modal--tournament-info .tournament-info__terms,
.wlc-fast-deposit .wlc-step-deposit-payments .wlc-step-deposit-block_amount .wlc-step-deposit-block-amount.wlc-profile-check-text {
  text-align: left
}

.wlc-modal-transaction-autodeposit-confirm .wlc-transaction-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.wlc-modal-transaction-autodeposit-confirm .wlc-transaction-info__arrows {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 4rem;
  flex: 0 0 4rem;
  fill: #fff;
  margin: 1.5rem 0 0
}

.wlc-modal-transaction-autodeposit-confirm .wlc-transaction-info__wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 4rem);
  flex: 0 0 calc(100% - 4rem);
  padding: 0 0 30px 20px
}

.wlc-modal-transaction-autodeposit-confirm .wlc-transaction-info__cash-deposit,
.wlc-modal-transaction-autodeposit-confirm .wlc-transaction-info__cash-withdrawn {
  margin: 1rem 0
}

.wlc-contact-form__section,
.wlc-modal-transaction-autodeposit-confirm .wlc-transaction-info__bonus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.wlc-modal-transaction-autodeposit-confirm .wlc-transaction-info__bonus-description {
  margin-left: 20px
}

.wlc-modal-transaction-autodeposit-confirm .wlc-transaction-info__bonus-description a {
  display: block;
  font-weight: 700
}

.wlc-modal-transaction-autodeposit-confirm .wlc-transaction-info__total {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  border-top: 1px solid #595959;
  padding-top: 20px;
  text-align: center
}

.wlc-modal-transaction-autodeposit-confirm .wlc-transaction-info .wlc-amount__currency {
  font-weight: 700;
  padding: 0 5px
}

.wlc-contact-form .recaptcha_wrap {
  margin-bottom: 20px
}

.wlc-contact-form__section {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.wlc-contact-form__field-sender-email,
.wlc-contact-form__field-sender-name {
  width: 49%;
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%
}

@media all and (max-width: 900px) {

  .wlc-contact-form__field-sender-email,
  .wlc-contact-form__field-sender-name {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
  }
}

.wlc-contact-form__field-sender-message,
.wlc-contact-form__field-sender-subject {
  width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%
}

.wlc-contact-form__field-sender-submit {
  margin-left: auto;
  margin-right: auto
}

.wlc-contact .wlc-btn {
  padding: 10px 15px
}

.wlc-country-accepts,
.wlc-country-accepts_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.wlc-country-accepts_info {
  padding: 20px 15px 20px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #213040;
  border-right: 1px solid rgba(255, 255, 255, .12);
  border-radius: 12px 0 0 12px
}

.wlc-country-accepts_info-title {
  position: relative;
  padding: 0 25px 0 50px;
  color: #fff;
  font-size: 2rem;
  font-weight: 700
}

.wlc-country-accepts_info-title:after,
.wlc-country-accepts_info-title:before {
  content: "";
  position: absolute
}

.wlc-country-accepts_info-title:before {
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  background-color: #cbffa5;
  border-radius: 50%
}

.wlc-country-accepts_info-list li:after,
.wlc-country-accepts_info-title:after {
  top: 7px;
  left: 6px;
  width: 14px;
  height: 8px;
  border-bottom: 2px solid #213040;
  border-left: 2px solid #213040;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.wlc-country-accepts_info-title .country-flag {
  margin-top: -5px;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  background-size: cover;
  border-radius: 15px
}

.wlc-country-accepts_info-list,
.wlc-country-accepts_payments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.wlc-country-accepts_info-list {
  margin-top: 20px;
  padding-left: 50px
}

.wlc-country-accepts_info-list li {
  position: relative;
  padding: 0 25px;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
  color: rgba(255, 255, 255, .7);
  font-size: 1.4rem
}

.wlc-country-accepts_info-list li:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  border-bottom: 2px solid #cbffa5;
  border-left: 2px solid #cbffa5
}

.wlc-country-accepts_payments {
  padding: 25px 10px;
  background-color: #213040;
  border-radius: 0 12px 12px 0
}

.wlc-country-accepts_payments .payments_item,
.wlc-dropdown-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.wlc-country-accepts_payments .payments_item {
  margin-bottom: 20px;
  padding: 0 20px;
  -ms-flex-preferred-size: 33.3333333333%;
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.wlc-country-accepts_payments .payments_item svg {
  display: block;
  max-width: 120px;
  max-height: 30px;
  fill: rgba(255, 255, 255, .6)
}

.wlc-country-accepts_payments .payments_link {
  padding: 0 20px;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  color: rgba(255, 255, 255, .7);
  font-size: 1.4rem
}

.wlc-dropdown-tab {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.wlc-dropdown-tab__item {
  background: #000;
  border-radius: 10px;
  width: 100%
}

.wlc-dropdown-tab__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #000;
  padding: 30px;
  cursor: pointer;
  border-radius: 10px
}

.wlc-dropdown-tab__title-text {
  width: 100%;
  color: #fff
}

.wlc-dropdown-tab__title-icon svg {
  fill: #efd600
}

@media all and (max-width: 900px) {
  .wlc-dropdown-tab__title-icon {
    display: none
  }

  .wlc-dropdown-tab__title {
    padding: 15px;
    text-align: center
  }
}

.wlc-dropdown-tab__content {
  padding: 15px 30px
}

.wlc-dropdown-tab__btn-container {
  display: none;
  margin: 30px 0 0
}

@media all and (max-width: 900px) {
  .wlc-dropdown-tab__btn-container {
    display: block
  }
}

.wlc-icons-list,
.wlc-icons-list__item {
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.wlc-icons-list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 25px -15px 0
}

.wlc-icons-list__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.3333%;
  flex: 0 0 8.3333%;
  min-width: 105px;
  margin: 10px 0
}

@media all and (max-width: 560px) {
  .wlc-icons-list__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%
  }
}

@media all and (max-width: 480px) {
  .wlc-icons-list__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%
  }
}

.wlc-icons-list__imgage-item,
.wlc-icons-list__link {
  position: relative;
  display: inline-block
}

.wlc-icons-list__image {
  display: block;
  opacity: 1;
  font-size: 10px
}

.wlc-icons-list__image img {
  -webkit-filter: invert(100%);
  filter: invert(100%);
  min-width: 100%
}

.wlc-use-hover.wlc-icons-list__link:hover .wlc-icons-list__image {
  opacity: 0
}

.wlc-icons-list__image-hover {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0
}

.wlc-achievements__item .item-container.hovered .item-image:after,
.wlc-use-hover.wlc-icons-list__link:hover .wlc-icons-list__image-hover {
  opacity: 1
}

.wlc-icons-list .replaced-image {
  display: inline-block;
  color: #fff;
  font-size: 1.3rem;
  word-break: break-all;
  max-height: 45px;
  overflow: hidden
}

@media all and (max-width: 1024px) {
  .wlc-icons-list .replaced-image {
    font-size: 1.1rem
  }
}

@media all and (max-width: 900px) {
  .wlc-icons-list .replaced-image {
    font-size: 1.3rem
  }
}

@media all and (max-width: 360px) {
  .wlc-icons-list .replaced-image {
    font-size: 1.1rem
  }
}

.wlc-language-selector.is-open .wlc-language-selector__selected .wlc-language-selector__arrow {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg)
}

.wlc-language-selector.is-open .wlc-language-selector__dropdown {
  visibility: visible
}

.wlc-language-selector.is-open .wlc-language-selector__dropdown .wlc-language-selector__list {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1
}

.wlc-language-selector {
  position: relative
}

.wlc-language-selector__flag,
.wlc-language-selector__selected {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.wlc-language-selector__selected {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 80%;
  padding: 5px 10px;
  background-color: #f57e5a;
  border-radius: 100px;
  cursor: pointer;
  -webkit-transition: -webkit-transform .3s linear;
  transition: transform .3s linear;
  transition: transform .3s linear, -webkit-transform .3s linear
}

.wlc-language-selector__flag {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  width: 40px;
  height: 40px;
  overflow: hidden
}

.wlc-language-selector--circle-flag .wlc-language-selector__flag {
  border-radius: 50%
}

.wlc-language-selector__lang {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px
}

.wlc-language-selector__arrow {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform .3s linear;
  transition: transform .3s linear;
  transition: transform .3s linear, -webkit-transform .3s linear
}

.wlc-language-selector__dropdown {
  position: absolute;
  visibility: hidden;
  width: 80%;
  top: auto;
  bottom: 100%;
  padding: 10px 15px;
  z-index: 1020;
  right: 10%;
  -webkit-transition: all .3s linear;
  transition: all .3s linear
}

.wlc-language-selector--dropdown-top .wlc-language-selector__dropdown {
  bottom: 100%
}

.wlc-language-selector__list {
  text-align: left;
  background: #f2592a;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .3);
  box-shadow: 0 0 0 rgba(0, 0, 0, .3);
  margin-top: 5px;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
  border-radius: 4px
}

.wlc-language-selector__item:last-child:after {
  content: "";
  position: absolute;
  left: 5%;
  bottom: -20px;
  border: 10px solid transparent;
  border-top: 10px solid #f2592a
}

.wlc-language-selector__item:last-child:hover:after {
  border-top: 10px solid #f57e5a
}

.wlc-language-selector__item:last-child .wlc-language-selector__item-link {
  border-bottom: none
}

.wlc-language-selector__item:hover {
  background: #f57e5a;
  border-radius: 4px
}

.wlc-language-selector__item-link {
  border-bottom: "";
  color: #fff;
  padding: 10px;
  font-size: 2rem
}

.wlc-language-selector__item-flag,
.wlc-language-selector__item-link,
.wlc-scroll-top button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.wlc-language-selector__item-flag {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  overflow: hidden
}

.wlc-language-selector__item-text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.wlc-scroll-top {
  position: fixed;
  display: none;
  top: unset;
  left: unset;
  bottom: 50px;
  right: 50px
}

.wlc-scroll-top.show {
  display: block;
  z-index: 9999
}

.wlc-scroll-top button {
  cursor: pointer;
  width: 100%;
  height: 100%;
  color: #ae926c;
  background-color: #f2592a;
  border-radius: 15px;
  font-size: 16px;
  font-weight: 700;
  padding: 5px 10px
}

.wlc-scroll-top button:before {
  content: "";
  border-right: 2px solid #ae926c;
  border-top: 2px solid #ae926c;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 10.6666666667px;
  height: 10.6666666667px;
  margin-right: 5px;
  margin-top: 5px
}

.wlc-scroll-top button:hover:before {
  border-color: #f2cf7b
}

.wlc-filter_merchants.is-open .wlc-filter-list {
  opacity: 1;
  visibility: visible
}

.wlc-search-and-filter-component {
  display: grid;
  grid-template-columns: 3fr 1fr;
  grid-template-areas: "search filter"
}

.wlc-search-and-filter-component__search {
  grid-area: search
}

.wlc-search-and-filter-component__filter {
  grid-area: filter;
  position: relative;
  background: #b5330b;
  border-radius: 5px;
  max-width: 250px
}

.wlc-search-and-filter-component__filter .wlc-filter_merchants {
  max-height: 300px;
  width: 100%;
  cursor: pointer
}

.wlc-search-and-filter-component__filter .wlc-filter_merchants .wlc-filter-title {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.wlc-search-and-filter-component__filter .wlc-filter-list {
  position: absolute;
  border: 1px solid #000;
  visibility: hidden;
  opacity: 0;
  border-radius: 5px;
  color: #000;
  left: 0;
  right: 0;
  background: #fff;
  max-height: 300px;
  min-width: initial;
  overflow: auto;
  margin-top: 10px
}

.wlc-filter.wlc-animated_hover.is-open .wlc-filter-title svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.wlc-search-component__input-clear,
.wlc-search-component__input-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.wlc-search-component {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 30px 20px;
  color: #000;
  background-color: #151211
}

.wlc-search-component__wrap-top {
  padding: 10px 0;
  background-color: #151211
}

.wlc-search-component__title {
  position: relative;
  padding: 12px 0;
  border-bottom: 2px solid #f2592a
}

.wlc-fast-deposit .wlc-step-deposit-payments .wlc-step-deposit-block_amount .wlc-step-deposit-block-amount .wlc-btn-deposit-group .wlc-btn:hover span,
.wlc-fast-deposit .wlc-step-deposit-payments .wlc-step-deposit-block_amount .wlc-step-deposit-block-amount .wlc-input-group .wlc-label,
.wlc-search-component__title h4 {
  color: #000
}

.wlc-search-component__input {
  position: relative;
  margin: 20px 0 0
}

.wlc-search-component__input--outside {
  width: 100%;
  max-width: 350px;
  margin: 15px auto
}

.wlc-search-component__input-label.games-search-label {
  display: block;
  width: 100%;
  height: auto
}

.wlc-search-component__input-icon {
  left: 12px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.wlc-search-component__input-clear path,
.wlc-search-component__input-icon .wlc-svg-icon_search {
  fill: #000
}

.wlc-search-component__input-field {
  width: 100%;
  padding: 7px 5px 7px 45px;
  border-radius: 100px;
  border: 1px solid #000
}

.wlc-search-component__input-clear {
  right: 12px;
  width: 18px;
  height: 18px
}

.wlc-search-component__filters {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-gap: 10px;
  margin: 10px 0 20px
}

.wlc-search-component__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 7px 15px;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  border: 1px solid #000;
  border-radius: 50px;
  -webkit-transition: all .4s linear;
  transition: all .4s linear
}

.wlc-search-component__btn.active {
  color: #f2592a;
  background-color: #000;
  -webkit-transition: all .4s linear;
  transition: all .4s linear
}

.wlc-search-component__btn.active .wlc-search-component__btn-arrow {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: all .4s linear;
  transition: all .4s linear
}

.wlc-search-component__btn .title {
  margin-right: 6px;
  margin-left: 6px
}

.wlc-search-component__btn .counter,
.wlc-search-component__btn-icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.wlc-search-component__btn .counter {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 1.2em;
  height: 1.2em;
  background: #f2592a;
  color: #000;
  border-radius: 50%
}

.wlc-search-component__btn-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto
}

@media all and (max-width: 360px) {
  .wlc-search-component__btn-icon {
    display: none
  }
}

.wlc-search-component__btn-arrow {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: -webkit-transform .4s linear;
  transition: transform .4s linear;
  transition: transform .4s linear, -webkit-transform .4s linear
}

@media all and (max-width: 480px) {
  .wlc-search-component__btn {
    font-size: 12px
  }
}

.wlc-search-component__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 10px;
  grid-column-start: span 2;
  width: 100%
}

@media all and (max-width: 560px) {
  .wlc-search-component__list {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr)
  }
}

.wlc-contact-page .wlc-custom-menu__item a,
.wlc-search-component__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.wlc-search-component__list-item {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 35px;
  padding: 0 5px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  background: rgba(0, 0, 0, .5);
  border-radius: 50px
}

.wlc-search-component__list-item span {
  display: block;
  width: 90%;
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

@media all and (max-width: 560px) {
  .wlc-search-component__list-item span {
    max-width: 120px
  }
}

.wlc-search-component__list-item.active {
  color: #000;
  background: #f2592a;
  -webkit-transition: background .4s linear;
  transition: background .4s linear
}

.wlc-search-component__games-pagination {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 10px;
  width: 100%
}

@media all and (max-width: 560px) {
  .wlc-search-component__games-pagination {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr)
  }
}

.wlc-search-component__games-item .wlc-wrp .wlc-game-thumb {
  margin: 0
}

.wlc-search-component__games-query {
  display: block;
  grid-column-start: span 3;
  margin-bottom: 15px;
  width: 100%;
  font-size: 14px;
  font-style: italic
}

@media all and (max-width: 560px) {
  .wlc-search-component__games-query {
    grid-column-start: span 2
  }
}

.wlc-search-component__games-empty {
  display: block;
  margin: 50px 0;
  grid-column-start: span 3;
  color: #fff;
  font-size: 20px;
  text-align: center
}

@media all and (max-width: 560px) {
  .wlc-search-component__games-empty {
    grid-column-start: span 2
  }
}

.wlc-search-component__games-empty span {
  display: block
}

.wlc-search-component__games-more {
  display: block;
  width: 100%;
  margin: 30px 0 0;
  grid-column-start: span 3;
  color: #000;
  font-size: 20px;
  text-align: center
}

@media all and (max-width: 560px) {
  .wlc-search-component__games-more {
    grid-column-start: span 2;
    margin-bottom: 20px
  }
}

.wlc-os-ios .wlc-search-component__games-more {
  margin-bottom: 60px
}

.wlc-search-component-modal .modal-content.wlc-search-component .wlc-mobile {
  padding-bottom: 80px
}

.sitemap {
  padding: 35px;
  text-align: center
}

.sorted-items-block,
.sorted-items-block__show ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.sorted-items-block,
.sorted-items-block__show {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.sorted-items-block {
  width: 100%
}

.sorted-items-block__show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden
}

.sorted-items-block__show ul {
  margin-left: auto
}

.sorted-items-block__show ul li {
  margin: 0 5px
}

.wlc-amount,
.wlc-contact-page .wlc-custom-menu__item a span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex
}

.wlc-amount {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap
}

.wlc-amount__currency--first {
  margin-right: 5px
}

.wlc-amount__currency--last {
  margin-left: 5px
}

.wlc-contact-page {
  display: grid;
  grid-template-columns: 1fr 3fr;
  height: 80vh;
  margin: 35px 0;
  background-color: #151414;
  border: 1px solid #e9d8a7
}

.wlc-contact-page .wlc-custom-menu {
  border-right: 1px solid #e9d8a7
}

.wlc-contact-page .wlc-custom-menu__item a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 5px 10px;
  font-size: 1.6rem;
  color: #ae926c;
  background-color: #151414;
  border-bottom: 1px solid #e9d8a7;
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.wlc-contact-page .wlc-custom-menu__item a:hover,
.wlc-contact-page .wlc-custom-menu__item.wlc-active a {
  color: #151414;
  background-color: #ae926c
}

.wlc-contact-page .wlc-custom-menu__item a:hover span svg,
.wlc-contact-page .wlc-custom-menu__item.wlc-active a span svg {
  stroke: #151414
}

.wlc-contact-page .wlc-custom-menu__item a span {
  margin-left: 10px
}

.wlc-contact-page .wlc-custom-menu__item a span svg {
  width: 8px;
  height: 16px;
  fill: none;
  stroke: #ae926c;
  -webkit-transition: all .4s linear;
  transition: all .4s linear
}

.wlc-contact-page__view {
  padding: 30px 65px;
  overflow: auto
}

.wlc-contact-page__view .container,
.wlc-contact-page__view .wlc-contacts {
  width: 100%;
  padding: 0
}

.wlc-contact-page__view .wlc-contacts-form__field-sender-submit {
  text-align: center
}

.wlc-contact-page__view .wlc-inline-text {
  height: 100%
}

.wlc-contact-page__view .wlc-inline-text .wlc-static-text {
  padding: 0
}

.wlc-contact-page__view .wlc-inline-text .wlc-static-text__loader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%
}

@media all and (max-width: 1024px) {
  .wlc-contact-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-template-columns: unset;
    height: inherit;
    border: 0
  }

  .wlc-contact-page__view {
    padding: 30px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
  }

  .wlc-contact-page .wlc-custom-menu {
    display: none
  }
}

.wlc-mobile .wlc-contact-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-template-columns: unset;
  height: inherit;
  border: 0
}

.wlc-mobile .wlc-contact-page__view {
  padding: 30px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.wlc-mobile .wlc-contact-page .wlc-custom-menu {
  display: none
}

.wlc-merchants-list .wlc-wrp_all,
.wlc-merchants-list .wlc-wrp_dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.wlc-merchants-list .wlc-wrp_all .wlc-svg-block,
.wlc-merchants-list .wlc-wrp_dropdown .wlc-svg-block {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-right: 20px;
  -ms-flex-preferred-size: 16%;
  flex-basis: 16%;
  max-width: 16%
}

.wlc-footer-main .wlc-merchants-list .wlc-wrp_dropdown .wlc-svg-block svg {
  fill: #cfbb9d
}

.wlc-merchants-list .wlc-wrp_dropdown {
  position: relative;
  overflow: hidden;
  height: 0
}

.wlc-merchants-list .wlc-wrp_dropdown .dropdown__button {
  position: absolute;
  top: 0;
  right: 0
}

.wlc-merchants-list .wlc-wrp_swiper .swiper-container {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%
}

.wlc-merchants-list .wlc-wrp_swiper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.wlc-merchants-list .wlc-wrp_swiper .wlc-svg-block {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0 15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.wlc-merchants-list .wlc-wrp_swiper .swiper-button-next,
.wlc-merchants-list .wlc-wrp_swiper .swiper-button-prev {
  z-index: 2;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  width: 20px;
  height: 30px;
  cursor: pointer
}

.wlc-merchants-list .wlc-wrp_swiper .swiper-button-next:before,
.wlc-merchants-list .wlc-wrp_swiper .swiper-button-prev:before {
  content: "";
  position: absolute;
  top: 5px;
  width: 20px;
  height: 20px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff
}

.wlc-merchants-list .wlc-wrp_swiper .swiper-button-prev {
  left: 0
}

.wlc-merchants-list .wlc-wrp_swiper .swiper-button-prev:before {
  left: 6px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg)
}

.wlc-merchants-list .wlc-wrp_swiper .swiper-button-next {
  right: 0
}

.wlc-merchants-list .wlc-wrp_swiper .swiper-button-next:before {
  right: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.fitted-text {
  position: relative
}

.fitted-text--tooltip .fitted-text__text {
  width: calc(100% - 2.4rem);
  overflow: hidden;
  text-overflow: ellipsis
}

.fitted-text--tooltip .fitted-text__tooltip.icon-info-tooltip {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -.7em;
  width: 2.4rem;
  height: 2.4rem
}

.fitted-text__text {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  white-space: nowrap
}

.fitted-text__tooltip.icon-info-tooltip,
.ft-tooltip.tooltip:after,
.wlc-deposit .wlc-step-deposit-block-amount__input .wlc-label span,
.wlc-deposit .wlc-step-withdraw-block-amount__input .wlc-label span,
.wlc-withdraw .wlc-step-deposit-block-amount__input .wlc-label span,
.wlc-withdraw .wlc-step-withdraw-block-amount__input .wlc-label span {
  display: none
}

.ft-tooltip.tooltip {
  -webkit-transform: translate(4px, -10px);
  transform: translate(4px, -10px)
}

.ft-tooltip.tooltip .tooltip-arrow {
  position: absolute;
  bottom: 0;
  left: 48%;
  display: block;
  border: 8px solid transparent;
  border-top: 10px solid #404041;
  -webkit-transform: translate(-8px, 17px);
  transform: translate(-8px, 17px)
}

.wlc-agree-with-privacy-policy {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 10px;
  background-color: #fff;
  z-index: 999;
  font-size: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media all and (max-width: 720px) {
  .wlc-agree-with-privacy-policy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.wlc-agree-with-privacy-policy__text {
  max-width: 690px;
  color: "";
  margin-left: 10px;
  text-align: left;
  -ms-flex-item-align: center;
  align-self: center
}

@media all and (max-width: 720px) {
  .wlc-agree-with-privacy-policy__text {
    margin-bottom: 10px
  }
}

.wlc-scroll-container {
  width: 100%;
  height: 100%
}

.wlc-signup-social .wlc-social-button {
  cursor: pointer
}

.wlc-tab-generator .wlc-tabs-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.wlc-tab-generator .wlc-tabs-header .item {
  padding: 5px;
  border-bottom: 2px transparent;
  cursor: pointer
}

.wlc-tab-generator .wlc-tabs-header .item:last-child {
  margin-right: 0
}

.wlc-tab-generator .wlc-tabs-header .item:hover {
  border-bottom: 2px solid #6ee8ed
}

.wlc-tab-generator .wlc-tabs-header .item-active {
  border-bottom: 2px solid green
}

.wlc-auth__preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.wlc-auth__preloader .wlc-holder {
  height: auto;
  margin-top: 20px
}

.wlc-cashback,
.wlc-withdraw {
  margin-top: 20px
}

.wlc-deposit .wlc-steps-deposit-content,
.wlc-deposit .wlc-steps-withdraw-content,
.wlc-withdraw .wlc-steps-deposit-content,
.wlc-withdraw .wlc-steps-withdraw-content {
  display: block
}

.wlc-deposit .wlc-steps-deposit-content__bonus {
  border: 0
}

.wlc-deposit .wlc-steps-withdraw-content__bonus,
.wlc-withdraw .wlc-steps-deposit-content__bonus,
.wlc-withdraw .wlc-steps-withdraw-content__bonus {
  border: 0;
  padding-bottom: 0
}

.wlc-deposit .wlc-steps-deposit-content__steps {
  margin-left: auto;
  margin-right: auto;
  border: 0
}

.wlc-deposit .wlc-steps-withdraw-content__steps,
.wlc-withdraw .wlc-steps-deposit-content__steps {
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  border: 0
}

.wlc-withdraw .wlc-steps-withdraw-content__steps {
  margin-left: auto;
  margin-right: auto;
  border: 0
}

@media all and (max-width: 768px) {

  .wlc-deposit .wlc-steps-deposit-content__steps,
  .wlc-deposit .wlc-steps-withdraw-content__steps,
  .wlc-withdraw .wlc-steps-deposit-content__steps,
  .wlc-withdraw .wlc-steps-withdraw-content__steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

@media all and (max-width: 560px) {

  .wlc-deposit .wlc-steps-deposit-content__steps,
  .wlc-deposit .wlc-steps-withdraw-content__steps,
  .wlc-withdraw .wlc-steps-deposit-content__steps,
  .wlc-withdraw .wlc-steps-withdraw-content__steps {
    padding: 15px 0
  }
}

.wlc-deposit .wlc-steps-deposit-content__step,
.wlc-deposit .wlc-steps-withdraw-content__step,
.wlc-withdraw .wlc-steps-deposit-content__step,
.wlc-withdraw .wlc-steps-withdraw-content__step {
  width: 50%;
  position: relative;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  padding: 0 24px
}

@media all and (max-width: 768px) {

  .wlc-deposit .wlc-steps-deposit-content__step,
  .wlc-deposit .wlc-steps-withdraw-content__step,
  .wlc-withdraw .wlc-steps-deposit-content__step,
  .wlc-withdraw .wlc-steps-withdraw-content__step {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
  }
}

@media all and (max-width: 560px) {

  .wlc-deposit .wlc-steps-deposit-content__step,
  .wlc-deposit .wlc-steps-withdraw-content__step,
  .wlc-withdraw .wlc-steps-deposit-content__step,
  .wlc-withdraw .wlc-steps-withdraw-content__step {
    padding: 0 10px
  }
}

.wlc-deposit .wlc-steps-deposit-content__step:first-child:after,
.wlc-deposit .wlc-steps-withdraw-content__step:first-child:after,
.wlc-withdraw .wlc-steps-deposit-content__step:first-child:after,
.wlc-withdraw .wlc-steps-withdraw-content__step:first-child:after {
  content: "";
  position: absolute;
  right: 0;
  top: 40px;
  bottom: 10px;
  width: 1px;
  background-color: #121423
}

.wlc-deposit .wlc-step-deposit-block_bonus,
.wlc-withdraw .wlc-step-deposit-block_bonus {
  width: 100%;
  display: block
}

.wlc-deposit .wlc-step-deposit-bonuses-header,
.wlc-withdraw .wlc-step-deposit-bonuses-header {
  text-align: center;
  font-size: 16px;
  padding: 0 0 15px
}

.wlc-deposit .wlc-step-deposit-bonuses-list,
.wlc-withdraw .wlc-step-deposit-bonuses-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.wlc-deposit .wlc-step-deposit-bonuses-item {
  width: 200px
}

.wlc-withdraw .wlc-step-deposit-bonuses-item {
  width: 200px;
  -ms-flex-preferred-size: 200px;
  flex-basis: 200px
}

.wlc-deposit .wlc-step-deposit-bonuses-item__content,
.wlc-withdraw .wlc-step-deposit-bonuses-item__content {
  border: 2px solid transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer
}

.wlc-withdraw .wlc-step-deposit-bonuses-item__content {
  width: 188px;
  height: 134px;
  margin: 0 12px 15px 0
}

.wlc-deposit .wlc-step-deposit-bonuses-item__content.no-image,
.wlc-withdraw .wlc-step-deposit-bonuses-item__content.no-image {
  border-color: #c4c4c4;
  border-radius: #c4c4c4
}

.wlc-withdraw .wlc-step-deposit-bonuses-item__content img {
  width: 188px;
  height: 134px
}

.wlc-deposit .wlc-step-deposit-bonuses-item__content p {
  font-size: 18px;
  margin: 0;
  padding: 0;
  text-align: center
}

.wlc-withdraw .wlc-step-deposit-bonuses-item__content p {
  color: #000;
  font-size: 18px;
  margin: 0;
  padding: 0;
  text-align: center
}

.wlc-deposit .wlc-step-deposit-bonuses-item__info,
.wlc-withdraw .wlc-step-deposit-bonuses-item__info {
  position: absolute;
  right: 10px;
  top: 5px;
  width: 24px;
  height: 24px
}

.wlc-deposit .wlc-step-deposit-bonuses-item__info svg,
.wlc-withdraw .wlc-step-deposit-bonuses-item__info svg {
  fill: #c4c4c4
}

.wlc-deposit .wlc-step-deposit-bonuses-item__info svg:hover,
.wlc-withdraw .wlc-step-deposit-bonuses-item__info svg:hover {
  fill: #fff
}

.wlc-withdraw .wlc-step-deposit-bonuses-item.active .wlc-step-deposit-bonuses-item__content {
  border-color: #67d113
}

.wlc-withdraw .wlc-step-deposit-bonuses-item_empty .wlc-step-deposit-bonuses-item__content {
  border-color: #c4c4c4
}

.wlc-withdraw .wlc-step-deposit-bonuses-item_empty .wlc-step-deposit-bonuses-item__content p {
  color: #c4c4c4
}

.wlc-deposit .wlc-step-deposit-block-step-name,
.wlc-deposit .wlc-step-withdraw-block-step-name,
.wlc-withdraw .wlc-step-deposit-block-step-name,
.wlc-withdraw .wlc-step-withdraw-block-step-name {
  font-size: 16px;
  color: #949494;
  padding: 0 0 6px
}

.wlc-deposit .wlc-step-deposit-block-amount__input,
.wlc-deposit .wlc-step-deposit-block-amount__messages,
.wlc-deposit .wlc-step-withdraw-block-amount__input,
.wlc-deposit .wlc-step-withdraw-block-amount__messages,
.wlc-withdraw .wlc-step-deposit-block-amount__input,
.wlc-withdraw .wlc-step-deposit-block-amount__messages,
.wlc-withdraw .wlc-step-withdraw-block-amount__messages {
  margin-bottom: 26px
}

.wlc-deposit .wlc-step-deposit-block-amount__input .wlc-input-group,
.wlc-deposit .wlc-step-withdraw-block-amount__input .wlc-input-group,
.wlc-withdraw .wlc-step-deposit-block-amount__input .wlc-input-group,
.wlc-withdraw .wlc-step-withdraw-block-amount__input .wlc-input-group {
  display: block
}

.wlc-deposit .wlc-step-deposit-block-amount__input .wlc-input,
.wlc-deposit .wlc-step-deposit-block-amount__input .wlc-select,
.wlc-deposit .wlc-step-withdraw-block-amount__input .wlc-input,
.wlc-deposit .wlc-step-withdraw-block-amount__input .wlc-select,
.wlc-withdraw .wlc-step-deposit-block-amount__input .wlc-input,
.wlc-withdraw .wlc-step-deposit-block-amount__input .wlc-select,
.wlc-withdraw .wlc-step-withdraw-block-amount__input .wlc-input,
.wlc-withdraw .wlc-step-withdraw-block-amount__input .wlc-select {
  width: 100%;
  max-width: 100%;
  height: 40px;
  border: 2px solid #b2b2b2;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  border-radius: 100px
}

.wlc-deposit .wlc-step-deposit-block-amount__input .wlc-input:disabled,
.wlc-deposit .wlc-step-deposit-block-amount__input .wlc-select:disabled,
.wlc-deposit .wlc-step-withdraw-block-amount__input .wlc-input:disabled,
.wlc-deposit .wlc-step-withdraw-block-amount__input .wlc-select:disabled,
.wlc-withdraw .wlc-step-deposit-block-amount__input .wlc-input:disabled,
.wlc-withdraw .wlc-step-deposit-block-amount__input .wlc-select:disabled,
.wlc-withdraw .wlc-step-withdraw-block-amount__input .wlc-input:disabled,
.wlc-withdraw .wlc-step-withdraw-block-amount__input .wlc-select:disabled {
  opacity: .5
}

.wlc-deposit .wlc-step-deposit-block-amount__messages p,
.wlc-deposit .wlc-step-withdraw-block-amount__messages p,
.wlc-withdraw .wlc-step-deposit-block-amount__messages p,
.wlc-withdraw .wlc-step-withdraw-block-amount__messages p {
  font-size: 16px;
  font-weight: 300;
  color: #67d113;
  text-align: center
}

.wlc-deposit .wlc-step-deposit-block-amount__checkboxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.wlc-deposit .wlc-step-withdraw-block-amount__checkboxes,
.wlc-withdraw .wlc-step-deposit-block-amount__checkboxes,
.wlc-withdraw .wlc-step-withdraw-block-amount__checkboxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.wlc-deposit .wlc-step-deposit-block-amount__checkboxes label,
.wlc-deposit .wlc-step-withdraw-block-amount__checkboxes a,
.wlc-deposit .wlc-step-withdraw-block-amount__checkboxes label,
.wlc-withdraw .wlc-step-deposit-block-amount__checkboxes a,
.wlc-withdraw .wlc-step-deposit-block-amount__checkboxes label,
.wlc-withdraw .wlc-step-withdraw-block-amount__checkboxes a,
.wlc-withdraw .wlc-step-withdraw-block-amount__checkboxes label {
  font-size: 12px
}

.wlc-deposit .wlc-step-deposit-block-amount__buttons,
.wlc-deposit .wlc-step-withdraw-block-amount__buttons,
.wlc-withdraw .wlc-step-deposit-block-amount__buttons {
  margin-top: 26px
}

.wlc-deposit .wlc-step-deposit-block-amount__buttons .wlc-profile-payment-submit,
.wlc-deposit .wlc-step-withdraw-block-amount__buttons .wlc-profile-payment-submit,
.wlc-withdraw .wlc-step-deposit-block-amount__buttons .wlc-profile-payment-submit,
.wlc-withdraw .wlc-step-withdraw-block-amount__buttons .wlc-profile-payment-submit {
  border: 0;
  margin: 0;
  padding: 0;
  text-align: center
}

.wlc-deposit .wlc-step-deposit-block-amount p,
.wlc-deposit .wlc-step-withdraw-block-amount p,
.wlc-withdraw .wlc-step-deposit-block-amount p,
.wlc-withdraw .wlc-step-withdraw-block-amount p {
  font-size: 16px
}

.wlc-deposit .wlc-step-deposit-block-amount .wlc-btn_submit,
.wlc-deposit .wlc-step-withdraw-block-amount .wlc-btn_submit,
.wlc-withdraw .wlc-step-deposit-block-amount .wlc-btn_submit,
.wlc-withdraw .wlc-step-withdraw-block-amount .wlc-btn_submit {
  font-size: 16px;
  text-transform: initial;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 400
}

.wlc-deposit .wlc-step-deposit-block-amount .wlc-btn_submit:hover,
.wlc-deposit .wlc-step-withdraw-block-amount .wlc-btn_submit:hover,
.wlc-withdraw .wlc-step-deposit-block-amount .wlc-btn_submit:hover,
.wlc-withdraw .wlc-step-withdraw-block-amount .wlc-btn_submit:hover {
  -webkit-transition: all .4s linear;
  transition: all .4s linear
}

.wlc-deposit .wlc-step-deposit-block-amount__buttons .wlc-btn_submit,
.wlc-withdraw .wlc-step-deposit-block-amount__buttons .wlc-btn_submit {
  background: #67d113
}

.wlc-deposit .wlc-step-deposit-block-amount__buttons .wlc-btn_submit:hover,
.wlc-withdraw .wlc-step-deposit-block-amount__buttons .wlc-btn_submit:hover {
  background-color: #67d113
}

.wlc-deposit .wlc-step-withdraw-block-amount__buttons {
  padding-top: 26px
}

.wlc-deposit .wlc-step-deposit-block-title,
.wlc-deposit .wlc-step-withdraw-block-title,
.wlc-withdraw .wlc-step-deposit-block-title,
.wlc-withdraw .wlc-step-withdraw-block-title {
  font-size: 16px;
  line-height: 19px;
  font-weight: 400
}

.wlc-deposit .wls-steps-deposit-system-empty .wlc-button_action,
.wlc-deposit .wls-steps-deposit-system-empty .wls-steps-deposit-system__title,
.wlc-deposit .wls-steps-deposit-system-nonempty .wlc-button_action {
  position: relative
}

.wlc-deposit .wls-steps-deposit-system-empty .wlc-button_action,
.wlc-deposit .wls-steps-deposit-system-empty .wls-steps-deposit-system__title,
.wlc-deposit .wls-steps-deposit-system-nonempty .wlc-button_action,
.wlc-deposit .wls-steps-deposit-system-nonempty .wls-steps-deposit-system__title {
  height: 60px;
  border: 2px solid #b2b2b2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 14px;
  border-radius: 10px;
  width: 100%;
  margin: 0 0 14px;
  cursor: pointer
}

.wlc-withdraw .wls-steps-deposit-system-empty .wlc-button_action,
.wlc-withdraw .wls-steps-deposit-system-empty .wls-steps-deposit-system__title,
.wlc-withdraw .wls-steps-deposit-system-nonempty .wlc-button_action {
  position: relative
}

.wlc-withdraw .wls-steps-deposit-system-empty .wlc-button_action,
.wlc-withdraw .wls-steps-deposit-system-empty .wls-steps-deposit-system__title,
.wlc-withdraw .wls-steps-deposit-system-nonempty .wlc-button_action,
.wlc-withdraw .wls-steps-deposit-system-nonempty .wls-steps-deposit-system__title {
  height: 60px;
  border: 2px solid #b2b2b2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 14px;
  border-radius: 10px;
  width: 100%;
  margin: 0 0 14px;
  cursor: pointer
}

.wlc-deposit .wls-steps-deposit-system-empty .wlc-button_action img,
.wlc-deposit .wls-steps-deposit-system-empty .wls-steps-deposit-system__title img,
.wlc-deposit .wls-steps-deposit-system-nonempty .wlc-button_action img,
.wlc-deposit .wls-steps-deposit-system-nonempty .wls-steps-deposit-system__title img,
.wlc-withdraw .wls-steps-deposit-system-empty .wlc-button_action img,
.wlc-withdraw .wls-steps-deposit-system-empty .wls-steps-deposit-system__title img,
.wlc-withdraw .wls-steps-deposit-system-nonempty .wlc-button_action img,
.wlc-withdraw .wls-steps-deposit-system-nonempty .wls-steps-deposit-system__title img {
  max-height: 58px
}

.wlc-deposit .wls-steps-deposit-system-image,
.wlc-withdraw .wls-steps-deposit-system-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%
}

.wlc-deposit .wls-steps-deposit-system-image img,
.wlc-withdraw .wls-steps-deposit-system-image img {
  width: 150px
}

.wlc-deposit .wls-steps-deposit-system__additional,
.wlc-withdraw .wls-steps-deposit-system__additional {
  padding: 0 14px;
  margin-bottom: 14px
}

.wlc-deposit .wls-steps-deposit-system-desc,
.wlc-withdraw .wls-steps-deposit-system-desc {
  padding: 0 14px
}

.wlc-deposit .wls-steps-deposit-system-desc__item,
.wlc-withdraw .wls-steps-deposit-system-desc__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 0
}

.wlc-withdraw .wls-steps-deposit-system-desc__item {
  border-bottom: 1px solid #b2b2b2
}

.wlc-deposit .wls-steps-deposit-system-desc__item:last-child,
.wlc-withdraw .wls-steps-deposit-system-desc__item:last-child {
  border-bottom: 0
}

.wlc-deposit .wlc-area:disabled,
.wlc-deposit .wlc-input:disabled,
.wlc-deposit .wlc-select:disabled,
.wlc-withdraw .wlc-area:disabled,
.wlc-withdraw .wlc-input:disabled,
.wlc-withdraw .wlc-select:disabled {
  background-image: none
}

.wlc-profile-payment-info-v2 {
  margin-top: 10px
}

.nice-remove {
  visibility: hidden
}

.deposit-payment-info {
  font-size: 1.4rem;
  display: grid;
  grid-template-columns: 100%;
  row-gap: 15px;
  text-align: left
}

.deposit-label {
  color: #acacac;
  font-size: 12px;
  text-indent: 10px;
  text-align: left
}

.deposit-amount {
  --input-color: #000000;
  --input-border: unset;
  --input-radius: 5px;
  --input-backcolor: #ffffff;
  display: grid;
  grid-template-areas: "label" "input";
  grid-row-gap: .5rem
}

.deposit-amount--disabled {
  --input-color: #b49a78;
  --input-border: 1px solid #e7e1cc;
  --input-backcolor: #e7e1cc
}

.deposit-amount__label {
  grid-area: label
}

.deposit-amount__input {
  grid-area: input;
  background-color: var(--input-backcolor);
  border: var(--input-border);
  border-radius: var(--input-radius);
  color: var(--input-color);
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  height: 40px;
  outline: 0;
  padding: 1.1rem 4rem 1rem 1rem;
  width: 100%
}

.deposit-amount__currency {
  grid-area: input;
  color: var(--input-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-self: right;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 2rem;
  font-size: 2rem
}

.deposit-message {
  --title-color: #ffffff;
  --title-background: #363636;
  --text-color: inherit;
  --text-background: transparent;
  --radius: 5px;
  --padding: 1rem;
  border-radius: var(--radius);
  font-size: 1.4rem;
  overflow: hidden
}

.deposit-message--warning {
  --title-color: #fbb203
}

.deposit-message--error {
  --title-color: #ff5858
}

.deposit-message__title,
.deposit-message__title:after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.deposit-message__title {
  background-color: var(--title-background);
  border: var(--title-border);
  color: var(--title-color);
  font-weight: 700;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1rem;
  min-height: 40px;
  padding: var(--padding)
}

.deposit-message__title:after {
  background-color: var(--title-color);
  border-radius: 50%;
  color: var(--title-background);
  font-size: 1rem;
  font-weight: 900;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  height: 15px;
  width: 15px
}

.deposit-message--error .deposit-message__title:after,
.deposit-message--warning .deposit-message__title:after {
  content: "!";
  font-size: 1.3rem
}

.deposit-message__text {
  background-color: var(--text-background);
  border: 1px solid #363636;
  border-radius: 0 0 var(--radius) var(--radius);
  color: var(--text-color);
  padding: var(--padding)
}

.deposit-rate {
  color: #acacac
}

.deposit-countdown {
  --icon-size: 1.5em;
  --input-color: #ff5858;
  color: var(--input-color);
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.deposit-countdown__icon {
  display: block;
  height: var(--icon-size);
  width: calc(1.5*var(--icon-size))
}

.deposit-countdown__icon svg {
  color: var(--input-color);
  height: var(--icon-size);
  width: var(--icon-size)
}

.deposit-countdown__timer {
  white-space: nowrap
}

.deposit-message__title:after,
.wlc-modal_message .deposit-countdown {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.deposit-qr-code {
  --size: 215px;
  margin: auto;
  position: relative;
  width: var(--size)
}

.deposit-qr-code__label {
  display: block;
  text-align: left
}

.deposit-qr-code__image {
  display: block;
  height: var(--size);
  width: var(--size);
  overflow: hidden
}

.deposit-qr-code__image img {
  margin: calc((250px - var(--size))/-2);
  height: auto;
  width: auto;
  max-height: none;
  max-width: none
}

@media all and (max-width: 560px) {
  .deposit-qr-code {
    display: none
  }
}

.deposit-copy-block {
  --input-color: #000000;
  --input-border: 2px solid #363636;
  --input-radius: 5px;
  --input-backcolor: transparent;
  --input-font-size: inherit;
  --btn-color: #5d6476;
  --btn-hover-color: ;
  display: grid;
  grid-template-areas: "label" "input";
  grid-row-gap: .5rem;
  position: relative
}

.deposit-copy-block__label {
  grid-area: label
}

.deposit-copy-block__input {
  grid-area: input;
  background-color: var(--input-backcolor);
  border: var(--input-border);
  border-radius: var(--input-radius);
  color: var(--input-color);
  font-size: var(--input-font-size);
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  white-space: nowrap;
  display: block;
  height: 40px;
  padding: 1rem 5rem 1rem 1rem;
  width: 100%;
  outline: 0
}

.deposit-copy-block__button {
  grid-area: input;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-self: right;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 2rem
}

.deposit-copy-block__button svg {
  stroke: transparent;
  fill: var(--btn-color)
}

.deposit-copy-block__button:hover svg {
  fill: var(--btn-hover-color)
}

.deposit-subsystems {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1rem
}

@media all and (max-width: 560px) {
  .deposit-subsystems {
    grid-template-columns: 100%
  }
}

.deposit-subsystems__item {
  border-radius: 5px;
  border: solid 2px #393939;
  cursor: pointer;
  padding: 1rem 1.5rem
}

.deposit-subsystems__item--disabled {
  cursor: not-allowed;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: .5
}

.deposit-subsystems__item:hover:not(.deposit-subsystems__item--disabled) {
  border: solid 2px #fbb203
}

.deposit-subsystem {
  --color-ticker: #404041;
  background-color: #fff;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  height: 5rem;
  overflow: hidden;
  width: 100%
}

.deposit-subsystem__image {
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  display: block;
  height: 3rem;
  width: 3rem
}

.deposit-subsystem__name {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden
}

.deposit-subsystem__ticker {
  color: var(--color-ticker);
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none
}

.wlc-fast-deposit .wlc-steps-deposit-content__steps {
  padding: 20px
}

.wlc-fast-deposit .wlc-step-deposit-payments {
  text-align: center
}

.wlc-fast-deposit .wlc-step-deposit-payments__title {
  margin-bottom: 20px;
  font-size: 1.8rem;
  color: #000
}

.wlc-fast-deposit .wlc-step-deposit-payments .wls-steps-deposit-system-nonempty .wls-steps-deposit-system__title,
.wlc-fast-deposit .wlc-step-deposit-payments__empty .wlc-button_action {
  height: 60px;
  padding: 0 15px;
  margin-bottom: 20px;
  border: 2px solid #e9d8a7;
  border-radius: 10px;
  font-size: 1.8rem;
  color: #000
}

.wlc-fast-deposit .wlc-step-deposit-payments__information {
  font-size: 1.8rem;
  color: #000;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative
}

.wlc-fast-deposit .wlc-step-deposit-payments__information:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 2px;
  width: 75%;
  background: #e9d8a7
}

.wlc-fast-deposit .wlc-step-deposit-payments__check {
  font-size: 1.8rem;
  color: #ff3e3f
}

.wlc-fast-deposit .wlc-step-deposit-payments .wlc-step-deposit-block_amount .wlc-step-deposit-block-amount.wlc-profile-check-text p {
  margin-bottom: ""
}

.wlc-fast-deposit .wlc-step-deposit-payments .wlc-step-deposit-block_amount .wlc-step-deposit-block-amount.wlc-profile-check-text ul li {
  margin-bottom: "";
  color: #ff3e3f
}

.wlc-fast-deposit .wlc-step-deposit-payments .wlc-step-deposit-block_amount .wlc-step-deposit-block-step-name,
.wlc-fast-deposit .wlc-step-deposit-payments .wlc-step-deposit-block_amount .wlc-step-deposit-block-title {
  display: none
}

.wlc-fast-deposit .wlc-step-deposit-payments .wlc-step-deposit-block-amount__checkboxes,
.wlc-fast-deposit .wlc-step-deposit-payments .wlc-step-deposit-block_amount .wlc-step-deposit-block-amount .wlc-input-group,
.wlc-fast-deposit .wlc-step-deposit-payments .wlc-step-deposit-block_amount .wlc-step-deposit-block-amount__input {
  margin-bottom: 20px
}

.wlc-fast-deposit .wlc-step-deposit-payments .wlc-step-deposit-block_amount .wlc-step-deposit-block-amount .wlc-input-group .wlc-label span:nth-of-type(2)>span {
  font-size: 1.4rem;
  color: #959595;
  position: absolute;
  right: 15px;
  bottom: 0;
  height: 40px;
  line-height: 40px
}

.wlc-fast-deposit .wlc-step-deposit-payments .wlc-step-deposit-block_amount .wlc-step-deposit-block-amount .wlc-input-group .wlc-label .wlc-input,
.wlc-fast-deposit .wlc-step-deposit-payments .wlc-step-deposit-block_amount .wlc-step-deposit-block-amount .wlc-input-group .wlc-label .wlc-select {
  height: 40px
}

.wlc-fast-deposit .wlc-step-deposit-payments .wlc-step-deposit-block_amount .wlc-step-deposit-block-amount .wlc-btn-deposit-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.wlc-fast-deposit .wlc-step-deposit-payments .wlc-step-deposit-block_amount .wlc-step-deposit-block-amount .wlc-btn-deposit-group .wlc-btn {
  width: 23%;
  height: 40px;
  border: 1px solid #e9d8a7;
  border-radius: 50px;
  padding: 10px 0;
  color: #000;
  font-size: 1.4rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row
}

.wlc-fast-deposit .wlc-step-deposit-payments .wlc-step-deposit-block_amount .wlc-step-deposit-block-amount .wlc-btn-deposit-group .wlc-btn span {
  color: #000;
  font-size: 1.4rem;
  padding-right: 2px
}

.wlc-fast-deposit .wlc-step-deposit-payments .wlc-step-deposit-block_amount .wlc-step-deposit-block-amount .wlc-btn-deposit-group .wlc-btn:hover {
  background: #f2cf7b;
  border: 1px solid #e7e1cc;
  color: #000
}

.wlc-fast-deposit .wlc-step-deposit-payments .wlc-step-deposit-block_amount .wlc-step-deposit-block-amount .wlc-btn-deposit-group .wlc-btn.active {
  background: #f2592a;
  border: 1px solid #959595;
  color: #fff
}

.wlc-achievements .tooltip p,
.wlc-fast-deposit .wlc-step-deposit-payments .wlc-step-deposit-block_amount .wlc-step-deposit-block-amount .wlc-btn-deposit-group .wlc-btn.active span {
  color: #fff
}

.wlc-fast-deposit .wlc-step-deposit-payments .wlc-step-deposit-block-amount__checkboxes:last-child {
  margin-bottom: 0
}

.wlc-fast-deposit .wlc-step-deposit-payments .wlc-step-deposit-block-amount__checkboxes .wlc-profile-payment-submit {
  margin-top: 0
}

.wlc-fast-deposit .wlc-step-deposit-payments .wlc-btc-description {
  width: 100%;
  color: #000
}

@media all and (max-width: 560px) {
  .wlc-fast-deposit .wlc-step-deposit-payments .wlc-btc-description img {
    margin-left: auto;
    margin-right: auto
  }
}

@media all and (max-width: 640px) {
  .wlc-fast-deposit .wlc-step-deposit-payments .wlc-btc-description .wlc-payment-address-block .wlc-btn_link {
    margin-top: 1rem;
    margin-left: 6rem;
    margin-right: 6rem
  }

  .wlc-fast-deposit .wlc-step-deposit-payments .wlc-btc-description .wlc-payment-address-block .wlc-btn_link svg {
    fill: #fff
  }
}

.wlc-fast-deposit .wlc-step-deposit-payments .wlc-btc-description .wlc-payment-address-block .wlc-btn_link:hover {
  background: #f2592a
}

@media all and (max-width: 640px) {
  .wlc-fast-deposit .wlc-step-deposit-payments .wlc-btc-description .wlc-payment-address-block .wlc-btn_link:hover svg {
    fill: #fff;
    stroke: none
  }

  .wlc-fast-deposit .wlc-step-deposit-payments .wlc-btc-description .wlc-payment-address-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .wlc-fast-deposit .wlc-step-deposit-payments .wlc-btc-description .wlc-payment-address-block .wlc-copied-tooltip {
    top: 110%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
  }
}

.wlc-fast-deposit .wls-steps-deposit-system__additional {
  padding: 0;
  margin-bottom: 20px
}

.wlc-fast-deposit .wls-steps-deposit-system__additional .wls-steps-deposit-system-additional-item .wlc-label {
  text-align: left
}

.wlc-fast-deposit .wls-steps-deposit-system__additional .wls-steps-deposit-system-additional-item .wlc-label span {
  color: #000;
  font-size: 1.4rem;
  font-weight: 400
}

.wlc-fast-deposit .wls-steps-deposit-system__additional .wls-steps-deposit-system-additional-item .wlc-input,
.wlc-fast-deposit .wls-steps-deposit-system__additional .wls-steps-deposit-system-additional-item .wlc-select {
  border-radius: 10px;
  height: 40px
}

.wlc-fast-deposit .wlc-hosted-fields-container {
  padding: 0;
  margin: 0 0 20px;
  width: 100%;
  max-width: 100%
}

.wlc-modal-step-systems-list .wlc-modal-step-systems-item {
  padding: 15px 0
}

.wlc-modal-step-systems-list .wlc-modal-step-systems-item.wlc-active {
  background: #404041
}

.wlc-modal-payments .wlc-history .wlc-tabs-header {
  margin: 24px 0;
  border-bottom: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.wlc-modal-payments .wlc-history .wlc-tabs-header .item {
  border-bottom: 0;
  background: 0 0;
  color: #8d8d8d;
  padding: 5px 20px;
  cursor: pointer
}

.wlc-modal-payments .wlc-history .wlc-tabs-header .item.item-active {
  color: #000;
  background-color: transparent
}

.wlc-modal-payments .wlc-history .wlc-tabs-header .item:first-child.item-active {
  background-color: transparent
}

.wlc-merchant-wallet {
  position: relative;
  margin-left: 20px
}

.wlc-merchant-wallet__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-right: 2rem
}

.wlc-merchant-wallet-balance__value {
  display: block
}

.wlc-merchant-wallet__balance {
  margin-right: 2rem
}

.wlc-merchant-wallet__balance .text {
  color: inherit
}

.wlc-merchant-wallet__balance .merchant {
  color: inherit;
  font-weight: inherit
}

.wlc-merchant-wallet__balance .amount .wlc-amount {
  color: #f2592a;
  font-weight: 700
}

.wlc-merchant-wallet__balance .amount .wlc-amount .wlc-amount__currency,
.wlc-profile-edit__section-header h2 {
  color: #fff;
  font-weight: 700
}

.wlc-merchant-wallet__balance .loading-icon {
  color: #fff;
  display: inline-block;
  -webkit-animation: spinner 2s linear infinite;
  animation: spinner 2s linear infinite
}

.wlc-merchant-wallet__balance .loading-icon svg {
  fill: currentColor
}

.wlc-merchant-wallet__button .wlc-btn-mobile {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: fixed;
  top: 50px;
  right: 20px;
  z-index: 5000;
  min-width: 0;
  width: 40px;
  height: 40px;
  padding: 5px;
  border-radius: 50%;
  background-color: #ae926c;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.wlc-merchant-wallet__button .wlc-btn-mobile:hover {
  background-color: #ae926c
}

.wlc-merchant-wallet__button .wlc-btn-mobile svg {
  fill: #fff;
  stroke: none
}

.wlc-merchant-wallet__button .wlc-btn.disabled {
  cursor: progress
}

.wlc-merchant-wallet__modal {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 437px;
  height: auto;
  background: rgba(64, 64, 65, .9);
  -webkit-box-shadow: "";
  box-shadow: ""
}

.wlc-section_game-play-mobile .wlc-merchant-wallet__modal {
  position: fixed;
  z-index: 2000;
  width: 80%;
  max-width: 437px;
  left: 50%;
  top: 50%;
  bottom: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.wlc-merchant-wallet__modal .modal-close {
  position: absolute;
  top: 0;
  right: calc((25px + 5px)*-1);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: rgba(64, 64, 65, .9);
  color: #fff;
  -webkit-box-shadow: "";
  box-shadow: ""
}

.wlc-section_game-play-mobile .wlc-merchant-wallet__modal .modal-close {
  display: none
}

.wlc-merchant-wallet__modal .modal-close svg {
  position: absolute;
  top: 25%;
  left: 25%;
  width: 50%;
  height: 50%;
  stroke: currentColor;
  stroke-width: 2px
}

.wlc-merchant-wallet__modal .modal-close:hover {
  background-color: #404041;
  color: #fff;
  -webkit-box-shadow: "";
  box-shadow: ""
}

.wlc-merchant-wallet-body .update .loading-icon svg,
.wlc-merchant-wallet.open .wlc-merchant-wallet__modal {
  display: block
}

.wlc-merchant-wallet .loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(64, 64, 65, .8)
}

.wlc-merchant-wallet-header {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-bottom: 1px solid #e7e1cc
}

.wlc-merchant-wallet-header .switcher {
  font-size: 1.6rem;
  padding: 14px 10px;
  text-align: center;
  color: #fff;
  background: 0 0;
  cursor: pointer;
  -webkit-transition: all .4s linear;
  transition: all .4s linear
}

.wlc-merchant-wallet-header .switcher.active {
  background: #f2592a;
  font-weight: 700;
  color: #000
}

.wlc-merchant-wallet-body {
  padding: 16px 60px 30px;
  color: #fff;
  font-size: 1.6rem
}

.wlc-section_game-play-mobile .wlc-merchant-wallet-body {
  padding: 22px 12px 30px
}

.wlc-merchant-wallet-body .update {
  margin-left: 6px
}

.wlc-merchant-wallet-body .update .loading-icon {
  color: #fff;
  -webkit-animation: none;
  animation: none
}

.wlc-merchant-wallet-body .update.updating .loading-icon {
  display: inline-block;
  -webkit-animation: spinner 2s linear infinite;
  animation: spinner 2s linear infinite
}

.wlc-merchant-wallet-body .wlc-merchant-wallet__balance .amount {
  font-size: 2.4rem
}

.wlc-merchant-wallet-form {
  margin-top: 20px
}

.wlc-merchant-wallet-form .wlc-label {
  position: relative;
  color: inherit;
  margin-bottom: .5rem
}

.wlc-merchant-wallet-form .wlc-label__text {
  display: none
}

.wlc-merchant-wallet-form .form-control-errors {
  font-weight: 400;
  height: 25px
}

.wlc-merchant-wallet-form .wlc-input,
.wlc-merchant-wallet-form .wlc-select {
  background-color: transparent;
  color: #fff
}

.wlc-merchant-wallet-form .wlc-input.wlc-input_error,
.wlc-merchant-wallet-form .wlc-input_error.wlc-select {
  color: inherit
}

.wlc-merchant-wallet-form .wlc-currency {
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: auto
}

.wlc-merchant-wallet-form__amount-limit {
  margin-left: 1.5rem;
  font-size: 1.2rem
}

.wlc-merchant-wallet-form__amount-limit-empty {
  height: 14px
}

.wlc-merchant-wallet-form__rate {
  margin-top: 20px;
  text-align: center;
  font-size: 12px
}

.wlc-merchant-wallet-form__rate .text {
  color: #f2592a
}

.wlc-merchant-wallet-form__rate .amount {
  color: inherit
}

.wlc-merchant-wallet-form__rate:after {
  content: "";
  display: inline-block
}

.wlc-merchant-wallet-form__buttons,
.wlc-metamask-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.wlc-merchant-wallet-form__buttons {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.wlc-merchant-wallet-form__buttons .wlc-btn {
  margin-top: 20px;
  text-transform: uppercase;
  font-weight: 700;
  min-width: 127px;
  font-size: 16px
}

.wlc-merchant-wallet-form__buttons .wlc-btn.close {
  display: none
}

.wlc-section_game-play-mobile .wlc-merchant-wallet-form__buttons .wlc-btn.close {
  display: block
}

.wlc-metamask-button {
  background: #fff;
  border-radius: 5px;
  padding: 4px 8px 4px 4px;
  border: 3px solid #fff;
  -webkit-transition: all .3;
  transition: all .3;
  margin: 20px 0 0
}

.wlc-metamask-button:hover {
  border: 3px solid #f2592a
}

.wlc-metamask-button__icon {
  width: 50px;
  height: 50px
}

.wlc-metamask-button__text {
  margin: 0 0 0 4px;
  color: #ae926c
}

.wlc-metamask-button--center {
  margin: 20px auto 0
}

.wlc-pay-sys-info .wlc-table-header,
.wlc-pay-sys-info .wlc-title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.wlc-pay-sys-info .wlc-title-wrapper {
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 10px;
  width: 100%
}

.wlc-pay-sys-info .wlc-pay-sys-title {
  padding: 25px 0 25px 10px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  color: #00a9e7
}

.wlc-pay-sys-info .wlc-header-payment-title {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 50px;
  width: 160px;
  padding: 10px;
  text-align: center
}

.wlc-pay-sys-info .wlc-header-fee-title,
.wlc-pay-sys-info .wlc-header-time-title {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 140px
}

.wlc-pay-sys-info .wlc-header-fee-title,
.wlc-pay-sys-info .wlc-header-limits-button,
.wlc-pay-sys-info .wlc-header-limits-title,
.wlc-pay-sys-info .wlc-header-time-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.wlc-pay-sys-info .wlc-header-limits-title {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 220px
}

.wlc-pay-sys-info .wlc-header-limits-button {
  min-width: 165px
}

.wlc-game-play-dashboard .wlc-tab-generator .wlc-tabs-header .item span.item__title,
.wlc-pay-sys-info .wlc-fee-title,
.wlc-pay-sys-info .wlc-limits-title,
.wlc-pay-sys-info .wlc-time-title {
  display: none
}

.wlc-pay-sys-info .wlc-system-block,
.wlc-pay-sys-info .wlc-terms-and-conditions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.wlc-pay-sys-info .wlc-terms-and-conditions {
  font-size: 25px;
  position: relative;
  border: 2px solid #fff;
  border-radius: 50%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30px;
  height: 30px
}

.modal-terms-and-conditions .close-dialog:hover,
.wlc-pay-sys-info .wlc-terms-and-conditions:hover {
  cursor: pointer
}

.wlc-pay-sys-info .wlc-system-block {
  background-color: #191d27;
  padding: 10px;
  border-radius: 5px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 80px;
  margin-bottom: 20px;
  font-size: 14px
}

.wlc-pay-sys-info .wlc-fee,
.wlc-pay-sys-info .wlc-image,
.wlc-pay-sys-info .wlc-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.wlc-pay-sys-info .wlc-image {
  height: 50px;
  width: 160px;
  border-radius: 5px;
  background: #fff
}

.wlc-acuant-camera__container canvas,
.wlc-pay-sys-info .wlc-image>img {
  max-width: 100%;
  max-height: 100%
}

.wlc-pay-sys-info .wlc-fee,
.wlc-pay-sys-info .wlc-time {
  width: 140px;
  font-weight: 700
}

.wlc-pay-sys-info .wlc-time {
  text-transform: uppercase
}

.wlc-pay-sys-info .wlc-fee {
  color: #d9a736;
  text-transform: uppercase
}

.wlc-pay-sys-info .wlc-limits,
.wlc-pay-sys-info .wlc-loader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.wlc-pay-sys-info .wlc-limits {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 220px
}

.wlc-pay-sys-info .wlc-loader {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 300px
}

.wlc-pay-sys-info .wlc-currency {
  color: #d9a736;
  font-weight: 700
}

.wlc-pay-sys-info .wlc-currency svg {
  fill: #d9a736
}

.wlc-pay-sys-info .wlc-buttons,
.wlc-pay-sys-info .wlc-transition-btn button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.wlc-pay-sys-info .wlc-buttons {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-width: 165px
}

.wlc-pay-sys-info .wlc-transition-btn {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: center;
  flex-direction: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.wlc-pay-sys-info .wlc-transition-btn button {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  border-bottom: 4px solid #32710e;
  background-color: #08aa17;
  border-radius: 5px;
  -webkit-transition: all .4s linear;
  transition: all .4s linear
}

.wlc-pay-sys-info .wlc-transition-btn button:hover {
  border-bottom: 4px solid #d9a736;
  background-color: #f8bd35;
  -webkit-transition: all .4s linear;
  transition: all .4s linear
}

.wlc-pay-sys-info .wlc-transition-btn button a,
.wlc-pay-sys-info .wlc-transition-btn button span {
  padding: 10px
}

.wlc-pay-sys-info .wlc-title {
  text-transform: uppercase;
  font-weight: 700;
  color: #00a9e7
}

.wlc-pay-sys-info .wlc-system-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 100%
}

@media all and (max-width: 900px) {
  .wlc-pay-sys-info .wlc-table-header {
    display: none
  }

  .wlc-pay-sys-info .wlc-system-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  .wlc-pay-sys-info .wlc-image {
    width: 100%;
    margin-bottom: 5px
  }

  .wlc-pay-sys-info .wlc-pay-sys-title {
    text-align: center
  }

  .wlc-pay-sys-info .wlc-show-system-body,
  .wlc-pay-sys-info .wlc-system-body {
    -webkit-transition: max-height .4s ease-in-out;
    transition: max-height .4s ease-in-out
  }

  .wlc-pay-sys-info .wlc-system-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    -webkit-box-flex: 0;
    -ms-flex: 0;
    flex: 0
  }

  .wlc-pay-sys-info .wlc-show-system-body {
    max-height: 500px
  }

  .wlc-pay-sys-info .wlc-fee,
  .wlc-pay-sys-info .wlc-limits,
  .wlc-pay-sys-info .wlc-time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(255, 255, 255, .1);
    width: 100%;
    margin-bottom: 5px;
    padding: 15px 10px
  }

  .wlc-pay-sys-info .wlc-limits {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }

  .wlc-pay-sys-info .wlc-limits-title {
    font-weight: 700;
    text-transform: uppercase
  }

  .wlc-pay-sys-info .wlc-limits-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .wlc-pay-sys-info .wlc-time-duration {
    color: #d9a736
  }

  .wlc-pay-sys-info .wlc-fee-title,
  .wlc-pay-sys-info .wlc-time-title {
    color: #fff
  }

  .wlc-pay-sys-info .wlc-fee-title,
  .wlc-pay-sys-info .wlc-limits-title,
  .wlc-pay-sys-info .wlc-time-title {
    display: block
  }

  .wlc-pay-sys-info .wlc-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
  }

  .wlc-pay-sys-info .wlc-transition-btn {
    width: 70%;
    margin-right: 0
  }

  .wlc-pay-sys-info .wlc-transition-btn button {
    width: 100%
  }
}

.modal-terms-and-conditions {
  padding: 15px 30px
}

.modal-terms-and-conditions .close-dialog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 25px;
  margin-left: auto
}

.modal-terms-and-conditions .close-dialog svg {
  stroke: #d9a736;
  stroke-width: 3px;
  width: 25px
}

.wlc-payment-systems {
  width: 100%
}

.wlc-payment-systems .table {
  display: table;
  width: 100%
}

.wlc-payment-systems .table-row {
  display: table-row;
  cursor: pointer
}

.wlc-payment-systems .table-row-heading .table-cell {
  color: rgba(255, 255, 255, .5);
  border: 0
}

.wlc-payment-systems .table-cell {
  padding: 5px 10px;
  color: #fff;
  display: table-cell;
  vertical-align: middle;
  border: 1px solid #fff
}

.wlc-payment-systems .table-cell-check {
  border-right: 0
}

.wlc-payment-systems .table-cell-check .wlc-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.wlc-payment-systems .table-cell-check .wlc-checkbox span {
  position: relative;
  width: 28px;
  height: 28px;
  border: 2px solid #fff;
  border-radius: 50%
}

.wlc-payment-systems .table-cell-check .wlc-checkbox span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.wlc-payment-systems .table-cell-check .wlc-checkbox.wlc-checked span:after {
  width: 14px;
  height: 14px
}

.wlc-payment-systems .table-cell-method {
  border-left: 0
}

.wlc-payment-systems .table-cell-logo .wlc-svg-block {
  max-width: 120px
}

.wlc-payment-systems .table-cell-logo .wlc-svg-block svg {
  fill: #fff
}

.wlc-wallet-system {
  font-size: 1.8rem;
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #000
}

.wlc-wallet-system__header {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 1.8rem
}

.wlc-wallet-system-balance {
  margin-bottom: 5px
}

.wlc-wallet-system-info {
  margin-bottom: 10px
}

.wlc-wallet-system-info__title {
  font-weight: 700;
  margin: 20px 0 5px
}

.wlc-wallet-system-amount-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 250px
}

.wlc-wallet-system-amount-field__currency {
  margin-left: 10px
}

.wlc-wallet-system-amount {
  margin-top: 15px
}

.wlc-wallet-system-amount__label {
  margin-bottom: 3px
}

.wlc-wallet-system-actions {
  margin-top: 15px
}

.wlc-wallet-system-actions .wlc-button {
  width: 200px;
  line-height: 2rem
}

.wlc-game-play-container {
  overflow: hidden
}

.wlc-game-play-dashboard-mobile {
  position: fixed;
  top: 10vh;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  z-index: 1000;
  height: 80vh;
  max-height: 600px;
  min-height: 400px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: ease-out .4s;
  transition: ease-out .4s
}

.wlc-game-play-dashboard-mobile--open {
  -webkit-transform: translateX(0);
  transform: translateX(0)
}

@media (orientation: landscape)and (max-height:480px)and (max-width:800px) {
  .wlc-game-play-dashboard-mobile {
    display: none
  }
}

.wlc-game-play-dashboard {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  background: #414368;
  -webkit-transition: all .4s ease-in;
  transition: all .4s ease-in
}

.wlc-section_game-play-mobile .wlc-game-play-dashboard {
  position: unset;
  -webkit-transform: unset;
  transform: unset
}

.wlc-game-play-dashboard .wlc-tab-generator .wlc-tabs-body {
  height: calc(100% - 65px);
  padding: 5px;
  background: 0 0
}

.item-dashboard-games>div,
.wlc-game-play-dashboard .wlc-tab-generator .wlc-tabs-body .item,
.wlc-game-play-dashboard .wlc-tab-generator .wlc-tabs-header .item-dashboard-user-info>div {
  height: 100%
}

.wlc-game-play-dashboard .wlc-tab-generator .wlc-tabs-header {
  background: #0c0c2e;
  -webkit-box-shadow: inset 0 -4px 4px rgba(0, 0, 0, .15);
  box-shadow: inset 0 -4px 4px rgba(0, 0, 0, .15)
}

.wlc-game-play-dashboard .wlc-tab-generator .wlc-tabs-header .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-bottom: none;
  border-radius: 50%
}

.wlc-game-play-dashboard .wlc-tab-generator .wlc-tabs-header .item .item__icon svg {
  width: 100%;
  height: 100%
}

.wlc-game-play-dashboard .wlc-tab-generator .wlc-tabs-header .item .item__icon svg path {
  fill: #161643;
  -webkit-transition: all .4s ease-in;
  transition: all .4s ease-in
}

@media (hover) {
  .wlc-game-play-dashboard .wlc-tab-generator .wlc-tabs-header .item: not(.item-active):hover {
    border-bottom: none
  }

  .wlc-game-play-dashboard .wlc-tab-generator .wlc-tabs-header .item:not(.item-active):hover .item__icon svg path {
    fill: #fff
  }
}

.wlc-game-play-dashboard .wlc-tab-generator .wlc-tabs-header .item-dashboard-bonus .item__icon {
  width: 29px;
  height: 29px
}

.wlc-game-play-dashboard .wlc-tab-generator .wlc-tabs-header .item-dashboard-tournament .item__icon {
  width: 22px;
  height: 22px
}

.wlc-game-play-dashboard .wlc-tab-generator .wlc-tabs-header .item-dashboard-games .item__icon {
  width: 25px;
  height: 25px
}

.wlc-game-play-dashboard .wlc-tab-generator .wlc-tabs-header .item-dashboard-user-info .item__icon {
  padding-top: 4px
}

.wlc-game-play-dashboard~#game_container.wlc-game-play-container__game {
  -webkit-transition: width ease-in .4s;
  transition: width ease-in .4s
}

.wlc-game-play-dashboard--open {
  -webkit-transform: translateX(0);
  transform: translateX(0)
}

.dashboard-header {
  padding: 15px 0 18px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 700
}

.wlc-game-play-dashboard-button {
  position: relative;
  margin-right: 20px;
  border-radius: 100px;
  background-color: #414368;
  line-height: 1
}

.wlc-game-play-dashboard-button:before {
  position: absolute;
  top: 50%;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #ffbd01
}

.wlc-game-play-dashboard-button.active {
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .75);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, .75)
}

.wlc-game-play-dashboard-button,
.wlc-game-play-dashboard-button.active,
.wlc-game-play-dashboard-button.active:before,
.wlc-game-play-dashboard-button:before {
  -webkit-transition: all .4s linear;
  transition: all .4s linear
}

.item-dashboard-games .wlc-game-catalog__wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%
}

.item-dashboard-games .wlc-game-catalog__title {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0;
  padding: 5px 10px 0;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #fff
}

.item-dashboard-games .wlc-game-catalog__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: initial;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  min-height: 0;
  margin-top: 10px;
  padding: 0 10px;
  overflow: auto
}

.item-dashboard-games .wlc-game-catalog__grid-item {
  margin-bottom: 15px
}

.item-dashboard-games .wlc-game-thumb {
  margin: 0
}

.wlc-game-catalog__grid .form-control-errors {
  font-size: 16px;
  text-align: center
}

.wlc-games-provider-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(105px, 1fr));
  grid-auto-rows: -webkit-max-content;
  grid-auto-rows: max-content;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-gap: 25px 34.5px;
  overflow: hidden
}

.wlc-games-provider-list__item {
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.wlc-games-provider-list__item.checked .wlc-games-provider-list__icon,
.wlc-games-provider-list__item:hover .wlc-games-provider-list__icon {
  border-color: #01db5f
}

.wlc-games-provider-list__item.checked .wlc-games-provider-list__icon--static {
  background: #01db5f
}

.wlc-game-play-dashboard .wlc-tab-generator .wlc-tabs-header .item-active .item__icon svg path,
.wlc-games-provider-list__item.checked .wlc-games-provider-list__icon--static svg,
.wlc-tournament-winners__list .wlc-tournament-winners__row.wlc-tournament-winners__row--active svg path {
  fill: #000
}

.wlc-games-provider-list__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 43px;
  height: 43px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto 10px;
  border: 2px solid transparent;
  border-radius: 50%;
  background: #000;
  line-height: 0;
  -webkit-transition: border-color .2s linear;
  transition: border-color .2s linear
}

.wlc-games-provider-list__icon svg {
  max-width: 25px;
  max-height: 25px;
  fill: #01db5f
}

.wlc-games-provider-list__text {
  display: block;
  font-size: 14px;
  font-weight: 700;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.wlc-games-provider__headline {
  position: relative
}

.wlc-games-provider__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.wlc-games-provider__col {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  margin: 0 15px 0 0
}

.wlc-games-provider__col:last-child {
  margin-right: 0
}

.wlc-games-provider__col--list {
  padding: 25px 0
}

.wlc-games-provider__col--control {
  -ms-flex-preferred-size: 320px;
  flex-basis: 320px;
  max-width: 320px
}

.wlc-games-provider__col--btn {
  -ms-flex-item-align: start;
  align-self: flex-start;
  -ms-flex-preferred-size: 25px;
  flex-basis: 25px;
  max-width: 25px;
  margin: 40px 0 0
}

.wlc-games-provider__col--btn .wlc-games-provider__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 25px;
  height: 40px;
  padding: 0;
  border: 2px solid #44535d;
  border-radius: 5px;
  background: 0 0
}

.wlc-games-provider__col--btn .wlc-games-provider__btn.active,
.wlc-games-provider__col--btn .wlc-games-provider__btn:hover {
  border-color: #44535d;
  background: #44535d
}

.wlc-games-provider__col--btn .wlc-games-provider__btn svg {
  -webkit-transition: -webkit-transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear
}

.wlc-games-provider__col--btn .wlc-games-provider__btn.active svg {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg)
}

.wlc-games-provider__wrap {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .1s linear;
  transition: height .1s linear
}

.wlc-games-provider__btn {
  position: relative;
  width: 100%;
  padding: 9.5px 50px 9.5px 25px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  border: 2px solid #bdbdbd;
  border-radius: 50px;
  text-align: left;
  -webkit-transition: border-color .2s linear, background .2s linear;
  transition: border-color .2s linear, background .2s linear;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.wlc-games-provider__btn .wlc-games-provider__btn-icon--reset {
  border-left: 2px solid #bdbdbd;
  -webkit-transition: border-left-color .2s linear;
  transition: border-left-color .2s linear
}

.wlc-games-provider__btn .wlc-games-provider__btn-icon--reset svg {
  width: 12px;
  height: 12px
}

.wlc-games-provider__btn .wlc-games-provider__btn-icon--reset:hover svg {
  fill: red !important
}

.wlc-games-provider__btn.active {
  border-color: #01db5f;
  background: #01db5f
}

.wlc-games-provider__btn.active .wlc-games-provider__btn-icon svg {
  fill: #fff;
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg)
}

.wlc-games-provider__btn.active .wlc-games-provider__btn-icon--reset {
  border-left: 2px solid rgba(0, 0, 0, .3);
  bottom: -2px;
  top: -2px
}

.wlc-games-provider__btn.active .wlc-games-provider__btn-icon--reset svg {
  -webkit-transform: none;
  transform: none
}

.wlc-games-provider__btn.active:hover .wlc-games-provider__btn-icon--reset {
  border-left: 2px solid rgba(0, 0, 0, .3)
}

.wlc-games-provider__btn.selected .wlc-games-provider__btn-text:after {
  display: inline-block
}

.wlc-games-provider__btn:hover {
  border-color: #01db5f
}

.wlc-games-provider__btn:hover .wlc-games-provider__btn-icon--reset {
  border-left-color: #01db5f
}

.wlc-games-provider__btn-icon,
.wlc-games-sort__dropdown-selected span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.wlc-games-provider__btn-icon {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  width: 40px;
  top: 0;
  right: 0;
  bottom: 0
}

.wlc-games-provider__btn svg {
  width: 13px;
  height: 8px;
  line-height: 0;
  fill: #fff;
  -webkit-transition: fill .2s linear, -webkit-transform .2s linear;
  transition: fill .2s linear, transform .2s linear;
  transition: fill .2s linear, transform .2s linear, -webkit-transform .2s linear
}

.wlc-games-provider__btn-text {
  display: inline-block
}

.wlc-games-provider__btn-text:after {
  content: ": ";
  display: none
}

.wlc-games-provider .wlc-search-field {
  margin-bottom: 0
}

.wlc-games-provider .wlc-search-form__input {
  height: 45px;
  border-radius: 50px;
  padding: 12px 15px 12px 0
}

.wlc-games-sort__dropdown-wrapper {
  position: relative;
  width: 200px;
  height: 42px;
  font-size: 100%
}

.wlc-games-sort__dropdown-selected {
  height: 100%;
  margin-bottom: 4px;
  cursor: pointer;
  font-size: 14px;
  text-align: left;
  line-height: 42px;
  color: #000;
  border-radius: 5px;
  background: #fff;
  padding: 0 16px
}

.wlc-games-sort__dropdown-selected span {
  padding-right: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.wlc-games-sort__dropdown-selected span:after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #aaa;
  border-left: 2px solid #aaa;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  -webkit-transition: all .4s linear;
  transition: all .4s linear
}

.wlc-games-sort__dropdown-selected span.opened:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.wlc-games-sort__dropdown-list {
  position: absolute;
  list-style: none;
  z-index: 1;
  padding: 0;
  text-align: left;
  font-size: 12px;
  color: #000;
  width: 100%;
  border-radius: 5px;
  background: #fff;
  margin: 0
}

.wlc-games-sort__dropdown-item {
  padding: 0 10px 0 12px;
  line-height: 34px;
  height: 34px;
  cursor: pointer;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.wlc-games-sort__dropdown-item:first-child {
  border-top: none
}

.wlc-pragmatic-live {
  position: absolute;
  width: 100%;
  bottom: 0;
  top: 0;
  overflow: hidden
}

.item-dashboard-bonus>div,
.wlc-pragmatic-live__container {
  height: 100%
}

.wlc-pragmatic-live__limits {
  position: absolute;
  top: 5px;
  left: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 10px;
  border-radius: 4px;
  background: rgba(21, 20, 20, .8);
  font-size: 1.2rem;
  line-height: 1.45;
  color: #ae926c
}

@media all and (max-width: 1024px) {
  .wlc-pragmatic-live__limits {
    font-size: 1rem
  }
}

.wlc-pragmatic-live__limits-divider {
  margin: 0 3px
}

.wlc-pragmatic-live__ppl {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(21, 20, 20, .8)
}

.wlc-pragmatic-live__results,
.wlc-pragmatic-live__results-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.wlc-pragmatic-live__results-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border: 1px solid #53432e;
  font-size: 1rem;
  line-height: 1.45;
  color: #ae926c
}

.wlc-pragmatic-live__results-item:first-child {
  width: 24px;
  height: 24px;
  margin: -2px 0
}

.wlc-pragmatic-live__results-item--red {
  background-color: #ea7561
}

.wlc-pragmatic-live__results-item--green {
  background-color: #49afab
}

.wlc-pragmatic-live__results-item--blue {
  background-color: #679ed0
}

.wlc-pragmatic-live__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 40px;
  padding: 5px;
  font-size: 1.2rem;
  line-height: 1.45;
  color: #ae926c
}

@media all and (max-width: 1024px) {
  .wlc-pragmatic-live__info {
    min-height: 30px;
    padding: 2px;
    font-size: 1rem
  }
}

.wlc-pragmatic-live__info.no-available-place {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.wlc-pragmatic-live__info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 40px
}

@media all and (max-width: 1024px) {
  .wlc-pragmatic-live__info-item {
    min-width: 30px
  }
}

.wlc-pragmatic-live__info-icon {
  margin: 0 5px;
  line-height: 0
}

.wlc-pragmatic-live__info-icon svg {
  width: 15px;
  fill: #f2592a
}

@media all and (max-width: 1024px) {
  .wlc-pragmatic-live__info-icon svg {
    width: 10px
  }
}

.wlc-pragmatic-live__info-text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.wlc-ladesk-button {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 11
}

.wlc-ladesk-button__link {
  width: 5rem;
  height: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #f2592a;
  cursor: pointer
}

.wlc-ladesk-button__link svg {
  width: 80%;
  fill: #fff
}

.wlc-ladesk-form {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto
}

.wlc-achievements__header {
  padding: 2rem 0;
  text-align: center
}

.wlc-achievements__group {
  padding: 2rem 0 0
}

.wlc-achievements__empty {
  text-align: center;
  padding: 4rem 0 6rem
}

.wlc-achievements--last,
.wlc-achievements--progress {
  padding: 0 2rem;
  background-color: #151414
}

.wlc-achievements--last .wlc-achievements__block,
.wlc-achievements--progress .wlc-achievements__block {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media all and (max-width: 900px) {

  .wlc-achievements--last,
  .wlc-achievements--progress {
    margin-bottom: 3rem
  }
}

.wlc-achievements .group-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #f2592a;
  margin: 0 0 3rem;
  padding: 0 0 1rem
}

.wlc-achievements .group-content,
.wlc-achievements__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -1rem
}

.wlc-achievements__item {
  padding: 0 1rem 3rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.6666%;
  flex: 0 0 16.6666%
}

@media all and (max-width: 1366px) {
  .wlc-achievements__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%
  }
}

@media all and (max-width: 1200px) {
  .wlc-achievements__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%
  }
}

@media all and (max-width: 640px) {
  .wlc-achievements__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%
  }
}

@media all and (max-width: 560px) {
  .wlc-achievements__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
  }
}

.wlc-achievements__item .item-container {
  margin: 0 auto;
  width: 180px;
  height: 180px;
  position: relative
}

@media all and (max-width: 900px) {
  .wlc-achievements__item .item-container {
    width: 130px;
    height: 130px
  }
}

.wlc-achievements__item .item-container.hovered .item-image_empty span {
  opacity: 0
}

.wlc-achievements__item .item-container.hovered .item-button,
.wlc-achievements__item .item-container.hovered .item-name,
.wlc-achievements__item .item-container.hovered .wlc-tooltip-wrapper {
  display: block
}

@media (hover: hover) {
  .wlc-achievements__item .item-container:hover .item-image:after {
    opacity: 1
  }

  .wlc-achievements__item .item-container:hover .item-image_empty span {
    opacity: 0
  }

  .wlc-achievements__item .item-container:hover .item-button,
  .wlc-achievements__item .item-container:hover .item-name,
  .wlc-achievements__item .item-container:hover .wlc-tooltip-wrapper {
    display: block
  }
}

.wlc-achievements__item .item-image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: .5;
  overflow: hidden;
  border: 0
}

.wlc-achievements__item .item-image_empty {
  background-color: rgba(0, 0, 0, .5);
  border: 1px solid #f2592a;
  -webkit-transition: opacity .4s linear;
  transition: opacity .4s linear
}

.wlc-achievements__item .item-image:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .7);
  opacity: 0;
  -webkit-transition: opacity .4s linear;
  transition: opacity .4s linear
}

.wlc-achievements__item .item-progress {
  position: absolute;
  bottom: -9px;
  width: 100%;
  height: 5px
}

.wlc-achievements__item .item-progress__line {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background-color: rgba(242, 89, 42, .5);
  overflow: hidden
}

.wlc-achievements__item .item-progress__line-inner {
  background-color: #f2592a;
  height: 100%
}

.wlc-achievements__item.wlc-active .item-image {
  opacity: 1;
  border: 0
}

.wlc-achievements__item.wlc-active .item-image_empty {
  background-color: rgba(0, 0, 0, .5);
  border: 1px solid #f2592a
}

.wlc-achievements__item .wlc-tooltip-wrapper {
  padding-top: 1.5rem;
  margin-bottom: 1rem;
  display: none
}

@media all and (max-width: 900px) {
  .wlc-achievements__item .wlc-tooltip-wrapper {
    padding-top: .5rem;
    margin-bottom: .5rem
  }
}

.wlc-achievements__item .wlc-tooltip-wrapper .icon-info-tooltip {
  margin-left: auto;
  margin-right: auto
}

.wlc-achievements__item .wlc-tooltip-wrapper_empty {
  height: 32px
}

.wlc-achievements__item .item-name {
  position: relative;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.4rem;
  display: none;
  color: #ae926c
}

@media all and (max-width: 900px) {
  .wlc-achievements__item .item-name {
    font-size: 1.2rem
  }
}

.wlc-achievements__item .item-button {
  position: absolute;
  bottom: 4rem;
  left: 0;
  right: 0;
  display: none;
  text-align: center
}

@media all and (max-width: 900px) {
  .wlc-achievements__item .item-button {
    bottom: 2rem
  }
}

@media all and (max-width: 720px) {
  .wlc-achievements__item .item-button {
    bottom: 2.7rem
  }
}

.wlc-achievements__item .item-button .wlc-btn {
  display: inline-block
}

.wlc-achievements .tooltip {
  width: 200px;
  background: #000;
  border-radius: .5rem;
  -webkit-filter: drop-shadow(0 0 1px #fff);
  filter: drop-shadow(0 0 1px #fff);
  text-align: center;
  font-style: normal;
  -webkit-transform: translate(0, 10px);
  transform: translate(0, 10px);
  color: #fff
}

.wlc-achievements .tooltip:after {
  bottom: auto;
  top: -16px;
  -webkit-transform: translate(-8px, 0);
  transform: translate(-8px, 0);
  border: 8px solid transparent;
  border-bottom: 10px solid #000
}

.wlc-bonuses-list {
  padding-top: 30px;
  padding-bottom: 30px
}

.wlc-bonuses-list__content {
  padding-top: 20px
}

.wlc-bonuses-list__list-item {
  display: grid;
  margin-bottom: 20px;
  min-height: 200px
}

.wlc-bonuses-list__list-item:last-child {
  margin-bottom: 0
}

@media all and (max-width: 900px) {
  .wlc-bonuses-list__list-item {
    grid-template-columns: 30% 70%
  }
}

@media all and (max-width: 560px) {
  .wlc-bonuses-list__list-item {
    display: block
  }
}

.wlc-bonuses-list__list-item .item-image {
  grid-area: image;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.wlc-bonuses-list__list-item .item-image__img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center
}

@media all and (max-width: 560px) {
  .wlc-bonuses-list__list-item .item-image__img {
    height: 200px
  }
}

.wlc-bonuses-list__list-item .item-name {
  grid-area: name;
  padding: 15px
}

.wlc-bonuses-list__list-item .item-description {
  grid-area: desc;
  padding: 15px
}

.wlc-bonuses-list__list-item .item-buttons {
  grid-area: buttons;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

@media all and (max-width: 560px) {
  .wlc-bonuses-list__list-item .item-buttons {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

.wlc-game-play-dashboard .wlc-bonuses-list__list-item__empty {
  position: absolute;
  left: 50%;
  top: 20%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 5px 10px;
  text-align: center;
  font-size: 16px
}

.wlc-bonuses-slider-list {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  min-height: 0;
  margin-top: 10px
}

.wlc-bonuses-slider,
.wlc-bonuses-slider-list .swiper-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%
}

.wlc-bonuses-slider-list .swiper-container.hide-navigation .swiper-button-next,
.wlc-bonuses-slider-list .swiper-container.hide-navigation .swiper-button-prev {
  display: none
}

.wlc-bonuses-slider-list .swiper-container .swiper-slide {
  max-height: 100%;
  overflow: auto
}

.wlc-bonuses-slider-list .swiper-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  min-height: 0
}

.wlc-bonuses-slider-list .swiper-pagination {
  position: initial;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 10px 10px 5px
}

.wlc-bonuses-slider {
  position: relative;
  max-height: 100%
}

.wlc-game-play-dashboard .wlc-bonuses-slider__empty {
  position: absolute;
  left: 50%;
  top: 20%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 5px 10px;
  text-align: center;
  font-size: 16px
}

.wlc-bonuses-slider__header {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0;
  padding: 5px 10px 0;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #fff
}

.wlc-dashboard-bonus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px 10px
}

.wlc-dashboard-bonus__title {
  margin: 0 0 15px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  padding: 0;
  overflow: hidden;
  word-break: break-word
}

.wlc-dashboard-bonus__status {
  position: absolute;
  top: 30px;
  z-index: 99;
  color: #fff;
  background: linear-gradient(108.45deg, #37bcff 17.7%, #5c4dde 100%);
  border-radius: 50px;
  padding: 7px 15px
}

.wlc-dashboard-bonus__image {
  position: relative;
  margin: 0 0 15px;
  padding-top: 75%;
  width: 100%;
  height: 0;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
  box-shadow: 0 4px 4px rgba(0, 0, 0, .25)
}

.wlc-dashboard-bonus__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}

.wlc-dashboard-bonus__time {
  position: relative;
  margin: 0 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.wlc-dashboard-bonus__time-icon {
  margin: 0 5px 0 0;
  width: 18px;
  height: 18px
}

.wlc-dashboard-bonus__time-icon svg {
  display: block;
  width: 100%;
  height: 100%
}

.wlc-dashboard-tournament__time-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: #ffbd01
}

.wlc-dashboard-bonus__time-block {
  color: #fff;
  font-size: 14px;
  font-weight: 700
}

.wlc-dashboard-bonus__time-text {
  font-size: 14px
}

.wlc-dashboard-bonus__progress {
  -ms-flex-item-align: stretch;
  align-self: stretch;
  margin: 0 0 15px
}

.wlc-dashboard-bonus__progress-text {
  text-align: center;
  font-size: 14px;
  color: #fff
}

.wlc-dashboard-bonus__progress-line {
  width: 100%;
  height: 7px;
  overflow: hidden;
  border-radius: 100px
}

.wlc-dashboard-bonus__progress-line--inner {
  height: 100%;
  background: #ffbd01;
  border-radius: 100px
}

.wlc-dashboard-bonus__description {
  -ms-flex-item-align: stretch;
  align-self: stretch;
  color: #fff;
  text-align: center;
  border-radius: 15px;
  word-break: break-word
}

.wlc-current-level-container,
.wlc-dashboard-bonus__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.wlc-dashboard-bonus__buttons {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.wlc-dashboard-bonus__buttons .wlc-btn {
  padding: 7px 15px;
  min-width: 130px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  border-radius: 50px;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: none;
  transition: none
}

.wlc-dashboard-bonus__buttons .wlc-btn--fill {
  color: #fff;
  background: linear-gradient(108.45deg, #37bcff 17.7%, #5c4dde 100%)
}

.wlc-dashboard-bonus__buttons .wlc-btn--fill:hover {
  background: linear-gradient(108.45deg, #2f78aa 17.7%, #4e42aa 100%)
}

.wlc-dashboard-bonus__buttons .wlc-btn--transparent {
  color: #0c0c2e;
  background: 0 0;
  border: 2px solid #0c0c2e
}

.wlc-dashboard-bonus__buttons .wlc-btn--transparent:hover {
  color: #fff;
  background: #0c0c2e
}

.wlc-dashboard-bonus__buttons .wlc-btn span,
.wlc-dashboard-tournament__buttons .wlc-btn span {
  color: #fff;
  position: relative;
  z-index: 2
}

.wlc-current-level-container {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.wlc-current-level-container .wlc-current-level-progress {
  position: relative;
  background-color: #404041;
  width: 100%;
  height: 25px;
  border-color: #f2592a;
  border-width: 2px;
  border-style: solid;
  border-radius: 15px;
  overflow: hidden;
  margin-left: 15px;
  margin-right: 15px
}

.wlc-current-level-container .wlc-current-level-progress__current-exp {
  background-color: #f2592a;
  height: 100%
}

.wlc-current-level-container .wlc-current-level-progress__status-exp {
  width: 100%;
  position: absolute;
  text-align: center;
  top: 0
}

.wlc-current-level-container .wlc-current-level-title {
  white-space: nowrap;
  text-align: left
}

.wlc-current-level-container .wlc-current-level-title__text {
  text-transform: lowercase
}

.wlc-current-level-container .wlc-current-level-points {
  white-space: nowrap
}

.wlc-profile-user-info__loyalty {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  font-size: 16px;
  font-weight: 400
}

.wlc-profile-user-info__loyalty .wlc-loyalty-level-title {
  font-size: 24px
}

@media all and (max-width: 480px) {
  .wlc-profile-user-info__loyalty .wlc-loyalty-level-title {
    font-size: 16px
  }
}

.wlc-profile-user-info__loyalty .wlc-loyalty-level-points {
  color: #f2592a;
  margin-top: 5px
}

@media all and (max-width: 480px) {
  .wlc-profile-user-info__loyalty .wlc-loyalty-level-points {
    margin-top: 0
  }
}

.wlc-profile-user-info__loyalty .wlc-loyalty-level-progress {
  border-width: 0;
  height: 8px;
  border-radius: 4px;
  background-color: #fff
}

.wlc-profile-user-info__loyalty .wlc-loyalty-progress-bar {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline
}

.wlc-profile-user-info__loyalty .wlc-current-level-title {
  font-size: 24px
}

@media all and (max-width: 480px) {
  .wlc-profile-user-info__loyalty .wlc-current-level-title {
    font-size: 16px
  }
}

.wlc-profile-user-info__loyalty .wlc-current-level-points {
  color: #f2592a;
  margin-top: 5px
}

@media all and (max-width: 480px) {
  .wlc-profile-user-info__loyalty .wlc-current-level-points {
    margin-top: 0
  }
}

.wlc-profile-user-info__loyalty .wlc-current-level-progress {
  border-width: 0;
  height: 8px;
  border-radius: 4px;
  background-color: #fff
}

.wlc-user-stat__loyalty .wlc-current-level-container {
  display: block
}

.wlc-user-stat__loyalty .wlc-current-level-progress {
  height: 10px;
  margin: 5px 0
}

.wlc-user-stat__loyalty .wlc-current-level-progress__current-exp {
  background-color: #fff
}

.wlc-user-stat__loyalty .wlc-current-level-points__amount {
  margin-left: 0
}

.wlc-user-stat__loyalty .wlc-current-level-points__next {
  margin-right: 0
}

.wlc-tabs-body .item-dashboard-user-info {
  overflow-y: auto
}

.dashboard-user-info {
  padding: 0 5px
}

.dashboard-user-info__title {
  color: #fff;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  white-space: nowrap
}

.dashboard-user-info__balances {
  border-radius: 15px
}

.dashboard-user-info__balances .wlc-all-balances-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse
}

.dashboard-user-info__balances .wlc-all-balances-block__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 15px;
  color: #fff;
  font-weight: 700
}

.dashboard-user-info__balances .wlc-all-balances-block__item .item__label {
  margin-right: 5px
}

.dashboard-user-info__balances .wlc-all-balances-block__item .item__data {
  font-size: 0
}

.dashboard-user-info__balances .wlc-all-balances-block__item .item__data span {
  font-size: 16px;
  display: inline-block
}

.dashboard-user-info__balances .wlc-all-balances-block__item--balance .item__data {
  color: #edb921
}

.dashboard-user-info__balances .wlc-all-balances-block__item--bonus .item__data {
  color: #12c50e
}

.dashboard-user-info__balances .wlc-all-balances-block__item--loyalty-points {
  border-bottom: 0
}

.dashboard-user-info__balances .wlc-all-balances-block__item--loyalty-points .item__data {
  color: #ff4e4f
}

.dashboard-user-info__deposit-btn,
.dashboard-user-info__level {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.dashboard-user-info__deposit-btn {
  padding: 20px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.dashboard-user-info__level {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.dashboard-user-info__level-title {
  color: #fff;
  font-size: 14px;
  text-transform: none
}

.dashboard-user-info__level-progress .progress__line {
  position: relative;
  height: 8px;
  background-color: #fff;
  border: 0;
  border-radius: 15px;
  overflow: hidden
}

.dashboard-user-info__level-progress .progress__line--current {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-radius: 15px
}

.dashboard-user-info__level-progress .progress__num {
  padding-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
  font-size: 14px;
  font-weight: 400
}

.dashboard-user-info__text {
  padding: 15px 5px 40px;
  border-radius: 15px;
  background: 0 0
}

.dashboard-user-info__text-header {
  margin-bottom: 15px;
  padding: 0 10px 10px;
  text-align: center;
  border-bottom: 2px solid #1e2329;
  font-size: 16px
}

.dashboard-user-info__text-content {
  padding: 0 10px;
  text-align: center;
  font-size: 12px;
  line-height: 1.7
}

.dashboard-user-info .wlc-inline-text {
  margin-top: 20px
}

.dashboard-user-info .wlc-static-text {
  padding: 15px 5px 40px;
  background: 0 0;
  border-radius: 15px
}

.dashboard-user-info .wlc-static-text__title {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 2px solid transparent
}

.dashboard-user-info .wlc-static-text__content,
.dashboard-user-info .wlc-static-text__title {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-align: center
}

.dashboard-user-info .wlc-static-text_empty {
  display: none
}

.wlc-enter-promocode {
  width: 300px;
  position: relative
}

.wlc-enter-promocode__button {
  position: absolute;
  top: 50%;
  right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1px
}

.wlc-enter-promocode__button-icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 70%
}

.wlc-enter-promocode__button-text {
  display: none
}

.wlc-bonus-promocode-subscribe .wlc-modal__body {
  padding: 10px
}

.wlc-bonus-promocode-subscribe .wlc-bonuses-item {
  margin: 0;
  padding: 0
}

.wlc-bonus-promocode-subscribe .wlc-bonuses-item-image {
  border-radius: 20px
}

.wlc-bonus-promocode-subscribe .wlc-bonuses-item-image_inner {
  padding-bottom: 100%
}

.wlc-bonus-promocode-subscribe .wlc-bonuses-item-description {
  position: absolute;
  left: 50%;
  top: 40%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.wlc-store-list {
  padding-top: 30px;
  padding-bottom: 30px
}

.wlc-store-list__content {
  padding-top: 20px
}

.wlc-store-list__list-item {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: auto auto auto auto;
  grid-template-areas: "image name" "image desc" "image price" "image buttons";
  grid-column-gap: 20px;
  margin-bottom: 20px;
  min-height: 200px
}

.wlc-store-list__list-item:last-child {
  margin-bottom: 0
}

@media all and (max-width: 900px) {
  .wlc-store-list__list-item {
    grid-template-columns: 30% 70%
  }
}

@media all and (max-width: 560px) {
  .wlc-store-list__list-item {
    display: block
  }
}

.wlc-store-list__list-item .item-image {
  grid-area: image;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.wlc-store-list__list-item .item-image__img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center
}

@media all and (max-width: 560px) {
  .wlc-store-list__list-item .item-image__img {
    height: 200px
  }
}

.wlc-store-list__list-item .item-name {
  grid-area: name;
  padding: 15px
}

.wlc-store-list__list-item .item-description {
  grid-area: desc;
  padding: 15px
}

.wlc-store-list__list-item .item-price {
  grid-area: price;
  padding: 15px
}

.wlc-store-list__list-item .item-buttons {
  grid-area: buttons;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

@media all and (max-width: 560px) {
  .wlc-store-list__list-item .item-buttons {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

.wlc-store-orders-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media all and (max-width: 720px) {
  .wlc-store-orders-filter {
    display: block
  }
}

.wlc-store-orders-filter__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media all and (max-width: 720px) {
  .wlc-store-orders-filter__date {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

.wlc-store-orders-filter__start-date {
  margin-right: 10px
}

.wlc-store-orders-filter__type {
  margin-left: 10px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.wlc-store-orders-filter__type.no-date-filter {
  margin-left: 0
}

@media all and (max-width: 720px) {
  .wlc-store-orders-filter__type {
    margin-left: 0
  }
}

.wlc-current-tournaments .active-tournament-info {
  width: 100%
}

.active-tournament-info {
  margin: 30px auto 0;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border-radius: 16px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
  background-color: #213040;
  overflow: hidden;
  max-height: 247px
}

.active-tournament-info__icon {
  margin-left: -15px
}

.active-tournament-info__icon img {
  height: 247px
}

.active-tournament-info__block {
  padding: 30px 20px;
  -ms-flex-line-pack: center;
  align-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.active-tournament-info__block-row {
  margin: 12px
}

.active-tournament-info__position .tournament-important-label {
  color: #fead02;
  font-weight: 700
}

.active-tournament-info__title {
  text-transform: uppercase;
  font-size: 20px
}

.active-tournament-info__duration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-line-pack: center;
  align-content: center
}

.active-tournament-info__duration .duration__left {
  -webkit-box-flex: 30%;
  -ms-flex: 30%;
  flex: 30%
}

.active-tournament-info__duration .duration__progressbar {
  width: 560px;
  height: 18px;
  margin: 6px 0;
  background-color: rgba(255, 255, 255, .24);
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-flex: 70%;
  -ms-flex: 70%;
  flex: 70%
}

.active-tournament-info__duration .progressbar__value {
  background-color: #fead02;
  height: 100%
}

.wlc-tournaments-list {
  padding: 30px 0
}

.wlc-tournaments-list__content {
  padding: 20px 0 0
}

@media all and (max-width: 480px) {
  .wlc-tournaments-list__content {
    margin-bottom: 50px
  }
}

.wlc-tournaments-list__list>div {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  z-index: 1;
  border-radius: 15px
}

@media all and (max-width: 1200px) {
  .wlc-tournaments-list__list>div {
    grid-template-columns: repeat(1, 1fr)
  }
}

.wlc-tournaments-list__list-item {
  position: relative;
  display: grid;
  overflow: hidden;
  grid-template-areas: "name countdowm" "descriptions prize" "buttons prize";
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 1fr 40%;
  border-radius: 15px;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#151414));
  background: linear-gradient(to bottom, transparent 0, #151414 100%)
}

@media all and (max-width: 720px) {
  .wlc-tournaments-list__list-item {
    grid-template-areas: "name name" "descriptions descriptions" "countdowm countdowm" "prize prize" "buttons buttons";
    -webkit-box-shadow: 0 0 5px rgba(255, 255, 255, .5);
    box-shadow: 0 0 5px rgba(255, 255, 255, .5)
  }

  .wlc-tournaments-list .item-countdown,
  .wlc-tournaments-list .wlc-tournament-prizeboard__table {
    max-width: 100%
  }
}

.wlc-tournaments-list .item-image {
  position: absolute;
  width: 60%;
  height: 100%;
  z-index: -1
}

@media all and (max-width: 720px) {
  .wlc-tournaments-list .item-image {
    width: 100%
  }
}

.wlc-tournaments-list .item-image__img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center
}

.wlc-tournaments-list .item-name,
.wlc-tournaments-slider {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.wlc-tournaments-list .item-name {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  grid-area: name;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  color: #fff;
  padding: 0 0 8px;
  margin: 24px 24px 0;
  white-space: nowrap;
  overflow: hidden
}

.wlc-tournaments-list .item-name p {
  text-overflow: ellipsis;
  overflow: hidden
}

@media all and (max-width: 720px) {
  .wlc-tournaments-list .item-name {
    background: rgba(0, 0, 0, .44);
    margin: 0;
    padding: 25px 25px 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

.wlc-tournaments-list .item-name:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 95px;
  height: 2px;
  background-color: #fff;
  border-radius: 10px
}

@media all and (max-width: 720px) {
  .wlc-tournaments-list .item-name:after {
    right: 0;
    margin: 0 auto
  }
}

@media all and (max-width: 360px) {
  .wlc-tournaments-list .wlc-btn {
    padding: 0 20px !important
  }
}

.wlc-tournaments-list .item-description {
  grid-area: descriptions;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  padding: 18px 24px;
  word-break: break-word
}

@media all and (max-width: 720px) {
  .wlc-tournaments-list .item-description {
    background: rgba(0, 0, 0, .44);
    padding: 10px 25px 25px;
    text-align: center
  }
}

.wlc-tournaments-list .item-buttons {
  grid-area: buttons;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 24px 40px
}

@media all and (max-width: 720px) {
  .wlc-tournaments-list .item-buttons {
    background: #000;
    padding: 15px 25px 25px
  }
}

.wlc-tournaments-list .item-countdown-container {
  grid-area: countdowm;
  width: 100%;
  border-radius: 0;
  background: #000;
  padding: 10px 15px
}

@media all and (max-width: 720px) {
  .wlc-tournaments-list .item-countdown-container {
    padding: 25px 25px 0
  }
}

.wlc-tournaments-list .item-prizeboard {
  grid-area: prize;
  background: #000;
  padding: 10px 15px
}

@media all and (max-width: 720px) {
  .wlc-tournaments-list .item-prizeboard {
    padding: 7px 15px 0
  }
}

.item-dashboard-tournament>div {
  height: 100%
}

.wlc-tournaments-slider {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 100%;
  height: 100%
}

.wlc-tournaments-slider__content {
  margin-top: 10px
}

.wlc-tournaments-slider__content .swiper-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%
}

.wlc-tournaments-slider__content .swiper-container .swiper-slide {
  overflow: auto;
  max-height: 100%
}

.wlc-tournaments-slider__content,
.wlc-tournaments-slider__content .swiper-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  min-height: 0
}

.wlc-tournaments-slider__content .swiper-pagination {
  position: initial;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 10px 10px 5px
}

.wlc-tournaments-slider__header {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0;
  padding: 5px 10px 0;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #fff
}

.wlc-game-play-dashboard .wlc-tournaments-slider__empty {
  position: absolute;
  left: 50%;
  top: 20%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 5px 10px;
  text-align: center;
  font-size: 16px
}

.wlc-tournaments-slider__selected-tournament {
  overflow: auto;
  height: 100%
}

.wlc-dashboard-tournament {
  padding: 0 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.wlc-dashboard-tournament__title {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 15px;
  word-break: break-word
}

.wlc-dashboard-tournament__image {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
  box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
  margin: 0 0 15px
}

.wlc-dashboard-tournament__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}

.wlc-dashboard-tournament__time {
  position: relative;
  margin: 0 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.wlc-dashboard-tournament__time-icon {
  margin: 0 5px 0 0;
  width: 18px;
  height: 18px
}

.wlc-dashboard-tournament__time-block {
  color: #fff;
  font-size: 14px;
  font-weight: 700
}

.wlc-dashboard-tournament__time-text {
  color: #ffbd01;
  font-size: 14px
}

.wlc-dashboard-tournament__time .item-countdown__time {
  padding: 10px 15px;
  background-color: #181e26;
  border-radius: 15px;
  border-left: none
}

.wlc-dashboard-tournament__description {
  -ms-flex-item-align: stretch;
  align-self: stretch;
  margin: 0 0 15px;
  padding: 10px 10px 20px;
  color: #fff;
  background-color: #181849;
  border-radius: 15px;
  text-align: center;
  word-break: break-word
}

.wlc-dashboard-tournament__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.wlc-dashboard-tournament__buttons .wlc-btn {
  margin: 0 0 15px;
  padding: 7px 15px;
  min-width: 130px;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 50px;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: none;
  transition: none
}

.wlc-dashboard-tournament__buttons .wlc-btn--fill {
  color: #fff;
  background: linear-gradient(108.45deg, #37bcff 17.7%, #5c4dde 100%)
}

.wlc-dashboard-tournament__buttons .wlc-btn--fill:hover {
  background: linear-gradient(108.45deg, #2f78aa 17.7%, #4e42aa 100%)
}

.wlc-dashboard-tournament__buttons .wlc-btn--transparent {
  color: #0c0c2e;
  background: 0 0;
  border: 2px solid #0c0c2e
}

.wlc-dashboard-tournament__buttons .wlc-btn--transparent:hover {
  color: #fff;
  background: #0c0c2e
}

.wlc-dashboard-tournament__table {
  width: 100%;
  margin: 0 0 15px
}

.wlc-dashboard-tournament__table-head {
  padding: 0 20px
}

.wlc-dashboard-tournament__table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 5px 0 10px
}

.wlc-dashboard-tournament__table-row--active {
  background: #ff8401;
  border-radius: 100px;
  padding: 2px 9px;
  margin: 0 -9px
}

.wlc-dashboard-tournament__table-col:nth-child(1) {
  width: 20%
}

.wlc-dashboard-tournament__table-col:nth-child(2) {
  width: 50%;
  overflow: hidden;
  text-overflow: ellipsis
}

.wlc-dashboard-tournament__table-col:nth-child(3) {
  width: 30%
}

.wlc-dashboard-tournament__table-body {
  padding: 10px 20px;
  background-color: #0c0c2e;
  border-radius: 15px
}

.wlc-dashboard-tournament__table-body .wlc-dashboard-tournament__table-row span {
  width: 12px;
  height: 12px
}

.wlc-head-loyalty-progress,
.wlc-head-loyalty-progress__icon {
  position: relative;
  -ms-flex-item-align: center;
  align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.wlc-head-loyalty-progress {
  width: auto;
  border: 2px solid #000;
  height: 40px;
  padding-right: 8px;
  padding-left: 8px
}

.wlc-head-loyalty-progress__icon {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 26px;
  height: 26px;
  background-size: contain;
  background-position: center;
  margin-right: 10px;
  border: 1px solid #fff
}

.wlc-head-loyalty-progress__number {
  position: relative;
  font-size: 13px;
  font-weight: 700
}

.wlc-head-loyalty-progress__phases {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -2px;
  margin-left: -2px
}

.wlc-head-loyalty-progress__level {
  width: 43px;
  height: 100%;
  padding: 7px 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.wlc-head-loyalty-progress__level:last-child {
  margin-right: 0
}

.wlc-head-loyalty-progress__level:hover>.wlc-head-loyalty-progress__dropdown {
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1
}

.wlc-head-loyalty-progress__level--1 .wlc-head-loyalty-progress__color-line {
  background-color: #a2ff00
}

.wlc-head-loyalty-progress__level--2 .wlc-head-loyalty-progress__color-line {
  background-color: #faff00
}

.wlc-head-loyalty-progress__level--3 .wlc-head-loyalty-progress__color-line {
  background-color: #ff7a00
}

.wlc-head-loyalty-progress__level--4 .wlc-head-loyalty-progress__color-line {
  background-color: red
}

.wlc-head-loyalty-progress__marker {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16px;
  flex: 0 0 16px;
  max-height: 16px;
  width: 18px;
  margin: 0 auto;
  border: 1px solid #fff
}

.wlc-head-loyalty-progress__color-line {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 3px;
  flex: 0 0 3px;
  max-height: 3px;
  width: 100%;
  background-color: #fff;
  margin-top: auto
}

.wlc-head-loyalty-progress__dropdown {
  position: absolute;
  top: calc(100% + 20px);
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, .9);
  font-size: 16px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  padding: 12px 14px;
  visibility: hidden;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s
}

.wlc-head-loyalty-progress__dropdown:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  height: 20px
}

.wlc-head-loyalty-progress__dropdown .level {
  color: #000;
  margin-bottom: 8px
}

.wlc-head-loyalty-progress__preloader {
  width: 80px;
  height: 100%
}

.wlc-head-loyalty-progress__preloader .wlc-holder {
  height: 100%
}

.wlc-head-loyalty-progress__error {
  font-size: 16px;
  white-space: nowrap;
  margin-top: auto;
  margin-bottom: auto
}

.wlc-loyalty-levels-body {
  display: table;
  width: 100%
}

@media all and (max-width: 720px) {
  .wlc-loyalty-levels-body {
    display: block
  }
}

.wlc-loyalty-levels-body__header,
.wlc-loyalty-levels-body__item {
  display: table-row
}

.wlc-loyalty-levels-body__header .experience,
.wlc-loyalty-levels-body__header .level,
.wlc-loyalty-levels-body__header .name,
.wlc-loyalty-levels-body__header .rate,
.wlc-loyalty-levels-body__item .experience,
.wlc-loyalty-levels-body__item .level,
.wlc-loyalty-levels-body__item .name,
.wlc-loyalty-levels-body__item .rate {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  padding: 25px 15px;
  border-bottom: 1px solid #fff;
  text-align: center
}

@media all and (max-width: 720px) {

  .wlc-loyalty-levels-body__header .experience,
  .wlc-loyalty-levels-body__header .level,
  .wlc-loyalty-levels-body__header .name,
  .wlc-loyalty-levels-body__header .rate,
  .wlc-loyalty-levels-body__item .experience,
  .wlc-loyalty-levels-body__item .level,
  .wlc-loyalty-levels-body__item .name,
  .wlc-loyalty-levels-body__item .rate {
    font-size: 1.4rem;
    padding: 20px 25px;
    width: 100%;
    text-align: center
  }
}

@media all and (max-width: 480px) {

  .wlc-loyalty-levels-body__header .experience,
  .wlc-loyalty-levels-body__header .level,
  .wlc-loyalty-levels-body__header .name,
  .wlc-loyalty-levels-body__header .rate,
  .wlc-loyalty-levels-body__item .experience,
  .wlc-loyalty-levels-body__item .level,
  .wlc-loyalty-levels-body__item .name,
  .wlc-loyalty-levels-body__item .rate {
    font-size: 1.2rem;
    padding: 20px 5px;
    text-align: center
  }
}

.wlc-loyalty-levels-body__header.current-level>div,
.wlc-loyalty-levels-body__item.current-level>div {
  background-color: #fff;
  color: #404041
}

.item-countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 320px;
  border-radius: 15px;
  background: #181e26;
  margin: 0 auto;
  padding: 9px 15px;
  position: relative;
  z-index: 1
}

@media all and (max-width: 360px) {
  .item-countdown {
    padding: 9px 8px
  }
}

.item-countdown__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0 0 15px;
  border-left: 2px solid #fff
}

@media all and (max-width: 360px) {
  .item-countdown__time {
    padding: 0 0 0 5px
  }
}

.item-countdown-container .item-countdown__time,
.wlc-tournament-card__leaderboard .item-countdown__time {
  border: 0;
  padding: 0
}

@media all and (max-width: 360px) {

  .item-countdown-container .item-countdown__time,
  .wlc-tournament-card__leaderboard .item-countdown__time {
    margin-top: 0
  }
}

.item-countdown__time-icon {
  padding-right: 5px
}

.item-countdown__time-icon svg {
  width: 18px;
  height: 18px;
  fill: #f2592a;
  stroke: #f2592a
}

.item-countdown__time-info {
  text-align: left;
  font-size: 12px
}

@media all and (max-width: 480px) {
  .item-countdown__time-info {
    min-width: 110px
  }
}

.item-countdown__time-info-time {
  font-weight: 600;
  color: #fff
}

.item-countdown__time-info-text,
.wlc-game-thumb-slider-header__see-all a:hover {
  color: #f2592a
}

@media all and (max-width: 480px) {
  .wlc-tournament-page-info__header {
    padding: 20px 14px 90px
  }
}

@media all and (max-width: 360px) {
  .wlc-tournament-page-info__anchors button {
    padding: 0 5px
  }
}

@media all and (max-width: 360px) {
  .wlc-tournament-winners__list {
    padding: 5px
  }
}

.item-countdown__prize {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px 0 0
}

.wlc-tournament-page-info__prize .item-countdown__prize {
  padding: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media all and (max-width: 360px) {
  .item-countdown__prize {
    padding: 0 5px 0 0
  }
}

.item-countdown__prize-icon {
  padding-right: 5px
}

.item-countdown__prize-icon svg {
  width: 18px;
  height: 18px;
  fill: #f2cf7b;
  stroke: #f2cf7b
}

.item-countdown__prize-info {
  text-align: left;
  font-size: 12px
}

.item-countdown__prize-info-prize {
  font-weight: 600;
  color: #fff
}

.item-countdown__prize-info .wlc-tournament-prize__prize-found-value {
  font-size: 14px;
  color: #fff;
  font-weight: 700
}

.item-countdown__prize-info-text {
  color: #f2cf7b
}

.wlc-tournament-page-info__prize .item-countdown__prize-info {
  padding: 0;
  text-align: center;
  margin-bottom: 30px
}

.wlc-tournament-page-info__prize .item-countdown__prize-info-text {
  font-size: 24px;
  color: #fff;
  font-weight: 700
}

.wlc-tournament-page-info__prize .item-countdown__prize-info .wlc-tournament-prize__prize-found-value {
  font-size: 36px;
  color: #f2cf7b;
  margin: 0 0 13px;
  font-weight: 700
}

.wlc-tournament-page-info__prize .item-countdown__prize-info .wlc-tournament-prize__prize-description {
  font-size: 14px;
  color: #fff;
  max-width: 500px;
  margin: 0 auto
}

.wlc-tournament-prizeboard__table {
  border-radius: 5px;
  overflow: hidden;
  padding: 0 20px;
  width: 100%;
  max-width: 374px;
  margin: 0 auto;
  text-align: center
}

.wlc-tournament-prizeboard__row {
  color: #fff
}

.wlc-tournament-prizeboard__row:nth-child(2n) .wlc-tournament-prizeboard__col {
  background: #404041
}

.item-prizeboard .wlc-tournament-prizeboard__row:nth-child(2n) .wlc-tournament-prizeboard__col {
  background: #181e26;
  padding: 8px
}

.item-prizeboard .wlc-tournament-prizeboard__row:nth-child(2n) .wlc-tournament-prizeboard__col:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.item-prizeboard .wlc-tournament-prizeboard__row:nth-child(2n) .wlc-tournament-prizeboard__col:last-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.wlc-tournament-prizeboard__row:nth-child(2n) .wlc-tournament-prizeboard__col:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px
}

.wlc-tournament-prizeboard__row:nth-child(2n) .wlc-tournament-prizeboard__col:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px
}

.wlc-tournament-prizeboard__row:nth-child(2n+1) .wlc-tournament-prizeboard__col {
  padding: 5px 0
}

.item-prizeboard .wlc-tournament-prizeboard__row:nth-child(2n+1) .wlc-tournament-prizeboard__col {
  background: #181e26;
  padding: 8px
}

.wlc-tournament-prizeboard__row:nth-child(1) .wlc-tournament-prizeboard__col {
  font-size: 13px;
  color: #fff;
  font-weight: 400;
  padding-bottom: 0 0 8px
}

.item-prizeboard .wlc-tournament-prizeboard__row:nth-child(1) .wlc-tournament-prizeboard__col {
  background: 0 0;
  font-size: 10px
}

.wlc-tournament-prizeboard__row:nth-child(2) {
  color: #f2cf7b
}

.wlc-tournament-prizeboard__row:nth-child(2) svg {
  fill: #f2cf7b
}

.wlc-tournament-prizeboard__row:nth-child(2) .wlc-tournament-prizeboard__col,
.wlc-tournament-prizeboard__row:nth-child(3) .wlc-tournament-prizeboard__col,
.wlc-tournament-prizeboard__row:nth-child(4) .wlc-tournament-prizeboard__col {
  font-weight: 700
}

.item-prizeboard .wlc-tournament-prizeboard__row:nth-child(2) .wlc-tournament-prizeboard__col:first-child {
  border-top-left-radius: 5px
}

.item-prizeboard .wlc-tournament-prizeboard__row:nth-child(2) .wlc-tournament-prizeboard__col:last-child {
  border-top-right-radius: 5px
}

.wlc-tournament-prizeboard__row:nth-child(3) {
  color: #959595
}

.wlc-tournament-prizeboard__row:nth-child(3) svg {
  fill: #959595
}

.wlc-tournament-prizeboard__row:nth-child(4) {
  color: #f2592a;
  padding-bottom: 10px
}

.wlc-tournament-prizeboard__row:nth-child(4) svg {
  fill: #f2592a
}

.item-prizeboard .wlc-tournament-prizeboard__row:nth-child(4) .wlc-tournament-prizeboard__col:first-child {
  border-bottom-left-radius: 5px
}

.item-prizeboard .wlc-tournament-prizeboard__row:nth-child(4) .wlc-tournament-prizeboard__col:last-child {
  border-bottom-right-radius: 5px
}

.wlc-terms-conditions-accept {
  padding: 20px 40px
}

.wlc-terms-conditions-accept .form-terms-condition-accept {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.wlc-terms-conditions-accept .body__main-text {
  text-align: center;
  margin-bottom: 30px
}

.wlc-two-factor-auth {
  padding: 20px 50px
}

.wlc-two-factor-auth .wlc-modal__footer {
  padding: 0 0 20px;
  font-weight: 700
}

.wlc-file-dropzone,
.wlc-two-factor-auth .wlc-modal__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center
}

.wlc-two-factor-auth .wlc-modal__description {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 12px
}

.wlc-two-factor-auth .wlc-modal__description .text {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 80%;
  flex: 0 1 80%
}

.wlc-modal_error .wlc-two-factor-auth .wlc-modal__body {
  padding: 0 0 20px
}

.wlc-modal_error .wlc-two-factor-auth .wlc-modal__body .body__main-text {
  margin-bottom: 20px;
  text-align: center;
  font-size: 14px
}

.wlc-modal_error .wlc-two-factor-auth .wlc-modal__body .body__main-text .login {
  display: block
}

.wlc-profile-bank-info .wlc-form-edit__header,
.wlc-profile-bank-info .wlc-form-profile-additional__header {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: .1rem;
  color: #defeff;
  text-transform: uppercase;
  margin-bottom: 20px
}

.wlc-profile-bank-info .wlc-form-profile-additional {
  padding-top: 0
}

.wlc-file-dropzone {
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: initial;
  height: 200px;
  padding: 15px;
  font-size: 1.4rem;
  line-height: 1.2;
  border: 1px dashed #fff;
  border-radius: 4px;
  background: #404041;
  overflow: hidden;
  -webkit-transition: border-color .2s linear;
  transition: border-color .2s linear;
  cursor: pointer
}

.wlc-file-dropzone--dragover {
  border-color: #f2592a
}

.wlc-file-dropzone--preview,
.wlc-file-dropzone--progress {
  pointer-events: none
}

.wlc-file-dropzone--preview .wlc-file-dropzone__control,
.wlc-file-dropzone--progress .wlc-file-dropzone__control {
  z-index: initial;
  opacity: 1
}

.wlc-file-dropzone--preview .wlc-file-dropzone__text,
.wlc-file-dropzone--progress .wlc-file-dropzone__text {
  display: none
}

.wlc-file-dropzone--preview .wlc-btn,
.wlc-file-dropzone--preview .wlc-file-dropzone__close {
  pointer-events: all
}

.wlc-file-dropzone--progress .wlc-btn,
.wlc-file-dropzone--progress .wlc-file-dropzone__close {
  display: none
}

.wlc-file-dropzone--progress .wlc-file-dropzone__progress {
  display: block
}

.wlc-file-dropzone__container {
  width: 100%
}

.login-signup-dropdown__form .wlc-tabs-header .item-active .item__title,
.wlc-file-dropzone__text {
  color: #fff
}

@media (hover: hover) {
  .wlc-file-dropzone__text-mobile {
    display: none
  }
}

@media (hover: none) {
  .wlc-file-dropzone__text-desktop {
    display: none
  }
}

.wlc-file-dropzone__image {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .7;
  -webkit-filter: blur(1px);
  filter: blur(1px)
}

.wlc-file-dropzone__image img {
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  -o-object-fit: scale-down;
  object-fit: scale-down
}

.wlc-file-dropzone__close,
.wlc-file-dropzone__control,
.wlc-file-dropzone__image {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.wlc-file-dropzone__control {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0
}

.wlc-file-dropzone__close {
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  background-color: #404041;
  border-radius: 50%;
  -webkit-box-shadow: 0 1px 2px -1px #000;
  box-shadow: 0 1px 2px -1px #000;
  -webkit-transition: background-color .2s linear, -webkit-box-shadow .2s linear;
  transition: background-color .2s linear, box-shadow .2s linear;
  transition: background-color .2s linear, box-shadow .2s linear, -webkit-box-shadow .2s linear;
  cursor: pointer
}

.wlc-file-dropzone__close svg {
  width: 14px;
  height: 14px;
  fill: #fff;
  -webkit-transition: fill .2s linear;
  transition: fill .2s linear
}

@media (hover: hover) {
  .wlc-file-dropzone__close:hover {
    background-color: #333334;
    -webkit-box-shadow: 0 1px 2px -1px #000;
    box-shadow: 0 1px 2px -1px #000
  }

  .wlc-file-dropzone__close:hover svg {
    fill: #fff
  }
}

.wlc-file-dropzone__progress {
  display: none;
  color: #fff
}

.wlc-file-dropzone__progress .btn-spinner {
  width: 25px;
  height: 25px;
  border: 3px solid #fff;
  border-right-color: transparent;
  opacity: 1
}

.wlc-profile-limits-form {
  border-bottom: 1px solid #fff;
  margin-bottom: 20px
}

.wlc-profile-limits-text {
  margin-bottom: 20px
}

.wlc-profile-limits-text--last {
  border-bottom: 1px solid #fff
}

.login-signup-dropdown__out-click {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  display: none;
  z-index: 900
}

.login-signup-dropdown__out-click--open {
  display: block
}

.login-signup-dropdown .wlc-login-buttons {
  z-index: 1000
}

.login-signup-dropdown .wlc-social-wrapper .wlc-form-separator__text {
  font-size: 14px
}

.login-signup-dropdown__form {
  z-index: 999;
  position: absolute;
  width: 370px;
  background: #fff;
  overflow: hidden;
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transition: -webkit-transform .4s linear;
  transition: transform .4s linear;
  transition: transform .4s linear, -webkit-transform .4s linear
}

.login-signup-dropdown__form--open {
  -webkit-transform: rotateX(0);
  transform: rotateX(0)
}

.login-signup-dropdown__form .wlc-tabs-header,
.login-signup-dropdown__form .wlc-tabs-header .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.login-signup-dropdown__form .wlc-tabs-header .item {
  position: relative;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: 0 0;
  cursor: pointer
}

.login-signup-dropdown__form .wlc-tabs-header .item__title {
  font-size: 1.6rem;
  text-transform: none
}

.login-signup-dropdown__form .wlc-tabs-header .item-active,
.wlc-notification-lite .wlc-label .wlc-checkbox__block.active {
  background: #ae926c
}

.login-signup-dropdown__form .item-signup .wlc-signup-form__section-password-currency {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 2fr 1fr
}

.login-signup-dropdown__form .item-signup .wlc-profile-edit__errors {
  font-size: 12px;
  text-align: left;
  color: #ff9330
}

.login-signup-dropdown__form .item-signup .wlc-form-checkbox__label span {
  position: relative;
  width: 15px;
  height: 15px;
  border: 1px solid #fff;
  border-radius: 3px
}

.login-signup-dropdown__form .item-signup .wlc-form-checkbox__input+label:hover>span {
  background: rgba(242, 89, 42, .2)
}

.login-signup-dropdown__form .item-signup .wlc-form-checkbox__input:checked+label>span {
  background: #f2592a;
  border-color: #fbb203;
  background: #fbb203
}

.login-signup-dropdown__form .item-signup .wlc-form-checkbox__input:checked+label>span:before {
  top: 16px;
  left: -2px
}

.login-signup-dropdown__form .item-signup .wlc-form__buttons {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.login-signup-dropdown__form .col {
  padding: 0
}

.login-signup-dropdown__form .wlc-select {
  cursor: pointer
}

.login-signup-dropdown__form .wlc-select * {
  color: #000
}

.wlc-notification-lite {
  margin-bottom: 35px
}

.wlc-notification-lite .wlc-label {
  margin: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.wlc-notification-lite .wlc-label .wlc-checkbox__text {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700
}

.wlc-notification-lite .wlc-label .wlc-checkbox__block {
  position: relative;
  margin-left: 15px;
  width: 50px;
  height: 24px;
  background: #151414;
  border-radius: 40px;
  border: 2px solid #ae926c
}

.wlc-notification-lite .wlc-label .wlc-checkbox__block:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: 0;
  width: 20px;
  height: 20px;
  background: #f2592a;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .4s linear;
  transition: all .4s linear
}

.wlc-notification-lite .wlc-label input:checked+.wlc-checkbox__block {
  background: #ae926c
}

.wlc-notification-lite .wlc-label input:checked+.wlc-checkbox__block:before {
  left: calc(100% - 20px)
}

.wlc-profile-notification .wlc-form-edit__header {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: .1rem;
  color: #defeff;
  text-transform: uppercase;
  margin-bottom: 20px
}

.wlc-profile-notification .wlc-label--input,
.wlc-profile-notification .wlc-label--select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse
}

.wlc-profile-notification .wlc-label-text {
  display: block;
  font-size: 13px;
  font-weight: 500
}

.wlc-profile-notification .wlc-form-checkbox__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.wlc-profile-notification .wlc-form-checkbox__label .wlc-form-checkbox__input {
  display: none
}

.wlc-profile-notification .wlc-form-checkbox__label .wlc-label-text {
  display: block;
  position: relative;
  font-size: 13px;
  font-weight: 500;
  padding-left: 50px;
  width: unset;
  height: 32px;
  line-height: 32px;
  border: 0
}

.wlc-profile-notification .wlc-form-checkbox__label .wlc-label-text:before {
  left: 0;
  content: " ";
  position: absolute;
  width: 32px;
  height: 32px;
  border: 2px solid #7dd0a4;
  border-radius: 4px;
  font-size: 24px
}

.wlc-profile-notification .wlc-form-checkbox__label input[type=checkbox]:checked+.wlc-label-text:after {
  content: " ";
  position: absolute;
  top: 7px;
  left: 11px;
  width: 8px;
  height: 14px;
  border-right: 2px solid #02ae47;
  border-bottom: 2px solid #02ae47;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.wlc-profile-password-change .wlc-form-edit__header {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: .1rem;
  color: #defeff;
  text-transform: uppercase;
  margin-bottom: 20px
}

.wlc-profile-password-change .wlc-label--input,
.wlc-profile-password-change .wlc-label--select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse
}

.wlc-profile-password-change .wlc-label-text {
  display: block;
  font-size: 13px;
  font-weight: 500
}

.wlc-profile-close {
  margin-bottom: 3rem
}

.wlc-profile-close__header {
  margin-bottom: 1.5rem
}

.wlc-profile-close .wlc-btn {
  margin-top: 1.5rem
}

.wlc-profile-dashboard__info .wlc-user-info {
  grid-area: user;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.wlc-profile-dashboard__info .wlc-user-info__item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%
}

.wlc-profile-dashboard__info .wlc-user-info__item-logout {
  margin-left: auto
}

.wlc-profile-dashboard__info .wlc-user-info__item-all-levels,
.wlc-profile-dashboard__info .wlc-user-info__item-level_progress_bar {
  width: 100%
}

.wlc-profile-dashboard__info .wlc-loyalty-userinfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.wlc-profile-dashboard__info .wlc-loyalty-userinfo .wlc-dashboard-loyalty,
.wlc-profile-dashboard__info .wlc-loyalty-userinfo .wlc-user-stat {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%
}

.wlc-profile-transactions-filter {
  margin-bottom: 30px
}

.wlc-profile-transactions-filter__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.wlc-profile-transactions-filter__list .wlc-btn.active {
  background-color: #f2cf7b
}

.wlc-profile-transactions-filter__item {
  margin-left: 10px;
  margin-right: 10px
}

.wlc-profile-transactions-amounts,
.wlc-profile-transactions-filter__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.wlc-profile-transactions-filter__select .wlc-select {
  max-width: 250px
}

@media all and (max-width: 640px) {
  .wlc-profile-transactions-filter__select .wlc-select {
    max-width: 100%
  }
}

.wlc-profile-transactions-amounts {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.wlc-profile-transactions-amounts__item {
  margin-left: 5px;
  margin-right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media all and (max-width: 900px) {
  .wlc-profile-transactions-list__status .type-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .wlc-profile-transactions-list__status .type-button button {
    font-size: 11px;
    max-width: 75px;
    min-width: 55px;
    max-height: 20px;
    padding: 7px 7px 4px
  }
}

@media all and (max-width: 560px) {
  .wlc-profile-transactions-list__status .type-button button {
    font-size: 10px;
    max-height: 18px;
    padding: 5px 3px 3px
  }
}

.wlc-social-connect__item {
  display: grid;
  grid-template-columns: 170px auto;
  margin-bottom: 10px
}

.wlc-social-connect__title,
.wlc-social-connect__title-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.wlc-social-connect__title-icon {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 4.5rem;
  height: 4.5rem;
  background: #fff;
  border-radius: 50%
}

.wlc-social-connect__title-icon svg {
  min-width: 23px;
  width: 70%;
  height: 70%
}

.wlc-social-connect__title-text {
  margin-left: 20px
}

.wlc-user-info-construct__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.wlc-user-info__item-level_progress_bar .item__progress-line {
  position: relative;
  height: 8px;
  background-color: #fff;
  border: 0;
  border-radius: 15px;
  overflow: hidden
}

.wlc-user-info__item-level_progress_bar .item__progress-line--current {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #f2592a;
  border-radius: 15px
}

.wlc-acuant-camera__buttons,
.wlc-see-all-bonuses__item-link-all-bonuses a,
.wlc-user-info__item-all-levels a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.wlc-see-all-bonuses__item-link-all-bonuses a,
.wlc-user-info__item-all-levels a {
  line-height: 1
}

.wlc-see-all-bonuses__item-link-all-bonuses a .item__icon,
.wlc-user-info__item-all-levels a .item__icon {
  margin-left: 5px;
  display: block;
  height: 15px
}

.wlc-see-all-bonuses__item-link-all-bonuses a .item__icon svg,
.wlc-user-info__item-all-levels a .item__icon svg {
  width: 15px;
  height: 15px;
  fill: #fff
}

.wlc-acuant-camera .wlc-profile-header {
  padding-bottom: 20px
}

.wlc-acuant-camera__container .wlc-btn {
  margin: 5px 10px
}

.wlc-acuant-camera__container .wlc-loader {
  margin: 10px 0;
  text-align: center
}

.wlc-acuant-camera__container input {
  display: initial !important
}

.wlc-acuant-camera__buttons {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.wlc-acuant-camera__camera,
.wlc-acuant-camera__result {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.wlc-acuant-camera__camera {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.wlc-acuant-camera__result {
  padding: 5px 0
}

.wlc-acuant-camera__result .result__title {
  font-size: 1.4rem;
  text-align: center
}

.wlc-acuant-camera__result,
.wlc-acuant-camera__result .result__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.wlc-acuant-camera__result .result__data {
  width: 100%;
  padding: 20px 10px
}

.wlc-acuant-camera__result .result__info {
  width: 100%;
  height: 100%;
  padding: 20px 50px;
  border-radius: 10px;
  text-align: center
}

.wlc-acuant-camera__result .result__info--good {
  background-color: #add8e6
}

.wlc-acuant-camera__result .result__info--bad {
  background-color: #f08080
}

.wlc-acuant-camera__result .result__info-text {
  font-size: 1.2rem;
  color: #fff
}

.wlc-acuant-camera__result canvas {
  margin: 5px 0;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 3px;
  box-shadow: 0 0 3px
}

.wlc-profile-verification-aml-info__warning {
  text-align: center;
  padding: 20px 0
}

.wlc-profile-verification-aml-info .swiper-container {
  width: 100%
}

.wlc-profile-verification-aml-info .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%
}

.wlc-acuant-camera__modal .aml-info__image img,
.wlc-profile-verification-aml-info .swiper-slide,
.wlc-profile-verification-aml-start .aml-info__image img {
  width: 100%
}

.wlc-profile-verification-aml-info .swiper-pagination {
  position: relative;
  margin-top: 10px
}

.wlc-profile-verification-aml-info__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 10px
}

.wlc-profile-verification-aml-info__controls :not(:last-child) {
  margin-right: 20px
}

.wlc-acuant-camera__modal .wlc-inline-text,
.wlc-acuant-camera__modal .wlc-static-text,
.wlc-acuant-camera__modal .wlc-static-text__content,
.wlc-acuant-camera__modal .wlc-static-text__content p,
.wlc-profile-verification-aml-start .wlc-inline-text,
.wlc-profile-verification-aml-start .wlc-static-text,
.wlc-profile-verification-aml-start .wlc-static-text__content,
.wlc-profile-verification-aml-start .wlc-static-text__content p {
  padding: 0;
  margin: 0
}

.wlc-acuant-camera__modal .swiper-slide,
.wlc-acuant-camera__modal .wlc-static-text__content,
.wlc-profile-verification-aml-start .swiper-slide,
.wlc-profile-verification-aml-start .wlc-static-text__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.6rem
}

.wlc-acuant-camera__modal .aml-info__title,
.wlc-profile-verification-aml-start .aml-info__title {
  margin-bottom: 1rem;
  width: 80%;
  font-weight: 700;
  text-align: center
}

.wlc-acuant-camera__modal .aml-info__image,
.wlc-profile-verification-aml-start .aml-info__image {
  width: 200px
}

.wlc-acuant-camera__modal .aml-info__description,
.wlc-profile-verification-aml-start .aml-info__description {
  padding: 0 10px;
  text-align: justify
}

.wlc-acuant-camera__modal .aml-info__description p,
.wlc-profile-verification-aml-start .aml-info__description p {
  text-align: justify
}

.wlc-acuant-camera__modal .aml-info__description p:not(:last-child),
.wlc-profile-verification-aml-start .aml-info__description p:not(:last-child) {
  margin-bottom: 10px
}

.wlc-acuant-camera__modal__controls,
.wlc-profile-verification-aml-start__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 5px 0
}

.wlc-acuant-camera__modal .wlc-modal__body,
.wlc-profile-verification-aml-start .wlc-modal__body {
  padding-top: 10px;
  padding-bottom: 10px
}

.wlc-profile-verification-aml-status .btn-block .btn-block__link {
  max-height: 36px;
  margin-right: 25px
}

.wlc-profile-verification-aml-status .btn-block,
.wlc-profile-verification-aml-status .btn-block .btn-block__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.wlc-profile-verification--drag {
  color: #fff;
  max-width: 100%
}

.wlc-verification-drag__title {
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 2px solid #404041;
  font-size: 1.6rem;
  color: #fff
}

.wlc-verification-drag__head {
  margin: 0 0 15px;
  font-size: 1.8rem;
  color: #959595
}

@media all and (max-width: 900px) {
  .wlc-verification-drag__head {
    text-align: center
  }
}

.wlc-verification-drag__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -40px
}

@media all and (max-width: 900px) {
  .wlc-verification-drag__row {
    display: block;
    margin: 0
  }
}

.wlc-verification-drag__col {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 50%;
  padding: 0 40px
}

.wlc-verification-drag__col--uploaded {
  border-left: 1px solid #404041
}

@media all and (max-width: 900px) {
  .wlc-verification-drag__col {
    max-width: initial;
    padding: 0
  }

  .wlc-verification-drag__col--uploaded {
    margin: 30px 0 0;
    padding: 25px 0 0;
    border-left: initial;
    border-top: 1px solid #404041
  }
}

.wlc-verification-drag .wlc-file-dropzone {
  margin: 30px auto 0;
  -webkit-box-shadow: 0 1px 3px -1px #000;
  box-shadow: 0 1px 3px -1px #000
}

.wlc-verification-drag__info {
  max-width: initial;
  margin: 30px auto 0;
  font-size: 1.6rem;
  color: #fff
}

.wlc-verification-drag__info ul {
  list-style: none
}

.wlc-verification-drag__info ul li {
  padding: 0 0 0 1em
}

.wlc-verification-drag__info ul li:before {
  content: "•";
  display: inline-block;
  width: 1em;
  margin: 0 0 0 -1em;
  font-weight: 700;
  color: #f2592a
}

.wlc-verification-drag .wlc-dropdown-tab {
  margin: 40px 0 0
}

.wlc-verification-drag .wlc-btn {
  line-height: 15px;
  padding: 11px 10px 10px
}

.wlc-doc-selector__label {
  margin: 0 0 3px;
  font-size: 14px;
  color: #959595
}

.wlc-doc-selector__container {
  position: relative;
  z-index: 2
}

.wlc-doc-selector__field {
  position: relative;
  padding: 15px 50px 15px 20px;
  font-size: 100%;
  border-radius: 4px;
  background-color: #404041;
  -webkit-box-shadow: 0 1px 3px -1px #000;
  box-shadow: 0 1px 3px -1px #000;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.wlc-doc-selector__field.open .wlc-doc-selector__arrow {
  -webkit-transform: rotateX(180deg) translateY(50%);
  transform: rotateX(180deg) translateY(50%)
}

.wlc-doc-selector__field.disabled {
  cursor: default
}

.wlc-doc-selector__field.disabled .wlc-doc-selector__arrow,
.wlc-profile-verification--list .wlc-doc-type input {
  display: none
}

.wlc-doc-selector__text {
  color: #fff
}

.wlc-doc-selector__arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear
}

.wlc-doc-selector__arrow svg {
  display: block;
  width: 12px;
  height: 7px;
  fill: #fff
}

.wlc-doc-selector__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 5px 0 0;
  font-size: 100%;
  border-radius: 4px;
  background-color: #404041;
  -webkit-box-shadow: 0 1px 3px -1px #000;
  box-shadow: 0 1px 3px -1px #000;
  overflow: hidden
}

.wlc-doc-selector__element {
  padding: 15px 20px;
  color: #fff;
  background-color: transparent;
  -webkit-transition: background-color .2s linear, color .2s linear;
  transition: background-color .2s linear, color .2s linear;
  cursor: pointer
}

@media (hover: hover) {
  .wlc-doc-selector__element:hover {
    background-color: #333334;
    color: #fff
  }
}

.wlc-uploads-list__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 5px;
  border-bottom: 1px solid #404041
}

.wlc-uploads-list__container:last-child {
  border-bottom-color: transparent
}

.wlc-uploads-list__container--invalid .wlc-uploads-list__icon svg,
.wlc-uploads-list__container--invalid .wlc-uploads-list__link svg {
  fill: #d96969
}

.wlc-uploads-list__container--invalid .wlc-uploads-list__status {
  color: #d96969
}

.wlc-uploads-list__container--verified .wlc-uploads-list__icon svg,
.wlc-uploads-list__container--verified .wlc-uploads-list__link svg {
  fill: #45c195
}

.wlc-uploads-list__container--verified .wlc-uploads-list__status {
  color: #45c195
}

.wlc-uploads-list__container--pending .wlc-uploads-list__icon svg,
.wlc-uploads-list__container--pending .wlc-uploads-list__link svg {
  fill: #ffa756
}

.wlc-uploads-list__container--pending .wlc-uploads-list__status {
  color: #ffa756
}

.wlc-uploads-list__link {
  margin: 0 15px 0 0;
  padding: 5px;
  border-radius: 5px;
  background-color: #404041;
  -webkit-box-shadow: 0 1px 3px -1px #000;
  box-shadow: 0 1px 3px -1px #000;
  cursor: pointer;
  -webkit-transition: background-color .2s linear, -webkit-box-shadow .2s linear;
  transition: background-color .2s linear, box-shadow .2s linear;
  transition: background-color .2s linear, box-shadow .2s linear, -webkit-box-shadow .2s linear
}

.wlc-uploads-list__link svg {
  display: block;
  fill: #fff
}

@media (hover: hover) {
  .wlc-uploads-list__link:hover {
    background-color: #272727;
    -webkit-box-shadow: 0 1px 3px -1px #000;
    box-shadow: 0 1px 3px -1px #000
  }
}

.wlc-uploads-list__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  overflow: hidden
}

.wlc-uploads-list__name,
.wlc-uploads-list__status {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.wlc-uploads-list__remove {
  margin: 0 0 0 5px
}

.wlc-uploads-list__remove-button {
  padding: 5px;
  border-radius: initial;
  -webkit-transition: opacity .2s linear, visibility .2s linear, background-color .2s linear;
  transition: opacity .2s linear, visibility .2s linear, background-color .2s linear
}

.wlc-uploads-list__remove-button svg {
  display: block;
  width: 13px;
  height: 13px;
  -webkit-transition: fill .2s linear;
  transition: fill .2s linear
}

@media (hover: hover) {
  .wlc-uploads-list__remove-button {
    background-color: initial;
    visibility: hidden;
    opacity: 0
  }

  .wlc-uploads-list__container:hover .wlc-uploads-list__remove-button {
    visibility: visible;
    opacity: 1
  }

  .wlc-uploads-list__remove-button svg {
    fill: #b3b3b3
  }

  .wlc-uploads-list__remove-button:hover {
    background-color: initial
  }

  .wlc-uploads-list__remove-button:hover svg {
    fill: #fff
  }
}

@media (hover: none) {
  .wlc-uploads-list__remove-button {
    background-color: initial
  }

  .wlc-uploads-list__remove-button svg {
    fill: #fff
  }
}

.wlc-uploads-list__remove-spinner {
  padding: 3px
}

.wlc-uploads-list__remove-spinner:before {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 100%;
  -webkit-animation: three-quarters 1.25s infinite linear;
  animation: three-quarters 1.25s infinite linear
}

.wlc-uploads-list__info {
  margin: 0 0 0 5px
}

.wlc-uploads-list__icon,
.wlc-uploads-list__info .icon-info-tooltip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 22px;
  height: 22px;
  border-radius: initial;
  background-color: initial
}

.wlc-uploads-list__info .icon-info-tooltip {
  -webkit-transition: background-color .2s linear;
  transition: background-color .2s linear
}

.wlc-uploads-list__info .icon-info-tooltip svg {
  width: 100%;
  height: 100%;
  fill: #b3b3b3;
  -webkit-transition: fill .2s linear;
  transition: fill .2s linear
}

@media (hover: hover) {
  .wlc-uploads-list__info .icon-info-tooltip:hover {
    background-color: initial
  }

  .wlc-uploads-list__info .icon-info-tooltip:hover svg {
    fill: #fff
  }
}

.wlc-uploads-list__icon {
  margin: 0 0 0 5px
}

.wlc-uploads-list__icon svg {
  width: 100%;
  height: 100%;
  fill: #fff
}

.wlc-profile-verification--list .wlc-doc-type {
  position: relative;
  text-align: left;
  cursor: default;
  margin: 0 0 30px
}

.wlc-profile-verification--list .wlc-doc-type__name {
  color: inherit
}

.wlc-profile-verification--list .wlc-doc-type .btn-block {
  margin: 10px 0 20px
}

.wlc-profile-verification--list .wlc-doc-type__btn_upload .wlc-upload-progress {
  margin: 0 0 0 10px
}

.wlc-profile-verification--list .wlc-docs-wrapper,
.wlc-profile-verification--list .wlc-docs-wrapper .wlc-doc {
  margin: 0 0 20px
}

.wlc-profile-verification--list .wlc-docs-wrapper .wlc-doc__image {
  max-height: 400px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.wlc-profile-verification--list .wlc-docs-wrapper .wlc-doc__image img {
  max-width: 330px;
  min-width: 330px
}

@media all and (max-width: 360px) {
  .wlc-profile-verification--list .wlc-docs-wrapper .wlc-doc__image img {
    max-width: none;
    min-width: 0;
    width: 100%
  }
}

.wlc-profile-verification--list .wlc-docs-wrapper .wlc-doc__info .info-row {
  margin: 5px 0 0
}

.wlc-profile-verification--list .wlc-docs-wrapper .wlc-doc__info .info-row a {
  display: inline-block;
  vertical-align: bottom;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.wlc-profile-verification--list .wlc-docs-wrapper .wlc-doc__status {
  padding: 0 20px 0 0
}

.wlc-profile-verification--modal .wlc-verification-list {
  margin: 10px 0
}

.wlc-profile-verification--modal .wlc-verification-list__item {
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e7e1cc;
  cursor: pointer
}

.wlc-profile-verification--modal .wlc-verification-list__item:first-child {
  border-top: 1px solid #e7e1cc
}

.wlc-profile-verification--modal .wlc-verification-list__item-title {
  text-decoration: underline
}

.modal-content .wlc-form-block_rules a:hover,
.wlc-form-block__restore #wlc-btn-restore:hover,
.wlc-form-block__restore #wlc-btn-signup:hover,
.wlc-profile-verification--modal .wlc-verification-list__item:hover .wlc-verification-list__item-title {
  text-decoration: none
}

.wlc-profile-verification--modal .wlc-verification-list__item:hover .wlc-verification-list__icon svg {
  fill: #404041
}

.wlc-profile-verification--modal .wlc-verification-list__icon {
  margin-left: auto
}

.wlc-profile-verification--modal .wlc-verification-list__icon svg {
  display: block;
  width: 24px;
  height: 24px;
  fill: #e7e1cc
}

.wlc-tile-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  grid-gap: 15px
}

.wlc-tile-list__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 40px 20px 20px;
  text-align: center;
  min-height: 395px;
  background: #292934;
  border-radius: 8px
}

.wlc-tile-list__item.invalid .wlc-tile-list__status-icon,
.wlc-tile-list__item.pending .wlc-tile-list__status-icon,
.wlc-tile-list__item.verified .wlc-tile-list__status-icon {
  background-color: #292934
}

.wlc-tile-list__item.verified .wlc-tile-list__status-icon svg {
  fill: #45c195
}

.wlc-docs-list__item--pending .wlc-docs-list__status-icon svg,
.wlc-tile-list__item.pending .wlc-tile-list__status-icon svg {
  fill: #ffa756
}

.wlc-tile-list__item.invalid .wlc-tile-list__status-icon svg {
  fill: #d96969
}

.wlc-tile-list__unit {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin: 0 0 15px;
  min-height: 160px
}

.wlc-tile-list__unit--flexible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: auto 0 0
}

.wlc-tile-list__name {
  position: relative;
  padding: 35px 0 0;
  font-size: 20px;
  font-weight: 700
}

.wlc-tile-list__icon,
.wlc-tile-list__status-icon {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.wlc-tile-list__icon {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 32px;
  height: 32px
}

.wlc-tile-list__icon>svg {
  fill: #ff6121
}

.wlc-tile-list__status-icon {
  bottom: 0;
  right: -2px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 18px;
  height: 18px;
  border-radius: 50%
}

.wlc-tile-list__status-icon svg {
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  fill: #fff
}

.wlc-tile-list__required {
  font-size: 11px;
  color: rgba(255, 255, 255, .45)
}

.wlc-tile-list__description {
  font-size: 13px;
  margin: 15px 0 0;
  color: rgba(255, 255, 255, .65)
}

.wlc-tile-list__description:first-child {
  margin-top: 0
}

.wlc-tile-list .wlc-file-dropzone {
  height: 100%;
  min-height: 175px;
  width: 100%;
  border-radius: 8px;
  border-color: rgba(255, 255, 255, .12);
  background: 0 0;
  margin: auto
}

.wlc-tile-list .wlc-file-dropzone .wlc-file-dropzone__image {
  height: 160px
}

@media all and (max-width: 720px) {
  .wlc-tile-list .wlc-file-dropzone {
    height: 200px
  }
}

.wlc-tile-list .wlc-docs-list {
  border-top: 1px solid rgba(255, 255, 255, .12);
  padding: 20px 0 35px
}

.wlc-tile-list .wlc-docs-list~.wlc-file-dropzone {
  height: 100%;
  min-height: 95px;
  margin: auto
}

.wlc-tile-list .wlc-docs-list~.wlc-file-dropzone .wlc-file-dropzone__image {
  height: 63px
}

@media all and (max-width: 720px) {
  .wlc-tile-list .wlc-docs-list~.wlc-file-dropzone {
    height: 200px;
    width: 100%
  }

  .wlc-tile-list .wlc-docs-list~.wlc-file-dropzone .wlc-file-dropzone__image {
    max-height: 100%
  }
}

.wlc-tile-list__loader {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 999;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .8);
  border-radius: 8px
}

.wlc-tile-list__loader .btn-spinner {
  opacity: 1;
  width: 50px;
  height: 50px;
  margin: 0
}

.wlc-docs-list {
  text-align: left
}

.wlc-docs-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 10px
}

.wlc-docs-list__item:last-child {
  margin-bottom: 0
}

.wlc-docs-list__item--verified .wlc-docs-list__status-icon svg {
  fill: #45c195
}

.wlc-docs-list__item--invalid .wlc-docs-list__status-icon svg {
  fill: #d96969
}

.wlc-docs-list__link {
  margin: 0 auto 0 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

@media (hover: hover) {
  .wlc-docs-list__link:hover {
    text-decoration: underline
  }
}

.wlc-docs-list__remove {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #fff;
  -webkit-transition: color .2s linear, opacity .2s linear, visibility .2s linear;
  transition: color .2s linear, opacity .2s linear, visibility .2s linear;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  visibility: visible;
  opacity: 1
}

@media (hover: hover) {
  .wlc-docs-list__remove {
    visibility: hidden;
    opacity: 0
  }

  .wlc-docs-list__item:hover .wlc-docs-list__remove {
    visibility: visible;
    opacity: 1
  }

  .wlc-docs-list__remove:hover {
    color: #ff6121
  }
}

.wlc-docs-list__info {
  margin: 0 0 0 3px
}

.wlc-docs-list__info .icon-info-tooltip,
.wlc-docs-list__status-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 18px;
  height: 18px;
  border-radius: initial;
  background-color: initial
}

.wlc-docs-list__info .icon-info-tooltip {
  -webkit-transition: background-color .2s linear;
  transition: background-color .2s linear
}

.wlc-docs-list__info .icon-info-tooltip svg {
  width: 100%;
  height: 100%;
  fill: #b3b3b3;
  -webkit-transition: fill .2s linear;
  transition: fill .2s linear
}

@media (hover: hover) {
  .wlc-docs-list__info .icon-info-tooltip:hover {
    background-color: initial
  }

  .wlc-docs-list__info .icon-info-tooltip:hover svg {
    fill: #fff
  }
}

.wlc-docs-list__status-icon {
  margin: 0 0 0 3px
}

.wlc-docs-list__status-icon svg {
  width: 100%;
  height: 100%;
  fill: #fff
}

.wlc-profile-verification p:not([class]) {
  margin: 10px 0;
  color: unset
}

.wlc-profile-verification p:not([class]) a {
  text-decoration: underline
}

.wlc-profile-verification p:not([class]) a:hover {
  text-decoration: none
}

.wlc-profile-verification .tooltip {
  position: absolute;
  z-index: 9999999;
  max-width: 250px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 10px;
  border: initial;
  border-radius: 4px;
  font-size: 1.4rem;
  font-style: initial;
  text-align: center;
  word-break: break-word;
  color: #fff;
  background: #404041;
  -webkit-box-shadow: 0 1px 2px -1px #000;
  box-shadow: 0 1px 2px -1px #000
}

.wlc-profile-verification .tooltip:after {
  content: "";
  position: absolute;
  border-style: solid
}

.wlc-profile-verification .tooltip.top {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px)
}

.wlc-profile-verification .tooltip.top:after {
  top: 100%;
  left: 50%;
  right: initial;
  bottom: initial;
  border-width: 10px 8px 0;
  border-color: #404041 transparent transparent;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.wlc-profile-verification .tooltip.top-right {
  border-bottom-right-radius: initial
}

.wlc-profile-verification .tooltip.top-right:after {
  left: initial;
  right: 0;
  -webkit-transform: initial;
  transform: initial
}

.wlc-profile-verification .tooltip.top-left {
  border-bottom-left-radius: initial
}

.wlc-profile-verification .tooltip.top-left:after {
  left: 0;
  -webkit-transform: initial;
  transform: initial
}

.wlc-profile-verification .tooltip.left {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px)
}

.wlc-profile-verification .tooltip.left:after,
.wlc-profile-verification .tooltip.right:after {
  top: 50%;
  left: 100%;
  right: initial;
  bottom: initial;
  border-width: 8px 0 8px 10px;
  border-color: transparent transparent transparent #404041;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.wlc-profile-verification .tooltip.right {
  -webkit-transform: translateX(10px);
  transform: translateX(10px)
}

.wlc-profile-verification .tooltip.right:after {
  left: initial;
  right: 100%;
  border-width: 8px 10px 8px 0;
  border-color: transparent #404041 transparent transparent
}

.wlc-profile-verification .tooltip.bottom {
  -webkit-transform: translateY(10px);
  transform: translateY(10px)
}

.wlc-profile-verification .tooltip.bottom:after {
  top: initial;
  left: 50%;
  right: initial;
  bottom: 100%;
  border-width: 0 8px 10px;
  border-color: transparent transparent #404041;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.wlc-profile-verification .tooltip.bottom-right {
  border-top-right-radius: initial
}

.wlc-profile-verification .tooltip.bottom-right:after {
  left: initial;
  right: 0;
  -webkit-transform: initial;
  transform: initial
}

.wlc-profile-verification .tooltip.bottom-left {
  border-top-left-radius: initial
}

.wlc-profile-verification .tooltip.bottom-left:after {
  left: 0;
  -webkit-transform: initial;
  transform: initial
}

.wlc-doc-type input[type=file] {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden
}

.wlc-form-block__captcha {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.wlc-form-block__captcha .wlc-captcha__wrapper {
  width: 48%
}

.wlc-form-block__captcha .wlc-captcha__img {
  text-align: center;
  margin-bottom: 20px
}

.wlc-form-block__captcha .wlc-captcha__value {
  margin-bottom: 30px
}

.wlc-dashboard-bonuses-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.wlc-dashboard-bonuses-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.wlc-dashboard-bonuses-list__item {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 10px
}

.wlc-dashboard-bonuses-list__status .status-in-progress {
  color: #aef5fe
}

.wlc-dashboard-bonuses-list__status .status-expired {
  color: red
}

.wlc-dashboard-bonuses-list__status .status-wagered {
  color: #0f0
}

.wlc-dashboard-bonuses-list__status .status-progress {
  margin-top: 5px;
  width: 200px;
  height: 10px;
  border: 1px solid #aef5fe
}

.wlc-dashboard-bonuses-list__status .status-progress__inn {
  background: #aef5fe;
  height: 100%
}

.wlc-dashboard-loyalty__icon-info {
  display: inline-block;
  padding: 0 5px;
  border-radius: 50%;
  background: #96aec2;
  color: #101d33;
  width: 1em;
  height: 1em;
  font-size: .7em;
  line-height: normal
}

.wlc-dashboard-loyalty__levels {
  display: none;
  position: absolute;
  width: 500px;
  font-size: .7em;
  background: #96aec2;
  padding: 5px;
  border-radius: 5px
}

.wlc-dashboard-loyalty__icon-info:hover+.wlc-dashboard-loyalty__levels {
  display: block
}

.wlc-exchange-cash {
  padding: 50px
}

.wlc-exchange-cash .wlc-input,
.wlc-exchange-cash .wlc-select {
  width: 200px
}

.wlc-exchange-cash .wlc-input:disabled.ng-invalid,
.wlc-exchange-cash .wlc-select:disabled.ng-invalid {
  border-color: #ff6363
}

.wlc-messages-notify {
  margin: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.wlc-messages-notify .wlc-messages-notify-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0
}

.wlc-messages-notify .notification:after {
  content: "";
  position: absolute;
  background-color: #ea5a48;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  top: -5px;
  right: -2px;
  -webkit-box-shadow: 0 .125rem .125rem 0 rgba(0, 0, 0, .5);
  box-shadow: 0 .125rem .125rem 0 rgba(0, 0, 0, .5)
}

.wlc-messages .wlc-message-open * {
  background-color: #ccc;
  color: #000
}

.wlc-messages .wlc-message__header {
  font-size: 2.5rem
}

.wlc-profile-bet-history .wlc-btn {
  height: 35px
}

@media all and (max-width: 1420px) {
  .wlc-profile-bet-history .wlc-btn {
    height: 4.05rem
  }
}

@media all and (max-width: 1200px) {
  .wlc-profile-bet-history .wlc-btn {
    height: 3.6rem
  }
}

@media all and (max-width: 900px) {
  .wlc-profile-bet-history .wlc-btn {
    height: 3.6rem
  }
}

.wlc-profile-bet-history-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 -10px
}

.wlc-profile-bet-history-filter__field {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 0 10px
}

@media all and (min-width: 560px) {
  .wlc-profile-bet-history-filter__field {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
  }
}

@media all and (min-width: 768px) {
  .wlc-profile-bet-history-filter__field {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%
  }
}

.wlc-profile-bet-history-list__header,
.wlc-profile-bet-history-list__item {
  display: grid;
  grid-template-columns: repeat(6, 1fr)
}

@media all and (max-width: 900px) {
  .wlc-profile-bet-history-list__header {
    display: none
  }
}

.wlc-profile-bet-history-list__item .item-mobile-title {
  display: none
}

@media all and (max-width: 900px) {
  .wlc-profile-bet-history-list__item .item-mobile-title {
    display: block
  }
}

.wlc-profile-bet-history-list__content {
  margin-top: 20px
}

.wlc-profile-bet-history-amounts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.wlc-profile-bet-history-amounts__item {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  margin: 20px 20px 0 0
}

.wlc-profile-bet-history__bet-header {
  font-size: 1.8rem;
  font-weight: 700;
  margin-right: 10px;
  margin-top: 4.5rem
}

.wlc-profile-bet-history-update-btn {
  margin-top: 20px
}

.wlc-profile-bet-history__error {
  margin: 3rem 0
}

.wlc-cashback .wlc-profile-cashback .cashback__timer-icon svg {
  width: 18px;
  height: 18px;
  fill: #e98427
}

@media all and (max-width: 640px) {
  .wlc-cashback .wlc-profile-cashback-filter__field {
    width: 100%;
    margin: 0
  }
}

.wlc-casino-statistic {
  width: 355px;
  height: 385px;
  color: #ab7100;
  background: -webkit-gradient(linear, left top, left bottom, from(#fed83e), to(#fe8d0d));
  background: linear-gradient(#fed83e, #fe8d0d)
}

.wlc-casino-statistic_title {
  padding: 10px;
  text-align: center
}

.wlc-casino-statistic_title-bcg svg {
  fill: #ffec91
}

.wlc-casino-statistic_title-text {
  font-size: 18px;
  margin-top: -37px;
  color: #000
}

.wlc-casino-statistic_content .wlc-casino-statistic_row:not(:last-child) {
  border-bottom: 2px solid #ce8d1d
}

.wlc-casino-statistic_row,
.wlc-casino-statistic_row .wlc-casino-statistic_value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal
}

.wlc-casino-statistic_row {
  text-align: center;
  padding: 5px;
  margin: 5px 50px;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row
}

.wlc-casino-statistic_row .wlc-casino-statistic_value {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column
}

.wlc-casino-statistic_count {
  font-size: 50px;
  font-weight: 700
}

.wlc-casino-statistic_icon {
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%
}

.wlc-casino-statistic_icon svg {
  fill: #9a6600
}

.wlc-casino-statistic_description {
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
  font-size: 14px;
  font-weight: 700
}

.wlc-faq__title {
  margin-bottom: 30px;
  text-align: center
}

.wlc-faq__wrapper {
  margin: 0 auto;
  max-width: 830px
}

.wlc-faq__accordion {
  width: 100%
}

.wlc-faq__accordion-item {
  background-color: #2a1b1b;
  color: #fff;
  width: 100%;
  margin: 0 0 15px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  cursor: pointer
}

.wlc-faq__accordion-item:last-child {
  margin-bottom: 0
}

.wlc-faq__item-title {
  position: relative;
  width: 100%;
  padding: 15px 25px 13px 0;
  margin: 0 15px;
  font-size: 20px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 2px solid transparent;
  -webkit-transition: border-bottom .2s ease-in-out;
  transition: border-bottom .2s ease-in-out;
  will-change: border-bottom
}

@media all and (max-width: 900px) {
  .wlc-faq__item-title {
    font-size: 18px;
    -webkit-transition: none;
    transition: none
  }
}

@media all and (max-width: 640px) {
  .wlc-faq__item-title {
    font-size: 16px
  }
}

@media all and (max-width: 560px) {
  .wlc-faq__item-title {
    font-size: 14px;
    line-height: 18px
  }
}

.wlc-faq__item-title:after {
  content: "";
  position: absolute;
  right: 0;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  z-index: 5;
  -webkit-transition-property: border-top, border-right, -webkit-transform;
  transition-property: transform, border-top, border-right;
  transition-property: transform, border-top, border-right, -webkit-transform;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  will-change: transform, border-top, border-right
}

@media all and (max-width: 900px) {
  .wlc-faq__item-title:after {
    -webkit-transition: none;
    transition: none
  }
}

.wlc-faq__item-text {
  display: block;
  opacity: 0;
  line-height: 18px;
  overflow: hidden;
  font-size: 16px;
  padding: 15px;
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
  will-change: opacity
}

@media all and (max-width: 900px) {
  .wlc-faq__item-text {
    -webkit-transition: none;
    transition: none
  }
}

@media all and (max-width: 560px) {
  .wlc-faq__item-text {
    font-size: 14px;
    line-height: 18px
  }
}

.wlc-faq__text-wrp {
  display: block;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height .2s ease-in-out;
  transition: max-height .2s ease-in-out;
  will-change: max-height
}

@media all and (max-width: 900px) {
  .wlc-faq__text-wrp {
    -webkit-transition: none;
    transition: none
  }
}

.active .wlc-faq__item-title {
  border-bottom: 2px solid #fff
}

.active .wlc-faq__item-title+.wlc-faq__text-wrp {
  max-height: 250px
}

.active .wlc-faq__item-title+.wlc-faq__text-wrp .wlc-faq__item-text {
  opacity: 1
}

.active .wlc-faq__item-title:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

#wlc-form-restore .wlc-modal__body p,
.wlc-game-thumb-slider {
  margin-bottom: 30px
}

.wlc-mobile .wlc-game-thumb-slider .wlc-game-thumb {
  width: 100%;
  height: auto !important
}

.wlc-game-thumb-slider .swiper-slide {
  height: auto !important
}

.wlc-mobile .wlc-game-thumb-slider .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.wlc-mobile .wlc-game-thumb-slider .swiper-slide .wlc-wrp {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.wlc-game-thumb-slider-content {
  margin: 0 -15px;
  max-width: initial
}

.wlc-game-thumb-slider-content .swiper-container {
  padding-bottom: 40px
}

.wlc-game-thumb-slider-content .swiper-pagination-bullets {
  bottom: 10px
}

.wlc-game-thumb-slider-content .swiper-pagination-progressbar {
  top: initial;
  width: inherit;
  height: 4px;
  bottom: 2.4rem;
  left: 15px;
  right: 15px;
  border-radius: 9px;
  overflow: hidden;
  border: 1px solid rgba(174, 146, 108, .5)
}

.wlc-game-thumb-slider-content .swiper-pagination-progressbar span {
  border-radius: 9px;
  background: #ae926c
}

.wlc-game-thumb-slider-header {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px
}

@media all and (max-width: 560px) {
  .wlc-game-thumb-slider-header__see-all {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
  }

  .wlc-game-thumb-slider-header__see-all a>span:first-child {
    display: none
  }
}

.wlc-game-thumb-slider-header__see-all a {
  color: #ae926c;
  font-size: 2rem;
  white-space: nowrap
}

.wlc-game-thumb-slider-header__see-all svg {
  display: inline-block;
  pointer-events: all;
  stroke: #ae926c
}

.wlc-section-last-jackpots {
  min-height: 85px;
  background: #404041;
  margin: 0 -15px 20px
}

@media all and (max-width: 560px) {
  .wlc-section-last-jackpots {
    display: none
  }
}

.wlc-section-last-jackpots.wlc-swiper-vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-height: 100%
}

.wlc-section-last-jackpots.wlc-swiper-vertical,
.wlc-section-last-jackpots.wlc-swiper-vertical .wlc-last-jackpots {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.wlc-section-last-jackpots.wlc-swiper-vertical .wlc-last-jackpots__title {
  white-space: normal
}

.wlc-section-last-jackpots.wlc-swiper-vertical .wlc-last-jackpots .swiper-container,
.wlc-section-last-wins.wlc-swiper-vertical .wlc-last-wins .swiper-container {
  width: 100%;
  display: block;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.wlc-section-last-jackpots.wlc-swiper-vertical .wlc-last-jackpots-item {
  display: block
}

.wlc-section-last-jackpots .wlc-last-jackpots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap
}

.wlc-section-last-jackpots .wlc-last-jackpots__title {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  color: #ae926c;
  font-size: 30px;
  white-space: nowrap;
  font-weight: 600;
  padding-right: 20px;
  text-transform: none
}

.wlc-section-last-jackpots .wlc-last-jackpots__swiper {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.wlc-last-jackpots-item.swiper-slide-prev .wlc-item {
  opacity: 0
}

.wlc-last-jackpots-item .wlc-item {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  grid-template-areas: "image amount" "image name" "image game";
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ae926c;
  font-size: 1.8rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%
}

.wlc-last-jackpots-item .wlc-item__image {
  grid-area: image;
  padding-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 70px;
  cursor: pointer
}

.wlc-last-jackpots-item .wlc-item__image img {
  border-radius: 30px
}

.wlc-last-jackpots-item .wlc-item__image img,
.wlc-last-wins-item .wlc-item__image img {
  overflow: hidden;
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
  object-fit: cover
}

.wlc-last-jackpots-item .wlc-item__amount {
  grid-area: amount;
  font-size: 120%
}

.wlc-last-jackpots-item .wlc-item__game {
  grid-area: game;
  font-size: 80%
}

.wlc-section-last-wins {
  background: #404041
}

@media all and (max-width: 560px) {
  .wlc-section-last-wins {
    display: none
  }
}

.wlc-section-last-wins.wlc-swiper-vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-height: 100%
}

.wlc-section-last-wins.wlc-swiper-vertical,
.wlc-section-last-wins.wlc-swiper-vertical .wlc-last-wins {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.wlc-section-last-wins.wlc-swiper-vertical .wlc-last-wins__title {
  white-space: normal
}

.wlc-section-last-wins.wlc-swiper-vertical .wlc-last-wins-item {
  display: block
}

.wlc-section-last-wins .wlc-last-wins {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap
}

.wlc-section-last-wins .wlc-last-wins__title {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  color: #ae926c;
  font-size: 30px;
  white-space: nowrap;
  font-weight: 600;
  padding-right: 20px;
  text-transform: none
}

.wlc-section-last-wins .wlc-last-wins__swiper {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.wlc-last-wins-item.swiper-slide-prev .wlc-item {
  opacity: 0
}

.wlc-last-wins-item .wlc-item {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  height: 100%
}

.wlc-last-wins-item .wlc-item__image {
  grid-area: image;
  padding-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 70px;
  cursor: pointer
}

.wlc-last-wins-item .wlc-item__amount {
  grid-area: amount;
  font-size: 120%
}

.wlc-last-wins-item .wlc-item__name {
  overflow: hidden;
  text-overflow: ellipsis;
  grid-area: name;
  font-size: 80%;
  white-space: nowrap
}

.wlc-last-wins-item .wlc-item__name .wlc-name {
  color: auto
}

.wlc-last-wins-item .wlc-item__name .wlc-flag {
  display: inline-block;
  width: 16px;
  height: 12px
}

.wlc-last-wins-item .wlc-item__game {
  grid-area: game;
  font-size: 80%
}

.wlc-payment-statistic__wrp .wlc-payment-statistic__item {
  display: grid;
  grid-gap: 25px;
  grid-template-columns: repeat(auto-fill, 100px)
}

.wlc-payment-statistic__wrp .wlc-payment-statistic__amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.wlc-promo-slider__container {
  width: 100%;
  height: 100%;
  position: relative
}

.wlc-promo-slider__wrapper {
  position: relative;
  z-index: 1
}

.wlc-promo-slider__wrapper .swiper-slide .slider-ytplayer {
  display: none
}

.wlc-logo-wrp a>span,
.wlc-promo-slider__wrapper .swiper-slide .slider-ytplayer-preview,
.wlc-promo-slider__wrapper .swiper-slide-active .slider-ytplayer {
  display: block
}

.wlc-promo-slider__wrapper .swiper-slide-active .slider-ytplayer-preview {
  display: none
}

.wlc-promo-slider .swiper-pagination,
.wlc-sport {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.wlc-promo-slider .swiper-pagination {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.wlc-promo-slider .swiper-button-next,
.wlc-promo-slider .swiper-button-prev {
  position: absolute;
  z-index: 2;
  width: 40px;
  height: 40px;
  top: 50%;
  margin-top: -20px;
  cursor: default
}

.wlc-promo-slider .swiper-button-next:before,
.wlc-promo-slider .swiper-button-prev:before {
  position: absolute;
  top: 20%;
  left: 20%;
  right: 20%;
  bottom: 20%;
  content: "";
  display: block;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-bottom-color: transparent
}

.wlc-promo-slider .swiper-button-prev {
  left: 0
}

.wlc-promo-slider .swiper-button-prev:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.wlc-promo-slider .swiper-button-next {
  right: 0
}

.wlc-promo-slider .swiper-button-next:before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg)
}

.wlc-sport {
  height: 350px;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column
}

.wlc-sport__header {
  display: inline-block;
  padding: 12px 20px;
  text-align: center;
  width: auto;
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: 700
}

.wlc-sport__delimiter {
  margin: 0 5px
}

.wlc-sport--daily-match {
  padding: 0 27px 31px;
  width: 360px !important
}

.wlc-sport--daily-match .wlc-sport__header {
  background: unset;
  color: #acf00d;
  text-shadow: 1px 1px 1px #415a06;
  text-transform: uppercase
}

.wlc-sport--daily-match .wlc-sport__title-match {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 600;
  text-shadow: 1px 1px 1px #000;
  color: #fff;
  margin-top: 30px;
  padding: 0 0 5px;
  position: relative
}

.wlc-sport--daily-match .wlc-sport__title-match:after {
  content: "";
  height: 2px;
  background: #acf00d;
  border-radius: 2px;
  width: 158px;
  position: absolute;
  bottom: 0;
  margin-top: 10px
}

.wlc-sport--daily-match .wlc-sport__title-team {
  max-width: 120px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.wlc-sport--daily-match .wlc-sport__teams {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px
}

.wlc-sport--daily-match .wlc-sport__info,
.wlc-sport--daily-match .wlc-sport__team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.wlc-sport--daily-match .wlc-sport__team {
  width: 105px;
  height: 105px;
  background: #272727;
  border-radius: 100%
}

.wlc-sport--daily-match .wlc-sport__team img {
  height: 67px
}

.wlc-sport--daily-match .wlc-sport__team abbr {
  color: #fff;
  text-decoration: none;
  border: 0;
  cursor: auto
}

.wlc-sport--daily-match .wlc-sport__info {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff
}

.wlc-sport--daily-match .wlc-sport__info-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-shadow: 1px 1px 1px #000
}

.wlc-sport--daily-match .wlc-sport__info-block--time {
  text-transform: uppercase
}

.wlc-sport--daily-match .wlc-sport__info-icon {
  margin-right: 7px
}

.wlc-sport--daily-match .wlc-sport__info-icon svg {
  fill: #acf00d
}

.wlc-sport--daily-match .wlc-sport__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 100%
}

.wlc-sport--daily-match .wlc-sport__link {
  background: #acf00d;
  border-radius: 50px;
  padding: 5px 0;
  width: 170px;
  text-align: center;
  color: #000;
  font-weight: 600;
  cursor: pointer;
  font-size: 1.6rem
}

.wlc-sport--popular-events {
  cursor: pointer
}

.wlc-sport--popular-events .wlc-sport__header {
  background: unset;
  color: #acf00d;
  text-shadow: 1px 1px 1px #415a06;
  text-transform: uppercase
}

.wlc-sport--popular-events .wlc-sport__title-event {
  margin-top: auto;
  max-height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(217, 217, 217, .8);
  font-size: 1.6rem;
  color: #1b1b1b;
  font-weight: 700
}

.wlc-sport--popular-events .wlc-sport__footer {
  max-height: 82px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background: #adadad;
  padding: 15px 0 0
}

.wlc-sport--popular-events .wlc-sport__bet,
.wlc-sport--popular-events .wlc-sport__bets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.wlc-sport--popular-events .wlc-sport__bet {
  width: 119px;
  background: #424042;
  color: #fff;
  padding: 8px 15px;
  border-radius: 5px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 1.4rem
}

.wlc-sport--popular-events .wlc-sport__bet:nth-child(2) {
  margin: 0 25px
}

.wlc-splash-screen {
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10
}

.ctm-livechatinc-trigger button {
  padding: 10px 70px;
  background-color: #33ae33;
  border-radius: 5px;
  color: #fff;
  font-weight: 700;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: 20px
}

@media (hover: hover) {
  .ctm-livechatinc-trigger button:hover {
    cursor: pointer
  }
}

.wlc-game-play-dashboard {
  z-index: 1;
  background-color: #1b1817;
  width: 280px
}

.wlc-game-play-dashboard .wlc-game-catalog__wrp {
  grid-template-columns: unset;
  background-color: unset
}

.wlc-game-play-dashboard .wlc-game-catalog__title {
  padding: 0;
  width: 100%;
  text-align: center;
  margin-bottom: 0
}

.wlc-game-header-btn:hover,
.wlc-game-play-dashboard .swiper-pagination {
  -webkit-transform: unset;
  transform: unset
}

.wlc-game-play-dashboard .swiper-pagination .swiper-pagination-bullet {
  border-color: #bababa;
  background: #bababa;
  width: 12px;
  height: 12px
}

.wlc-game-play-dashboard .swiper-pagination .swiper-pagination-bullet-active {
  border-color: #fbb203;
  background: #fbb203
}

.wlc-game-play-dashboard .wlc-tab-generator .wlc-tabs-header {
  background-color: #3a3835;
  padding: 10px 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top-right-radius: 15px
}

.wlc-game-play-dashboard .wlc-tab-generator .wlc-tabs-header .item {
  background-color: #bababa
}

.wlc-game-play-dashboard .wlc-tab-generator .wlc-tabs-header .item-active {
  background-color: #fbb203
}

.wlc-game-play-dashboard-button {
  height: 30px;
  background: #fff;
  color: #000;
  font-size: 16px;
  padding: 4px 35px;
  text-transform: capitalize
}

.wlc-game-play-dashboard-button:before {
  left: 0;
  width: 30px;
  height: 30px
}

.wlc-game-play-dashboard-button.active:before {
  left: calc(100% - 27px)
}

.wlc-game-play-header-btns__close-icon {
  margin-top: 6px
}

.wlc-game-play-header .wlc-game-play-header__btn .wlc-btn {
  padding: 10px 15px !important
}

.wlc-game-header-btn:hover {
  -webkit-transition: unset;
  transition: unset
}

.wlc-bonuses .wlc-btn_link-icon:hover span circle,
.wlc-bonuses .wlc-btn_link-icon:hover span svg,
.wlc-game-header-btn:hover svg {
  stroke: #fbb203
}

.wlc-game-header-btn .wlc-svg-icon_favourite:hover {
  fill: unset
}

.wlc-game-header-btn.wlc-active .wlc-svg-icon_favourite,
.wlc-modal-step-systems-list .wlc-modal-step-systems-item__actions .icon-info-tooltip svg:hover,
.wlc-modal-step-systems-list .wlc-modal-step-systems-item__actions .icon-info-tooltip.active svg {
  fill: #fbb203
}

.wlc-game-header-btn svg {
  stroke: #fff;
  stroke-width: 2px;
  height: 23px;
  width: 23px
}

.wlc-game-header-btn svg.wlc-svg-icon_favourite {
  height: 27px;
  width: 27px
}

@media (hover: hover) {
  .wlc-game-header-btn:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all .4s linear;
    transition: all .4s linear
  }

  .wlc-game-header-btn:hover svg {
    stroke: #fbb203
  }

  .wlc-game-header-btn:hover .wlc-svg-icon_favourite:hover {
    fill: #fbb203
  }
}

.dashboard-user-info {
  background-color: #1b1817
}

.dashboard-user-info__title {
  font-weight: 700;
  font-size: 16px;
  padding: 20px 0 0
}

.dashboard-user-info__balances {
  background-color: #3a3835;
  margin: 20px 10px 0
}

.dashboard-user-info__balances .wlc-all-balances-block__item {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 2px solid #1b1817;
  text-transform: uppercase;
  font-size: 14px;
  margin: 0
}

.dashboard-user-info__balances .wlc-all-balances-block__item:last-child {
  border-bottom: none
}

.dashboard-user-info__balances .wlc-all-balances-block__item--bonus-points .item__data {
  color: #33ae33
}

.dashboard-user-info__balances .wlc-all-balances-block__item--freespins .item__data {
  color: #fff
}

.dashboard-user-info__balances .wlc-all-balances-block__item--bonus-balance .item__data {
  color: #fbb203
}

.dashboard-user-info__deposit-btn .wlc-btn {
  background-color: #33ae33;
  border-color: #33ae33;
  color: #fff
}

.dashboard-user-info__level {
  margin-bottom: 25px
}

.dashboard-user-info__level-title {
  font-weight: 700;
  text-align: left;
  padding: 0 15px 15px 0
}

.dashboard-user-info__level-progress .progress__line--current {
  background-color: #33ae33
}

.dashboard-user-info .progress__num {
  color: #acacac;
  font-size: 15px
}

.wlc-dashboard-bonus__image-wrapper {
  width: 100%
}

.wlc-dashboard-bonus__bonus-title {
  color: #fbb203;
  border-bottom: 2px solid #1b1817;
  text-align: center;
  font-size: 18px;
  padding: 10px;
  font-weight: 700
}

.wlc-dashboard-bonus__bonus-description {
  font-size: 14px;
  color: #bababa;
  line-height: 17px;
  text-align: center;
  padding: 15px
}

.wlc-dashboard-bonus__description {
  background-color: #3a3835;
  margin-bottom: 20px;
  padding: 10px
}

.wlc-dashboard-bonus__buttons {
  width: auto
}

.wlc-dashboard-bonus__buttons .wlc-btn {
  margin: 0;
  font-size: 13px
}

.wlc-dashboard-bonus__buttons .promo-item-content {
  margin-top: 20px;
  background-image: unset;
  min-width: 100%
}

.wlc-dashboard-bonus__buttons .promo-item-content .wlc-btn {
  padding: 8px 30px !important;
  background-color: #bababa;
  border-color: #bababa;
  color: #000;
  font-size: 13px;
  border-radius: 5px;
  width: 100%
}

.wlc-dashboard-bonus__buttons .promo-item-content .wlc-btn:hover {
  background-color: #fff;
  border-color: #fff
}

.wlc-dashboard-bonus__buttons .wlc-btn--fill {
  background: #33ae33;
  border-color: #33ae33;
  border-radius: 5px;
  width: 100%;
  padding: 8px 30px !important
}

.wlc-dashboard-bonus__buttons .wlc-btn--fill:hover {
  background: #fff;
  color: #000
}

.wlc-dashboard-bonus__buttons div:first-child {
  width: 100%
}

.wlc-dashboard-bonus__time {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.wlc-dashboard-bonus__time-time {
  color: #fff;
  font-size: 16px;
  font-weight: 700
}

.wlc-dashboard-bonus__time-icon svg {
  fill: #ea3238
}

.wlc-dashboard-bonus__time-text {
  color: #ea3238;
  font-weight: 700
}

.wlc-dashboard-bonus__progress,
body.modal-open.wlc-mobile,
body.wlc-mobile-menu-active {
  width: 100%
}

.wlc-dashboard-bonus__progress-line--inner {
  background: #33ae33
}

.wlc-dashboard-bonus__progress-line {
  margin: 10px 0;
  background-color: #fff
}

.wlc-dashboard-bonus__progress-text {
  font-weight: 700
}

.login-signup-dropdown__form .item-signup .wlc-form-block_grownup p a,
.login-signup-dropdown__form .item-signup .wlc-form-block_rules p a,
.wlc-dashboard-bonus__progress-text--subtext {
  color: #acacac
}

.wlc-scroll-block .wlc-current-level-container,
.wlc-section_game-play-mobile .wlc-game-play-dashboard-button,
.wlc-section_game-play-mobile .wlc-game-play-dashboard-mobile,
.wlc-tournament-page-info__games .wlc-game-catalog__games .wlc-game-catalog-wrapper .wlc-game-thumb__footer .col.wlc-game-thumb-title,
.wlc-tournament-page-info__prize svg,
.wlc-tournaments-list .item-name:after {
  display: none
}

.wlc-current-level-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #e0c25c;
  border-radius: 10px;
  padding: 20px;
  width: 450px
}

@media all and (max-width: 900px) {
  .wlc-current-level-container {
    margin: 0 auto
  }
}

@media all and (max-width: 480px) {
  .wlc-current-level-container {
    width: 360px
  }
}

@media all and (max-width: 360px) {
  .wlc-current-level-container {
    width: 290px
  }
}

.wlc-current-level-container:before {
  content: "";
  display: block;
  position: absolute;
  top: 13px;
  right: 37px;
  background-image: url(/static/images/goldLogo.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 200px;
  height: 223px
}

@media all and (max-width: 1366px) {
  .wlc-current-level-container:before {
    right: 59%
  }
}

@media all and (max-width: 1024px) {
  .wlc-current-level-container:before {
    right: 50%
  }
}

@media all and (max-width: 900px) {
  .wlc-current-level-container:before {
    right: 23%
  }
}

@media all and (max-width: 768px) {
  .wlc-current-level-container:before {
    right: 28%
  }
}

@media all and (max-width: 560px) {
  .wlc-current-level-container:before {
    right: 10%;
    top: 8px
  }
}

@media all and (max-width: 480px) {
  .wlc-current-level-container:before {
    right: -4%;
    top: 13px;
    height: 165px
  }
}

.wlc-current-level-container:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 14px;
  left: 45px;
  background-image: url(/static/images/minLogo.png);
  background-size: auto;
  background-repeat: no-repeat;
  width: 159px;
  height: 45px
}

@media all and (max-width: 900px) {
  .wlc-current-level-container:after {
    left: 24%
  }
}

@media all and (max-width: 768px) {
  .wlc-current-level-container:after {
    left: 18%
  }
}

@media all and (max-width: 720px) {
  .wlc-current-level-container:after {
    left: 14%
  }
}

@media all and (max-width: 640px) {
  .wlc-current-level-container:after {
    left: 20%
  }
}

@media all and (max-width: 560px) {
  .wlc-current-level-container:after {
    left: 8%
  }
}

@media all and (max-width: 480px) {
  .wlc-current-level-container:after {
    left: 15%
  }
}

@media all and (max-width: 360px) {
  .wlc-current-level-container:after {
    width: 120px;
    background-size: contain
  }
}

.wlc-current-level-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0;
  z-index: 1;
  width: 100%;
  font-size: 24px
}

.wlc-current-level-title__image {
  width: auto;
  height: 60px
}

@media all and (max-width: 480px) {
  .wlc-current-level-title__image {
    width: auto;
    height: 40px
  }
}

.wlc-current-level-title__name {
  -ms-flex-item-align: center;
  align-self: center;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 400px
}

@media all and (max-width: 480px) {
  .wlc-current-level-title__name {
    max-width: 200px
  }
}

.wlc-current-level-progress {
  height: 8px !important;
  border-radius: 3px;
  background-color: #000;
  border-width: 0 !important
}

.wlc-current-level-card-code {
  padding: 10px 0;
  color: #6e350d;
  font-size: 36px;
  font-weight: 600;
  z-index: 1
}

@media all and (max-width: 480px) {
  .wlc-current-level-card-code {
    font-size: 20px
  }
}

.wlc-current-level-balance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-left: auto;
  z-index: 1
}

.wlc-current-level-balance span {
  background-color: #fff6d6;
  color: #cea135;
  z-index: 1
}

@media all and (max-width: 480px) {
  .wlc-current-level-balance span {
    min-width: auto;
    padding: 10px
  }
}

.wlc-current-level-balance__amount {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 10px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px
}

.wlc-current-level-balance__text {
  padding: 10px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px
}

.wlc-tournaments-list__list-item {
  min-height: 438px
}

.wlc-tournaments-list .item-buttons {
  -ms-flex-pack: distribute;
  justify-content: space-around
}

.wlc-tournaments-list .item-buttons>:not(:last-child) {
  margin-left: 20px
}

.wlc-tournaments-list .item-buttons__btn .wlc-btn {
  padding: 10px 20px !important;
  font-size: 12px;
  white-space: nowrap
}

.wlc-tournaments-list .item-buttons__btn:last-child {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1
}

.wlc-tournaments-list .item-buttons .wlc-btn--more {
  background-color: #8493a1
}

.wlc-tournaments-list .item-buttons .wlc-btn--login,
.wlc-tournaments-list .item-buttons .wlc-btn--subscribe {
  background-color: #33ae33
}

.wlc-tournaments-list .item-countdown-container {
  padding-top: 100px
}

.wlc-tournaments-list .item-countdown-container .item-countdown {
  background-color: transparent
}

.wlc-tournaments-list .wlc-tournament-prizeboard__row:nth-child(2) {
  border-top-right-radius: 15px
}

.wlc-tournaments-list .wlc-tournament-prizeboard__row:nth-child(2) .wlc-tournament-prizeboard__col:first-child {
  border-top-left-radius: 15px
}

.wlc-tournaments-list .wlc-tournament-prizeboard__row:nth-child(2) .wlc-tournament-prizeboard__col:last-child {
  border-top-right-radius: 15px
}

.wlc-tournaments-list .wlc-tournament-prizeboard__row:last-child {
  border-top-right-radius: 15px
}

.wlc-tournaments-list .wlc-tournament-prizeboard__row:last-child .wlc-tournament-prizeboard__col:first-child {
  border-bottom-left-radius: 15px
}

.wlc-tournaments-list .wlc-tournament-prizeboard__row:last-child .wlc-tournament-prizeboard__col:last-child {
  border-bottom-right-radius: 15px
}

.wlc-loyalty-levels {
  width: 1390px;
  max-width: 1390px;
  margin: 0 auto;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

@media all and (max-width: 1420px) {
  .wlc-loyalty-levels {
    width: 1336px;
    max-width: 1336px
  }
}

@media all and (max-width: 1366px) {
  .wlc-loyalty-levels {
    width: 1170px;
    max-width: 1170px
  }
}

@media all and (max-width: 1200px) {
  .wlc-loyalty-levels {
    width: 994px;
    max-width: 994px
  }
}

@media all and (max-width: 1024px) {
  .wlc-loyalty-levels {
    width: 870px;
    max-width: 870px
  }
}

@media all and (max-width: 900px) {
  .wlc-loyalty-levels {
    width: 738px;
    max-width: 738px
  }
}

@media all and (max-width: 768px) {
  .wlc-loyalty-levels {
    width: 690px;
    max-width: 690px
  }
}

@media all and (max-width: 720px) {
  .wlc-loyalty-levels {
    width: 610px;
    max-width: 610px
  }
}

@media all and (max-width: 640px) {
  .wlc-loyalty-levels {
    width: 530px;
    max-width: 530px
  }
}

@media all and (max-width: 560px) {
  .wlc-loyalty-levels {
    width: 450px;
    max-width: 450px
  }
}

@media all and (max-width: 480px) {
  .wlc-loyalty-levels {
    width: 100%;
    max-width: 100%
  }

  .container-fluid>.wlc-loyalty-levels,
  .wlc-main-content-section .wlc-loyalty-levels {
    padding: 0
  }
}

.wlc-loyalty-levels-header {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  padding: 30px 0 35px;
  margin-bottom: unset
}

.wlc-loyalty-levels-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background: url(/static/images/loyalty/loyalty-levels-bg.jpg);
  background-size: cover;
  padding: 15px 35px 0 !important
}

.wlc-loyalty-levels-body__item {
  position: relative;
  margin-right: 10px
}

.wlc-loyalty-levels-body__item:last-child {
  padding: 50px 0;
  margin-left: 15px;
  margin-right: unset
}

.wlc-loyalty-levels-body__item:last-child .level,
.wlc-loyalty-levels-body__item:last-child .name {
  display: none
}

.wlc-loyalty-levels-body__item:nth-child(1) .level {
  color: #fbb203
}

.wlc-loyalty-levels-body__item:nth-child(2) .level {
  color: #aaff15
}

.wlc-loyalty-levels-body__item:nth-child(3) .level {
  color: #ff2e00
}

.wlc-loyalty-levels-body__item:nth-child(4) .level {
  color: #68edff
}

.wlc-loyalty-levels-wrapper {
  position: absolute;
  top: 33px;
  right: 3px;
  bottom: 90px;
  width: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.wlc-loyalty-levels-wrapper .level,
.wlc-loyalty-levels-wrapper .name {
  width: 100%;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: unset;
  padding: unset
}

.wlc-loyalty-levels-wrapper .name {
  font-size: 30px;
  text-align: left;
  overflow-x: hidden
}

.wlc-loyalty-levels-wrapper .level {
  font-size: 24px;
  text-align: right
}

.wlc-loyalty-levels-more {
  text-align: center;
  margin-top: 50px
}

.wlc-loyalty-levels-more a {
  margin: 0 auto
}

.wlc-loyalty-levels-more a:hover {
  background: #fff
}

.wlc-tournament-page-info {
  border-radius: 15px;
  background: #000;
  padding: 0 0 40px;
  -webkit-box-shadow: 0 4px 14px rgba(0, 0, 0, .45);
  box-shadow: 0 4px 14px rgba(0, 0, 0, .45);
  overflow: hidden
}

.wlc-tournament-page-info__header {
  text-align: center;
  padding: 20px 20px 90px;
  position: relative;
  background-size: cover;
  background-position: center center
}

@media all and (max-width: 480px) {
  .wlc-tournament-page-info__header {
    padding: 20px 14px 90px
  }
}

.wlc-tournament-page-info__header:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .3)), color-stop(82%, #000));
  background: linear-gradient(rgba(0, 0, 0, .3), #000 82%)
}

.wlc-tournament-page-info__header .wlc-modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  margin-top: 0
}

.wlc-tournament-page-info__header .header__back {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  text-align: left;
  font-size: 13px;
  z-index: 2;
  text-shadow: 0 0 3px #000
}

.wlc-tournament-page-info__header .header__back svg {
  fill: #fff;
  width: 10px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}

.wlc-tournament-page-info__header .header__back-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all .4s linear;
  transition: all .4s linear
}

.wlc-tournament-page-info__header .header__back-link:hover {
  color: #cacaca
}

.wlc-tournament-page-info__header .header__back-link .wlc-arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 5px
}

.wlc-tournament-page-info__header .header__title {
  position: relative;
  z-index: 1;
  white-space: nowrap;
  height: 50px;
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  margin: 5px 0 0;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-bottom: 15px;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  max-width: 100%
}

.wlc-tournament-page-info__header .header__subject {
  font-size: 13px;
  color: #fff;
  position: relative;
  z-index: 1
}

.wlc-tournament-page-info__header .header__description {
  font-size: 13px;
  color: #fff;
  max-width: 500px;
  margin: 27px auto 0;
  position: relative;
  z-index: 1
}

.wlc-tournament-page-info__buttons {
  position: relative;
  z-index: 1
}

.wlc-tournament-page-info__anchors {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 53px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff
}

.wlc-tournament-page-info__anchors button {
  color: #fff;
  font-size: 12px;
  padding: 0 15px;
  -webkit-transition: all .4s linear;
  transition: all .4s linear
}

@media all and (max-width: 360px) {
  .wlc-tournament-page-info__anchors button {
    padding: 0 5px
  }
}

.wlc-tournament-page-info__anchors button:active,
.wlc-tournament-page-info__anchors button:hover,
.wlc-tournament-page-info__rules .rules__keep p {
  color: #e7e1cc
}

.wlc-tournament-page-info__games .games__title {
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  font-weight: 700
}

.wlc-tournament-page-info__games .wlc-game-catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 20px 0 0;
  padding: 0 15px
}

.wlc-tournament-page-info__games .wlc-game-catalog__games {
  max-width: 674px;
  width: 100%
}

.wlc-tournament-page-info__games .wlc-game-catalog__games .wlc-game-catalog-wrapper {
  margin: 0 0 2px
}

.wlc-tournament-page-info__games .wlc-game-catalog__games .wlc-game-catalog-wrapper>.wlc-wrp>.wlc-game-thumb {
  margin: 0 1.5px
}

.wlc-tournament-page-info__games .wlc-game-catalog__games .wlc-game-catalog-wrapper .wlc-game-thumb-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 5px
}

.wlc-tournament-page-info__games .wlc-game-catalog__games .wlc-game-catalog-wrapper .wlc-game-thumb-title__name {
  font-size: 12px;
  text-align: center
}

.wlc-tournament-page-info__games .wlc-game-catalog__games .wlc-game-catalog-wrapper .wlc-game-thumb__footer {
  padding: 5px
}

.wlc-tournament-page-info__anchors,
.wlc-tournament-page-info__games .wlc-game-catalog__games .wlc-game-catalog-wrapper .wlc-game-thumb__footer .col.wlc-game-thumb-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.wlc-tournament-page-info__games .wlc-game-catalog__games .wlc-game-catalog-wrapper .wlc-game-thumb__footer .col.wlc-game-thumb-buttons .wlc-btn_size-xsmall {
  font-size: .7rem !important
}

.wlc-tournament-page-info__games .wlc-game-catalog__games .wlc-game-catalog-wrapper .wlc-game-thumb-buttons {
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: .5rem
}

.wlc-tournament-page-info__games .wlc-game-catalog__games .wlc-game-catalog-wrapper .wlc-game-thumb-buttons .wlc-wrp {
  margin-bottom: 0;
  margin-right: 0
}

.wlc-tournament-page-info__games .wlc-game-catalog__games .wlc-game-catalog-wrapper .wlc-btn {
  min-height: 20px
}

.wlc-tournament-page-info__games .wlc-game-catalog__games .wlc-game-catalog-wrapper .wlc-btn.wlc-btn_size-xsmall {
  font-size: 1.2rem !important;
  line-height: 25px !important;
  min-height: 25px;
  padding: 0 15px
}

.wlc-tournament-page-info__games .wlc-game-catalog__more {
  margin: 25px 0 0
}

.wlc-tournament-page-info__games .wlc-game-catalog__more .wlc-btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 25px !important;
  min-width: 90px;
  height: 35px;
  font-size: 1.4rem !important;
  font-weight: 600 !important;
  line-height: 35px !important;
  text-transform: uppercase
}

.wlc-tournament-page-info__rules {
  max-width: 543px;
  width: 100%;
  margin: 37px auto 0;
  text-align: center
}

.wlc-tournament-page-info__rules .rules__title {
  font-size: 24px;
  color: #fff;
  text-align: center;
  margin: 0 0 30px;
  font-weight: 700
}

.wlc-tournament-page-info__rules .rules__description {
  margin: 0 0 30px;
  font-size: 14px;
  color: #fff;
  padding: 0 20px
}

.wlc-tournament-page-info__rules .rules__keep {
  text-align: left;
  font-size: 14px;
  color: #e7e1cc;
  padding: 0 15px
}

.wlc-tournament-page-info__rules .rules__keep-title {
  display: block;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  margin: 0 0 20px
}

.wlc-tournament-page-info__prize {
  margin: 0 0 70px
}

.wlc-tournament-page-info__item-countdown {
  margin: 35px 0
}

.wlc-tournament-leaderboard {
  padding: 40px 0 0
}

.wlc-tournaments-slider__content .wlc-tournament-leaderboard {
  padding-top: 0
}

.wlc-tournament-prizeboard {
  background: #000;
  text-align: center
}

.wlc-tournament-prizeboard .wlc-btn {
  margin-top: 20px
}

.wlc-tournament-card__leaderboard .wlc-tournament-prizeboard {
  background: 0 0;
  padding: 0
}

.wlc-tournament-winners {
  max-width: 477px;
  margin: 0 auto 65px
}

.wlc-tournaments-slider__content .wlc-tournament-winners {
  margin: 0 auto 20px
}

.wlc-tournament-winners__head-title {
  font-size: 24px;
  color: #fff;
  font-weight: 700
}

.wlc-messages-notify .notification:after,
.wlc-tournaments-slider__content .wlc-tournament-winners__head-title {
  display: none
}

.wlc-tournament-winners__table {
  padding: 0 20px
}

.wlc-tournaments-slider__content .wlc-tournament-winners__table {
  padding: 0
}

.wlc-tournament-winners__row {
  margin: 0;
  color: #fff
}

.wlc-tournament-winners__row--active {
  background: #f2592a;
  border-radius: 15px;
  color: #000;
  font-weight: 700
}

.wlc-tournament-winners__row-table-head {
  font-size: 13px;
  color: #fff;
  margin: 0 15px 5px
}

.wlc-tournament-winners__list {
  border-radius: 15px;
  background: #404041;
  padding: 15px;
  margin: 0;
  overflow: hidden
}

.wlc-tournaments-slider__content .wlc-tournament-winners__list {
  padding: 0 10px
}

@media all and (max-width: 360px) {
  .wlc-tournament-winners__list {
    padding: 5px
  }
}

.wlc-tournament-winners__list .wlc-tournament-winners__row {
  position: relative;
  padding-bottom: 5px;
  padding-top: 5px
}

.wlc-tournament-winners__list .wlc-tournament-winners__row:nth-child(1) {
  color: #f2cf7b
}

.wlc-tournament-winners__list .wlc-tournament-winners__row:nth-child(2) {
  color: #959595
}

.wlc-tournament-winners__list .wlc-tournament-winners__row:nth-child(3) {
  color: #f2592a;
  padding-bottom: 10px
}

.wlc-tournament-winners__list .wlc-tournament-winners__row:nth-child(3):before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 2.6px;
  background: #000
}

.wlc-area option,
.wlc-input option,
.wlc-select option,
.wlc-tournament-winners__list .wlc-tournament-winners__row.wlc-tournament-winners__row--active {
  color: #000
}

.wlc-tournament-winners__list .wlc-tournament-winners__row.wlc-tournament-winners__row--active:nth-child(4) {
  margin-top: 10px
}

.wlc-tournament-winners__cell {
  padding: 0 5px;
  width: 100%
}

.wlc-tournament-winners__cell:first-child {
  width: 22%;
  padding-left: 10px;
  min-width: 65px
}

.wlc-tournament-winners__cell:last-child {
  width: 35%;
  text-align: center;
  padding-right: 10px
}

.wlc-modal_error .wlc-two-factor-auth .wlc-modal__body .body__control {
  max-width: 250px;
  margin: 0 auto
}

.wlc-deposit .wlc-step-deposit-bonuses-item_empty .wlc-step-deposit-bonuses-item__content p,
.wlc-modal_error .wlc-two-factor-auth .wlc-modal__body .body__main-text .login {
  color: #fbb203
}

@media all and (max-width: 900px) {
  .wlc-modal .wlc-profile-transactions-list .wlc-profile-table__cell_note .note {
    display: grid;
    grid-template-columns: 2fr 1fr
  }

  .wlc-modal .wlc-profile-transactions-list .wlc-profile-table__cell_note .note .wlc-profile-table-note {
    text-align: right
  }
}

.wlc-messages-notify {
  position: absolute;
  top: -4px;
  left: 20px
}

.wlc-main-menu__block_nav-mobile .wlc-messages-notify {
  top: 0;
  left: 18px
}

.wlc-messages-notify-btn {
  position: relative;
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #fff;
  background-color: #33ae33;
  border-radius: 50%;
  font-weight: 600
}

.wlc-main-menu__block_nav-mobile .wlc-messages-notify-btn {
  width: 18px;
  height: 18px;
  font-size: 14px;
  font-weight: 400
}

.wlc-messages-notify-btn.notification {
  visibility: visible
}

.wlc-messages .wlc-message {
  padding: 20px 0 50px
}

.wlc-messages .wlc-message__header {
  font-weight: 700;
  background-color: #333;
  padding: 14px;
  color: #fff;
  font-size: 18px
}

.wlc-messages .wlc-message__body {
  margin: 0 0 20px;
  background-color: #fff;
  padding: 14px;
  color: #94989b;
  font-size: 18px
}

.wlc-state__app-profile-messages .wlc-profile-table__row {
  opacity: .5
}

@media all and (max-width: 900px) {
  .wlc-state__app-profile-messages .wlc-profile-table__row:nth-child(odd) {
    padding: 0 !important
  }

  .wlc-state__app-profile-messages .wlc-profile-table__row {
    border-radius: 5px
  }
}

.wlc-state__app-profile-messages .wlc-profile-table__row.wlc-new {
  opacity: 1
}

.wlc-state__app-profile-messages .wlc-profile-table__row.wlc-new .wlc-profile-table__cell_subject {
  position: relative
}

@media all and (min-width: 900px) {
  .wlc-state__app-profile-messages .wlc-profile-table__row.wlc-new .wlc-profile-table__cell_subject:before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: calc(50% - 5px);
    left: 0;
    border-radius: 50%;
    background-color: #33ae33
  }
}

@media all and (max-width: 900px) {
  .wlc-state__app-profile-messages .wlc-profile-table__row.wlc-new .wlc-profile-table__cell_subject_circle {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #33ae33;
    margin-right: 20px
  }

  .wlc-state__app-profile-messages .wlc-profile-table__row.wlc-new .wlc-profile-table__cell-content {
    font-weight: 700
  }

  .wlc-state__app-profile-messages .wlc-profile-table__cell_num.wlc-profile-table__cell {
    border-radius: 5px 5px 0 0 !important
  }

  .wlc-state__app-profile-messages .wlc-profile-table__cell_detail.wlc-profile-table__cell {
    border-radius: 0 0 5px 5px !important
  }
}

.wlc-state__app-profile-messages .wlc-profile-table__cell_detail__button {
  background-color: #fff;
  color: #000;
  padding: 3px 16px;
  border-radius: 4px;
  font-weight: 800;
  line-height: 1.1
}

@media all and (max-width: 900px) {
  .wlc-state__app-profile-messages .wlc-profile-table__cell_detail__button {
    border-radius: 0
  }

  .wlc-state__app-profile-messages .wlc-profile-table__cell-content {
    font-weight: 700;
    padding: 4px
  }

  .wlc-state__app-profile-messages .wlc-profile-table__cell-content .wlc-profile-table-detail {
    width: 100%
  }

  .wlc-state__app-profile-messages .wlc-profile-table__cell-content .wlc-profile-table-detail button {
    width: 100%;
    min-height: 26px;
    border-radius: 2px
  }

  .wlc-state__app-profile-messages .wlc-profile-table__cell {
    padding: 0 !important;
    min-height: auto !important
  }

  .wlc-state__app-profile-messages .wlc-profile-table__cell.wlc-profile-table__cell_num {
    background-color: #151414 !important;
    padding: 0 !important
  }

  .wlc-message-open {
    opacity: 1 !important
  }
}

.wlc-message-open .wlc-profile-table__cell_detail__button {
  outline: 1px solid #000
}

@media all and (max-width: 900px) {
  .wlc-message-open .wlc-profile-table__cell_detail__button {
    outline: 0
  }
}

.wlc-cashback .wlc-profile-cashback .cashback__timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 270px;
  background-color: #312e2d;
  border-radius: 10px;
  margin-top: 20px;
  padding: 10px
}

.wlc-cashback .wlc-profile-cashback .cashback__timer-texts {
  margin: auto
}

.wlc-cashback .wlc-profile-cashback__not-available {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 488px;
  height: 40px;
  background: #2c2210;
  color: #fcb203;
  padding: 10px;
  border-radius: 5px
}

.wlc-cashback .wlc-profile-cashback__get-cashback {
  margin: 20px auto 10px;
  background: #33ae33;
  color: #fff;
  font-weight: 700
}

.wlc-cashback .wlc-profile-cashback__get-cashback.wlc-btn[disabled] {
  background: #33ae33 !important;
  opacity: .6;
  cursor: not-allowed
}

.wlc-cashback .wlc-profile-cashback__get-cashback.wlc-btn:hover {
  color: #fff !important
}

.wlc-cashback .wlc-profile-cashback-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.wlc-cashback .wlc-profile-cashback-filter__field {
  margin-right: 20px
}

@media all and (max-width: 640px) {
  .wlc-cashback .wlc-profile-cashback-filter__field {
    width: 100%;
    margin: 0
  }
}

.modal-content .wlc-cashback .wlc-profile-cashback__rules {
  color: #fff !important;
  display: inline-block;
  margin-bottom: 20px;
  font-size: 13px;
  border-bottom: 1px solid #000;
  -webkit-transition: border-color .4s ease-out;
  transition: border-color .4s ease-out
}

.modal-content .wlc-cashback .wlc-profile-cashback__rules:hover {
  border-color: #8e7145
}

.wlc-cashback .wlc-profile-cashback__loader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.wlc-round__loader {
  margin: 0 10px
}

h1 {
  color: #fff;
  font-size: 18px
}

.wlc-home-catalog>.container {
  width: 100%;
  max-width: 100%
}

@media all and (max-width: 480px) {
  .wlc-home-catalog>.container>.row {
    margin: 0
  }
}

.modal-dialog {
  width: 600px;
  max-width: 600px
}

@media all and (max-width: 900px) {
  .modal-dialog {
    width: 100%
  }
}

.container-fluid.wlc-profile,
.container-fluid.wlc-profile .container {
  width: 100%;
  max-width: 1390px
}

.wlc-input,
.wlc-select {
  padding: 0 10px
}

.wlc-area,
.wlc-input,
.wlc-select {
  border-bottom: 1px solid
}

.wlc-area:focus,
.wlc-input:focus,
.wlc-select:focus {
  border-bottom: 1px solid
}

.wlc-area.ng-not-empty,
.wlc-input.ng-not-empty,
.wlc-select.ng-not-empty {
  border-color: #fbb203
}

.wlc-area.wlc-input_error,
.wlc-input.wlc-input_error,
.wlc-select.wlc-input_error {
  color: #000;
  border: 2px solid red;
  -webkit-transition: none;
  transition: none
}

.wlc-area:disabled,
.wlc-input:disabled,
.wlc-select:disabled {
  color: #bababa;
  -webkit-text-fill-color: #bababa;
  background: unset;
  border: unset;
  border-bottom: 1px solid #3a3835
}

.form-control-errors {
  font-size: 14px;
  text-align: left;
  margin-top: 3px
}

.wlc-password-with-eye svg {
  width: 18px;
  height: 12px;
  right: 10px
}

.wlc-label {
  text-align: left;
  margin: 0 0 5px
}

.wlc-application,
.wlc-application__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh
}

.wlc-btn,
.wlc-btn_link {
  line-height: unset;
  font-size: 14px
}

.wlc-btn,
.wlc-btn_link,
.wlc-btn_submit {
  color: #000;
  text-transform: uppercase;
  background: #fbb203;
  border-radius: 5px;
  padding: 8px 30px !important
}

@media (hover: hover) {

  .wlc-btn:hover,
  .wlc-btn_link:hover,
  .wlc-btn_submit:hover {
    color: #000 !important;
    background: #fbb203 !important;
    border-color: #fff !important;
    -webkit-transition: all .4s;
    transition: all .4s
  }
}

.wlc-game-thumb-buttons .wlc-btn,
.wlc-game-thumb-buttons .wlc-btn_link,
.wlc-game-thumb-buttons .wlc-btn_submit {
  min-width: 115px !important
}

.wlc-modal_error .wlc-btn {
  color: #000;
  background: unset;
  border: 2px solid #000
}

.wlc-modal_error .wlc-btn_link,
.wlc-modal_error .wlc-btn_submit {
  color: #000;
  background: unset;
  border: 2px solid #000;
  padding: 7px 70px !important
}

.wlc-modal_error .wlc-btn:hover,
.wlc-modal_error .wlc-btn_link:hover,
.wlc-modal_error .wlc-btn_submit:hover {
  color: #fff;
  background: #33ae33;
  border: 2px solid #33ae33
}

.wlc-modal_password-recovery .wlc-btn,
.wlc-modal_password-recovery .wlc-btn_link,
.wlc-modal_password-recovery .wlc-btn_submit {
  padding: 7px 70px !important
}

.wlc-step-deposit-bonuses-list.wlc-bonuses-select {
  padding: 0 20px
}

@media all and (max-width: 560px) {
  .wlc-step-deposit-bonuses-list.wlc-bonuses-select {
    padding: 0 5px
  }
}

.wlc-button.wlc-button_bonuses {
  height: 60px;
  border: 2px solid #b2b2b2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 14px;
  position: relative;
  border-radius: 10px;
  width: 50%;
  margin: 0 0 14px;
  cursor: pointer
}

@media all and (max-width: 720px) {
  .wlc-button.wlc-button_bonuses {
    width: 100%
  }
}

.wlc-button.wlc-button_bonuses span {
  color: #fff;
  width: 90%
}

.wlc-button.wlc-button_bonuses:after,
.wlc-deposit .wls-steps-deposit-system-nonempty .wls-steps-deposit-system__title:after,
.wlc-withdraw .wls-steps-deposit-system-nonempty .wls-steps-deposit-system__title:after {
  position: absolute;
  width: 16px;
  height: 8px;
  right: 20px;
  background: url(/static/images/icon-down-arrow.svg) no-repeat;
  content: ""
}

.wlc-btn_size-large,
.wlc-btn_size-small,
.wlc-btn_size-xlarge,
.wlc-btn_size-xsmall,
.wlc-btn_size-xxlarge {
  font-size: 10px;
  font-weight: 700;
  line-height: normal;
  padding: 10px 30px !important
}

.wlc-btn_login {
  font-size: 13px;
  font-weight: 500;
  color: #000;
  background: #fff;
  border: 2px solid #fff;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  padding: 8px 30px !important
}

@media all and (max-width: 480px) {
  .wlc-btn_login {
    font-size: 11px;
    padding: 5px 20px !important
  }
}

.wlc-btn_login:hover {
  background: #fbb203;
  border: 2px solid #fbb203
}

.wlc-btn_signup {
  font-size: 13px;
  font-weight: 500;
  color: #fff !important;
  background: #33ae33 !important;
  border: 2px solid #33ae33 !important;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  padding: 8px 30px !important
}

@media all and (max-width: 480px) {
  .wlc-btn_signup {
    font-size: 11px;
    padding: 5px 20px !important
  }

  .wlc-login-buttons .wlc-btn_signup {
    font-size: 11px;
    margin-left: 0
  }
}

.wlc-btn_demo {
  color: #000;
  background: #8493a1;
  border: 2px solid #fff
}

.wlc-btn_submit {
  font-size: 13px;
  font-weight: 700 !important;
  line-height: initial;
  text-shadow: unset
}

.wlc-btn_submit:disabled {
  text-shadow: unset;
  color: #000 !important;
  border: 2px solid #fff !important;
  background: #fff !important
}

.wlc-bonuses-promo-code-form .wlc-btn_submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.wlc-deposit-error {
  margin-bottom: 15px
}

.wlc-deposit-error .wlc-btn_size-xlarge {
  font-size: 13px
}

.wlc-form_login .wlc-form__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 15px
}

.wlc-form_login .wlc-form-block_submit {
  margin-bottom: 0
}

.wlc-form_login .wlc-btn_submit {
  padding: 10px 30px !important
}

.wlc-form_login .wlc-btn_link:hover {
  background: initial !important;
  color: #acacac !important;
  border: initial !important
}

.wlc-btn_play {
  border: 1px solid #fbb203
}

.wlc-smart-userinfo__get-cashback {
  background: #33ae33 !important;
  color: #fff
}

.modal,
.wlc-game-catalog__title>div,
.wlc-game-catalog__title>div>div {
  height: 100%
}

.modal-dialog.modal-sm .modal-content .wlc-modal__body .wlc-modal-step-systems-list .wlc-scroll-container .swiper-scrollbar {
  opacity: 0
}

.modal-content .wlc-modal__body .wlc-modal-step-systems-item__additional,
.wls-steps-deposit-system__additional {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.modal-content .wlc-modal__body .wlc-modal-step-systems-item__additional .wlc-profile-payment-fields-item:nth-child(3) {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3
}

.wls-steps-deposit-system__additional .wls-steps-deposit-system-additional-item:nth-child(1) {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2
}

.wls-steps-deposit-system__additional .wls-steps-deposit-system-additional-item:nth-child(2) {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}

.wls-steps-deposit-system__additional .wlc-step-deposit-systems-additional-link:nth-child(3) {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3
}

.wlc-payment-address-block {
  position: relative;
  margin-top: 1rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.wlc-payment-address-block .wlc-btn_link {
  margin-left: 1rem
}

.wlc-payment-address-block .wlc-btn_link svg {
  width: 24px;
  height: 24px;
  stroke: transparent;
  fill: #fff
}

.wlc-signup-register__wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.wlc-signup-register__wrapper .wlc-content-row--main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.wlc-signup-register__wrapper .wlc-content-row--main>div {
  width: 100%;
  -ms-flex-preferred-size: initial;
  flex-basis: initial
}

.wlc-signup-register__wrapper .wlc-social-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%
}

.wlc-signup-register__wrapper .wlc-social-button {
  background: unset;
  padding: 0
}

.wlc-signup-register__wrapper .wlc-social-button:hover {
  cursor: pointer
}

.wlc-signup-register__wrapper .wlc-signup-form__section-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.wlc-signup-register__wrapper .wlc-signup-form__field-first-name,
.wlc-signup-register__wrapper .wlc-signup-form__field-last-name {
  max-width: calc(50% - 5px)
}

@media all and (max-width: 900px) {

  .wlc-signup-register__wrapper .wlc-signup-form__field-first-name,
  .wlc-signup-register__wrapper .wlc-signup-form__field-last-name {
    padding: 0;
    -ms-flex-preferred-size: initial;
    flex-basis: initial
  }
}

.wlc-signup-register__wrapper .wlc-signup-form__field-phone-code {
  max-width: calc(30% - 5px);
  margin-right: 10px
}

.wlc-signup-register__wrapper .wlc-signup-form__field-phone-number {
  max-width: calc(70% - 5px)
}

.wlc-modal-step-bonuses-list .wlc-modal-step-bonuses-item {
  display: grid;
  grid-template-areas: "checkbox image description" "checkbox image actions";
  grid-template-columns: .4fr .8fr 1.8fr;
  grid-template-rows: 1fr 1fr;
  background: inherit
}

.wlc-modal-step-bonuses-list .wlc-modal-step-bonuses-item .wlc-profile-bonuses-checkbox {
  grid-area: checkbox;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  align-self: center;
  justify-self: center
}

.wlc-modal-step-bonuses-list .wlc-modal-step-bonuses-item .wlc-profile-bonuses-checkbox__label {
  display: block;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.wlc-modal-step-bonuses-list .wlc-modal-step-bonuses-item .wlc-profile-bonuses-checkbox__label .wlc-profile-bonuses-checkbox__input {
  position: absolute;
  display: none;
  opacity: 0;
  height: 0;
  width: 0
}

.wlc-modal-step-bonuses-list .wlc-modal-step-bonuses-item .wlc-profile-bonuses-checkbox__label .checkbox-mark {
  position: relative;
  display: block;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border: 2px solid #fff;
  border-radius: 2px;
  background-color: inherit
}

.wlc-modal-step-bonuses-list .wlc-modal-step-bonuses-item .wlc-profile-bonuses-checkbox__label .checkbox-mark:after {
  content: "";
  position: absolute;
  display: none
}

.wlc-modal-step-bonuses-list .wlc-modal-step-bonuses-item__image {
  grid-area: image;
  width: auto;
  height: 100%
}

.wlc-modal-step-bonuses-list .wlc-modal-step-bonuses-item__description {
  grid-area: description
}

.wlc-modal-step-bonuses-list .wlc-modal-step-bonuses-item__description p {
  display: none;
  opacity: 0
}

.wlc-modal-step-bonuses-list .wlc-modal-step-bonuses-item__actions {
  grid-area: actions;
  padding: 0 15px;
  color: #000
}

.wlc-modal-step-bonuses-list .wlc-modal-step-bonuses-item__actions .wlc-btn {
  background: #fff;
  border-radius: 10px;
  color: inherit;
  text-align: center;
  font-weight: 700;
  padding: 5px
}

.wlc-modal-step-bonuses-list .wlc-modal-step-bonuses-item.wlc-modal-step-bonuses-item_empty {
  grid-template-areas: "checkbox description description" "checkbox description description";
  padding: 20px 15px
}

.wlc-modal-step-bonuses-list .wlc-modal-step-bonuses-item:hover {
  outline: 2px solid #fbb203;
  outline-offset: -2px
}

.wlc-modal-step-bonuses-list .wlc-modal-step-bonuses-item.active {
  border: 2px solid #fbb203
}

.wlc-modal-step-bonuses-list .wlc-modal-step-bonuses-item.active .wlc-profile-bonuses-checkbox__input:checked~.checkbox-mark,
.wlc-profile-payment-checkbox .wlc-profile-payment-checkbox__input:checked+label>span {
  background-color: #fbb203
}

.wlc-modal-step-bonuses-list .wlc-modal-step-bonuses-item.active .wlc-profile-bonuses-checkbox__input:checked~.checkbox-mark:after {
  display: block;
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #000;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.wlc-modal_login-signup .wlc-steps {
  display: none
}

.wlc-modal_error .wlc-modal__body {
  padding: 20px 100px
}

.wlc-modal_error .wlc-modal__footer {
  padding-top: 0
}

.wlc-modal_error .wlc-modal__icon {
  text-align: center;
  margin-bottom: 20px
}

.modal-dialog .wlc-btn_submit {
  background: #fbb203;
  border: #fbb203;
  color: #000;
  padding: 10px 30px !important;
  font-size: 13px
}

#wlc-form-restore .wlc-modal__body {
  padding: 20px 30px 0
}

@media all and (max-width: 1366px) {
  #wlc-form-restore .wlc-form-block {
    margin-bottom: 1.55rem
  }
}

.wlc-form__buttons .wlc-signup-form__field-error-form {
  color: #ff9330;
  padding: 0
}

.wlc-form__buttons .wlc-signup-form__field-error-form span {
  display: inline-block;
  margin-bottom: 5px
}

.wlc-form__buttons .wlc-signup-form__field-error-form .wlc-profile-edit__errors {
  padding: 10px 0
}

.wlc-form-block {
  margin-bottom: 15px
}

.wlc-form-block__restore {
  font-size: 16px;
  margin-bottom: 15px
}

.wlc-form-block__restore #wlc-btn-restore,
.wlc-form-block__restore #wlc-btn-signup {
  text-align: center;
  text-decoration: underline
}

@media all and (max-width: 768px) {
  .wlc-modal-title {
    font-size: 16px
  }
}

.wlc-modal__logout .wlc-modal__body {
  text-align: center
}

@media all and (max-width: 560px) {
  .modal-content {
    border-radius: 10px
  }
}

.modal-content .wlc-form-block_rules a {
  text-decoration: underline
}

.wlc-modal-payments .modal-content {
  overflow: visible
}

.wlc-modal-payments .modal-header {
  overflow: hidden;
  border-radius: 10px 10px 0 0
}

.wlc-modal-payments .modal-md {
  width: 100%
}

.wlc-modal-payments .wlc-tabs-header {
  border-bottom: 1px solid #fff
}

@media all and (max-width: 720px) {
  .wlc-modal-payments .wlc-tabs-header {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}

.wlc-modal-payments .wlc-tabs-header .item {
  border-bottom: 2px solid transparent
}

.wlc-modal-payments .wlc-tabs-header .item__title {
  width: 100%
}

.wlc-modal-payments .wlc-tabs-header .item-active,
.wlc-modal-payments .wlc-tabs-header .item:hover {
  border-bottom: 2px solid #fbb203
}

.wlc-payments-history {
  margin-top: 20px
}

.wlc-payments-history .wlc-tabs-header {
  margin-bottom: 20px
}

.wlc-payments-history .wlc-profile-bet-history__header,
.wlc-profile-transactions-filter,
.wlc-profile-transactions__header {
  display: none
}

.wlc-payments-history .form-control-errors {
  height: 230px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.wlc-deposit .wls-steps-deposit-system-image .deposit-subsystem,
.wlc-withdraw .wls-steps-deposit-system-image .deposit-subsystem {
  padding-right: 3rem
}

.wlc-deposit .wls-steps-deposit-system-nonempty .wls-steps-deposit-system__title,
.wlc-withdraw .wls-steps-deposit-system-nonempty .wls-steps-deposit-system__title {
  position: relative;
  background: #fff
}

.wlc-deposit {
  margin: 0 auto
}

.wlc-deposit .wls-steps-deposit-system-image {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  overflow: hidden
}

.wlc-deposit .wls-steps-deposit-system-image img {
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 50%;
  margin: 0 auto
}

.wlc-deposit .wlc-steps-deposit-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.wlc-deposit .wlc-steps-deposit-content__bonus {
  padding-bottom: 10px;
  background-color: #151211;
  width: 100%;
  max-width: 100%
}

.wlc-deposit .wlc-steps-deposit-content__steps {
  background-color: #151211;
  width: 100%;
  max-width: 100%;
  border-top: 1px solid #fff;
  padding: 0
}

.wlc-deposit .wlc-steps-deposit-content__steps>div {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  padding: 20px
}

@media all and (max-width: 720px) {
  .wlc-deposit .wlc-steps-deposit-content__steps>div {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
  }
}

.wlc-deposit .wlc-steps-deposit-content__steps>div:first-child {
  border-right: 1px solid #fff;
  max-width: 100%
}

@media all and (max-width: 720px) {
  .wlc-deposit .wlc-steps-deposit-content__steps>div:first-child {
    padding-bottom: 10px;
    border-right: none;
    border-bottom: 1px solid #fff
  }
}

.wlc-deposit .wlc-step-deposit-bonuses-list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.wlc-deposit .wlc-step-deposit-bonuses-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  margin-right: 10px;
  margin-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid transparent
}

@media all and (max-width: 560px) {
  .wlc-deposit .wlc-step-deposit-bonuses-item {
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%
  }
}

.wlc-deposit .wlc-step-deposit-bonuses-item__content {
  width: 100%;
  height: 100%;
  margin: 0
}

.wlc-deposit .wlc-step-deposit-bonuses-item__content img {
  width: 100%;
  height: auto
}

.wlc-deposit .wlc-step-deposit-bonuses-item__content p {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #fbb203
}

@media all and (max-width: 720px) {
  .wlc-deposit .wlc-step-deposit-bonuses-item__content p {
    font-size: 14px
  }

  .wlc-deposit .wlc-step-deposit-bonuses-item .wlc-btn {
    font-size: 12px;
    padding-left: 20px !important;
    padding-right: 20px !important
  }
}

@media all and (max-width: 640px) {
  .wlc-deposit .wlc-step-deposit-bonuses-item .wlc-btn {
    font-size: 12px;
    padding-left: 10px !important;
    padding-right: 10px !important
  }
}

@media all and (max-width: 560px) {
  .wlc-deposit .wlc-step-deposit-bonuses-item .wlc-btn {
    padding-left: 5px !important;
    padding-right: 5px !important;
    font-size: 11px
  }
}

@media all and (max-width: 360px) {
  .wlc-deposit .wlc-step-deposit-bonuses-item .wlc-btn {
    padding-left: 3px !important;
    padding-right: 3px !important
  }
}

.wlc-deposit .wlc-step-deposit-bonuses-item.active .wlc-step-deposit-bonuses-item__content,
.wlc-deposit .wlc-step-deposit-bonuses-item_empty .wlc-step-deposit-bonuses-item__content {
  border: 0
}

.wlc-deposit .wlc-step-deposit-bonuses-item.active {
  border: 2px solid #fbb203
}

.wlc-deposit .wlc-step-deposit-block.wlc-step-deposit-block_bonus .wlc-step-deposit-block-step-name,
.wlc-deposit .wlc-step-deposit-block_amount .wlc-step-deposit-block-step-name,
.wlc-deposit .wlc-step-deposit-block_systems .wlc-step-deposit-block-step-name {
  color: #fbb203;
  font-weight: 700
}

.wlc-deposit .wlc-step-deposit-block-title,
.wlc-deposit .wlc-step-deposit-payments .wls-steps-deposit-system-empty .wlc-button_action span {
  color: #fff
}

.wlc-deposit .wlc-step-deposit-block_amount,
.wlc-deposit .wlc-step-deposit-block_systems {
  max-width: 245px;
  margin: 0 auto
}

@media all and (max-width: 720px) {

  .wlc-deposit .wlc-step-deposit-block_amount,
  .wlc-deposit .wlc-step-deposit-block_systems {
    max-width: 100%
  }
}

.wlc-deposit .wlc-step-deposit-block-amount__checkboxes a,
.wlc-deposit .wlc-step-deposit-payments {
  font-size: 16px
}

.wlc-deposit .wlc-step-deposit-payments .wls-steps-deposit-system-empty .wlc-button_action {
  position: relative
}

.wlc-deposit .wlc-step-deposit-payments .wls-steps-deposit-system-empty .wlc-button_action:after,
.wlc-withdraw .wlc-step-withdraw-payments .wls-steps-deposit-system-empty .wlc-button_action:after,
.wlc-withdraw .wlc-step-withdraw-payments .wls-steps-deposit-system-nonempty .wls-steps-withdraw-system__title:after {
  position: absolute;
  width: 16px;
  height: 8px;
  right: 20px;
  background: url(/static/images/icon-down-arrow.svg) no-repeat;
  content: ""
}

.wlc-deposit .wls-steps-deposit-system-desc__item {
  border-bottom: none
}

.wlc-deposit .wls-steps-deposit-system-desc-value {
  text-align: right
}

.wlc-deposit .wlc-step-deposit-block.wlc-step-deposit-block_amount {
  min-height: 40px
}

.wlc-deposit .wlc-step-deposit-block.wlc-step-deposit-block_amount .wlc-step-deposit-block-amount__input {
  margin-bottom: 0
}

.wlc-deposit .wlc-step-deposit-block.wlc-step-deposit-block_amount .wlc-step-deposit-block-amount__input .wlc-profile-payment-form-input__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.wlc-deposit .wlc-step-deposit-block.wlc-step-deposit-block_amount .wlc-step-deposit-block-amount__input .wlc-profile-payment-form-input__description div:nth-child(1),
.wlc-deposit .wlc-step-deposit-block.wlc-step-deposit-block_amount .wlc-step-deposit-block-amount__input .wlc-profile-payment-form-input__description div:nth-child(2) {
  padding: 10px
}

.wlc-deposit .wlc-step-deposit-block-amount__messages {
  display: none;
  opacity: 0;
  width: 0;
  height: 0
}

.wlc-deposit .wlc-step-deposit-block-amount__checkboxes {
  max-width: 245px;
  margin: 25px auto 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.wlc-deposit .wlc-step-deposit-block-amount__checkboxes p {
  text-align: left
}

.wlc-profile-payment-confirm {
  margin-top: 0
}

.wlc-profile-payment-submit {
  margin-top: 0;
  border-top: 0
}

.wlc-profile-payment-submit .wlc-btn_submit:disabled {
  border: 0 !important
}

.wlc-profile-payment-checkbox .wlc-profile-payment-checkbox__input:checked+label>span:before {
  top: 2px;
  left: -1px
}

.wlc-profile-payment-checkbox__label span {
  margin-top: 4px
}

.wlc-modal-step-systems-list .wlc-modal-step-systems-item {
  position: relative;
  min-height: 70px;
  background-color: #151211;
  border-bottom: 1px solid #fff;
  border-top: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.wlc-modal-step-systems-list .wlc-modal-step-systems-item img {
  height: 75%;
  max-width: 150px;
  width: 100%;
  position: absolute;
  max-height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center
}

@media all and (max-width: 560px) {
  .wlc-modal-step-systems-list .wlc-modal-step-systems-item img {
    max-width: 135px
  }
}

@media all and (max-width: 480px) {
  .wlc-modal-step-systems-list .wlc-modal-step-systems-item {
    font-size: 14px
  }
}

.wlc-modal-step-systems-list .wlc-modal-step-systems-item:hover {
  outline: 2px solid #fbb203;
  outline-offset: -1px
}

.wlc-modal-step-systems-list .wlc-modal-step-systems-item:last-child {
  border-bottom: 1px solid #fff
}

.wlc-modal-step-systems-list .wlc-modal-step-systems-item.active,
.wlc-modal-step-systems-list .wlc-modal-step-systems-item.wlc-active {
  border: 2px solid #fbb203;
  margin-top: -1px;
  background: inherit;
  padding-bottom: 15px
}

.wlc-modal-step-systems-list .wlc-modal-step-systems-item__image {
  width: 95%;
  max-width: 200px;
  text-align: center;
  position: relative
}

@media all and (max-width: 560px) {
  .wlc-modal-step-systems-list .wlc-modal-step-systems-item__image {
    max-width: 165px
  }
}

.wlc-modal-step-systems-list .wlc-modal-step-systems-item__image:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 40%;
  background: #fff;
  border-radius: 10px
}

@media all and (max-width: 560px) {
  .wlc-modal-step-systems-list .wlc-modal-step-systems-item__image:before {
    padding-bottom: 60%
  }
}

.wlc-modal-step-systems-list .wlc-modal-step-systems-item__actions {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 85px;
  right: 0;
  top: 20px;
  height: 100%
}

@media all and (max-width: 480px) {
  .wlc-modal-step-systems-list .wlc-modal-step-systems-item__actions {
    width: 55px
  }
}

.wlc-modal-step-systems-list .wlc-modal-step-systems-item__actions .icon-info-tooltip svg {
  fill: #fff
}

.wlc-modal-step-systems-list .wlc-modal-step-systems-item__payment-info {
  margin-left: 20px;
  -ms-flex-preferred-size: 210px;
  flex-basis: 210px
}

.wlc-modal-step-systems-list .wlc-modal-step-systems-item__payment-info .wls-steps-deposit-system-desc-value {
  color: #fbb203;
  margin-top: 5px
}

@media all and (max-width: 640px) {
  .wlc-modal-step-systems-list .wlc-modal-step-systems-item__payment-info {
    margin-left: 10px;
    font-size: 14px;
    -ms-flex-preferred-size: 170px;
    flex-basis: 170px
  }
}

.wlc-withdraw .wlc-steps-withdraw-content__steps {
  background-color: #151211;
  max-width: 100%
}

.wlc-withdraw .wlc-steps-withdraw-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media all and (max-width: 640px) {
  .wlc-withdraw .wlc-steps-withdraw-info {
    font-size: 16px
  }
}

.wlc-withdraw .wlc-steps-withdraw-info__amount,
.wlc-withdraw .wlc-steps-withdraw-info__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media all and (max-width: 480px) {

  .wlc-withdraw .wlc-steps-withdraw-info__amount,
  .wlc-withdraw .wlc-steps-withdraw-info__total {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

.wlc-withdraw .wlc-steps-withdraw-info__amount--title,
.wlc-withdraw .wlc-steps-withdraw-info__total--title {
  margin-right: 10px
}

.wlc-withdraw .wlc-steps-withdraw-info__amount--val,
.wlc-withdraw .wlc-steps-withdraw-info__total--val {
  color: #fbb203
}

.wlc-withdraw .wlc-steps-withdraw-info .wlc-inline-bitcoin__svg {
  fill: #fbb203;
  top: 3%
}

.wlc-withdraw .wlc-steps-withdraw-info__amount {
  margin-right: 40px
}

.wlc-withdraw .wlc-steps-withdraw-content__steps>div {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  padding: 0 20px
}

@media all and (max-width: 720px) {
  .wlc-withdraw .wlc-steps-withdraw-content__steps>div {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
  }
}

.wlc-withdraw .wlc-steps-withdraw-content__steps>div:first-child {
  border-right: 1px solid #fff
}

@media all and (max-width: 720px) {
  .wlc-withdraw .wlc-steps-withdraw-content__steps>div:first-child {
    padding-bottom: 10px;
    border-right: none;
    border-bottom: 1px solid #fff
  }
}

.wlc-withdraw .wlc-step-withdraw-block_amount,
.wlc-withdraw .wlc-step-withdraw-block_systems {
  max-width: 245px;
  margin: 0 auto
}

@media all and (max-width: 720px) {

  .wlc-withdraw .wlc-step-withdraw-block_amount,
  .wlc-withdraw .wlc-step-withdraw-block_systems {
    max-width: 100%
  }
}

.wlc-withdraw .wlc-step-withdraw-block_amount .wlc-step-withdraw-block-step-name,
.wlc-withdraw .wlc-step-withdraw-block_systems .wlc-step-withdraw-block-step-name {
  color: #fbb203;
  font-weight: 700
}

.wlc-withdraw .wlc-step-withdraw-block_amount .wlc-step-withdraw-block-title,
.wlc-withdraw .wlc-step-withdraw-block_systems .wlc-step-withdraw-block-title,
.wlc-withdraw .wlc-step-withdraw-payments .wls-steps-deposit-system-empty .wlc-button_action span {
  color: #fff
}

@media all and (max-width: 720px) {
  .wlc-withdraw .wlc-step-withdraw-block_amount {
    padding-top: 20px
  }
}

.wlc-withdraw .wlc-step-withdraw-block-amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: left;
  -ms-flex-align: left;
  align-items: left
}

.wlc-withdraw .wlc-step-withdraw-block-amount p {
  margin-bottom: 15px
}

.wlc-withdraw .wlc-step-withdraw-block-amount ul li {
  margin-bottom: 1.5rem !important
}

.wlc-withdraw .wlc-step-withdraw-block-amount__input {
  margin-bottom: 0;
  width: 100%
}

.wlc-withdraw .wlc-step-withdraw-block-amount__input .form-control-errors {
  text-align: center
}

.wlc-withdraw .wlc-step-withdraw-block-amount__buttons {
  margin-top: 25px;
  padding-top: 0
}

.wlc-modal__body p,
.wlc-withdraw .wlc-step-withdraw-payments {
  font-size: 16px
}

.wlc-withdraw .wlc-step-withdraw-payments .wls-steps-deposit-system-empty .wlc-button_action,
.wlc-withdraw .wlc-step-withdraw-payments .wls-steps-deposit-system-nonempty .wls-steps-withdraw-system__title {
  position: relative
}

.wlc-withdraw .wlc-profile-payment-form-input__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.wlc-withdraw .wlc-profile-payment-form-input__description div:nth-child(1),
.wlc-withdraw .wlc-profile-payment-form-input__description div:nth-child(2) {
  padding: 10px
}

@media all and (max-width: 900px) {
  .wlc-modal .wlc-profile-transactions-list .wlc-profile-table__cell-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 0;
    height: 100%
  }
}

.wlc-modal .wlc-profile-transactions-list .wlc-profile-table__cell-content .wlc-btn {
  margin-top: 5px
}

@media all and (max-width: 720px) {
  .wlc-modal .wlc-profile-transactions-list .wlc-profile-table__cell_num {
    background-color: #151211 !important
  }
}

@media all and (max-width: 900px) {
  .wlc-modal .wlc-profile-transactions-list .wlc-profile-table__cell_num .wlc-profile-table__cell-content {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  .wlc-modal .wlc-profile-transactions-list .type-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}

@media all and (max-width: 560px) {

  .wlc-modal .wlc-profile-transactions-list .wlc-profile-table__cell_amount,
  .wlc-modal .wlc-profile-transactions-list .wlc-profile-table__cell_time {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
  }

  .wlc-modal .wlc-profile-transactions-list .wlc-profile-table__cell_time .wlc-profile-table__cell-content {
    border-right: none;
    padding-bottom: 5px
  }
}

.wlc-modal .wlc-profile-bet-history-list .wlc-profile-header,
.wlc-modal .wlc-profile-bet-history-list .wlc-profile-table .wlc-profile-table__cell_amount .wlc-profile-table__cell-content span[data-wlc-currency] {
  display: none
}

@media all and (max-width: 900px) {
  .wlc-modal .wlc-profile-bet-history-list .wlc-profile-table .wlc-profile-table__row:nth-child(odd) .wlc-profile-table__cell {
    padding-bottom: 0
  }

  .wlc-modal .wlc-profile-bet-history-list .wlc-profile-table .wlc-profile-table__cell {
    padding-bottom: 0
  }

  .wlc-modal .wlc-profile-bet-history-list .wlc-profile-table .wlc-profile-table__cell-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}

.wlc-modal .wlc-profile-bet-history-list .wlc-profile-table .wlc-profile-table__cell_num {
  background-color: transparent !important
}

@media all and (max-width: 900px) {
  .wlc-modal .wlc-profile-bet-history-list .wlc-profile-table .wlc-profile-table__cell_num .wlc-profile-table__cell-content {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
}

@media all and (max-width: 720px) {

  .wlc-modal .wlc-profile-bet-history-list .wlc-profile-table .wlc-profile-table__cell_amount,
  .wlc-modal .wlc-profile-bet-history-list .wlc-profile-table .wlc-profile-table__cell_time {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
  }

  .wlc-modal .wlc-profile-bet-history-list .wlc-profile-table .wlc-profile-table__cell_time .wlc-profile-table__cell-content {
    border-right: none
  }
}

@media all and (max-width: 900px) {
  .wlc-modal .wlc-profile-bet-history-list .wlc-profile-table .wlc-profile-table__cell_time .wlc-profile-table__cell-content .wlc-profile-table-mobile-label {
    min-width: 60px
  }

  .wlc-modal .wlc-profile-bet-history-list .wlc-profile-table .wlc-profile-table__cell_time .wlc-profile-table__cell-content .wlc-profile-table-time {
    text-align: right
  }

  .wlc-modal .wlc-profile-bet-history-list .wlc-profile-table .wlc-profile-table__cell_amount .wlc-profile-table__cell-content {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }

  .wlc-modal .wlc-profile-bet-history-list .wlc-profile-table .wlc-profile-table__cell_amount .wlc-profile-table__cell-content .wlc-profile-table-mobile-label {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: left
  }
}

@media all and (max-width: 900px) {

  .wlc-modal .wlc-profile-bet-history-list .wlc-profile-table .wlc-profile-table__cell .wlc-profile-table-merchant,
  .wlc-modal .wlc-profile-bet-history-list .wlc-profile-table .wlc-profile-table__cell_game .wlc-profile-table-time {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

.wlc-profile-bet-history-filter {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media all and (max-width: 720px) {
  .wlc-profile-bet-history-filter {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

.wlc-profile-bet-history-filter__date {
  -ms-flex-preferred-size: 65%;
  flex-basis: 65%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media all and (max-width: 720px) {

  .wlc-profile-bet-history-filter__date,
  .wlc-profile-bet-history-filter__merchant {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
  }
}

.wlc-profile-bet-history-filter__btn {
  display: none
}

.wlc-profile-bet-history-filter .wlc-datepicker input {
  background: url(/static/images/icon-date.svg) no-repeat 95% #fff
}

.wlc-modal_deposit-iframe .wlc-modal__header {
  height: 5rem
}

.wlc-modal_deposit-iframe .wlc-modal__body {
  padding: 10px
}

@media all and (max-width: 560px) {
  .wlc-modal_deposit-iframe .wlc-modal__body {
    padding: 0;
    height: calc(100vh - 5rem)
  }
}

.wlc-pep-modal .wlc-pep-form .wlc-modal .wlc-form-block_rules,
.wlc-pep-modal .wlc-pep-form .wlc-modal__body {
  color: #fff
}

.login-signup-dropdown__form {
  right: 0;
  background: #151211;
  top: calc(100% + 10px);
  border-radius: 5px
}

@media all and (max-width: 1366px) {
  .login-signup-dropdown__form {
    -webkit-transform: rotateX(90deg) translateX(50%);
    transform: rotateX(90deg) translateX(50%);
    right: 50%
  }

  .login-signup-dropdown__form--open {
    -webkit-transform: rotateX(0) translateX(50%);
    transform: rotateX(0) translateX(50%)
  }
}

.login-signup-dropdown__form .item-login__content,
.login-signup-dropdown__form .item-signup .wlc-signup-register__wrapper,
.wlc-signup-register__wrapper {
  padding: 10px 20px
}

.login-signup-dropdown__form .wlc-form__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.login-signup-dropdown__form .wlc-form-block {
  margin: 0 0 8px
}

.login-signup-dropdown__form .wlc-social-text {
  width: 100%;
  font-size: 18px;
  margin-bottom: 5px
}

.login-signup-dropdown__form .wlc-social-button {
  width: 32px;
  height: 32px;
  border-width: 0;
  background: unset;
  padding: 0;
  margin: 7px
}

.login-signup-dropdown__form .wlc-social-button__icon {
  width: 100%;
  height: 100%
}

.login-signup-dropdown__form .item-signup .wlc-form-block_grownup p,
.login-signup-dropdown__form .item-signup .wlc-form-block_rules p {
  font-size: 14px;
  color: #acacac
}

.login-signup-dropdown__form .item-signup .wlc-form-checkbox {
  overflow: visible
}

.login-signup-dropdown__form .wlc-tabs-header {
  border-bottom: 1px solid #33ae33
}

.login-signup-dropdown__form .wlc-tabs-header:has(.item-login.item-active) {
  border-bottom-left-radius: 5px
}

.login-signup-dropdown__form .wlc-tabs-header:has(.item-signup.item-active) {
  border-bottom-right-radius: 5px
}

.login-signup-dropdown__form .wlc-tabs-header .item {
  min-height: 45px
}

.login-signup-dropdown__form .wlc-tabs-header .item-active {
  background: #33ae33;
  border-radius: 5px
}

.login-signup-dropdown__form .wlc-tabs-header .item__title {
  color: #fff;
  font-size: 16px;
  font-weight: 700
}

.login-signup-dropdown__form .wlc-btn_link {
  color: #acacac;
  font-size: 14px;
  line-height: normal;
  text-transform: unset;
  text-decoration: underline;
  border: unset;
  background: unset
}

.login-signup-dropdown__form .wlc-btn_link:hover,
.wlc-signup-form__field-done-button a:hover {
  text-decoration: none
}

@media all and (max-width: 480px) {
  .wlc-signup-register__wrapper {
    padding: 10px 0
  }
}

.wlc-signup-register__wrapper .wlc-content-row>.col {
  padding-left: 0
}

.wlc-signup-form__field-done-button {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 8px
}

.wlc-signup-form__field-done-button a {
  display: block;
  font-size: 14px;
  color: #acacac;
  text-decoration: underline;
  margin: 15px
}

.wlc-signup-form__section-social {
  display: none
}

.wlc-modal_pay-for-free .wlc-separator {
  margin-bottom: 15px
}

.wlc-modal_pay-for-free .wlc-form_login {
  margin-top: 15px
}

.wlc-modal_pay-for-free .wlc-form-bottom {
  margin-bottom: 15px
}

.wlc-host-casibom-vip .login-signup-dropdown__form .wlc-tabs-header {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.wlc-header {
  background: unset
}

.wlc-header-main {
  min-height: 65px;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px
}

@media all and (max-width: 1366px) {
  .wlc-header-main {
    padding-top: 10px;
    padding-bottom: 10px
  }
}

.wlc-header-main>.col {
  padding: 0
}

@media all and (max-width: 900px) {
  .wlc-header-main {
    border-top: 0;
    border-bottom: 0;
    min-height: 65px;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
  }
}

.wlc-header-main.wlc-overheight {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media all and (max-width: 1366px) {
  .wlc-header-main.wlc-overheight.wlc-header-right {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
  }
}

@media all and (max-width: 480px) {
  .wlc-header-main.wlc-overheight.wlc-header-right {
    margin-right: 10px
  }
}

@media all and (max-width: 900px) {
  .wlc-header-main .wlc-main-menu__block_right {
    margin-right: 15px
  }
}

@media all and (min-width: 900px) {
  .wlc-header-logo {
    padding: 0
  }
}

@media all and (min-width: 560px) {
  .wlc-header-logo .wlc-logo__image {
    width: 137px;
    max-width: 137px
  }
}

.wlc-header-logo img {
  display: block;
  padding-top: 0;
  max-width: 137px
}

@media all and (max-width: 900px) {
  .wlc-header-logo img {
    max-width: 105px
  }
}

@media all and (max-width: 480px) {
  .wlc-header-logo img {
    max-width: 100px !important
  }
}

.wlc-header-left {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.wlc-header-right {
  padding-right: 0
}

.wlc-logo-wrp,
.wlc-profile .wlc-profile-payment-form-input__input small {
  padding-left: 0
}

.wlc-logo-wrp .logo {
  display: block;
  width: 100px;
  height: 36px;
  font-size: 0
}

.wlc-logo-wrp .logo svg {
  max-width: 100%;
  max-height: 100%
}

.wlc-logo-wrp .logo svg .frame-end,
.wlc-logo-wrp .logo svg .frame-start {
  -webkit-animation-name: logosAnimation;
  animation-name: logosAnimation;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear
}

.wlc-logo-wrp .logo svg .frame-end {
  visibility: hidden;
  -webkit-animation-name: logosAnimation2;
  animation-name: logosAnimation2
}

@media all and (max-width: 480px) {
  .wlc-logo-wrp .logo {
    width: 100px;
    height: 36px
  }
}

@media all and (min-width: 480px) {
  .wlc-logo-wrp .logo {
    width: 105px;
    height: 36px
  }
}

@media all and (min-width: 900px) {
  .wlc-logo-wrp .logo {
    width: 137px;
    height: 42px
  }
}

.wlc-main-menu {
  background: unset;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  text-transform: uppercase
}

.wlc-menu-big,
.wlc-menu-big__item a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.wlc-menu-big__item {
  text-transform: unset;
  height: 36px
}

.wlc-menu-big__item a .active:after,
.wlc-menu-big__item a:after,
.wlc-menu-big__item-mobile {
  display: none
}

@media all and (max-width: 900px) {
  .wlc-menu-big__item-mobile {
    display: block
  }
}

.wlc-menu-big__item a {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  text-shadow: unset;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 5px;
  line-height: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media all and (max-width: 1024px) {
  .wlc-menu-big__item a {
    padding: 0 10px
  }
}

.wlc-menu-big__item a.active,
.wlc-menu-big__item a:hover {
  border: 1px solid #fbb203
}

@media all and (max-width: 900px) {

  .wlc-menu-big__item a.active,
  .wlc-menu-big__item a:hover {
    border: 0
  }
}

.wlc-app__lang-ru .wlc-menu-big__item a .wlc-text {
  font-family: Arial
}

.wlc-promo-banners,
section.wlc-banners .banner-wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

section.wlc-banners .banner-text p,
section.wlc-banners .banner-wrp {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

section.wlc-banners .banner-wrp {
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

section.wlc-banners .text-gradient {
  background: linear-gradient(84.55deg, #fbb203 .27%, #ff6b00 52.83%, #f4a70a 103.12%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase
}

@media all and (max-width: 1024px) {
  section.wlc-banners .text-gradient {
    font-size: 58px
  }
}

@media all and (max-width: 900px) {
  section.wlc-banners .text-gradient {
    font-size: 28px
  }
}

section.wlc-banners .text {
  text-transform: uppercase;
  font-size: 17px
}

@media all and (max-width: 1024px) {
  section.wlc-banners .text {
    font-size: 24px
  }
}

@media all and (max-width: 900px) {
  section.wlc-banners .text {
    font-size: 12px
  }
}

section.wlc-banners .text-banner-undertext {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 200;
  margin-bottom: 20px;
  padding: 0 15px
}

@media all and (max-width: 1024px) {
  section.wlc-banners .text-banner-undertext {
    font-size: 14px
  }
}

@media all and (max-width: 900px) {
  section.wlc-banners .text-banner-undertext {
    font-size: 14px
  }
}

section.wlc-banners .banner-text,
section.wlc-banners .title-lc {
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

section.wlc-banners .title-lc {
  font-weight: 900;
  font-size: calc(36px + 24*(100vw - 360px)/1240);
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 0 34px rgba(0, 0, 0, .9)
}

section.wlc-banners .banner-text {
  max-width: 380px;
  font-size: 45px;
  font-weight: 300;
  position: relative;
  padding: 10px 0;
  margin-bottom: 10px
}

section.wlc-banners .banner-text span {
  display: inline-block
}

section.wlc-banners .banner-text:after,
section.wlc-banners .banner-text:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 4px;
  background: linear-gradient(26.15deg, #f4a70a .27%, #ff6b00 52.83%, #f4a70a 103.12%)
}

section.wlc-banners .banner-text:after {
  top: 0
}

section.wlc-banners .banner-text:before {
  bottom: 0
}

section.wlc-banners .banner-text p {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.wlc-promo-banners {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 20px 15px 0
}

@media all and (max-width: 900px) {
  .wlc-promo-banners {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    overflow-y: hidden
  }
}

@media all and (max-width: 480px) {
  .wlc-promo-banners {
    margin: 20px 0 0
  }
}

@media all and (max-width: 900px) {
  .wlc-promo-banners .wlc-promo-banners_app {
    display: none
  }
}

.wlc-promo-banners_item {
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 17px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-position-y: 0;
  position: relative;
  overflow: hidden;
  border-radius: 10px
}

.wlc-promo-banners_app a:after,
.wlc-promo-banners_app a:before,
.wlc-promo-banners_bonus a:after,
.wlc-promo-banners_bonus a:before,
.wlc-promo-banners_item:after,
.wlc-promo-banners_item:before,
.wlc-promo-banners_sport a:after,
.wlc-promo-banners_sport a:before {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 20px
}

.wlc-promo-banners_item:after {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .1215686275);
  z-index: 1
}

@media all and (max-width: 1024px) {
  .wlc-promo-banners_item {
    min-width: 170px !important;
    min-height: 95px;
    font-size: 18px;
    height: 175px
  }
}

@media all and (max-width: 480px) {
  .wlc-promo-banners_item {
    min-width: unset !important;
    min-height: unset !important;
    width: 100%;
    height: unset
  }

  .wlc-promo-banners_item:after {
    content: "";
    padding-bottom: 100%
  }
}

.wlc-promo-banners_item span {
  text-align: center;
  position: relative;
  z-index: 2;
  background: rgba(0, 0, 0, .7);
  padding: 10px;
  border-radius: 10px
}

.wlc-promo-banners_item:last-child {
  margin-right: unset
}

.wlc-promo-banners_bonus {
  width: 941px;
  color: #000;
  background: url(/static/images/promo/promo-bg-bonus.png) left 0 no-repeat;
  background-size: cover
}

.wlc-promo-banners_bonus span {
  background: rgba(255, 255, 255, .7)
}

@media all and (max-width: 900px) {
  .wlc-promo-banners_bonus {
    width: 100%;
    color: #fff
  }

  .wlc-promo-banners_bonus span {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 5px;
    padding: 5px
  }
}

.wlc-promo-banners_sport {
  width: 430px;
  color: #fbb203;
  background: url(/static/images/promo/promo-bg-sport.png) left 0 no-repeat;
  background-size: cover;
  text-shadow: 0 0 10px #000
}

@media all and (max-width: 900px) {
  .wlc-promo-banners_sport {
    width: 100%
  }
}

.wlc-promo-banners_app {
  width: 430px;
  background: url(/static/images/promo/promo-bg-app.png) left 0 no-repeat;
  background-size: cover;
  text-shadow: 0 0 6px #000
}

.wlc-promo-banners_app a,
.wlc-promo-banners_bonus a,
.wlc-promo-banners_sport a {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 15px
}

.wlc-game-catalog__button {
  display: none
}

@media all and (max-width: 900px) {
  .wlc-game-catalog__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

.wlc-game-catalog__button .wlc-game-catalog__title-link,
.wlc-loyalty-levels-more a {
  font-size: 14px;
  color: #000;
  background: #fbb203;
  border: 2px solid #fbb203;
  border-radius: 5px;
  padding: 8px 15px;
  text-transform: uppercase
}

.wlc-home-catalog.wlc-main-content-section>.container>.row {
  margin: 0
}

.wlc-game-catalog__grid {
  grid-template-columns: repeat(6, 1fr [item]);
  grid-gap: 10px;
  display: grid;
  width: 100%
}

@media all and (max-width: 1366px) {
  .wlc-game-catalog__grid {
    grid-template-columns: repeat(5, 1fr [item])
  }
}

@media all and (max-width: 1200px) {
  .wlc-game-catalog__grid {
    grid-template-columns: repeat(4, 1fr [item])
  }
}

@media all and (max-width: 1024px) {
  .wlc-game-catalog__grid {
    grid-template-columns: repeat(3, 1fr [item])
  }
}

@media all and (max-width: 768px) {
  .wlc-game-catalog__grid {
    grid-template-columns: repeat(3, 1fr [item])
  }
}

@media all and (max-width: 560px) {
  .wlc-game-catalog__grid {
    grid-template-columns: repeat(3, 1fr [item])
  }
}

.wlc-game-catalog__wrp {
  display: grid;
  grid-template-columns: 200px 1fr;
  grid-gap: 30px;
  background-color: #1c1a19;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 0
}

@media all and (max-width: 900px) {
  .wlc-game-catalog__wrp {
    grid-template-columns: 1fr
  }

  .wlc-game-catalog__wrp .wlc-game-catalog__title {
    background: 0 0 !important;
    padding: 0;
    font-size: 16px
  }
}

.wlc-game-catalog__title,
.wlc-game-catalog__title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around
}

.wlc-game-catalog__title {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 25px;
  margin-bottom: 0;
  border-radius: 10px
}

.wlc-game-catalog__title-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%
}

.wlc-application__catalog .wlc-game-catalog__title {
  display: none
}

.wlc-game-catalog__popular .wlc-game-catalog__title {
  background: url(/static/images/catalog/title-popular-bg.png) left top 50% no-repeat;
  background-size: cover
}

.wlc-game-catalog__live .wlc-game-catalog__title {
  background: url(/static/images/catalog/title-live-bg.png) left top 50% no-repeat;
  background-size: cover
}

.wlc-game-catalog__title .wlc-game-catalog__title-link {
  color: #000;
  font-size: 10px;
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  padding: 7px 10px;
  margin: 0 auto;
  min-width: 110px;
  min-height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media all and (max-width: 900px) {
  .wlc-game-catalog__title .wlc-game-catalog__title-link {
    display: none
  }
}

.wlc-main-menu {
  margin-right: 0;
  margin-left: 0
}

.wlc-application_auth .wlc-main-menu__block_nav-mobile.wlc-main-menu__block_right {
  -ms-flex-preferred-size: 0;
  flex-basis: 0
}

.wlc-loyalty-levels-more a {
  font-size: 16px;
  padding: 10px 30px;
  font-weight: 400
}

.wlc-language-list__item a:hover,
.wlc-loyalty-levels-more a:hover {
  background: #fbb203
}

.wlc-game-catalog__popular {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.wlc-game-catalog__live {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.wlc-game-thumb {
  position: relative;
  background: #1c1a19;
  border-radius: 10px;
  -webkit-box-shadow: none;
  box-shadow: none
}

.wlc-wrp>.wlc-game-thumb {
  margin: 0
}

.wlc-game-thumb .wlc-game-thumb__image {
  clip-path: inset(0 0 round 10px)
}

.wlc-game-thumb .wlc-game-thumb__image .wlc-image-placeholder {
  padding-top: 78%
}

.wlc-game-thumb .wlc-game-thumb__image img {
  -webkit-transition: all .4s;
  transition: all .4s
}

.wlc-game-thumb-buttons__icons {
  height: 40px;
  width: 40px;
  background-color: #8793a0;
  border-radius: 10px;
  position: relative;
  cursor: pointer
}

.wlc-game-thumb-buttons__icons svg {
  position: absolute;
  top: calc(50% - 11px);
  left: calc(50% - 13px);
  z-index: 3
}

.wlc-game-thumb .wlc-game-thumb__footer {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  margin: 0;
  border-radius: 10px
}

.wlc-mobile .wlc-game-thumb .wlc-game-thumb__footer {
  display: none !important
}

.wlc-game-thumb .wlc-game-thumb__footer,
.wlc-game-thumb .wlc-game-thumb__footer .wlc-game-thumb-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.wlc-game-thumb .wlc-game-thumb__footer .wlc-game-thumb-title {
  margin: 0 auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto
}

@media all and (max-width: 900px) {
  .wlc-game-thumb .wlc-game-thumb__footer .wlc-game-thumb-title {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

.wlc-game-thumb .wlc-game-thumb__footer .wlc-game-thumb-title .wlc-game-thumb-title__name {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  top: 10px
}

@media (hover: hover) {
  .wlc-game-thumb:hover .wlc-game-thumb__image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }

  .wlc-game-thumb:hover .wlc-game-thumb__footer {
    background-color: rgba(28, 26, 25, .85);
    border-radius: 10px;
    opacity: 1;
    visibility: visible
  }
}

.wlc-game-thumb-buttons {
  padding: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 20px
}

.wlc-game-thumb-buttons__icons.wlc-active {
  background-color: #f0b53f
}

.wlc-game-thumb-buttons.no-demo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.wlc-game-thumb-buttons .wlc-wrp {
  margin: 0
}

.wlc-game-thumb-buttons .wlc-wrp .wlc-btn {
  min-width: auto !important;
  border: 0;
  width: auto;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 10px !important;
  font-size: 11px;
  border-radius: 6px;
  text-align: center
}

.wlc-game-thumb-buttons .wlc-wrp.wlc-game-thumb-buttons__icons {
  position: absolute;
  top: -85px;
  right: 5px
}

.wlc-game-thumb-buttons .wlc-wrp.wlc-game-thumb-buttons__icons .wlc-svg-icon_favourite {
  stroke: #151211;
  fill: #151211
}

.wlc-custom-menu .wlc-active svg circle,
.wlc-custom-menu .wlc-active svg path,
.wlc-custom-menu__link:hover svg circle,
.wlc-custom-menu__link:hover svg path,
.wlc-game-thumb-buttons .wlc-wrp.wlc-game-thumb-buttons__icons .wlc-svg-icon_favourite:hover {
  fill: #fbb203
}

.wlc-favourites.wlc-active .wlc-game-thumb-buttons__icons {
  background-color: #f0b53f
}

.wlc-landscape,
.wlc-modal-game-preplay {
  padding-bottom: 15px
}

.wlc-landscape .wlc-game-image-wrp,
.wlc-modal-game-preplay .wlc-game-image-wrp {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse
}

@media all and (max-width: 560px) {

  .wlc-landscape .wlc-game-image-wrp,
  .wlc-modal-game-preplay .wlc-game-image-wrp {
    padding-bottom: 0 !important
  }

  .wlc-landscape .wlc-game-image-wrp__title,
  .wlc-modal-game-preplay .wlc-game-image-wrp__title {
    padding-top: 45px
  }
}

.wlc-landscape .wlc-game-image-wrp__title,
.wlc-modal-game-preplay .wlc-game-image-wrp__title {
  text-align: center;
  color: #fff;
  font-size: 1.8rem
}

@media all and (max-width: 560px) {

  .wlc-landscape,
  .wlc-modal-game-preplay {
    height: 100vh
  }

  .wlc-landscape .wlc-modal__body,
  .wlc-modal-game-preplay .wlc-modal__body {
    padding-bottom: 0 !important
  }

  .wlc-landscape .wlc-modal__footer,
  .wlc-modal-game-preplay .wlc-modal__footer {
    padding: 15px 30px
  }
}

.wlc-modal-game-preplay .wlc-favourites {
  position: absolute;
  top: 10px;
  left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.wlc-modal-game-preplay .wlc-favourites span {
  margin-left: 10px;
  color: #fff;
  font-weight: 700
}

section.wlc-footer {
  margin-top: auto
}

.wlc-footer {
  color: #fff;
  background: #1c1a19;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 20px
}

.wlc-state__app-home .wlc-footer,
[class*=wlc-state__app-catalog] .wlc-footer {
  margin-top: 0
}

@media all and (max-width: 900px) {
  .wlc-footer {
    padding-bottom: 80px
  }
}

.wlc-footer-left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 15%;
  flex: 0 0 15%;
  max-width: 15%
}

@media all and (max-width: 900px) {
  .wlc-footer-left {
    display: none !important
  }
}

.wlc-footer-left .wlc-logo-wrp img {
  max-width: 157px
}

.wlc-footer-right {
  max-width: 80%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media all and (max-width: 900px) {
  .wlc-footer-right {
    min-width: 100%
  }
}

.wlc-footer-left,
.wlc-footer-right {
  padding-top: 0
}

.wlc-footer-info {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%
}

@media all and (max-width: 900px) {
  .wlc-footer-info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }

  .wlc-footer-info__block {
    min-width: 100%
  }
}

.wlc-footer-info__lang-selector,
section.wlc-banners-home .swiper-pagination-bullet:hover {
  cursor: pointer
}

@media all and (max-width: 900px) {
  .wlc-footer-info__lang-selector {
    display: none
  }
}

.wlc-footer-info .wlc-footer-info-title {
  color: #fbb203;
  border-bottom: 2px solid #fbb203;
  margin-bottom: 20px
}

.wlc-footer-info__block_legal {
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  margin-right: 15px
}

@media all and (max-width: 900px) {
  .wlc-footer-info__block_legal {
    display: none
  }
}

.wlc-footer-info__block_about-us {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%
}

@media all and (max-width: 900px) {
  .wlc-footer-info__block_about-us {
    display: none
  }
}

.wlc-footer-info__block_license-lang {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.wlc-footer-info-list-wrapper {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.wlc-footer-info .wlc-footer-info-list {
  margin-right: 15px
}

.wlc-footer-info .wlc-footer-info-list .wlc-footer-info-list__item {
  margin-bottom: 15px
}

.wlc-footer-info .wlc-footer-info-list .wlc-footer-info-list__item a {
  color: #fff;
  font-size: 16px
}

.wlc-footer-info .wlc-footer-info-list .wlc-footer-info-list__item_info-turkey {
  display: none
}

.wlc-footer-disclaimer-text {
  padding-bottom: 20px
}

.wlc-footer-disclaimer-text__content {
  color: #8493a1;
  font-size: 10px
}

@media all and (max-width: 900px) {
  .wlc-footer-disclaimer-text__content {
    text-align: center
  }
}

.wlc-footer-copyright {
  color: #fff;
  padding-bottom: 0
}

@media all and (max-width: 900px) {
  .wlc-footer-copyright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
  }
}

.wlc-footer-copyright span {
  font-size: 10px
}

.wlc-footer-copyright a {
  color: #009af1;
  font-size: 10px
}

.wlc-footer-copyright .wlc-flex-grow,
.wlc-footer-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media all and (max-width: 900px) {
  .wlc-footer-copyright .wlc-flex-grow {
    display: block;
    margin-bottom: 20px
  }
}

.wlc-footer-copyright .wlc-flex-grow p,
.wlc-licence>div {
  margin-right: 10px
}

.wlc-footer-main__top .wlc-footer-payments {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 65px));
  padding-bottom: 20px;
  padding-top: 20px;
  gap: 35px
}

@media all and (max-width: 900px) {
  .wlc-footer-main__top .wlc-footer-payments {
    grid-template-columns: repeat(5, minmax(0, 75px));
    gap: 15px
  }
}

.wlc-footer-main__top .wlc-footer-payments .wlc-svg-block {
  display: none;
  padding: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0
}

.wlc-footer-main__top .wlc-footer-payments .wlc-svg-block svg {
  max-width: 100px;
  fill: #fff
}

.wlc-app__lang-pt .wlc-footer-main__top .wlc-footer-payments .wlc-svg-block_apcopay-multibanco,
.wlc-app__lang-pt .wlc-footer-main__top .wlc-footer-payments .wlc-svg-block_mbway,
.wlc-app__lang-pt .wlc-footer-main__top .wlc-footer-payments .wlc-svg-block_neteller,
.wlc-app__lang-pt .wlc-footer-main__top .wlc-footer-payments .wlc-svg-block_payz,
.wlc-app__lang-pt .wlc-footer-main__top .wlc-footer-payments .wlc-svg-block_skrill,
.wlc-app__lang-tr .wlc-footer-main__top .wlc-footer-payments .wlc-svg-block_banka-havalesi,
.wlc-app__lang-tr .wlc-footer-main__top .wlc-footer-payments .wlc-svg-block_bitcoin,
.wlc-app__lang-tr .wlc-footer-main__top .wlc-footer-payments .wlc-svg-block_ethereum,
.wlc-app__lang-tr .wlc-footer-main__top .wlc-footer-payments .wlc-svg-block_hayhay,
.wlc-app__lang-tr .wlc-footer-main__top .wlc-footer-payments .wlc-svg-block_litecoin,
.wlc-app__lang-tr .wlc-footer-main__top .wlc-footer-payments .wlc-svg-block_papara,
.wlc-app__lang-tr .wlc-footer-main__top .wlc-footer-payments .wlc-svg-block_paycell,
.wlc-app__lang-tr .wlc-footer-main__top .wlc-footer-payments .wlc-svg-block_payco,
.wlc-app__lang-tr .wlc-footer-main__top .wlc-footer-payments .wlc-svg-block_payfix,
.wlc-app__lang-tr .wlc-footer-main__top .wlc-footer-payments .wlc-svg-block_pep,
.wlc-app__lang-tr .wlc-footer-main__top .wlc-footer-payments .wlc-svg-block_super-havale-fast,
.wlc-app__lang-tr .wlc-footer-main__top .wlc-footer-payments .wlc-svg-block_tether-ethereum,
.wlc-app__lang-tr .wlc-footer-main__top .wlc-footer-payments .wlc-svg-block_tether-tron,
.wlc-app__lang-tr.wlc-mobile .wlc-footer-main__top .wlc-footer-payments .wlc-svg-block_paypay,
.wlc-app__lang-tr.wlc-mobile .wlc-footer-main__top .wlc-footer-payments .wlc-svg-block_starcreditc {
  display: block
}

.wlc-footer-main__top-upper .wlc-static-text {
  padding: 0 0 3rem
}

.wlc-footer-main {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.wlc-footer-main .container {
  width: 1390px
}

@media all and (max-width: 900px) {
  .wlc-footer-main .wlc-footer-main__top-upper {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
  }

  .wlc-footer-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }
}

.wlc-footer-main .wlc-footer-main__middle {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}

.wlc-footer-main .wlc-footer-main__middle-top {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3
}

.wlc-footer-main .wlc-footer-main__top {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2
}

.wlc-footer-main .wlc-merchants-list .wlc-wrp_all {
  display: grid;
  gap: 35px;
  grid-template-columns: repeat(auto-fit, minmax(0, 65px))
}

@media all and (max-width: 900px) {
  .wlc-footer-main .wlc-merchants-list .wlc-wrp_all {
    grid-template-columns: repeat(5, minmax(0, 75px));
    gap: 15px
  }
}

.wlc-footer-main .wlc-merchants-list .wlc-wrp_all .wlc-svg-block {
  -ms-flex-preferred-size: unset;
  flex-basis: unset;
  max-width: unset;
  padding: 0
}

.wlc-footer-main .wlc-merchants-list .wlc-wrp_all .wlc-svg-block svg {
  fill: #bababa
}

.wlc-footer-main .footer-info {
  max-width: 300px;
  padding: 0 15px 15px
}

.wlc-footer-main .footer-info__contacts-item,
.wlc-footer-main .footer-info__logo {
  margin-bottom: 15px
}

.wlc-footer-main .footer-info__logo img {
  display: block;
  margin: 0 auto
}

.wlc-footer-main .footer-info__contacts-title {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 5px;
  opacity: .5;
  color: #8493a1;
  font-weight: 700
}

.wlc-footer-main .footer-info__contacts-link {
  font-size: 14px;
  color: #fbb203
}

.wlc-licence>div:last-child {
  margin-right: 10px
}

.wlc-app__lang-tr .wlc-footer-info .wlc-footer-info-list .wlc-footer-info-list__item_info-turkey {
  display: list-item
}

@media all and (max-width: 900px) {
  .wlc-loyalty-levels {
    display: none
  }
}

.wlc-language_ru .wlc-loyalty-levels-wrapper .name {
  font-size: 20px
}

@media all and (max-width: 900px) {
  .wlc-loyalty-levels {
    padding: 0
  }
}

@media all and (max-width: 1200px) {
  .wlc-loyalty-levels-body {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

@media all and (max-width: 480px) {
  .wlc-loyalty-levels-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}

.wlc-loyalty-levels-body__item {
  display: initial
}

@media all and (max-width: 900px) {
  .wlc-loyalty-levels-body__item {
    margin-bottom: 40px;
    max-width: 265px
  }
}

.wlc-loyalty-levels-body__item:hover {
  background-color: unset
}

.wlc-loyalty-levels .level {
  font-size: 15px
}

@media all and (max-width: 1366px) {
  .wlc-loyalty-levels .level {
    font-size: 12px
  }
}

@media all and (max-width: 1200px) {
  .wlc-loyalty-levels .level {
    font-size: 14px
  }
}

.wlc-loyalty-levels .level span {
  margin-right: 5px
}

section.wlc-banners-home .swiper-pagination {
  position: absolute;
  bottom: 7px;
  width: 100%
}

@media all and (max-width: 1024px) {
  section.wlc-banners-home .swiper-pagination {
    bottom: 2px
  }
}

@media all and (max-width: 900px) {
  section.wlc-banners-home .swiper-pagination {
    bottom: 2px
  }
}

@media all and (max-width: 768px) {
  section.wlc-banners-home .swiper-pagination {
    display: none
  }
}

section.wlc-banners-home .swiper-pagination-bullet {
  margin-right: 10px;
  border: 1px solid #fff;
  width: 13px;
  height: 13px
}

section.wlc-banners-home .swiper-pagination-bullet-active {
  background-color: #fbb203;
  border: 1px solid #fbb203
}

section.wlc-banners.wlc-banners-catalog .wlc-swiper-container {
  height: 320px
}

@media all and (max-width: 900px) {
  section.wlc-banners.wlc-banners-catalog .wlc-swiper-container {
    height: 175px
  }
}

section.wlc-banners .wlc-swiper-container {
  height: 320px;
  border-radius: 10px
}

@media all and (max-width: 900px) {
  section.wlc-banners .wlc-swiper-container {
    height: 175px
  }
}

section.wlc-banners .swiper-pagination {
  bottom: 6px
}

@media all and (max-width: 900px) {
  section.wlc-banners .swiper-pagination {
    display: none
  }
}

section.wlc-banners .swiper-pagination-bullet {
  height: 13px;
  width: 13px
}

.wlc-banners,
.wlc-top-promo-categories-menu {
  padding: 0 30px
}

@media all and (max-width: 480px) {

  .wlc-banners,
  .wlc-top-promo-categories-menu {
    padding: 0 15px
  }
}

section.wlc-game-catalog {
  padding: 20px 30px 0
}

@media all and (max-width: 480px) {
  section.wlc-game-catalog {
    padding: 20px 15px 0
  }
}

.wlc-game-catalog {
  padding: 0;
  margin: 0
}

.wlc-game-catalog>.container {
  width: 100%;
  max-width: 100%;
  padding: 0
}

.wlc-game-catalog>.container .row {
  margin: 0
}

.wlc-game-catalog>.container .col {
  padding: 0
}

.wlc-game-catalog__games {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: 1fr;
  gap: 10px;
  margin: 0
}

@media all and (max-width: 1024px) {
  .wlc-game-catalog__games {
    grid-template-columns: repeat(4, 1fr)
  }
}

@media all and (max-width: 900px) {
  .wlc-game-catalog__games {
    grid-template-columns: repeat(3, 1fr)
  }
}

@media all and (max-width: 560px) {
  .wlc-game-catalog__games {
    grid-template-columns: repeat(3, 1fr)
  }
}

@media all and (max-width: 360px) {
  .wlc-game-catalog__games {
    grid-template-columns: repeat(2, 1fr)
  }
}

.wlc-game-catalog .wlc-game-catalog-wrapper {
  width: 100%;
  margin-bottom: 0
}

.wlc-game-catalog__more {
  padding: 20px 0
}

.wlc-game-catalog__more .wlc-btn {
  width: auto;
  height: initial;
  font-size: 12px
}

.wlc-game-catalog__more .wlc-btn__icon {
  display: none
}

.wlc-mobile .wlc-game-catalog__more .wlc-btn_third:hover {
  background: #fbb203;
  color: #000
}

.wlc-mobile .wlc-login-buttons .wlc-btn:hover {
  background: #fff;
  color: #000
}

.wlc-mobile .wlc-login-buttons .wlc-btn_login:hover {
  border: 2px solid #fff
}

.wlc-state__app-catalog-casino_jackpots .wlc-catalog-grid {
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: 1fr;
  gap: 10px
}

@media all and (max-width: 1024px) {
  .wlc-state__app-catalog-casino_jackpots .wlc-catalog-grid {
    grid-template-columns: repeat(4, 1fr)
  }
}

@media all and (max-width: 900px) {
  .wlc-state__app-catalog-casino_jackpots .wlc-catalog-grid {
    grid-template-columns: repeat(3, 1fr)
  }
}

@media all and (max-width: 560px) {
  .wlc-state__app-catalog-casino_jackpots .wlc-catalog-grid {
    grid-template-columns: repeat(3, 1fr)
  }
}

@media all and (max-width: 360px) {
  .wlc-state__app-catalog-casino_jackpots .wlc-catalog-grid {
    grid-template-columns: repeat(2, 1fr)
  }
}

.wlc-language-box {
  width: 105px;
  height: 35px;
  border: 2px solid #8493a1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 5px;
  margin-right: 0
}

.wlc-language-box:hover .wlc-language-box-trigger__arrow {
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg)
}

.wlc-language-box-trigger {
  width: 100%;
  height: 100%
}

.wlc-language-box-trigger__lang-code {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  margin-left: 10px
}

.wlc-language-box-trigger__icon {
  width: 100%;
  height: 100%;
  border-radius: 0
}

.wlc-language-box-trigger__arrow {
  stroke: initial;
  height: initial;
  width: initial;
  right: 10px;
  margin-top: 0;
  top: initial
}

.wlc-language-list {
  background: #fbb203;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px)
}

.wlc-main-menu-dropdown .wlc-language-list {
  -webkit-transform: translateY(30px);
  transform: translateY(30px)
}

.wlc-language-list-wrapper {
  bottom: calc(100% + 3px);
  top: unset
}

.wlc-main-menu-dropdown .wlc-language-list-wrapper {
  top: 100%;
  bottom: unset
}

.wlc-nav-icons__item-lang-selector {
  margin: 0;
  height: 100%
}

.wlc-custom-menu__button-next,
.wlc-custom-menu__button-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  width: 30px;
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 1;
  cursor: pointer
}

.wlc-custom-menu__button-next:before,
.wlc-custom-menu__button-prev:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 10px;
  height: 10px;
  -webkit-transition: .3s;
  transition: .3s
}

.wlc-custom-menu__button-next.disabled,
.wlc-custom-menu__button-prev.disabled {
  opacity: 0;
  pointer-events: none
}

@media (hover: hover) {

  .wlc-custom-menu__button-next:hover:before,
  .wlc-custom-menu__button-prev:hover:before {
    border-color: #fbb203
  }
}

@media (hover: none) {

  .wlc-custom-menu__button-next:active:before,
  .wlc-custom-menu__button-prev:active:before {
    border-color: #fbb203
  }
}

.wlc-custom-menu__button-prev {
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#151414), color-stop(70%, rgba(21, 20, 20, .7)), to(rgba(21, 20, 20, 0)));
  background: linear-gradient(90deg, #151414 0, rgba(21, 20, 20, .7) 70%, rgba(21, 20, 20, 0) 100%)
}

.wlc-custom-menu__button-prev:before {
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg)
}

.wlc-custom-menu__button-next {
  right: 0;
  background: -webkit-gradient(linear, right top, left top, from(#151414), color-stop(70%, rgba(21, 20, 20, .7)), to(rgba(21, 20, 20, 0)));
  background: linear-gradient(-90deg, #151414 0, rgba(21, 20, 20, .7) 70%, rgba(21, 20, 20, 0) 100%)
}

.wlc-custom-menu__button-next:before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg)
}

.wlc-custom-menu__item {
  width: auto;
  padding: 0 10px
}

.dashboard-user-info__balances .wlc-drop__dropdown-menu .wlc-drop__menu-item.wlc-cashback .wlc-drop__item-title,
.wlc-custom-menu_dropsandwins {
  display: none
}

.wlc-custom-menu__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* height: 100%; */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  white-space: nowrap;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px
}

@media all and (max-width: 560px) {
  .wlc-custom-menu__link {
    font-size: 9px
  }
}

.wlc-custom-menu__link .item-name {
  -webkit-transition: color .25s ease-in-out;
  transition: color .25s ease-in-out
}

.wlc-custom-menu .wlc-active a,
.wlc-custom-menu__link:hover,
.wlc-custom-menu__link:hover .item-name {
  color: #fbb203
}

.custom-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2
}

.custom-menu,
.custom-menu .wlc-custom-menu {
  margin-right: auto
}

.wlc-custom-menu_slots span {
  position: relative;
  left: 5px
}

@media all and (max-width: 560px) {
  .wlc-custom-menu_slots span {
    left: 7px
  }
}

.wlc-custom-menu_other_games span {
  margin-top: 10px
}

.wlc-app__lang-tr .wlc-custom-menu_dropsandwins {
  display: block
}

section.wlc-header {
  padding: 0 30px
}

@media all and (max-width: 480px) {
  section.wlc-header {
    padding: 0 15px
  }
}

section.wlc-home-catalog {
  padding-top: 0
}

section.wlc-game-catalog {
  padding-top: 20px
}

@media (max-width: 1720px) {
  .wlc-top-promo-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

.wlc-top-promo-content .wlc-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2
}

.wlc-top-promo-content .wlc-search-and-filter__filter {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}

.wlc-top-promo-content .wlc-search-form {
  background-color: #fff;
  color: #8493a1
}

@media all and (max-width: 900px) {
  .wlc-top-promo-content .wlc-search-form {
    width: 100%
  }
}

.wlc-top-promo-content .wlc-search-form__input::-webkit-input-placeholder {
  color: #8493a1;
  font-style: normal;
  font-size: 14px
}

.wlc-top-promo-content .wlc-search-form__input::-moz-placeholder {
  color: #8493a1;
  font-style: normal;
  font-size: 14px
}

.wlc-top-promo-content .wlc-search-form__input:-ms-input-placeholder {
  color: #8493a1;
  font-style: normal;
  font-size: 14px
}

.wlc-top-promo-content .wlc-search-form__input::-ms-input-placeholder {
  color: #8493a1;
  font-style: normal;
  font-size: 14px
}

.wlc-top-promo-content .wlc-search-form__input::placeholder {
  color: #8493a1;
  font-style: normal;
  font-size: 14px
}

.wlc-top-promo-content .wlc-search-form .games-search-label {
  width: 20px;
  height: 20px
}

.wlc-top-promo-content .wlc-search-form .wlc-svg-icon_search {
  stroke: #8493a1;
  stroke-width: 4px
}

.wlc-top-promo-categories-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 2rem
}

@media all and (max-width: 1200px) {
  .wlc-top-promo-categories-menu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

.wlc-top-promo-categories-menu .wlc-custom-menu {
  overflow: hidden
}

@media all and (max-width: 1200px) {
  .wlc-top-promo-categories-menu .wlc-custom-menu {
    margin-bottom: 15px
  }
}

.wlc-top-promo-categories-menu .search-filter-wrapper {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 500px;
  width: initial;
  margin: 0
}

@media all and (max-width: 900px) {
  .wlc-top-promo-categories-menu .search-filter-wrapper {
    width: 100%
  }
}

.wlc-home-catalog {
  padding: 20px 30px
}

@media all and (max-width: 480px) {
  .wlc-home-catalog {
    padding: 20px 15px
  }
}

.wlc-home-catalog .container {
  margin: 0;
  padding: 0
}

.wlc-home-catalog .row {
  margin: 0
}

.wlc-home-catalog .col {
  padding: 0
}

.search-filter-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%
}

@media (max-width: 1720px) {
  .search-filter-wrapper {
    margin-bottom: 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}

.wlc-search-form {
  height: 38px;
  max-width: 280px;
  width: 100%
}

.wlc-search-form__input {
  font-size: 14px;
  color: #000
}

@media all and (max-width: 900px) {
  .wlc-search {
    width: 50%
  }

  .wlc-search__desktop-form {
    width: 100%
  }
}

.wlc-search a b {
  font-size: 16px;
  color: #fff
}

.wlc-search__results-area {
  height: auto;
  padding: 0;
  background: #1b1817;
  -webkit-box-shadow: 0 5px 10px #000;
  box-shadow: 0 5px 10px #000;
  width: 510px
}

@media all and (max-width: 1200px) {
  .wlc-search__results-area {
    top: 40px
  }
}

@media all and (max-width: 560px) {
  .wlc-search__results-area {
    max-width: 410px
  }
}

@media all and (max-width: 480px) {
  .wlc-search__results-area {
    max-width: 300px
  }
}

.wlc-search__results-area__row {
  padding: 12px 40px 12px 10px;
  height: 85px;
  margin: 0;
  border-bottom: 2px solid #3a3835
}

.wlc-search__results-area__row__cover {
  width: 70px;
  height: 55px;
  background-size: cover;
  background-position: center;
  margin-right: 10px;
  -webkit-box-flex: 3;
  -ms-flex-positive: 3;
  flex-grow: 3;
  background-repeat: no-repeat
}

.wlc-search__results-area__row__buttons,
.wlc-search__results-area__row__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.wlc-search__results-area__row__buttons {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  width: unset;
  margin: 0;
  padding: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.wlc-search__results-area__row__buttons .wlc-btn {
  margin-left: 0;
  width: 100%;
  height: 27px;
  line-height: unset;
  padding: 5px 10px !important
}

.wlc-search__results-area__row__buttons .wlc-btn.wlc-btn_play {
  margin-bottom: 10px
}

.wlc-search__results-area__row__buttons .wlc-btn.wlc-btn_demo {
  border-color: #8493a1
}

.wlc-search__results-area__row__buttons .wlc-btn.wlc-btn_demo:hover {
  border-color: #fff
}

.wlc-search__results-area__row__info {
  padding-top: 0;
  padding-left: 0;
  width: 63%;
  height: auto;
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  text-overflow: ellipsis;
  overflow: hidden
}

@media all and (max-width: 480px) {
  .wlc-search__results-area__row__info {
    width: 45%
  }
}

.wlc-search__results-area__row__info-merchant {
  color: #5b5b5b;
  text-transform: capitalize;
  font-size: 16px;
  width: 100%;
  display: block;
  font-weight: 700
}

.wlc-search .swiper-container {
  width: 100%;
  height: 100%;
  overflow: visible
}

.games-search-label svg {
  stroke: #000;
  stroke-width: 2px
}

.wlc-filter_merchants {
  width: 220px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .95);
  box-shadow: 0 0 4px rgba(0, 0, 0, .95);
  border-radius: 5px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fbb203
}

@media all and (max-width: 900px) {
  .wlc-filter_merchants {
    width: 100%
  }
}

.wlc-filter_merchants .wlc-filter-title {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  width: 100%;
  padding: 0 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.wlc-filter_merchants .wlc-filter-title__text {
  display: block
}

.wlc-filter_merchants .wlc-filter-title span {
  font-size: 13px;
  text-transform: uppercase;
  color: #000;
  margin-left: 0
}

@media all and (max-width: 480px) {
  .wlc-filter_merchants .wlc-filter-title span {
    font-size: 10px
  }
}

.wlc-filter_merchants .wlc-filter-title__arrow,
.wlc-filter_merchants .wlc-filter-title__arrow.checked {
  -webkit-transition: -webkit-transform .25s ease-in-out;
  transition: transform .25s ease-in-out;
  transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out
}

.wlc-filter_merchants .wlc-filter-title__arrow svg path {
  fill: #000
}

.wlc-filter_merchants .wlc-filter-title__arrow.checked {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.wlc-filter-list {
  top: 35px;
  background: #1c1a19
}

@media all and (max-width: 900px) {
  .wlc-filter-list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 125px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    top: 41px;
    left: 0
  }
}

@media all and (max-width: 768px) {
  .wlc-filter-list {
    padding: 10px 100px
  }
}

@media all and (max-width: 640px) {
  .wlc-filter-list {
    padding: 10px 75px
  }
}

@media all and (max-width: 560px) {
  .wlc-filter-list {
    padding: 10px 35px
  }
}

@media all and (max-width: 480px) {
  .wlc-filter-list {
    padding: 10px 18px
  }
}

.wlc-filter-list__item {
  color: #bababa
}

@media all and (max-width: 900px) {
  .wlc-filter-list__item {
    padding: 15px;
    background: #fff;
    color: #000;
    width: 45%;
    border-radius: 5px;
    margin-bottom: 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .wlc-filter-list__item.checked {
    color: #000;
    background-color: #fbb203
  }
}

.wlc-filter-list__item .wlc-checkbox {
  text-transform: uppercase;
  font-weight: 700
}

@media all and (max-width: 360px) {
  .wlc-filter-list__item .wlc-checkbox {
    font-size: 10px
  }
}

@media all and (min-width: 320px) {
  .wlc-filter-list__item .wlc-checkbox {
    font-size: 10px
  }
}

@media all and (min-width: 560px) {
  .wlc-filter-list__item .wlc-checkbox {
    font-size: 12px
  }
}

@media all and (min-width: 900px) {
  .wlc-filter-list__item .wlc-checkbox {
    font-size: 14px
  }
}

@media all and (max-width: 900px) {
  .wlc-filter-list__item .wlc-checkbox span {
    display: none
  }
}

.wlc-filter-list__item .wlc-checkbox.checked span {
  background: #fbb203;
  border-color: #fbb203
}

.wlc-search-and-filter__filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media all and (max-width: 900px) {
  .wlc-search-and-filter__filter {
    max-width: 45%;
    width: 50%;
    padding: 0;
    margin-right: 10px
  }

  .search-filter-wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 40px;
    position: relative
  }

  .search-filter-wrapper .wlc-search-and-filter__filter {
    height: 100%;
    position: static
  }
}

@media all and (max-width: 480px) {
  .search-filter-wrapper .wlc-search-and-filter__filter {
    max-width: 55%
  }
}

@media all and (max-width: 900px) {
  .search-filter-wrapper .wlc-filter_merchants {
    position: static;
    height: 100%
  }

  .search-filter-wrapper .wlc-search {
    height: 100%
  }
}

@media all and (max-width: 480px) {
  .search-filter-wrapper .wlc-search {
    width: 45%
  }
}

@media all and (max-width: 900px) {
  .search-filter-wrapper .wlc-search__desktop-form {
    height: 100%;
    position: relative;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .search-filter-wrapper .wlc-search__desktop-form .wlc-search-form {
    height: 100%;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    -webkit-transition: width .25s ease-in-out;
    transition: width .25s ease-in-out
  }
}

@media all and (max-width: 480px) {
  .search-filter-wrapper .wlc-search__desktop-form .wlc-search-form.expand-form {
    -webkit-transition: width .25s ease-in-out;
    transition: width .25s ease-in-out
  }
}

.search-filter-wrapper .wlc-search__results-area .wlc-scroll-container {
  max-height: 510px;
  overflow-y: scroll
}

@media all and (max-width: 480px) {
  .search-filter-wrapper .wlc-search__results-area {
    max-width: 225%
  }
}

.wlc-user-stat__menu-item-icon {
  position: relative;
  border-radius: 50%;
  height: 25px;
  width: 25px;
  top: 0;
  background: #ba8300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 5px
}

.wlc-sidebar .wlc-profile-menu .wlc-nav-block li.wlc-nav-block__gamblings,
.wlc-user-stat__menu-item {
  border-bottom: none
}

.wlc-user-stat__menu-item a:hover {
  background-color: unset
}

.wlc-user-stat__button-amount {
  background: #fff;
  border-radius: 5px;
  color: #000;
  width: 120px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 15px;
  height: 100%
}

@media all and (max-width: 480px) {
  .wlc-user-stat__button-amount {
    font-size: 11px;
    width: 90px;
    margin-right: 5px
  }
}

.wlc-user-stat__button {
  border: 0 !important
}

.wlc-user-stat__button-text {
  background: #33ae33 !important;
  width: 120px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 5px !important;
  font-size: 13px;
  font-weight: 700;
  height: 100%
}

@media all and (max-width: 480px) {
  .wlc-user-stat__button-text {
    font-size: 11px
  }
}

.wlc-user-stat__block-username .dropdown-toggle {
  position: relative;
  padding: 0;
  border: 0
}

.wlc-user-stat__block-menu {
  min-width: 350px;
  max-width: 380px;
  border: 0;
  background-color: unset !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.wlc-user-stat__block-menu-header,
.wlc-user-stat__block-menu-header a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.wlc-user-stat__block-menu-header {
  height: 50px;
  background-color: #fbb203;
  text-align: center;
  font-size: 16px;
  color: #000;
  font-weight: 700
}

.wlc-user-stat__block-menu-header a {
  height: 100%;
  width: 100%;
  padding: 0 15px
}

.wlc-user-stat__block-menu-footer .wlc-user-stat__menu-item a:hover,
.wlc-user-stat__block-menu-header:hover {
  color: #8493a1
}

.wlc-user-stat__block-menu-header span {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap
}

.wlc-user-stat__block-menu-footer {
  background: #fbb203;
  text-transform: uppercase
}

.wlc-user-stat__block-menu-footer .wlc-user-stat__menu-item a {
  color: #000;
  font-weight: 700;
  font-size: 13px;
  height: 100%
}

.wlc-user-stat__block-dropdown .wlc-drop__dropdown-menu {
  background-color: rgba(0, 0, 0, .7);
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700
}

.wlc-user-stat__block-dropdown .wlc-drop__dropdown-menu .wlc-drop__cashback__get-cashback {
  background: #33ae33;
  color: #fff;
  height: 25px;
  padding: 8px 20px !important;
  font-weight: 700;
  font-size: 13px
}

.wlc-user-stat__block-dropdown .wlc-drop__menu-item,
.wlc-user-stat__block-menu-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.wlc-user-stat__block-dropdown .wlc-drop__menu-item {
  padding: 12px 15px;
  color: #fff
}

.wlc-user-stat__block-dropdown .wlc-drop__menu-item:nth-child(4) .wlc-drop__bonus-points,
.wlc-user-stat__block-dropdown .wlc-drop__menu-item:nth-child(5) .wlc-drop__bonus-points {
  color: #33ae33
}

.wlc-user-stat__block-dropdown .wlc-drop__menu-item .wlc-inline-bitcoin__svg {
  top: 0;
  fill: #fff
}

.wlc-user-stat__block-dropdown .wlc-drop__menu-item .no-messages {
  opacity: .5
}

.wlc-user-stat__block-dropdown .wlc-drop__menu-item .messages__count {
  background-color: #33ae33;
  color: #fff;
  margin-right: 10px;
  border-radius: 50%;
  padding: 1px 5px
}

.wlc-user-stat__block-dropdown .wlc-drop__menu-item .messages__text {
  color: #33ae33
}

.wlc-user-stat__block-dropdown .wlc-drop__menu-item .messages__text:hover {
  opacity: .7
}

.dashboard-user-info .wlc-drop__menu-item,
.wlc-nav-mobile_right .wlc-drop__menu-item,
.wlc-user-stat__block-dropdown .wlc-drop__menu-item .messages__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.wlc-user-stat__block-dropdown .wlc-drop__menu-item .messages__link:after {
  content: "";
  display: inline-block;
  padding: 3px;
  border: solid #33ae33;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-left: 4px;
  font-weight: 700
}

.wlc-user-stat__block-dropdown .wlc-drop__menu-item.wlc-cashback {
  margin-top: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.dashboard-user-info .wlc-drop__menu-item,
.wlc-nav-mobile_right .wlc-drop__menu-item {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 2px solid #1b1817;
  text-transform: uppercase;
  font-size: 14px;
  margin: 0;
  padding: 12px 15px;
  color: #fff;
  font-weight: 700
}

.dashboard-user-info .wlc-drop__menu-item:first-child .wlc-drop__bonus-points,
.wlc-nav-mobile_right .wlc-drop__menu-item:first-child .wlc-drop__bonus-points {
  color: #33ae33
}

@media (max-width: 900px) {

  .dashboard-user-info .wlc-drop__menu-item.wlc-cashback,
  .dashboard-user-info .wlc-drop__menu-item.wlc-messages,
  .wlc-nav-mobile_right .wlc-drop__menu-item.wlc-cashback,
  .wlc-nav-mobile_right .wlc-drop__menu-item.wlc-messages {
    display: none
  }
}

.dashboard-user-info .wlc-drop__menu-item .wlc-inline-bitcoin__svg,
.wlc-bonuses .wlc-btn_link-icon:hover span path,
.wlc-nav-mobile_right .wlc-drop__menu-item .wlc-inline-bitcoin__svg {
  fill: #fbb203
}

.dashboard-user-info .wlc-drop__menu-item .wlc-drop__points--bonus-balance,
.wlc-nav-mobile_right .wlc-drop__menu-item .wlc-drop__points--bonus-balance,
.wlc-profile .wlc-profile-payment-confirm a,
.wlc-sidebar .wlc-profile-menu .wlc-nav-block__item a:hover,
.wlc-sidebar .wlc-profile-menu .wlc-nav-block__item.wlc-active a {
  color: #fbb203
}

.dashboard-user-info .wlc-drop__menu-item .messages__count,
.wlc-nav-mobile_right .wlc-drop__menu-item .messages__count {
  background-color: #33ae33;
  color: #fff;
  margin-right: 10px;
  border-radius: 50%;
  padding: 1px 5px;
  font-weight: 900
}

.dashboard-user-info .wlc-drop__menu-item .messages__link,
.wlc-nav-mobile_right .wlc-drop__menu-item .messages__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.dashboard-user-info .wlc-drop__menu-item .messages__link .wlc-arrow,
.wlc-nav-mobile_right .wlc-drop__menu-item .messages__link .wlc-arrow {
  position: absolute;
  right: 15px
}

.dashboard-user-info .wlc-drop__menu-item .messages__link .wlc-arrow svg,
.wlc-nav-mobile_right .wlc-drop__menu-item .messages__link .wlc-arrow svg {
  stroke: #33ae33;
  width: 11px;
  height: 16px;
  fill: none
}

.dashboard-user-info .wlc-drop__menu-item .messages__link .wlc-arrow svg path,
.wlc-nav-mobile_right .wlc-drop__menu-item .messages__link .wlc-arrow svg path,
.wlc-profile-menu .wlc-nav-block .wlc-nav-block__title .wlc-arrow svg path {
  fill: #33ae33
}

.dashboard-user-info .wlc-drop__menu-item .no-messages,
.wlc-nav-mobile_right .wlc-drop__menu-item .no-messages {
  color: #fff !important;
  opacity: .5
}

.dashboard-user-info .wlc-user-info__info .wlc-drop__dropdown-menu,
.wlc-nav-mobile_right .wlc-user-info__info .wlc-drop__dropdown-menu {
  background: #151211;
  border-radius: 15px
}

.dashboard-user-info .wlc-user-info__info .wlc-drop__menu-item:nth-child(4),
.dashboard-user-info .wlc-user-info__info .wlc-drop__menu-item:nth-child(5),
.dashboard-user-info .wlc-user-info__wagering .wlc-drop__menu-item:nth-child(1),
.dashboard-user-info .wlc-user-info__wagering .wlc-drop__menu-item:nth-child(2),
.dashboard-user-info .wlc-user-info__wagering .wlc-drop__menu-item:nth-child(3),
.dashboard-user-info .wlc-user-info__wagering .wlc-drop__menu-item:nth-child(4),
.wlc-nav-mobile_right .wlc-user-info__info .wlc-drop__menu-item:nth-child(4),
.wlc-nav-mobile_right .wlc-user-info__info .wlc-drop__menu-item:nth-child(5),
.wlc-nav-mobile_right .wlc-user-info__wagering .wlc-drop__menu-item:nth-child(1),
.wlc-nav-mobile_right .wlc-user-info__wagering .wlc-drop__menu-item:nth-child(2),
.wlc-nav-mobile_right .wlc-user-info__wagering .wlc-drop__menu-item:nth-child(3),
.wlc-nav-mobile_right .wlc-user-info__wagering .wlc-drop__menu-item:nth-child(4) {
  display: none
}

.dashboard-user-info .wlc-user-info__wagering .wlc-drop__menu-item,
.wlc-nav-mobile_right .wlc-user-info__wagering .wlc-drop__menu-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 2px solid #000
}

.dashboard-user-info .wlc-user-info__wagering .wlc-drop__item-title,
.wlc-nav-mobile_right .wlc-user-info__wagering .wlc-drop__item-title {
  padding: 7px 0
}

.dashboard-user-info .wlc-user-info__wagering .wlc-drop__bonus-points,
.wlc-nav-mobile_right .wlc-user-info__wagering .wlc-drop__bonus-points,
.wlc-sidebar .wlc-profile-menu .wlc-nav-block__item a.active .wlc-text {
  color: #33ae33
}

.dashboard-user-info__balances .wlc-drop__dropdown-menu .wlc-drop__menu-item.wlc-cashback {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.dashboard-user-info__balances .wlc-drop__dropdown-menu .wlc-drop__cashback__get-cashback {
  background: #33ae33;
  color: #fff;
  height: 25px;
  padding: 8px 13px !important
}

.dashboard-user-info__balances .wlc-drop__dropdown-menu .messages__text,
.dashboard-user-info__balances .wlc-drop__dropdown-menu .wlc-drop__bonus-points {
  text-align: right
}

.dashboard-user-info .wlc-drop__menu-item:nth-child(5),
.dashboard-user-info .wlc-drop__menu-item:nth-child(6) {
  display: none
}

.wlc-user-stat__block-dropdown .wlc-user-stat__block-deposit .wlc-user-stat__button-text {
  white-space: nowrap
}

@media all and (max-width: 480px) {
  .wlc-user-stat__block-dropdown .wlc-user-stat__block-deposit .wlc-user-stat__button-text {
    padding: 10px 5px;
    width: 80px;
    height: 100%;
    margin-right: 0;
    white-space: break-spaces
  }
}

.wlc-sidebar {
  background: #3a3835;
  border-radius: 10px 0 0 10px;
  padding: 10px 0
}

.wlc-sidebar .wlc-profile-menu .wlc-nav-block__title {
  color: #fbb203;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 20px
}

.wlc-sidebar .wlc-profile-menu .wlc-nav-block__item {
  position: relative;
  padding-left: 30px;
  margin-bottom: 0
}

.wlc-sidebar .wlc-profile-menu .wlc-nav-block__item.wlc-active .wlc-active-arrow,
.wlc-sidebar .wlc-profile-menu .wlc-nav-block__item:hover .wlc-active-arrow {
  visibility: visible
}

.wlc-sidebar .wlc-profile-menu .wlc-nav-block__item a {
  padding-bottom: 20px;
  color: #fff;
  width: 100%
}

.wlc-sidebar .wlc-profile-menu .wlc-nav-block__item a .wlc-text {
  text-transform: lowercase
}

.wlc-sidebar .wlc-profile-menu .wlc-nav-block__item a .wlc-text:first-letter {
  text-transform: capitalize
}

.wlc-sidebar .wlc-profile-menu .wlc-nav-block__item a .wlc-icon {
  display: none
}

.wlc-sidebar .wlc-profile-menu .wlc-nav-block__item .wlc-active-arrow {
  position: absolute;
  top: 0;
  left: -32px;
  visibility: hidden
}

.wlc-sidebar .wlc-profile-menu .wlc-nav-block>li {
  border-bottom: 2px solid #000;
  padding: 10px 25px
}

.wlc-sidebar .wlc-profile-menu .wlc-nav-block>li:last-child {
  border-bottom: initial
}

.wlc-profile-header {
  color: #fbb203;
  text-transform: capitalize;
  margin-bottom: 20px
}

.wlc-profile-header_balance {
  font-weight: 700;
  font-size: 18px
}

.wlc-profile-balance {
  display: none
}

.wlc-profile-edit__field-country {
  padding: 0 10px 0 0
}

.wlc-profile-edit__field-address {
  padding: 0 0 0 15px
}

@media all and (max-width: 900px) {
  .wlc-profile-edit__field-address {
    padding: 0
  }
}

.wlc-profile-edit__field-address,
.wlc-profile-edit__field-country {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%
}

.wlc-profile-edit__field-pep .fitted-text__tooltip.icon-info-tooltip {
  display: block;
  position: absolute;
  bottom: -2px;
  top: auto;
  right: 0;
  margin: 0;
  width: 18px;
  height: calc(100% + 1px)
}

.wlc-profile-edit__location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.wlc-profile-edit__location .wlc-profile-edit-delimeter {
  width: 100% !important
}

.wlc-profile .wlc-profile-payment-systems-item_active .wlc-profile-payment-systems-item__image img,
.wlc-profile-edit__location-block .wlc-profile-edit-delimeter,
.wlc-profile-edit__location-header {
  width: 100%
}

.wlc-profile-edit__location-block {
  width: 50%;
  margin-right: 0;
  margin-left: 0
}

.wlc-profile-edit-block__header {
  display: none
}

.wlc-profile-payment-header {
  color: #5b5b5b;
  border-bottom: 2px solid #5b5b5b;
  padding: 0 0 11px
}

.wlc-profile-payment-submit {
  padding: 0
}

.wlc-profile-payment-submit .wlc-btn_submit {
  background-color: #33ae33;
  color: #fff
}

.wlc-profile-payment-submit .wlc-btn_submit:disabled {
  cursor: not-allowed
}

.wlc-profile-payment-beneficiary {
  margin-top: 25px
}

.wlc-profile {
  margin-top: 20px;
  margin-bottom: 20px
}

.wlc-profile .wlc-btn_submit {
  border: 2px solid #33ae33
}

.wlc-profile .wlc-profile-payment-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.wlc-profile .wlc-profile-payment-checkbox__label span {
  background: #fff;
  width: 15px;
  height: 15px;
  border: 1px solid #fff;
  border-radius: 3px
}

.wlc-profile .wlc-profile-payment-checkbox__input:checked+label>span {
  background: #fbb203;
  border-color: #fbb203
}

.wlc-profile .wlc-profile-payment-checkbox__input:checked+label>span:before {
  top: 6px;
  left: -2px
}

.wlc-profile .wlc-profile-payment-confirm {
  color: #acacac
}

.wlc-profile .wlc-profile-payment-confirm p {
  line-height: 30px
}

.wlc-profile .wlc-input,
.wlc-profile .wlc-select {
  padding: 0 10px;
  height: 40px
}

.wlc-profile .wlc-input:disabled,
.wlc-profile .wlc-select:disabled {
  background-color: #bababa
}

.wlc-profile .wlc-label {
  margin: 0 0 10px;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%
}

.wlc-profile .wlc-content {
  background: #1b1817;
  border-radius: 0 10px 10px 0
}

.wlc-profile .wlc-content>.row>.col {
  padding-left: 20px;
  padding-right: 20px
}

.wlc-profile .wlc-content__main {
  padding-left: 0;
  padding-top: 20px;
  padding-bottom: 20px
}

@media all and (max-width: 900px) {
  .wlc-profile .wlc-content__main {
    padding-left: 0
  }
}

.wlc-profile .wlc-profile-payment-form-input {
  padding-left: 0;
  max-width: 300px
}

.wlc-profile .wlc-profile-payment-form-input__input {
  color: #acacac
}

.wlc-profile .wlc-profile-payment-form-input__input .wlc-input-group {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  min-width: 250px
}

.wlc-profile .wlc-profile-payment-form-input__input .wlc-profile-payment-form-input__input-wrapper {
  position: relative;
  margin-bottom: 10px;
  width: 100%
}

.wlc-profile .wlc-profile-payment-form-input__input .wlc-profile-payment-form-input__input-wrapper .wlc-input,
.wlc-profile .wlc-profile-payment-form-input__input .wlc-profile-payment-form-input__input-wrapper .wlc-select {
  margin-top: 5px
}

.wlc-profile .wlc-profile-payment-systems {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px
}

@media all and (max-width: 1366px) {
  .wlc-profile .wlc-profile-payment-systems {
    grid-template-columns: repeat(5, 1fr)
  }
}

@media all and (max-width: 1200px) {
  .wlc-profile .wlc-profile-payment-systems {
    grid-template-columns: repeat(4, 1fr)
  }
}

@media all and (max-width: 1024px) {
  .wlc-profile .wlc-profile-payment-systems {
    grid-template-columns: repeat(3, 1fr)
  }
}

@media all and (max-width: 900px) {
  .wlc-profile .wlc-profile-payment-systems {
    grid-template-columns: repeat(3, 1fr)
  }
}

@media all and (max-width: 768px) {
  .wlc-profile .wlc-profile-payment-systems {
    grid-template-columns: repeat(3, 1fr)
  }
}

@media all and (max-width: 560px) {
  .wlc-profile .wlc-profile-payment-systems {
    grid-template-columns: repeat(3, 1fr);
    gap: 5px
  }
}

@media all and (max-width: 480px) {
  .wlc-profile .wlc-profile-payment-systems {
    grid-template-columns: repeat(3, 1fr)
  }
}

.wlc-profile .wlc-profile-payment-systems-item {
  -webkit-box-flex: unset;
  -ms-flex: unset;
  flex: unset;
  padding: 56% 0 0;
  position: relative
}

@media all and (max-width: 560px) {
  .wlc-profile .wlc-profile-payment-systems-item {
    width: auto;
    padding: 56% 0 0;
    margin: 0
  }
}

.wlc-profile .wlc-profile-payment-systems-item_active .wlc-profile-payment-systems-item__image {
  background-color: #fbb203;
  border: 3px solid #fbb203
}

.wlc-profile .wlc-profile-payment-systems-item__image {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 15px;
  color: #000;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%
}

.wlc-profile .wlc-profile-payment-systems-item__image img {
  width: 100%;
  height: auto
}

.wlc-profile .wlc-profile-payment-systems-item__name {
  display: none
}

.wlc-profile .wlc-profile-payment-form_currency {
  position: absolute;
  right: 3px;
  top: 15px;
  z-index: 100;
  line-height: unset
}

.wlc-profile-payment-form {
  margin: 26px 0
}

.wlc-profile-edit-col .wlc-btn {
  border-color: #fbb203
}

.wlc-profile-pagination {
  padding: 3rem 0
}

.wlc-profile-pagination__nav {
  color: #fff
}

.wlc-profile-pagination__nav svg {
  stroke: #fff;
  stroke-width: 1px
}

.wlc-profile-pagination__page {
  color: #bababa;
  padding: 0;
  width: 30px;
  height: 30px
}

.wlc-profile-pagination__page.wlc-profile-pagination__page_active {
  background-color: #3a3835;
  color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: none;
  box-shadow: none
}

.wlc-profile-pagination__page span {
  font-size: 18px
}

.wlc-profile-table .wlc-profile-table__cell {
  border-color: unset;
  border-style: unset;
  border-width: unset;
  padding: 3px 0;
  background: 0 0;
  font-size: 16px;
  word-break: keep-all
}

@media all and (min-width: 900px) {
  .wlc-profile-table .wlc-profile-table__cell-content.cancelable:hover {
    padding: 0
  }

  .wlc-profile-table .wlc-profile-table__cell-content.cancelable:hover .type-info {
    display: none
  }

  .wlc-profile-table .wlc-profile-table__cell-content.cancelable:hover .type-button {
    display: block
  }
}

.wlc-profile-table .wlc-profile-table__cell-content.cancelable .type-button {
  display: none;
  margin: 0 auto
}

@media all and (max-width: 900px) {
  .wlc-profile-table .wlc-profile-table__cell-content.cancelable .type-button {
    display: block
  }
}

.wlc-profile-table .wlc-profile-table__cell-content.cancelable .type-button .wlc-btn {
  max-width: 83px;
  max-height: 26px;
  font-size: 12px;
  margin-top: 0
}

@media all and (max-width: 720px) {
  .wlc-profile-table .wlc-profile-table__cell_num {
    background-color: #bababa !important;
    border-radius: 0 !important;
    padding: 5px 0 !important
  }
}

.wlc-profile-table__row.wlc-message-open {
  line-height: 1.5
}

.wlc-profile-table .wlc-profile-table__cell_amount {
  text-align: center
}

@media all and (max-width: 720px) {
  .wlc-profile-table .wlc-profile-table__cell_amount {
    text-align: right
  }
}

.wlc-profile-table .wlc-profile-table__cell_type {
  width: 15%
}

@media all and (max-width: 900px) {
  .wlc-profile-table .wlc-profile-table__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

.wlc-profile-table .wlc-profile-table__row .wlc-profile-table__cell {
  height: auto;
  min-height: 45px
}

.wlc-profile-table .wlc-profile-table__row:nth-child(even) .wlc-profile-table__cell {
  background: #151211
}

@media all and (min-width: 720px) {

  .wlc-bonuses-history .wlc-profile-table .wlc-profile-table__row:nth-child(even) .wlc-profile-table__cell:nth-child(2),
  .wlc-profile-bets-history .wlc-profile-table .wlc-profile-table__row:nth-child(even) .wlc-profile-table__cell:nth-child(1),
  .wlc-profile-transactions .wlc-profile-table .wlc-profile-table__row:nth-child(even) .wlc-profile-table__cell:nth-child(1) {
    border-radius: 50px 0 0 50px
  }
}

.wlc-profile-table .wlc-profile-table__row:nth-child(even) .wlc-profile-table__cell:last-child {
  border-radius: 0 50px 50px 0
}

.wlc-profile-table .wlc-profile-table__row:nth-child(odd) .wlc-profile-table__cell {
  padding: 10px 0
}

@media all and (max-width: 900px) {
  .wlc-profile-table .wlc-profile-table__row:nth-child(odd) .wlc-profile-table__cell {
    padding: 3px 0
  }
}

.wlc-profile-table .wlc-profile-table__row.wlc-profile-table__head {
  background-color: #1c1a19
}

.wlc-profile-table .wlc-profile-table__row.wlc-profile-table__head .wlc-profile-table__cell {
  background-color: transparent;
  border-color: unset;
  border-style: unset;
  border-width: unset;
  border-top: 1px solid #3a3835;
  padding: 10px
}

.wlc-filter-list__item .wlc-checkbox span {
  width: 15px;
  height: 15px;
  border: 1px solid #fff;
  border-radius: 3px
}

.wlc-filter-list__item .wlc-checkbox.checked span:before {
  top: 4px
}

@media all and (max-width: 1420px) {
  .wlc-bonuses-promo-code-form {
    height: initial
  }
}

.wlc-profile-payment-fields {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 560px;
  gap: 10px
}

@media all and (max-width: 560px) {
  .wlc-profile-payment-fields {
    grid-template-columns: repeat(1, 1fr)
  }
}

.wlc-profile-payment-fields-item {
  padding: 0;
  max-width: 100%;
  width: 100%
}

.wlc-profile-payment-fields-item .wlc-label {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.wlc-main-menu-dropdown__left .wlc-active {
  background: #fbb203;
  color: #000 !important
}

@media all and (max-width: 900px) {
  div[data-wlc-deposit] .wlc-profile-payment-beneficiary {
    display: none
  }
}

@media all and (max-width: 560px) {
  .wlc-payment-address-block .wlc-payment-address {
    font-size: 14px
  }
}

.wlc-btc-description__coinspaid {
  width: 100%;
  text-align: center
}

.wlc-btc-description__coinspaid .wlc-payment-address {
  overflow: auto !important
}

.wlc-btc-description__coinspaid .wlc-payment-message__text-row {
  font-weight: 700;
  color: #fff
}

@media all and (max-width: 560px) {
  .wlc-btc-description {
    font-size: 14px
  }
}

.currency-wrapper {
  white-space: nowrap
}

.wlc-pay-sys-info .wlc-transition-btn {
  margin-right: 15px
}

@media all and (max-width: 900px) {
  .wlc-pay-sys-info .wlc-transition-btn {
    margin-right: 0
  }
}

.wlc-profile-content {
  padding: 0
}

@media all and (max-width: 560px) {
  .wlc-profile-payment-systems-item__image {
    padding: 5px
  }
}

.wlc-profile-verification .wlc-doc .info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.wlc-profile-verification .wlc-doc__status {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-bottom: 5px
}

.wlc-profile-verification .wlc-doc__download {
  color: #000;
  text-transform: uppercase;
  background: #fbb203;
  border-radius: 5px;
  padding: 8px 30px !important;
  line-height: unset;
  font-size: 14px
}

.wlc-profile-verification .wlc-doc__download:hover {
  color: #000 !important;
  background: #fff !important;
  border-color: #fff !important;
  -webkit-transition: all .4s;
  transition: all .4s
}

.wlc-profile-verification .wlc-doc__note {
  margin-right: 20px;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-bottom: 5px
}

@media (max-width: 900px) {
  .email-id-block .wlc-profile-edit__field-email.col {
    padding-right: 0
  }

  .email-id-block .wlc-profile-edit__field-email {
    padding-bottom: 20px
  }

  .email-id-block .wlc-profile-edit__field-email input {
    margin-bottom: 30px
  }

  .email-id-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 162px
  }

  .email-id-block .col-4 {
    max-width: 100%
  }
}

.wlc-bonuses {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 230px;
  margin: 0;
  gap: 20px
}

@media all and (max-width: 1200px) {
  .wlc-bonuses {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media all and (max-width: 560px) {
  .wlc-bonuses {
    grid-template-columns: repeat(1, 1fr)
  }
}

.wlc-bonuses .wlc-bonuses-item {
  padding: 0;
  -webkit-box-flex: unset;
  -ms-flex: unset;
  flex: unset;
  margin-bottom: 0;
  position: relative;
  height: 230px
}

.wlc-bonuses .wlc-bonuses-item-image {
  height: 100%;
  background-size: cover;
  background-color: #000;
  padding: 0 15px
}

.wlc-bonuses .wlc-bonuses-item-image:hover {
  -webkit-transform: none;
  transform: none
}

.wlc-bonuses .wlc-bonuses-item-description__name {
  background: rgba(255, 255, 255, .7);
  color: #000;
  font-size: 20px;
  word-break: normal;
  line-height: unset;
  display: inline-block;
  margin: 0 auto;
  height: auto;
  padding: 5px 10px;
  border-radius: 5px;
  min-height: unset
}

.wlc-bonuses .wlc-bonuses-item-description {
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 0
}

.wlc-bonuses .wlc-btn_link-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: rgba(0, 0, 0, .7);
  border-radius: 5px;
  border: unset;
  padding: 3px !important;
  margin: 0
}

.wlc-bonuses .wlc-btn_link-icon:hover {
  background-color: rgba(0, 0, 0, .7) !important;
  border: initial !important
}

.wlc-bonuses .wlc-btn_link-icon span {
  height: 25px;
  width: 25px
}

.wlc-bonuses .wlc-btn_link-icon span svg {
  width: 100%;
  height: 100%;
  stroke: #fff
}

.wlc-bonuses .wlc-bonuses-item-description-btns .wlc-btn {
  font-size: 12px
}

.wlc-bonuses-item-description-params-item {
  color: #fff
}

.wlc-bonuses-item-description-params {
  background-color: rgba(0, 0, 0, .7);
  border-radius: 5px;
  padding: 5px
}

.wlc-bonuses-promo-code-form .wlc-bonuses-promo-code-field {
  -webkit-box-flex: unset;
  -ms-flex-positive: unset;
  flex-grow: unset;
  margin-bottom: 35px;
  height: 40px
}

.wlc-bonuses-promo-code-form .wlc-bonuses-promo-code-field .wlc-input,
.wlc-bonuses-promo-code-form .wlc-bonuses-promo-code-field .wlc-select {
  margin: 0;
  height: 100%
}

@media all and (min-width: 640px) {

  .wlc-bonuses-promo-code-form .wlc-bonuses-promo-code-field .wlc-input,
  .wlc-bonuses-promo-code-form .wlc-bonuses-promo-code-field .wlc-select {
    width: 400px
  }
}

.wlc-bonuses-promo-code-form .wlc-btn_submit {
  background: #fbb203;
  color: #000;
  border-color: #fbb203;
  height: 40px
}

.wlc-bonuses-promo-code-form .wlc-btn_submit:disabled {
  cursor: not-allowed
}

.wlc-custom-menu__item,
.wlc-modal__body p,
.wlc-modal_error .wlc-modal__body p {
  text-align: center
}

@media all and (max-width: 560px) {
  .wlc-bonuses-list__list>div {
    padding: 0;
    margin: 0
  }
}

@media all and (max-width: 480px) {
  .wlc-bonuses-list__list>div {
    padding: 0;
    margin-bottom: 20px
  }
}

@media all and (max-width: 560px) {
  .wlc-bonuses-list__list-item {
    margin: 0 !important;
    padding: 0 !important
  }
}

.wlc-bonuses-list__list-item .item-buttons {
  padding: 10px 5px
}

@media all and (max-width: 560px) {
  .wlc-bonuses-list__list-item .item-image__img {
    height: 100%
  }
}

.wlc-modal-title {
  color: #000;
  font-weight: 700
}

.wlc-modal-close {
  width: 2rem;
  height: 2rem
}

.wlc-modal-close svg {
  stroke-width: 3px
}

.wlc-modal__header {
  min-height: 50px
}

.wlc-modal_error .wlc-modal__footer {
  padding-bottom: 25px
}

@media all and (max-width: 560px) {

  .wlc-modal_error .wlc-modal__body,
  .wlc-modal_error .wlc-modal__footer {
    padding: 15px
  }
}

.wlc-modal_error .wlc-modal__header {
  background-color: #fbb203;
  padding: 1.5rem 5rem
}

.wlc-modal_error .wlc-modal-title {
  color: #000
}

.wlc-modal_error .wlc-btn {
  background: #fbb203;
  border-color: #fbb203;
  padding: 8px 30px !important;
  line-height: unset;
  font-size: 14px
}

.wlc-modal-footer .wlc-btn {
  padding: 6px 45px !important
}

.wlc-modal-back {
  display: none
}

.modal-md {
  max-width: 800px !important
}

.wlc-modal__body {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.wlc-modal_message--crypto-invoice .wlc-modal__body {
  color: #fff;
  font-size: 16px
}

.wlc-error-box {
  padding: 0
}

.wlc-error-box .wlc-error__404 {
  display: block;
  color: #fff;
  font-size: 140px;
  opacity: 1
}

.wlc-error-box .wlc-small-text {
  text-align: center;
  color: #fff
}

.wlc-error-box .wlc-btn {
  background: #33ae33;
  border-color: #33ae33;
  color: #fff;
  width: 150px;
  font-size: 14px;
  padding: 12px 30px !important
}

.wlc-error-box__center {
  padding: 0;
  min-height: 400px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.wlc-error-box__center .wlc-error-picture {
  padding: 0
}

.wlc-bonuses-list__header {
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 32px;
  padding: 15px
}

.wlc-bonuses-list__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-template-columns: unset;
  grid-template-rows: unset;
  grid-template-areas: unset;
  grid-column-gap: unset;
  border: 2px solid #fbb203;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  padding: 10px;
  background-color: #1b1817;
  height: 100%
}

.wlc-bonuses-list__list-item .item-buttons {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: grid;
  grid-template-columns: auto;
  gap: 10px
}

.wlc-bonuses-list .item-image__img {
  padding-top: 66%
}

.wlc-bonuses-list .item-buttons {
  margin-top: auto
}

.wlc-bonuses-list .item-buttons__btn .wlc-btn {
  font-size: 14px;
  width: 100%
}

@media all and (max-width: 1366px) {
  .wlc-bonuses-list .item-buttons__btn .wlc-btn {
    font-size: 14px;
    white-space: nowrap
  }
}

.wlc-bonuses-list .item-name {
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fbb203;
  padding: 10px 15px
}

@media all and (max-width: 900px) {
  .wlc-bonuses-list .item-name {
    padding: 10px 5px;
    font-size: 14px
  }
}

.wlc-bonuses-list__empty,
.wlc-main-menu-dropdown .wlc-profile-messages .wlc-drop__menu-item .wlc-drop__item-title {
  padding: 0 15px
}

.wlc-bonuses-list__list>div {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px
}

@media all and (max-width: 1024px) {
  .wlc-bonuses-list__list>div {
    grid-template-columns: repeat(3, 1fr)
  }
}

@media all and (max-width: 900px) {
  .wlc-bonuses-list__list>div {
    gap: 15px
  }
}

@media all and (max-width: 768px) {
  .wlc-bonuses-list__list>div {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media all and (max-width: 560px) {
  .wlc-bonuses-list__list>div {
    grid-template-columns: repeat(1, 1fr)
  }
}

.wlc-game-play-header {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.wlc-game-play-header__title {
  margin: 0 10px 0 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}

.wlc-game-play-header__title .wlc-game-play-title {
  color: #fff
}

.wlc-game-play-header__btn {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2
}

.wlc-game-play-header__btn .wlc-btn {
  font-size: 14px;
  padding: 2px 15px !important
}

.wlc-game-play-header__right-btn {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  margin-left: auto
}

.wlc-game-play-header__left-btn {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.wlc-game-play-header__left-btn .wlc-favourite {
  cursor: pointer;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.wlc-game-play-header__left-btn .wlc-favourite,
.wlc-game-play-header__left-btn .wlc-favourite__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.wlc-game-play-header__left-btn .wlc-favourite__img svg {
  width: 28px;
  height: 28px
}

.wlc-game-play-header__left-btn .wlc-favourite__text {
  max-width: 100px;
  line-height: 15px;
  font-size: 16px;
  margin: 0 20px 0 10px;
  color: #fff;
  font-weight: 600
}

.wlc-game-play-header__left-btn .wlc-favourite__text .special-color {
  color: #f0b53f
}

.wlc-game-play-header__left-btn .wlc-favourite.wlc-active svg path {
  fill: #f0b53f
}

.wlc-game-play.container {
  max-width: 1390px
}

.wlc-game-play-info {
  display: none
}

@media all and (max-width: 900px) {
  .wlc-state__app-games-play #chat-widget-container {
    display: none
  }
}

.wlc-game-header-btn.wlc-fullscreen {
  padding-top: 4px
}

.wlc-game-header-btn:last-child {
  margin-top: 4px
}

.swiper-pagination {
  position: absolute;
  bottom: 23px;
  left: 50%!important;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

@media all and (max-width: 480px) {
  .swiper-pagination {
    bottom: 4px
  }
}

.swiper-pagination .swiper-pagination-bullet {
  margin-right: 10px;
  border-color: #fff
}

.swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0
}

.swiper-pagination .swiper-pagination-bullet-active {
  border-color: #fbb203;
  background-color: #fbb203
}

.swiper-button-next,
.swiper-button-prev,
.wlc-nav-mobile .wlc-nav-block__item a .wlc-icon {
  display: none
}

.wlc-header-store {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.wlc-header-store__balance {
  color: #fbb203
}

.wlc-main-menu-dropdown .wlc-icon-title {
  font-size: 16px
}

@media all and (max-width: 900px) {
  .wlc-main-menu-dropdown__button-login {
    background: #fbb203;
    color: #000;
    font-size: 16px;
    height: 100%;
    padding: 30px 25px;
    white-space: nowrap;
    text-transform: unset
  }
}

@media all and (max-width: 480px) {
  .wlc-main-menu-dropdown__button-login {
    padding: 30px 10px
  }
}

.wlc-main-menu-dropdown__button svg path {
  stroke: #fbb203;
  fill: #fbb203
}

.wlc-main-menu-dropdown__button svg circle {
  stroke: #fbb203;
  stroke-width: 2px
}

.wlc-main-menu-dropdown__button svg circle:last-child {
  fill: #fbb203
}

.wlc-main-menu-dropdown .wlc-drop__cashback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 20px 5px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.wlc-main-menu-dropdown .wlc-drop__cashback .wlc-drop__get-cashback {
  background: #33ae33;
  color: #fff;
  font-weight: 700
}

.wlc-main-menu-dropdown .wlc-profile-messages {
  position: relative
}

.wlc-main-menu-dropdown .wlc-profile-messages .wlc-drop__menu-item {
  display: block
}

.wlc-main-menu-dropdown .wlc-profile-messages .wlc-drop__menu-item .messages__link {
  position: relative;
  padding: 12px 15px 0
}

.wlc-main-menu-dropdown .wlc-profile-messages .wlc-drop__menu-item .messages__link:after {
  position: absolute;
  right: 10px
}

.wlc-main-menu-dropdown .wlc-profile-messages:after {
  content: "";
  background-color: #bababa;
  height: 2px;
  display: block;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 0
}

.wlc-main-menu-dropdown .wlc-profile-messages .no-messages {
  display: block;
  padding: 12px 15px 0
}

@media (min-width: 901px) {
  .wlc-main-menu-dropdown .wlc-profile-messages {
    display: none
  }
}

.wlc-main-menu-dropdown .wlc-user-info__table .wlc-btn_link {
  background: 0 0;
  color: #fff;
  border: 0;
  display: inline
}

.wlc-main-menu-dropdown .wlc-user-info__table .wlc-btn_link:hover {
  background: 0 0 !important;
  border: 0 !important
}

.wlc-main-menu-dropdown .wlc-user-info__row--email {
  max-width: 250px
}

.wlc-main-menu-dropdown .wlc-user-info__cell_email {
  max-width: 90%
}

@media all and (max-width: 900px) {
  .wlc-menu-big {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 100%
  }
}

.wlc-menu-big__item {
  padding-right: 0
}

.wlc-menu-big__item a .wlc-icon svg {
  width: 23px;
  height: 26px
}

@media all and (max-width: 900px) {
  .wlc-menu-big__item a .wlc-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 17px;
    height: 25px;
    position: relative;
    bottom: 3px
  }
}

@media all and (min-width: 900px) {
  .wlc-menu-big__item_livechat {
    display: none
  }
}

@media all and (max-width: 900px) {
  .wlc-menu-big__item_sports:nth-child(2) {
    display: none
  }

  .wlc-menu-big__item_live a .wlc-icon {
    bottom: 7px
  }

  .wlc-main-menu {
    height: 100%;
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
  }
}

@media all and (max-width: 640px) {
  .wlc-main-menu {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
  }

  .wlc-main-menu .wlc-application_not-auth {
    max-width: 37px
  }

  .wlc-main-menu .wlc-main-menu__block_right {
    margin-left: auto;
    margin-right: 0
  }
}

@media all and (max-width: 480px) {
  .wlc-main-menu__block {
    margin: 0
  }
}

@media all and (max-width: 900px) {
  .wlc-main-menu__block_right {
    padding: 0
  }
}

.wlc-main-menu__block-2,
.wlc-main-menu__block-2.scroll-down {
  -webkit-transition: .25s all ease-in-out;
  transition: .25s all ease-in-out
}

.wlc-main-menu__block-2 {
  padding: 0
}

.wlc-main-menu__block-2.scroll-down {
  bottom: -60px
}

@media all and (max-width: 900px) {
  .wlc-main-menu__block-2 {
    position: fixed;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    bottom: 0;
    left: 0;
    background-color: #222121;
    border-top: 1px solid #666;
    padding: 3px 15px 12px
  }

  .wlc-main-menu__block-2 .wlc-menu-big__item {
    padding: 0
  }
}

@media all and (max-width: 900px)and (max-width:900px) {
  .wlc-main-menu__block-2 .wlc-menu-big__item {
    height: 80%
  }
}

@media all and (max-width: 900px)and (max-width:768px) {
  .wlc-main-menu__block-2 .wlc-menu-big__item {
    padding: 0
  }
}

@media all and (max-width: 900px) {
  .wlc-main-menu__block-2 .wlc-menu-big__item a {
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 5px
  }
}

@media all and (max-width: 900px)and (max-width:900px) {

  .wlc-main-menu__block-2 .wlc-menu-big__item .wlc-text,
  .wlc-main-menu__block-2 .wlc-menu-big__item a {
    font-size: 11px;
    color: #fff
  }

  .wlc-main-menu__block-2 .wlc-menu-big__item a.active {
    border: 1px solid #666
  }

  .wlc-main-menu__block-2 .wlc-menu-big__item_loyalty-program {
    display: none
  }
}

@media all and (max-width: 900px) {

  .wlc-main-menu__block-2 .wlc-menu-big__item_bonuses,
  .wlc-main-menu__block-2 .wlc-menu-big__item_tournaments {
    display: none
  }

  .wlc-main-menu__block-2 .wlc-main-menu__block_left {
    padding: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0
  }
}

@media all and (max-width: 900px)and (max-width:900px) {
  .wlc-main-menu__block-2 .wlc-main-menu__block_left {
    height: 100%;
    margin-left: 5px
  }
}

.wlc-main-menu__block-2 .wlc-main-menu-dropdown__button svg path {
  stroke: #fff;
  stroke-width: 2px
}

@media all and (max-width: 900px) {
  .wlc-header-main {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

@media all and (max-width: 640px) {
  .wlc-header-main {
    margin: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

@media all and (max-width: 900px) {
  .wlc-header-main>.col {
    padding: 0
  }
}

@media all and (max-width: 480px) {
  .wlc-header-main .wlc-header-logo {
    padding: 0
  }
}

@media all and (max-width: 560px) {
  .wlc-application_auth .wlc-header-main .wlc-header-logo {
    padding-left: 0
  }
}

@media all and (max-width: 900px) {
  .wlc-application_auth .wlc-header-main .wlc-header-left {
    padding-right: 15px;
    max-width: 90px
  }
}

@media all and (max-width: 640px) {
  .wlc-application_auth .wlc-header-main .wlc-header-left {
    padding-right: 0;
    max-width: 37px
  }
}

@media all and (max-width: 900px) {
  .wlc-header-main .wlc-header-left {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
}

.wlc-header-main .wlc-header-right {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}

@media all and (max-width: 1366px) {
  .wlc-header-main .wlc-header-right {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
  }
}

@media all and (max-width: 900px) {
  .wlc-header-main .wlc-header-right {
    padding-left: 15px;
    padding-right: 15px
  }
}

@media all and (max-width: 640px) {
  .wlc-header-main .wlc-header-right {
    padding: 0 15px 0 0
  }
}

@media all and (max-width: 900px) {

  .wlc-header-main .wlc-desktop,
  .wlc-header-main .wlc-header-right {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }

  .wlc-header-main .login-signup-dropdown,
  div[data-uib-dropdown] {
    display: none
  }

  .wlc-header-main .wlc-logo-wrp {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

.wlc-nav-mobile {
  background-color: #1c1a19
}

.wlc-nav-mobile .wlc-nav-icons {
  background-color: #1c1a19;
  border-bottom: solid 2px #bababa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  padding-bottom: 25px;
  padding-left: 0;
  padding-right: 0
}

.wlc-nav-mobile .wlc-nav-icons__item,
.wlc-nav-mobile .wlc-nav-icons__item.item-home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.wlc-nav-mobile .wlc-nav-icons__item {
  margin-left: 0;
  min-width: 25px;
  font-size: 16px;
  line-height: unset;
  height: 100%
}

.wlc-nav-mobile .wlc-nav-icons__item.item-home {
  position: static;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.wlc-nav-mobile .wlc-nav-icons__item:last-child {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.wlc-nav-mobile .wlc-nav-icons__item svg {
  stroke: #bababa;
  stroke-width: 2px
}

.wlc-nav-mobile .wlc-nav-block {
  border-top: unset
}

.wlc-nav-mobile .wlc-nav-block:last-child {
  border: unset
}

.wlc-nav-mobile .wlc-nav-block__title {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700
}

.wlc-nav-mobile .wlc-nav-block__title .wlc-arrow {
  -webkit-transform: unset;
  transform: unset;
  opacity: 1
}

.wlc-nav-mobile .wlc-nav-block__title .wlc-arrow svg {
  stroke: #fbb203
}

.wlc-nav-mobile .wlc-nav-block__title .wlc-arrow svg path {
  fill: #fbb203
}

.wlc-nav-mobile .wlc-nav-block__title .wlc-icon-logout {
  margin-left: auto;
  margin-right: 15px
}

.wlc-nav-mobile .wlc-nav-block__item {
  padding-left: 15px
}

.wlc-nav-mobile .wlc-nav-block__item a {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase
}

.wlc-nav-mobile .wlc-nav-block__item a.active .wlc-text {
  color: #33ae33
}

.wlc-nav-mobile .wlc-nav-block__item_type_child {
  padding-left: 30px
}

.wlc-nav-mobile .wlc-nav-block__item.wlc-turkey {
  display: none
}

.wlc-nav-mobile .wlc-nav-block__item.wlc-no-turkey {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.wlc-nav-mobile .wlc-nav-block.wlc-show .wlc-nav-block__title {
  background-color: #fbb203;
  color: #000
}

.wlc-nav-mobile .wlc-nav-block.wlc-show .wlc-nav-block__title .wlc-arrow {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}

.wlc-nav-mobile .wlc-nav-block.wlc-show .wlc-nav-block__title .wlc-arrow svg {
  stroke: #1c1a19
}

.wlc-nav-mobile .wlc-nav-block.wlc-show .wlc-nav-block__title .wlc-arrow svg path {
  fill: #1c1a19
}

.wlc-profile-menu .wlc-nav-block .wlc-nav-block__title .wlc-arrow svg {
  stroke: #33ae33
}

.wlc-nav-mobile.wlc-nav-mobile_left {
  height: 100%;
  left: initial;
  right: 0;
  -webkit-transform: translateX(300px);
  transform: translateX(300px)
}

.wlc-open-menu_left .wlc-nav-mobile.wlc-nav-mobile_left {
  -webkit-transform: translateX(0);
  transform: translateX(0)
}

.wlc-nav-mobile.wlc-nav-mobile_right {
  height: 100%
}

@media all and (max-width: 900px) {
  .wlc-nav-mobile.wlc-nav-mobile_right .wlc-nav-icons {
    grid-template-areas: "menu item_close";
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .wlc-nav-mobile.wlc-nav-mobile_right .wlc-nav-icons:after {
    bottom: 4px
  }
}

.wlc-app__lang-tr .wlc-nav-mobile .wlc-nav-block__item.wlc-turkey {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.wlc-app__lang-tr .wlc-nav-mobile .wlc-nav-block__item.wlc-no-turkey {
  display: none
}

.wlc-user-info__wagering {
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase
}

.wlc-user-info__wagering .wlc-user-stat__wagering-item {
  border-bottom: 2px solid #000;
  padding-bottom: 5px
}

.wlc-user-info__row a span,
.wlc-user-info__wagering .wlc-user-stat__wagering-item .highlight {
  color: #33ae33
}

.wlc-user-info__wagering .wlc-user-stat__wagering-title {
  padding: 7px 0
}

.wlc-user-info__wagering .wlc-user-stat__wagering-value {
  padding-bottom: 7px
}

.wlc-user-info .dashboard-user-info {
  padding: 0;
  background: unset
}

.wlc-user-info .dashboard-user-info__title {
  display: none
}

.wlc-user-info .dashboard-user-info__balances {
  margin: 0 10px;
  background: #151211
}

.wlc-user-info .dashboard-user-info .wlc-inline-text,
.wlc-user-info .dashboard-user-info div[data-wlc-bonuses],
.wlc-user-info .dashboard-user-info__deposit-btn,
.wlc-user-info .dashboard-user-info__level {
  display: none
}

.wlc-user-info__table {
  width: 100%;
  padding: 0
}

.wlc-user-info__table>div {
  padding: 0 15px
}

.wlc-user-info__table .wlc-user-info__row-button {
  padding: 0 30px;
  line-height: initial
}

.wlc-user-info__cell {
  text-align: center;
  display: block
}

.wlc-user-info__cell .wlc-btn {
  background: #33ae33;
  border: 1px solid #33ae33;
  color: #fff;
  font-weight: 700;
  margin-left: 0;
  padding: 10px 30px !important;
  width: 100%
}

.wlc-user-info__cell_email {
  max-width: initial
}

.wlc-user-info__row {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  display: block
}

.wlc-user-info__row--email {
  width: calc(100% - 30px);
  font-size: 14px;
  text-overflow: ellipsis
}

.wlc-user-info__row .wlc-btn_link {
  padding: 0 !important
}

.wlc-user-info__row .wlc-user-info__cell {
  padding: 15px 0
}

.wlc-user-stat__button-amount span[data-wlc-currency] {
  font-family: inherit;
  padding-top: 0;
  margin-right: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.wlc-user-stat__button-amount span[data-wlc-currency=RUB] {
  margin-left: 5px
}

.wlc-btn svg {
  fill: #33ae33
}

.wlc-inline-bitcoin__svg {
  top: 1px
}

@media all and (max-width: 900px) {

  .wlc-inline-bitcoin__svg .wlc-user-stat__button,
  .wlc-user-info__table .wlc-inline-bitcoin__svg {
    top: 0
  }

  .wlc-inline-bitcoin {
    display: block
  }
}

.wlc-login-buttons.wlc-login-buttons_mobile,
.wlc-social,
.wlc-social-wrapper .wlc-form-separator {
  display: none
}

.wlc-social-button {
  background: 0 0;
  padding: 0
}

.wlc-social-text {
  width: 100%;
  text-align: center
}

.wlc-profile-bets-history .form-contnrol-errors {
  margin-top: 0
}

.wlc-profile-bets-history .wlc-profile-content {
  padding-top: 0
}

.wlc-profile-bets-history .wlc-form-block {
  margin-bottom: 2rem
}

.wlc-profile-bets-history .wlc-form-block .wlc-input,
.wlc-profile-bets-history .wlc-form-block .wlc-select {
  background-image: url(/static/images/icon-down-arrow.svg);
  background-repeat: no-repeat;
  background-position: right 10px top 15px;
  background-size: 16px
}

.wlc-profile-bets-history .wlc-form-block .wlc-input:hover,
.wlc-profile-bets-history .wlc-form-block .wlc-select:hover {
  cursor: pointer
}

.wlc-profile-bets-history .wlc-form-block.wlc-datepicker .wlc-input,
.wlc-profile-bets-history .wlc-form-block.wlc-datepicker .wlc-select {
  background-image: url(/static/images/icon-date.svg);
  background-position: right 10px top 10px;
  position: relative
}

.wlc-profile-bets-history .min-height .wlc-profile-bet-history-list__paginate {
  margin-top: 6rem
}

.wlc-form-checkbox .wlc-form-checkbox__input:checked+label>span {
  background: #fbb203
}

.wlc-signup-form .wlc-country-name {
  display: none
}

.wlc-signup-form .wlc-form-block {
  margin-bottom: 15px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.wlc-signup-form .wlc-form-block_grownup p,
.wlc-signup-form .wlc-form-block_rules p {
  text-align: left
}

.wlc-signup-form .wlc-profile-edit__errors {
  font-size: 16px
}

.wlc-modal_login-signup .wlc-modal__footer {
  display: none
}

.wlc-modal__footer {
  padding: 15px 30px
}

.wlc-modal-recovery-footer {
  padding: 15px;
  font-size: 16px
}

.wlc-modal-recovery-footer a {
  text-decoration: underline
}

.wlc-modal-recovery-footer a:hover {
  text-decoration: none
}

.wlc-area {
  padding: 10px
}

.wlc-profile-bank-info .wlc-form-block .wlc-input_disabled,
.wlc-profile-edit .wlc-form-block .wlc-input_disabled {
  background-color: #bababa;
  color: #3a3835;
  cursor: not-allowed;
  line-height: 3.5rem
}

.wlc-contacts a,
.wlc-contacts a strong {
  color: #fbb203
}

.wlc-contact__button {
  font-size: 15px;
  font-weight: 700
}

.wlc-contact__button:disabled {
  cursor: not-allowed;
  background: #fff !important;
  border-color: #fff !important;
  color: #000 !important
}

.wlc-contact__block {
  margin-bottom: 10px
}

.wlc-contact__block .form-control-errors {
  height: 12px
}

@media (max-width: 900px) {
  div#chat-widget-container {
    display: none !important;
    margin-bottom: -90px !important;
    overflow: visible !important
  }

  iframe#chat-widget {
    display: none !important;
    margin-top: -90px !important;
    visibility: visible !important
  }
}

@font-face {
  font-family: Lato;
  src: url(/assets/Lato-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: Lato;
  src: url(/assets/Lato-BoldItalic.ttf) format("truetype");
  font-weight: 700;
  font-style: italic
}

@font-face {
  font-family: Lato;
  src: url(/assets/Lato-Italic.ttf) format("truetype");
  font-weight: 400;
  font-style: italic
}

@font-face {
  font-family: Lato;
  src: url(/assets/Lato-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal
}

.deposit-payment-info {
  font-size: 16px
}

.deposit-qr-code__label {
  position: static;
  text-indent: 0;
  margin-bottom: .5rem
}

.deposit-copy-block {
  --input-color: #ffffff;
  --input-backcolor: var(--input-border);
  --btn-color: #ffffff;
  --btn-hover-color: #fbb203
}

.deposit-copy-block__button svg {
  opacity: .6
}

.deposit-subsystems .deposit-subsystem {
  background: #202020;
  color: #fff;
  --color-ticker: rgba(255, 255, 255, 0.6)
}

.wlc-payment-address-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.wlc-payment-address-block__coinspaid .wlc-payment-address {
  color: #fff !important;
  overflow: auto !important;
  padding: 0 55px 0 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.wlc-payment-address-block__coinspaid .wlc-payment-address-hide {
  width: 55px
}

.wlc-payment-address-block__coinspaid .wlc-btn_link {
  position: absolute;
  right: 0
}

.wlc-payment-address-block__coinspaid .wlc-btn_link:hover {
  background: #fbb203 !important;
  stroke: none !important
}

.wlc-payment-address-block__coinspaid .wlc-btn_link svg:hover {
  stroke: none !important
}

.wlc-payment-address-block__coinspaid .wlc-copied-tooltip {
  left: 45%
}

.wlc-payment-address-block .wlc-btn_link {
  margin: 0;
  padding: 5px 15px !important
}

div[data-ng-switch-when=pay_to_address] {
  text-align: center
}

.default-payments .wlc-payment-message__text-row {
  color: #fff !important
}

.coinspaid .wlc-payment-address-block__coinspaid .wlc-payment-message__label {
  font-weight: 700;
  -ms-flex-item-align: start;
  align-self: flex-start
}

.coinspaid .wlc-payment-address-block__coinspaid .wlc-payment-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%
}

.coinspaid .wlc-payment-message__text-row {
  font-weight: 700;
  color: #fff
}

@media (max-width: 560px) {

  .coinspaid .wlc-btc-description,
  .default-payments .wlc-btc-description {
    display: block !important
  }
}

.wlc-loyalty-program,
.wlc-pay-sys-info .wlc-limits-title,
.wlc-pay-sys-info .wlc-table-header {
  color: #fff
}

.wlc-pay-sys-info .wlc-limits-list,
.wlc-pay-sys-info .wlc-time {
  color: #d9a736
}

.wlc-pay-sys-info .wlc-currency {
  font-family: inherit
}

.wlc-pay-sys-info .wlc-title-wrapper {
  text-transform: capitalize
}

.wlc-pay-sys-info .wlc-header-payment-title {
  white-space: nowrap
}

.wlc-pay-sys-info .wlc-terms-and-conditions {
  display: none
}

.wlc-pay-sys-info .wlc-transition-btn button {
  width: 100%;
  margin-right: 0
}

.wlc-loyalty-program .loyalty-section-a {
  background-image: url(/static/images/loyalty/loyalty-levels-bg.jpg);
  padding: 25px 105px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 30px
}

@media all and (max-width: 720px) {
  .wlc-loyalty-program .loyalty-section-a {
    padding: 25px 10px 160px
  }
}

.wlc-loyalty-program .bonus-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, 190px);
  gap: 50px;
  min-height: 275px;
  grid-auto-rows: 275px
}

@media all and (max-width: 1420px) {
  .wlc-loyalty-program .bonus-cards {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

@media all and (max-width: 720px) {
  .wlc-loyalty-program .bonus-cards {
    grid-auto-rows: 150px;
    grid-template-columns: repeat(auto-fill, 225px);
    gap: 10px
  }
}

.wlc-loyalty-program .bonus-card {
  position: relative;
  border-radius: 10px
}

.wlc-loyalty-program .bonus-card__rock {
  position: absolute;
  bottom: -35px;
  left: -45px;
  width: 150px;
  height: 150px
}

@media all and (max-width: 720px) {
  .wlc-loyalty-program .bonus-card__rock {
    bottom: 2px;
    left: -10px;
    width: 100px;
    height: 100px
  }
}

.wlc-loyalty-program .bonus-card__title {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 26px;
  max-width: -webkit-min-content;
  max-width: -moz-min-content;
  max-width: min-content;
  position: relative
}

.wlc-loyalty-program .bonus-card__title:before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(/static/images/loyalty/loyalty-tick.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 10px;
  width: 35px;
  left: -40px;
  top: 25px
}

.wlc-loyalty-program .bonus-card__wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media all and (max-width: 720px) {
  .wlc-loyalty-program .bonus-card__wrapper {
    padding: 10px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
  }
}

.wlc-loyalty-program .bonus-card__level {
  -ms-flex-item-align: end;
  align-self: flex-end;
  text-transform: uppercase;
  font-weight: 700
}

.wlc-loyalty-program .bonus-card-a {
  background: -webkit-gradient(linear, left bottom, left top, from(#ff6b00), color-stop(65.17%, #000));
  background: linear-gradient(0deg, #ff6b00 0, #000 65.17%)
}

@media all and (max-width: 1024px) {
  .wlc-loyalty-program .bonus-card-a {
    grid-column: 1/2
  }
}

@media all and (max-width: 560px) {
  .wlc-loyalty-program .bonus-card-a {
    grid-column: unset
  }
}

.wlc-loyalty-program .bonus-card-a .level,
.wlc-loyalty-program .loyalty-cards .level-block-1 .level-block__level {
  color: #fbb203
}

.wlc-loyalty-program .bonus-card-b {
  background: -webkit-gradient(linear, left bottom, left top, from(#76b901), color-stop(65.17%, #000));
  background: linear-gradient(0deg, #76b901 0, #000 65.17%)
}

@media all and (max-width: 1024px) {
  .wlc-loyalty-program .bonus-card-b {
    grid-column: 2/3
  }
}

@media all and (max-width: 560px) {
  .wlc-loyalty-program .bonus-card-b {
    grid-column: unset
  }
}

.wlc-loyalty-program .bonus-card-b .level,
.wlc-loyalty-program .loyalty-cards .level-block-2 .level-block__level {
  color: #aaff15
}

.wlc-loyalty-program .bonus-card-c {
  background: -webkit-gradient(linear, left bottom, left top, from(#b90138), color-stop(65.17%, #000));
  background: linear-gradient(0deg, #b90138 0, #000 65.17%)
}

@media all and (max-width: 1024px) {
  .wlc-loyalty-program .bonus-card-c {
    grid-column: 1/2
  }
}

@media all and (max-width: 560px) {
  .wlc-loyalty-program .bonus-card-c {
    grid-column: unset
  }
}

.wlc-loyalty-program .bonus-card-c .level,
.wlc-loyalty-program .loyalty-cards .level-block-3 .level-block__level {
  color: #ff2e00
}

.wlc-loyalty-program .bonus-card-d {
  background: -webkit-gradient(linear, left bottom, left top, from(#0129b9), color-stop(65.17%, #000));
  background: linear-gradient(0deg, #0129b9 0, #000 65.17%)
}

@media all and (max-width: 1024px) {
  .wlc-loyalty-program .bonus-card-d {
    grid-column: 2/3
  }
}

@media all and (max-width: 560px) {
  .wlc-loyalty-program .bonus-card-d {
    grid-column: unset
  }
}

.wlc-loyalty-program .bonus-card-d .level,
.wlc-loyalty-program .loyalty-cards .level-block-4 .level-block__level {
  color: #68edff
}

.wlc-loyalty-program .bonus-card-f {
  -ms-flex-item-align: center;
  align-self: center
}

@media all and (max-width: 1420px) {
  .wlc-loyalty-program .bonus-card-f {
    justify-self: center;
    grid-column: 2/4
  }
}

@media all and (max-width: 1024px) {
  .wlc-loyalty-program .bonus-card-f {
    grid-column: 1/3
  }
}

@media all and (max-width: 720px) {
  .wlc-loyalty-program .bonus-card-f {
    margin-top: 65px;
    height: 100%
  }
}

@media all and (max-width: 560px) {
  .wlc-loyalty-program .bonus-card-f {
    grid-column: unset
  }
}

@media all and (max-width: 720px) {
  .wlc-loyalty-program .bonus-card-f img {
    -webkit-transform: scale(.8);
    transform: scale(.8);
    -o-object-fit: cover;
    object-fit: cover
  }
}

.wlc-loyalty-program .loyalty-section-b {
  background: #1c1a19;
  padding: 30px 15px
}

.wlc-loyalty-program .loyalty-cards .loyalty-card {
  padding: 15px;
  background-color: #151211;
  margin-bottom: 20px;
  grid-auto-columns: 1fr;
  display: grid
}

.wlc-loyalty-program .loyalty-cards .loyalty-card__currencies-list {
  grid-area: progress;
  font-size: 12px;
  color: #5a5a5a;
  display: grid
}

.wlc-loyalty-program .loyalty-cards .loyalty-card__progress-line {
  background: #5a5a5a;
  position: relative
}

.wlc-loyalty-program .loyalty-cards .loyalty-card__progress-line:before {
  content: "";
  display: block;
  position: absolute;
  background: #5a5a5a
}

.wlc-loyalty-program .loyalty-cards .loyalty-card__progress-line-1 {
  grid-area: progress_line_1
}

.wlc-loyalty-program .loyalty-cards .loyalty-card__progress-line-2 {
  grid-area: progress_line_2
}

.wlc-loyalty-program .loyalty-cards .loyalty-card__progress-line-3 {
  grid-area: progress_line_3
}

.wlc-loyalty-program .loyalty-cards .loyalty-card__progress-line-4 {
  grid-area: progress_line_4
}

.wlc-loyalty-program .loyalty-cards .loyalty-card__progress-line-5 {
  grid-area: progress_line_5
}

.wlc-loyalty-program .loyalty-cards .loyalty-card__progress-line-6 {
  grid-area: progress_line_6
}

.wlc-loyalty-program .loyalty-cards .loyalty-card__progress-line-7 {
  grid-area: progress_line_7
}

.wlc-loyalty-program .loyalty-cards .loyalty-card__progress-line-8 {
  grid-area: progress_line_8
}

.wlc-loyalty-program .loyalty-cards .loyalty-card__bonus {
  padding: 10px 10px 10px 50px;
  background-color: #fdab0f;
  border-radius: 10px;
  position: relative;
  grid-area: bonus
}

.wlc-loyalty-program .loyalty-cards .loyalty-card__bonus:before {
  content: "";
  display: block;
  position: absolute;
  height: 75px;
  width: 75px;
  background: url(/static/images/loyalty/horseshoe.png);
  background-repeat: no-repeat;
  background-position: center
}

.wlc-loyalty-program .loyalty-cards .loyalty-card__bonus-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-shadow: -1px 1px 0 #01964d, 1px 1px 0 #01964d, 1px -1px 0 #01964d;
  text-transform: uppercase;
  font-size: 22px
}

.wlc-loyalty-program .loyalty-cards .loyalty-card__bonus-body {
  font-size: 11px;
  color: #000
}

.wlc-loyalty-program .loyalty-cards .loyalty-card__level {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-area: level
}

.wlc-loyalty-program .loyalty-cards .loyalty-card__title {
  color: #fbb203;
  font-size: 24px;
  text-transform: uppercase
}

.wlc-loyalty-program .loyalty-cards .loyalty-card__subtitle {
  font-size: 16px;
  text-transform: uppercase
}

.wlc-loyalty-program .loyalty-cards .level-block,
.wlc-loyalty-program .loyalty-cards .loyalty-card__level-number {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.wlc-loyalty-program .loyalty-cards .loyalty-card__level-number {
  min-width: 65px;
  height: 65px;
  background: #fdab0f;
  color: #000;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  font-weight: 700;
  margin-right: 10px
}

.wlc-loyalty-program .loyalty-cards .loyalty-card__level-number:before {
  position: absolute;
  content: "";
  display: block;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(/static/images/loyalty/loyalty-tick-black.png);
  width: 43px;
  height: 15px;
  background-repeat: no-repeat
}

.wlc-loyalty-program .loyalty-cards .level-block {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 16px
}

.wlc-loyalty-program .loyalty-cards .level-block:before {
  position: absolute;
  content: "";
  display: block;
  height: 55px;
  width: 55px
}

.wlc-loyalty-program .loyalty-cards .level-block:after {
  position: absolute;
  content: "";
  display: block;
  left: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 7px;
  height: 3px
}

.wlc-loyalty-program .loyalty-cards .level-block__points {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px
}

.wlc-loyalty-program .loyalty-cards .level-block__level {
  text-transform: uppercase;
  text-align: center;
  font-weight: 700
}

.wlc-loyalty-program .loyalty-cards .level-block-1 {
  grid-area: level_block_1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-32.83%, #1c1a19), color-stop(59.03%, #1c1a19), color-stop(135.01%, #92450c), color-stop(184.91%, #eb6602));
  background: linear-gradient(180deg, #1c1a19 -32.83%, #1c1a19 59.03%, #92450c 135.01%, #eb6602 184.91%)
}

.wlc-loyalty-program .loyalty-cards .level-block-1:before {
  background: url(/static/images/loyalty/rock-1.png);
  background-size: contain
}

.wlc-loyalty-program .loyalty-cards .level-block-1:after {
  background-color: #fbb203
}

.wlc-loyalty-program .loyalty-cards .level-block-2 {
  grid-area: level_block_2;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(58.47%, #1c1a19), color-stop(238.77%, #73b302));
  background: linear-gradient(180deg, #1c1a19 58.47%, #73b302 238.77%)
}

.wlc-loyalty-program .loyalty-cards .level-block-2:before {
  background: url(/static/images/loyalty/rock-2.png);
  background-size: contain
}

.wlc-loyalty-program .loyalty-cards .level-block-2:after {
  background-color: #aaff15
}

.wlc-loyalty-program .loyalty-cards .level-block-3 {
  grid-area: level_block_3;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(57.51%, #1c1a19), color-stop(172.91%, #b2073e));
  background: linear-gradient(180deg, #1c1a19 57.51%, #b2073e 172.91%)
}

.wlc-loyalty-program .loyalty-cards .level-block-3:before {
  background: url(/static/images/loyalty/rock-3.png);
  background-size: contain
}

.wlc-loyalty-program .loyalty-cards .level-block-3:after {
  background-color: #ff2e00
}

.wlc-loyalty-program .loyalty-cards .level-block-4 {
  grid-area: level_block_4;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(59.28%, #1c1a19), color-stop(143.86%, #022bb8));
  background: linear-gradient(180deg, #1c1a19 59.28%, #022bb8 143.86%)
}

.wlc-loyalty-program .loyalty-cards .level-block-4:before {
  background: url(/static/images/loyalty/rock-4.png);
  background-size: contain
}

.wlc-loyalty-program .loyalty-cards .level-block-4:after {
  background-color: #68edff
}

.wlc-loyalty-program .loyalty-cards-desktop {
  margin-top: 30px
}

.wlc-loyalty-program .loyalty-cards-desktop .loyalty-card {
  padding: 15px 74px 0 235px;
  grid-template-rows: 100px 35px 110px 30px 50px;
  grid-template-areas: "level level level . . bonus bonus bonus" ". . . . . . . ." "level_block_1 level_block_1 level_block_2 level_block_2 level_block_3 level_block_3 level_block_4 level_block_4" ". . . . . . . ." "progress progress progress progress progress progress progress progress";
  background-image: url(/static/images/loyalty/treasure.png);
  background-repeat: no-repeat;
  background-position: left bottom
}

@media all and (max-width: 1200px) {
  .wlc-loyalty-program .loyalty-cards-desktop .loyalty-card {
    padding: 15px 74px 0
  }
}

@media all and (max-width: 1024px) {
  .wlc-loyalty-program .loyalty-cards-desktop .loyalty-card {
    grid-template-areas: "level level level . bonus bonus bonus bonus" ". . . . . . . ." "level_block_1 level_block_1 level_block_2 level_block_2 level_block_3 level_block_3 level_block_4 level_block_4" ". . . . . . . ." "progress progress progress progress progress progress progress progress"
  }
}

.wlc-loyalty-program .loyalty-cards-desktop .loyalty-card__currencies-list {
  align-self: center;
  grid-template-areas: "progress_line_1 progress_line_2 progress_line_3 progress_line_4 progress_line_5 progress_line_6 progress_line_7 progress_line_8" "text text text text text text text text";
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: repeat(2, 10px)
}

.wlc-loyalty-program .loyalty-cards-desktop .loyalty-card__progress-line {
  height: 2px
}

.wlc-loyalty-program .loyalty-cards-desktop .loyalty-card__progress-line:before {
  height: 5px;
  width: 1px;
  right: 0;
  top: -2px
}

.wlc-loyalty-program .loyalty-cards-desktop .loyalty-card__list {
  grid-area: text;
  text-shadow: 0 4px 3px #000;
  color: #fff;
  z-index: 1;
  position: relative
}

.wlc-loyalty-program .loyalty-cards-desktop .loyalty-card__list:before {
  content: "";
  z-index: -2;
  position: absolute;
  top: 0;
  left: -2px;
  width: 20%;
  height: 150%;
  background: -webkit-gradient(linear, left top, right top, from(#020024), color-stop(35%, transparent));
  background: linear-gradient(90deg, #020024 0, transparent 35%);
  border-radius: 10px
}

.wlc-loyalty-program .loyalty-cards-desktop .loyalty-card__bonus {
  grid-area: bonus
}

.wlc-loyalty-program .loyalty-cards-desktop .loyalty-card__bonus:before {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -30px
}

.wlc-loyalty-program .loyalty-cards-desktop .loyalty-card__level {
  grid-area: level
}

.wlc-loyalty-program .loyalty-cards-desktop .level-block:before {
  bottom: 0;
  left: 0
}

.wlc-loyalty-program .loyalty-cards-desktop .level-block:after {
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 10px;
  width: 3px
}

.wlc-loyalty-program .loyalty-cards-mobile {
  min-width: 295px;
  max-width: 480px;
  margin: 20px auto 0
}

.wlc-loyalty-program .loyalty-cards-mobile .loyalty-card {
  grid-template-areas: "level level" "m_progress_line_1 level_block_1" "m_progress_line_2 level_block_2" "m_progress_line_3 level_block_3" "m_progress_line_4 level_block_4" "bonus bonus";
  grid-auto-rows: 145px
}

.wlc-loyalty-program .loyalty-cards-mobile .loyalty-card__m-progress-line {
  width: 100%;
  border-left: 2px solid #5a5a5a;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.wlc-loyalty-program .loyalty-cards-mobile .loyalty-card__m-progress-line span {
  position: relative;
  margin: 0 auto;
  text-align: center
}

.wlc-loyalty-program .loyalty-cards-mobile .loyalty-card__m-progress-line:before {
  width: 5px;
  height: 1px;
  content: "";
  position: absolute;
  background-color: #5a5a5a
}

.wlc-loyalty-program .loyalty-cards-mobile .loyalty-card__m-progress-line-1 {
  grid-area: m_progress_line_1
}

.wlc-loyalty-program .loyalty-cards-mobile .loyalty-card__m-progress-line-2 {
  grid-area: m_progress_line_2
}

.wlc-loyalty-program .loyalty-cards-mobile .loyalty-card__m-progress-line-3 {
  grid-area: m_progress_line_3
}

.wlc-loyalty-program .loyalty-cards-mobile .loyalty-card__m-progress-line-4 {
  grid-area: m_progress_line_4
}

.wlc-loyalty-program .loyalty-cards-mobile .loyalty-card__currencies-list {
  display: none
}

.register-section,
.wlc-loyalty-program .loyalty-cards-mobile .loyalty-card__bonus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.wlc-loyalty-program .loyalty-cards-mobile .loyalty-card__bonus {
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 15px
}

.wlc-loyalty-program .loyalty-cards-mobile .loyalty-card__bonus:before {
  top: -3px;
  left: -17px
}

.wlc-loyalty-program .loyalty-cards-mobile .loyalty-card__bonus-header {
  padding-left: 60px;
  font-size: 26px;
  margin-bottom: 20px
}

.wlc-loyalty-program .loyalty-cards-mobile .level-block__level,
.wlc-loyalty-program .loyalty-cards-mobile .level-block__points {
  padding-left: 50px
}

.wlc-loyalty-program .loyalty-cards-mobile .level-block {
  margin: 10px 0
}

@media all and (max-width: 480px) {
  .wlc-loyalty-program .loyalty-cards-mobile .level-block {
    width: 170px
  }
}

.wlc-loyalty-program .loyalty-cards-mobile .level-block:before {
  bottom: 10px;
  left: 10px
}

.wlc-loyalty-program .loyalty-section-wrapper {
  max-width: 1170px;
  margin: 0 auto
}

.register-section {
  padding: 15px 0
}

.register-section__button {
  text-transform: uppercase;
  color: #fff;
  border-radius: 5px;
  background: #2fa125;
  padding: 10px 45px;
  margin: 0 auto
}

@media (min-width: 901px) {
  .loyalty-cards-mobile {
    display: none
  }
}

@media (max-width: 900px) {
  .loyalty-cards-desktop {
    display: none
  }
}

.wlc-state__app-auth,
.wlc-state__app-auth .modal-backdrop {
  background: #696969
}

@media all and (max-width: 900px) {
  .wlc-mobile #sb_container iframe {
    min-height: unset !important
  }
}

.wlc-section-last-wins {
  padding: 30px;
  background: 0 0;
  margin: 0;
  min-height: auto
}

.wlc-section-last-wins__title {
  padding-bottom: 20px;
  color: #fff;
  text-transform: uppercase
}

@media all and (max-width: 560px) {
  .wlc-section-last-wins {
    display: block;
    min-height: initial
  }
}

@media all and (max-width: 480px) {
  .wlc-section-last-wins {
    padding: 15px
  }
}

.wlc-section-last-wins .swiper-container {
  margin: initial
}

.wlc-last-wins {
  min-height: 85px
}

.wlc-last-wins.container {
  max-width: none;
  width: 100%;
  padding: 0 15px;
  border-radius: 10px;
  background-color: #262425
}

@media all and (max-width: 560px) {
  .wlc-last-wins.container {
    padding: 15px
  }
}

.wlc-last-wins-item .wlc-item {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-template-areas: "image details";
  -webkit-box-pack: initial;
  -ms-flex-pack: initial;
  justify-content: initial;
  color: #ae926c;
  font-size: 1.8rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 30px;
  gap: 15px
}

@media all and (max-width: 560px) {
  .wlc-last-wins-item .wlc-item {
    padding: 0 5px;
    gap: 5px
  }
}

.wlc-last-wins-item .wlc-item__image img {
  border-radius: 10px
}

.wlc-last-wins-item .wlc-item-data {
  grid-area: details;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.wlc-last-wins-item .wlc-item-data-user-block {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 5px
}

.wlc-last-wins-item .wlc-item-data-user-block .wlc-item__amount {
  color: #fbb203
}

.wlc-last-wins-item .wlc-item-data-user-block .wlc-item__name {
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.wlc-last-wins-item .wlc-item-data-user-block .wlc-item__name .wlc-flag {
  margin-right: 10px
}

.wlc-last-wins-item .wlc-item-data-user-block .wlc-item__name .wlc-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.wlc-last-wins-item .wlc-item__name .wlc-flag {
  margin: 0
}

.wlc-last-wins-item .wlc-item:before {
  content: "";
  position: absolute;
  top: 10%;
  left: 0;
  width: 2px;
  height: 90%;
  background-color: #5b5659;
  border-radius: 3px
}

@media all and (max-width: 560px) {
  .wlc-last-wins-item .wlc-item:before {
    display: none
  }
}

.wlc-last-wins-game-block,
.wlc-last-wins-game-block .wlc-item__game a,
.wlc-last-wins-item .wlc-item-data-user-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 247px;
}

.wlc-last-wins-game-block .wlc-item__game {
  font-weight: 700;
  color: #fff;
  width: 100%
}

.wlc-last-wins-game-block .wlc-item__game-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 80%
}

@media all and (max-width: 560px) {
  .wlc-last-wins-game-block .wlc-item__game-name {
    max-width: 60%;
    width: 100px
  }
}

.wlc-last-wins-game-block .wlc-item__game a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.wlc-last-wins-game-block .wlc-item__game:hover {
  text-decoration: underline
}

.wlc-last-wins-game-block .wlc-item__arrow {
  background-color: #fbb203;
  border-radius: 50%;
  height: 14px;
  position: relative;
  width: 14px
}

.wlc-last-wins-game-block .wlc-item__arrow span {
  display: block;
  border: 1px solid #000;
  height: 6px;
  width: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  border-left: transparent;
  border-bottom: transparent;
  top: calc(50% - 3px);
  left: calc(50% - 4px)
}

.wlc-tab-generator .wlc-tabs-header .item {
  text-align: center;
  margin: 0 5px
}

.wlc-custom-menu__item,
.wlc-modal__body p,
.wlc-modal_error .wlc-modal__body p {
  text-align: center;
  display: flex;
}

.swiper-wrapper2 {
  height: unset !important;
}