/*!
Theme Name: default-theme
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: default-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

default-theme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
*/

.faq .acc-body a {
	color: #fff;
	text-decoration: underline;
}

.benifest__info a {
    color: #ffffff;
		text-decoration: underline;
   }


/*Перелинковка картинки внизу главной*/
.container-img {
  padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    text-align: center;
}

.container-flex {
	display: -ms-flexbox;    
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row-advantages {    
    display: -ms-flexbox;    
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.col-5 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.col-5 {
    position: relative;
    width: 100%;
}

.element-item {
display: inline-block;
	width: 270px;
	margin-right: 0.5rem;
	margin-bottom: 1rem;
	margin-left: 0.5rem;
	vertical-align: top;
}

.element-item img {
	max-width: 100%;
	margin: 0;
	transition: all 0.3s;
  position: relative;
  z-index: 1;
}

.element-item:hover img {
	-moz-transform: scale(1.15);
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}

.text-overlay {
position: absolute;
margin: -65px 10px;
padding: 5px 15px;
z-index: 2;
color: white;
font-size: 18px;
font-weight: bold;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
transition: all 0.3s;
background-color: rgb(0 0 0 / 60%);
        }

.element-item:hover .text-overlay {
	-moz-transform: scale(1.15);
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}


/*Блок с бонусными предложениями*/
.bonus-tabs-home {
  text-align: center;
}

.bonus-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	justify-content: center;
	
}

.bonus-list {
  list-style: none;
  margin: 0;
  padding: 0;	
}

.bonus-img {
    position: relative;
    border-radius: 16px 16px 0 0;
    overflow: hidden;
}

.tag-list {
    position: absolute;
    display: flex;
    gap: 5px;
    top: 10px;
    left: 10px;
    width: auto;
}

.tag-b {
    position: block;
    font-size: 10px;
	font-weight: 700;
    background: #D3E512;
    padding: 5px 10px;
    border-radius: 4px;
    color: #333!important;
    text-transform: uppercase;
    text-decoration: none!important;
}

.bonus-list-li {
    width: -webkit-calc(25% - 22px);
    width: -moz-calc(25% - 22px);
    width: calc(25% - 22px);
    padding: 0;
    border-radius: 16px 16px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
	margin: 10px 10px;
	border: 1px solid #c0f;
}

.bonus-list-li:hover {
	border: 1px solid #D3E512;
}

@media screen and (max-width: 1025px) {
    .bonus-list-li {
        width: calc(33.3% - 22px);
    }
}

@media screen and (max-width: 725px) {
    .bonus-list-li {
        width: calc(50% - 22px);
    }
}

@media screen and (max-width: 520px) {
    .bonus-list-li {
        width: 100%;
    }
}

.bonus-img img {
    display: block;
	border-radius: 16px 16px 0 0;
  max-width: 100%;
    max-height: 100%;
}

.bonus-description {
    background: #042F2A;
    padding: 5px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.bonus-description-title {
    display: block;
    font-weight: 700;
    font-size: 18px;
    margin: 15px 0 10px;
  color: #D3E512!important;
  text-decoration: none!important;
  text-transform: uppercase;
}

.bonus-description-title:hover {
  color: #fff!important;
}

.descr {
  width: auto;
    background: #053C35;
    color: #57ae5d;
    padding: 15px 5px;
    margin: 0 0;
    position: relative;
	height: 100%;
}

.bonus-description p {
	margin-bottom: 0px!important;
}


/*Блок с промокодом*/
.promo-code-box {
	background-image: linear-gradient(90.87deg, #053C35 30.19%, #042F2A 102.14%);
  border-radius: 10px;
  display: flex;
  gap: 30px;
  width: 60vw;
  padding: 40px 30px;
	align-items: center;
	justify-content: space-evenly;
  box-shadow: 0 0 30px #222;
	margin: 15px;
	border: 1px solid rgb(211 229 18 / 20%);
}

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

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

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

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

.promo-code-box .info__btn button {
	max-width: 200px;
}

.promo-code-field {
  display: flex;
  align-items: center;
	justify-content: center;
	position: relative;
	width: 40%;
  gap: 10px;
}

.bonus-code {
  border: 1px dashed #D3E512;
  color: #D3E512;
  font-weight: 700;
  font-size: 1.3rem;
  padding: 12px 16px;
  width: 100%;
	border-radius: 8px;
	background: #0b5b4f;
}

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

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

.ctc-inline-copy-icon .copy-icon, .ctc-inline-copy-icon .check-icon {
    height: 26px;
    width: 26px;
    color: #fff;
	margin-left: -4px
}




/*Podcast*/
.pdp_wrapper_default {
	margin-top: 20px!important;
	width: calc(60vw + 60px)!important;
    max-width: 1160px;
}
.pdp-item {
	border: 1px solid rgb(211 229 18 / 20%);
	border-radius: 10px;
}
.pdp-item .pdp_fet_img img {
	border-radius: 10px 0 0 10px;
}

.pdp_wrapper_default.dark .pdp-item {
	background-image: linear-gradient(90.87deg, #053C35 30.19%, #042F2A 102.14%)!important;
height: 145px;
}

.plyr--full-ui input[type=range] {
	color: #D3E512;
}

.pdp-item .pdp_plyr_area {
	padding: 10px!important;
}

.plyr__menu__container {
	background: #0D4D44; 
}

.pdp-item .pdp_plyr_area h3 {
	font-size: 22px;
	padding: 0 15px;
	margin-bottom: 0!important;
	color: #eee!important;
}

@media screen and (max-width: 890px) {
	.pdp_wrapper_default {
	width: 100%!important;
}
	.pdp-item .pdp_plyr_area h3 {
	font-size: 16px!important;
}
}



/*Блок промо в начале страницы (2 картинки)*/
.bonus-promo-block {
  display: grid;
}

.bonus-promo-block-no {
  display: flex;
}

.back-sport-player {
  grid-area: 1 / 1;
}

.bonus-promo-text {
grid-area: 1 / 1;
}

.back-sport-player {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
 align-items: center;
}

.promo-text-intro {
  font-size: 22px;
  font-weight: bold;
  width: 300px;
  margin: 0 0 100px
}

.promo-text-intro-no {
  font-size: 22px;
  font-weight: bold;
  width: 90%;
  margin: 0 0 30px
}

.promo-text-intro-yellow {
  color: #D3E512;
  text-transform: uppercase;
}

.bonus-promo-text {
  text-align: center;
}

.bonus-promo-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	text-transform: uppercase;
}

.back-sport-player img {
  mask: linear-gradient(to top, transparent 0%, black 70%);
}

.promo-text-button-title {
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
	font-size: 22px;
}
.promo-text-button {
  background: linear-gradient(90.87deg, #240146 -3.19%, #c0f 102.14%);
  transform: skewX(-12deg);
  border: 0;
  padding: 10px 40px;
	transition: all 0.3s;
}

.promo-text-button:hover {
  background: linear-gradient(60.87deg, #240146 -3.19%, #c0f 22.14%);
}

@media screen and (max-width: 920px) {
.player-second-img {
  display: none;
}
  .bonus-promo-text {
grid-area: 1 / 2;
}
}

@media screen and (max-width: 670px) {
	.bonus-promo-block, .bonus-promo-block-no {
    display: flex;
    flex-direction: column;
    align-items: center;
}
  .bonus-promo-text {
grid-area: 1;
}
  .promo-text-intro {
  width: 90%;
  margin: 0 0 50px;
}
}


/*Выпадающее меню*/
ul li.menu-item-has-children>a:after {
    content: "▼";
    margin-left: .5em;
    opacity: .7;
}

ul .sub-menu {
	display: none;
}

ul li.menu-item-has-children:hover .sub-menu {
	display: block;
}

ul .sub-menu {
  position: absolute;
  background-color: #0D4D44;
  min-width: 160px;
	max-width: 200px;
  padding: 14px 16px;
  z-index: 1;
	box-shadow: 0 2px 45px rgba(29, 39, 48, .60);
	white-space: nowrap;
}

ul li .sub-menu li>a {
  padding: 10px;
}


/*Промо лотерея*/
.cyber-freebet {
  background-image: url(https://spinbetter.games/wp-content/uploads/2025/07/cyber-bg.webp);
}

.ice-hockey {
  background-image: url(https://spinbetter.games/wp-content/uploads/2025/04/ice-hockey-bg.webp);
}

.promo-lottery {
  background-image: url(https://spinbetter.games/wp-content/uploads/2025/03/main-bg-2.webp);
}

.promo-lottery-vote {
  background-image: url(https://spinbetter.games/wp-content/uploads/2025/03/vote-bg.webp);
}

.promo-lottery, .promo-lottery-vote, .ice-hockey, .cyber-freebet {
		margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    max-width: 100vw !important;
    width: auto !important;
}

.promo-lottery, .promo-lottery-vote, .ice-hockey, .cyber-freebet {
	max-width: 100vw;
  background-size: cover;
  background-position: center;
}

.promo-lottery-box {
  display: flex;
  justify-content: space-evenly;
  padding-top: 5vw;
	padding-bottom: 5vw;
}

@media screen and (max-width: 520px) {
    .promo-lottery-box {
       flex-direction: column-reverse;
			align-items: center;
			padding-top: 30px;
    }
	.promo-lottery, .promo-lottery-vote, .ice-hockey {
	height: 100%;
		}
	.lottery-box-img {
  max-width: 75vw!important;
		}
	.lottery-title, .lottery-subtitle {
  font-size: 30px!important;
		}
	.lottery-label {
  font-size: 14px!important;
	}
	.lottery-link-text {
  font-size: 22px!important;
	}
	.lottery-link {
  padding: 10px 30px!important;
	transition: all 0.3s;
  border-radius: 1.4vw;
  border: .3vw solid #E891FF;
	margin-bottom: 30px;
}
	.lottery-title-second {
  margin-bottom: 30px!important;
	}
    #gtx-trans{
    	left:0!important;
    }
}

.promo-lottery-box {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 75vw;
  padding-inline: 1vw;
}

.lottery-box-img {
  max-width: 30vw;
  flex-shrink: 0;
}

.lottery-picture-img {
  width: 100%;
}

.lottery-box-description, .lottery-title-main, .lottery-title-second {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: fit-content;
    position: relative;
    z-index: 0;
}

.lottery-title-main {
  margin-bottom: 0.9vw;
}

.lottery-title-second {
  margin-bottom: 4vw;
}

.lottery-subtitle {
	margin-bottom: 1vw;
}

.lottery-title {
  background-image: linear-gradient(270deg, #D3E512 10.66%, #36A800 73.14%);
  -webkit-background-clip: text;
  background-clip: text;
}

.ice {
  background-image: linear-gradient(270deg, #fff 10.66%, #7ac9f0 73.14%);
  -webkit-background-clip: text;
  background-clip: text;
}

.cyber {
  background-image: linear-gradient(270deg, #d36ff2 10.66%, #A734C8 73.14%);
  -webkit-background-clip: text;
  background-clip: text;
}

.lottery-subtitle {
  background-image: linear-gradient(180deg, #FFE553 10.66%, #C4721C 73.14%);
  -webkit-background-clip: text;
  background-clip: text;

}

.lottery-title, .lottery-subtitle {
  position: relative;
  font-weight: bold;
  transform: skew(-10deg);
  font-size: 4vw;
  line-height: 1;
  letter-spacing: .05em;
  -webkit-text-fill-color: rgba(0,0,0,0);
  text-fill-color: rgba(0,0,0,0);
  text-transform: uppercase;
	text-align: center;
}

.lottery-title {
    -webkit-text-stroke: .05vw #efff48;
    text-stroke: .05vw #efff48;
}

.ice {
    -webkit-text-stroke: .05vw #3f51b5;
    text-stroke: .05vw #3f51b5;
}

.cyber {
    -webkit-text-stroke: .05vw #d786ef;
    text-stroke: .05vw #d786ef;
}

.lottery-subtitle {
    -webkit-text-stroke: .05vw #FFFE72;
    text-stroke: .05vw #FFFE72;
}

.lottery-label {
  position: relative;
  font-weight: bold;
  transform: skew(-10deg);
  font-size: 1.5vw;
  line-height: 1;
  letter-spacing: .05em;
  color: #fff;
  text-transform: uppercase;
	text-align: center;
}

.lottery-link {
  background: linear-gradient(177.86deg, #AC0AD5 -1.82%, #62067A 88.36%);
  transform: skewX(-20deg);
  padding: 1.1vw 4.2vw;
	transition: all 0.3s;
  border-radius: 1.4vw;
  border: .3vw solid #E891FF;
}

.lottery-link-text {
  text-align: center;
  position: relative;
  transform: skew(-10deg);
  font-size: 2.2vw;
  line-height: 1;
  letter-spacing: .05em;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
}

.cyber-img {
	animation: zoom 7s infinite;
}

@keyframes zoom {
50% {
    transform: scale(1.1);
}
}

.lottery-img {
animation: levitation 7s infinite;
  }

@keyframes levitation {
50% {
    transform: rotate(3deg) translateY(-14px);
}
}

.vote-img {
animation: levitation-y 6s infinite;
  }

@keyframes levitation-y {
50% {
    transform: translateY(-14px);
}
}


.lottery-title-main {
  animation: zoom-in-zoom-out 6s infinite;
  animation-delay: 2s;
}

@keyframes zoom-in-zoom-out {
  0% {
    scale: 100%
  }
  20% {
    scale: 110%;
  }
  40% {
    scale: 100%;
  }
  60% {
    scale: 100%;
  }
  80% {
    scale: 100%;
  }
  100% {
    scale: 100%;
  }
}

.lottery-title-second {
  animation: zoom-in-second 6s infinite;
  animation-delay: 2s;
}

@keyframes zoom-in-second {
  0% {
    scale: 100%
  }
  20% {
    scale: 100%;
  }
  40% {
    scale: 110%;
  }
  60% {
    scale: 100%;
  }
  80% {
    scale: 100%;
  }
  100% {
    scale: 100%;
  }
}

.lottery-link {
  animation: zoom-in-link 6s infinite;
  animation-delay: 2s;
}

@keyframes zoom-in-link {
  0% {
    scale: 100%
  }
  20% {
    scale: 100%;
  }
  40% {
    scale: 100%;
  }
  60% {
    scale: 110%;
  }
  80% {
    scale: 100%;
  }
  100% {
    scale: 100%;
  }
}




/******************************Winners********************/
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-270px * 8));
  }
}
.slider {
  background: #04302B;
  box-shadow: 0 20px 10px -5px rgba(0, 0, 0, 0.125);
  height: 120px;
  margin-top: 10px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.slider::before, .slider::after {
  background: linear-gradient(to right, black 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 120px;
  position: absolute;
  width: 125px;
  z-index: 2;
}
.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider .slide-track {
  animation: scroll 45s linear infinite;
  display: flex;
  width: calc(270px * 16);
}
.slider .slide {
  height: 100px;
  width: 270px;
}


.winner-item {
    display: flex;
    gap: .5rem;
    align-items: center;
    padding: .5rem;
  border-right: 1px solid #0D4D44;
  justify-content: space-between;
	height: 85px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.winner-image {
  width: 85px;
}

.winner-image img {
   height: 100%;
    width: 100%;
	border-radius: 8px
}

.winner-name {
    display: flex;
    flex-direction: column;
}

.winner-nickname {
    font-size: .75rem;
    line-height: 140%;
    color: #fff;
    flex: 1 1;
}

.winner-date {
    color: #AC0AD5;
    font-size: .75rem;
    font-weight: 700;
    line-height: 140%;
    margin: 0;
    padding: 0;
}

.winner-count {
    font-size: 0.975rem;
	font-weight: 700;
    line-height: 110%;
    color: #D3E512;
}

.slider a {
	text-decoration: none;
}

.footer__logo {
text-align: center;
}

/*Slots*/

.container-slot-link, .sport-catigories-links {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 8fr 1.5fr;
    grid-template-columns: 8fr 1.5fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 20px;
	margin-bottom: 20px;
}

.slot-list {
    width: 100%;
    max-width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [ 5 ];
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.slot-list {
  grid-column: 1 / -1;
}

@media (max-width: 1080px) {
    .slot-list {
        -ms-grid-columns: (1fr) [ 4 ];
        grid-template-columns: repeat(4, 1fr);
    }
	.container-slot-link, .sport-catigories-links {
    -ms-grid-columns: 6fr 1.5fr;
    grid-template-columns: 6fr 1.5fr;
}
}

@media (max-width: 870px) {
    .catigories__list, .slot-list {
        -ms-grid-columns: (1fr) [ 3 ];
        grid-template-columns: repeat(3, 1fr);
    }
		.container-slot-link, .sport-catigories-links {
    -ms-grid-columns: 4fr 1.5fr;
    grid-template-columns: 4fr 1.5fr;
}
}

@media (max-width: 650px) {
    .catigories__list, .slot-list {
        -ms-grid-columns: (1fr) [ 2 ];
        grid-template-columns: repeat(2, 1fr);
    }
			.container-slot-link, .sport-catigories-links {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
}
	.slot-item-content {
		grid-template-columns: 1fr;
	}
}

.slot-item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    border-radius: 16px;
    border: 1px solid rgb(211 229 18 / 30%);
}

.container-slot-link ul li {
  list-style: none;
}

.slot-item img {
    max-width: 100%;
    max-height: 152px;
    -o-object-fit: contain;
    object-fit: cover;
}

.slot-item-content {
    position: relative;
    display: grid;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    gap: 6px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 10px;
    border-radius: 0 0 16px 16px;
    background: #042F2A;
  grid-template-columns: 1fr 1fr;
}

.slot-item-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    grid-column: 1 / -1;
    margin-top: -25px;
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
    z-index: 2;
    position: absolute;
    top: 0;
    text-align: center;
    width: 100%;
    text-wrap: nowrap;
  color: #fff;
}

.slot-item-content::after {
    position: absolute;
    content: "";
    top: -56px;
    left: 0;
    width: 100%;
    height: 56px;
    background: linear-gradient(180deg, rgba(30, 40, 63, 0) 0, #042F2A 100%);
}

.slot-list .btn-slot-demo {
  background: 0 0;
    border-radius: 12px;
	padding: 10px;
    border: 2px solid #bbb;
	color: #bbb!important;
}

.slot-list .btn-slot-demo:hover {
    border: 2px solid #fff;
	color: #fff!important;
}

.slot-list .btn-slot-play {
	border-radius: 12px;
	padding: 10px;
}

.slot-list .info__btn {
	margin-top: 0;
}

.container-slot-link .btn-show-more, .sport-catigories-links .btn-show-more {
  background: #042F2A;
    border-radius: 12px;
	padding: 10px;
    border: none;
	font-weight: 300;
	color: #eee!important;
}

.container-slot-link .btn-show-more:hover, .sport-catigories-links .btn-show-more:hover {
  background: #0B5B4F;
}

.btn-show-more::after {
    -webkit-transition: .2s;
    transition: .2s;
  margin-left: 5px;
    content: "➡";
	line-height: 1.1;
}

@media (max-width: 570px) {
	.slot-item-content {
		grid-template-columns: 1fr;
	}
	.slot-item-text {
    font-size: 16px;
	}
}

/*Категории*/

.sport-catigories-links .sport-catigories {
  grid-column: 1 / -1;
    margin-top: 0;
	margin-bottom: 20px;
}

.sport-catigories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}

.catigories-image {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
	width: 35%;
}

.catigories-image img {
  width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.catigories-list {
  -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [ 4 ];
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.catigories-list a {
	text-decoration: none;
}

.catigories-link {
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 16px;
    background: linear-gradient(180deg, #0B5B4F 0, #04302B 100%);
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    line-height: 120%;
    cursor: pointer;
    transition: opacity .3s;
    text-align: center;
}

.sport-catigories .btn-redirect {
	color: #fff!important;
}

.sport-catigories-links .info__btn {
	margin-top: 0;
}

.catigories-link:hover {
    opacity: .7;
}

.catigories-link img {
      width: 40px;
    height: 40px;
    -o-object-fit: contain;
    object-fit: contain;
}

@media (max-width: 960px) {
    .sport-catigories {
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
        flex-direction: column;
    }
	.catigories-image {
		width: 100%;
	}
}

@media (max-width: 768px) {
    .catigories-list {
        -ms-grid-columns: (1fr) [ 2 ];
        grid-template-columns: repeat(2, 1fr);
    }
}

/*Halloween*/
.three-column-box {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
  justify-content: center;
}

.three-column-item {
	width: calc(33% - 15px);
	display: flex;
	flex-direction: column;
	align-items: center;
}

.three-column-img {
	margin-bottom: 20px
}

.step-img {
animation: levitation-123 5s infinite;
  }

@keyframes levitation-123 {
50% {
    transform: rotate(-3deg) translateY(10px);
}
}

@media screen and (max-width: 725px) {
    .three-column-item {
        width: 100%;
    }
}

.countdown-timerd {
color: #A922CF;
font-size: 28px;
          }
		  
.countdown-label {
font-size: 1rem;
display: block;
margin-bottom: 5px;
opacity: 0.8;
letter-spacing: initial;
          }

.new-year-border {
	
	  background-image: url(https://spinbetter.games/wp-content/uploads/2025/12/bg-footer_1366.webp);
	
	border: 8px solid;
  border-image: repeating-linear-gradient(
    135deg,
    #d62828 0 16px,
    #fff 16px 32px,
    #43a047 32px 48px,
    #fff 48px 64px
  ) 8;
  border-radius: 12px;
	padding: 20px;
	margin-bottom: 25px;
}

/* kk-star-rating
--------------------*/
.kk-star-ratings {
  justify-content: center;
  margin-top: 20px;
	margin-bottom: 20px;
	color: #fff;
}

/*API блоки*/

.event-card, .odd-item {
	border: 1px solid rgb(211 229 18 / 20%)!important;
}

.view-3 .bet-btn {
border-radius: 6px;
}

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

/* Telegram Promo block */
.tg-promo {
  background: linear-gradient(135deg, #053C35, #04302B);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 100px;
  border-radius: 10px;
	border: 1px solid rgb(211 229 18 / 20%);
	box-shadow: 0 0 30px #222;
	max-width: 80%;
  margin: 80px auto 40px;
  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: #D3E512;
  border: 2px solid #D3E512;
  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(211, 229, 18, 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: #D3E512;
  border: 2px solid #D3E512;
  color: #000!important;
  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(211,229,18,0.6); }
  70% { box-shadow: 0 0 0 20px rgba(211,229,18,0); }
  100% { box-shadow: 0 0 0 0 rgba(211,229,18,0); }
}

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

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

@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: 16px;
  transition: transform 0.5s ease;
}

.review-card{
  width: calc(25% - 44px); /* 4 карточки в ряд */
  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://spinbetter.games/wp-content/uploads/2026/02/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://spinbetter.games/wp-content/uploads/2026/02/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% - 42px);
	}}
@media(max-width:480px) {
	.review-card {
		width: 100%;
	}}
    
    
/* Вопрос для ИИ
--------------------*/
.ii-block {
  margin: 30px 0;
}

.ii-row {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.ii-row .ii-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 12px;
  padding: 15px;
  transition: .3s;
	text-decoration: none;
}

.ii-row .ii-btn .ai-icon {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.ii-row .ii-btn.chatgpt {
  background: linear-gradient(135deg, #10a37f, #0d8068);
}

.ii-row .ii-btn.chatgpt:hover {
  background: linear-gradient(135deg, #0d8068, #0a6b57);
}

.ii-row .ii-btn.perplexity {
  background: linear-gradient(135deg, #20808d, #1a6b75);
}

.ii-row .ii-btn.perplexity:hover {
  background: linear-gradient(135deg, #1a6b75, #155a63);
}

.ii-row .ii-btn.google-ai {
  background: linear-gradient(135deg, #4285f4, #1a73e8);
}

.ii-row .ii-btn.google-ai:hover {
  background: linear-gradient(135deg, #1a73e8, #1557b0);
}

.ii-row .ii-btn.grok {
  background: linear-gradient(135deg, #000000, #1a1a1a);
}

.ii-row .ii-btn.grok:hover {
  background: linear-gradient(135deg, #1a1a1a, #333333);
}

.ii-row .ii-btn.claude {
  background: linear-gradient(135deg, #cc785c, #b8654a);
}

.ii-row .ii-btn.claude:hover {
  background: linear-gradient(135deg, #b8654a, #a55540);
}

.ii-row .ii-btn span {
  font-weight: 600;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
    .ii-row {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media screen and (max-width: 767px) {
    .ii-row .ii-btn {
        flex-basis: calc((100% - 10px) / 2);
        flex-grow: 0;
    }
}

@media screen and (max-width: 480px) {
    .ii-row .ii-btn {
        flex-basis: 100%;
    }
}


/* Вкладки со ссылками
--------------------*/
.info__wrap .tabs {
  border-radius: 12px;
  margin: 30px 0;
  overflow: hidden;
}

.info__wrap .tabs .tabs-caption {
  display: flex;
	gap: 0;
	padding-left: 0;
	margin: 0;
}

.info__wrap .tabs .tabs-caption > li {
  flex: 1;
  font-weight: bold;
  text-align: center;
  padding: 18px;
  transition: .3s;
  cursor: pointer;
  margin-left: 1px;
  margin-bottom: 1px;
	list-style: none;
}

.info__wrap .tabs .tabs-caption > li:first-child {
  margin-left: 0;
}

.info__wrap .tabs .tabs-content {
  display: none;
  flex-wrap: wrap;
  gap: 15px;
  padding: 30px;
}

.info__wrap .tabs .tabs-content.active {
  display: flex;
	justify-content: center;
}

.info__wrap .tabs .tabs-content > a {
  width: calc((100% - 10px) / 5);
  display: flex;
  align-items: center;
  gap: 15px;
  border-radius: 12px;
  padding: 10px 20px;
  transition: .3s;
}

.info__wrap .tabs .tabs-content > a > img {
  display: block;
  border-radius: 0 10px 0 10px;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  object-fit: cover;
}

.info__wrap .tabs .tabs-content a .abbr {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  border-radius: 0 10px 0 10px;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
}

@media screen and (max-width: 1024px) {
   .info__wrap .tabs .tabs-content a {
        width: calc((100% - 15px) / 4);
        padding: 10px 15px;
    }
}

@media screen and (max-width: 767px) {
    .info__wrap .tabs .tabs-content a {
        width: calc((100% - 10px) / 3);
    }
}

@media screen and (max-width: 480px) {
    .info__wrap .tabs .tabs-content a {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .info__wrap .tabs .tabs-content {
        gap: 5px;
        padding: 10px 10px;
    }
}

@media screen and (max-width: 480px) {
    .info__wrap .tabs .tabs-caption {
        display: block;
    }
}

.tabs-caption li {
    background: #042F2A;
    color: #ffffff;
}

.tabs-caption li.active {
    background: #0D4D44;
    color: #ffffff;
}

.tabs-content {
    background: #0D4D44;
}

.tabs-content a {
    background: #053C35;
    color: #fff;
	text-decoration: none;
}

.tabs-content a:hover {
    background: #05352F;
    color: #ffffff;
}

.tabs-content a .abbr {
    background: #15d897;
    color: #ffffff;
}