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


/*API блок*/
.event-cards.view-1 .event-card {
	border: none;
}

.view-1 .event-card .bet-btn {
	border: none;
	font-size: 16px;
}

/* kk-star-rating
--------------------*/
.kk-star-ratings {
  justify-content: center;
  margin-top: 20px;
	margin-bottom: 20px;
	color: #fff;
}


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

.btwn-promo-code-box {
  background: linear-gradient(90.87deg, #14805E 30%, #185643 100%);
  border-radius: 16px;
  display: flex;
  gap: 25px;
  padding: 40px 25px;
	align-items: center;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
	transition: all 0.3s;
}

.btwn-promo-code-info .btn-redirect {
	color: #fff!important;
}

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

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

.btwn-promo-code-title {
  text-align: center;
  font-weight: 700;
  font-size: 1.5rem;
  color: #fff;
  text-transform: uppercase;
	width: 30%;
}

.btwn-promo-code-info {
  text-align: center;
  color: #fff;
	width: 40%;
}

.btwn-promo-code-info .info__btn button {
	max-width: 220px;
}

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

.btwn-bonus-code {
  border: 2px solid #fff;
  color: #fff;
  font-weight: 700;
  font-size: 1.3rem;
  padding: 12px 16px;
	text-align: center;
  width: 100%;
	border-radius: 12px;
	background: #114D39;
}

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

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

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

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

/*Быстрые ссылки*/
.fast-links-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  gap: 10px;
}

.fast-links-block a {
    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: linear-gradient(90deg, #14805E 30%, #185643 100%);
    height: 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    -webkit-transition: .3s;
    transition: .3s;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(25% - 8px);
    text-align: left;
    cursor: pointer;
	
}

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

.link-button strong {
    font-size: 15px;
    font-weight: 700;
    text-align: left;
    display: flex;
  align-items: center;
    margin-bottom: 5px;
  padding-right: 30px; 
    line-height: 24px;
	text-transform: uppercase;
}

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

@media (max-width: 980px) {
    .link-button {
        width: calc(50% - 12px);
    }
	.fast-links-block {
		margin-top: 10px;
	}
}

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

.links-block-title::after {
    -webkit-transition: .2s;
    transition: .2s;
 content: "➡";
  padding-left: 5px;
    display: block;
}

.link-button:hover .links-block-title::after {
        transform: translateX(10px);
    }

/*Winners*/
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-300px * 7));
  }
}
.slider {
  background: #14805E;
  box-shadow: 0 20px 10px -5px rgba(0, 0, 0, 0.125);
  height: 90px;
  margin-top: 20px;
  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: 90px;
  width: 300px;
}

.slide:hover {
	background: #166A50;
}

.winner-item {
    display: flex;
    gap: .5rem;
    align-items: center;
    padding: .5rem;
  border-right: 1px dashed #114D39;
  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: #ddd;
    font-size: .7rem;
    font-weight: 400;
    line-height: 140%;
    margin: 0;
    padding: 0;
}

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

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

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

.sport-catigories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}

.catigories-image {
    position: relative;
    border-radius: 12px;
    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: 12px;
    background: linear-gradient(180deg, #14805E 0, #185744 100%);
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    line-height: 120%;
    cursor: pointer;
    transition: opacity .3s;
    text-align: center;
}

.sport-catigories .btn-redirect {
	color: #fff!important;
}

.sport-catigories-links .info__btn {
	margin-top: 0;
}

.catigories-link:hover {
    opacity: .9;
}

.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;
	margin-bottom: 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(211 229 18 / 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: #114D39;
  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: #fff;
}

.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, #114D39 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;
	color: #fff!important;
}

.slot-list .info__btn {
	margin-top: 0;
}

.container-slot-link .btn-show-more, .sport-catigories-links .btn-show-more {
  background: #114D39;
    border-radius: 12px;
	padding: 10px;
    border: none;
	font-weight: 300;
	color: #eee!important;
}

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

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

/* Вопрос для ИИ
--------------------*/
.ii-block {
  margin: 30px 0;
}

.ii-row {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.ii-row .ii-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 12px;
  padding: 15px;
  transition: .3s;
	text-decoration: none;
}

.ii-row .ii-btn .ai-icon {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.ii-row .ii-btn.chatgpt {
  background: linear-gradient(135deg, #10a37f, #0d8068);
}

.ii-row .ii-btn.chatgpt:hover {
  background: linear-gradient(135deg, #0d8068, #0a6b57);
}

.ii-row .ii-btn.perplexity {
  background: linear-gradient(135deg, #20808d, #1a6b75);
}

.ii-row .ii-btn.perplexity:hover {
  background: linear-gradient(135deg, #1a6b75, #155a63);
}

.ii-row .ii-btn.google-ai {
  background: linear-gradient(135deg, #4285f4, #1a73e8);
}

.ii-row .ii-btn.google-ai:hover {
  background: linear-gradient(135deg, #1a73e8, #1557b0);
}

.ii-row .ii-btn.grok {
  background: linear-gradient(135deg, #000000, #1a1a1a);
}

.ii-row .ii-btn.grok:hover {
  background: linear-gradient(135deg, #1a1a1a, #333333);
}

.ii-row .ii-btn.claude {
  background: linear-gradient(135deg, #cc785c, #b8654a);
}

.ii-row .ii-btn.claude:hover {
  background: linear-gradient(135deg, #b8654a, #a55540);
}

.ii-row .ii-btn span {
  font-weight: 600;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
    .ii-row {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media screen and (max-width: 767px) {
    .ii-row .ii-btn {
        flex-basis: calc((100% - 10px) / 2);
        flex-grow: 0;
    }
}

@media screen and (max-width: 480px) {
    .ii-row .ii-btn {
        flex-basis: 100%;
    }
}