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

/******************************Winners********************/
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-300px * 7));
  }
}
.slider {
  background: #151A1F;
  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 {
	border-bottom: 1px solid rgb(223 38 29 / 40%);
	border-top: 1px solid rgb(223 38 29 / 40%);
	transition: transform .3s;
}

.slide:hover {
	background: #1F2E3A;
	border-bottom: 1px solid rgb(27 157 218 / 60%);
	border-top: 1px solid rgb(27 157 218 / 60%);
	box-shadow: 0 0 30px #1B9DDA;
}

.winner-item {
    display: flex;
    gap: .5rem;
    align-items: center;
    padding: .5rem;
  border-right: 1px dashed #1F2E3A;
  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: #717171;
    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: #1B9DDA;
}
.slider a {
	text-decoration: none;
}

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

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

.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, #1F2E3A 0, #14191D 100%);
    font-size: 20px;
    font-weight: 400;
    color: #f2f5fa;
    line-height: 120%;
    cursor: pointer;
    transition: opacity .3s;
    text-align: center;
}

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

/*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;
}

.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(27 157 218 / 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: #1F2E3A;
  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: #f2f5fa;
}

.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, #1F2E3A 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: #444954;
    border-radius: 12px;
	padding: 10px;
    border: none;
	font-weight: 300;
	color: #bbb!important;
}

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

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

/*Блок с промокодом*/
.text-promo-box {
	display: flex;
	flex-direction: column;
}

.mega-tips-promo-code-box {
  background-image: linear-gradient(90.87deg, #1f2e3a 30.19%, #14181c 102.14%);
  border-radius: 10px;
  display: flex;
  gap: 25px;
  padding: 40px 25px;
	align-items: center;
	margin: 25px;
	border: 1px solid rgb(223 38 29 / 60%);
	width: 60vw;
	transition: all 0.3s;
}

.mega-tips-promo-code-box:hover {
	box-shadow: 0 0 30px #1B9DDA;
border: 1px solid rgb(27 157 218 / 60%);
}

.mega-tips-promo-code-info .info__btn {
	margin-top: 0px;
}

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

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

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

.mega-tips-promo-code-info .info__btn button {
	max-width: 200px;
}

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

.mega-tips-bonus-code {
  border: 2px #DF261D;
	border-style: solid none solid solid;
  color: #fff;
  font-weight: 700;
  font-size: 1.3rem;
  padding: 12px 16px;
  width: 100%;
	border-radius: 12px 0 0 12px;
	background: #3a5368;
}

.mega-tips-bonus-code-copy {
  background: #DF261D;
    border: none;
    border-radius: 0 12px 12px 0;
    cursor: pointer;
    outline: none;
    padding: 15px 15px;
}

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

.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;
   }
   
/*Бонусы на главной*/
.mega-tips-main-bonus-box {
  display: flex;
  overflow: hidden;
	flex-wrap: wrap;
	justify-content: center;
  gap: 15px;
  margin-top: 36px;
	margin-bottom: 40px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 20px;
	
}

.mega-tips-bonus-product {
 width: calc(25% - 15px);
  min-height: 8.8rem;
  display: flex;
  align-items: flex-end;
	
}

@media screen and (max-width: 1025px) {
    .mega-tips-bonus-product {
        width: calc(33.3% - 15px);
    }
}

@media screen and (max-width: 725px) {
    .mega-tips-bonus-product {
        width: calc(50% - 15px);
    }
}

@media screen and (max-width: 520px) {
    .mega-tips-bonus-product {
        width: 100%;
    }
}

.mega-tips-bonus-product-link {
  display: flex;
align-items: flex-end;
  justify-content: space-between;
    height: 6.15rem;
    width: 100%;
  background-image: linear-gradient(90.87deg, #1f2e3a 30.19%, #14181c 102.14%);
  border-radius: 12px;
  border: 1px solid rgb(223 38 29 / 60%);
  text-decoration: none!important;
	transition: all 0.3s;
   }

.mega-tips-product-title {
 margin-bottom: .625rem;
  margin-left: .9375rem;
  font-size: 1.15rem;
    line-height: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
    overflow: hidden;
  color: #1B9DDA;
  transition: transform .3s;
}

.mega-tips-product-img {
  transition: transform .3s;
  min-height: 8.5rem;
    min-width: 7.5rem;
  position: relative; 
    overflow: visible;
}

.mega-tips-product-img img {
  width: 100px;
  position: absolute;
}

.mega-tips-bonus-product-link:hover {
	box-shadow: 0 0 20px #1B9DDA;
	border: 1px solid rgb(27 157 218 / 60%);
}

.mega-tips-bonus-product-link:hover .mega-tips-product-img {
  transform: translateY(-.625rem);
}

.mega-tips-bonus-product-link:hover .mega-tips-product-title {
  transform: translateY(-.125rem);
}

/*Бонусная страница*/
.benifest__wrap:has(.mega-tips-bonus-box) {
	background-image: linear-gradient(90.87deg, #1f2e3a 30.19%, #14181c 102.14%);
	border: 1px solid rgb(223 38 29 / 60%);
	padding: 35px 25px;
	border-radius: 12px;
	transition: all 0.4s;
}

.mega-tips-bonus-box {
		color: #fff;
}

.benifest__wrap:has(.mega-tips-bonus-box) button {
		color: #fff!important;
}

.benifest__wrap:has(.mega-tips-bonus-box):hover {
border: 1px solid rgb(27 157 218 / 30%);
	box-shadow: 0 0 30px #1B9DDA;
}

.benifest__wrap:has(.mega-tips-bonus-box):hover img {
transform: scale(1.03);
}

@media (max-width: 890px) {
	.benifest__item:has(.mega-tips-bonus-box) {
    grid-template-columns: 1fr!important;
}
}

.benifest__item:has(.mega-tips-bonus-box) {
    grid-template-columns: 1fr 1.65fr;
}

.benifest__wrap:has(.mega-tips-bonus-box) img {
    border-radius: 20%;
	transition: all 0.4s;
	box-shadow: 0 0 50px #0B041B;
}

/*Выпадающее меню*/
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: #DF261D;
  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 0;
	margin-left: 20px
}