/*
Theme Name: Reboot Child
Theme URI: https://wpshop.ru/themes/reboot
Author: WPShop.biz
Author URI: http://wpshop.biz/
Template: reboot
Version: 1.0.0
*/

/* Below you can add your CSS styles */
/* Ниже Вы можете добавить свои CSS стили */

/* Стили для выпадающего меню языков */
.widget_mslswidget {
    display: flex;
    flex-direction: column;
    position: relative;
    height: 17px;
    margin-left: 15px;
    z-index: 999;
    top: -5px;
}
.widget_mslswidget a{
    display: flex;
    align-items: center;
    justify-content: start;
    color: #fff !important;
    padding: 5px 10px;
    white-space: nowrap;
    font-size: 14px;
    position: relative;
    z-index: 9;
    font-weight: 700;
    opacity: 0;
    text-decoration: none !important;
}
.widget_mslswidget a,
.widget_mslswidget a:hover,
.widget_mslswidget a:focus,
.widget_mslswidget a:active {
    text-decoration: none !important;
    outline: none !important;
}
.widget_mslswidget img {
    margin: 0 5px 0 0;
    height: 14px;
    width: 20px;
}
.widget_mslswidget .current_language {
    order: -1;
    opacity: 1;
    pointer-events: auto;
    position: relative;
    z-index: 9;
}
.widget_mslswidget .active-lang {
    opacity: 1;
    pointer-events: auto;
}
.active-lang::after {
    content: '';
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    left: 0;
    top: 0;
    right: 0;
    position: absolute;
    bottom: 0;
    opacity: .9;
    display: block;
    z-index: -1;
}
@media (max-width: 990px) {
    .widget_mslswidget {
        margin-left: auto;
    }
}
@media (max-width: 990px) {
    .bg-lang-active {
        opacity: .3!important;
    }
}
        
.lang-switcher {
    position: relative;
    margin-left: 15px;
    z-index: 99;
}
.lang-switcher::after {
    content: '';
    display: block;
    height: 30px;
    width: 52px;
    background: transparent;
    position: absolute;
    top: -5px;
    left: -7px;
}
.lang-switcher__main {
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}
.lang-switcher__main p {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}
.lang-switcher__main img {
    margin: 0 5px 0 0;
    height: 16px;
    width: 24px;
}
.lang-switcher__hide {
    padding: 8px;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    position: absolute;
    align-items: flex-start;
    top: 100%;
    right: 15px;
    width: 107px;
    box-sizing: border-box;
    opacity: 0;
    left: -6.5px;
    pointer-events: none;
}
.lang-switcher__hide::after{
    content: '';
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    left: 0;
    top: 0;
    right: 0;
    position: absolute;
    bottom: 0;
    background: #054146;
    opacity: .9;
    display: block;
}
.lang-switcher__hide a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-bottom: 5px;
    white-space: nowrap;
    font-size: 14px;
    position: relative;
    z-index: 9;
    font-weight: 700;
}
.lang-switcher__hide a:last-child {
    margin: 0;
}
.lang-switcher__hide a img {
    margin: 0 5px 0 0;
    height: 16px;
    width: 24px;
}
.lang-switcher {
    cursor: pointer;
}
.lang-switcher svg {
    position: relative;
    left: -3px;
}
@media (max-width: 990px) {
    .lang-switcher__hide {
        top: 108%;
    }
    .lang-switcher {
        margin-left: auto;
        position: relative;
        left: 7px;
    }
    .header .call-menu {
        margin-left: 10px;
        display: flex;
        align-items: center;
    }
}
.header__sign {
    background: #2daf55;
    color: #ffffff;
    border: 2px solid #2daf55;
}
.header__sign:hover {
    background: transparent;
}
.header__log {
    background: #0ea7b5;
    color: #ffffff;
    border: 2px solid #0ea7b5;
}
.header__log:hover {
    background: transparent;
}
@media (max-width: 990px) {
    .header__btn {
        background: #054146;
    }
}
nav a {
    color: #ffffff;
}
.info__wrap a {
    color: #ffffff;
}
.info__wrap table {
    border-collapse: collapse;
}
@media (max-width: 990px) {
    .info__wrap table {
        width: 100%;
        box-sizing: border-box;
    }
}
.info__wrap td {
    border: 1px solid #2daf55;
    padding: 5px;
}
.btn_output {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px 0;
}
.btn_output button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
    max-width: 180px;
    border-radius: 50px;
    font-weight: 700;
    padding: 15px;
    font-size: 13px;
    text-align: center;
    border: 1px solid transparent;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none!important;
}
.btn-redirect {
    appearance: none;
    box-shadow: none;
    cursor: pointer;
}
.active-lang {
    opacity: 1;
    pointer-events: auto;
}

