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


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

.bet-promo-code-box {
  background: linear-gradient(90.87deg, #1D2B46 20%, #0D0E26 100%);
  border-radius: 10px;
  display: flex;
  gap: 25px;
  padding: 40px 25px;
	align-items: center;
	margin-top: 20px;
	border: 1px solid rgb(255 255 255 / 30%);
	width: 100%;
	transition: all 0.3s;
}

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

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

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

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

.bet-promo-code-title span {
	color: #5EAD41;
}

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

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

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

.bet-bonus-code {
  border: 2px #fff;
	border-style: solid;
  color: #fff;
  font-weight: 700;
  font-size: 1.3rem;
  padding: 12px 16px;
  width: 100%;
	border-radius: 10px 0 0 10px;
	background: #1493FF;
}

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

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

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

.ctc-inline-copy-icon .copy-icon, .ctc-inline-copy-icon .check-icon {
    height: 26px;
    width: 26px;
    color: #12284A;
	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;
    margin-top: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  gap: 10px;
}

.fast-links-block a {
    border: 1px solid rgb(255 255 255 / 30%);
    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(90.87deg, #1D2B46 20%, #0D0E26 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;
	color: #1493FF;
    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: 50px;
  padding-right: 10px;
}

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

@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: #12284A;
  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: 100px;
  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(300px * 14);
}
.slider .slide {
  height: 100px;
  width: 300px;
}

.slide:hover {
	opacity: 0.8;
}

.winner-item {
    display: flex;
    gap: .5rem;
    align-items: center;
    padding: .5rem;
  border-right: 1px solid rgb(255 255 255 / 30%);
  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: #1493FF;
    font-size: .75rem;
    font-weight: 700;
    line-height: 140%;
    margin: 0;
    padding: 0;
}

.winner-count {
    font-size: 1.075rem;
	font-weight: 700;
    line-height: 110%;
    color: #5EAD41;
}

.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: 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;
	border: 1px solid rgb(255 255 255 / 20%);
    background: linear-gradient(180deg, #1D2B46 0, #0D0E26 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: .8;
}

.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(255 255 255 / 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: #12284A;
  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(18, 40, 74, 0) 0, #12284A 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: #12284A;
    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: #032B59;
}

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

.benifest__info a {
    color: #ffffff;
		text-decoration: underline;
   }
   
   
/*Бонусная страница*/
.benifest__wrap:has(.bet-promo-page) {
	background-image: linear-gradient(90.87deg, #283D66 30.19%, #0A0B1F 102.14%);
	padding: 36px 28px;
	transition: all 0.3s;
	border-bottom: 2px solid rgb(55 199 99 / 40%);
	font-size: 18px;
	
	--border-angle: 0turn;
  --main-bg: conic-gradient(from var(--border-angle), #283D66, #0A0B1F 5%, #0A0B1F 60%, #283D66 95%);
  border: solid 3px transparent;
  --gradient-border: conic-gradient(from var(--border-angle), transparent 25%, #37c763, #37c763 99%, transparent);
  background: var(--main-bg) padding-box, var(--gradient-border) border-box, var(--main-bg) border-box;
  background-position: center center;
  animation: bg-spin 5s linear infinite;
}

@keyframes bg-spin {
  to {
    --border-angle: 1turn;
  }
}

@property --border-angle {
  syntax: "<angle>";
  inherits: true;
  initial-value: 0turn;
}

.bet-promo-page {
		color: #fff;
}

.benifest__wrap:has(.bet-promo-page) button {
		color: #fff!important;
}

@media (max-width: 786px) {
	.benifest__item:has(.bet-promo-page) {
    grid-template-columns: 1fr!important;
}
}

.benifest__item:has(.bet-promo-page) {
    grid-template-columns: 1fr 1.65fr;
}


/*Бонусы на главной*/
.bet-main-bonus-box {
  display: flex;
  overflow: hidden;
	flex-wrap: wrap;
	justify-content: center;
  gap: 10px;
  margin-top: 30px;
	margin-bottom: 30px;
}

.bet-bonus-product {
 width: calc(25% - 10px);
  min-height: 9.15rem;
  display: flex;
  align-items: flex-end;
}

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

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

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

.bet-bonus-product-link {
  display: flex;
align-items: flex-end;
  justify-content: space-between;
    height: 6.15rem;
    width: 100%;
  background-image: linear-gradient(90.87deg, #1D2B46 30.19%, #0D0E26 102.14%);
  border-radius: 10px;
  border: 1px solid rgb(255 255 255 / 30%);
  text-decoration: none!important;
   }

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

.tegypt {
margin-right: .625rem;
}

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

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

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

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