body {
  background-image: url("../images/bg-stripe.webp");
  background-size: 100%;
  background-position: left center;
  background-attachment: fixed;
  background-color: #171c2c;
  background-repeat: no-repeat;
}
main.page-bonus {
  background-image: url("../images/bonus-bg.jpg");
  background-attachment: initial;
  background-position: left top;
  background-repeat: no-repeat;
}
main section .container {
  max-width: 1280px !important;
  width: 80% !important;
}
.modal.open {
  display: block;
  z-index: 1043;
  top: 10%;
  opacity: 1;
  transform: scaleX(1);
}
.modal-overlay.active {
  display: block;
  z-index: 1042;
  opacity: 0.5;
}
.hidden {
  display: none;
}
.dropdown-content {
  position: absolute;
  display: none;
  opacity: 1;
  white-space: nowrap;
}
.dropdown-content.active {
  display: block;
}
.dropdown-content.balance-dropdropdown {
  top: 65.5px;
  left: 1160px;
  max-height: 336.5px;
}
.dropdown-content#settings-drop-top {
  width: 40px;
  left: 710px;
  top: 32.5px;
}
.dropdown-content#msg-drop-top {
  left: 1125px;
  top: 65.5px;
}
#PaymentFormModal {
  overflow: hidden;
  width: 50%;
}
#payment-frame {
  width: 100%;
  height: 550px;
  border: none;
}
.popular-payments {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 600px) {
  .popular-payments {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.popular-payments .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  .popular-payments .inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.popular-payments__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 20%;
}
.popular-payments__item:hover figure:after {
  opacity: 1;
}
.popular-payments__item:hover span {
  color: #f3d70a;
}
@media screen and (max-width: 1199px) {
  .popular-payments__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 600px) {
  .popular-payments__item {
    width: 25%;
    margin-bottom: 15px;
  }
}
.popular-payments__item figure {
  position: relative;
  margin-right: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  transition: all 0.3s ease-in-out 0s;
}
.popular-payments__item figure:hover {
  cursor: default;
  transform: rotate(360deg);
  transition: all 0.3s ease-in-out 0s;
}
.popular-payments__item figure:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 0 2px #16191d;
  box-shadow: inset 0 0 0 2px #16191d;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
@media screen and (max-width: 1199px) {
  .popular-payments__item figure {
    margin-right: 0;
    margin-bottom: 5px;
  }
}
.popular-payments__item figure img {
  max-width: 100%;
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 1800px) {
  .popular-payments__item figure img {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 1600px) {
  .popular-payments__item figure img {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 600px) {
  .popular-payments__item figure img {
    width: 48px;
    height: 48px;
  }
}
.popular-payments__item span {
  font-size: 24px;
  color: #7b7d82;
  font-weight: 500;
  line-height: 0.9;
  white-space: nowrap;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1800px) {
  .popular-payments__item span {
    font-size: 22px;
  }
}
@media screen and (max-width: 1600px) {
  .popular-payments__item span {
    font-size: 18px;
  }
}
@media screen and (max-width: 1199px) {
  .popular-payments__item span {
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .popular-payments__item span {
    font-size: 14px;
    line-height: 1.1;
  }
}
.popular-payments__item span strong {
  display: block;
  color: #fff;
  font-weight: 700;
}
.category-cards {
  margin-bottom: 35px;
}
.category-cards .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -5px;
  margin-right: -5px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 1199px) {
  .category-cards .inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.category-cards__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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 15px;
  width: calc(20% - 10px);
  height: 350px;
  max-width: 254px;
  background-color: #283243;
  border-radius: 10px;
  background-image: url("../images/card-bg.png");
  background-size: cover;
  background-position: 0 0;
  -webkit-box-shadow: inset 0 -3px 0 #535b69;
  box-shadow: inset 0 -3px 0 #535b69;
}
@media screen and (max-width: 1199px) {
  .category-cards__item {
    width: calc(33.333% - 10px);
  }
}
@media screen and (max-width: 600px) {
  .category-cards__item {
    width: calc(50% - 10px);
    height: 250px;
    background-size: 200% 100%;
  }
}
.category-cards__item:hover {
  background-position: 100% 0;
  -webkit-box-shadow: inset 0 -3px 0 #f3d70a;
  box-shadow: inset 0 -3px 0 #f3d70a;
}
.category-cards__item:hover figure {
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
}
.category-cards__item:hover figure img {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}
.category-cards__item:hover .cta {
  -webkit-transform: translateY(-34px);
  transform: translateY(-34px);
}
.category-cards__item:hover .cta span {
  border: 1px solid #f3d70a;
  background: rgba(23, 28, 44, 0.7);
}
.category-cards__item:hover .cta img,
.category-cards__item:hover .cta svg {
  opacity: 1;
}
.category-cards__item figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  text-align: center;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  height: 100%;
  margin: 0;
}
.category-cards__item figure img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.category-cards__item .cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  text-align: center;
  -webkit-transform: translateY(-7px);
  transform: translateY(-7px);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  overflow: hidden;
}
.category-cards__item .cta span {
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  width: calc(100% - 44px);
  padding: 13px 5px;
  margin: auto;
  line-height: 1;
}
@media screen and (max-width: 1600px) {
  .category-cards__item .cta span {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .category-cards__item .cta span {
    font-size: 18px;
  }
}
.category-cards__item .cta span strong {
  font-weight: 700;
}
.category-cards__item .cta img,
.category-cards__item .cta svg {
  margin: 12px auto 0;
  max-width: 100%;
  width: 29px;
  opacity: 0;
  display: block;
}
.mobile-app {
  margin-bottom: 50px;
  background-image: url("../images/mobile-banner-bg.jpg");
  background-size: 100% 100%;
  background-position: center;
}
@media screen and (max-width: 1199px) {
  .mobile-app {
    background-size: cover;
    background-position: initial;
  }
}
.mobile-app .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1199px) {
  .mobile-app .inner {
    -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;
  }
}
.mobile-app__content {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 1199px) {
  .mobile-app__content {
    text-align: center;
  }
}
.mobile-app__content figure img {
  max-width: 100%;
}
.mobile-app__content .title {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 35px;
  font-size: 40px;
  font-weight: 400;
  color: #fff;
}
@media screen and (max-width: 1600px) {
  .mobile-app__content .title {
    font-size: 30px;
    margin-bottom: 30px;
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 1199px) {
  .mobile-app__content .title {
    margin-bottom: 15px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  .mobile-app__content .title {
    font-size: 30px;
    margin-bottom: 15px;
    line-height: normal;
  }
}
.mobile-app__content .title strong {
  font-weight: 700;
}
.mobile-app__content .title:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 3px;
  background-color: #f3d70a;
}
@media screen and (max-width: 1199px) {
  .mobile-app__content .title:after {
    display: none;
  }
}
.mobile-app__content .description {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
}
@media screen and (max-width: 1600px) {
  .mobile-app__content .description {
    font-size: 14px;
  }
}
.mobile-app__content .button-group {
  margin-top: 50px;
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (max-width: 600px) {
  .mobile-app__content .button-group {
    margin-top: 30px;
  }
}
.mobile-app__content .button-group > * {
  display: inline-block;
  margin-right: 15px;
  margin-left: 15px;
}
.mobile-app__content .button-group > *:hover img {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}
.mobile-app__content .button-group > * img {
  max-width: 100%;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.mobile-app__figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  line-height: 0;
  margin-left: auto;
  padding-right: 130px;
}
mobile-app__figure figure {
  margin: 0 !important;
}
@media screen and (max-width: 1600px) {
  .mobile-app__figure {
    padding-right: 60px;
  }
}
@media screen and (max-width: 1199px) {
  .mobile-app__figure {
    padding-right: 0;
    margin: auto;
  }
}
.mobile-app__figure figure {
  margin: 0;
}
.mobile-app__figure img {
  max-width: 100%;
}
@media screen and (max-width: 1600px) {
  .mobile-app__figure img {
    max-height: 320px;
  }
}
.slot-games__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 32px;
}
.slot-games__title {
  font-size: 48px;
  color: #fff;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 1199px) {
  .slot-games__title {
    font-size: 30px;
  }
}
@media screen and (max-width: 600px) {
  .slot-games__title {
    font-size: 20px;
  }
}
.slot-games__title strong {
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .slot-games__title strong {
    display: block;
  }
}
.slot-games__cta {
  margin-left: auto;
  padding: 10px 15px;
  font-size: 13px;
  color: #171c2c;
  background-color: #f3d70a;
  text-align: center;
  line-height: 1;
  font-weight: 700;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.slot-games__cta:hover {
  background-color: #f7e039;
}
.slot-games__tabs {
  background: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 30px;
}
.slot-games__tabs .tab a {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 0 10px;
}
.slot-games__tabs .tab a.active,
.slot-games__tabs .tab a:hover {
  color: #f3d70a;
}
.slot-games__tabs .tab a.active {
  font-weight: 700;
}
.slot-games__tabs .tab a.active:focus {
  background: none;
}
.slot-games__tabs .indicator {
  height: 1px;
  background-color: #f3d70a;
}
.slot-games__cards::-webkit-scrollbar {
  display: none;
}
.slot-games__cards {
  overflow-x: scroll;
  -webkit-scroll-snap-type: x mandatory;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 35px;
  scroll-padding: 15px;
  -ms-overflow-style: none;
}
.slot-games__cards.active {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.slot-games__card {
  margin-bottom: 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  scroll-snap-align: end;
}
.slot-games__card .card-img {
  position: relative;
}
.slot-games__card .card-img figure {
  line-height: 1;
  margin: 0;
}
.slot-games__card .card-img figure img {
  max-width: 100%;
  width: 100%;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.slot-games__card .card-label {
  position: absolute;
  bottom: 15px;
  left: 15px;
  padding: 0 16px;
  font-size: 13px;
  color: #171c2c;
  background-color: #f3d70a;
}
.slot-games__card .title {
  margin-top: 15px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.slot-games__card .description {
  color: #f3d70a;
  font-size: 13px;
  font-weight: 400;
}
.slot-games__card:hover .card-img figure img {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}
.discounts {
  padding-top: 50px;
}
.discounts__header {
  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;
  text-align: center;
  margin-bottom: 30px;
  background: none;
}
@media screen and (min-width: 768px) {
  .discounts__header {
    margin-bottom: 50px;
  }
}
.discounts__icon img {
  max-width: 128px;
}
@media screen and (min-width: 768px) {
  .discounts__icon img {
    max-width: 100%;
  }
}
.discounts__title {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .discounts__title {
    font-size: 36px;
    margin: 0;
  }
}
.discounts__description {
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
}
.fixed-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: fixed;
  left: 0;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .fixed-buttons {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  .fixed-buttons {
    bottom: 0;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.fixed-buttons li {
  background: #171c2c;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media screen and (max-width: 767px) {
  .fixed-buttons li {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 5px 0;
  }
}
.fixed-buttons li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 44px;
  color: #171c2c;
}
@media screen and (max-width: 767px) {
  .fixed-buttons li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-right: 0;
    height: auto;
    color: #fff;
  }
}
.fixed-buttons li:hover,
.fixed-buttons li:hover .text {
  background: #f3d70a;
}
.fixed-buttons li:hover .text {
  left: 50px;
}
@media screen and (min-width: 768px) {
  .fixed-buttons li:hover .icon {
    background: #dbc109;
  }
}
.fixed-buttons li .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: 50px;
  height: 100%;
  position: relative;
  z-index: 2;
  background: #171c2c;
}
@media screen and (max-width: 767px) {
  .fixed-buttons li .icon {
    background: none;
    margin-bottom: 5px;
    height: 28px;
    width: 28px;
  }
}
.fixed-buttons li .icon img,
.fixed-buttons li .icon svg {
  max-width: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}
.fixed-buttons li .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 1;
  width: 145px;
  height: 100%;
  padding-left: 30px;
  background: #171c2c;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media screen and (max-width: 767px) {
  .fixed-buttons li .text {
    padding-left: 0;
    width: auto;
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  .fixed-buttons li .text {
    position: absolute;
    left: calc(-195px);
    top: 0;
    z-index: 1;
    border-right: 5px solid rgba(0, 0, 0, 0.2);
  }
}
.fixed-buttons li + li {
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .fixed-buttons li + li {
    margin-top: 0;
  }
}
.card-bonus {
  background: #283243;
  border-bottom: 2px solid #f3d70a;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0 0 3rem;
}
@media screen and (min-width: 768px) {
  .card-bonus {
    margin: 0 0.75rem 3rem;
  }
}
.card-bonus:hover {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#111522),
    to(#171c2c)
  );
  background: linear-gradient(to top, #111522, #171c2c);
}
.card-bonus:hover .card__cta {
  background: #f3d70a;
}
.card-bonus:hover .card__image img {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}
.card-bonus__image {
  line-height: 0;
  overflow: hidden;
  margin: 0;
}
.card-bonus__image img {
  max-width: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.card-bonus__content {
  padding: 15px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .card-bonus__content {
    padding: 20px 15px;
  }
}
.card-bonus__label {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  padding: 4px 8px;
  min-width: 120px;
  background: #f3d70a;
  color: #171c2c;
}
.card-bonus__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 48px;
}
@media screen and (min-width: 768px) {
  .card-bonus__title {
    height: 58px;
    font-size: 24px;
    line-height: 1.2;
  }
}
.card-bonus__divider {
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.9);
  opacity: 0.15;
  border: 0;
  margin: 10px 0;
}
.card-bonus__description {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 60px;
  margin-bottom: 20px;
}
.card-bonus__cta {
  display: inline-block;
  border: 1px solid #f3d70a;
  font-size: 12px;
  color: #000;
  text-align: center;
  padding: 10px;
  max-width: 160px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: block;
  margin: 0 auto;
  background: #f3d60c;
}
.card-bonus__cta:hover {
  background: #f3d70a;
  color: #171c2c;
}
.bonus-modal {
  border-radius: 0;
  background: #283243;
}
.bonus-modal .modal-content {
  color: rgba(255, 255, 255, 1);
}
.bonus-modal .modal-content h1,
.bonus-modal .modal-content h2,
.bonus-modal .modal-content h3,
.bonus-modal .modal-content h4,
.bonus-modal .modal-content h5,
.bonus-modal .modal-content h6 {
  margin-bottom: 20px;
  font-weight: 700;
  margin-top: 20px;
}
.bonus-modal .modal-content h1:after,
.bonus-modal .modal-content h2:after,
.bonus-modal .modal-content h3:after,
.bonus-modal .modal-content h4:after,
.bonus-modal .modal-content h5:after,
.bonus-modal .modal-content h6:after {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  margin-top: 30px;
  background: #535b69;
}
.bonus-modal .modal-content h1 {
  font-size: 28px;
}
.bonus-modal .modal-content h2,
.bonus-modal .modal-content h3,
.bonus-modal .modal-content h4 {
  font-size: 24px;
}
.bonus-modal .modal-content h5,
.bonus-modal .modal-content h6 {
  font-size: 20px;
}
.bonus-modal .modal-content p {
  font-size: 14px;
  line-height: 1.4;
}
.bonus-modal .modal-content p + p {
  margin-top: 20px;
}
.bonus-modal .modal-content figure {
  position: relative;
  line-height: 0;
  margin-bottom: 30px;
}
.bonus-modal .modal-content figure:after {
  content: "";
  display: block;
  position: absolute;
  right: -10px;
  bottom: -10px;
  width: 100%;
  height: 100%;
  background: #16191d;
}
.bonus-modal .modal-content figure img {
  position: relative;
  z-index: 1;
  max-width: 100%;
  width: 100%;
}
.bonus-modal .modal-footer a {
  background: #eada52;
  color: #000;
}
.bonus-modal .modal-footer {
  background: #283243;
  border-top: 1px solid #535b69;
  position: relative;
}
.bonus-modal .modal-close {
  color: #fff;
}
.bonus-modal .button-group {
  margin-bottom: 30px;
}
.bonus-modal .button-group > * {
  margin-top: 15px;
}
.bonus-modal .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: visible;
  height: auto;
  background: none;
}
.bonus-modal .tabs .tab {
  background: transparent;
  height: auto;
  line-height: normal;
  margin: 0;
}
.bonus-modal .tabs .tab + .tab {
  margin-top: 15px;
}
.bonus-modal .tabs .tab a {
  all: unset;
  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;
  padding: 13px 15px;
  font-size: 1.2rem;
  line-height: 1;
  border: 1px solid #f3d70a;
  background-color: transparent;
  cursor: pointer;
  color: #fff;
}
.bonus-modal .tabs .tab a.active,
.bonus-modal .tabs .tab a:hover,
.bonus-modal .tabs .tab a:focus {
  color: #fff;
  background-color: rgba(23, 28, 44, 0.25);
}
.bonus-modal .tabs .indicator {
  display: none;
}
.bonus-modal .button {
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  padding: 13px 15px;
  border: 1px solid #f3d70a;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
  font-weight: 400;
}
.bonus-modal .button.button-block {
  width: 100%;
  display: block;
}
.bonus-modal .button-1 {
  color: #fff;
}
.bonus-modal .button-2 {
  background: #f3d70a;
  color: #171c2c;
}
.custom-deposit-link .deposit_group {
  position: relative;
}
.custom-deposit-link .deposit_group i {
  position: absolute;
  left: 30px;
  top: 12px;
  z-index: 9999;
  font-size: 24px;
  color: #083a5b;
}
.custom-deposit-link .deposit_group input.deposit_amount {
  border-bottom: 2px solid #426a98;
  padding: 0 6%;
  width: 88%;
  background: #f6f9fd;
  border-radius: 5px;
  color: #53778e;
}
.custom-deposit-link .deposit_group input.deposit_amount::placeholder {
  color: #53778e;
}
.custom-deposit-link .deposit_group input.deposit_amount:-ms-input-placeholder {
  color: #53778e;
}
.custom-deposit-link
  .deposit_group
  input.deposit_amount::-ms-input-placeholder {
  color: #53778e;
}
.custom-deposit-link .col .box {
  background: #ebf3fc;
  padding: 10px 10px;
  border-radius: 5px;
  margin-bottom: 20px;
  border: 1px solid #ebf3fc;
  min-height: 240px;
  position: relative;
}
.custom-deposit-link .col .box:hover {
  background: #fff !important;
  color: #212531;
  border: 1px solid #bbc5d0;
  box-shadow: 10px 10px #ebf3fc;
}
.custom-deposit-link .col .box figure {
  margin: 1em 40px 0 !important;
  min-height: 35px;
}
.custom-deposit-link .col .box h3 {
  font-size: 16px;
  text-align: center;
  margin-bottom: 10px;
  margin: 15px 0;
}
.custom-deposit-link .col .box h3 strong {
  display: block;
  text-align: center;
  font-size: 17px;
  line-height: 24px;
}
.custom-deposit-link .col .box .description {
  padding-bottom: 10px;
  text-align: center;
  min-height: 65px;
}
.custom-deposit-link .col .box .description strong {
  display: block;
  text-align: center;
  padding-bottom: 0;
}
.custom-deposit-link .col .box a.deposit-btn {
  display: block;
  background: #249f4d;
  border-radius: 5px;
  padding: 6px 24px;
  font-weight: 800;
  height: auto;
  min-height: auto;
  line-height: normal;
}
.csn-crd .crd-img img.gm-img {
  height: 127px;
  border-radius: 3px;
}
.howto {
  background: #171c2c url(../images/how-to-bg.jpg) top center no-repeat;
}
.howto__header {
  margin-bottom: 30px;
  padding-top: 10px;
  text-align: center;
  background-color: transparent;
}
.howto__title {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .howto__title {
    font-size: 24px;
  }
}
.howto__description-box {
  margin-top: 25px;
  border: 2px solid #f3d70a;
}
.howto__description {
  display: inline-block;
  font-size: 16px;
  padding: 11px 30px;
  color: #fff;
  font-weight: 500;
  margin: 0;
}
@media screen and (max-width: 992px) {
  .howto__description {
    border-left: 0;
    border-right: 0;
  }
}
.howto-row {
  margin-left: -15px;
  margin-right: -15px;
}
.howto-row .col {
  padding: 0 15px;
}
.card-howto {
  margin-bottom: 30px;
}
.card-howto__image {
  position: relative;
  border-top: 2px solid #3e4756;
  line-height: 0;
  margin: 0;
  overflow: hidden;
}
.card-howto__image:after {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(../images/how-to-icon-play.svg) center no-repeat;
  background-size: cover;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  opacity: 0;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
@media screen and (max-width: 1200px) {
  .card-howto__image:after {
    width: 48px;
    height: 48px;
  }
}
.card-howto:hover .card-howto__image:after {
  opacity: 1;
}
.card-howto:hover .card-howto__image {
  border-top-color: #f3d70a;
}
.card-howto__image_cover {
  width: 101%;
  margin: -1% 0;
}
.card-howto__image_logo {
  position: absolute;
  bottom: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  max-width: 100%;
}
.card-howto:hover .card-howto__image_logo {
  top: initial;
  bottom: 0;
  -webkit-transform: translate(-50%, 0) scale(0.9);
  transform: translate(-50%, 0) scale(0.9);
}
.card-howto__content {
  background: #283243;
  text-align: center;
  padding: 9px;
}
.card-howto:hover .card-howto__content {
  background: #f3d70a;
}
.card-howto__title {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.card-howto:hover .card-howto__title {
  color: #171c2c;
}
.card-howto__title small {
  display: block;
  font-size: 1em;
  font-weight: 400;
}
.check-1 label input {
  display: none;
}
.check-1 label input:hover ~ .label {
  cursor: pointer;
}
.check-1 label input ~ .label {
  all: unset;
  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;
  min-width: 30px;
  min-height: 30px;
  color: #f3d70a;
  -webkit-box-shadow: inset 0 0 0 1px #7b7d82;
  box-shadow: inset 0 0 0 1px #7b7d82;
  font-size: 16px;
  font-weight: 400;
}
.check-1 label input ~ .label:after,
.check-1 label input ~ .label:before {
  display: none;
}
.check-1 label input:checked ~ .label {
  -webkit-box-shadow: inset 0 0 0 2px #f3d70a;
  box-shadow: inset 0 0 0 2px #f3d70a;
  color: #fff;
}
.check-2 label input {
  display: none;
}
.check-2 label input:hover ~ .label {
  cursor: pointer;
}
.check-3 label input {
  border: 1px solid #f3d60c;
  background: #283243;
  color: #fff;
  display: block;
  width: 120px;
}
.check-2 label input ~ .label {
  all: unset;
  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;
  min-width: 30px;
  min-height: 30px;
  color: #7b7d82;
  -webkit-box-shadow: inset 0 0 0 1px #7b7d82;
  box-shadow: inset 0 0 0 1px #7b7d82;
  font-size: 13px;
  font-weight: 400;
  padding: 0 15px;
  text-transform: uppercase;
}
.check-2 label input ~ .label:after,
.check-2 label input ~ .label:before {
  display: none;
}
.check-2 label input:checked ~ .label {
  -webkit-box-shadow: inset 0 0 0 2px #f3d70a;
  box-shadow: inset 0 0 0 2px #f3d70a;
  background: rgba(243, 215, 10, 0.2);
  color: #f3d70a;
}
.check-label {
  -ms-flex-item-align: center;
  align-self: center;
  font-size: 12px;
  color: #f3d70a;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .check-label {
    width: 100%;
  }
}
.competition-btn.button {
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  padding: 21px;
  border: 1px solid;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1.7rem;
  line-height: 1;
  text-align: center;
  font-weight: 700;
  white-space: nowrap;
}
.competition-btn.button:hover {
  cursor: pointer;
}
.competition-btn.button.button-block {
  width: 100%;
  display: block;
}
.competition-btn.button-1 {
  border-color: #f3d70a;
  background-color: #f3d70a;
  color: #171c2c;
  font-size: 18px;
}
.competition-btn.button-1:focus,
.competition-btn.button-1:hover {
  border-color: #eedb46;
  background-color: #eedb46;
}
.competition-btn.button-2 {
  border-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.button-2:focus,
.competition-btn.button-2:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.match.competition {
  padding: 75px 0 120px;
  background-size: cover;
}
@media screen and (max-width: 992px) {
  .match.competition {
    padding: 60px 0;
  }
}
.match.competition .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.match.competition .row .col {
  margin: 0 auto;
}
.match-meta {
  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-bottom: 2px solid #fff;
  padding-bottom: 45px;
  margin-bottom: 45px;
}
@media screen and (max-width: 992px) {
  .match-meta {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
.match-meta > * {
  margin: 0 30px;
}
@media screen and (max-width: 992px) {
  .match-meta > * {
    margin: 0 15px;
  }
}
.match-meta figure img {
  max-width: 100%;
}
.match-meta .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}
.match-meta .meta .meta-title {
  font-size: 48px;
  font-weight: 300;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
  color: #fff;
}
@media screen and (max-width: 1366px) {
  .match-meta .meta .meta-title {
    font-size: 30px;
  }
}
.match-meta .meta .meta-title:after {
  content: "";
  display: block;
  width: 72%;
  height: 2px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(transparent),
    color-stop(20%, #f3d70a)
  );
  background: linear-gradient(to right, transparent, #f3d70a 20%);
  margin: 10px auto;
}
.match-meta .meta .meta-date {
  font-size: 18px;
  font-weight: 700;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
  color: #fff;
}
.match-meta .meta .meta-place {
  font-size: 14px;
  font-weight: 400;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
  color: #fff;
}
h1.match-title {
  font-weight: 300;
  font-size: 66px;
  color: #fff;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
  text-align: center;
  margin-bottom: 90px;
}
@media screen and (max-width: 1600px) {
  h1.match-title {
    font-size: 50px;
  }
}
@media screen and (max-width: 1366px) {
  h1.match-title {
    font-size: 44px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 992px) {
  h1.match-title {
    font-size: 32px;
    margin-bottom: 30px;
  }
}
h1.match-title strong {
  font-weight: 700;
  text-transform: uppercase;
}
h1.match-title span {
  color: #f3d70a;
}
.match-quest {
  position: relative;
}
.match-quest + .match-quest {
  margin-top: 30px;
}
.match-quest:before {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 100%;
  background: #171c2c;
}
.match-quest .match-quest-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #171c2c;
  font-size: 20px;
  font-weight: 700;
  background: #f3d70a;
  padding: 5px 25px;
}
.match-quest .match-quest-title:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #171c2c;
  margin-right: 15px;
}
.match-quest .match-quest-voterow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.match-quest .match-quest-voterow-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  background: #283243;
  padding: 0 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.match-quest .match-quest-inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#171c2c),
    to(#283243)
  );
  background: linear-gradient(to right, #171c2c, #283243);
  padding: 5px 10px;
}
.match-quest .match-quest-inputs .check-2-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.match-quest .match-quest-inputs .check-3-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 45%;
}
.match-quest .match-quest-inputs .check-2-group > *,
.match-quest .match-quest-inputs .check-3-group > * {
  margin: 7.5px;
}
.match-quest .match-quest-inputs > :not(.check-2-group) {
  margin: 7.5px;
}
.match-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 65px;
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (max-width: 1600px) {
  .match-buttons {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.match-buttons > * {
  margin: 15px;
}
.match-buttons .button-1 {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
}
@media screen and (max-width: 992px) {
  .match-buttons .button-1 {
    width: 100%;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}
.match-buttons .button-2 {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 250px;
  width: 100%;
  font-size: 18px;
}
@media screen and (max-width: 1600px) {
  .match-buttons .button-2 {
    max-width: 100%;
    width: auto;
  }
}
@media screen and (max-width: 992px) {
  .match-buttons .button-2 {
    width: calc(35%);
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media screen and (max-width: 768px) {
  .match-buttons .button-2 {
    width: 100%;
  }
}
.match-modal {
  background-color: #171c2c;
  max-height: 82%;
}
.match-modal .modal-content {
  padding: 30px;
}
@media screen and (max-width: 992px) {
  .match-modal .modal-content {
    padding: 10px;
  }
}
.match-modal-title {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
  text-align: center;
}
.match-modal-figure {
  margin: 0 0 15px 0;
  text-align: center;
}
.match-modal-figure img {
  max-width: 100%;
}
.match-modal-figure > * {
  margin: 0 7.5px;
}
.card-1 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 25px;
  border: 1px solid #343a43;
}
.card-1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 5px;
  height: 100%;
  background: #f3d70a;
}
.card-1 figure {
  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: 60px;
  height: 60px;
  border-radius: 50%;
  background: #2c3139;
  margin: 15px 15px 0 0;
}
.card-1 figure svg path {
  fill: #fff;
}
.card-1 .meta {
  padding-top: 20px;
}
.card-1 .title {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
}
.card-1 .title:after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background: #343a43;
  margin: 20px 0;
}
.card-1 .value {
  font-size: 34px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
.card-1:hover figure {
  background: #f3d70a;
}
.card-1:hover figure svg path {
  fill: #171c2c;
}
.latest-table .latest-table-title {
  font-size: 18px;
  padding: 12px;
  font-weight: 700;
  color: #171c2c;
  background: #f3d70a;
  text-align: center;
}
.latest-table .latest-table-container {
  padding: 12px;
  border: 1px solid #343a43;
  border-top: 0;
}
.latest-table table {
  font-size: 14px;
}
.latest-table table th {
  color: #757a82;
}
.latest-table table td {
  color: #fff;
}
.latest-table table tr {
  border-bottom: 1px solid #343a43;
}
.card-2 {
  border: 1px solid #343a43;
  padding: 14px;
}
.card-2 .card-2-inner {
  position: relative;
  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: 24px;
  background: #283243;
  background-image: url(../images/bg-stripe.webp);
}
.card-2 figure {
  margin: 0 auto;
}
.card-2 figure img {
  max-width: 100%;
}
.card-2 .meta {
  position: relative;
  z-index: 1;
  text-align: right;
}
.card-2 .percentage {
  font-size: 44px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
.card-2 .sum {
  font-size: 20px;
  font-weight: 400;
  color: #171c2c;
}
.card-2 .progress-container {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 100%;
  max-width: 400px;
  width: 100%;
}
.card-2 .progress {
  display: block;
  all: unset;
  height: 100%;
  background: #f3d70a;
}
.bar-custom {
  background: #2a2e3c;
  border-top: 1px solid #51535d;
}
.bar-custom .bar-custom-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
@media screen and (max-width: 991px) {
  .bar-custom .bar-custom-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.bar-custom .bar-custom-item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
  padding: 20px;
}
@media screen and (max-width: 991px) {
  .bar-custom .bar-custom-item {
    padding: 15px;
  }
}
@media screen and (max-width: 575px) {
  .bar-custom .bar-custom-item + .bar-custom-item {
    border-top: 1px solid #51535d;
  }
}
.bar-custom .bar-custom-item.v1 {
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.bar-custom .bar-custom-item.v2 {
  -ms-flex-negative: 2;
  flex-shrink: 2;
}
.bar-custom .bar-custom-item.is-active {
  background: #252835;
}
.bar-custom .bar-custom-title {
  margin-bottom: 10px;
  font-size: 13px;
  color: #6a6d77;
  font-weight: 400;
  text-align: center;
}
.bar-custom .bar-custom-figure {
  line-height: 0;
  margin: -15px;
}
@media screen and (max-width: 991px) {
  .bar-custom .bar-custom-figure {
    margin: -7.5px;
  }
}
.bar-custom .bar-custom-figure img {
  max-width: calc(100% - 30px);
  margin: 15px;
}
@media screen and (max-width: 991px) {
  .bar-custom .bar-custom-figure img {
    margin: 7.5px;
  }
}
.live-support-custom {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  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;
  text-align: center;
  background: #f3d70a;
  color: #fff;
  padding: 4px 28px;
  border-radius: 14px;
}
.live-support-custom svg {
  margin-right: 5px;
  width: 20px;
  height: 20px;
}
.live-support-custom span {
  font-weight: 700;
  font-size: 13px;
  white-space: nowrap;
}
header .hdr-top .hdr-top-content .item li .top-btn {
  margin: 0 5px !important;
  padding: 0 5px !important;
}
body.page-main .news-carousel .owl-carousel .owl-item img {
  border-radius: 0 !important;
}
