@charset "UTF-8";

/*
Theme Name: Twenty Twenty-One
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 6.5
Requires PHP: 5.6
Version: 2.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, portfolio

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/

/**
 * SETTINGS
 * File-header..........The file header for the themes style.css file.
 * Fonts................Any font files, if the project needs specific fonts.
 * Global...............Project-specific, globally available variables.
 *
 * TOOLS
 * Functions............Global functions.
 * Mixins...............Global mixins.
 *
 * GENERIC
 * Normalize.css........Normalise browser defaults.
 * Breakpoints..........Mixins and variables for responsive styles
 * Vertical-margins.....Vertical spacing for the main components.
 * Reset................Reset specific elements to make them easier to style in other contexts.
 * Clearings............Clearings for the main components.
 *
 * ELEMENTS
 * Blockquote...........Default blockquote.
 * Forms................Element-level form styling.
 * Headings.............H1–H6
 * Links................Default links.
 * Lists................Default lists.
 * Media................Images, Figure, Figcaption, Embed, iFrame, Objects, Video.
 *
 * BLOCKS
 * Audio................Specific styles for the audio block.
 * Button...............Specific styles for the button block.
 * Code.................Specific styles for the code block.
 * Columns..............Specific styles for the columns block.
 * Cover................Specific styles for the cover block.
 * File.................Specific styles for the file block.
 * Gallery..............Specific styles for the gallery block.
 * Group................Specific styles for the group block.
 * Heading..............Specific styles for the heading block.
 * Image................Specific styles for the image block.
 * Latest comments......Specific styles for the latest comments block.
 * Latest posts.........Specific styles for the latest posts block.
 * Legacy...............Specific styles for the legacy gallery.
 * List.................Specific styles for the list block.
 * Media text...........Specific styles for the media and text block.
 * Navigation...........Specific styles for the navigation block.
 * Paragraph............Specific styles for the paragraph block.
 * Pullquote............Specific styles for the pullquote block.
 * Quote................Specific styles for the quote block.
 * Search...............Specific styles for the search block.
 * Separator............Specific styles for the separator block.
 * Table................Specific styles for the table block.
 * Verse................Specific styles for the verse block.
 * Video................Specific styles for the video block.
 * Utilities............Block alignments.
 *
 * COMPONENTS
 * Header...............Header styles.
 * Footer...............Footer styles.
 * Comments.............Comment styles.
 * Archives.............Archive styles.
 * 404..................404 styles.
 * Search...............Search styles.
 * Navigation...........Navigation styles.
 * Footer Navigation....Footer Navigation styles.
 * Pagination...........Pagination styles.
 * Single...............Single page and post styles.
 * Posts and pages......Misc, sticky post styles.
 * Entry................Entry, author biography.
 * Widget...............Widget styles.
 * Editor...............Editor styles.
 *
 * UTILITIES
 * A11y.................Screen reader text, prefers reduced motion etc.
 * Color Palette........Classes for the color palette colors.
 * Editor Font Sizes....Editor Font Sizes.
 * Measure..............The width of a line of text, in characters.
 */

/* Categories 01 to 03 are the basics. */

/* Variables */
:root{
   --Violet-900: #0C0819;
   --Global-White: #FFF;
   --Violet-600: #5436B1;
   --Global-Secondary: #0FBC1B;
   --Global-Primary: #794DFD;
   --Violet-100: #F2EEFF;
   --Grayscale-100: #D4D4D5;
   --Background-Primary: #1C1D2E;
   --Background-Secondary: #131420;
   --Grayscale-200: #88888D;
   --Color: #FFF;
   --Fill: #FFF;
   --Grayscale-300: #525259;
    --Grayscale-500: 25252D;
    --Violet-300: #B59DFE;
    --Violet-700: #3C267E;
    --Global-Information-Primary: #06F;
    --Grayscale-400: #32323A;
    --Green-500: #13EB22;
    --Violet-800: #24174B;
 }
 *{
   font-family: "Inter" ,sans-serif;
   font-feature-settings: 'clig' off, 'liga' off;
 }
 body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background: var(--Background-Primary, #1C1D2E);
 }