main .btn-redirect {
    color: #ffffff!important;
}
.promo__bottom-text {
    color: #ffffff!important;
}

.btn-redirect {
    font-size: 17px!important;
}
.bg {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100vh;
    width: 100vw;
    background: #000;
    opacity: .8;
    display: none;
    pointer-events: none;
    z-index: 999;
}
.bg-lang {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100vh;
    width: 100vw;
    background: #000;
    opacity: 0;
    display: none;
    z-index: 99;
    pointer-events: none;
}
.bg-lang-active {
    pointer-events: auto;
    display: block;
}
@media (max-width: 990px) {
    .bg-lang-active {
        opacity: .8;
    }
}
.bg-active {
    pointer-events: auto;
    display: block;
}


/*Стили кнопок*/
.floating-cta {
    padding: 1rem;
}

.btn-header {
  display: flex;
	gap: 15px;
  flex-wrap: wrap;
  justify-content: space-around;
}

.floating-cta-content, .floating-cta-header {
    margin-left: auto;
    margin-right: auto;
    max-width: 24rem;
}

.floating-cta-content {
	margin-bottom: 10px;
	margin-top: 10px;
}

.floating-cta-btn {
    position: relative;
}

.btn {
		font-size: 1.5rem;
		line-height: 2rem;
		padding: .5rem 1rem;
    }

.btn {
    border-radius: .375rem;
}

.btn-primary {
    border: 0;
    transition: all 300ms ease-in 200ms;
}

.btn-primary:hover {
    cursor: pointer;
    transition: all 200ms ease-out 0s;
}

.btn-secondary {
    line-height: 1.75rem;
    transition: all 300ms ease-in 200ms;
}

.btn-secondary:hover {
    cursor: pointer;
    transition: all 200ms ease-out 0s;
}

