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

/*Podcast*/
.pdp_wrapper_default {
	margin-top: 30px!important;
	width: 75%!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: 14px solid #054146;
	border-radius: 12px;
}
.pdp_wrapper_default.dark .pdp-item {
	background: #054146!important;
}

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

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

.plyr__menu__container .plyr__control {
	color: #333;
}

.plyr__menu__container {
	background: #19A294; 
}

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

.pdp-item .pdp_plyr_area h3 {
	font-size: 22px;
	padding: 0 15px;
	margin-bottom: 0!important;
	color: #0EA7B5!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;
}

.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: #ccc!important;
}


/*QR Code*/
.qr-code-box {
  display: flex;
  gap: 20px;
  align-items: center;
	justify-content: space-between;
}

@media screen and (max-width: 870px) {
    .qr-code-box {
        flex-direction: column;
    }
}

.qr-code-box {
  background-color: #fff;
  border-radius: 14px;
  box-shadow: 0 0 40px #333;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  margin-top: 45px;
}

.qr-img {
  background-color: #0EA7B5;
  padding: 30px;
  border-radius: 10px;
}

.qr-img img {
  height: auto;
  width: 100%;
  max-width: 220px;
}

.gr-text-title {
 text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 22px;
  color: #0EA7B5;
}

.gr-text-description ol li {
  font-size: 18px;
	font-weight: 400;
	color: #333;
}

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

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

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

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

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

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

.bonus-code-copy {
  background: #0EA7B5;
    border: none;
    border-radius: 8px;
    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;
    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
}

/*Картинки перелинковки*/
.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 10px;
z-index: 2;
color: white;
font-size: 20px;
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;
    top: 10px;
    left: 10px;
    width: auto;
}

.tag-b {
    position: block;
    font-size: 10px;
	font-weight: 700;
    background: #2DAF55;
    padding: 5px 10px;
    border-radius: 4px;
    color: #fff!important;
    text-transform: uppercase;
    text-decoration: none!important;
	margin-right: 5px;
}
.tag-b:hover {
	background: #0EA7B5;
}

.bonus-list-li {
    width: -webkit-calc(25% - 22px);
    width: -moz-calc(25% - 22px);
    width: calc(25% - 22px);
    padding: 0;
    border-radius: 16px;
    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 #0EA7B5;
}

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

@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: #054146;
    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 16px 16px;
}

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

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

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

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

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

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

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

.promo-text-intro-yellow {
  color: #0EA7B5;
  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, #C72929 -3.19%, #FE4949 102.14%);
  transform: skewX(-12deg);
  border: 0;
	border-radius: 10px;
  padding: 10px 40px;
	transition: all 0.3s;
	margin-bottom: 20px;
}

.promo-text-button:hover {
  background: linear-gradient(60.87deg, #FE4949 -3.19%, #C72929 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;
}
}

/*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 #0EA7B5;
    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: #054146;
    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: #0EA7B5;
    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);
}

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

.slots-item {
    position: relative;
    border-radius: 10px;
    background: #054146;
    -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;
	background: #0B828C;
	border: 2px solid #0F3538;
}

.slots-bottom .info__btn:hover button {
	background: #054146;
	border: 2px solid #0EA7B5;
}

/******************************Winners********************/
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-270px * 7));
  }
}
.slider {
  background: #054146;
  box-shadow: 0 20px 10px -5px rgba(0, 0, 0, 0.125);
  height: 100px;
  margin-top: 20px;
  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 45s linear infinite;
  display: flex;
  width: calc(270px * 14);
}
.slider .slide {
  height: 100px;
  width: 270px;
}

.slide:hover {
	background: #05555A;
}

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

.winner-image {
  width: 85px;
}

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

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

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

.winner-date {
    color: #0EA7B5;
    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: #F04C44;
}

.slider a {
	text-decoration: none;
}

/*Запрет показа страны в выпадающем меню*/
a[title="CH-FR"][class="active-lang"], a[title="CH-IT"][class="active-lang"], a[title="CA-FR"][class="active-lang"] {
  display:none!important;
}


.footer__logo {
text-align: center;
}