body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(28, 29, 46, 0) 60%, rgba(28, 29, 46, 0.9) 90%, rgba(28, 29, 46, 1) 100%);
  pointer-events: none;
  z-index: -1;
  max-height: 600px;
}
body::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	max-height: 600px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
    pointer-events: none;
    z-index: -2;
	animation: zoomerBody ease-in-out 5s infinite;
}
 .breadcrumbs {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap:8px;
  align-items: center;
  margin-bottom: 20px;
}
.breadcrumbs li {
  display: inline;
  line-height: 1;
}
.breadcrumbs li a {
  color: var(--Color, #FFF);
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  display: block;
}
.breadcrumbs li a:hover {
  text-decoration: underline;
}
.item-current{
  color: var(--Grayscale-200, #88888D);
font-size: 14px;
font-weight: 400;
}
.separator__brd{
  color: var(--Grayscale-200, #88888D);
}
 .gap14{
    row-gap: 14px;
 }
 body{
  padding-top: 76px;
 }
 .header{
  position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
   padding: 10px 0;
   background: rgba(19, 20, 32, 0.40);
   backdrop-filter: blur(10px);
   margin-bottom: 8px;
   transition: all 1s ease;
 }
 .header.fixed{
    animation-name: fix_header;
    animation-duration: 1s;
    animation-timing-function: ease;
    transform: translateY(0);
 }
 @keyframes fix_header {
  from{
    transform: translateY(-100%);
  }
  to{
    transform: translateY(0);
  }
 }
 .header.hidden{
    animation-name: hide_header;
    animation-duration: 1s;
    animation-timing-function: ease;
    transform: translateY(-100%);
 }
 @keyframes hide_header {
  from{
    transform: translateY(0);
  }
  to{
    transform: translateY(-100%);
  }
 }
 .header__wrapper{
  display: flex;
  justify-content: space-between;
  align-items: center;
 }
 .header__navigation-wrapper{
   display: flex;
   align-items: center;
 }
 .header__search-block{
   display: flex;
   align-items: center;
   padding: 8px 16px;  
   column-gap: 8px;
     cursor: pointer;
 }
 .header__btns-group{
   display: flex;
   align-items: center;
   column-gap: 8px;
 }
.header__compare-block{
   display: flex;
   align-items: center;
   padding: 8px 16px;  
   column-gap: 8px;
}
.search__title, .compare__title{
   color: var(--Global-White, #FFF);
   font-size: 14px;
   font-weight: 700;
   line-height: 20px; 
   position: relative;
}
.separator{
   border-radius: 2px;
   background: var(--Violet-600, #5436B1);
   width: 1px;
   height: 16px;
   display: block;
   margin: 0px 16px;
}
.login__btn{
   border-radius: 14px;
   background: var(--Global-Secondary, #0FBC1B);
   padding: 8px 16px;
   color: var(--Global-White, #FFF);
   font-size: 14px;
   font-weight: 700;
   line-height: 20px; /* 142.857% */
   text-decoration: none;
   text-align: center;

}
.reg__btn{
   border-radius: 14px;
   background: var(--Global-Primary, #794DFD);
   color: var(--Global-White, #FFF);
   font-size: 14px;
   font-weight: 700;
   line-height: 20px; /* 142.857% */
   padding: 8px 16px;
   text-decoration: none;
   text-align: center;
}

.marqee__block {
  overflow: hidden;
  display: flex;
}
.marquee__content {
  will-change: transform;
  display: flex;
  flex-shrink: 0;
  justify-content: space-around;
  gap: 4px;
  min-width: 200%; /* Подвоюємо ширину */
  animation: scroll 40s linear infinite; 
  transform: translateZ(0);
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translate3D(calc(-50% - 4px), 0, 0); /* Рух тільки на половину контенту */
  }
}
.marqee__item-content{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
 .marqee__item{
   border-radius: 8px;
   background: rgba(19, 20, 32, 0.40);
   backdrop-filter: blur(10px);
   display: flex;
   padding: 8px;
   gap: 8px;
 }
  .marqee__item-provider{
    max-width: 65px;
    height: auto;
  }
 .marqee__item-title{
   overflow: hidden;
   color: var(--Violet-100, #F2EEFF);
   text-overflow: ellipsis;
   font-size: 10px;
   font-weight: 400;
   line-height: 14px; 
   max-width: 80px;
   white-space: nowrap;
 }
 .marqee__item-value{
   color: var(--Violet-100, #F2EEFF);
   font-size: 12px;
   font-weight: 700;
   line-height: 16px; 
 }
 .marqee__item-user{
   font-size: 10px;
   font-weight: 400;
   line-height: 14px;
   color: var(--Violet-100, #F2EEFF);
 }
 .marqee__logo-wrapper{
   position: relative;
   border-radius: 8px;
 }
 .marqee__label{
   position: absolute;
   left: 2px;
   top: 2px;
   border-radius: 8px;
   background: rgba(19, 20, 32, 0.40);
   backdrop-filter: blur(10px);
 }
 .title{
   color: #fff;
   font-size: 40px;
   font-weight: 700;
   margin-bottom: 8px;
   animation: fromtop 1s;
   position: relative;
 }
 .description{
   color: var(--Grayscale-100, #D4D4D5);
   font-size: 16px;
   font-weight: 500;
   max-width: 900px;
   margin-bottom: 42px;
   animation: fromleft 1s;
   position: relative;
 }
 .first__block{
   padding:  42px 0 36px;
 }
 .first__block-cards{
   display: grid;
   gap: 14px;
   grid-template-columns: 1fr 1fr 1fr 1fr;
   grid-template-areas: 
   "category card1 card2 card3"
   "category card4 card5 card6";
 }
 .first__block-main-card{
   grid-area: category;
   display: flex;
   flex-direction: column;
   justify-self: flex-end;
   position: relative;
   overflow: hidden;
   border-radius: 8px;
 }
 .category__bg{
   position: absolute;
   bottom: 0;
   width: 100%;
   z-index: 0;
 }
 .first__block-main-card{
   position: relative;
 }
 .first__block-card-content-title{
   color: var(--Global-White, #FFF);
   font-size: 24px;
   font-weight: 700;
   line-height: 28px;
   margin-bottom: 8px;
 }
 .first__block-card-content-description{
   color: var(--Grayscale-100, #D4D4D5);
   font-size: 14px;
   font-weight: 400;
   line-height: 20px;
   margin-bottom: 16px;
 }
 .first__block-card-content-link{
   border-radius: 14px;
   border: 1px solid var(--Grayscale-100, #D4D4D5);
   text-decoration: none;
   height: 40px;
   padding: 8px 16px;
   text-align: center;
   width: max-content;
   color: var(--Grayscale-100, #D4D4D5);
   font-size: 14px;
   font-weight: 500;
   line-height: 20px;
 }
 .first__block-card{
   border-radius: 8px;
   background: var(--Background-Secondary, #131420);
   padding: 16px;
   display: flex;
   gap: 10px;
 }
 .first__block-card-functions{
   display: flex;
   flex-direction: column;
 }
 .first__block-card-functions-img-wrapper{
   border-radius: 8px;
   overflow: hidden;
   margin-bottom: 8px;
     text-decoration: none;
 }
 .single__casinos-item-img{
  display: block;
  max-width: 100%;
  max-height: 100px;
  object-fit: cover;
/*   width: 100%; */
  height: 100%;
 }
.first__block-card-functions-img{
    max-width: 66px;
}
 .first__block-card-functions-compare{
   display: flex;
   justify-content: center;
   padding: 4px;
   align-items: center;
   align-self: stretch;
   border-radius: 14px;
   background: var(--Background-Primary, #1C1D2E);
   margin-bottom: 4px;
   cursor: pointer;
 }
.demo__block-header-btn-block .first__block-card-functions-compare{
    display: flex;
    width: 32px;
    height: 32px;
    padding: 4px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: #222338;
}
.demo__block-header-btn-block .first__block-card-functions-favorite{
    display: flex;
	max-width: 66px;
	width: 100%;
    height: 32px;
    padding: 8px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: #222338;
}
 .first__block-card-info-title{
   color: var(--Fill, #FFF);
   font-size: 16px;
   font-weight: 700;
   line-height: 24px; 
   height: 48px;
   overflow: hidden;
   margin-bottom: 8px;
   text-decoration: none;
     display: inline-block;
 }
 .first__block-card-info-summary{
   margin-bottom: 8px;
 }
 .first__block-card-info{
   flex-grow: 1;
 }
 .first__block-card-info-summary-item{
   display: flex;
   align-items: center;
   margin-bottom: 4px;
 }
 .first__block-card-info-summary-name{
   color: var(--Grayscale-200, #88888D);
   font-size: 12px;
   font-weight: 500;
   line-height: 16px; 
   margin-right: 4px;
 }
 .first__block-card-info-summary-value{
   color: var(--Color, #FFF);
   font-size: 14px;
   font-weight: 500;
   line-height: 20px; 
 }
 .first__block-card-info-btns{
   display: flex;
   gap: 8px;
 }
 .first__block-card-info-play{
   border-radius: 14px;
   background: var(--Global-Primary, #794DFD);
   display: flex;
   padding: 4px 12px;
   justify-content: center;
   align-items: center;
   color: var(--Global-White, #FFF);
   font-size: 12px;
   font-weight: 700;
   line-height: 16px; 
   text-decoration: none;
   width: 100%;
   position: relative;
   overflow: hidden;
 }


 .first__block-card-info-demo{
   display: flex;
   padding: 4px 12px;
   justify-content: center;
   align-items: center;
   border-radius: 14px;
   border: 1px solid var(--Global-Primary, #794DFD);
   color: var(--Global-Primary, #794DFD);
   font-size: 12px;
   font-weight: 700;
   line-height: 16px; 
   text-decoration: none;
   width: 100%;
   position: relative;
   overflow: hidden;
 }
 .first__block-card-info-play::after {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
  background: linear-gradient(to bottom, rgba(229, 172, 142, 0), rgba(255, 255, 255, 0.5) 50%, rgba(229, 172, 142, 0));
  transform: rotateZ(60deg) translate(-5em, 7.5em);
  animation: sheen 2s forwards;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}
 .first__block-card-content{
   padding: 14px;
   display: flex;
   flex-direction: column;
   justify-content: flex-end;
   height: 100%;
   position: relative;
 }
 .first__block-cards:nth-child(2){
   grid-area: card1;
 }
 .first__block-cards:nth-child(3){
    grid-area: card2;
 }
 .first__block-cards:nth-child(4){
    grid-area: card3;
 }
 .first__block-cards:nth-child(5){
    grid-area: card4;
 }
 .first__block-cards:nth-child(6){
    grid-area: card5;
 }
 .first__block-cards:nth-child(7){
   grid-area: card6;
 }
 .main_casinos{
  margin-bottom: 36px;
 }
.main__casinos-header{
   color: #FFF;
   font-size: 24px;
   font-weight: 700;
   line-height: 28px; 
/*    margin-bottom: 24px; */
}
.main__casinos-separator{
   border-radius: 3px;
   background: #FFF;
   width: 3px;
   align-self: stretch;
}
.main__casinos-description{
   color: var(--Grayscale-200, #88888D);
   font-size: 14px;
   font-weight: 500;
   line-height: 20px; 
   max-width: 868px;
}
.main__casinos-info{
   display: flex;
   gap: 8px;
   margin-bottom: 24px;
} 
.main__casinos-header{
   display: flex;
   justify-content: space-between;
   align-items: center;
   gap: 4px;
	min-height: 41px;
}
.main__casinos-all-link{
   color: var(--Global-Primary, #794DFD);
   font-size: 12px;
   font-weight: 700;
   line-height: 16px; 
   display: flex;
   padding: 4px 12px;
   justify-content: center;
   align-items: center;
   border-radius: 14px;
   border: 1px solid var(--Global-Primary, #794DFD);
   text-decoration: none;
   text-wrap: nowrap;
}
.main__casinos-item{
   padding: 16px;
   border-radius: 8px;
   background: var(--Background-Secondary, #131420);
   display: flex;
   flex-direction: column;
   justify-content: space-between;
}
.main__casinos__btns{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 116px;
    gap: 4px;
}
.main__casinos-item-logo-wrapper{
   display: flex;
   justify-content: center;
   align-items: center;
   padding: 1px 34px;
   margin-bottom: 16px;
   border-radius: 8px;
  background: #1C1D2E;
  height: 80px;
}
.main__casinos-item-name{
  overflow: hidden;
  color: var(--Fill, #FFF);
  text-overflow: ellipsis;
  font-size: 10px;
  font-weight: 400;
  line-height: 14px; 
  margin-bottom: 13px;
}
.main__casinos-item-title{
   color: var(--Fill, #FFF);
   font-size: 16px;
   font-weight: 700;
   line-height: 24px; 
   margin-bottom: 8px;
}
.main__casinos-item-pluses{
   border-radius: 8px;
   background: var(--Background-Primary, #1C1D2E);
   column-gap: 4px;
   padding: 8px;
   row-gap: 8px;
   display: flex;
   flex-wrap: wrap;
   min-height: 80px;
}
.main__casinos-item-plus{
   display: flex;
   align-items: center;
   gap: 4px;
   width: calc(50% - 2px);
}
.main__casinos-item-plus-item{
   color: var(--Fill, #FFF);
   font-size: 10px;
   font-weight: 400;
   line-height: 14px;
}
.main__casinos-footer{
   display: flex;
   gap: 8px;
   align-items: center;
}
.main__casinos-link{
   border-radius: 14px;
   background: var(--Global-Primary, #794DFD);
   padding: 8px 16px;
   color: var(--Global-White, #FFF);
   font-size: 14px;
   font-weight: 700;
   line-height: 20px; 
   width: 100%;
   max-width: 120px;
   text-align: center;
   text-decoration: none;
   position: relative;
   overflow: hidden;
}
.main__casinos-link::after {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
  background: linear-gradient(to bottom, rgba(229, 172, 142, 0), rgba(255, 255, 255, 0.5) 50%, rgba(229, 172, 142, 0));
  transform: rotateZ(60deg) translate(-5em, 7.5em);
  animation: sheen 2s forwards;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

.main__casinos-copyright{
   color: var(--Grayscale-300, #525259);
font-size: 10px;
font-weight: 400;
line-height: 14px; 
}
.main__casinos-item-content{
   margin-bottom: 16px;
}
.main__providers{
  margin-bottom: 36px;
}
.main__providers-item{
  border-radius: 8px;
background: var(--Background-Secondary, #131420);
padding: 8px;
flex-direction: column;
align-items: center;
gap: 8px;
}
.main__providers-item-logo-wrapper{
  padding: 10px;
  display: flex;
  justify-content: center;
}
.main__casinos-item-logo{
  display: block;
  max-width: 100%;
  max-height: 60px;
  height: auto;
}
.main__providers-item-name{
  color: var(--Fill, #FFF);
text-align: center;
font-size: 20px;
font-weight: 700;
line-height: 24px;
height: 48px;
overflow: hidden;
}
.main__providers-item-info{
  display: flex;
  gap: 8px;
  align-items: center;
}
.main__provoders-casinos{
  display: flex;
  gap: 8px;
  align-items: center;
}
.main__provoders-slots{
  display: flex;
  gap: 8px;
  align-items: center;
}
.main__provoders-slots-text, .main__provoders-casinos-text{
  overflow: hidden;
  color: var(--Global-White, #FFF);
  text-overflow: ellipsis;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
.news__template{
  display: grid;
  grid-template-areas:    
  "main main news1 news2"
  "main main news3 news4";
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 14px;
}
.main__news{
  margin-bottom: 36px;
}
.main__news-item{
  position: relative;
  padding:  16px 14px;
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 184px;
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
}
.main__news-item-big{
  grid-area: main;
  position: relative;
  display: flex;
  align-items: flex-end;
  text-decoration: none;
  border-radius: 8px;
  overflow: hidden;
  padding: 13px 14px;
}
.main__news-item-bg{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}
.news__item-content-title{
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 4px;
}
.news__item-content-description{
  color: var(--Grayscale-200, #88888D);
font-size: 14px;
font-weight: 500;
}
.main__news-item:nth-child(2){
  grid-area: news1;
}
.main__news-item:nth-child(3){
   grid-area:news2;
}
.main__news-item:nth-child(4){
   grid-area:news3;
}
.main__news-item:nth-child(5){
   grid-area:news4;
}
.news__item-link{
  position: relative;
  z-index: 1;
}
.main__content h1{
  color: #FFF;
font-size: 24px;
font-weight: 700;
margin-bottom: 16px; 
}
.main__content h2, h3, h4, h5 {
	color: #fff;
}
.main__content p{
  color: var(--Grayscale-200, #88888D);
font-size: 14px;
font-weight: 500;
margin-bottom: 14px;
}
.main__content{
    color: var(--Grayscale-200, #88888D);
    font-size: 14px;
    font-weight: 500;
	border-radius: 16px;
	background: var(--Background-Secondary, #131420);
	padding: 24px;
}
.main__content h2{
  color: #FFF;
font-size: 24px;
font-weight: 700;
margin-bottom: 16px; 
}
.main__content h3{
    color: #FFF;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 16px;
}
.faq{
  position: sticky;
  top: 40px;
}
.faq__items{
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.faq__item{
  padding: 10px;
  border-radius: 8px;
  background: var(--Background-Secondary, #131420);
}
.faq__item.open__answer .faq__question-img{
  transform: rotate(180deg);
  transition: .3s;
}
.faq_question{
  color: var(--Grayscale-100, #D4D4D5);
font-size: 14px;
font-weight: 500;
line-height: 20px;
}
.faq__answer{
  display: none;
  overflow: hidden;
  margin-top: 12px;
  padding: 12px 0 2px;
    border-top: 1px solid #32323A;
    color: var(--Grayscale-200, #88888D);
font-size: 14px;
font-weight: 400;
line-height: 20px; 
}
.faq__item-header{
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.show .faq__answer{
  display: block;
}
.faq__question-img{
  transition: .3s;
}
.show .faq__item-header .faq__question-img{
  transform: rotate(180deg);
  transition: .3s;
}

.footer__description{
  max-width: 292px;
  color: var(--Grayscale-200, #88888D);
  font-size: 14px;
  font-weight: 500;
}
.footer__logo-link{
  display: block;
  margin-bottom: 23px;
  
}
.main__content a, .general__content a{
  color: #B59DFE;
  text-decoration: none;
}
.main__content a:hover{
  color: #B59DFE;

  text-decoration: none;
}
.general__content img{
  border-radius: 8px;
}
.footer{
  padding: 24px 0 80px;
  background: var(--Background-Secondary, #131420);
}
.general{
  padding-bottom: 72px;
}
.footer__right-menu{
  padding: 0;
  margin: 0;
  display: flex;
  gap: 8px;
  flex-direction: column;
  list-style: none;
}
.footer__wrapper{
  display: flex;
  justify-content: space-between;
}
.footer__right-menu-link{
  display: block;
  text-decoration: none;
  color: var(--Grayscale-200, #88888D);
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
.all__casinos-item-name{
  overflow: hidden;
  color: var(--Fill, #FFF);
  text-overflow: ellipsis;
  font-size: 10px;
  font-weight: 400;
  line-height: 14px;
}
.all__casinos__header{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;

}
.all--casinos__header-name{
  display: flex;
  align-items: center;
  gap: 5px;
}
.all__casinos-btn-group{
  display: flex;
  align-items: center;
  gap: 4px;
}
.all__casinos-btn{
  padding: 4px 20px;
  border-radius: 14px;
  background: var(--Background-Primary, #1C1D2E);
  display: block;
}
.all-casinos-btn-img{
  display: block;
}
.main___info-block{
  position: relative;
  display: flex;
  padding: 0 20px 20px 20px;
  margin-bottom: 46px;

}
.main__info-background{
  border-radius: 16px;
  background: var(--Background-Secondary, #131420);
  position: absolute;
  left: 0;
  bottom: 0;
  height: calc(100% - 88px);
  width: 100%;
  z-index: -1;
}
.main__info-block-left{
  display: flex;
  gap:32px;
  flex-grow: 1;
}
.main__info-block-common{
  border-radius: 12px;
  padding: 8px;
  background-color: var(--Background-Primary, #1C1D2E);

}
.main__info-block-common-wrapper{
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.main__info-block-common-big-link{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 276px;
  border-radius: 8px;
  background: #000;
    overflow: hidden;
}
.main__info-block-common-logo{
    display: block;
    max-width: 184px;
    max-height: 100%;
}
.main__info-block-common-smal-link{
  border-radius: 14px;
  background: var(--Global-Primary, #794DFD); 
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  color: var(--Global-White, #FFF);
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none; 
}
.main__info-block-summary{
  padding: 24px 0 22px;
}
.main__info-block-summary-navigator{
  display: flex;
  gap: 24px;
  align-items: center;
  margin-bottom: 38px;
}
.main__info-summary-navigator-favorite{
  border-radius: 8px;
  border: 1px solid var(--Grayscale-400, #32323A);
  background: var(--Background-Secondary, #131420);
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main__info-summary-navigator-compare{
  border-radius: 8px;
  border: 1px solid var(--Grayscale-400, #32323A);
  background: var(--Background-Secondary, #131420);
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.add__btns-group{
  display: flex;
  gap: 8px;
}
.rating__btns-group{
  display: flex;
  align-items: center;
  gap:8px;
}
.main__info-summary-navigator-item-rating{
  color: var(--Grayscale-100, #D4D4D5);
  font-size: 40px;
  font-weight: 900;
  line-height: 48px; 
}
.main__info-summary-navigator-item-counter{
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.main__info-summary-navigator-item-stars{
  display: flex;
  gap: 4px;
  align-items: center;
}
.main__info-summary-navigator-item-reviews{
  color: var(--Grayscale-100, #D4D4D5);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.main__info-block-summary-navigator-item {
  display: flex;
  gap:8px;
}
.main__info-summary-navigator-rate-casino,
 .main__info-summary-navigator-review{
  border-radius: 14px;
  border: 1px solid var(--Grayscale-100, #D4D4D5);
  display: flex;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: var(--Grayscale-100, #D4D4D5);
  font-size: 12px;
  font-weight: 700;
  line-height: 16px; 
  text-decoration: none;
}
.main__info-block-summary-general-title{
  color: var(--Color, #FFF);
  font-size: 32px;
  font-weight: 700;
  line-height: 40px; 
  margin-bottom: 8px;
}
.main__info-block-summary-general-list{
  display: flex;
  gap: 4px;
  flex-direction: column;
}
.main__info-block-summary-general-list-item{
  display: flex;
  gap: 4px;
}
.main__info-block-summary-general-list-item-key{
  color: var(--Grayscale-200, #88888D);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  white-space: nowrap;
}
.main__info-block-summary-general-list-item-value{
  color: var(--Global-White, #FFF);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px; 
  max-width: 420px;
  display: flex;
  flex-wrap: wrap;
}
.main__info-block-right{
  padding-top: 60px;
}
.main__info-block-right-card-header{
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 20px 18px 0;
  border-radius: 12px;
  background: linear-gradient(115deg, #54117C 0%, #2B0993 100%);
}
.main__info-block-right-card-header-title{
  color: var(--Color, #FFF);
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
}
.main__info-block-right-card-footer{
  padding: 16px 0;
  border-radius: 0 0 12px 12px ;
  background: var(--Background-Primary, #1C1D2E);
}
.main__info-block-right-card-footer-title{
  color: var(--Color, #FFF);
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 16px;
  text-align: center;
}
.main__info-block-right-card-footer-link{
  color: var(--Global-Primary, #794DFD);
  font-size: 14px;
  font-weight: 700;
  line-height: 20px; 
  padding: 8px 16px;
  display: flex;
  gap: 8px;
  align-items: center;
  text-decoration: none;
  border-radius: 14px;
  border: 1px solid var(--Global-Primary, #794DFD);
  justify-content: center;
  width: max-content;
  margin: 0 auto;
}
.main__info-block-load-more{
  display: flex;
  color: var(--Global-Secondary, #0FBC1B);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px; 
  align-items: center;
  text-decoration: none;
}
.single__casinos-all-link{
  border-radius: 14px;
  border: 1px solid var(--Global-Secondary, #0FBC1B);
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  color: var(--Global-Secondary, #0FBC1B);
  font-size: 14px;
  font-weight: 700;
  line-height: 20px; /* 142.857% */
  width: max-content;
  text-decoration: none;
  white-space: nowrap;
}
.single__casinos-item{
  padding: 32px 20px 20px;
  border-radius: 8px;
  background: var(--Violet-700, #3C267E);
  position: relative;
  width: 340px;
  min-width: 340px;
  max-width: 340px;
}
.single__casinos-item-header{
  border-radius: 8px;
  background: var(--Background-Primary, #1C1D2E);
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
  height: 100px;
}
.single__casinos-item-name{
  overflow: hidden;
  color: var(--Fill, #FFF);
  text-overflow: ellipsis;
  font-size: 10px;
  font-weight: 400;
  line-height: 14px; 
  display: flex;
  gap: 4px;
  align-items: center;
  margin-bottom: 20px;
}
.single__casinos-item-text{
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;  
  margin-bottom: 20px;
  display: block;
  display: -webkit-box;
  max-width: 100%;
  height: 60px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.single__casinos-item-btn-group{
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
}
.single__casinos-item-btn-left{
  border-radius: 14px;
  background: var(--Global-Secondary, #0FBC1B);
  padding: 8px 16px;
  color: var(--Global-White, #FFF);
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none; 
}
.single__casinos-item-btn-right{
  border-radius: 14px;
  border: 1px solid var(--Grayscale-100, #D4D4D5);
  display: flex;
  padding: 8px 16px;
  color: var(--Grayscale-100, #D4D4D5);
  font-size: 14px;
  font-weight: 700;
  line-height: 20px; 
  text-decoration: none;
}
.single__casionos-item-copyright{
    display: flex;
    padding-bottom: 2px;
    align-items: center;
    gap: 4px;
    color: var(--Grayscale-200, #88888D);
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
}
.pros__cons{
  margin-bottom: 46px;
}
.pros__block{
  padding: 24px;
  border-radius: 16px;
  background: var(--Background-Secondary, #131420);
  height: 100%;
  
}
.pros__title{
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
}
.pros__list-item{
  border-radius: 8px;
  background: #1C1D2E;
  display: flex;
  padding: 12px 24px;
  align-items: center;
  gap: 16px;
  color: var(--Grayscale-100, #D4D4D5);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 4px;
}
.best__slots{
  margin-bottom: 46px;
}
.about__casino{
  margin-bottom: 46px;
}
.about__summary{
  border-radius: 16px;
  background: var(--Background-Secondary, #131420);
  padding: 24px;
  height: 100%;
}
.about__summary-title{
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
}
.about__summary-list-item{
  border-radius: 8px;
  background: #1C1D2E;
  display: flex;
  padding: 12px 32px;
  gap: 16px;
  margin-bottom: 4px;
}
.about__summary-list-item-title{
  color: var(--Grayscale-200, #88888D);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px; 
  min-width: 200px;
  width: 100%;
  max-width: 200px;
}
.about__summary-list-item-value{
  color: var(--Color, #FFF);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.rating__container{
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 24px;
}
.rating__comment{
  padding: 24px 24px 40px;
  border-radius: 16px;
  background: var(--Background-Secondary, #131420);
}
.rating__comment-slide-title{
  color: var(--Green-500, #13EB22);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px; 
  margin-bottom: 8px;
}
.rating__comment-slide-text{
  overflow: hidden;
  color: var(--Grayscale-100, #D4D4D5);
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; 
  margin-bottom: 32px;
}
.rating__comment-slide-footer{
  display: flex;
  align-items: center;
  gap: 8px;
}
.rating__comment-slide-author{
  color: var(--Grayscale-100, #D4D4D5);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px; 
}
.rating__comment-slide-separator{
  width: 1px;
  height: 12px;
  background: #88888D;
}
.rating__comment-slide-date{
  color: var(--Grayscale-200, #88888D);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.rating{
  padding-bottom: 46px;
}
.general__content-slots-items{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 14px;
  margin-bottom: 24px;
}
.upcoming__content-slots-items{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 14px;
    margin-bottom: 24px;
}
.slots__filter-block{
  border-radius: 8px;
  background: var(--Background-Secondary, #131420);
  padding: 16px;
}
.slots__filter-item-header{
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.slots__filter-item-header-title{
  color: var(--Global-White, #FFF);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px; 
  display: flex;
  gap: 4px;
}
.slots__filter-item-header-count{
  color: var(--Grayscale-200, #88888D);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; 
}
.slots__filter-item-body{
  display: none;
}
.slots__filter-list-item-label{
  display: flex;
  gap: 8px;
  color: var(--Global-White, #FFF);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  align-items: center;
}
.slots__filter-list-item-count{
  color: var(--Grayscale-200, #88888D);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; 
}
.slots__filter-list-item-title{
  color: var(--Global-White, #FFF);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.slots__filter-list-item-checkbox-visual{
  padding: 2px;
  position: relative;
  border-radius: 4px;
  border: 1px solid var(--Grayscale-300, #525259);
  background: transparent;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s;
}
.slots__filter-list-item-checkbox-visual-bird{
  opacity: 0;
  transition: .3s;

}
.slots__filter-list-item-checkbox{
  display: none;
}
.slots__filter-list-item-label{
  cursor: pointer;
}
.slots__filter-list-item-checkbox:checked + .slots__filter-list-item-checkbox-visual{
  background: var(--Global-Primary, #794DFD);
  border: 1px solid var(--Global-Primary, #794DFD);
  transition: .3s;

}
.slots__filter-list-item-checkbox:checked + .slots__filter-list-item-checkbox-visual .slots__filter-list-item-checkbox-visual-bird{
  opacity: 1;
  transition: .3s;
}
.slots__filter-item-body{
  padding-top: 16px;
}
.slots__live-filter{
  border-radius: 16px;
  background: var(--Grayscale-400, #32323A);
  display: flex;
  padding: 12px 16px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  outline: none;
  box-shadow: none;
  border: none;
  width: 100%;
}
.slots__filter-list-items{
  margin-top: 12px;
  max-height: 350px;
  height: auto;
  overflow-y: scroll;
}
.slots__live-filter{
  color: var(--Global-White, #FFF);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.slots__live-filter::placeholder{
  color: var(--Grayscale-200, #88888D);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.slots__filter-list-item{
  margin-bottom: 12px;
}
.slots__filter-block{
  margin-bottom: 8px;
}
.slots__fliter-range-input-block{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}
.range__input-text{
  -moz-appearance: textfield;
  width: 100%;
  border: none;
  outline: none;
  padding: 12px 16px;
  border-radius: 16px;
  background: var(--Grayscale-400, #32323A);
  color: var(--Grayscale-200, #88888D);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px; 
}
.range__input-text::-webkit-outer-spin-button,
.range__input-text::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.range__input-text::-ms-clear,
.range__input-text::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
.ui-widget-header{
  background: var(--Global-Primary, #794DFD);
}
.ui-state-default, .ui-widget-content .ui-state-default{
  background: var(--Global-Primary, #794DFD);
  border-radius: 50%;
  border: none;
  outline: none;
}
.ui-widget.ui-widget-content{
  border: none;
  width: calc(100% - 20px);
  margin:  0 auto;
}
.ui-slider-horizontal{
  height: 4px;
}
.ui-slider .ui-slider-handle{
  height: 20px;
  width: 20px;
}
.ui-slider-horizontal .ui-slider-handle{
  top: calc(50% - 10px);
}
.range__separator{
  color: #FFF;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px; 
}
.slots__filter-item-header-more{
  transition: .3s;
}
.slots__filter-item.active .slots__filter-item-header-more {
  transform: rotate(180deg);
  transition: .3s;
}
.slots__filter-item-yes-no-btn-radio{
  display: none;
}
.slots__filter-item-yes-no-btns{
  display: flex;
  gap: 8px;
}
.slots__filter-item-yes-no-btn{
  width: 100%;
  display: flex;
  padding: 14px 24px;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px; 
  border-radius: 16px;
  background: var(--Background-Primary, #1C1D2E);
  cursor: pointer;
}
.slots__filter-item-yes-no-btn-radio:checked + .slots__filter-item-yes-no-btn{
  background: var(--Global-Primary, #794DFD);
}
.slots__sidebar{
  position: sticky;
  top: 20px;
  margin-bottom: 20px;
}
.search__popup-body-sidebar{
  width: 100%;
  max-width: 160px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.search__category-item.active_cat{
  background: var(--Grayscale-400, #32323A);
}
.search__category-item.active_cat svg path{
  fill: #794DFD;
}
.search__category-item.active_cat .search__category-title{
  color: #794DFD;
}
.search__popup-body-main{
  width: 100%;
}
.upcoming__slot{
    border-radius: 8px;
    background: var(--Background-Secondary, #131420);
    padding: 16px;
    display: flex;
    gap: 16px;
}

.upcoming__slot-left{
    position: relative;
}
.upcoming__slot-left-label{
    position: absolute;
    top: 4px;
    left: 4px;
    padding: 8px;
    border-radius: 8px;
    background: var(--Background-Primary, #1C1D2E);
    display: flex;
    justify-content: center;
    align-items: center;
}
.upcoming__slot--title{
    color: var(--Fill, #FFF);
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 4px;
}
.upcoming__slot-content{
    margin-bottom: 20px;
}
.upcoming__slot--provider{
    color: #FFF;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
}
.upcoming__slot--release-label{
    color: var(--Grayscale-200, #88888D);
    font-size: 10px;
    font-weight: 500;
    line-height: 14px;
    margin-bottom: 4px;
}
.upcoming__slot--release-timer{
    display: flex;
    gap: 4px;
}
.upcoming__slot--release-timer-value{
    color: var(--Fill, #FFF);
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    border-radius: 8px;
    background: #25252D;
    padding: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    margin-bottom: 4px;
}
.upcoming__slot--release-timer-label{
    color: var(--Grayscale-200, #88888D);
    text-align: center;
    font-size: 10px;
    font-weight: 500;
    line-height: 14px;
}
.top__slots-items{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.top__slot-item{
    padding: 16px;
    display: flex;
    gap: 24px;
    border-radius: 8px;
    background: var(--Background-Secondary, #131420);
}
.top__slot-item-title{
    color: var(--Fill, #FFF);
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 16px;
}
.top__slot-item-summary-row{
    display: flex;
    gap:8px;
    align-items: center;
}
.summary__row{
    display: flex;
    gap: 8px;
}
.summary__label{
    color: var(--Grayscale-200, #88888D);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.summary__value{
    color: var(--Global-White, #FFF);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}
.summary__separator{
    width: 1px;
    height: 16px;
    background: #88888D;
}
.top__slot-item-btns{
    margin-top: 36px;
    display: flex;
    gap: 8px;
}
.top__slot-tiem-demo{
    padding: 4px 12px;
    border-radius: 14px;
    border: 1px solid var(--Global-Primary, #794DFD);
    color: var(--Global-Primary, #794DFD);
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    text-decoration: none;
    width: 110px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.top__slot-tiem-play{
    border-radius: 14px;
    background: var(--Global-Primary, #794DFD);
    padding: 4px 12px;
    color: var(--Global-White, #FFF);
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    text-decoration: none;
    width: 110px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sidebar__main{
    padding-bottom: 8px;
}
.sidebar__main-header{
    border-radius: 12px;
    background: linear-gradient(115deg, #2B0993 0%, #54117C 100%);
    margin-bottom: 16px;
}
.sidebar__main-title{
    color: var(--Global-White, #FFF);
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 16px;

}
.sidebar__main-link{
    border-radius: 14px;
    border: 1px solid var(--Global-Primary, #794DFD);
    padding: 8px 16px;
    color: var(--Global-Primary, #794DFD);
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    margin: 0 auto;
    text-decoration: none;
    display: block;
    width: max-content;
}
.sidebar__main-header-img{
    display: block;
    width: 100%;
}
.top-slots__sidebar{
    top: 20px;
    position: sticky;
    padding: 16px;
    border-radius: 16px;
    background: var(--Background-Secondary, #131420);
}
.top__slot-bonus{
    border-radius: 12px;
    background: var(--Background-Primary, #1C1D2E);
    padding: 8px;
    margin-bottom: 8px;
}
.top__slot-bonus-header{
    display: flex;
    gap: 4px;
    margin-bottom: 8px;
}
.top__slot-bonus-count{
    color: var(--Grayscale-200, #88888D);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.top__slot-bonus-title{
    color: var(--Violet-300, #B59DFE);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}
.top__slot-bonus-value{
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}
.bonuses__item{
    border-radius: 8px;
    background-color: var(--Violet-700, #3C267E);
    background-image: url("./assets/images/bonuses_bg.png");
    padding: 32px 20px 20px 20px;
    margin-bottom: 14px;
}
.bonuses__header-link{
    padding: 18px 0;
    border-radius: 8px;
    background: var(--Background-Primary, #1C1D2E);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 96px;
    margin-bottom: 8px;
}
.bonuses__header-img{
    display: block;
    max-width: 100%;
    width: auto;
    max-height: 100%;
}
.bonuses__title{
    overflow: hidden;
    color: var(--Fill, #FFF);
    text-overflow: ellipsis;
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
}
.bonuses__header{
    margin-bottom: 20px;
}
.bonuses__name{
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 20px;
    max-height: 57px;
    height: 57px;
    overflow: hidden;
}
.bonuses__btns{
    display: flex;
    gap: 8px;
    margin-bottom: 12px;
}
.bonuses__take{
    border-radius: 14px;
    background: var(--Global-Secondary, #0FBC1B);
    padding: 8px 16px;
    color: var(--Global-White, #FFF);
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-decoration: none;
    text-align: center;
}
.bonuses__details{
    border-radius: 14px;
    border: 1px solid var(--Grayscale-100, #D4D4D5);
    padding: 8px 16px;
    color: var(--Grayscale-100, #D4D4D5);
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-decoration: none;
    text-align: center;
}
.bonuses__copyright{
    display: flex;
    gap: 4px;
    align-items: center;
}
.bonuses__copyright-item{
    color: var(--Grayscale-200, #88888D);
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
}
.bonuses__copyright-separator{
    background: #88888D;
    width: 1px;
    height: 8px;
}
.provider__item{
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 8px;
    border-radius: 8px;
    background: var(--Background-Secondary, #131420);
    margin-bottom: 14px;
}
.provider__link{
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.provider__title{
    color: var(--Fill, #FFF);
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}
.provider__body{
    padding: 8px;
    display: flex;
    gap: 4px;
    justify-content: space-between;
    border-radius: 8px;
    background: var(--Background-Primary, #1C1D2E);
}
.provider__data-separator{
    background: #32323A;
    width: 1px;
    height: 36px;

}
.provider__data{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 4px;
    flex:1;
}

.provider__value{
    overflow: hidden;
    color: var(--Global-White, #FFF);
    text-overflow: ellipsis;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}
.provider__btns{
    display: flex;
    gap: 4px;
    margin-bottom: 8px;
}
.provider__site{
    color: var(--Global-White, #FFF);
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    border-radius: 14px;
    background: var(--Global-Primary, #794DFD);
    padding: 4px 12px;
    flex:1;
    text-align: center;
    text-decoration: none;

}
.provider__overview{
    padding: 4px 12px;
    border-radius: 14px;
    border: 1px solid var(--Global-Primary, #794DFD);
    color: var(--Global-Primary, #794DFD);
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    flex:1;
    text-align: center;
    text-decoration: none;
  }
.provider__copiright{
    display: flex;
    gap:4px;
    align-items: center;
    justify-content: center;
    padding-bottom: 2px;
}
.provider__copiright-separator{
    width: 1px;
    height: 8px;
    background: #525259;
}
.provider__copiright-item{
    color: var(--Grayscale-300, #525259);
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
}
.main__news{
  display: flex;
  gap: 30px;
}
.main__news-general-news{
  padding: 24px;
  border-radius: 16px;
  background: var(--Background-Secondary, #131420);
}
.main__news-left{
  flex:1;
}
.main__news-right{
  flex: 1;
}
.main__news-general-news-header{
  margin-bottom: 16px;
}
.main__news-general-news-body-link{
  color: #FFF;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  text-decoration: none;
  margin-bottom: 8px;
}
.main__news-general-news-body-link-text{
  overflow: hidden;
  color: var(--Grayscale-100, #D4D4D5);
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; 
  height: 48px;
  margin-bottom: 8px;
}
.main__news-general-news-footer{
  display: flex;
  gap: 12px;
  align-items: center;
}
.main__news-general-news-footer-item{
  display: flex;
  gap: 4px;
}
.main__news-general-news-footer-separator{
  background: #88888D;
  width: 1px;
  height: 12px;
}
.main__news-general-news-footer-item-key{
  color: var(--Grayscale-200, #88888D);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.main__news-general-news-footer-item-value{
  color: var(--Global-White, #FFF);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px; 
}
.main__news-right{
  padding: 24px;
  border-radius: 16px;
  background: var(--Background-Secondary, #131420);
}
.main__news-right-title{
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 32px;
}
.main__news-popular-news{
  display: flex;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid #32323A;
}
.main__news-popular-news:last-child{
  padding: 0;
  border: none;
}
.main__news-popular-news-author{
  display: flex;
  gap: 4px;
  margin-bottom: 8px;
}
.main__news-popular-news-author-label{
  color: var(--Grayscale-200, #88888D);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.main__news-popular-news-author-name{
  color: var(--Violet-300, #B59DFE);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}
.main__news-popular-news-title{
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;

}
.news__block-item{
  display: flex;
  gap:23px;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #32323A;
}
.news__block-item-left{
  border-radius: 12px;
  overflow: hidden;
  width: max-content;
}
.news__block-item-right{
  padding: 8px 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news__block-item-title{
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 8px;
}
.news__block-item-description{
  overflow: hidden;
  color: var(--Grayscale-100, #D4D4D5);
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; 
  margin-bottom: 24px;
  height: 48px;
}
.news__block-item-footer{
  display: flex;
  gap: 12px;
  align-items: center;
}
.news__block-item-footer-item{
  display: flex;
  gap: 4px;
  align-items: center;
}
.news__block-item-footer-item-label{
  color: var(--Grayscale-200, #88888D);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.news__block-item-footer-item-text{
  color: var(--Global-White, #FFF);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.news__block-item-footer-separator{
  width: 1px;
  height: 12px;
  background: #88888D;
}
.news__categories{
  padding: 32px 24px;
  border-radius: 16px;
  background: var(--Background-Secondary, #131420);
  position: sticky;
  top: 45px;
}
.news__categories-title{
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px; 
  margin-bottom: 24px;
}
.news__categories-list{
  display: flex;
  flex-direction: column;
  gap: 16px
}

.news__categories-link{
  display: flex;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  text-decoration: none;
}
.news__categories-text{
  color: var(--Grayscale-100, #D4D4D5);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px; 
}
.search__popup-overlay{
    background: rgba(50, 50, 58, 0.50);
    backdrop-filter: blur(10px);
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    padding-top: 8px;
    justify-content: center;
    opacity: 0;
    transition: .3s;
    z-index: -1;
}
.search__popup{
    padding: 20px;
    border-radius: 16px;
    background: var(--Background-Secondary, #131420);
    height: max-content;
    transition: .5s;
    position: relative;
    top: -40px;
    opacity: 0;
}
.serch__popup-input{
    border-radius: 16px;
    border: 1px solid var(--Global-Information-Primary, #06F);
    background: var(--Grayscale-400, #32323A);
    padding: 12px 44px;
    width: 100%;
    color: var(--Global-White, #FFF);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.search__popup-header-left{
    position: relative;
    width: 452px;
}
.search__popup-header-left-img{
    position: absolute;
    left: 16px;
    top: calc(50% - 12px);
}
.search__popup-header-left-img-close{
    position: absolute;
    right: 16px;
    top: calc(50% - 12px);
    cursor: pointer;
}
.search__popup-header{
    display: flex;
    align-items: center;
    gap: 4px;
}
.search__popup-header-right{
    padding: 16px;
    color: var(--Global-Primary, #794DFD);
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    cursor: pointer;
}
.search__popup-body{
  display: flex;
}
.search__popup-body-resaults-item{
    display: flex;
    justify-content: space-between;
    text-decoration: none;
    padding: 8px 16px;
}
.search__popup-body-resaults-item-name{
    color: var(--Global-White, #FFF);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none;
}
.search__category-item{
  transition: .3s;
  display: flex;
  gap: 8px;
  padding: 4px 16px 4px 4px;
  align-items: center;
  border-radius: 14px;
  border: 1px solid var(--Grayscale-400, #32323A);
  cursor: pointer;
}
.search__category-item:hover{
  transition: .3s;
  background: var(--Grayscale-400, #32323A);
}
.search__category-title{
  color: var(--Grayscale-100, #D4D4D5);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px; 
}
.search__category-item-img-wrapper{
  padding: 8px;
  border-radius: 12px;
  background: var(--Grayscale-400, #32323A);
}
.search__popup-body-resaults-item-category{
    color: var(--Grayscale-200, #88888D);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none;

}
.search__popup-body-resaults{
  overflow-y: scroll;
  height: auto;
  max-height: calc(100vh - 138px);
}
.search__popup-overlay.open_search{
    z-index: 100;
    opacity: 1;
    transition: .3s;
}
.search__popup-overlay.open_search .search__popup{
    opacity: 1;
    top: 0;
    transition: .5s;
}
.search__popup-body-title{
    color: var(--Grayscale-200, #88888D);
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    padding: 8px 16px;
    display: none;
}
.login__overlay{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(19, 20, 32, 0.40);
    backdrop-filter: blur(10px);
    z-index: 3;
    display: none;
    justify-content: center;
    align-items: center;
}
.login__overlay.open_login{

}
.profile__link{
    padding: 8px 16px;
    border-radius: 14px;
    border: 1px solid var(--Global-Primary, #794DFD);
    color: var(--Global-Primary, #794DFD);
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    gap: 8px;
    text-decoration: none;
    align-items: center;
    display: flex;
}
.profile__link-img{
    display: block;
}
.compare__casino-item{
    padding: 8px;
    border-radius: 8px;
    background: var(--Background-Secondary, #131420);
}
.compare__casino-item-card{
    border-radius: 8px;
    background: var(--Violet-800, #24174B);
    padding: 8px;
}
.compare__casino-item-card-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 13px;
}
.compare__casino-item-card-header-name{
    overflow: hidden;
    color: var(--Fill, #FFF);
    text-overflow: ellipsis;
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
}
.compare__casino-item-card-body-image-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 22px;
    border-radius: 8px;
    background: var(--Background-Primary, #1C1D2E);
    margin-bottom: 8px;
}
.compare__casino-item-card-header-drop{
    display: flex;
    cursor: pointer;
}
.compare__casino-item-card-body-title{
    color: var(--Fill, #FFF);
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 8px;
    text-align: left;
}
.author__block-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 16px;
    border-radius: 16px;
    background: var(--Background-Secondary, #131420);
    margin-bottom: 16px;
}
.author__block-footer img {
    max-width: 68px;
    height: auto;
    width: 100%;
}
.author__block-img, .author__block-text-block {
    margin-bottom: 20px;
}
.author__block-text-block-single {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.author__block-title {
    color: #FFF;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
}
.author__block-label {
    color: var(--Grayscale-200, #88888D);
    font-size: 14px;
    font-weight: 400;
}
.author__block-text {
    color: var(--Global-White, #FFF);
    font-size: 14px;
    font-weight: 500;
}
.author__block-title, .author__block-text {
    margin-bottom: 4px;
}
.main__casinos-link-secondary {
  display: flex;
  height: 40px;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 14px;
  border: 1px solid var(--Global-Primary);
  color: var(--Global-Primary);
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}
.main__casinos-footer {
  margin-bottom: 8px;
}
.main__casinos-footer a {
  width: 100%;
  max-width: unset;
}


.compare__casino-item-card-body-btns{
    display: flex;
    gap: 8px;
    margin-bottom: 8px;
}
.compare__casino-item-card-body-btn-t{
    padding: 8px 12px;
    border-radius: 14px;
    background: var(--Global-Secondary, #0FBC1B);
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: var(--Global-White, #FFF);
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    width: 100%;
    cursor: pointer;
}
.provider__img{
  display: block;
  max-width: 100%;
  max-height: 50px;
}
.compare__casino-item-card-body-btn-d{
    color: var(--Grayscale-100, #D4D4D5);
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    padding: 8px 12px;
    border-radius: 14px;
    border: 1px solid var(--Grayscale-100, #D4D4D5);
    width: 100%;
    cursor: pointer;
    text-decoration: none;

}
.compare__casino-item-card-body-copyright{
    display: flex;
    gap:4px;
    align-items: center;
}
.compare__casino-item-card-body-copyright-text{
    color: var(--Grayscale-200, #88888D);
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
}
.compare__casino-item-card-body-copyright-separator{
    width: 1px;
    height: 8px;
    background: #88888D;
}
.compare__casino-item-summary{
    padding: 8px 0;
}
.compare__casino-item-summary-item-key{
    padding: 4px 16px;
    color: var(--Grayscale-200, #88888D);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
}
.compare__casino-item-summary-item-value{
    border-radius: 8px;
    background: var(--Background-Primary, #1C1D2E);
    padding: 12px 16px;
    color: var(--Global-White, #FFF);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;

}
.tabs{
    position: relative;
    display: flex;
}
.tab__content{
    display: none;
    flex-direction: column;
}
.tablinks{
    color: var(--Grayscale-300, #525259);
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    border: none;
    padding: 0 4px 12px;
    background: transparent;
    position: relative;
    overflow: hidden;
}
.tablinks.active{
    color: var(--Global-White, #FFF);
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    transition: .3s;
}

.underline {
    position: absolute;
    bottom: 0;
    height: 2px;
     background: var(--Global-Primary, #794DFD);
    transition: width 0.3s ease, left 0.3s ease;
}
.tab__title{
    color: #FFF;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    padding: 20px 0;
}
.compare__main{
    background: var(--Background-Primary, #1C1D2E);
}
.compare__header{
    background-image: none !important;
    background-color:var(--Background-Secondary, #131420) !important;
}
.single__casinos-item-label {
	display: flex;
	padding: 4px 8px;
	justify-content: center;
	align-items: center;
	gap: 4px;
	border-radius: 0px 0px 8px 8px;
	position: absolute;
	top: 0;
	font-size: 12px;
	font-weight: 500;
	line-height: 16px;
}

.upcoming__slot-left-thumb{
  max-width: 104px;
  border-radius: 8px;
}
.fixed__menu-home a,
.fixed__menu-open {
    display: flex;
    gap: 8px;
    border-radius: 14px
}

.fixed__menu-block.menu__footer-fixed {
	display: none;
}

.fixed__menu-all .footer__menu-column-menu ul li:first-of-type a::before,
.fixed__menu-block-inner.open .fixed__menu-closed {
    display: none
}

.fixed__menu-all .footer__menu-column-menu ul li,
.fixed__menu-all .footer__menu-column-menu ul li:first-of-type a {
    margin-bottom: 4px
}

.fixed__menu-block {
    position: fixed;
    bottom: 16px;
    left: 50%;
    transform: translate(-50%, 0);
    max-width: 640px;
    width: fit-content;
    z-index: 1;
}

.fixed__menu-block-inner {
    position: relative;
    display: flex;
    align-items: center;
    gap: 3px;
    padding: 4px 4px 4px 8px;
    border-radius: 16px;
    background: linear-gradient(0deg, rgba(19, 20, 32, .4) 0, rgba(19, 20, 32, .4) 100%), rgba(255, 255, 255, .4);
    backdrop-filter: blur(3.1500000953674316px);
    width: 100%;
/*     transition: all .3s ease-in-out */
}

.fixed__menu-main ul li a,
.fixed__menu-open {
    height: 40px;
    padding: 8px 16px;
    color: #fff;
    font-weight: 700;
    line-height: 20px;
    font-size: 14px
}

.fixed__menu-home a {
    padding: 8px;
    justify-content: center;
    align-items: center;
    background: var(--Global-Primary, #794dfd)
}

.fixed__menu-home img {
    width: 24px;
    height: 24px
}
.fixed__menu-opened {
	width: 24px;
    height: 18px;
}

.fixed__menu-open {
    justify-content: center;
    align-items: center;
    cursor: pointer;
	width: 96px;
}
.fixed__menu-all {
    position: absolute;
    bottom: 56px;
    left: 0;
    display: flex;
    width: 100%;
    padding: 8px 16px 16px;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
	border-radius: 16px;
	transition: border-radius .3s ease-in-out;
}
.fixed__menu-all-single {
    display: flex;
    padding-bottom: 8px;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    flex: 1 0 0
}
.fixed__menu-block-inner.opened, .fixed__menu-all {
		background: #131420;
	}
	.fixed__menu-block-inner.opened .fixed__menu-closed, .fixed__menu-block-inner .fixed__menu-opened {
		display: none;
	}
	.fixed__menu-block-inner .fixed__menu-closed, .fixed__menu-block-inner.opened .fixed__menu-opened {
		display: block;
	}
	.fixed__menu-block-inner.opened {
		border-radius: 0px 0px 16px 16px;
		backdrop-filter: blur(3.1500000953674316px);
	}
	.fixed__menu-block-inner.opened .fixed__menu-all {
		border-radius: 16px 16px 0px 0px;
	}
.fixed__menu-all .footer__menu-column-menu ul {
    padding: 0;
    margin: 0
}
.fixed__menu-all .footer__menu-column-menu ul li a {
    color: #fff;
    font-weight: 400;
    line-height: 20px
}
.fixed__menu-all .footer_title {
    display: flex;
    height: 32px;
    padding: 8px 0;
    align-items: center;
    gap: 8px;
    color: var(--Grayscale-200, #88888d);
    font-size: 12px;
    font-weight: 500;
    line-height: 16px
}
.fixed__menu-main ul {
    display: flex;
    padding: 4px;
    margin: 0;
    align-items: flex-start;
    gap: 3px;
    list-style: none;
    border-radius: 16px;
    background: var(--Violet-800, #24174b)
}
.fixed__menu-main ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    border-radius: 14px;
    text-decoration-line: none;
    min-width: 115px
}
.footer__center-menu-block {
    gap: 8px;
    display: grid;
    grid-template-columns: repeat(4, 1fr)
}
.footer__menu-column-block {
    max-width: 155px;
    width: fit-content
}
.footer__menu-column-menu ul {
    list-style: none;
    padding-left: 26px
}
.footer__menu-column-menu ul li:first-of-type a {
    position: relative;
    display: flex;
    align-items: flex-start;
    margin-bottom: 18px
}
.footer__menu-column-menu ul li:first-of-type a::before {
    content: "";
    background-image: url("/wp-content/themes/twentytwentyone/assets/images/footer_menu.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 20px;
    width: 20px;
    position: absolute;
    left: -26px;
    transition: .3s ease-in-out
}
.footer__menu-column-menu ul a {
    color: var(--Grayscale-200, #88888d);
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: none;
    margin-bottom: 5px;
    transition: .3s ease-in-out
}
.footer__menu-column-menu ul li a:hover {
    color: #794dfd
}
.footer__menu-column-menu ul li a:hover::before {
    background-image: url("/wp-content/themes/twentytwentyone/assets/images/footer_menu-purple.svg")
}
table {
	border-collapse: separate;
	border-spacing: 0 4px;
	width: 100%;
}
tr td span, tr td {
	color: #0FBC1B;
}
table tr td strong, table tr:first-of-type td, table td strong {
	color: #fff;
}
tr {
	border-radius: 8px;
	background: #1C1D2E;
}
tr td:first-of-type, tr th:first-of-type {
	padding: 12px 8px 12px 32px;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}
tr td:last-of-type, tr th:last-of-type {
	padding: 12px 32px 12px 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}
th, td {
	padding: 12px 8px;
}
tr th {
	color: #fff;
}
tr td:first-of-type {
	color: #88888D;
}
.important__block {
    display: flex;
    padding: 24px;
    margin: 24px 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
    border-radius: 16px;
    background: var(--Violet-800, #24174B);
}
.important__block-title {
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
}
.important__block-content, #main_content {
	color: #fff;
}
.author__block-text a {
	color: var(--Violet-300, #B59DFE);
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	text-decoration-line: none;
}
.login__popup {
	position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 999;
	overflow: auto;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
}
.login__popup-overlay {
	position: sticky;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(19, 20, 32, 0.60);
    backdrop-filter: blur(10px);
	z-index: 3;
}
.login__popup-wrapper {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    max-width: 430px;
	width: 100%;
    border-radius: 16px;
    background: #131420;
    overflow: hidden;
	z-index: 9;
}
.login__popup-wrapper-top{
/*     padding: 64px; */
    display: flex;
    justify-content: center;
    align-items: center;
	background-position: center;
	background-size: cover;
	height: 180px;
}
.login__popup-logo{
    height: 32px;
    width: auto;
}
.login__popup-wrapper-bottom{
    padding: 24px 55px;
}
.login__popup-wrapper-message{
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: #fff;
    text-align: center;
}
.login__popup-wrapper-links{
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
/* .login__popup .um-field-label {
	display: none;
} */
.login__popup .um-field {
	padding: 24px 0 0;	
}
.login__popup .um-row._um_row_1 {
	margin-bottom: 0!important;
}
.login__popup .um .um-form input[type=text], .login__popup .um .um-form input[type=password] {
	border-radius: 16px!important;
	background: var(--Grayscale-400, #32323A)!important;
	padding: 12px 16px!important;
	padding-left: 40px!important;
	border: unset!important;
}
.login__popup .um .um-form #um-submit-btn, .login__popup .um .um-button.um-alt {
	display: flex;
	width: 180px;
	height: 40px;
	padding: 8px 16px!important;
	justify-content: center;
	align-items: center;
	gap: 8px;
	border-radius: 14px!important;
	font-size: 14px!important;
	font-weight: 700!important;
	line-height: 20px!important;
	margin: 0 auto!important;
}
.login__popup .um .um-form #um-submit-btn {
	background: var(--Global-Primary, #794DFD);
	color: var(--Global-White, #FFF);
}
.login__popup input:placeholder {
	color: var(--Grayscale-200, #88888D);
	font-family: Nunito;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}
.login__popup .um-field-checkbox-option {
	color: var(--Global-White, #FFF);	
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}
/* .login__popup .um-field-checkbox-state {
	top: 10px;
} */
.login__popup .um-field.um-field-block p {
	color: var(--Grayscale-200, #88888D);
	font-size: 12px;
	font-weight: 500;
	line-height: 16px;
	margin-bottom: 8px;
}
.um-form .um-field-label label {
	font-size: 12px !important;
}
.btn__disabled {
	filter: brightness(0.14);
    background: var(--Global-Primary, #794DFD);
    color: #fff;
    cursor: default;
    pointer-events: none;
}
/* input[placeholder="Email address"]::placeholder, input[placeholder="Password"]::placeholder {
	padding-left: 25px;
} */


.slots__sidebar-block{
  height: 100%;
}

.header__logo-img, .footer__logo {width: 158px; height: 32px}

#scrolltop {
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 9999;
    width: 35px;
    height: 75px;
    text-align: center;
    font-size: 35px;
    line-height: 35px;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#scrolltop.show {
    opacity: 1;
    visibility: visible;
    bottom: 21px;
}

#fixed_footer_main > .current-menu-item {
	background-color: #794dfd;
	border-radius: 10px;
}

.search__category-item.active_cat .search__category-title {
	color: #0fbc1b;
}
.search__category-item.active_cat svg path {
	fill: #0fbc1b;
}

/* Стили для всех скроллбаров внутри .slots__sidebar-block */
 *::-webkit-scrollbar {
  width: 8px; /* Ширина скроллбара */
}

 *::-webkit-scrollbar-track {
  background: #1c1d2e; /* Цвет фона скроллбара */
  background: transparent; /* Цвет фона скроллбара */
  border-radius: 4px;
}

 *::-webkit-scrollbar-thumb {
  background: var(--Grayscale-300, #525259); /* Цвет ползунка */
  border-radius: 4px;
}

 *::-webkit-scrollbar-thumb:hover {
  background: var(--Grayscale-300, #525259); /* Цвет ползунка при наведении */
}
.pagination{
  display: flex;
  gap: 10px;
  margin: 0 auto;
  width: max-content;
  margin-bottom: 20px;
}
.page-numbers{
  border-radius: 4px;
  border: 1px solid var(--colorA, #7B61FF);
  color: var(--colorA, #7B61FF);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 123.6%;
  padding: 12px 14px;
  text-decoration: none;
  width: 49px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.next.page-numbers, .prev.page-numbers{
  border: none;
}
.page-numbers.current{
  background: var(--colorA, #7B61FF);
  color: var(--whiteA, #FFF);
}
.active__filter-clear-all{
  border-radius: 14px;
  background: var(--Global-Primary, #794DFD);
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px; 
  color: var(--Global-White, #FFF);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.active__filter-text{
  color: var(--Global-White, #FFF);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px; 
  display: flex;
  align-items: center;
}
.active__filters-section {
  margin-bottom: 16px;
}
.footer__icons-logo{
  align-self: center;
}
.footer__icons-logos{
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 22px;
}
@media (min-width: 1800px) {
	body::before, body::after {
		max-height: 800px;
	}
}
@media (max-width: 1400px) {
	.author__block-text-block-single {
        flex-direction: column;
        gap: 0;
    }
}
@media (max-width: 1200px) {
	body::after {
		animation: unset;
	}
}
@media (max-width:992px) {
	body::before {
		background: linear-gradient(to bottom, rgba(28, 29, 46, 0) 30%, rgba(28, 29, 46, 0.9) 70%, rgba(28, 29, 46, 1) 100%);
	}
    .footer__center-menu-block {
        grid-template-columns: repeat(2, 1fr)
    }
    .footer__description {
        max-width: 220px
    }
	table {
		overflow: auto;
    	display: block;
	}
  .swiper__screenshots-thumb{
    display: none;
  }
  .page-numbers{
    font-size: 14px;
    font-weight: 700;
    padding: 6px 7px;
    width: auto;
  }
  .next.page-numbers, .prev.page-numbers{
    display: none;
  }
}
@media(max-width:768px) {
  body{
    padding-top: 0;
  }
  .search__popup-overlay.open_search .search__popup{
    height: 100%;
  }

    .header {
        position: sticky;
        top: 0;
        z-index: 2
    }
	.fixed__menu-block.menu__footer-fixed {
		display: flex;
		max-width: unset;
        width: 100%;
	}
	.fixed__menu-block.menu__footer-fixed .fixed__menu-block-inner {
		border-radius: 20px 20px 0 0;
		padding: 4px;
		justify-content: center;
	}
	.fixed__menu-block {
		display: none;
	}
	.main__casinos-item-pluses {
		min-height: 108px;
	}
    .footer__wrapper {
        flex-direction: column
    }
    .fixed__menu-all-single:last-of-type,
    .footer__left {
        margin-bottom: 40px
    }
    .footer__description {
        max-width: 290px
    }
    .footer__center {
        margin-bottom: 24px
    }
    .footer__right-menu {
        flex-direction: row;
        column-gap: 16px;
        row-gap: 8px;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center
    }
    .fixed__menu-block {
        bottom: 0
    }
    .swiper__screenshots{
      max-height: 300px;
    }
    .fixed__menu-main ul li a {
        min-width: 80px
    }
    .fixed__menu-block-inner.mobile__fixed-menu .fixed__menu-all {
        top: 0;
        flex-direction: column;
        height: max-content;
        width: 260px;
        max-height: unset;
        border-radius: 0 16px 16px 0
    }
    .fixed__menu-block-inner.mobile__fixed-menu {
        overflow: auto;
        -ms-scroll-chaining: none;
        overscroll-behavior: contain;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        background: unset;
        border-radius: unset;
/*         transition: .3s ease-in-out; */
        z-index: 3;
        padding: 0
    }

    .fixed__menu-block-inner .mobile__menu-backdrop {
        position: sticky;
        left: 100%;
        top: 0;
        bottom: 0;
        z-index: 2;
        width: calc(100% - 260px);
        height: 100%;
    }
    .fixed__menu-block-inner .header__btns-group {
        width: 100%
    }
    .fixed__menu-block-inner .header__btns-group a {
        width: 100%;
        justify-content: center
    }
    .fixed__menu-block-inner .mobile__btn-block {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        width: 100%
    }
    .fixed__menu-block-inner .mobile__btn-block a {
        background: var(--Background-Primary, #1c1d2e);
        width: 100%;
        border-radius: 14px;
        display: flex;
        height: 32px;
        padding: 4px;
        justify-content: center;
        align-items: center;
        gap: 8px
    }
    .mobile__separator {
        width: 100%;
        border-top: 1px solid #25252d
    }
    .fixed__menu-all-img img {
        height: 24px;
        width: auto
    }
    .fixed__menu-all-footer {
        color: var(--Grayscale-200, #88888d);
        font-size: 10px;
        font-weight: 500;
        line-height: normal
    }
	.login__popup-wrapper{
        width: calc(100% - 32px);
    }
    .login__popup-wrapper-bottom{
        padding: 24px;
    }
	.tabs {
		overflow-x: auto;
    	flex-wrap: nowrap;
	}
	.tablinks {
		min-width: 100px;
	}
	.author__block-text-block {
        margin: 0;
    }
    .author__block-label, .author__block-text {
        font-size: 12px;
        line-height: 16px;
        margin: 0;
    }
    .author__block-text {
        margin-bottom: 8px;
    }
}
@media (max-width: 576px) {
	body::before {
		background: linear-gradient(to bottom, rgba(28, 29, 46, 0) 20%, rgba(28, 29, 46, 0.9) 50%, rgba(28, 29, 46, 1) 100%);
	}
	.author__block-footer img {
        max-width: 68px;
    }
	.footer__icons-logo {
		max-height: 20px;
	}
}

@media (max-width: 768px) {
	#scrolltop {
		display: none;
	}
}
@keyframes fly {
  from {
    transform: translate(0);
  }
  to {
    transform: translate(100%);
  }
}

@keyframes sheen {
  100% {
    transform: rotateZ(60deg) translate(1em, -9em);
  }
}
	

	
@keyframes zoomer {
  0%{
    background-size: 100%;
  }
  50%{
    background-size: 101%;

  }
  100%{
    background-size: 100%;

  }
}

@keyframes zoomerBody {
  0%{
    background-size: 100%;
  }
  50%{
    background-size: 102%;

  }
  100%{
    background-size: 100%;

  }
}


@keyframes fromtop {
  0%{
    opacity: .5;
    top: -12px;
  }
  100%{
      opacity: 1;
      top: 0;
  }
}
@keyframes fromleft {
  0%{
    opacity: .5;
    left: -12px;
  }
  100%{
      opacity: 1;
      left: 0;
  }
}