@keyframes pulse {
    10% {
        transform: scale(1);
    }
    10% {
        opacity: 1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}
.animate-pulse:after {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: .375rem;
    animation-name: pulse;
    animation-duration: 1.8s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

.floating-cta {
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
    border-color: #f8fafc0f;
    border-top-width: 1px;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 10;
}

.w-full {
    width: 100%;
}

.floating-cta { display: none; }
@media only screen
and (min-device-width : 320px)
	and (max-device-width : 600px){ .floating-cta { display: inline; }.btn {margin: .5rem 0;}}
    
/*Фон для меню с языками*/
.active-lang::after {
	background: #16181D;
}

/*Цвет выпадающего меню в статье с якорными ссылками*/
.table-of-contents {
	background: #23282D;
}
/*Цвет полосы между хедером и меню*/
.site-header {
	box-shadow: inset 0 -1px 0 0 #23282D;
	-webkit-box-shadow: inset 0 -1px 0 0 #23282D;
}

/*Цвет текста кнопок*/
.btn-primary {
	color: #fff;
}
.btn-secondary {
	color: #fff;
}
/*Цвет текста кнопок при наведении*/
.btn-primary:hover {
	color: #fff;
}
.btn-secondary:hover {
	color: #fff;
}

/*Цвет 1-ой кнопки при наведении*/
.btn-primary:hover {
    background-color: #4CA421;
}
/*Цвет границы 2-ой кнопки*/
.btn-secondary {
	border: 3px solid #4CA421;
  background-color: transparent;
}

/*Цвет 2-ой кнопки при наведении*/
.btn-secondary:hover {
	  border: 3px solid #4CA421;
    background-color: #4CA421;
}
/*Цвет пульсации кнопки внизу экрана*/
.animate-pulse:after {
    background-color: #4CA421;
}
.animate-pulse:hover:after {
    background-color: #4CA421;
    transition: all 200ms ease-out 0s;
}

/*2 колонки*/
.two-column {
	display: grid;
  grid-gap: 20px;
  grid-template-columns: 2fr 2fr;
	align-items: center;
}
/*2 колонки с панелью*/
.two-column-panel {
	display: grid;
  grid-gap: 20px;
  grid-template-columns: 1fr 1fr;
}

/*3 колонки*/
.three-column {
	display: grid;
  grid-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
}

/*4 колонки*/
.four-column {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin: 25px 0 25px 0;
}
@media only screen and (max-width: 992px) {
  .four-column {
    grid-template-columns: 1fr 1fr;
  }
	.two-column, .two-column-panel, .three-column {
    grid-template-columns: 1fr;
  }
}

@media only screen and (max-width: 450px) {
  .four-column {
    grid-template-columns: 1fr;
  }
}

.four-column .su-column-inner, .four-column .sue-photo-panel, .two-column .su-column-inner, .two-column .sue-photo-panel, .three-column .su-column-inner, .three-column .sue-panel, .two-column-panel .su-column-inner, .two-column-panel .sue-panel {
	height: 100%;
}

.four-column .su-column, .two-column .su-column, .two-column-panel .su-column, .three-column .su-columns, .su-row .su-column-size-1-3 {
	width: 100% !important;
	margin: 0 !important;
}

/*Зеленая полоса*/

.line-green {
  margin-top: 45px;
}

.line-green {
    position: relative;
    top: -5px;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(0, 155, 2, 0) 0%, rgba(0, 155, 2, .35) 27.6%, rgba(0, 155, 2, .7) 52.62%, rgba(0, 155, 2, .35) 74.48%, rgba(0, 155, 2, 0) 100%);
}

/*FAQ*/
.expert-review-faq--color-green-2.expert-review-faq--style-style-4 .expert-review-faq-item__question {
    background-color: #23282D;
}

/*Навигация по языкам*/
.widget_mslswidget {
    flex-direction: column-reverse;
}

/*Бэк для +/-*/
.expert-review--color-green-2 {
    background: #23282D;
}

/*Цвет ссылки в карточках под статьёй*/
.post-card__title a {
	color: #fff;
}

/*Бэк для последних постов*/
.sidebar-none .section-preset--bg-dark-8:before {
	background: #13161C;
}

/*Футер виджеты*/
@media (min-width: 992px) {
    .widget:last-child {
        max-width: 60vw;
    }
}

.footer-menu li::marker {
	content: '';
}


/*API блок*/

.event-cards.view-1 .event-card {
	border: 1px solid #1c1f25;
}

.view-1 .event-card .bet-btn {
	border: none;
	font-size: 16px;
	font-weight: 700;
	padding: 6px;
	border-radius: 8px
}

.event-cards.view-1 .event-card {
	text-align: center;
}

.event-card h3 {
	display: none;
}

.odd-item {
	min-width: 50px;
	border: 1px solid #1c1f25;
}

.odd-item:hover {
	border: 1px solid #1c1f25;
}



/*Блок с промокодом*/
.text-promo-box {
	display: flex;
	flex-direction: column;
}

.blt-promo-code-box {
background:rgba(255,255,255,0.04);
	border:1px solid rgba(255,255,255,0.09);
  border-radius: 10px;
  display: flex;
  gap: 25px;
  padding: 40px 25px;
	align-items: center;
	margin-top: 10px;
	margin-bottom: 20px;
	width: 100%;
	transition: all 0.3s;
}

.blt-promo-code-info .btn-redirect {
	color: #fff!important;
}

.blt-promo-code-info .info__btn {
	margin-top: 0px;
}

.blt-promo-code-block {
	display: flex;
	justify-content: center;
	
}

.blt-promo-code-title {
  text-align: center;
  font-weight: 700;
  font-size: 1.5rem;
  color: #fff;
  text-transform: uppercase;
	width: 30%;
}

.blt-promo-code-info {
  text-align: center;
  color: #fff;
	width: 40%;
}

.blt-promo-code-info .info__btn button {
	max-width: 220px;
}

.blt-promo-code-field {
  display: flex;
  align-items: center;
  position: relative;
	width: 30%;
	justify-content: center;
	
}

.blt-bonus-code {
  border:2px solid rgba(255,255,255,0.3);
  color: #fff;
  font-weight: 700;
  font-size: 1.3rem;
  padding: 12px 16px;
	text-align: center;
  width: 100%;
	border-radius: 12px;
	background: #373E44;
}

.blt-bonus-code-copy {
  background: #fff;
    border: none;
    border-radius: 0 12px 12px 0;
    cursor: pointer;
    outline: none;
    padding: 15px 15px;
}

.blt-block-text-code {
  display: flex;
  gap: 20px;
	align-items: center;
}

@media screen and (max-width: 890px) {
    .blt-promo-code-box {
    flex-direction: column;
		max-width: 400px;
    align-items: center;
    }
	.blt-promo-code-title, .blt-promo-code-info, .blt-promo-code-field {
		width: 100%;
	}
	.text-promo-box {
	flex-direction: column-reverse;
}
	.block-text-code {
		display: flex;
		flex-direction: column-reverse;
	}
	.blt-promo-code-box {
		margin-bottom: 20px;
	}
}



/* glass container */

.bonus-section{
padding-bottom:20px;
}

.bonus-container{
max-width:1200px;
margin:auto;
display:grid;
grid-template-columns:1fr 1fr;
gap:30px;
padding:30px;

background:rgba(255,255,255,0.04);
backdrop-filter:blur(20px);
border-radius:12px;
border:1px solid rgba(255,255,255,0.09);
}

/* left */

.bonus-left{
display:flex;
flex-direction:column;
gap:10px;
}

.bonus-label{
border:1px solid #48A51A;
padding:6px 14px;
border-radius:20px;
font-size:12px;
width:max-content;
background-color: #01a70e21;
}

.bonus-title {
font-size:38px;
font-weight: 700;
margin:0;
}

.bonus-left span{
color:#48A51A;
}

.bonus-section .bonus-sub{
opacity:.8;
font-size:24px;
font-weight: 700;
}

.bonus-features{
display:grid;
grid-template-columns:1fr 1fr;
gap:10px;
font-size:18px;
}

.bonus-features div{
display:flex;
align-items:center;
gap:10px;
font-size:14px;
position:relative;
padding-left:32px;
}

.bonus-features div::before{
content:"";
position:absolute;
left:0;
width:22px;
height:22px;

background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='10' fill='%2301a70e21' stroke='%2348A51A' stroke-width='2'/%3E%3Cpath d='M7 12.5L10.5 16L17 9' fill='none' stroke='%2348A51A' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");

background-size:contain;
background-repeat:no-repeat;
}

/* buttons */

.bonus-buttons{
display:flex;
gap:15px;
margin-top:10px;
}

.bonus-section .btn-primary{
background:#48A51A;
border:none;
min-width: 140px;
padding:14px 24px;
border-radius:8px;
font-size:18px;
font-weight:bold;
cursor:pointer;
transition: all 0.4s;
}

.bonus-cards .btn-primary {
	padding:10px 14px;
	font-size:16px;
}

.bonus-section .btn-glass{
background:rgba(255,255,255,0.1);
border:1px solid rgba(255,255,255,0.25);
padding:14px 24px;
font-size:18px;
border-radius:8px;
color:#fff!important;
backdrop-filter:blur(10px);
cursor:pointer;
	transition: all 0.4s;
}

.btn-primary:hover, .btn-glass:hover {
	transform: scale(1.03);
	box-shadow: 0 10px 25px -5px #01a70e21;
}

.bonus-bottom{
margin-top:30px;
padding-top:18px;
border-top:1px solid rgba(255,255,255,0.15);

display:flex;
gap:30px;
font-size:14px;
opacity:.9;
}

.bonus-bottom div{
display:flex;
align-items:center;
gap:10px;
padding-left:30px;
position:relative;
}

/* SSL icon */

.bonus-bottom div:first-child::before{
content:"";
position:absolute;
left:0;
width:20px;
height:20px;

background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%2348A51A' d='M12 2L4 5v6c0 5.25 3.5 10.2 8 11 4.5-.8 8-5.75 8-11V5l-8-3zm0 4a3 3 0 013 3v2h1a1 1 0 011 1v4H7v-4a1 1 0 011-1h1V9a3 3 0 013-3zm0 2a1 1 0 00-1 1v2h2V9a1 1 0 00-1-1z'/%3E%3C/svg%3E");

background-size:contain;
background-repeat:no-repeat;
}

/* Lightning icon */

.bonus-bottom div:last-child::before{
content:"";
position:absolute;
left:0;
width:20px;
height:20px;

background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%2348A51A' d='M13 2L3 14h7l-1 8 10-12h-7l1-8z'/%3E%3C/svg%3E");

background-size:contain;
background-repeat:no-repeat;
}

/* cards */

.bonus-cards{
display:grid;
grid-template-columns:1fr 1fr;
gap:20px;
}

.card{
position:relative;
overflow:hidden;
border-radius:14px;
cursor:pointer;
}

.card img{
width:100%;
height:200px;
object-fit:cover;
transition:0.5s;
	display: block
}

/* dark overlay */

.card-overlay{
position:absolute;
inset:0;
background:rgba(0,0,0,0.25);
}

/* hover zoom */

.card:hover img{
transform:scale(1.08);
}

/* button */

.card-button{
position:absolute;
top:50%;
left:50%;
transform:translate(-50%,-50%);
opacity:0;
transition:.3s;
}

.card:hover .card-button{
opacity:1;
}

/* bottom text */

.card-content{
position:absolute;
bottom:0;
left:0;
right:0;

padding:16px;

background:linear-gradient(
transparent,
rgba(0,0,0,0.7)
);
}

.card-content h3{
margin:0;
font-size:18px;
}

.card-content p{
margin:4px 0 0;
font-size:13px;
opacity:.9;
}


/* tablet */

@media (max-width:1000px){

.bonus-container{
grid-template-columns:1fr;
text-align:center;
}

.bonus-left{
align-items:center;
}

.bonus-buttons{
justify-content:center;
}

.bonus-cards{
grid-template-columns:repeat(4,1fr);
}

.card img{
height:160px;
}

}

/* tablet 2x2 */

@media (max-width:800px){

.bonus-cards{
grid-template-columns:1fr 1fr;
}

}

/* mobile */

@media (max-width:500px){

.bonus-cards{
grid-template-columns:1fr;
}
	
.bonus-buttons {
		flex-direction: column;
	}
	
.bonus-container {
		padding: 20px;
	}
	
.card-content p {
		display: none;
	}

.card img{
height:100px;
}

}


/* Telegram Promo block */
.tg-promo {
  background: rgba(255,255,255,0.04);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 100px;
  border-radius: 10px;
	border:1px solid rgba(255,255,255,0.09);
	max-width: 100%;
  margin: 80px auto 20px;
  position: relative;
  overflow: visible;
}

.tg-content .title-tg {
  font-size: 32px;
	line-height: 1.1;
	font-weight: 700;
  margin-bottom: 20px;
}

.tg-content p {
  opacity: 0.95;
  margin-bottom: 30px;
}

.tg-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #48A51A;
  border: 2px solid #48A51A;
  color: #000!important;
  padding: 14px 26px;
  border-radius: 40px;
  font-weight: 600;
  text-decoration: none!important;
}

