@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrFJA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLGT9V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLCz7V1s.ttf) format('truetype');
}
::-webkit-scrollbar-button {
  background-repeat: no-repeat;
  width: 3px;
  height: 0px;
}
::-webkit-scrollbar-track {
  background-color: transparent;
}
::-webkit-scrollbar-thumb {
  background-color: #fff;
}
::-webkit-resizer {
  background-repeat: no-repeat;
  width: 3px;
  height: 0px;
}
::-webkit-scrollbar {
  width: 3px;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}
body {
  background: #fff;
}
.btn {
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  padding: 5px 25px;
  min-height: 42px;
  min-width: 105px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  outline: none;
  margin: 0;
  color: #fff;
  text-transform: capitalize;
  text-shadow: none;
  text-align: center;
  border-radius: 4px;
  border: none;
}
.btn-join {
  transition: background-color 0.3s ease, transform 0.3s ease;
  cursor: pointer;
  background: #eaae44;
}
.text-center {
  text-align: center;
}
#wrapper {
  display: flex;
  padding-left: 180px;
}
.sidebar__logo {
  max-width: 100%;
}
.sidebar__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.sidebar {
  background-color: #4c26aa;
  position: fixed;
  height: 100vh;
  left: 0;
  display: flex;
  z-index: 500;
  flex-direction: column;
  width: 180px;
  padding: 2rem 1rem;
}
.sidebar .btn-login {
  background: #4c39b9;
  margin: 20px 0;
}
.sidebar__logo {
  text-align: center;
  margin-bottom: 1rem;
}
.sidebar__menu ul {
  list-style: none;
}
.sidebar__menu ul li a {
  display: inline-flex;
  justify-content: center;
  flex-wrap: nowrap;
  width: 100%;
  padding: 8px 15px;
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
  transition: color 0.3s ease, background-color 0.3s ease, opacity 0.3s ease;
  text-decoration: none;
  color: #fff;
}
.sidebar__menu ul li a:hover {
  color: #eaae44;
}
.sidebar__menu ul li.current-menu-item a {
  background: #562cd0;
}
.sidebar__langs {
  position: absolute;
  bottom: 3%;
  left: 0;
  padding: 10px;
  background: #562cd0;
  width: 100%;
}
.sidebar__langs .lang-item {
  text-decoration: none;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-size: 12px;
}
.sidebar__langs .lang-item .img_w_btn {
  display: flex;
  align-items: center;
}
.sidebar__langs .lang-item img {
  width: 24px;
  margin-right: 10px;
  border-radius: 50%;
}
.sidebar__langs .lang-item svg {
  justify-self: flex-end;
  width: 10px;
  height: 10px;
  cursor: pointer;
}
.sidebar__langs_droped {
  margin-bottom: 10px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  height: 150px;
  overflow-y: scroll;
  position: absolute;
  bottom: 0;
}
.sidebar__langs_droped .lang-item {
  flex-basis: 25%;
  width: 25%;
  flex: 1;
  padding: 5px 0;
  cursor: pointer;
  justify-content: center;
  display: flex;
}
.sidebar__langs_droped .lang-item img {
  margin-right: 0;
}
.sidebar__langs_droped .lang-item .img_w_btn {
  font-size: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: bolder;
  text-transform: uppercase;
  white-space: nowrap;
}
.sidebar__langs_droped.active {
  opacity: 1;
  visibility: visible;
  position: static;
}
.main {
  width: 100%;
}
.main .container {
  width: 100%;
  padding: 0 2rem;
}
.top-banner {
  height: 430px;
}
.top-banner .swiper-slide {
  position: relative;
  border-radius: 0 0 10px 10px;
}
.top-banner .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 0 10px 10px;
}
.top-banner .swiper-slide .home_slider_flex {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  text-transform: uppercase;
  font-weight: 900;
  display: flex;
  align-items: center;
  width: 100%;
  gap: 40px;
}
.slider-text__image {
  width: 100%;
  max-height: 450px;
  max-width: 100%;
  object-fit: contain !important;
}
.home_slider__caption {
  width: 100%;
  max-width: 360px;
}
.top-banner .swiper-slide .caption span {
  display: block;
  color: #fff;
  font-size: 52px;
  font-weight: bolder;
  font-style: italic;
  line-height: 1.2;
  margin-bottom: 20px;
}
.link-btn {
  flex-wrap: nowrap;
  flex-shrink: 0;
  min-height: 44px;
  padding: 4px 10px;
  border-radius: 30px;
  white-space: nowrap;
  background: #4c25a9;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  line-height: 17px;
  border: 1px solid #4c25a9;
  text-decoration: none;
  align-items: center;
  display: flex;
}
.link-btn img {
  margin-right: 1rem;
}
.cats_w_providers {
  position: relative;
  display: flex;
  align-items: center;
  padding: 1.5rem 0;
  justify-content: space-between;
}
.cats_w_providers .all__providers {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  display: none;
  gap: 10px;
  flex-wrap: wrap;
  z-index: 50;
  background: #4c25a9;
  padding: 10px;
  border-radius: 10px;
}
.cats_w_providers .all__providers a {
  flex-basis: 10%;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  display: flex;
  align-items: center;
}
.cats_w_providers .all__providers a img {
  width: 30%;
  height: 16px;
  object-fit: contain;
}
.cats_w_providers .all__providers.active {
  display: flex;
}
.cats_w_providers .cats {
  list-style: none;
  display: flex;
  align-items: center;
  flex-basis: 70%;
}
.cats_w_providers .cats li {
  margin-right: 1rem;
}
.cats_w_providers .cats li a {
  background: #4c39b9;
  color: #fff;
  border: 1px solid #8874fb;
}
.cats_w_providers .providers_w_search {
  flex-basis: 30%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.cats_w_providers .providers_w_search span {
  display: block;
}
.cats_w_providers .providers_w_search .providers {
  color: hsla(0, 0%, 100%, 0.8);
  font-weight: 400;
  display: flex;
  align-items: center;
  padding: 10px 2rem;
  width: 30%;
}
.cats_w_providers .providers_w_search .providers svg {
  margin-left: 1rem;
  cursor: pointer;
}
.cats_w_providers .providers_w_search .search {
  width: 70%;
  margin-left: 0.25rem;
  position: relative;
}
.cats_w_providers .providers_w_search .search input {
  width: 100%;
  padding-left: 3rem;
  cursor: pointer;
}
.cats_w_providers .providers_w_search .search input::placeholder {
  color: hsla(0, 0%, 100%, 0.8);
  font-weight: 400;
}
.cats_w_providers .providers_w_search .search svg {
  position: absolute;
  top: 50%;
  left: 5%;
  color: hsla(0, 0%, 100%, 0.8);
  transform: translateY(-50%);
}
.product_category_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
}
.product_category_header .cat_name {
  font-size: 24px;
  font-weight: 400;
  color: #4722a1;
}
.product_category_header a {
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 16px;
  text-decoration: none;
}
.swiper-cats,
.swiper-cats.big,
.swiper-cats.small {
  margin-bottom: 1rem;
  position: relative;
}
.swiper-cats.small {
  height: 280px;
}
.swiper-cats.small .swiper-slide a {
  color: #4b289d;
}
.swiper-cats.small .swiper-slide .caption span {
  color: #4b289d !important;
  text-align: left;
}
.swiper-cats .controls,
.swiper-cats.big .controls,
.swiper-cats.small .controls {
  position: absolute;
  top: 50%;
  right: 1%;
  display: flex;
  flex-direction: column;
  z-index: 50;
  transform: translateY(-50%);
}
.swiper-cats .controls .next-button,
.swiper-cats.big .controls .next-button,
.swiper-cats.small .controls .next-button,
.swiper-cats .controls .prev-button,
.swiper-cats.big .controls .prev-button,
.swiper-cats.small .controls .prev-button {
  background: #4c25a9;
  display: flex;
  align-items: center;
  text-align: center;
  color: #fff;
  margin-bottom: 1rem;
  border-radius: 10px;
  cursor: pointer;
}
.swiper-cats .controls .next-button svg,
.swiper-cats.big .controls .next-button svg,
.swiper-cats.small .controls .next-button svg,
.swiper-cats .controls .prev-button svg,
.swiper-cats.big .controls .prev-button svg,
.swiper-cats.small .controls .prev-button svg {
  color: #fff;
  padding: 10px;
  display: block;
  width: 100%;
  height: 37px;
  border-radius: 10px;
}
.swiper-cats .controls .next-button,
.swiper-cats.big .controls .next-button,
.swiper-cats.small .controls .next-button {
  margin-bottom: 0;
}
.swiper-cats .controls .swiper-button-disabled svg,
.swiper-cats.big .controls .swiper-button-disabled svg,
.swiper-cats.small .controls .swiper-button-disabled svg {
  color: #929292;
}
.swiper-cats .swiper-slide,
.swiper-cats.big .swiper-slide,
.swiper-cats.small .swiper-slide {
  border-radius: 0 0 10px 10px;
}
.swiper-cats .swiper-slide a,
.swiper-cats.big .swiper-slide a,
.swiper-cats.small .swiper-slide a {
  text-decoration: none;
}
.swiper-cats .swiper-slide img,
.swiper-cats.big .swiper-slide img,
.swiper-cats.small .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}
.swiper-cats .swiper-slide .img,
.swiper-cats.big .swiper-slide .img,
.swiper-cats.small .swiper-slide .img {
  height: 300px;
  position: relative;
}
.swiper-cats .swiper-slide .img:hover .overlay,
.swiper-cats.big .swiper-slide .img:hover .overlay,
.swiper-cats.small .swiper-slide .img:hover .overlay {
  opacity: 0.5;
}
.swiper-cats .swiper-slide .img:hover .buttons,
.swiper-cats.big .swiper-slide .img:hover .buttons,
.swiper-cats.small .swiper-slide .img:hover .buttons {
  opacity: 1;
}
.swiper-cats .swiper-slide .img:after,
.swiper-cats.big .swiper-slide .img:after,
.swiper-cats.small .swiper-slide .img:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 55%;
  left: 0;
  bottom: 0;
  background: linear-gradient(179.42deg, rgba(19, 28, 56, 0) 6.06%, #4c26aa 99.62%);
}
.swiper-cats .swiper-slide .img .buttons,
.swiper-cats.big .swiper-slide .img .buttons,
.swiper-cats.small .swiper-slide .img .buttons {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 50;
  opacity: 0;
  transition: 0.3s;
}
.swiper-cats .swiper-slide .img .btn-play,
.swiper-cats.big .swiper-slide .img .btn-play,
.swiper-cats.small .swiper-slide .img .btn-play {
  background: #45fcfe;
  color: #222535;
  cursor: pointer;
}
.swiper-cats .swiper-slide .img .demo,
.swiper-cats.big .swiper-slide .img .demo,
.swiper-cats.small .swiper-slide .img .demo {
  color: #fff;
  font-weight: bolder;
  text-align: center;
  margin: 10px auto 0 auto;
  display: block;
}
.swiper-cats .swiper-slide .img .overlay,
.swiper-cats.big .swiper-slide .img .overlay,
.swiper-cats.small .swiper-slide .img .overlay {
  transition: 0.3s;
  opacity: 0;
  border-radius: 10px;
  background: #4c26aa;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 45;
}
.swiper-cats .swiper-slide .caption,
.swiper-cats.big .swiper-slide .caption,
.swiper-cats.small .swiper-slide .caption {
  padding: 8px 7px;
  text-align: center;
  background: #4c26aa;
  border-radius: 0 0 10px 10px;
  position: relative;
  z-index: 5;
}
.swiper-cats .swiper-slide .caption span,
.swiper-cats.big .swiper-slide .caption span,
.swiper-cats.small .swiper-slide .caption span {
  display: block;
  color: #fff;
  font-size: 14px;
}
.swiper-cats .swiper-slide .caption .jp__summ,
.swiper-cats.big .swiper-slide .caption .jp__summ,
.swiper-cats.small .swiper-slide .caption .jp__summ {
  background: #45fcfe;
  color: #222;
  max-width: 70%;
  margin: 1rem auto;
  font-weight: 800;
  font-size: 15px;
  padding: 4px 12px;
  border-radius: 8px;
}
.swiper-cats .swiper-slide .caption .provider,
.swiper-cats.big .swiper-slide .caption .provider,
.swiper-cats.small .swiper-slide .caption .provider {
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 12px;
}
.swiper-cats-archive .row {
  display: flex;
  flex-wrap: wrap;
}
.swiper-cats-archive .swiper-slide {
  flex-basis: 15.85%;
  margin-bottom: 1rem;
  margin-right: 1rem;
  border-radius: 0 0 10px 10px;
}
.swiper-cats-archive .swiper-slide:nth-child(6n+6) {
  margin-right: 0;
}
.swiper-cats-archive .swiper-slide a {
  text-decoration: none;
}
.swiper-cats-archive .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}
.swiper-cats-archive .swiper-slide .img {
  height: 300px;
  position: relative;
}
.swiper-cats-archive .swiper-slide .img:hover .overlay {
  opacity: 0.5;
}
.swiper-cats-archive .swiper-slide .img:hover .buttons {
  opacity: 1;
}
.swiper-cats-archive .swiper-slide .img:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 55%;
  left: 0;
  bottom: 0;
  background: linear-gradient(179.42deg, rgba(19, 28, 56, 0) 6.06%, #131c38 99.62%);
}
.swiper-cats-archive .swiper-slide .img .buttons {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 50;
}
.swiper-cats-archive .swiper-slide .img .btn-play {
  background: #eaae44;
  border-radius: 30px;
  display: flex;
  align-items: center;
  color: #222535;
  cursor: pointer;
  transition: 0.3s;
}
.swiper-cats-archive .swiper-slide .img .demo {
  color: #fff;
  margin: 10px auto 0 auto;
  font-weight: bolder;
  display: block;
  text-align: center;
}
.swiper-cats-archive .swiper-slide .img .overlay {
  transition: 0.3s;
  opacity: 0;
  border-radius: 10px;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 45;
}
.swiper-cats-archive .swiper-slide .caption {
  padding: 8px 7px;
  text-align: center;
  background: #121d38;
  border-radius: 0 0 10px 10px;
  position: relative;
  z-index: 5;
}
.swiper-cats-archive .swiper-slide .caption span {
  display: block;
  color: #fff;
  font-size: 14px;
}
.swiper-cats-archive .swiper-slide .caption .jp__summ {
  background: #eaae44;
  color: #222;
  max-width: 70%;
  margin: 1rem auto;
  font-weight: 800;
  font-size: 15px;
  padding: 4px 12px;
  border-radius: 8px;
}
.swiper-cats-archive .swiper-slide .caption .provider {
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 12px;
}
.swiper-cats.small .swiper-slide .img {
  height: 247px;
  border-radius: 10px;
}
.swiper-cats.small .swiper-slide .img img {
  border-radius: 10px;
}
.swiper-cats.small .swiper-slide .img:after {
  display: none;
}
.swiper-cats.small .swiper-slide .caption {
  background: transparent;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 380px;
  text-align: center;
}
.swiper-cats.swiper-promotions .swiper-slide {
  border-radius: 10px;
  background: #131f3f;
  padding: 1rem;
  opacity: 1;
  transition: 0.3s;
  min-height: 450px;
}
.swiper-promotions .caption {
  background: transparent !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 380px;
  text-align: center;
}
.tournaments {
  position: relative;
  margin: 60px 0;
}
.tournaments__bg {
  background: url(img/bg.jpg) no-repeat;
  background-size: cover;
  content: '';
  width: 100%;
  height: 450px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.swiper-tournaments {
  background: url(img/bg-rowed.png) no-repeat;
  background-size: cover;
  height: 100% !important;
  padding: 40px 0 160px 0;
  max-width: 1130px;
  width: 100%;
}
.swiper-tournaments .tournament {
  width: 100% !important;
  max-width: 520px;
}
.tournaments__heading {
  color: #37fafe;
  font-style: italic;
  padding: 0 0 40px 0;
  font-size: 44px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bolder;
}
.swiper-cats.swiper-promotions .swiper-slide:hover {
  opacity: 0.8;
}
.swiper-cats.swiper-promotions .swiper-slide .img {
  height: 200px;
  border-radius: 10px;
}
.swiper-cats.swiper-promotions .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.swiper-cats.swiper-promotions .swiper-slide .caption span {
  color: #eaae44;
}
.swiper-cats.swiper-promotions .swiper-slide .caption .game__descr {
  font-size: 18px;
  font-weight: bolder;
  color: #45fcfe;
}
.swiper-cats.swiper-promotions .swiper-slide .caption .game__title {
  font-size: 20px;
  height: 70px;
  padding: 0 41px;
  text-align: center;
  font-style: italic;
  text-transform: uppercase;
  color: #fff;
  font-weight: bolder;
}
.swiper-cats.swiper-promotions .swiper-slide .caption .game__title span {
  font-size: 20px;
  display: inline;
  color: #eaae44;
}
.swiper-cats.swiper-providers .swiper-slide {
  height: 250px;
  position: relative;
}
.swiper-cats.swiper-providers .swiper-slide:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #4d8dd9, #605fcc 51.93%, #914dc9);
  opacity: 0.8;
  z-index: 1;
  border-radius: 50%;
}
.swiper-cats.swiper-providers .swiper-slide a {
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
.swiper-cats.swiper-providers .swiper-slide img {
  width: 50%;
  height: 200px;
  object-fit: contain;
  border-radius: 10px 10px 0 0;
  margin: 0 auto;
  filter: grayscale(100%) brightness(10);
}
.w100 {
  width: 100%;
}
.entry__content {
  color: hsla(0, 0%, 100%, 0.8);
  object-fit: contain;
}
.entry__content .aligncenter {
  width: 100%;
  object-fit: contain;
}
.entry__content table {
  border-radius: 15px;
  border: 2px solid #fff;
  border-collapse: collapse;
  margin-bottom: 10px;
}
.entry__content table tr,
.entry__content table td,
.entry__content table th {
  border: 2px solid #fff;
  border-collapse: collapse;
  padding: 10px;
  vertical-align: middle;
}
.entry__content table img {
  object-fit: contain;
  height: 50px;
}
.entry__content .alignleft {
  float: left;
  padding: 10px   10px 10px 0;
}
.entry__content .alignright {
  float: right;
  padding: 10px 0  10px 10px ;
}
.entry__content p {
  color: #fff;
  font-size: 14px;
  line-height: 2;
  margin-bottom: 1rem;
}
.entry__content ul,
.entry__content ol {
  padding: 0 0 0 1.5rem;
  margin-bottom: 10px;
}
.entry__content ul li,
.entry__content ol li {
  color: hsla(0, 0%, 100%, 0.8);
  margin-bottom: 0.5rem;
  line-height: 1.5;
  font-size: 14px;
}
.entry__content h1,
.entry__content h2,
.entry__content h3,
.entry__content h4,
.entry__content h5 {
  margin: 1.5rem 0;
  color: #fff;
}
.entry__content h1 {
  font-size: 24px;
}
.entry__content h2 {
  font-size: 22px;
}
.entry__content h3 {
  font-size: 20px;
}
.entry__content h4 {
  font-size: 18px;
}
.entry__content.dark h1,
.entry__content.dark h2,
.entry__content.dark h3,
.entry__content.dark h4,
.entry__content.dark h5,
.entry__content.dark p,
.entry__content.dark li,
.entry__content.dark td {
  color: #4b289d;
}
.entry__content a {
  color: #eaae44;
}
.sh__game_single {
  margin: 2rem 0;
  padding: 0 4rem;
}
.sh__game_single .sh__game_frame {
  width: 100%;
}
.sh__game_single .sh__game_frame .sh_iframe {
  height: 75vh;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  position: relative;
}
.sh__game_single .sh__game_frame .sh_iframe .preload {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  object-fit: contain;
}
.sh__game_single .sh__game_frame .sh__game_frame_title {
  border-radius: 20px 20px 0 0;
  display: flex;
  align-items: center;
  padding: 0.5rem;
  background: #4c26aa;
  justify-content: space-between;
  width: 100%;
}
.sh__game_single .sh__game_frame .sh__game_frame_title .almost_h1 {
  font-size: 16px;
  color: #fff;
}
.sh__game_single .sh__game_frame .sh__game_frame_title a {
  color: #fff;
}
.sh__game_single .sh__game_frame .sh__game_frame_title a svg {
  width: 24px;
  height: 24px;
}
.sh__game_single .sh__game_frame iframe {
  width: 100%;
  height: 100%;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border: none;
}
.sh__game_single .sh__game_description {
  background: #4c26aa;
  width: 100%;
  margin: 2rem 0;
  padding: 2rem;
  border-radius: 20px;
}
.footer {
  background: linear-gradient(180deg, #4b289d, #230e54);
  background-blend-mode: lighten;
  padding: 50px 20px;
  margin: 4rem 0 0 0;
}
.footer-icons {
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 738px;
}
.footer-logo {
  margin: 0 auto 20px;
  display: block;
  width: 100%;
  max-width: 120px;
}
.footer .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer .logos {
  flex-basis: 41%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin: 50px auto;
  gap: 10px;
}
.footer .logos a {
  display: block;
  width: 80px;
  height: 40px;
  padding: 3px 5px;
}
.footer .logos a:hover img {
  filter: grayscale(0%);
}
.footer .logos a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: grayscale(100%);
  transition: 0.3s;
}
.footer .menus {
  width: 100%;
  padding: 0 2rem;
  flex-basis: 100%;
  display: flex;
  flex-wrap: wrap;
}
.footer .menus .menu_head {
  color: #fff;
  font-size: 12px;
  font-weight: bolder;
  display: none;
}
.footer .menus .item {
  width: 100%;
}
.footer .menus .item:first-child {
  margin-bottom: 15px;
}
.footer .menus .item:first-child nav ul li a {
  font-weight: 600;
  color: #fff;
  font-size: 14px;
}
.footer .menus .item:first-child nav ul li a:hover {
  color: #eaae44;
}
.footer .menus nav {
  width: 100%;
}
.footer .menus nav ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .menus nav ul li a {
  color: hsla(0, 0%, 100%, 0.8);
  text-decoration: none;
  font-size: 12px;
  padding: 0 20px;
}
.footer .providers {
  flex-basis: 70%;
  margin: 2rem auto;
}
.footer .providers .row {
  display: flex;
  justify-content: center;
}
.footer .providers a {
  width: 5%;
}
.footer .providers a img {
  width: 45px;
  height: 45px;
}
.footer .footer_block_title {
  display: block;
  margin: 0;
  padding-bottom: 16px;
  font-weight: 600;
  font-size: 12px;
  text-align: center;
  color: #bb9e65;
  width: 100%;
}
.footer .copyright .row {
  display: flex;
  align-items: center;
}
.footer .copyright .row h3,
.footer .copyright .row p {
  color: #656d7d;
  font-size: 12px;
  line-height: 24px;
  font-weight: normal;
  color: hsla(0, 0%, 100%, 0.6);
}
.footer .copyright .row a {
  color: #eaae44;
}
.footer .copyright .row .img {
  flex-basis: 100%;
  margin: 0 auto;
}
.footer .copyright .row .img img {
  width: 100%;
  height: 50px;
  object-fit: contain;
}
.footer .copyright .row .copyright_text {
  flex-basis: 70%;
  text-align: center;
  margin: 0 auto;
}
.promotion_page .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.promotion_page .promo__item {
  margin-bottom: 1rem;
  position: relative;
  flex-basis: 49.5%;
}
.promotion_page .promo__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.promotion_page .promo__item .caption span {
  color: #fff;
  display: block;
  font-weight: bolder;
  font-size: 28px;
}
.promotion_page .promo__item .caption .promo_title {
  font-size: 55px;
  line-height: 1.1;
  text-transform: uppercase;
  font-style: italic;
}
.promotion_page .promo__item .caption .promo_title span {
  color: #eaae44;
  font-size: 55px;
  display: inline;
  line-height: 1.1;
}
.promotion_page .promo__item .caption .promo_descr {
  font-size: 22px;
  color: #45fcfe;
  padding: 22px 0;
}
.promotion_page .promo__item .caption .buttons {
  display: flex;
  align-items: center;
  margin: 20px 0;
}
.promotion_page .promo__item .caption .buttons a {
  text-transform: uppercase;
}
.promotion_page .promo__item .caption .buttons .btn-more {
  background: transparent;
  border: 1px solid #eaae44;
  color: #eaae44;
  margin-left: 1rem;
}
.full-width {
  width: 100%;
  flex-basis: 100% !important;
}
.promotion_page .promo__item.full-width {
  padding: 60px;
  min-height: 370px;
  border-radius: 30px;
}
.flex__caption {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  padding: 0 120px 0 0;
}
.bonus__full-width-image {
  width: 100%;
  max-height: 450px;
  object-fit: contain;
}
.bonus__full-width-content {
  width: 100%;
  max-width: 500px;
}
.wpcf7 {
  width: 50%;
  margin: 0 auto;
}
.wpcf7 form input {
  margin-bottom: 1.5rem;
}
.wpcf7 form input,
.wpcf7 form textarea {
  width: 100%;
  border-radius: 12px;
  border-color: transparent;
  transition: 0.3s;
  border: 2px solid transparent;
  background: #080808;
  padding: 1.5rem;
}
.wpcf7 form input:hover,
.wpcf7 form textarea:hover {
  border-color: #4c26aa;
}
.wpcf7 form textarea {
  height: 200px;
  resize: none;
}
.wpcf7 form .btn-small {
  background: #eaae44;
  border: none;
  font-size: 16px;
  color: #4c26aa;
  font-weight: bolder;
  transition: 0.3s;
  cursor: pointer;
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 1rem auto;
}
.all_com_pr span:before {
  color: #FB9C30;
}
.com_block_star {
  margin: 10px 0;
}
.comments-rating {
  border: none;
  padding: 0;
  margin-left: 0;
}
.comments-rating label {
  display: inline-block;
  font-size: 18px;
}
.rating-container {
  font-size: 0;
  unicode-bidi: bidi-override;
  direction: rtl;
}
.rating-container * {
  font-size: 1.4rem;
}
.rating-container > input {
  display: none;
}
.rating-container > input + label {
  font-family: 'dashicons';
  display: inline-block;
  overflow: hidden;
  text-indent: 9999px;
  width: 1em;
  white-space: nowrap;
  cursor: pointer;
  margin: 0;
}
.rating-container > input + label:before {
  display: inline-block;
  text-indent: -9999px;
  content: "\f154";
  color: #888;
}
.rating-container > input:checked ~ label:before,
.rating-container > input + label:hover ~ label:before,
.rating-container > input + label:hover:before {
  content: "\f155";
  color: #FB9C30;
  text-shadow: 0 0 1px #888;
}
.rating-container > .star-cb-clear + label {
  text-indent: -9999px;
  width: 0.5em;
  margin-left: -0.5em;
}
.rating-container > .star-cb-clear + label:before {
  width: 0.5em;
}
.rating-container:hover > input + label:before {
  content: "\f154";
  color: #888;
  text-shadow: none;
}
.rating-container:hover > input + label:hover ~ label:before,
.rating-container:hover > input + label:hover:before {
  content: "\f155";
  color: #FB9C30;
  text-shadow: 0 0 1px #888;
}
.comment-respond {
  margin: 1.5rem 0 0 0;
}
.comment-respond h3 {
  margin-bottom: 0.75rem;
}
.comments-area {
  margin: 3rem 0;
  color: #fff;
}
.comments-area .comment-form .comment-form-author label,
.comments-area .comment-form .comment-form-email label,
.comments-area .comment-form .comment-form-comment label {
  display: block;
  margin-bottom: 0.5rem;
}
.comments-area .comment-form input,
.comments-area .comment-form textarea {
  background: #2E313D;
  border-radius: 8px ;
  color: rgba(255, 255, 255, 0.4);
  padding: 0.5rem 0 0.5rem 0.5rem;
  border: none;
}
.comments-area .comment-form input::placeholder,
.comments-area .comment-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.comments-area .comment-form textarea {
  width: 50%;
  height: 100px;
}
.comments-area .comment-form input {
  width: 50%;
}
.comments-area .comment-form .submit {
  background: #eaae44;
  border-radius: 8px;
  color: #fff;
  font-weight: bold;
  padding: 0.75rem;
  cursor: pointer;
  transition: 0.3s;
}
.comments-area .comment-notes {
  display: none;
}
.comments-area .comment-list {
  list-style: none;
}
.comments-area .comment-list li {
  padding: 1.5rem;
  background: #fcfcfc;
  margin-bottom: 0.75rem;
}
.comments-area .comment-list li .commentmetadata {
  display: none;
}
.comments-area .comment-list li time {
  display: none;
}
.comments-area .comment-list li p {
  margin: 1rem 0;
  font-size: 14px;
  line-height: 22px;
}
.comments-area .comment-form-email {
  display: none;
}
.dashicons-star-filled {
  color: #fb9c30 !important;
}
@media (min-width: 1366px) and (max-width: 1919px) {
  .swiper-cats-archive .swiper-slide {
    flex-basis: 23%;
  }
  .swiper-cats-archive .swiper-slide:nth-child(6n + 6) {
    margin-right: 1rem;
  }
  .swiper-cats-archive .swiper-slide:nth-child(4n + 4) {
    margin-right: 0;
  }
  .cats_w_providers .providers_w_search {
    flex-basis: 50%;
  }
}
@media (min-width: 1024px) and (max-width: 1365px) {
  .btn {
    min-width: 100%;
    font-size: 12px;
  }
  .sidebar__menu ul li a {
    font-size: 12px;
  }
  .top-banner .swiper-slide .caption .caption-title {
    font-size: 35px;
  }
  .cats_w_providers {
    flex-wrap: wrap;
  }
  .cats_w_providers .cats {
    flex-basis: 100%;
  }
  .cats_w_providers .providers_w_search {
    flex-basis: 100%;
    margin-top: 1rem;
  }
  .swiper-cats-archive .swiper-slide {
    flex-basis: 31.3%;
  }
  .swiper-cats-archive .swiper-slide:nth-child(3n + 3) {
    margin-right: 0;
  }
  .swiper-cats-archive .swiper-slide .img {
    height: 230px;
  }
  .swiper-cats.swiper-promotions .swiper-slide .caption .game__descr {
    font-size: 18px;
    height: 30px;
  }
  .swiper-cats.swiper-promotions .swiper-slide .caption .game__title {
    font-size: 18px;
  }
}
@media (max-width: 1023px) {
  #wrapper {
    padding-left: 0;
  }
  .sidebar {
    display: none;
  }
  .main {
    width: 100%;
    margin-left: 0;
  }
  .top-banner .swiper-slide .caption .caption-title {
    font-size: 20px;
  }
  .footer .logos {
    flex-basis: 100%;
  }
  .footer .menus {
    flex-basis: 100%;
  }
  .footer .menus nav ul {
    flex-direction: column;
  }
  .promotion_page .promo__item,
  .promotion_page .promo__item.full-width {
    min-height: 370px;
    flex-basis: 100%;
  }
  .footer .copyright .row {
    flex-direction: column-reverse;
  }
  .swiper-cats .swiper-slide .img,
  .swiper-cats.big .swiper-slide .img,
  .swiper-cats.small .swiper-slide .img {
    height: 150px;
  }
  .swiper-cats .swiper-slide .caption span,
  .swiper-cats.big .swiper-slide .caption span.game__title,
  .swiper-cats.small .swiper-slide .caption span.game__title {
    height: 40px;
  }
  .swiper-cats.swiper-promotions .swiper-slide .caption .game__title {
    font-size: 12px;
  }
  .swiper-cats.swiper-promotions .swiper-slide .caption .game__descr {
    font-size: 14px;
  }
  .swiper-cats .swiper-slide .caption .jp__summ,
  .swiper-cats.big .swiper-slide .caption .jp__summ,
  .swiper-cats.small .swiper-slide .caption .jp__summ {
    display: flex;
    align-items: center;
    font-size: 12px;
  }
  .cats_w_providers {
    flex-wrap: wrap;
  }
  .cats_w_providers .cats {
    flex-basis: 100%;
    margin-bottom: 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .cats_w_providers .cats li {
    flex-basis: 45%;
    margin-bottom: 1rem;
  }
  .cats_w_providers .providers_w_search {
    flex-basis: 100%;
  }
  .cats_w_providers .providers_w_search .providers {
    width: 50%;
  }
  .swiper-cats-archive .row {
    justify-content: space-between;
  }
  .swiper-cats-archive .swiper-slide {
    flex-basis: 100%;
    flex-grow: 1;
    margin-right: 0!important;
  }
  .swiper-cats-archive .swiper-slide:nth-child(6n + 6) {
    margin-right: 0;
  }
  .footer .providers a {
    width: 16%;
  }
  .sh__game_single {
    padding: 0;
  }
}
.swiper-tournaments .tournament {
  position: relative;
  height: 406px;
  border-radius: 15px;
  overflow: hidden;
}
.swiper-tournaments .tournament .slide-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.swiper-tournaments .tournament .overlay {
  position: absolute;
  border-radius: 10px;
  z-index: 5;
  top: 0;
  left: 0;
  background: linear-gradient(115deg, rgba(56, 23, 137, 0.2), rgba(56, 23, 137, 0.2));
  opacity: 0.35;
  width: 100%;
  height: 100%;
}
.swiper-tournaments .tournament .tournament_caption span {
  display: block;
  color: #fff;
}
.swiper-tournaments .tournament .tournament_caption {
  padding: 20px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.swiper-tournaments .tournament .tournament_caption .game {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.swiper-tournaments .tournament .tournament_caption .game img {
  width: 15%;
}
.swiper-tournaments .tournament .tournament_caption .game .game-capt {
  width: 80%;
}
.swiper-tournaments .tournament .tournament_caption .title {
  font-weight: bolder;
  font-size: 18px ;
  line-height: 1.4;
}
.swiper-tournaments .tournament .tournament_caption .middle-block {
  margin: 20px 0;
  height: 70px;
}
.swiper-tournaments .tournament .tournament_caption .counter .counter-inner {
  display: flex;
  border-radius: 8px;
  background-color: rgba(18, 20, 70, 0.5);
  padding: 10px 20px;
  margin: 10px 0;
  justify-content: space-between;
  width: 80%;
}
.swiper-tournaments .tournament .tournament_caption .counter .c-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: bolder;
  color: #fff;
  font-size: 32px;
}
.swiper-tournaments .tournament .tournament_caption .counter .c-item strong {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 0 4px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.01em;
  color: #eaae44;
}
.swiper-tournaments .tournament .tournament_caption .btn {
  width: 40%;
}
.tournaments-page .tournament {
  width: 100%;
  text-align: left;
  position: relative;
  min-height: 358px;
  margin-bottom: 20px;
  border-radius: 20px;
}
.tournament_caption {
  padding: 0 0 0 60px;
}
.tournaments-page .tournament .slide-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.tournament__text-image {
  max-height: 470px;
}
.tournaments-page .tournament .tournament_caption .game-capt .title {
  font-weight: 600;
  font-size: 30px;
  line-height: 1.4;
  color: #eaae44;
}
.tournaments-page .tournament .tournament_caption .game-capt .game-name {
  display: none;
}
.tournaments-page .tournament .tournament_caption .middle-block {
  display: flex;
  flex-direction: column-reverse;
  margin: 20px 0;
}
.tournaments-page .tournament .tournament_caption .middle-block span {
  display: block;
  font-size: 36px;
  color: #fff;
  text-transform: uppercase;
}
.tournaments-page .tournament .tournament_caption .middle-block span strong {
  font-size: 55px;
  color: #eaae44;
}
.tournaments-page .tournament .tournament_caption .middle-block .title {
  font-weight: 600;
  font-size: 30px;
  line-height: 1.4;
  color: #fff;
}
.tournaments-page .tournament .tournament_caption .counter {
  color: #fff;
  font-size: 14px;
}
.tournaments-page .tournament .tournament_caption .counter .counter-inner {
  display: flex;
  border-radius: 8px;
  background-color: rgba(18, 20, 70, 0.5);
  padding: 10px 20px;
  margin: 10px 0;
  justify-content: space-between;
  width: 360px;
}
.tournaments-page .tournament .tournament_caption .counter .c-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: bolder;
  color: #fff;
  font-size: 32px;
}
.tournaments-page .tournament .tournament_caption .counter .c-item strong {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 0 4px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.01em;
  color: #eaae44;
}
.tournaments-page .tournament .tournament_caption .btn {
  max-width: 160px;
}
@media (min-width: 1025px) and (max-width: 1820px) {
  .tournaments-page .tournament {
    min-height: 400px;
  }
  .tournaments-page .tournament .slide-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .footer .logos {
    flex-basis: 54%;
  }
  .footer .providers {
    flex-basis: 90%;
  }
  .swiper-promotions .caption {
    height: 325px;
  }
  .bonus__full-width-image {
    max-height: 380px;
  }
  .tournament__text-image {
    max-height: 330px;
  }
  .cats_w_providers .all__providers a {
    flex-basis: 15%;
  }
  .tournaments-page .tournament .tournament_caption .middle-block span {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .tournaments-page .tournament {
    min-height: 500px;
  }
  .tournaments-page .tournament .slide-bg {
    position: absolute;
    border: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .tournaments-page .tournament .tournament_caption {
    max-width: 100%;
    padding: 10px;
  }
  .tournaments-page .tournament .tournament_caption .counter .counter-inner {
    width: 100%;
  }
  .footer .providers {
    flex-basis: 100%;
  }
  .top-banner .swiper-slide {
    width: 100%;
    max-width: 600px;
  }
  .top-banner .swiper-slide .home_slider_flex {
    flex-direction: column-reverse;
    align-items: center;
    left: 0;
  }
  .home_slider__caption {
    text-align: center;
  }
  .main .container {
    padding: 0 10px;
  }
  .cats_w_providers .cats {
    gap: 10px;
  }
  .cats_w_providers .cats li {
    flex-basis: 48%;
    margin-right: 0;
    margin-bottom: 0;
  }
  .swiper-cats.small .swiper-slide .caption {
    height: auto;
  }
  .swiper-promotions .caption {
    height: 450px;
  }
  .swiper-cats.swiper-providers .swiper-slide {
    height: 175px;
  }
  .swiper-cats.small {
    height: 190px;
  }
  .breadcrumbs ul {
    flex-wrap: wrap;
  }
  .flex__caption {
    flex-direction: column-reverse;
    padding: 0;
  }
  .tournament__text-image {
    width: 100%;
    object-fit: contain;
  }
  .tournaments-page .tournament .tournament_caption .middle-block span {
    font-size: 14px;
  }
  .tournaments-page .tournament .tournament_caption .middle-block .title {
    font-size: 24px;
  }
}
