/*!
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.
*/


/*Перелинковка картинки внизу главной*/
.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;
}

.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;
}
.pdp-item {
	border: 10px solid #042F2A;
}
.pdp_wrapper_default.dark .pdp-item {
	background: #053D33!important;
}

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

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

.plyr__menu__container {
	background: #0D4D44; 
}




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

.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 50px
}

.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;
	}
}

.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;
}