html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

@-ms-viewport {
  width: device-width;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  font-family: 'PT Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  color: #ffffff;
  background-color: #0c0c11;
}

[tabindex='-1']:focus {
  outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  text-align: center;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

b,
strong {
  font-weight: bolder;
}

a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  color: #fff;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  text-decoration: none;
}

a:not([href]):not([tabindex]) {
  text-decoration: none;
  color: inherit;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  text-decoration: none;
  color: inherit;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

a:focus {
  outline: none;
}

a.kappar-link__text{ 
  color: #24bb9d;
}

a.kappar-link__text:hover{ 
  text-decoration: underline;
}

figure {
  margin: 0 0 1rem;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

a,
area,
button,
[role='button'],
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 10px;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  caption-side: bottom;
  text-align: left;
  color: #868e96;
}

td {
  border: 1px solid grey;
  padding: 8px;
  text-align: left;
}

th {
  text-align: left;
  border: 1px solid black;
  padding: 8px;
}

button:focus {
  outline: none;
}

input,
button,
select,
optgroup,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type='button'],
[type='reset'],
[type='submit'] {
  cursor: pointer;
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}


body {
  padding-top: 80px;
}

.kappar-wrapper { 
  overflow: hidden;
}

.kappar-container { 
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.kappar-inner { 
  position: relative;
  padding: 5px;
  background-color: #262634;
}

.kappar-content-wrap { 
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row-reverse;
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}

.kappar-main { 
  width: 80%;
  padding: 5px;
}

.kappar-aside { 
  width: 20%;
  padding: 5px;
}

.kappar-header { 
  position: fixed;
  z-index: 3000;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  padding: 0 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#424242), to(#343434));
  background: linear-gradient(to bottom, #424242 0%, #343434 100%);
  -webkit-box-shadow: 0 0 18px 16px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 18px 16px rgba(0, 0, 0, 0.15);
}

.kappar-header__toggle { 
  display: none;
}

.kappar-header__logo { 
  position: absolute;
  top: 10px;
  left: 0;
  padding: 0 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#424242), to(#343434));
  background: linear-gradient(to bottom, #424242 0%, #343434 100%);
}

.kappar-header__user { 
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 0;
  border-bottom: 1px solid #656565;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.kappar-nav-toggle { 
  display: block;
  width: 36px;
  height: 36px;
  padding: 0;
  text-decoration: none;
  border: 2px solid #e03d22;
  border-radius: 3px;
  background: url("img/menu.svg") center center no-repeat;
  background-size: 24px auto;
}

.kappar-nav-toggle-clicked{ 
  display: block;
  width: 36px;
  height: 36px;
  padding: 0;
  text-decoration: none;
  border: 3px solid #e03d22;
  box-shadow: 0 0 5px 3px #e03d22;
  border-radius: 3px;
  background: url("img/menu.svg") center center no-repeat;
  background-size: 24px auto;
}

.kappar-logo__link { 
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  height: 75%;
  text-decoration: none;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.kappar-form-user { 
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.kappar-form-user__login { 
  padding-right: 4px;
}

.kappar-form-user__checkin { 
  padding-right: 4px;
}

.kappar-main-menu { 
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
  margin-right: 10%;
  padding: 0;
  list-style: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.kappar-main-menu__item {
}

.kappar-main-menu__link { 
  font-size: 20px;
  font-weight: 400;
  line-height: 33px;
  display: block;
  text-decoration: none;
  color: #a9a9a9;
  border-bottom: 2px solid transparent;
}

.kappar-main-menu__link:hover { 
  color: #a9a9a9;
}

.kappar-main-menu__link_active { 
  font-weight: 700;
  position: relative;
  color: #ffffff;
  border-bottom: 2px solid #24bb9d;
}

.kappar-main-menu__link_active:hover { 
  color: #ffffff;
}

.kappar-footer { 
  padding: 0 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#424242), to(#343434));
  background: linear-gradient(to bottom, #424242 0%, #343434 100%);
}

.kappar-footer__aside { 
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  border-bottom: 1px solid #777777;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.kappar-footer__widget {
}

.kappar-footer__widget-head { 
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  margin: 0 0 8px 0;
  color: #ffffff;
}

.kappar-footer__copywrite { 
  font-size: 10px;
  font-weight: 400;
  line-height: normal;
  padding: 10px 0;
  text-align: center;
  color: #a9a9a9;
}
.kappar-footer__protection { 
  display: flex;
  justify-content: center;
  padding-bottom: 10px;
}

.kappar-footer-menu { 
  margin: 0;
  padding: 0;
  list-style: none;
}

.kappar-footer-menu__item { 
  font-size: 11px;
  font-weight: 400;
  line-height: 18px;
}

.kappar-footer-menu__link { 
  text-decoration: none;
  color: #ffffff;
}

.kappar-footer-menu__link:hover { 
  text-decoration: none;
  color: #ffffff;
}


.kappar-btn { 
  font-size: 16px;
  line-height: 34px;
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0 12px;
  text-align: center;
  vertical-align: bottom;
  white-space: nowrap;
  text-decoration: none;
  color: #ffffff;
  border: none;
  border-radius: 6px;
}

.kappar-btn_red { 
  border: 1px solid #bc2502;
  background: -webkit-gradient(linear, left top, left bottom, from(#de3c21), to(#b41b0f));
  background: linear-gradient(to bottom, #de3c21 0%, #b41b0f 100%);
}

.kappar-btn_green { 
  border: 1px solid #55a399;
  background: -webkit-gradient(linear, left top, left bottom, from(#50c5ac), color-stop(50%, #3fa18d), to(#2e7f70));
  background: linear-gradient(to bottom, #50c5ac 0%, #3fa18d 50%, #2e7f70 100%);
}

.kappar-btn:after { 
  position: absolute;
  top: 0;
  right: -webkit-calc(50% - 16px);
  right: calc(50% - 16px);
  display: block;
  width: 31px;
  height: 100%;
  content: '';
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background-image: url("img/arrow.avif");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.kappar-btn:hover { 
  text-decoration: none;
  color: #ffffff;
}

.kappar-btn:hover:after { 
  right: -100%;
}

@-webkit-keyframes kappar-arrowanimate { 
  0%, to {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes kappar-arrowanimate { 
  0%, to {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.kappar-banner { 
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
}

.kappar-banner__bonus { 
  width: -webkit-calc(20% - 10px);
  width: calc(20% - 10px);
  margin-right: 10px;
}

.kappar-banner__main { 
  position: relative;
  width: 80%;
  height: 214px;
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: cover;
}

.kappar-banner__action { 
  position: absolute;
  right: 100px;
  bottom: 15px;
}

.kappar-banner-bonus { 
  height: 214px;
  padding-top: 2px;
}

.kappar-banner-bonus__main { 
  position: relative;
  width: -webkit-calc(100% - 8px);
  width: calc(100% - 8px);
  max-width: 250px;
  height: 175px;
  margin: 0 auto;
  padding-top: 25px;
  -webkit-animation-name: kappar-arrowanimate; 
  animation-name: kappar-arrowanimate; 
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  text-align: center;
  background-image: url("img/frame.avif");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.kappar-banner-bonus__main:after { 
  position: absolute;
  top: 66%;
  left: 50%;
  display: block;
  width: 20%;
  height: 32.57142857142857%;
  content: '';
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-image: url("img/arrow-flur.avif");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.kappar-banner-bonus__label { 
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  display: block;
  color: #55ff55;
  text-shadow: 0 0 10px #00ff00, 0 0 20px #00ff00;
}

.kappar-banner-bonus__value { 
  font-size: 22px;
  color: #ff5555;
  text-shadow: 0 0 10px red,0 0 20px red;
}

.kappar-banner-bonus__btn { 
  display: block;
  width: 80%;
  margin: 0 auto;
}

.kappar-tabs-nav { 
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 10px 0;
  padding: 0 10px;
  list-style: none;
  border-radius: 6px;
  background: -webkit-gradient(linear, left top, left bottom, from(#424242), to(#343434));
  background: linear-gradient(to bottom, #424242 0%, #343434 100%);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.kappar-tabs-nav__item { 
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
}

.kappar-tabs-nav__link { 
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
  display: inline-block;
  vertical-align: bottom;
  text-decoration: none;
  color: #ffffff;
}

.kappar-tabs-nav__link:hover { 
  text-decoration: none;
  color: #ffffff;
}

.kappar-tabs-nav__link_active { 
  font-weight: 700;
  position: relative;
}

.kappar-tabs-nav__link_active:before { 
  position: absolute;
  top: 50%;
  left: -20px;
  display: block;
  width: 10px;
  height: 10px;
  content: '';
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #24bb9d;
}

.kappar-winners { 
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.kappar-winners__item { 
  width: 20%;
}

.kappar-winners__inner { 
  position: relative;
  overflow: hidden;
  height: 107px;
  border-radius: 6px;
  background: url("img/win-bg-ny.avif") no-repeat center;
  background-size: contain;
}

.kappar-winners__title { 
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 5px;
  text-align: center;
}

.kappar-winners__img { 
  width: 78px;
  margin: 0 auto;
}

.kappar-winners__img img { 
  width: 78px;
  height: 56px;
  border-radius: 6px;
}

.kappar-winners__total { 
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.kappar-winners__name { 
  color: #24bb9d;
}

.kappar-winners__sum { 
  color: #d4351d;
}

.kappar-winners__action { 
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  opacity: 0;
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: opacity 0.3s, visibility 0.3s;
}

.kappar-winners__item:hover .kappar-winners__action { 
  visibility: visible;
  opacity: 1;
}

.kappar-winners__btn { 
  width: 120px;
}

.kappar-game-list { 
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -5px;
  margin-left: -5px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.kappar-game-list__item { 
  width: 20%;
  margin-bottom: 10px;
  padding: 0 5px;
}

.kappar-game-item { 
  position: relative;
}

.kappar-game-item__img { 
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.kappar-game-item__img img { 
  display: block;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.68, 0, 0.43, 0.92);
  transition: -webkit-transform 0.5s cubic-bezier(0.68, 0, 0.43, 0.92);
  transition: transform 0.5s cubic-bezier(0.68, 0, 0.43, 0.92);
  transition: transform 0.5s cubic-bezier(0.68, 0, 0.43, 0.92), -webkit-transform 0.5s cubic-bezier(0.68, 0, 0.43, 0.92);
}

.kappar-game-item:hover .kappar-game-item__img img { 
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.kappar-game-item__action { 
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  text-align: center;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: opacity 0.3s, visibility 0.3s;
}

.kappar-game-item:hover .kappar-game-item__action { 
  visibility: visible;
  opacity: 1;
}

.kappar-game-item__play-btn { 
  width: 124px;
  text-align: center;
}

.kappar-game-item__demo { 
  margin-top: 5px;
}

.kappar-game-item__demo-btn { 
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  display: inline-block;
  width: 124px;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
}

.kappar-game-item__demo-btn:hover { 
  text-decoration: underline;
  color: #ffffff;
}

.kappar-game-item__foot { 
  position: relative;
}

.kappar-game-item__title { 
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  padding: 5px 20px 5px 0;
  white-space: nowrap;
  color: #ffffff;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}

.kappar-game-item__fav { 
  position: absolute;
  top: 5px;
  right: 0;
  overflow: hidden;
  width: 20px;
  height: 20px;
}

.kappar-game-item__fav-btn { 
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 50px;
  height: 50px;
  -webkit-transition: none;
  transition: none;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url("img/sprite_star.avif");
  background-repeat: no-repeat;
  background-position: left;
  background-size: 2900%;
}

.kappar-game-item__fav-btn:hover { 
  background-position: 3.571428571428571%;
}

.kappar-more__btn { 
  display: block;
  width: 100%;
}

.kappar-more__btn:after { 
  display: none;
}

.kappar-aside-nav { 
  margin-bottom: 10px;
}

.kappar-aside-menu { 
  margin: 0;
  padding: 0;
  list-style: none;
}

.kappar-aside-menu__item { 
  border-bottom: 1px solid #656565;
}

.kappar-aside-menu__item:last-child { 
  border: none;
}

.kappar-aside-menu_events .kappar-aside-menu__item { 
  border-color: #b41b0f;
}

.kappar-aside-menu__link { 
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
  display: block;
  overflow: hidden;
  padding: 8px 10px;
  white-space: nowrap;
  text-decoration: none;
  color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#424242), to(#343434));
  background: linear-gradient(to bottom, #424242 0%, #343434 100%);
}

.kappar-aside-menu_events .kappar-aside-menu__link { 
  background: -webkit-gradient(linear, left top, left bottom, from(#de3c21), to(#b41b0f));
  background: linear-gradient(to bottom, #de3c21 0%, #b41b0f 100%);
}

.kappar-aside-menu__item:first-child .kappar-aside-menu__link { 
  border-radius: 6px 6px 0 0;
}

.kappar-aside-menu__item:last-child .kappar-aside-menu__link { 
  border-radius: 0 0 6px 6px;
}

.kappar-aside-menu__link:after { 
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  overflow: hidden;
  width: 32px;
  height: 25px;
  content: '';
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("img/arrow.avif");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.kappar-aside-menu__link:hover { 
  text-decoration: none;
  color: #ffffff;
}

.kappar-aside-menu__link:hover:after { 
  right: -100%;
}

@-webkit-keyframes kappar-rotateInf { 
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes kappar-rotateInf { 
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.kappar-jackpot { 
  position: relative;
  overflow: hidden;
  height: 300px;
  margin-bottom: 16px;
}

.kappar-jackpot:after,
.kappar-jackpot:before { 
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: '';
  border-radius: 50%;
  background-position: center;
}

.kappar-jackpot:before { 
  width: 292px;
  height: 292px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: radial-gradient(circle closest-side, #830e12, #8c030a, rgba(140, 3, 10, 0));
}

.kappar-jackpot:after { 
  overflow: hidden;
  width: 300px;
  height: 300px;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
  -webkit-animation-name: kappar-rotateInf; 
  animation-name: kappar-rotateInf; 
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-image: url("img/line.svg");
  background-repeat: no-repeat;
  background-size: 500%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.kappar-jackpot__figure { 
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.kappar-jackpot__caption { 
  font-family: Impact;
  font-size: 1.55em;
  font-weight: 400;
  position: absolute;
  top: 56%;
  left: 50%;
  cursor: default;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  white-space: nowrap;
  letter-spacing: 1.7px;
  color: #830d11;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5), 1px 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-filter: drop-shadow(0.7px 0.7px #830d11);
  filter: drop-shadow(0.7px 0.7px #830d11);
}

.kappar-jackpot__btn { 
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  margin: auto;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
}

.kappar-links-replace { 
  cursor: pointer;
}


@media (min-width: 576px) {
  .kappar-container { 
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .kappar-container { 
    max-width: 750px;
  }
}

@media (min-width: 992px) {
  .kappar-container { 
    max-width: 990px;
  }
}

@media (min-width: 1200px) {
  .kappar-container { 
    max-width: 1170px;
  }
}

@media (min-width: 1340px) {
  .kappar-container { 
    max-width: 1310px;
  }
}

@media (max-width: 1339px) {
  .kappar-main-menu { 
    max-width: 860px;
  }
}

@media (max-width: 1199px) {
  .kappar-main-menu { 
    max-width: 800px;
    margin-right: 0;
    margin-left: auto;
  }
  .kappar-banner__main { 
  }
  .kappar-game-list__item { 
    width: 25%;
  }
}

@media (max-width: 991px) {
  body {
    padding-top: 47px;
  }

  .kappar-header__nav{ 
    position: absolute;
    top: 47px;
    left: 0;
    padding: 10px;
    padding-left: 25px;
    padding-right: 25px;
    background: linear-gradient(rgb(66, 66, 66) 0%, rgb(52, 52, 52) 100%);
    display: none;
  }

  .kappar-main-menu{ 
    display: table;
  }

  .kappar-main-menu__item{ 
    padding: 5px;
    padding-right: 45px;
    margin-bottom: 5px;
    background: linear-gradient(180deg,#50c5ac 0,#3fa18d 50%,#2e7f70);
    border-radius: 3px;
  }

  .kappar-main-menu__link{ 
    color: white;
  }

  .kappar-main-menu__link_active { 
    font-weight: 700;
    position: relative;
    color: #ffffff;
    border-bottom: 2px solid transparent;
  }

  .kappar-main-menu__link_active:before { 
    position: absolute;
    top: 50%;
    left: -23px;
    display: block;
    width: 10px;
    height: 10px;
    content: '';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: #24bb9d;
  }

  .kappar-content-wrap { 
    display: block;
  }

  .kappar-main { 
    width: auto;
  }

  .kappar-aside { 
    display: none;
  }

  .kappar-header { 
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 47px;
    border-bottom: 1px solid #6a6a6a;
  }

  .kappar-header__nav.kappar-active { 
    display: block;
    height: calc(100vh - 46px);
    overflow: auto;
  }

  .kappar-header__logo { 
    position: static;
    padding: 5px 0;
    background: none;
  }

  .kappar-header__user { 
    margin-left: auto;
    border: none;
  }

  .kappar-header__toggle { 
    display: block;
    margin-right: 4px;
    padding: 5px 0;
  }

  .kappar-logo__link { 
    width: 80px;
    height: 36px;
    background: url("img/pinup.svg") center center no-repeat;
    background-size: 100% auto;
  }

  .kappar-logo__link img { 
    display: none;
  }

  .kappar-form-user__checkin { 
    padding-right: 0;
  }

  .kappar-banner { 
    display: block;
  }

  .kappar-banner__bonus { 
    display: none;
  }

  .kappar-banner__main { 
    width: auto;
  }

  .kappar-winners__item { 
    width: 25%;
  }

  .kappar-winners__item:last-child { 
    display: none;
  }
}

@media (max-width: 767px) {
  .kappar-footer__aside { 
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .kappar-footer__widget { 
    width: 50%;
    margin: 10px 0;
    padding-right: 10px;
  }

  .kappar-tabs-nav { 
    display: block;
    padding: 0;
  }

  .kappar-winners { 
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .kappar-winners__item { 
    width: 50%;
    padding: 10px;
  }

  .kappar-game-list__item { 
    width: 33.333333%;
  }
}

@media (max-width: 480px) {
  .kappar-game-list__item { 
    width: 50%;
  }
}

@media (max-width: 375px) {
  .kappar-container { 
    padding-right: 0;
    padding-left: 0;
  }

  .kappar-banner__main { 
    background-position: -webkit-calc(100% + -13%) 0;
    background-position: calc(100% + -13%) 0;
  }

  .kappar-banner__action { 
    right: 0;
    left: 0;
    text-align: center;
  }

  .kappar-winners__item { 
    padding: 5px;
  }
}



.kappar-bn53 { 
  background-color: #b81515;
  padding: 7px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  animation: kappar-bn53bounce 4s infinite; 
  cursor: pointer;
}

@keyframes kappar-bn53bounce { 
  5%,
  50% {
    transform: scale(1);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1);
  }
  20% {
    transform: scale(1) rotate(-1deg);
  }
  25% {
    transform: scale(1) rotate(1deg);
  }
  30% {
    transform: scale(1) rotate(-1deg);
  }
  35% {
    transform: scale(1) rotate(1deg);
  }
  40% {
    transform: scale(1) rotate(0);
  }
}

.kappar-sticky_buttons { 
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 10px;
  background-color: rgba(0, 0, 0, .85);
  width: 100%;
  z-index: 10;
  display: flex;
  justify-content: center;
}

.kappar-sticky_buttons_container { 
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.kappar-sticky_buttons_container .kappar-sticky_buttons_first, 
.kappar-sticky_buttons_container .kappar-sticky_buttons_second { 
  background: linear-gradient(to bottom, #5ECCA8 0%, #5ECCA8 100%);
  color: #000000;
  text-rendering: optimizeLegibility;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  border-radius: 40px;
  width: calc(50% - 10px);
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
  margin: 10px;
  max-width: 300px;
  box-sizing: border-box;
  line-height: 180%;
  text-decoration: none;
  text-align: center;
  transition: .4s;
  font-weight: 700;
  border: none;
  cursor: pointer;
}

.kappar-active { 
}

.kappar-container-place {
  width: 100%;
  height: 430px;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  border: 3px solid white;
}

.kappar-background-image-place {
  width: 100%;
  height: 100%;
  background-image: url("/img/pinup-aviator.webp");
  background-size: cover;
  background-position: center;
  filter: blur(5px);
  position: absolute;
}

.kappar-button-container-place {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.kappar-button-frame-place {
  padding: 15px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-bottom: 10px;
  font-size: 18px;
  transition: opacity .3s;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  text-shadow: 2px 2px 4px rgba(0,0,0,.5);
}

.kappar-button-frame-place.green {
  background-color: #028c71;
}

.kappar-iframe-container-place {
  width: 100%;
  height: 100%;
  position: relative;
}

iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.kappar-attractive-image-container {
  text-align: center;
  margin-bottom: 20px;
}

.kappar-attractive-image {
  max-width: 95%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 12px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.kappar-attractive-image:hover {
  transform: scale(1.03);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
}
.kappar-image-caption {
  text-align: center;
  font-style: italic;
  color: #555;
  margin-top: 10px;
  font-size: 0.9em;
}