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


/*Блок с промокодом*/
.promo-code-box {
  background: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 25vw;
	max-width: 450px;
  padding: 16px 25px;
  box-shadow: 0 0 25px #ececec;
	margin: 10px 40px;
}

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

.promo-code-img {
  text-align: center;
  margin-bottom: 10px;
}
.promo-code-info {
	font-size: 20px;
}
.promo-code-info, .promo-text-info {
  text-align: center;
  color: #333;
  margin-bottom: 10px;
}

.promo-text-info {
	text-transform: uppercase;
	font-weight: 700;
  font-size: 20px;
}


.promo-code-field {
  display: flex;
	width: 100%;
	max-width: 20rem;
	margin-left: auto;
  margin-right: auto;
}

.bonus-code {
  border: 1px #1B9DDA;
	border-style: dashed none dashed dashed;
	border-radius: 50px 0 0 50px;
  color: #1B9DDA;
  font-weight: 700;
  font-size: 1.3rem;
  padding: 12px 16px;
  width: 100%;
}

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

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

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

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




.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%;
	height: 180px;
	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 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(27 157 218 / 80%);
        }

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

.benifest__info a, .faq a {
	color: #000;
	text-decoration: underline;
}


/* Promo block */
.tg-promo {
  background: linear-gradient(135deg, #27ABE8, #13719C);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 100px;
  border-radius: 10px;
	border: 1px solid rgb(44 84 117 / 30%);
	box-shadow: 0 0 20px #ccc;
	max-width: 85%;
  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: #E6362D;
	border: 2px solid #E6362D;
  color: #fff!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(230, 54, 45, 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: #E6362D;
	border: 2px solid #E6362D;
  color: #fff!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(230, 54, 45,0.6); }
  70% { box-shadow: 0 0 0 20px rgba(230, 54, 45,0); }
  100% { box-shadow: 0 0 0 0 rgba(230, 54, 45,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; 
  }
}











/*Выпадающее меню*/
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: #141414;
  min-width: 160px;
	max-width: 200px;
  padding: 10px 12px;
  z-index: 1;
	box-shadow: 0 2px 45px rgba(29, 39, 48, .60);
	white-space: nowrap;
}


ul li .sub-menu li>a {
  padding: 10px 0;
	margin-left: 20px
}



/*fast links*/
.fast-links-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 16px;
    margin-top: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.fast-links-block a {
    border: 1px solid #127bac;
    padding: 0 0 0 1rem;
	text-decoration: none;
}

.link-button {
    -webkit-box-shadow: -5px 4px 10px rgba(0, 0, 0, .09);
    box-shadow: -5px 4px 10px rgba(0, 0, 0, .09);
    background: #36b3ed;
    height: 85px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    -webkit-transition: .3s;
    transition: .3s;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    margin: 10px 5px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(25% - 18px);
    text-align: left;
    cursor: pointer;
    padding-left: 20px;
}

.link-button span {
    color: #0c5374;
    font-size: 10px;
    text-align: left;
    margin: 0;
}

.link-button strong {
	color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-align: left;
    display: block;
    margin-bottom: 5px;
}

.link-button img {
    width: auto;
    height: 70px;
    margin-left: 10px;
    margin-right: 10px;
}

@media (max-width: 980px) {
    .link-button {
        width: calc(33.3% - 12px);
    }
	.slots-item {
		width: calc(33.3% - 20px);
	}
}

@media (max-width: 768px) {
    .link-button {
        width: calc(50% - 12px);
    }
}

@media (max-width: 560px) {
    .link-button {
        width: 100%;
    }
}

.link-button:hover {
  transform: scale(1.05);
}

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

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

.pdp-item {
	border: 12px solid #27abe8;
	border-radius: 3px;
}
.pdp_wrapper_default.dark .pdp-item {
	background: #27abe8!important;
}

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

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

.plyr__menu__container .plyr__control {
	color: #333;
}

.plyr__menu__container {
	background: #188AC0; 
}

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

.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: 80px!important;
}