/* Основная кнопка */
.tg-btn {
  position: relative;
  overflow: visible;
  z-index: 1;
}

/* Пульс */
.tg-btn::after {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 50px;
  background: rgba(72, 165, 26, 0.45);
  z-index: -1;
  animation: tgPulse 2.4s ease-out infinite;
}

/* Анимация */
@keyframes tgPulse {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  70% {
    transform: scale(1.25);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.tg-icon svg {
  display: block;
}

.tg-icon {
  font-size: 18px;
}

.tg-phone {
  position: absolute;
  right: 80px;
  bottom: 0;
  pointer-events: none;
}

/* Phone preview */
.tg-phone img {
  display: block;
  max-width: 280px;
  height: auto;
}

/* Floating button */
.tg-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #48A51A;
  border: 2px solid #48A51A;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  text-decoration: none;
  opacity: 0;
  pointer-events: none;
  z-index: 999;
  animation: pulse 2s infinite;
  transition: opacity 0.3s ease;
}

.tg-float.show {
  opacity: 1;
  pointer-events: auto;
}

/* Pulse animation */
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(72, 165, 26,0.6); }
  70% { box-shadow: 0 0 0 20px rgba(72, 165, 26,0); }
  100% { box-shadow: 0 0 0 0 rgba(72, 165, 26,0); }
}

