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



/*Спортивные события*/
.events-block {
  display: flex;
  gap: 10px;
  margin: 25px 0;
  justify-content: center;
}

@media screen and (max-width: 980px) {
  .events-block {
    flex-direction: column;
  }
}

@media screen and (max-width: 460px) {
  .feature-game-name {
    font-size: 12px!important;
  }
  .vs-players {
  font-size: 18px!important;
  }
}

.event-item {
  display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 180px;
    position: relative;
    width: 100%;
  justify-content: center;
  align-items: center;
  background-color: #2E2E38;
	border-radius: 10px;
	box-shadow: 0 0 20px #111;
}

.event-match {
  display: flex;
    height: 58px;
    position: relative;
    width: 80%;
}

.featured-game {
  align-items: center;
    display: -moz-box;
    display: flex;
    width: 100%;
}

.featured-game img {
  max-width: 70px;
    max-height: 70px;
    width: auto;
    height: auto;
  -webkit-filter: drop-shadow(1px 1px 2px #00000080);
    filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, .5));
    position: absolute;
    z-index: 1;
}
.first-player img {
  left: -30px;
}

.second-player img {
  right: -30px;
}

.feature-game-widget {
  display: flex;
  align-items: center;
  padding: 0 28px;
  height: 100%;
  width: 100%;
}

.widget-left {
  background-image: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.05));
    background-color: rgb(172, 10, 213);
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 18px) 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, -moz-calc(100% - 18px) 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, calc(100% - 18px) 100%, 0 100%);
  margin-right: -10px;
    padding-left: 40px;
  justify-content: flex-start;
  text-align: left;
}

.widget-right {
  background-image: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.05));
  background-color: rgb(127, 6, 157);
  -webkit-clip-path: polygon(18px 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(18px 0, 100% 0, 100% 100%, 0 100%);
    justify-content: flex-end;
    margin-left: -10px;
    padding-right: 40px;
  justify-content: flex-end;
  text-align: right;
}

.vs-players {
  align-items: center;
    color: #fff;
    display: -moz-box;
    display: flex;
    font-size: 24px;
    height: 56px;
    justify-content: center;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.feature-game-name {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
}

.event-date{
  margin-top: 20px;
  text-align: center;
  color: #ccc;
}


/****************************Слоты**************/
.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;
}


/******************************Winners********************/
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-270px * 7));
  }
}
.slider {
  background: #2E2E38;
  box-shadow: 0 20px 10px -5px rgba(0, 0, 0, 0.125);
  height: 100px;
  margin-top: 40px;
  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: 100px;
  position: absolute;
  width: 120px;
  z-index: 2;
}
.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider .slide-track {
  animation: scroll 40s linear infinite;
  display: flex;
  width: calc(270px * 14);
}
.slider .slide {
  height: 100px;
  width: 270px;
}

.slide:hover {
	background: #1B1720;
}

.winner-item {
    display: flex;
    gap: .5rem;
    align-items: center;
    padding: .5rem 1rem .5rem .5rem;
  border-right: 2px dashed #031318;
  justify-content: space-between
}

.winner-image {
  height: 85px;
}

.winner-image img {
   height: 100%;
    width: 100%;
}

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

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

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

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

.slider a {
	text-decoration: none;
}

/*Podcast*/
.pdp_wrapper_default {
	margin-top: 30px!important;
	width: 65%!important;
}

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

.share {
	display: none;
}

.pdp-item {
	border: 5px solid #2E2E38;
	border-radius: 12px;
	align-items: center;
	margin: auto;
}
.pdp_wrapper_default.dark .pdp-item {
	background: #2E2E38!important;
}

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

.pdp_wrapper_default.dark .pdp-item {
	height: 80px;
}

.plyr__menu__container .plyr__control {
	color: #d8e82f;
}

.plyr__menu__container {
	background: #0F0F12; 
}

.plyr--audio .plyr__control.plyr__tab-focus, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true] {
	background: #17171C;
}

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

.pdp-item .pdp_plyr_area {
	padding: 0!important;
	margin-right: 40px!important;
}

@media screen and (max-width: 640px) {
.pdp-item .pdp_plyr_area {
	margin-right: 0!important;
}
}

.pdp-item .pdp_fet_img img {
width: 130px!important;
	border-radius: 10px;
		display: block;
	margin-left: auto;
  margin-right: auto;
}

.pdp-item .pdp_fet_img {
	min-width: 150px!important;
	width: 20%!important;
	margin: auto;
}

.pdp_wrapper_default.dark .pdp-item .plyr__controls .plyr__control, .pdp_wrapper_default.dark .pdp-item .plyr__controls .plyr__time, .pdp_wrapper_default.dark .pdp-item i {
	color: #eee!important;
}