.pdp-item .pdp_fet_img {
	min-width: 100px!important;
	width: 20%!important;
	text-align:center;
}

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










.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%;
	height: 180px;
	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 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(27 157 218 / 80%);
        }

.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: 20px 20px 0 0;
    overflow: hidden;
}

.tag-list {
    position: absolute;
    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;
	margin-right: 5px;
}

.bonus-list-li {
    width: -webkit-calc(25% - 26px);
    width: -moz-calc(25% - 26px);
    width: calc(25% - 26px);
    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: 10px 10px;
	border: 3px solid #1B9DDA;
	transition: all 0.6s;
}

.bonus-list-li:hover {
	border: 3px solid #E6362D;
	box-shadow: 0px 0px 15px 5px #777;
	transform: scale(1.05);
}

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

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

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

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

.bonus-description {
    background: #252A31;
    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 20px 20px;
}

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

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

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

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


/*Промо с картинками*/
.bonus-promo-block {
	background-image: url(https://megapari.games/wp-content/uploads/2025/03/megapari-promo-bg.webp);
	margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
  max-width: 100vw !important;
  width: auto !important;
  background-size: cover;
  background-position: center;
}

.bonus-promo-block {
  display: grid;
	padding-top: 45px;
	padding-bottom: 35px;
}

.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-around;
  align-items: center;
}

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

.promo-text-intro-yellow {
  color: #E6362D;
  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, #5245C1 -3.19%, #1B9DDA 102.14%);
	border: 0;
  border-radius: 30px;
  padding: 10px 40px;
	transition: all 0.3s;
}

.promo-text-button:hover {
  background: linear-gradient(60.87deg, #434799 -3.19%, #1B9DDA 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 {
    display: flex;
    flex-direction: column;
    align-items: center;
}
  .bonus-promo-text {
grid-area: 1;
}
  .promo-text-intro {
  width: 90%;
  margin: 0 0 50px;
}
}

/*Блок со слотами*/
.slots-wrap {
  display: flex;
  row-gap: 15px;
  column-gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
}

.slots-item {
    position: relative;
    border-radius: 10px;
    background: #474747;
    -webkit-transition: .3s;
    transition: .3s;
    padding: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: justify;
    align-content: space-between;
	width: calc(20% - 25px);
}

@media (max-width: 980px) {
	.slots-item {
		width: calc(25% - 25px);
	}
}

@media (max-width: 768px) {
	.slots-item {
		width: calc(33.3% - 25px);
	}
}

@media (max-width: 560px) {
	.slots-item {
		width: calc(50% - 25px);
	}
}

.slots-item:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: .3s;
    transition: .3s;
}

.slots-item img {
    vertical-align: bottom;
    width: 100%;
    position: relative;
    border-radius: 10px;
}

.slots-bottom {
    width: 100%;
    text-align: center;
    padding-top: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
    color: #fff;
}

.slots-bottom .info__btn {
	margin-top: 0;
}
.slots-bottom .info__btn button {
	max-width: 100%;
	border-radius: 10px;
}

/*API блок*/

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

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

/******Winners******/
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-300px * 7));
  }
}
.slider {
  background: #1B9DDA;
  box-shadow: 0 20px 10px -5px rgba(0, 0, 0, 0.125);
  height: 90px;
  margin-top: 40px;
  overflow: hidden;
  position: relative;
  width: 100%;
	transition: transform .3s;

}
.slider::before, .slider::after {
  background: linear-gradient(to right, black 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 90px;
  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(300px * 14);
}
.slider .slide {
  height: 89px;
  width: 300px;
}

.slide:hover {
	background: #1387be;
}

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

.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: .975rem;
    line-height: 140%;
    color: #fff;
    flex: 1 1;
}

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

.winner-count {
    font-size: 1.175rem;
    line-height: 170%;
	font-weight: 700;
    color: #fff;
}
.slider a {
	text-decoration: none;
}

.footer__logo {
text-align: center;
}