/* Responsive */
@media (max-width: 768px) {
  .tg-promo {
    flex-direction: column;
    text-align: center;
    padding: 40px 24px;
  }

  .tg-content .title-tg {
    font-size: 25px;
  }
	.tg-float {
  bottom: 110px;
	}
}

@media (max-width: 1150px) {
  .tg-phone {
    right: 50px;
  }

  .tg-phone img {
    max-width: 220px;
  }
}

@media (max-width: 768px) {
	.tg-promo {
		margin-top: 40px;
	}
  .tg-phone {
    display: none; 
  }
}


/*Блок с отзывами*/

.reviews {
	max-width: 1200px;
	margin: 0 auto;
}
.reviews-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
	margin-top: 20px;
}

.review-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #00B67A;
  font-size: 24px;
  font-weight: 700;
}

.review-title {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.review-logo-img {
	width: 180px;
}

.review-logo-stars {
	width: 150px;
}

@media(max-width:480px) {
  .review-logo {
    flex-direction: column;
  }
  .review-title {
    display: none;
  }
	.review-logo-img {
	width: 140px;
}

.review-logo-stars {
	width: 110px;
}
}

.reviews-nav button {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	border: 1px solid #ddd;
	background: #fff;
	cursor: pointer;
	font-size: 20px;
}
.reviews-nav button:disabled {
	opacity: 0.35;
	cursor: default;
}

.reviews-viewport {
	overflow: hidden;
	width: 100%;
}

.reviews-track{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  transition: transform 0.5s ease;
	justify-content: center;
}

.review-card{
  width: calc(25% - 10px);
  min-height: 160px;
  background: #fff;
  border-radius: 14px;
  padding: 16px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  display: flex;
  flex-direction: column;
}

.review-top {
	display: flex;
	gap: 12px;
	align-items: center;
	margin-bottom: 12px;
}
.avatar {
	width:40px;
	height:40px;
	border-radius:50%;
	background:#e5e7eb;
	display:flex;
	align-items:center;
	justify-content:center;
	font-weight:600;
	font-size:14px;
}
.avatar img {
	width:100%;
	height:100%;
	border-radius:50%;
	object-fit:cover;
}
.avatar.letter {
	background:#053C35;
	color:#fff;
}
.name {
	font-weight:600;
	font-size:14px;
	margin-bottom:4px;
	color:#000;
}
.stars {
	display:flex;
	line-height:1;
}

.stars-5::before {
	content: "";
  display: inline-block;
  width: 84px;
  height: 20px;
  background-image: url(https://betlabel.tips/wp-content/uploads/2026/04/stars-5.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.stars-4::before {
	content: "";
  display: inline-block;
  width: 84px;
  height: 20px;
  background-image: url(https://betlabel.tips/wp-content/uploads/2026/04/stars-4.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.review-card p{margin:0;font-size:14px;line-height:1.45;color:#333;}

.review-date {
  margin-top: auto;
  padding-top: 10px;
  text-align: right;
  font-size: 12px;
  color: #605E71;
}

@media(max-width:1024px){
	.review-card {
		width: calc(50% - 45px);
	}}
@media(max-width:480px) {
	.review-card {
		width: 100%;
	}}







/*Блок категории*/

.categories-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* центрирование строк */
  gap: 10px;
	margin-bottom: 20px
}

/* CARD WRAPPER */
.category-card {
  flex: 0 1 240px; /* фиксированная ширина */
  max-width: 240px;
}

/* BUTTON */
.cat-btn {
  position: relative;
  width: 100%;
  height: 90px;
  display: flex;
  align-items: center;
  background: linear-gradient(145deg, rgba(255,255,255,0.04), rgba(255,255,255,0.1));
  border-radius: 16px;
  padding: 16px;
  cursor: pointer;
  overflow: hidden;

  border: 1px solid rgba(255,255,255,0.06);

  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.03),
    0 4px 12px rgba(0,0,0,0.4);

  transition: all 0.25s ease;
}

/* glossy shine */
.cat-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    transparent 30%,
    rgba(255,255,255,0.06),
    transparent 70%
  );
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* hover */
.cat-btn:hover {
  transform: translateY(-6px);
  border-color: rgba(72,165,26,0.25);

  box-shadow:
    0 10px 25px rgba(0,0,0,0.6),
    0 0 14px rgba(72,165,26,0.18);
}

.cat-btn:hover::before {
  opacity: 1;
}

/* CONTENT */
.card-content {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
}

/* ICON */
.icon {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  filter: drop-shadow(0 0 6px rgba(72,165,26,0.35));
}

/* TEXT */
.title {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
}

.count {
  color: #7e8795;
  font-size: 13px;
  margin-top: 3px;
}

/* адаптив */
@media (max-width: 600px) {
  .category-card {
    flex: 0 1 45%;
    max-width: 45%;
  }
}

@media (max-width: 450px) {
  .category-card {
    flex: 0 1 100%;
    max-width: 100%;
  }
}


/****Слоты****/
.games-list {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    row-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    max-width: 1200px;
    margin: 0 auto 24px;
  justify-content: center;
}

.game-container {
    width: 180px;
    height: 240px;
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
}

.game-container-image {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.game-container-image img {
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0px;
    color: transparent;
    vertical-align: middle;
}

.game-container-image img {
transition: all .3s ease-in-out;
    position: static !important;
}

.game-container:hover .game-container-image img {
transform: scale(1.2);
}

.game-container:hover .game-hover {
    opacity: 1;
}

.game-container .game-hover {
    position: absolute;
    box-sizing: border-box;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: opacity .25s ease-in-out;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    height: 100%;
    background-color: rgba(0, 10, 18, .64);
    padding: 1rem;
    z-index: 1;
}

.game-container .game-hover .game-hover-title {
    font-size: .875rem;
    line-height: 170%;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}

.game-container .game-hover-button {
    display: flex;
    gap: 1rem;
    flex-direction: column;
}

.game-container:after {
    content: "";
    background: linear-gradient(0deg, #000a12, rgba(0, 10, 18, 0));
    width: 100%;
    height: 20%;
    position: absolute;
    bottom: 0;
}