/*Блок с промокодом*/
.center-promo-code-box {
  background: #2e2e38;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 400px;
  padding: 16px 25px;
  box-shadow: 0 0 30px #111;
}

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

.center-promo-code-title {
  text-align: center;
  font-weight: 700;
  font-size: 1.5rem;
  color: #E8B44E;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.center-promo-code-info {
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
}

.center-promo-code-field {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: -webkit-fill-available;
  position: relative;
}

.center-bonus-code {
  border: 1px dashed #d8e82f;
  color: #d8e82f;
  font-weight: 700;
  font-size: 1.3rem;
  padding: 12px 16px;
  width: 100%;
}

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

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

@media screen and (max-width: 820px) {
    .center-block-text-code {
    flex-direction: column-reverse;
    align-items: center;
    }
	.center-promo-code-box {
		width: 75vw;
	}
}

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


/*************************************************/

main .btn-redirect:hover {
    color: #fff !important;
}

.header__sign:hover {
    color: #fff;
}

/*Картинки на главной с кнопками*/
.center-image-link {
	-webkit-box-pack: start;
   -ms-flex-pack: start;
   -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: -10px;
    align-items: stretch;
}

.center-image-link-item {
	width: calc(33.33333% - 20px);
	border-radius: 20px;
  margin: 10px;
  overflow: hidden;
  -webkit-transition: all .25s;
  transition: all .25s;
}

.center-image-link-box {
	-webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: space-between;
    min-height: 160px;
    overflow: hidden;
    padding: 10px;
    position: relative;
}

.center-link-box-img {
	height: 100%;
  width: 100%;
	left: 0;
  position: absolute;
  top: 0;
}

.center-link-box-title {
	color: #9598a8;
    line-height: 1.4rem;
	font-size: 1.9rem!important;
    position: relative;
    text-align: center;
    z-index: 3;
	margin-top: 15px;
	transition: all 0.6s;
}

.center-link-box-img:after {
	background-color: rgba(0, 0, 0, .85);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
	transition: all 0.6s;
}

.center-image-link-item:hover .center-link-box-img:after {
	background-color: rgba(0, 0, 0, .65);
}

.center-image-link-item:hover .center-link-box-title {
	color: #fff;
}

.info__btn {
	z-index: 2;
}

.center-image-link-box .info__btn button {
	min-width: 140px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	background: #D3DE6F;
	border: 2px solid #D3DE6F;
}

.center-image-link-item:hover .center-image-link-box .info__btn button {
	background: #d8e82f;
	border: 2px solid #d8e82f;
}

/*Картиинки перелинковки внизу страницы*/
.center-container-img {
  padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    text-align: center;
}

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

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

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

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

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

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

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

.center-text-overlay {
position: absolute;
margin: -65px 10px;
padding: 5px 30px;
z-index: 2;
color: white;
font-size: 24px;
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%);
        }

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

/*Блок с бонусами на главной*/
.center-bonus-tabs-home {
  text-align: center;
}

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

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

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

.center-tag-list {
    position: absolute;
    top: 10px;
    left: 10px;
    width: auto;
}

.center-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;
	margin-right: 5px;
}

.center-bonus-list-li {
    width: -webkit-calc(33% - 36px);
    width: -moz-calc(33% - 36px);
    width: calc(33% - 36px);
    padding: 0;
    border-radius: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
	margin: 15px 15px;
	border: 3px solid #E8B44E;
	transition: all 0.3s;
}

.center-bonus-list-li:hover {
	border: 3px solid #AC0AD5;
	transform: scale(1.05);
	box-shadow: 0 0 60px #ac0ad5;
}

@media screen and (max-width: 890px) {
    .center-bonus-list-li {
        width: calc(50% - 36px);
    }
	.center-image-link-item {
	width: calc(50% - 20px);
	}
}

@media screen and (max-width: 600px) {
    .center-bonus-list-li {
        width: 100%;
    }
	.center-image-link-item {
	width: 100%;
	}
}

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

.center-bonus-description {
    background: #18181C;
    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;
	border-radius: 0 0 22px 22px;
}

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

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

.center-descr {
  width: auto;
    background: #202126;
    color: #fff;
    padding: 15px 5px;
    margin: 0 0;
    position: relative;
	height: 100%;
	border-radius: 0 0 16px 16px;
}

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

/*Промо в начале статьи*/
.center-bonus-promo-block {
  display: grid;
}

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

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

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

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

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

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

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

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

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

.center-promo-text-button:hover {
  background: linear-gradient(60.87deg, #c0f -3.19%, #c0f 22.14%);
	box-shadow: 0 0 50px #ac0ad5;
}

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

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