/* Подключаем Futura PT Bold Italic как основной шрифт */
@font-face {
    font-family: 'Futura';
    src: url('../fonts/Futura-Bold-Italic.woff2') format('woff2'),
        url('../fonts/Futura-Bold-Italic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
  font-family: "Geist";
  src: url("../fonts/Geist-Black.ttf") format("truetype");
  font-weight: 900;
}

@font-face {
  font-family: "Geist";
  src: url("../fonts/Geist-Bold.ttf") format("truetype");
  font-weight: bold;
}

@font-face {
  font-family: "Geist";
  src: url("../fonts/Geist-ExtraBold.ttf") format("truetype");
  font-weight: 800;
}

@font-face {
  font-family: "Geist";
  src: url("../fonts/Geist-ExtraLight.ttf") format("truetype");
  font-weight: 200;
}

@font-face {
  font-family: "Geist";
  src: url("../fonts/Geist-Light.ttf") format("truetype");
  font-weight: 300;
}

@font-face {
  font-family: "Geist";
  src: url("../fonts/Geist-Medium.ttf") format("truetype");
  font-weight: 500;
}

@font-face {
  font-family: "Geist";
  src: url("../fonts/Geist-Regular.ttf") format("truetype");
  font-weight: normal;
}

@font-face {
  font-family: "Geist";
  src: url("../fonts/Geist-SemiBold.ttf") format("truetype");
  font-weight: 600;
}

@font-face {
  font-family: "Geist";
  src: url("../fonts/Geist-Thin.ttf") format("truetype");
  font-weight: 100;
}

:root {
  --main-color: #262423;
  --secondary-color: #EB6F35;
  --accent-color: #7F7976;
  --third-color: #F2F2F2;
  --brown-color: #3A3634;
  --main-font: "Futura", italic, sans-serif;
  --secondary-font: "Geist", sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  font-family: var(--main-font);
}
/* Используем основной фон и шрифты */
.main-bg {
  background-color: var(--main-color);
  font-family: var(--secondary-font);
}
.second_font{
  font-family: var(--secondary-font);
}
.main-bg-important{
  background-color: var(--main-color) !important;
}
.main_color{
  color: var(--main-color);
}
.brown-bg{
  background-color: var(--brown-color);
}
.orange_bg{
  background-color: var(--secondary-color);
}
.main-font{
    font-family: var(--main-font);
}
.border-main{
  border-color: var(--main-color);
}
.accent_color{
  color: var(--accent-color);
}
.orange_color{
  color: var(--secondary-color);
}
.third_color{
  color: var(--third-color);
}
.light_color{
  color: #7F7976;
}
.fs-20{
  font-size: 20px!important;
}
.mb_title_folding{
  font-size: 16px;
}
.mb_item{
  display: flex;
  align-items: center;
  gap: 10px;
}
.main-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.container-custom{
  width: 1800px;
  margin: auto;
  overflow: hidden!important;
}
.container-fluid{
  overflow: hidden;
}
.nav-item{
    padding: 20px;
}
.nav-link-header{
    color: var(--third-color);
    text-decoration: none;
}
.nav-link-header{
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 18px;
    transition: all 0.3s ease;
}
.nav-link-header svg{
  transition: all 0.3s ease;
}
.nav-link-header:hover,
.nav-link-header.active {
    color: var(--secondary-color);
}

.nav-link-header:hover svg path,
.nav-link-header.active svg path {
    fill: var(--secondary-color);
}
.header-logo{
    width: 160px;
}
.navbar.navbar-expand-lg{
    padding: 20px;
}
.header-btn{
    background-color: #3089E1;
    padding: 20px 30px;
    border-radius: 50px;
    color: var(--third-color);
    font-weight: 600;
    font-size: 15px;
}

.hero_container{
  border-radius: 60px;
  padding: 20px;
}
.hero_index{
  height: 500px;
}
.hero_sources{
  height: 350px;
}
.hero_content{
  padding: 20px;
  padding-top: 0;
}
.hero_title{
    font-size: 50px;
    font-weight: 700;
    color: var(--third-color);
    font-family: var(--main-font);
    text-transform: uppercase;
}
.hero_title h1{
    font-size: 50px;
    font-weight: 700;
    color: var(--third-color);
    font-family: var(--main-font);
    text-transform: uppercase;
}
.hero_description{
    font-size: 20px;
    color: var(--third-color);
    font-family: var(--secondary-font);
    margin-top: 10px;
    width: 50%;
}
.hero_col{
  display: flex;
  align-items: center;
  height: 100%;
}
.hero-img-container{
    position: absolute;
}
.second_image{
  position: absolute;
  top: -25px;
}
.hero_sources_img_container{
  top: -20px;
  right: 50px;
}
.hero_bks_img_container{
  top: -20px;
  right: -10px;
}
.hero_placeholder{
background-color: var(--secondary-color);
    border: 11px solid var(--main-color);
    border-radius: 50%;
    height: 160px;
    width: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--third-color);
    text-align: center;
    font-weight: 600;
    position: absolute;
    bottom: -88%;
    transition: all 0.3s ease;
}
.hero_placeholder:hover{
  background-color: #D04B0D;
}
.dictionary_placeholder{
  background-color: var(--secondary-color);
    border: 11px solid var(--main-color);
    border-radius: 50%;
    height: 150px;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--third-color);
    text-align: center;
    font-weight: 600;
    position: absolute;
    z-index: 3;
    bottom: 0px;
}
.dictionary_placeholder svg{
  width: 70px;
  height: 70px;
}
.tg_banner_container{
  height: 160px;
  margin-top: 40px;
  border-radius: 40px;
}
.tg_banner_inner{
      height: 100%;
    display: flex;
    align-items: center;
}
.tg_title{
  font-size: 26px;
  color: var(--third-color);
  font-family: var(--main-font);
  font-weight: 600;
}
.tg_channel_container,
.our_sources_mobile_tg{
    display: grid;
    align-items: center;
    justify-content: center;
}
.tg_channel_image{
    border-radius: 100%;
    border: 4px solid var(--accent-color);
    margin: auto;
    width: 90px;
}
.tg_row{
align-items: center;
}
.tg_placeholder{
  color: var(--accent-color);
}
.main-title{
  font-family: var(--main-font);
  font-size: 40px;
  text-transform: uppercase;
  color: var(--third-color);
  font-weight: 600;
}

.all_predictions_container{
  color: var(--third-color);
}
.tg_channel_our_sources_image{
    border-radius: 100%;
    border: 10px solid #262423;
    margin: auto;
    width: 170px;
    position: absolute;
    top: -135px;
    left: 106px;
    object-fit: cover;
}
.ajax-filter svg{
  width: 25px;
  height: 18px;
}
.our_sources_placeholder{
  margin-top: 50px;
}
.prediction_data_and_sport{
    padding: 10px;
    position: absolute;
    border-radius: 50px;
    color: white;
    top: -37px;
    left: 20px;
    border: 12px solid var(--main-color);
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.prediction_data_and_sport svg{
    width: 20px;
    height: 20px;
    color: var(--third-color);
}
.folding_data_and_sport{
padding: 10px;
    position: absolute;
    border-radius: 50px;
    color: white;
    top: -22px;
    left: 20px;
    border: 7px solid var(--brown-color);
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.prediction_data_and_sport .prediction_span_icon img{
    width: 20px;
    height: 20px;
}
.folding_data_and_sport svg{
    width: 20px;
    height: 20px;
    color: var(--third-color);
}
.predictions_league{
  color: var(--accent-color);
  font-size: 14px;
}
.teams_container{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.team_block{
  display: grid;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border-radius: 20px;
  width: 200px;
  height: 130px;
}
.team_block img{
  width: 50px;
  height: 50px;
  margin: auto;
  object-fit: contain;
}
.team_name{
  color: var(--third-color);
  font-family: var(--secondary-font);
  font-weight: 600;
  font-size: 17px;
}
.hover-scroll-text{
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  text-overflow: clip;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.hover-scroll-text::-webkit-scrollbar{
  display: none;
}
.vs_text{
    color: var(--accent-color);
    font: var(--main-font);
    font-size: 30px;
    font-weight: 600;
}
.btn_white{
  position: relative;
  background-color: var(--third-color);
  color: var(--main-color);
  padding: 9px 11px;
  border-radius: 50px;
  font-size: 13px;
  border: none;
  text-transform: uppercase;
  color: var(--secondary-color);
  text-decoration: none;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  white-space: nowrap;
  font-weight: 700;
}
.faq_btn{
  position: relative;
  background-color: var(--third-color);
  color: var(--main-color);
  padding: 9px 11px;
  border-radius: 50px;
  font-size: 13px;
  border: none;
  text-transform: uppercase;
  color: var(--secondary-color);
  text-decoration: none;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  white-space: nowrap;
  font-weight: 700;
}
.tg_link{
  position: relative;
  background-color: #585250;
  color: var(--third-color);
  padding: 9px 11px;
  border-radius: 50px;
  font-size: 13px;
  border: none;
  text-transform: uppercase;
  text-decoration: none;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  white-space: nowrap;
  font-weight: 700;
}
.arrow{
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: var(--secondary-color);
  right: 10px;
}
.btn_orange{
  position: relative;
  width: 100%;
  background-color: var(--secondary-color);
  color: var(--main-color);
  padding: 9px 12px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  border: none;
  text-transform: uppercase;
  color: var(--third-color);
  text-decoration: none;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  border: 1px solid var(--secondary-color);
}
.btn_dark{
  position: relative;
  width: 300px;
  background-color: var(--main-color);
  color: var(--main-color);
  padding: 9px 12px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  border: none;
  text-transform: uppercase;
  color: var(--third-color);
  text-decoration: none;
  align-items: center;
  display: inline-flex;
  justify-content: center;
}
.btn_dark i{
  color: var(--main-color);
}
.prediction_card_anonce{
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 20px;
  margin-top: 20px;
}
.anonce_text{
  width: 41%;
}
.pred-col{
  margin-bottom: 20px;
}
.border_radius_100{
  border-radius: 100%;
}
.source-card{
    padding: 20px;
    margin-top: 75px;
}
.source_image_container {
    padding: 10px;
    position: absolute;
    color: white;
    top: -72px;
    left: 20px;
    border: 12px solid var(--main-color);
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 5px;
    width: 130px;
    height: 130px;
}
.source_image_container img{
  width: 100%;
  height: 100%;
}
.bonus_text_add{
  overflow: hidden;
}
.bk_image_container {
    padding: 10px;
    position: absolute;
    color: white;
    top: -72px;
    left: 20px;
    border: 12px solid var(--main-color);
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 5px;
    width: 140px;
    height: 140px;
}
.source_rating{
  color: var(--third-color);
  font-family: var(--secondary-font);
  font-weight: 600;
  font-size: 20px;
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: end;
}

.source_title, .bk_title, .tipster_title{
  font-family: var(--main-font);
  font-size: 21px;
  color: var(--third-color);
  font-weight: 600;
  text-transform: uppercase;
}
.source_rating svg{
  width: 25px;
  height: 25px;
}
.tags p{
  margin: 0;
  padding: 0;
}
.folding_rating svg path{
  fill: var(--third-color);
}

.breadcrumbs{
  display: flex;
  align-items: center;
  gap: 10px;
  list-style: none;
  color: var(--third-color);
  padding: 0;
  font-size: 14px;
}
.breadcrumbs a.active{
  color: var(--third-color);
  text-decoration: none;
}
.breadcrumbs a{
  color: var(--accent-color);
  text-decoration: none;
}

.ajax-tabs,
.bk-tabs{
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 30px 0px;
}
.ajax-tabs li a,
.bk-tabs li a{
  display: block;
  background-color: var(--brown-color);
  color: var(--third-color);
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  width: 100%;
  height: 100%;
  padding: 10px 20px;
  border-radius: 50px;
  align-items: center;
  gap: 5px;
}
.ajax-filter.active,
.bk-filter.active{
  background-color: var(--secondary-color);
}
.ajax-filter.active a,
.bk-filter.active a{
  color: var(--third-color);
  text-decoration: none;
}
.article_card{
  background: var(--brown-color);
  border-radius: 20px;
  margin-bottom: 20px;
}
.art_card_body{
  padding: 20px;
  color: var(--third-color);
}
.article_footer_card{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.article_footer_card svg{
  width: 40px;
  height: 40px;
}
.card-text{
  padding: 0;
  margin: 0;
}
.card-title{
  height: 55px;
  overflow: hidden;
}

.load-more-btn,
.load-more-btn-bk-reviews{
  background: var(--brown-color);
  padding: 13px;
  border-radius: 20px;
  color: var(--secondary-color);
  text-align: center;
  font-weight: 600;
  font-size: 17px;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  display: block;
  text-decoration: none;
  border: 0;
}
#loader {
    display: none;
}
.no_data{
    color: var(--third-color);
    padding: 20px;
    font-size: 30px;
    font-family: var(--main-font);
    font-weight: 600;
}
.sliders-buttons button,
.info_bk_buttons button{
    border: none;
    background: var(--brown-color);
    border-radius: 100%;
    padding: 10px;
    cursor: pointer;
    margin-right: 5px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
}
.sliders-buttons button:hover,
.info_bk_buttons button:hover{
    background: var(--secondary-color);
    transform: scale(1.1);
}
.predcition_value{
  color: #60A667;
}
.status_icon{
  margin: auto;
}
.prediction_status{
  position: absolute;
  top: -44px;
  right: 21px;
  border: 9px solid var(--main-color);
  border-radius: 100%;
  width: 90px;
  height: 90px;
  padding-top: 8px;
  text-align: center;
font-size: 18px;
        font-weight: 800;
        align-items: center;
        justify-content: center;
        display: flex;
}
.status_won{
  background: #60A667;
  color: var(--third-color);
}
.status_lost{
  background: #FF0000;
  color: var(--third-color);
}
.status_live{
  background: #ff3b30;
  color: #fff;
}
.status_completed{
  background: #3ea95b;
  color: #fff;
}
.status_prematch{
  background: #f2b01e;
  color: #fff;
}
.game_status_dot{
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  display: inline-block;
  margin-bottom: 6px;
}
.game_score_meta{
  margin-top: 14px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 14px;
  overflow: hidden;
  background: rgba(255,255,255,.04);
}
.game_score_row{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 12px;
}
.game_score_row + .game_score_row{
  border-top: 1px solid rgba(255,255,255,.12);
}
.game_score_label{
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: rgba(255,255,255,.72);
}
.game_score_value{
  font-size: 16px;
  font-weight: 600;
  line-height: 1.1;
  color: #fff;
}
.data_btn{
  display: grid;
}
.game_score_row--accent{
  background: rgba(255,255,255,.03);
}
.game_score_meta--live .game_score_row--accent .game_score_value{
  color: #ff746c;
}
.game_score_meta--completed .game_score_row--accent .game_score_value{
  color: #69d88a;
}
.game_score_meta--prematch .game_score_row--accent .game_score_value{
  color: #ffd65a;
}
.article_main_image{
  border-radius: 60px;
}
.article_content{
  color: var(--third-color);
  padding: 10px;
}
.article_block_content{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 30px;
}
.mini_container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 40px 0;
}
.mini_info_blocks {
  background: var(--main-color);
  color: #fff;
  padding: 20px;
  border-radius: 20px;
  display: flex;
  align-items: flex-start;
  position: relative;
}
.mini_info_blocks::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 12px;
  margin-top: 4px;
  background: url('/static/img/check.png') no-repeat center;
  background-size: contain;
}
.mini_info_blocks .mini-text {
  flex: 1;
  line-height: 1.4;
}
.info_container{
  border-radius: 30px;
}
.idea_block {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
  margin-top: 30px;
  margin-bottom: 30px;
}
.idea_container {
  background: var(--brown-color);
  color: #fff;
  border-radius: 30px;
  padding: 20px 275px;
  display: flex;
  align-items: flex-start;
}
.idea_text{
  font-size: 20px;
}
.icon_wrapper {
    position: absolute;
    top: -73px;
    left: 80px;
    width: 140px;
    height: 140px;
    background: var(--secondary-color);
    border: 10px solid #222;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon_wrapper img {
  display: block;
  width: 55px;
  height: 55px;
}
.text_wrapper {
  flex: 1;
  line-height: 1.5;
}

/* Вопрос */
.faq-header {
  background: var(--brown-color);
  border-radius: 40px;
  padding: 1rem 1.5rem;
  cursor: pointer;
  transition: background .3s;
  color: white;
}

/* Иконка-кнопка */
.toggle-icon {
  width: 44px;
  height: 44px;
  background: #eb6f35;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #fff;
  transition: transform .3s;
  cursor: pointer;
}

/* когда открыт */
.faq-item.open .faq-header {
  color: #eb6f35;
  font-weight: 600;
}

.faq-item.open .toggle-icon {
  background: #757575;
  color: #fff;
}

.faq-item:hover .toggle-icon {
  background: #D04B0D; /* поставьте здесь нужный вам цвет */
}
/* Ответ */
.faq-answer {
  display: none;
  padding: 1rem 1.5rem;
  color: #ddd;
}
.faq-item{
  background-color: var(--brown-color);
  border-radius: 40px;
}

/* Блок Telegram */
.telegram-block {
  background: #eb6f35;
  border-radius: 40px;
  padding: 9rem 1.5rem 1.5rem;
  color: #fff;
}
.telegram-block .logo {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
  position: absolute;
  top: -107px;
  left: 50%;
  transform: translateX(-50%);
  border: 15px solid var(--main-color);
}
.telegram-block h3,.telegram-block h2 {
  margin-top: 4rem;
  font-size: 1.75rem;
  text-transform: uppercase;
}
.telegram-block p {
  margin-bottom: 1.5rem;
}
/* Центрируем вашу готовую кнопку */
.telegram-block .btn_white {
  display: inline-block;
}

.footer-bg a{
  color: var(--third-color);
}
.footer-bg {
    background-color: var(--brown-color);
    padding: 30px;
    border-radius: 30px;
}
.footer-menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
}
.border-bottom-1{
  border-bottom: 1px solid var(--main-color);
}
.footer-footer a,
.footer-footer{
  color: #7F7976;
}
.footer-menu a,
.footer .footer-conf a{
  transition: all .3s ease;
}

.footer-menu a:hover,
.footer-conf a:hover{
  color: #7F7976;
}
.footer a.active{
  color: var(--secondary-color);
}

.advantages_container{
  background: var(--brown-color);
  border-radius: 30px;
}
.ad_card{
  background: var(--main-color);
  border-radius: 30px;
  padding: 20px;
  color: #fff;
  font-weight: 600;
}
.ad_icon-circle{
  left: 15%;
}
.review_img_container{
  position: absolute;
  border-radius: 100%;
  border: 10px solid var(--main-color);
  width: 100px;
  height: 100px;
  top: -50px;
  left: 50%;
  transform: translateX(-50%)
}
.review_text {
  display: -webkit-box; 
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main-slider,
.main-slider .col-lg-3,
.slick-list,    /* если вы используете Slick */
.swiper-wrapper /* или Swiper */
{
  overflow: visible;
}
.teams_container{
  margin-bottom: 20px;
}

.games_slider{
  overflow: hidden!important;
}

.review-form-input{
  background-color: var(--main-color)!important;
  padding: 20px;
  border-radius: 30px;
  color: #fff!important;
  font-weight: 600;
  border: 0!important;
  height: 50px;
}
.review-form-text{
  background-color: var(--main-color)!important;
  padding: 20px;
  border-radius: 30px;
  color: #fff!important;
  font-weight: 600;
  border: 0!important;
}
textarea::placeholder,
input::placeholder{
  color: #7F7976!important;
  opacity: 0.8;
}
.success_review_img{
  width: 100px;
}
.review_card{
  min-height: 400px;
}
.articles_container{
  min-height: 450px;
  align-items: center;
  display: flex;
  justify-content: center;
}
.all_sources_container,
.bks_container,
.today_predictions,
.finished_predictions{
  min-height: 300px;
}

.bonus_img{
  width: 23px;
  height: 23px;
  margin-right: 10px;
}
.bk_card{
  cursor: pointer;
}
.hero_sigle_bk{
  height: 215px;
}
.single_bk_hero_placeholder {
    background-color: var(--secondary-color);
    border: 14px solid var(--main-color);
    border-radius: 50%;
    height: 160px;
    width: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--third-color);
    text-align: center;
    font-weight: 600;
    position: absolute;
}
.bonus-block-single{
  margin-top: 20px;
  border-radius: 60px;
}
.fs-40{
  font-size: 40px;
}.fs-25{
  font-size: 25px;
}
.ins_item{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.bonus-placeholder{
  margin-top: 10px;
  font-size: 13px;
  text-align: center;
}
.bonus_second_block img{
  border-radius: 30px;
}
.w-300{
  width: 300px;
}
.bonus-placeholder{
  width: 70%;
  margin: auto;
  padding-top: 10px;
}
.badge_pill{
  padding: 10px;
  border-radius: 30px;
  font-size: 12px;
  display: inline-block;
  margin-bottom: 5px;
}
.filter_block{
  cursor: pointer;
}
.arrow-icon {
  transition: transform .2s ease;
}
.arrow-icon.rotated {
  transform: rotate(180deg);
}
.filter_panel {
  background: #fff;
  color: #333;
}
.filter_panel a,
.filter_panel label {
  color: inherit;
}
.filter_panel {
  width: 450px;
  z-index: 1000;
}

.filter_panel .form-check {
  display: flex;
  align-items: center;
}

.filter_panel .form-check-input {
  margin-right: 0.75rem;
}

.filter_panel .form-check-label {
  white-space: nowrap;
}
.single_bk_info_container{
    border-radius: 20px;
    padding: 60px;
    background: var(--brown-color);
    color: var(--third-color);
    margin-bottom: 40px;
}
.inner_container_single_bk_info{
  border-radius: 20px;
  padding: 20px;
  background: var(--main-color);
}
.nav-pills .nav-link.active{
  background-color: transparent!important;
  color: var(--secondary-color)!important;
}
.nav-pills .nav-link.active svg path{
  fill: var(--secondary-color)!important;
}
.nav-link{
  color: #7F7976!important;
  font-weight: 600;
}
.nav-link svg path{
  fill: #7F7976;
}
.info_links{
  display: flex! important;
  align-items: center;
  gap: 10px;
}
.info_links svg{
  width: 20px;
  height: 20px;
  color: var(--secondary-color);
  transition: all 0.3s ease;
}
.border-right{
    border-right: 1px solid var(--accent-color);
}
.content-info-data{
  padding: 30px;
}
.row_index_hero{
  height: 100%;
}
.hero_placeholder_mobile{
  display: none;
}
.pc_none{
  display: none;
}
.prediction_card_anonce{
  padding: 1rem;
}
.info_container .row{
  padding: 3rem;
}
.reviews-slider-container{
  margin: 40px 0;
}
.aritcles-slider-container{
  margin: 40px 0;
}
.article_slide{
  margin-bottom: 40px;
}
.faq_title{
  margin-bottom: 30px;
}
.advantages_container,
.ad_card_body{
  padding: 3rem!important;
}
.mobile-menu-panel {
  display: none;
  position: absolute;
  top: 100%;       /* прямо под навигацией */
  left: 0;
  width: 100%;
  z-index: 1000;
  background: var(--brown-color);
  border-radius: 0 0 1rem 1rem;
}
.burger-btn{
  border: 0!important;
  box-shadow: none!important;
}

.cookie-banner {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  background: #161616;
  color: #fff;
  transform: translateY(100%);
  transition: transform .4s ease;
  z-index: 2000;
  font-family: sans-serif;
}
.cookie-banner--visible {
  transform: translateY(0);
}
.cookie-banner__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.cookie-banner__text {
  margin: 0;
  flex: 1 1 auto;
  font-size: 0.9rem;
}
.cookie-banner__link {
  color: #eb6f35;
  text-decoration: underline;
}
.cookie-banner__buttons {
  flex: 0 0 auto;
  margin-top: 0.5rem;
}
.cookie-banner__btn {
  border: none;
  padding: 0.5rem 1rem;
  margin-left: 0.5rem;
  font-size: 0.9rem;
  cursor: pointer;
  border-radius: 1rem;
}
.cookie-banner__btn--accept {
  background: #eb6f35;
  color: #fff;
}
.cookie-banner__btn--decline {
  background: transparent;
  color: #fff;
  border: 1px solid #eb6f35;
}
.btn-main-secondary{
  background-color: var(--secondary-color);
  border-radius: 15px;
}
.team_block {
  padding: 10px;
  width: 175px;
}

.prediction_data{
  min-height: 48px;
}
.prediction_card_bottom{
  min-height: 58px;
}

.team_block .team_name {
  display: block;
  white-space: nowrap;    /* в одну строку */
  overflow: hidden;       /* скрыть всё, что не помещается */
  /* текст по центру или слева — как вам больше нравится */
  text-align: left;
}
.hero_dictionary_img_container{
  position: absolute;
  bottom: -22px;
}
.warning_banner_container{
  border-radius: 30px;
  background-color: var(--brown-color);
  padding: 40px;
  margin-top: 20px;
}
.warning_desctiption{
  font-size: 16px;
  font-weight: 500;
  color: var(--third-color);
}
.dictionary_block{
  padding: 50px;
}
.dictionary_block_content{
  padding: 30px;
}
.dictionary_block_line{
  border-radius: 30px;
  background-color: var(--main-color);
  padding: 40px;
  margin-top: 30px;
}
.dictionary_terms {
  column-count: 2;
  column-gap: 2rem;
}
.dictionary_terms li {
  break-inside: avoid;
  margin-bottom: 1rem;
}
.war_dict_block svg{
  width: 30px;
  height: 30px;
  color: var(--secondary-color);
}
.war_dict_block svg path{
  fill: var(--secondary-color);
}
.war_dict_block{
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

.actual-foldings{
  background-color: var(--brown-color);
  border-radius: 30px;
  padding: 30px;
  margin-top: 30px;
  color: var(--third-color);
}
.folding-card{
  padding: 30px;
  margin-top: 40px;
}
.project_card{
  margin-top: 60px;
}
.project_hero{
  background-color: var(--secondary-color);
  border-radius: 40px! important;
}
.folding_data_block{
  padding: 20px;
  background-color: var(--brown-color);
  border-radius: 40px;
  margin-top: 20px;
  color: var(--third-color);
}
.folding_description h1, .folding_description h2, .folding_description h3, .folding_description h4, .folding_description h5, .folding_description h6{
  font: var(--main-font);
  font-weight: 600;
  font-size: 40px;
}
.folding_contacts{
  padding: 30px;
  background-color: var(--main-color);
  border-radius: 30px;
  color: var(--third-color);
}
/* базовое скрытие и подготовка к анимации */
.fade-in-on-scroll {
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
/* когда блок становится видимым — переходим в финальное состояние */
.fade-in-on-scroll.visible {
  opacity: 1;
  transform: translateY(0);
}

.faq_btn,
.tg_link{
    position: relative;
  overflow: hidden;
}

.faq_btn .arrow,
.tg_link .arrow{
  position: relative;
  transition: .5s;
  z-index: 3;
}
.faq_btn:hover .arrow{
  color: var(--main-color)!important;
  transform: rotateY(360deg);
  background-color: var(--third-color);
}

.tg_link:hover .arrow{
  color: var(--third-color)!important;
  transform: rotateY(360deg);
  background-color: var(--secondary-color);
}
.faq_btn .btn_text,
.tg_link .btn_text{
  position: relative;
  transition: .5s;
  z-index: 3;
}
.faq_btn:hover .btn_text{
  color: #fff!important;
}

.tg_link:hover .btn_text{
  color:var(--secondary-color)!important;
}
.faq_btn:before,
.tg_link:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--main-color);
  transition: .5s;
  z-index: 2;
}
.tg_link:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--third-color);
  transition: .5s;
  z-index: 2;
}
.faq_btn:hover:before,
.tg_link:hover:before {
  top: 0;
}
.btn_white,
.btn_white .arrow,
.btn_orange,
.btn_orange .arrow{
  transition: .5s;
}
.btn_white:hover{
  background-color: var(--main-color);
  color: var(--third-color)!important;
}
.btn_orange:hover .arrow{
  color: var(--third-color)!important;
  transform: rotateY(360deg);
  background-color: var(--secondary-color)!important;
}

.btn_white:hover .arrow {
  color: var(--main-color)!important;
  transform: rotateY(360deg);
  background-color: var(--third-color);
}

.header-btn,
.header-btn svg,
.article_footer_card svg,
.article_footer_card svg path,
.article_footer_card svg rect{
  transition: all .3s ease;
}

.header-btn:hover{
  background-color: var(--secondary-color);
  color: var(--third-color)!important;
}
.header-btn:hover svg{
    transform: rotateY(360deg);
}
.article_card:hover svg rect{
  fill: #D04B0D!important;
}
.article_card:hover svg{
  transform: rotate(-45deg);
}
.btn_orange:hover {
    background-color: var(--main-color);
    color: var(--third-color) !important;
    border: 1px solid var(--secondary-color);
}
.header-logo {
    transition: all .3s ease;
}
.header-logo:hover {
  scale: 1.1;
}
.bk-tabs li:hover .bk-filter{
  background-color: var(--accent-color);
  color: var(--third-color)!important;
}
.details-info{
  min-height: 24px;
}
.game-card{
  height: 100%;
  display: flex;
  flex-direction: column;
}
.game-card .game_score_meta{
  margin-top: auto;
}
.bk_title {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
  vertical-align: bottom;
}

.card-title {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 300px;
  vertical-align: bottom;
}

.folding_title {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 300px;
    vertical-align: bottom;
}
.folding_title {
    font-family: var(--main-font);
    font-size: 21px;
    color: var(--third-color);
    font-weight: 600;
    text-transform: uppercase;
}
.border-brown{
  border-color: var(--brown-color)!important;
}
.border-main{
  border-color: var(--main-color)!important;
}
.review-form{
  padding: 3rem;
}
.article-con-title{
  width: 75%;
}
.project_hero_data{
  display: grid;
  align-items: center;
  justify-content: center;
}
.folding_review_card{
  min-height: 350px;
  margin-bottom: 20px;
}
.bonus-block-single{
  padding: 1.5rem;
}
.withdraw_inner,
.withdraw_inner2{
  padding: 3rem;
}
.source_pred_title{
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.league_title_row{
  display: flex;
  align-items: center;
  gap: 10px;
  height: auto;
  white-space: nowrap;
}
.league_logo_30{
  width: 30px;
  height: 30px;
  min-width: 30px;
  object-fit: contain;
  border-radius: 6px;
}
.league_title_text{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.hero_title{
  position: relative;
  z-index: 1;
}
.hero_single_bk_img_container{
  background-color: var(--main-color)!important;
}
.hero_single_bk_img_container img{
  object-fit: contain;
}
.footer-traff-link-container{
  text-align: end;
}
.footer-text{
  margin: 0;
}
.coppy{
  text-align: center;
}
.ad_icon-circle{
  border: 10px solid var(--brown-color);
    border-radius: 100%;
    width: 90px;
    height: 90px;
    object-fit: cover;
    overflow: auto;
}
@media (max-width: 769px) {
  .all_pred_col_hero{
    text-align: left;
  }
  .all_pred_img{
    position: relative;
    width: 350px;
  }
  .footer-footer{
    gap: 20px;
  }
  .coppy{
    text-align: left;
  }
  .footer-traff-link-container{
    text-align: left;
  }
    .footer-menu {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    column-gap: 20px;
    }
.hero_single_bk_img_container img {
    object-fit: fill!important;
}
  .add_review_mobile{
    margin-bottom: 30px;
  }
  .idea_text{
    font-size: 13px;
    text-align: left;
  }
  .hero_title{
    text-align: left;
  }
  .border_none_mobile{
    border: none!important;
  }
  .inner_container_single_bk_info{
    padding: 10px!important;
  }
.single_bk_info_container{
  padding: 10px!important;
  padding-top: 40px!important;
}
.filter_panel{
  width: auto!important;
}
.no_data_reviews{
  margin-top: 30px!important;
}
  .fx-18{
    font-size: 18px!important;
  }
.withdraw_inner,
.withdraw_inner2{
  padding: 1rem;
  margin-bottom: 20px;
}
.bonus-block-single{
  padding-top: 70px;
  border-radius: 40px!important;
}
  .hero_sigle_bk{
    height: auto!important;
    overflow: visible!important;
    padding-bottom: 80px!important;
  }
.folding_title {
    max-width: 250px;
    font-size: 17px !important;
}
.folding_data_block {
    padding-top: 80px;
}
  .project_hero_data{
    display: flex;
    justify-content: space-around;
  }
  .fs-30{
    font-size: 30px;
  }
  .project_hero{
    padding-bottom: 70px!important;
    overflow: visible!important;
  }
  .fs-14{
    font-size: 13px!important;
  }
  .h_25{
    height: 25px!important;
  }
  .w_25{
    width: 25px!important;
  }
  .content_link{
    font-size: 14px;
  }
.article-con-title{
  width: 100%;
}
  .article_block_content{
    display: block;
  }
  .article_main_image {
      border-radius: 20px;
  }
  .review-form{
    padding: 30px;
  }
  .submit_btn{
    margin-bottom: 20px;
  }
  .war_dict_block svg {
      width: 60px;
      height: 60px;
      color: var(--secondary-color);
  }
  .dictionary_block_line {
      border-radius: 30px;
      background-color: var(--main-color);
      padding: 20px;
      margin-top: 30px;
  }
  .mobile-fs-11{
    font-size: 11px;
  }
.dictionary_block_content {
    padding: 5px;
}
.dictionary_block {
    padding: 10px;
    padding-top: 20px;
}
  .dictionary_terms{
    column-count: auto;
  }
  .mobile_hero_dict svg{
    width: 70px;
    height: 70px;
  }
  .warning_desctiption{
    margin-top: 50px;
  }
  .hero_dictionary_img_container img{
    width: 350px;
  }
  .navbar-brand {
    margin-right: 0!important;
  }
  .navbar.navbar-expand-lg{
    padding: 20px 0;
  }
  .mob_mt-3{
    margin-top: 30px!important;
  }
  .all_sources_container, .bks_container, .today_predictions, .finished_predictions{
    min-height: 150px;
  }
.ajax-tabs,
.bk-tabs {
  display: flex;                /* flex‐row by default */
  flex-wrap: nowrap;            /* never wrap to the next line */
  overflow-x: auto;             /* scroll horizontally when it overflows */
  -webkit-overflow-scrolling: touch; /* smooth scrolling on iOS */
  /* optional: hide the native scrollbar for a cleaner look */
  scrollbar-width: none;        /* Firefox */
}
.ajax-tabs::-webkit-scrollbar,
.bk-tabs::-webkit-scrollbar {
  display: none;                /* Webkit browsers */
}

.ajax-tabs li,
.bk-tabs li {
  flex: 0 0 auto;               /* each tab stays its own width */
  white-space: nowrap;          /* prevent the text from wrapping */
}
.ajax-tabs, .bk-tabs {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 20px 0px;
}
  .new_image_tg{
    position: absolute;
    top: -62px;
    width: 125px! important;
    border: 10px solid var(--main-color)! important;
  }
  .our_sources_mobile_tg{
    padding: 30px! important;
    padding-top: 80px! important;
  }
  .hero_sources{
    height: auto;
  }
  .ajax-filter{
    display: flex! important;
  }
  .ad_card_body{
    padding: 2rem!important;
  }
  .ad_card{
    margin-bottom: 30px;
  }
  .advantages_container {
    padding: 1.5rem!important;
  }
.second_image{
  position: static;
}
  .telegram-block {
    background: #eb6f35;
    border-radius: 40px;
    padding: 4rem 1.5rem 1.5rem;
    color: #fff;
    margin-top: 150px;
  }
  .telegram-block .logo {
      width: 200px;
      height: 200px;
      border-radius: 50%;
      overflow: hidden;
      background: #fff;
      position: absolute;
      top: -107px;
      left: 50%;
      transform: translateX(-50%);
      border: 15px solid var(--main-color);
  }
  .toggle-icon {
      width: 30px;
      height: 30px;
      background: #eb6f35;
      border-radius: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 19px;
      color: #fff;
      transition: transform .3s;
      cursor: pointer;
      flex-shrink: 0;
  }
  .article_slide{
    margin-bottom: 0px;
  }
  .w-mobile-100{
    width: 100%;
  }
  .icon_wrapper {
      position: absolute;
      top: -90px;
      left: 20px;
      width: 120px;
      height: 120px;
  }
.mini-text{
  font-size: 13px;
}
  .info_container {
    padding: 50px 20px;
  }
  .info_container .row {
    padding: 0;
  }
  .minus-top-margin{
    margin-top: 30px! important;
  }
  .controls-mobile{
    display: flex;
    justify-content: center;
  }
  .order_container{
    display: flex;
  }
  .o-1{
    order: 1;
  }
  .o-2{
    order: 2;
  }
  .o-3{
    order: 3;
  }
  .status_icon{
    width: 20px;
  }
.prediction_status {
    position: absolute;
    top: -39px;
    right: 21px;
    border: 4px solid var(--main-color);
    border-radius: 100%;
    width: 75px;
    height: 75px;
    padding-top: 8px;
    text-align: center;
    display: grid;
  font-size: 18px;
        font-weight: 800;
        align-items: center;
        justify-content: center;
        display: flex;
}
.prediction_data_and_sport svg {
    width: 16px;
    height: 16px;
}
.prediction_data_and_sport {
    padding: 6px;
    position: absolute;
    border-radius: 50px;
    color: white;
    top: -25px;
    left: 20px;
    border: 5px solid var(--main-color);
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.folding_data_and_sport svg {
    width: 16px;
    height: 16px;
}
.folding_data_and_sport {
    padding: 6px;
    position: absolute;
    border-radius: 50px;
    color: white;
    top: -25px;
    left: 20px;
    border: 5px solid var(--brown-color);
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.prediction_card_anonce{
  padding: 10px;
}
  .btn_white,
  .faq_btn{
    font-size: 12px;
  }
.main-title{
  font-size: 26px;
}
.tg_channel_image{
  margin: 0;
  width: 80px;
}
.col_tg{
  display: flex;
  justify-content: end;
}
  .mobile_block {
    display: block;
  }
  .tg_title {
      font-size: 22px;
  }
  .mobile_none{
    display: none;
  }
  .tg_placeholder{
    margin-top: 20px;
  }
.tg_banner_container {
  height: auto;
    margin-top: 20px;
    padding: 16px;
    border-radius: 30px;
}
  .hero_placeholder_mobile{
    background-color: var(--secondary-color);
    border: 11px solid var(--main-color);
    border-radius: 50%;
    height: 140px;
    width: 140px;
    display: flex;
    font-size: 16px;
    align-items: center;
    justify-content: center;
    color: var(--third-color);
    text-align: center;
    font-weight: 600;
    position: absolute;
    bottom: -79px;
    left: 21px;
  }
  .hero_container {
      border-radius: 40px;
      padding: 0px;
      padding-top: 50px;
      overflow: hidden;
  }
    .hero_index_img_container img{
      width: 100%;
    }
    .hero_placeholder{
      display: none;
    }
    .hero_index {
      height: auto;
    }
  .hero-img-container{
    position: static;
  }
    .row_index_hero{
      height: auto;
    }
    .hero_col{
      text-align: center;
    }
    .hero_description{
      width: 100%;
      text-align: left;
    }
  .hero_title {
    font-size: 26px;
  }
  .hero_title h1 {
    font-size: 26px;
  }
    .header-logo {
      width: 100px;
  }
  .header-btn {
      background-color: #3089E1;
      padding: 12px 16px!important;
      font-size: 11px!important;
  }
  .mini_container {
    grid-template-columns: 1fr;
    gap: 15px;
    margin: 20px 0;
  }
  .idea_container {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 40px 15px;
  }
  .icon_wrapper {
    margin: 0 0 10px;
  }
  .all_bks_title {
        font-size: 25px;
    }
}

@media (min-width: 1728px) and (max-width: 1920px) {
  .hero_placeholder {
    bottom: -65%;
  }
}
.source_title {
    display: inline-block;
    width: 100%;
    display: block;
    text-wrap: auto;
    overflow-wrap: break-word;
}
.artc_title{
  min-height: 55px;
  text-wrap: auto;
  overflow-wrap: break-word;
  font-size: 20px;
}
.img_art_img{
  height: 250px;
  width: 100%;
  border-radius: 20px 20px 0px 0px;
}

@media(max-width: 2000px) and (min-width: 1441px) {
  .prediction_status{
            position: absolute;
        top: -34px;
        right: 16px;
        border: 6px solid var(--main-color);
        border-radius: 100%;
        width: 65px;
        height: 65px;
        padding-top: 0px;
        text-align: center;
font-size: 18px;
        font-weight: 800;
        align-items: center;
        justify-content: center;
        display: flex;
  }
  .prediction_status img{
    width: 20px;
    margin-top: 10px;
  }
}
@media(max-width: 1440px) and (min-width: 1024px) {
.prediction_status {
    position: absolute;
    top: -34px;
    right: 16px;
    border: 6px solid var(--main-color);
    border-radius: 100%;
    width: 65px;
    height: 65px;
    padding-top: 0px;
    text-align: center;
  font-size: 18px;
        font-weight: 800;
        align-items: center;
        justify-content: center;
        display: flex;
}
.prediction_data_and_sport {
    padding: 10px;
    position: absolute;
    border-radius: 50px;
    color: white;
    top: -33px;
    left: 20px;
    border: 7px solid var(--main-color);
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.status_text{
  font-size: 13px;
}
.status_icon{
  width: 18px;
}
  .hero_placeholder{
    bottom: -40%;
  }
  .header-btn {
    padding: 20px 17px;
    font-size: 12px;
  }
  .header-logo {
      width: 120px;
  }
  .nav-item {
      padding: 18px;
  }
  .nav-link-header {
      font-size: 16px;
  }
  .source_col{
      width: 25%!important;
  }
  .bk_col{
    width: 33.33333333%;
  }
}
@media (min-width:1024px){
      .nav-item {
        padding: 18px;
    }
}
@media(max-width:1024px){
.tg_channel_our_sources_image {
    left: 0px!important;
    object-fit: cover;
}
  .hero_placeholder {
      bottom: -32% !important;
      left: -19px;
  }
}
@media (min-width:1500px){
  .hero_placeholder{
    bottom: -39%!important;
  }
}
@media (min-width:1600px){
  .hero_placeholder{
    bottom: -62%!important;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
    .navbar-expand-lg .navbar-collapse {
      display: none !important
    }
    .navbar-expand-lg .navbar-toggler {
      display: block!important;
    }
    .navbar{
      justify-content: space-between!important;
    }
}
@media (min-width:1650px) and (max-width: 2560px) {
  .pred-col{
    width: 25%!important;
  }
}
@media only screen and (width: 768px) {
  .tipster_icon_block{
      padding: 0px!important;
  }
    .all_pred_img {
        left: 30px;
        width: 100%;
    }
  .mb-mobile-3{
    margin-bottom: 10px;
  }
    .footer-footer{
    gap: 0px!important;
  }
      .hero_container {
        border-radius: 40px;
        padding: 0px 30px!important;
        padding-top: 50px!important;
    }
    .hero_all_bks{
    padding: 0px 0px!important;
    padding-top: 80px!important;
  }
        .hero_title {
        font-size: 39px;
    }
        .hero_title  h1{
        font-size: 39px;
    }
        .all_bks_title {
        font-size: 50px;
    }
    .hero_sources_img_container img{
      margin: auto;
    }
    .project_hero_title{
      text-align: center;
    }
    .project_hero_data{
      gap: 30px;
      margin-bottom: 40px;
    }
    .footer-traff-link-container{
      text-align: center;
    }
    .uppp{
      text-align: center;
    }
    .footer-under{
      margin-top: 20px!important;
    }
    .footer-menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
    }
}
@media only screen and (width: 1366px){
  .dictionary_placeholder{
    bottom: -35%!important;
  }
  .tg_channel_our_sources_image{
    left:40px;
  }
  .all_bks_title{
    width: 85%;
  }
  .info_container{
    background-position: right!important;
  }
}
@media only screen and (width: 1920){
header .header-btn{
  font-size: 20px!important;
}
}

.fs200{
  font-size: 200px;
}
@media(min-width: 1940px) {
  .container-404{
    min-height: 44vh;
  }
}
.click-element{
  cursor: pointer;
}
.hero_title p{
  margin: 0;
}
@media only screen and (min-width: 1521px) {
.hero_bks_img_container {
    top: -20px;
    right: -150px;
}
}

.sport-icon img{
  width: 23px;
}
.prediction_span_icon img{
  width: 29px;
}
.tipster_icon_block{
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--main-color);
    padding: 20px;
    border-radius: 12px;
    height: 100%;
}
.tipster_card{
  cursor: pointer;
}
.tipster_icon_block img{
  width: 50px;
}
.tipsters_hero_img img{
  width: 100%;
}

@media only screen and (min-width: 1521px) {
    .tipsters_hero_img {
        right: -166px;
    }
}
.img-container-block-tipster img{
  min-height: 440px;
  object-fit: cover;
  border-radius: 20px;
}

.prediction-card {
    cursor: pointer;
}


/* ====== СТИЛИ СТРАНИЦЫ ПРОГНОЗА (можешь потом вынести в .css) ====== */

.single-prediction-page {
    color: #ffffff;
}

/* Заголовок A.E.K VS БРАЙТОН ПРОГНОЗ НА МАТЧ */

.single-prediction-hero {
    margin-top: 40px;
    margin-bottom: 40px;
}

.single-prediction-title {
    font-weight: 800;
    font-size: clamp(32px, 3.5vw, 45px);
    text-transform: uppercase;
}

.single-prediction-title .vs-highlight {
    color: #EB6F35;
}

.single-prediction-title-extra {
    display: inline-block;
}

.single-prediction-source-label {
    margin-top: 20px;
    font-weight: 800;
    font-size: clamp(24px, 2.4vw, 32px);
    text-transform: uppercase;
    color: #EB6F35;
}

/* Карточка матча */

.prediction-match-card-wrapper {
    margin-top: 60px;
    margin-bottom: 60px;
}

.prediction-match-card {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    width: 100%;
    max-width: 980px;
}

/* Левая/правая карточка команды */

.prediction-team-card {
    flex: 0 0 360px;
    max-width: 360px;
    height: 230px;
    border-radius: 32px;
    border: 2px solid #f2722b;
    background: #181818;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.prediction-team-logo {
    width: 96px;
    height: 96px;
    object-fit: contain;
    margin-bottom: 16px;
}

.prediction-team-name {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 6px;
}

.prediction-league-name {
    font-size: 14px;
    color: #d0d0d0;
}

/* Центральный блок с датой, статусом и счётом */

.prediction-match-center {
    text-align: center;
    min-width: 140px;
}

.prediction-match-date {
    font-size: 14px;
    color: #d0d0d0;
    margin-bottom: 4px;
}

.prediction-match-status {
    font-size: 14px;
    color: #ff4d4f;
    margin-bottom: 16px;
}

.prediction-match-score {
    font-size: 40px;
    font-weight: 800;
    letter-spacing: .12em;
    margin-bottom: 8px;
}

.prediction-match-score-note {
    font-size: 12px;
    color: #a0a0a0;
    margin-bottom: 22px;
}

.prediction-match-odds {
    display: flex;
    justify-content: center;
    gap: 22px;
    font-size: 12px;
    color: #d0d0d0;
}

.prediction-match-odds .odds-item {
    display: inline-flex;
    gap: 4px;
    align-items: baseline;
}

.prediction-match-odds .label {
    opacity: .7;
    text-transform: uppercase;
}

/* Блок с текстом прогноза */

.prediction-content-title {
    font-weight: 800;
    font-size: clamp(30px, 3vw, 40px);
    text-transform: uppercase;
    margin-bottom: 24px;
}

.prediction-content-body p {
    font-size: 14px;
    line-height: 1.7;
    color: #d0d0d0;
    margin-bottom: 14px;
}

/* Адаптив */

@media (max-width: 992px) {
    .prediction-match-card {
        flex-direction: column;
    }
    .prediction-team-card {
        flex: 0 0 auto;
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 576px) {
    .single-prediction-title {
        font-size: 26px;
    }
    .prediction-content-section {
        margin-bottom: 50px;
    }
}








/* ===== Популярные матчи (слайдер) ===== */

.pop-games-box {
    margin-top: 30px;
    color: #fff;
}

.pop-games-box .f-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 28px;
}

.pop-games-box .title h1 {
    font-weight: 800;
    font-size: clamp(32px, 3.5vw, 56px);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0;
}
.pop-games-box .title{
    font-weight: 800;
    font-size: clamp(32px, 3.5vw, 56px);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0;
}

/* ссылка "Посмотреть все матчи" */

.pop-games-box .show-all-matches {
    font-size: 13px;
    text-decoration: none;
    color: #ffffff;
    opacity: 0.85;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.pop-games-box .show-all-matches svg {
    display: inline-block;
}

/* стрелки */

.pop-games-box .slider-buttons {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-left: 24px;
}

.pop-games-box .slider-buttons .prev,
.pop-games-box .slider-buttons .next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #3a3735;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background .2s, opacity .2s;
}

.pop-games-box .slider-buttons .prev svg,
.pop-games-box .slider-buttons .next svg {
    pointer-events: none;
}

.pop-games-box .slider-buttons .prev.innactive-slider,
.pop-games-box .slider-buttons .next.innactive-slider {
    opacity: 0.4;
    cursor: default;
}

/* секция с карточками */

.pop-games-box .s-section {
    position: relative;
}

.pop-games-box .pop-slider-row {
    overflow-x: auto;
    scrollbar-width: none;       /* Firefox */
    -ms-overflow-style: none;    /* IE 10+ */
}

.pop-games-box .pop-slider-row::-webkit-scrollbar {
    display: none;               /* Chrome/Safari */
}

/* карточка */

.pop-games-det {
    padding-right: 24px;
}

.pop-games-det .pop-card-inner {
    width: 100%;
    background: #3A3634;
    border-radius: 32px;
    position: relative;
    padding-left: 32px !important;
    min-height: 150px;
    display: flex;
    align-items: center;
    border-left: 3px solid #EB6F35;
}


.pop-games-det a {
    color: #ffffff;
    text-decoration: none;
}

.pop-league-det {
    font-weight: 600;
    font-size: 16px;
    color: #ff7a2f;
    display: block;
    margin-bottom: 10px;
}

.pop-info-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 32px;
}

.pop-names-det {
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-size: 14px;
}

.pop-home-det,
.pop-away-det {
    display: flex;
    align-items: center;
    gap: 6px;
}

.pop-home-det img,
.pop-away-det img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.pop-date-det {
    text-align: right;
    font-size: 14px;
}

.pop-date-det span {
    display: block;
}

.pop-date-sub {
    font-size: 12px;
    color: #f0b085;
}

/* адаптив */

@media (max-width: 768px) {
    .pop-games-box .f-section {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
    .pop-games-box .slider-buttons {
        margin-left: 0;
    }
}


/* ===== Центральная карточка матча ===== */

.prediction-match-card {
    max-width: 1120px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
}

/* Карточки команд слева и справа */

.prediction-team-card {
    flex: 0 0 420px;
    max-width: 420px;
    height: 220px;
    border-radius: 60px;
    border: 3px solid #f47a2c;       /* оранжевая рамка как на макете */
    background: #201e1d;             /* тёмный фон внутри */
    display: flex;
    align-items: center;
    justify-content: center;
}

.prediction-team-card-inner {
    text-align: center;
}

.prediction-team-logo {
    width: 120px;
    height: 120px;
    object-fit: contain;
    margin-bottom: 18px;
}

.prediction-team-title {
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
}

.prediction-team-subtitle {
    margin-top: 6px;
    font-size: 16px;
    color: #dddddd;
}

/* Центральный блок с датой, статусом и счётом */

.prediction-match-center {
    min-width: 170px;
    text-align: center;
}

.prediction-match-date {
    font-size: 13px;
    color: #d0d0d0;
    margin-bottom: 4px;
}

.prediction-match-status {
    font-size: 14px;
    color: #ff4d4f;              /* красный "Завершен" */
    margin-bottom: 18px;
}

.prediction-match-score {
    font-size: 40px;
    font-weight: 800;
    letter-spacing: 0.25em;
    margin-bottom: 6px;
}

.prediction-match-score-note {
    font-size: 12px;
    color: #a0a0a0;
}

/* Нижняя строка с коэффициентами */

.prediction-match-odds-row {
    margin-top: 18px;
    display: flex;
    justify-content: center;
    gap: 42px;
    font-size: 13px;
}

.prediction-odds-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.prediction-odds-item .odds-outcome {
    font-weight: 500;
}

.prediction-odds-item .odds-arrow {
    font-size: 11px;
}

/* Цвета для up / down */

.prediction-odds-item--up .odds-outcome,
.prediction-odds-item--up .odds-arrow,
.prediction-odds-item--up .odds-value {
    color: #5acb5a;              /* зелёный */
}

.prediction-odds-item--down .odds-outcome,
.prediction-odds-item--down .odds-arrow,
.prediction-odds-item--down .odds-value {
    color: #e85656;              /* красный */
}

.prediction-odds-item--neutral .odds-outcome,
.prediction-odds-item--neutral .odds-value {
    color: #ffffff;
}

/* Адаптив */

@media (max-width: 992px) {
    .prediction-match-card {
        flex-direction: column;
        gap: 24px;
    }

    .prediction-team-card {
        width: 100%;
        max-width: 100%;
    }
}
.rev-title{
  font-size: 20px;
}
.add_title_add{
  font-size: 1.25rem;
}
.ooo{
    font-size: 1.5rem;
}
.sports-line {
    background: var(--brown-color);
    border-radius: 24px;
    padding: 20px;
    margin-top: 20px;
}
.sport_list {
    overflow-x: auto;
    margin-bottom: 20px;
    list-style: none;
    padding: 0 0 20px;
    border-bottom: 1px solid var(--accent-color);
}
@media (min-width: 769px) {
    .date_line, .sport_list {
        gap: 15px;
        display: flex;
    }
}
@media (min-width: 769px) {
    .sport_tabs button {
        padding: 12px 21px;
        display: flex;
        align-items: center;
        gap: 5px;
        white-space: nowrap;
    }
}

.BtnCircle:hover, .BtnCircle:hover .BtnCircle .date, .data_btn.active, .data_picker:hover, .days div.active, .sport_btn.active, .sport_btn:hover, .status_btn.active, .status_btn:hover {
    background-color: var(--secondary-color);
    color: #fff;
}
.sport_btn,
.status_btn,
.data_btn,
.BtnCircle {
    transition: background-color .28s ease, color .28s ease, transform .24s ease, box-shadow .28s ease, opacity .2s ease;
    will-change: transform;
}
.sport_btn.active,
.status_btn.active,
.data_btn.active,
.BtnCircle.active,
.data_picker.active {
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(42, 20, 86, .22);
}
.sport_btn:active,
.status_btn:active,
.data_btn:active,
.BtnCircle:active {
    transform: scale(.98);
}

#matchesAjax {
    transition: opacity .26s ease, transform .26s ease;
}
#matchesAjax.is-filter-switching {
    opacity: .35;
    transform: translateY(4px);
}
[type="button"], [type="reset"], [type="submit"], button {
    -webkit-appearance: button;
}
button {
    border: none;
}
@media (min-width: 769px) {
    .date_status_line {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}
@media (min-width: 769px) {
    .status_btn {
        padding: 9px 20px;
    }
}
@media (min-width: 769px) {
    .sport_tabs button, .status_btn {
        font-weight: 600;
        font-size: 16px;
        background: #262423;
        color: white;
        border-radius: 50px;
        transition: .3s;
    }
}
.filters-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #262423;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    transition: .2s;
}
.filters-btn svg path{
  fill: white;
  transition: all 0.3s ease;
}
.filters-btn:hover{
  background-color: var(--secondary-color);
}
.filters_modal {
    position: fixed;
    z-index: 1200;
    opacity: 0;
    transform: translateY(8px) scale(.98);
    transition: opacity .2s, transform .2s, visibility .2s;
    transform-origin: top right;
}
.dot_tip, .filters_modal, .pm-spinner {
    visibility: hidden;
}#bonus-categories.is-loading, .bk_hero:before, .decor-layer, .filters_modal, .pm-history__line {
    pointer-events: none;
}
.BtnMAin svg path, .data_picker, .data_picker svg path {
    transition: .3s;
}

@media (min-width: 769px) {
    .BtnCircle {
        width: 50px;
        height: 50px;
        border-radius: 100%;
        background: #262423;
        transition: .3s;
        color: white;
    }
}
@media (min-width: 769px) {
    .sport_tabs button svg {
        transition: .3s;
        width: 20px;
        height: 20px;
    }
}
@media (min-width: 769px) {
    .sport_tabs button svg {
        transition: .3s;
        width: 20px;
        height: 20px;
    }
}
.BtnCircle svg path{
  fill: white;
}
.sport_btn svg path{
  fill: white;
}
@media (min-width: 769px) {
    .datapicker-block {
        position: absolute;
        width: 300px;
        z-index: 10;
        margin-top: 10px;
    }
}
#monthAndYear{
  color: white;
}
.calendar {
    width: 100%;
    background: #3A3634;
    border-radius: 30px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
}
.calendar-header {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    align-items: center;
    border-bottom: 1px solid #eee;
}
.calc-content, .calc-header, .calendar-body {
    padding: 10px;
}
.day-names {
    display: flex;
    padding: 5px 0;
    color: var(--secondary-color);
    font-weight: 600;
}
.day-names div, .days div {
    width: 14.28%;
    text-align: center;
}
.days {
    display: flex;
    flex-wrap: wrap;
}
.days div.dimmed {
    color: #ccc;
}
.days div {
    padding: 7px 0;
    transition: .3s ease-in-out;
    border: 1px solid transparent;
    border-radius: 9px;
}
.data-btn {
    box-shadow: rgba(0, 0, 0, .25) 0 .0625em .0625em, rgba(0, 0, 0, .25) 0 .125em .5em, rgba(255, 255, 255, .1) 0 0 0 1px inset;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-color: var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
}
.row-pred-matches, .status_line {
    display: flex;
    gap: 10px;
    position: relative;
}

@media (min-width: 769px) {
    .search_input {
        height: 100%;
        width: 400px;
        border-radius: 20px;
        padding: 10px 57px 10px 10px;
        background: #585250;
        border: 1px solid transparent;
        color: white;
        transition: border-color .25s;
    }
}
.search_btn {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    background: #585250;
}
.search_btn svg path{
  stroke: white;
}
.search_btn svg circle{
  stroke: white;
}
.search_modal {
    background: var(--main-color);
    max-height: 400px;
    overflow-x: scroll;
}
.s-line a{
  color: white;
}
#searhContainer{
  color: white;
}
@media (min-width: 769px) {
    .modal-title-search {
        font-size: 20px;
        font-weight: 600;
        color: white;
    }
}

@media (min-width: 769px) {
    .modal-title-search {
        letter-spacing: -2px;
        text-transform: uppercase;
    }
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

/* remove browser glow/outline on controls */
input:focus,
input:focus-visible,
button:focus,
button:focus-visible,
select:focus,
select:focus-visible,
textarea:focus,
textarea:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

input:active,
button:active,
select:active,
textarea:active {
  outline: none !important;
  box-shadow: none !important;
}

/* keep search input background stable on autofill/autocomplete */
.search_input:-webkit-autofill,
.search_input:-webkit-autofill:hover,
.search_input:-webkit-autofill:focus,
.search_input:-webkit-autofill:active {
  -webkit-text-fill-color: #ffffff !important;
  caret-color: #ffffff !important;
  -webkit-box-shadow: 0 0 0 1000px #585250 inset !important;
  box-shadow: 0 0 0 1000px #585250 inset !important;
  transition: background-color 9999s ease-out 0s;
}

.search_input::selection {
  background: rgba(255, 255, 255, 0.22);
  color: #ffffff;
}

.day-cell{
  cursor: pointer;
  color: white;
}
.day-cell:hover{
  background-color: #585250;
  color: white;
}
.data-btn svg path{
  stroke: white;
  font-weight: 700;
}
.filters_modal.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.filters_modal.is-closing {
    opacity: 0;
    visibility: visible;
    pointer-events: none;
}
.filters_modal {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    width: auto;
    height: auto;
    padding: 0;
    display: block;
    background: transparent;
    z-index: 1200;
    opacity: 0;
    transition: opacity .22s ease, visibility .22s ease;
}
.dot_tip, .filters_modal, .pm-spinner {
    visibility: hidden;
}

#bonus-categories.is-loading, .bk_hero:before, .decor-layer, .filters_modal, .pm-history__line {
    pointer-events: none;
}
@media (min-width: 769px) {
    .filters_modal__panel {
        width: 320px;
        max-width: 90vw;
        background: #fff;
        border-radius: 28px;
        padding: 18px 22px;
        box-shadow: 0 18px 40px rgba(24, 16, 48, .18);
        transform: translateY(-12px) scale(.98);
        opacity: 0;
        transition: transform .22s ease, opacity .22s ease;
    }
}
.filters_modal.is-open .filters_modal__panel {
    transform: translateY(0) scale(1);
    opacity: 1;
}
.filters_modal.is-closing .filters_modal__panel {
    transform: translateY(-12px) scale(.98);
    opacity: 0;
}

@media (max-width: 768px) {
    .filters_modal {
        top: calc(100% + 8px);
        right: 0;
        left: auto;
    }

    .filters_modal__panel {
        width: 320px;
        max-width: 90vw;
        background: #fff;
        border-radius: 22px;
        padding: 16px 18px;
        transform: translateY(12px);
        opacity: 0;
        transition: transform .22s ease, opacity .22s ease;
    }
    .filters_modal.is-closing .filters_modal__panel {
        transform: translateY(12px);
    }
}

.filters_modal__options {
    display: flex;
    flex-direction: column;
    gap: 0;
}
@media (min-width: 769px) {
    .filters_modal__option {
        border: none;
        background: 0 0;
        text-align: left;
        padding: 10px 0;
        font-size: 18px;
        font-weight: 500;
        color: #1f1f1f;
        transition: color .2s;
    }
}

.filters_modal__divider {
    height: 1px;
    background: #e7f1f8;
    margin: 8px 0;
}
.filters_modal__option.is-active,
.filters_modal__option.active {
    color: var(--secondary-color);
    font-weight: 700;
}
.filters_modal__options .filters_modal__option-text, .sm-other-match .team-name {
    font-size: 14px;
}
.filters_modal__option-text {
    flex: 1 1 auto;
}
.filters_modal__option--toggle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.filters_modal__option.is-active .filters_modal__toggle,
.filters_modal__option.active .filters_modal__toggle {
    background: var(--secondary-color);
}
.filters_modal__toggle {
    position: relative;
    width: 42px;
    height: 26px;
    border-radius: 999px;
    background: #e7f1f8;
    position: relative;
    transition: background .2s;
    flex: 0 0 42px;
}
.filters_modal__toggle::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    transition: transform .2s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .18);
}
.filters_modal__option.is-active .filters_modal__toggle::after, .filters_modal__option.active .filters_modal__toggle::after {
    transform: translateX(15px);
}
.breadcrumbs {
    align-items: center;
    list-style: none;
    padding: 20px 0 0;
}
.breadcrumbs{
    display: flex;
}

@media (min-width: 769px) {
    .main-sections section {
        padding: 0 25px;
    }
}


.single_match_hero {
    min-height: 450px;
    padding: 40px;
    border-radius: 30px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.hero_teams {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 27px;
}.mo-team, .team_hero {
    display: flex;
    gap: 15px;
}
.name_home_hero {
    text-align: end;
}
.data_hero, .name_and_data {
    overflow: visible;
}
.name_hero {
    font-size: 24px;
    font-weight: 700;
    width: 150px;
    color: white;
}
.hero_score, .hero_score_half_time{
  color: white;
}
.lu-pitch, .name_hero, .sm-bar, .sm-h2h__teams, .sm-league__flag, .sm-league__logo, .sm-league__name, .sm-league__sub, .sm-t5logo {
    overflow: hidden;
}
.bonus-bb-btn-2, .compare-table__th, .name_hero, .sm-h2h__teams, .sm-league__name, .sm-league__sub {
    white-space: nowrap;
}
.form_pill {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 7px 11px;
    border-radius: 999px;
    background: var(--brown-color);
    box-shadow: 0 8px 24px rgba(0, 0, 0, .08);
    backdrop-filter: blur(6px);
    margin-top: 5px;
}
.form-u {
    background: rgba(0, 0, 0, .18);
}

.form-l, .status-1 {
    background: #eb5757;
}
.form-d{
    background: var(--accent-color);
}

.data_hero, .name_and_data {
    overflow: visible;
}
.form-w {
    background: #27ae60;
}
.form_dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
}
.bonus-description a, .form_dot, .lm-item, .s-line a {
    text-decoration: none;
}
.dot_tip {
    bottom: 170%;
    transform: translateX(-50%) translateY(6px);
    opacity: 0;
    transition: .15s;
    min-width: 220px;
    max-width: 260px;
    padding: 10px 12px;
    border-radius: 12px;
    background: rgba(20, 24, 33, .96);
    color: #fff;
    box-shadow: 0 12px 28px rgba(0, 0, 0, .25);
    z-index: 50;
}
.dot_tip, .dot_tip::after {
    position: absolute;
    left: 50%;
}
.cookie-banner, .dot_tip, .lu-formations {
    pointer-events: none;
}
.dot_tip, .filters_modal, .pm-spinner {
    visibility: hidden;
}
.dot_tip_title {
    display: block;
    font-weight: 700;
    font-size: 13px;
    line-height: 1.2;
}
.dot_tip_meta {
    display: block;
    margin-top: 4px;
    font-size: 12px;
    opacity: .85;
}

.match_dt {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
}
.hero_league, .middle-content {
    color: white;
    text-align: center;
}
.match_time {
    font-weight: 900;
    font-size: 40px;
    line-height: .95;
    letter-spacing: 1px;
    color: var(--secondary-color);
}
.match_date {
    font-weight: 500;
    color: white;
    font-size: 18px;
}

.status-block {
    padding: 5px 8px;
    border-radius: 8px;
    background: #8fa0ad;
    font-weight: 600;
    font-size: 11px;
    color: #e7f1f8;
}
.status-0 {
    background: var(--secondary-color);
    color: white;
}
.mo-team, .team_hero {
    display: flex;
    gap: 15px;
}
.hero_team_logo {
    width: 100px;
    height: 100px;
    background: var(--brown-color);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero_team_logo img {
    width: 59px;
    height: 59px;
    object-fit: contain;
}
.hero_odds {
    justify-content: space-between;
    padding: 10px 12px;
    margin: 20px 0;
    width: 50%;
    margin: auto;
}
.hero_odds, .odds-box-hero {
    border-radius: 50px;
    align-items: center;
    display: flex;
}
.odd_key_hero{
  font-weight: 700;
  color: var(--secondary-color);
}
.odds-box-hero {
    background: var(--brown-color);
    padding: 3px 6px;
    justify-content: end;
    gap: 65px;
}
.odds-label-and-image {
    display: flex;
    align-items: center;
    gap: 5px;
}
@media (min-width: 769px) {
    .odds-value {
        display: block;
        font-size: 16px;
        font-weight: 700;
        color: white;
    }
}


.tg_single_odds_link {
    background-color: #1a8ec9;
    background-image: none;
    display: flex;
    align-items: center;
    gap: 10px;
    border: none !important;
    font-family: Manrope, sans-serif;
    transition: color .2s;
    font-weight: 600;
    color: #fff !important;
    border-radius: 50%;
    width: 40px;
    justify-content: center;
    height: 40px;
}

.hero_link{
    width: 25%;
    margin: auto;
    margin-top: 20px;
}
.hero_link .tg_link{
  background: var(--secondary-color);
  
}
.hero_link .tg_link .arrow{
  background-color: white;
}
.hero_link .tg_link .arrow svg path{
  fill: var(--secondary-color);
}
.best-bk-link-hero {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    overflow: hidden;
    left: 0;
    border: 5px solid var(--brown-color);
}
.best_bk_hero{
  width: 100%;
}
.match-pred-titles, .single_bk_title {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -2px;
}
.advantage-title, .dyn-content h2, .league-section-title, .match-pred-titles, .pm-review-title, .popup-title, .single_bk_title, .trans-team__name {
    text-transform: uppercase;
}
.match-pred-titles{
  color: white;
}
.sm_tabs {
    padding: 8px;
}
.sm_tab, .sm_tabs {
    display: inline-flex;
    gap: 10px;
}

.sm_tab {
    appearance: none;
    border: 0;
    align-items: center;
    padding: 15px 29px;
    border-radius: 999px;
    background: var(--brown-color);
    color: white;
    line-height: 1;
    display: flex;
    align-items: center;
    transition: all .2s;
}
.mo-status, .sm_tab {
    font-weight: 600;
    font-size: 16px;
}
.sm_tab, .sm_tabs {
    display: inline-flex;
    gap: 10px;
}
.sm_tab.is-active {
    color: #fff;
    box-shadow: 0 10px 25px rgba(235, 141, 17, 0.25);
}
.bk-header, .sm_tab.is-active {
    background: var(--secondary-color);
}
.sm_tab_icon svg path{
  fill: white;

}
.sm_tab:hover{
  background: var(--secondary-color);
  color: white;
}
.sm_tab_panels {
    position: relative;
}
.sm_panel {
    display: none;
    opacity: 0;
    transform: translateY(8px);
}
.sm_panel.is-active {
    display: block;
    opacity: 1;
    transform: translateY(0);
    animation: smPanelFadeIn .24s ease;
}
@keyframes smPanelFadeIn {
    from {
        opacity: 0;
        transform: translateY(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.mo-team-name{
  color: white;
}
.game_overview_block {
    background: var(--brown-color);
    border-radius: 30px;
    padding: 30px;
    margin-top: 30px;
}
.filters_container, .mo-header, .prediction_card_header, .prediction_card_teams {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mo-team, .team_hero {
    display: flex;
    gap: 15px;
}
.bets-value-block, .buttons a, .mo-items, .mo-teams, .prediction_card_header .left-block {
    display: flex;
    align-items: center;
    gap: 10px;
}
.team_block_mo {
    background: #fff;
    border-radius: 50px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mo-team img {
    width: 35px;
    height: 35px;
    object-fit: cover;
}
.mo-data {
    font-size: 18px;
    color: var(--accent-color);
    font-weight: 500;
}
.mo-status {
    padding: 5px 20px;
    background: #fff;
    border-radius: 20px;
}
.mo-status, .sm_tab {
    font-weight: 600;
    font-size: 16px;
}
.sm-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 24px;
}
.sm-card {
    background: var(--main-color);
    border-radius: 24px;
    padding: 28px 34px;
    box-shadow: 0 10px 30px rgba(17, 24, 39, .04);
}
.sm-card__title {
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: white;
    margin: 0 0 18px;
}
.lu-list, .sm-general__rows {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.sm-kv {
    display: grid;
    grid-template-columns: 110px 1fr 290px;
    column-gap: 18px;
    align-items: center;
}
.sm-kv__k {
    font-weight: 500;
    color: var(--accent-color);
}
.sm-compare__label, .sm-kv__k, .sm-kv__v {
    font-size: 16px;
    line-height: 20px;
}
.sm-kv__line {
    height: 2px;
    background: var(--accent-color);
    border-radius: 2px;
    transform: translateY(1px);
}.sm-kv__v {
    font-weight: 500;
    color: white;
}
.sm-teams__list {
    display: flex;
    flex-direction: column;
}
.sm-league__head, .sm-teamrow {
    display: flex;
    align-items: center;
    gap: 18px;
}
.sm-teamrow__logo {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid #e6f0f8;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}.sm-teamrow__logo img {
    width: 34px;
    height: 34px;
}
.sm-league__logo img, .sm-t5logo img, .sm-teamrow__logo img {
    object-fit: contain;
    display: block;
}
.sm-teams__divider {
    width: 100%;
    height: 2px;
    background: var(--accent-color);
    border-radius: 2px;
    margin: 22px 0;
}
.sm-teamrow__name {
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: white;
}
.sm-card__title {
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: white;
    margin: 0 0 18px;
}
.sm-compare__list {
    display: flex;
    flex-direction: column;
    gap: 22px;
    margin-top: 6px;
}
.sm-compare__label {
    font-weight: 500;
    color: var(--accent-color);
    margin-bottom: 10px;
}
.sm-compare__label, .sm-kv__k, .sm-kv__v {
    font-size: 16px;
    line-height: 20px;
}
.sm-compare__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 34px;
    align-items: start;
}
.sm-compare__head, .sm-pbar__head, .sm-t5stat__top {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 10px;
}
.sm-compare__name, .sm-compare__pct {
    font-weight: 700;
}
.sm-compare__name, .sm-compare__pct, .sm-t5name {
    font-size: 16px;
    line-height: 20px;
    color: white;
}
.sm-bar {
    height: 8px;
    background: var(--accent-color);
    border-radius: 999px;
}
.lu-pitch, .name_hero, .sm-bar, .sm-h2h__teams, .sm-league__flag, .sm-league__logo, .sm-league__name, .sm-league__sub, .sm-t5logo {
    overflow: hidden;
}
.sm-bar__fill--home {
    background: var(--secondary-color);
}
.sm-bar__fill {
    height: 100%;
    border-radius: 999px;
}
.sm-teamlast5__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px;
    margin-top: 10px;
}


.sm-teamlast5__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px;
    margin-top: 10px
}

.sm-t5head {
    display: flex;
    align-items: center;
    gap: 14px
}

.sm-t5logo {
    min-width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 3px solid #e6f0f8;
    display: flex;
    align-items: center;
    justify-content: center
}

.sm-t5logo img {
    width: 28px;
    height: 28px
}

.sm-t5name {
    font-weight: 800;
    letter-spacing: .02em;
    text-transform: uppercase
}

.sm-t5stat__k {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: var(--accent-color)
}

.sm-pbar__v,
.sm-t5stat__v {
    font-size: 14px;
    line-height: 18px;
    font-weight: 800;
    color: white;
}

.sm-t5meta {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 6px
}

.sm-t5pill {
    background: var(--brown-color);
    border: 1px solid var(--brown-color);
    border-radius: 999px;
    padding: 7px 5px;
    font-size: 13px;
    line-height: 16px;
    color: var(--accent-color)
}

.sm-league__name,
.sm-t5pill b {
    font-weight: 800;
    color: white
}

.sm-league__logo {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: #f4f9fe;
    border: 1px solid #e6f0f8;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto
}

.sm-league__logo img {
    width: 40px;
    height: 40px
}

.sm-league__meta {
    flex: 1 1 auto;
    min-width: 0
}

.sm-league__name {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: .02em;
    text-overflow: ellipsis
}

.sm-league__sub {
    margin-top: 6px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: #93a3b5;
    text-overflow: ellipsis
}

.sm-league__flag {
    width: 34px;
    height: 24px;
    border-radius: 6px;
    border: 1px solid #e6f0f8;
    background: #fff;
    flex: 0 0 auto
}

.sm-league__flag img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.sm-preds__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-top: 6px
}

.sm-preds__advice {
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
    color: white
}

.sm-preds__winner {
    text-align: right;
    flex: 0 0 auto
}

.sm-preds__winnerLabel {
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
    color: var(--secondary-color);
    margin-bottom: 6px
}

.sm-pbar__k,
.sm-preds__winnerName {
    font-size: 14px;
    line-height: 18px;
    color: var(--secondary-color)
}

.sm-preds__winnerName {
    font-weight: 800;
    text-transform: uppercase
}

.sm-preds__bars {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px
}

.sm-pbar__k {
    font-weight: 700
}

.sm-bar__fill--draw {
    background: var(--brown-color)
}

.sm-preds__meta {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 16px
}

.sm-preds__pill {
    background: #f4f9fe;
    border: 1px solid #e6f0f8;
    border-radius: 999px;
    padding: 8px 12px;
    font-size: 13px;
    line-height: 16px;
    color: #6b7c90
}

.sm-preds__pill b {
    color: #111827;
    font-weight: 800
}

.sm-h2h__title {
    font-size: 22px;
    font-weight: 800;
    letter-spacing: .2px;
    margin-bottom: 18px
}

.sm-h2h__list {
    display: flex;
    flex-direction: column;
    gap: 22px
}

.me-text,
.sm-h2h__left {
    min-width: 0
}

.sm-h2h__teams {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
    text-overflow: ellipsis
}

.sm-h2h__datetime,
.sm-h2h__league {
    font-size: 15px;
    line-height: 1.2;
    color: var(--accent-color)
}

.sm-h2h__team.is-winner {
    color: var(--secondary-color);
    font-weight: 800
}

.sm-h2h__datetime {
    margin-top: 6px
}

.sm-h2h__league {
    margin-top: 4px
}

.sm-h2h__right {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-width: 68px
}

.sm-h2h__score {
    font-size: 19px;
    font-weight: 800;
    letter-spacing: .4px;
    color: var(--secondary-color)
}

.sm-h2h__score--empty {
    opacity: .9
}

.sm-t5league {
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid #e6eef7
}

.sm-t5league__head {
    display: grid;
    grid-template-columns: 92px 1fr;
    gap: 14px;
    align-items: center;
    margin-bottom: 12px
}

.sm-t5league__title {
    font-size: 16px;
    font-weight: 800;
    letter-spacing: .04em;
    line-height: 1.05;
    color: white
}

.sm-t5league__form {
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
    justify-content: flex-start;
    align-items: center;
    min-width: 0
}

.sm-formdot {
    width: 20px;
    height: 20px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    font-weight: 800;
    flex: 0 0 auto;
    background: #f6faff;
    border: 2px solid #dce8f5;
    color: #6b7a8c
}

.sm-formdot--W {
    background: #eaf7f0;
    border-color: #9ad7b4;
    color: #1fa35b
}

.sm-formdot--D {
    background: #f2f6fb;
    border-color: #c9d4e2;
    color: #7e8da0
}

.sm-formdot--L {
    background: #ffecec;
    border-color: #ffb3ac;
    color: #ea4335
}

.lu-corner.tl,
.lu-corner.tr {
    top: -10px;
    border-bottom: none
}

.lu-corner.bl,
.lu-corner.br {
    bottom: -10px;
    border-top: none
}

.sm-t5league__stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    padding: 8px 0 12px;
    text-align: center
}

.lu-cards,
.sm-t5league__pills {
    grid-template-columns: 1fr 1fr
}

.sm-lm__k {
    font-size: 16px;
    color: var(--accent-color);
    margin-bottom: 6px
}

.sm-lm__v {
    font-size: 15px;
    font-weight: 800;
    color: white
}

.sm-t5league__pills {
    display: grid;
    gap: 12px
}

.sm-t5pill--wide {
    grid-column: 1/-1
}

.sm-muted {
    color: var(--accent-color);
    margin-left: 10px;
    font-weight: 600
}

.hero_score,
.lu-form,
.lu-team-name,
.lu-title {
    font-weight: 800
}

.hero_score {
    font-size: 34px
}

.lu-title {
    font-size: 22px;
    letter-spacing: .06em;
    color: white;
    margin: 30px 0;
    text-transform: uppercase
}

.lu-pitch {
    background: #78c26d;
    border-radius: 22px;
    padding: 18px;
    position: relative
}

.lu-circle,
.lu-field {
    border: 3px solid rgba(255, 255, 255, .9)
}

.lu-field {
    position: relative;
    height: 500px;
    border-radius: 18px
}

.lu-midline {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 3px;
    background: rgba(255, 255, 255, .9);
    transform: translateX(-1.5px)
}

.lu-circle {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 112px;
    height: 112px;
    border-radius: 50%;
    transform: translate(-50%, -50%)
}

.lu-pen-left,
.lu-pen-right {
    position: absolute;
    top: 50%;
    width: 108px;
    height: 190px;
    border: 3px solid rgba(255, 255, 255, .9);
    transform: translateY(-50%)
}

.lu-pen-left,
.lu-six-left {
    left: 0;
    border-left: none
}

.lu-pen-right,
.lu-six-right {
    right: 0;
    border-right: none
}

.lu-corner,
.lu-six-left,
.lu-six-right {
    border: 3px solid rgba(255, 255, 255, .9);
    position: absolute
}

.lu-six-left,
.lu-six-right {
    top: 50%;
    width: 56px;
    height: 120px;
    transform: translateY(-50%)
}

.lu-corner {
    width: 26px;
    height: 26px;
    border-radius: 10px
}

.lu-halves {
    position: absolute;
    inset: 0;
    display: flex
}

.lu-half {
    position: relative;
    width: 50%;
    height: 100%
}

.lu-formations {
    position: absolute;
    left: 16px;
    right: 16px;
    top: 14px;
    display: flex;
    justify-content: space-between;
    gap: 12px
}

.lu-form {
    background: rgba(255, 255, 255, .22);
    border: 1px solid rgba(255, 255, 255, .35);
    color: #fff;
    padding: 8px 10px;
    border-radius: 14px;
    display: flex;
    gap: 10px;
    align-items: center;
    max-width: 48%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.lu-player,
.me-team__name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 320px
}

.lu-form-team {
    opacity: .92;
    overflow: hidden;
    text-overflow: ellipsis
}

.lu-form-val {
    opacity: .92
}

.lu-shirt {
    position: absolute;
    width: 48px;
    height: 48px;
    transform: translate(-50%, -50%);
    z-index: 3
}

.lu-shirt .lu-num,
.me-mid {
    position: relative;
    z-index: 2
}

.lu-shirt svg {
    width: 100%;
    height: 100%;
    display: block
}

.lu-shirt .lu-num {
    color: var(--lu-num, #1b1f2a)
}

.lu-cards {
    display: grid;
    gap: 22px;
    margin-top: 18px
}

.lu-card {
    background: var(--brown-color);
    border-radius: 26px;
    padding: 22px 22px 18px;
    color: white;
}

.lu-card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px
}

.lu-team-badge {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden
}

.country-league-logo img,
.lu-team-badge img {
    width: 22px;
    height: 22px;
    object-fit: contain
}

.lu-team-name {
    letter-spacing: .02em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.lu-formation {
    color: var(--secondary-color);
    font-weight: 600;
    font-size: 12px;
    white-space: nowrap
}

.lu-hr {
    height: 1px;
    background: var(--accent-color);
    margin: 14px 0
}

.lu-section-title {
    font-weight: 800;
    color: var(--accent-color);
    margin: 0 0 10px
}

.lu-row {
    background: var(--main-color);
    border-radius: 12px;
    padding: 12px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px
}

.lu-player {
    font-weight: 600
}

.lu-player small {
    color: var(--secondary-color);
    font-weight: 500;
    margin-left: 6px
}

.lu-more .lu-chevron {
    transition: transform .15s
}

.lu-n {
    font-weight: 700;
    min-width: 41px;
    font-size: 15px
}

.lu-coach,
.lu-more,
.lu-right {
    font-weight: 600
}

.lu-more {
    margin-top: 10px
}

.lu-coach {
    margin-top: 14px;
    color: var(--accent-color);
    font-size: 13px
}

.lu-right {
    color: var(--secondary-color);
    font-size: 12px;
    min-width: 44px;
    text-align: right
}

.BtnMain {
    transition: .3s
}

.bonus-description a {
    color: #000
}

.home_baner-logo {
    margin-right: -10px;
    z-index: 2
}

.popular-matches-banner {
    background: #eaf3fa;
    border-radius: 30px;
    padding: 22px 16px 18px
}

.popular-matches-banner__title {
    color: #2b2b2b;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: .08em;
    margin: 2px 0 16px;
    text-align: center;
    text-transform: uppercase;
    transition: .3s
}

.lm-team-name,
.me-team__name {
    letter-spacing: .4px;
    text-transform: uppercase
}
.sm-compare__pct{
  color: var(--secondary-color);
}
.sm-h2h__title{
  color: white;
}
.sm-h2h__team .scroll_name {
    font-size: 14px;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    width: 88px;
    display: block;
}
.sm-h2h__list{
  color: white;
}
.filters_modal__option--toggle, .sm-h2h__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}
.sm-h2h__teams {
    display: flex;
    gap: 5px;
}

.sm-h2h__teams {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
    text-overflow: ellipsis;
}
.lu-pitch, .name_hero, .sm-bar, .sm-h2h__teams, .sm-league__flag, .sm-league__logo, .sm-league__name, .sm-league__sub, .sm-t5logo {
    overflow: hidden;
}
.bonus-bb-btn-2, .compare-table__th, .name_hero, .sm-h2h__teams, .sm-league__name, .sm-league__sub {
    white-space: nowrap;
}


.lm-cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px
}

.lm-col-head {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 8px 6px 16px
}

.lm-col-head--right {
    justify-content: end;
    text-align: right
}

.lm-item,
.lm-team-badge {
    align-items: center;
    display: flex
}

.lm-team-badge {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #fff;
    justify-content: center;
    box-shadow: 0 10px 22px rgba(12, 25, 41, .08);
    flex: 0 0 56px
}

.lm-team-name {
    font-weight: 800;
    font-size: 18px;
    color: white;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.lm-list {
    background: var(--main-color);
    border-radius: 26px;
    padding: 10px 18px;
    box-shadow: 0 10px 22px rgba(12, 25, 41, .06)
}

.lm-item {
    gap: 16px;
    padding: 14px 6px;
    color: inherit
}

.lm-sep {
    height: 1px;
    background: var(--accent-color);
    margin: 0 6px
}

.lm-badge {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 20px;
    flex: 0 0 48px
}

.lm-badge--win-home {
    background: var(--secondary-color);
    color: white;
}

.lm-badge--win-away {
    background: #60A667;
    color: white;
}

.lm-badge--draw {
    background: #eef2f6;
    color: #6b7a8b
}

.lm-mid {
    flex: 1;
    min-width: 0;
    width: 200px
}

.lm-sub {
    font-size: 14px;
    color: var(--accent-color);
    display: flex;
    gap: 10px;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.lm-main {
    margin-top: 4px;
    font-size: 18px;
    font-weight: 500;
    color: #0e0e10
}

.lm-main .scroll_name {
    white-space: nowrap;
    overflow: hidden;
    width: 250px;
    display: block;
    color:white;
}

.lm-right {
    text-align: right;
    min-width: 110px
}

.lm-status {
    font-size: 14px;
    color: var(--accent-color);
    font-weight: 400;
    white-space: nowrap
}

.lm-score {
    margin-top: 4px;
    font-size: 18px;
    font-weight: 900;
    white-space: nowrap;
    color: var(--secondary-color);
}

.lm-empty {
    padding: 18px 6px;
    color: #8ea1b2;
    font-weight: 600
}

.sm-ai-preds__list {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-top: 18px
}

.sm-ai-card {
    padding: 24px 30px;
    border-radius: 40px
}

.sm-ai-card__title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 800;
    font-size: 16px;
    text-transform: uppercase;
    color: white;
    margin-bottom: 10px
}

.sm-ai-card__icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto
}

.sm-ai-card__icon svg {
    width: 100%;
    height: 100%;
    display: block
}

.sm-ai-card__body {
    font-size: 15px;
    line-height: 1.5;
    color: white;
}

.sm-ai-card__body.game_prediction_text {
    font-size: 15px
}

.sm-ai-card__body>:last-child {
    margin-bottom: 0
}

@media (max-width:980px) {
    .lm-box {
        padding: 22px;
        border-radius: 26px
    }
    .lm-cols {
        grid-template-columns: 1fr
    }
    .sm-ai-card {
        padding: 20px 22px;
        border-radius: 24px
    }
    .sm-ai-card__title {
        font-size: 14px
    }
}

.lm-team-badge {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #fff;
    justify-content: center;
    box-shadow: 0 10px 22px rgba(12, 25, 41, .08);
    flex: 0 0 56px;
}
.lm-item, .lm-team-badge {
    align-items: center;
    display: flex;
}
.lm-team-name, .me-team__name {
    letter-spacing: .4px;
    text-transform: uppercase;
}
.lm-team-badge img, .me-team__badge img {
    width: 34px;
    height: 34px;
    object-fit: contain;
    display: block;
}

.match-stats {
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: 100%
}

.ms-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 1.2
}

.ms-val {
    width: 64px;
    font-weight: 700;
    opacity: .95;
    white-space: nowrap;
    color: var(--accent-color);
}

.ms-val--away {
    text-align: right
}

.ms-label {
    flex: 1;
    text-align: center;
    font-weight: 600;
    opacity: .95;
    color:white;
}

.ms-bar {
    position: relative;
    height: 10px;
    width: 100%;
    background: var(--accent-color);
    border-radius: 999px;
    overflow: hidden
}

.ms-bar__fill {
    height: 100%;
    width: 0%;
    background: var(--secondary-color);
    border-radius: 999px;
    transition: width .25s
}



.me-box {
    background: var(--brown-color);
    border-radius: 38px;
    padding: 34px 42px 36px;
    width: 100%
}

.me-minute,
.me-team__badge {
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 10px 22px rgba(12, 25, 41, .08)
}

.me-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 24px
}

.me-team {
    display: flex;
    align-items: center;
    gap: 18px;
    min-width: 260px
}

.me-team--right {
    justify-content: flex-end;
    text-align: right
}

.me-team__badge {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center
}

.lm-team-badge img,
.me-team__badge img {
    width: 34px;
    height: 34px;
    object-fit: contain;
    display: block
}

.me-team__name {
    font-size: 18px;
    color: white;
    font-weight: 600;
}

.me-timeline {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 22px;
    padding: 6px 0 8px
}

.me-timeline:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    transform: translateX(-50%);
    background: var(--secondary-color)
}

.me-row {
    display: grid;
    grid-template-columns: 1fr 86px 1fr;
    align-items: center;
    column-gap: 22px;
    min-height: 92px
}

.me-mid {
    display: flex;
    justify-content: center;
    align-items: center
}

.me-ico,
.me-minute {
    align-items: center
}

.me-minute {
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    font-size: 14px;
    line-height: 1;
    background:var(--secondary-color);
    color: white;
    font-weight: 600;
}

.me-card,
.me-side {
    width: 100%;
    display: flex
}

.me-detail,
.me-player {
    line-height: 1.15;
    font-size: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.me-side--home {
    justify-content: flex-start
}

.me-side--away {
    justify-content: flex-end
}

.me-card {
    background: var(--main-color);
    border-radius: 18px;
    padding: 22px;
    align-items: flex-start;
    gap: 14px;
    max-width: 500px;
    box-shadow: 0 10px 22px rgba(12, 25, 41, .08)
}

.me-ico {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    flex: 0 0 28px;
    margin-top: 2px;
    background: rgba(122, 77, 255, .1)
}

.me-ico svg {
    width: 16px;
    height: 16px;
    display: block
}

.me-ico--yellow {
    background: rgba(245, 188, 64, .18)
}

.me-ico--yellow svg {
    color: #f5bc40
}

.me-ico--red {
    background: rgba(234, 75, 90, .18)
}

.me-ico--red svg {
    color: #ea4b5a
}

.me-ico--subst {
    background: rgba(90, 201, 151, .18)
}

.me-ico--subst svg {
    color: #2daa73
}

.me-ico--card svg,
.me-ico--goal svg {
    color: var(--secondary-color)
}
.me-ico--goal svg path{
    fill: var(--secondary-color);
}
.me-detail {
    font-weight: 700;
    color: white;
    margin-bottom: 8px
}

.me-player {
    font-weight: 500;
    color: var(--accent-color)
}
.status-3{
    background: #60A667;
    color: white;
}

.h2h-table {
    width: 100%;
    background: #fff;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 10px 22px rgba(12, 25, 41, .06)
}

.h2h-tbody .h2h-tr,
.h2h-thead {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 0 18px
}

.h2h-thead {
    height: 56px;
    color: #fff;
    font-weight: 800;
    font-size: 16px;
    background: var(--secondary-color);
}

.h2h-th {
    opacity: .98
}
.h2h-tbody{
  background: var(--main-color);
  color: white;
}

.h2h-tbody .h2h-tr {
    min-height: 64px;
    border-top: 1px solid var(--main-color);
    color: inherit;
    text-decoration: none
}

.h2h-td--date,
.h2h-th--date {
    flex: 0 0 auto;
    min-width: 140px
}

.h2h-td--score,
.h2h-th--score {
    flex: 0 0 auto;
    min-width: 90px;
    text-align: center
}

.h2h-td--status,
.h2h-th--status {
    flex: 0 0 auto;
    min-width: 160px;
    display: flex;
    justify-content: center
}

.h2h-td--league,
.h2h-th--league {
    flex: 2 1 260px;
    min-width: 180px
}

.h2h-td--away,
.h2h-td--home,
.h2h-th--away,
.h2h-th--home {
    flex: 1 1 220px;
    min-width: 160px
}

.h2h-th--away,
.h2h-th--home {
    display: flex
}

.h2h-th--home {
    justify-content: flex-end
}

.h2h-th--away {
    justify-content: flex-start
}

.h2h-td {
    font-size: 15px;
    color: #0e0e10;
    font-weight: 600
}

.h2h-td--date {
    font-weight: 500;
    color: white
}

.h2h-league,
.h2h-team {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0
}

.h2h-league-ico,
.h2h-team-badge {
    align-items: center;
    display: flex
}

.h2h-league-ico {
    width: 26px;
    height: 26px;
    border-radius: 8px;
    background: #eef2f7;
    justify-content: center;
    flex: 0 0 26px;
    font-size: 14px
}

.h2h-league-name .scroll_name {
    white-space: nowrap;
    overflow: hidden;
    color: var(--secondary-color);
    font-weight: 700;
    display: block;
    width: 100px
}

.h2h-team--home {
    justify-content: end
}

.h2h-team--away {
    justify-content: flex-start
}

.h2h-team-name .scroll_name {
    white-space: nowrap;
    overflow: hidden;
    font-weight: 700;
    display: block;
    width: 100px;
    color: white;
}

.h2h-team-badge {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #e6eef7;
    justify-content: center;
    flex: 0 0 34px
}

.h2h-team-badge img {
    display: block
}
.h2h-team-badge img, .league-table__team-logo img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.h2h-score {
    text-align: center;
    font-weight: 900;
    font-size: 18px;
    color: var(--secondary-color);
    letter-spacing: .2px
}

.h2h-status {
    margin-left: auto;
    width: 140px;
    height: 34px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px
}

.h2h-status--done {
    background: #60A667;
    color: white;
}

.h2h-status--live {
    background: #bff6b4;
    color: #1e7e3a
}

.h2h-status--wait {
    background: #ffddb7;
    color: #ff8c00
}

@media (max-width:1100px) {
    .h2h-td--date,
    .h2h-th--date {
        min-width: 120px
    }
    .h2h-td--score,
    .h2h-th--score {
        min-width: 80px
    }
    .h2h-td--status,
    .h2h-th--status {
        min-width: 140px
    }
    .h2h-status {
        width: 120px
    }
}

@media (max-width:900px) {
    .h2h-box {
        padding: 18px;
        border-radius: 26px
    }
    .h2h-thead {
        display: none
    }
    .h2h-tbody .h2h-tr {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 14px;
        min-height: auto
    }
    .h2h-td--status {
        justify-content: flex-start
    }
    .h2h-status {
        margin-left: 0
    }
}

@media screen and (min-width:1024px) and (max-width:1440px) {
    .matches_modal.show {
        display: block;
        opacity: 1;
        transform: translateY(0);
        z-index: 1000;
        position: fixed;
        top: 6% !important;
        right: 0;
        left: 0;
        bottom: 0
    }
}
.matches-modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 998;
    opacity: 0;
    transition: opacity .25s ease;
}
.matches-modal-overlay.is-open {
    opacity: 1;
}
#matchDetailsModal, .acc-row.country-header {
    cursor: pointer;
}
.matches_modal {
    display: none;
    opacity: 0;
    transition: .5s;
    transform: translateY(100%);
    cursor: pointer;
    pointer-events: none;
}
.matches_modal.is-open, .matches_modal.show {
    display: block;
    opacity: 1;
    transform: translateY(0);
    z-index: 1000;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    pointer-events: auto;
}
#matchDetailsModal.is-open .modal-dialog,
#matchDetailsModal.show .modal-dialog {
    min-height: 100vh;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
#matchDetailsModal.is-open .inner-section-modal,
#matchDetailsModal.show .inner-section-modal {
    margin-bottom: 0;
}
body.matches-modal-open {
    overflow: hidden;
}
.inner-section-modal, .inner-section-modal-new {
    height: 500px;
    margin-bottom: 100px;
    border-radius: 30px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.sport-modal {
    background-size: auto;
    padding: 60px;
}
.sport-modal.is_modal_sport_False {
    background-size: cover;
}
.modal-m-close {
    position: absolute;
    top: -30px;
    right: 5px;
}
.league-tabs, .sport_banner_right {
    margin: 30px 0;
}
.popup-title {
    font-weight: 800;
    font-size: 41px;
    color: #fff;
    line-height: normal;
}
.advantage-title, .dyn-content h2, .league-section-title, .match-pred-titles, .pm-review-title, .popup-title, .single_bk_title, .trans-team__name {
    text-transform: uppercase;
}
.popup-content {
    text-align: center;
}
.popup-button, .popup-content {
    color: #fff;
    margin-top: 10px;
    font-weight: 500;
}
.sm-translations__btn__tg {
    border: 0;
    align-items: center;
    border-radius: 999px;
    color: #fff;
    background: #1a8ec9;
}
.sm-translations__btn, .sm-translations__btn__tg {
    display: inline-flex;
    gap: 10px;
    padding: 10px 22px 10px 14px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    box-shadow: 0 8px 18px rgba(36, 15, 74, .18);
    user-select: none;
    cursor: pointer;
    white-space: nowrap;
}
.sm-translations__btn-ico {
    width: 36px;
    height: 36px;
    border-radius: 999px;
    background: #fff;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.trans-match-card {
    width: 100%;
    max-width: 520px;
    border-radius: 28px;
    padding: 32px 36px;
    background: rgba(255, 255, 255, .12);
    box-shadow: 0 24px 50px rgba(22, 8, 60, .35);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 22px;
    color: #fff;
}
.trans-match-time {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
}
.trans-match-teams {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    width: 100%;
}
.trans-team {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    min-width: 160px;
    text-align: center;
}
.trans-team__logo {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 24px rgba(0, 0, 0, .12);
}
.trans-team__logo img {
    width: 62px;
    height: 62px;
    object-fit: contain;
}
.trans-match-play {
    min-width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #1b8adb;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 14px 26px rgba(27, 138, 219, .4);
}

.trans-team__name {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .4px;
}
.advantage-title, .dyn-content h2, .league-section-title, .match-pred-titles, .pm-review-title, .popup-title, .single_bk_title, .trans-team__name {
    text-transform: uppercase;
}
.popup-title {
    font-weight: 800;
    font-size: 33px;
    color: #fff;
    line-height: normal;
    margin: 40px 0px;
}
.js-trans-popup-btn{
  width: 50%;
  margin: auto;
}
.lu-toggle, .lu-toggle:not(:checked)+.lu-list .lu-extra, .sm_panel {
    display: none;
}
.lu-list, .sm-general__rows {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.lu-head-left, .lu-left, .sport-pred-card__author {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}
.lu-n {
    font-weight: 700;
    min-width: 41px;
    font-size: 15px;
}
.lu-player {
    font-weight: 600;
}
.lu-player, .me-team__name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 320px;
}
.lu-more {
    margin-top: 10px;
}
.lu-coach, .lu-more, .lu-right {
    font-weight: 600;
}
.BtnMain, .bk-accordion-item, .bks-filter-btn, .bonus-description a, .faq, .faq_btn, .game-item, .lu-more, .my-accordion-header, .pm-history__more, .pm-star, .prediction_card, .sm_tab {
    cursor: pointer;
}
.decor-el img, .lu-more, .lu-shirt {
    user-select: none;
}
.lu-more .lu-chevron {
    transition: transform .15s;
}
.lu-more svg, .sport-pred-card__sport-icon svg, .sport-pred-card__time-icon svg {
    width: 14px;
    height: 14px;
}

@media (max-width: 768px) {
    .hero_teams {
        display: flex;
        justify-content: center;
        width: 100%;
        font-weight: 600;
        color: #000;
        align-items: center;
        gap: 0 !important;
        margin: 32px 0 0;
    }
}
@media (max-width: 768px) {
    .all_bonuses_bottom_block .all-titles, .all_bonuses_bottom_block .placeholder_p, .hero_link, .league-season-filter, .league-season-filter select, .match_dt, .pp p, .sport-pred-card__match-left {
        width: 100%;
    }
}
@media (max-width: 768px) {
    .hero_team_logo {
        width: 55px;
        height: 55px;
    }
}
@media (max-width: 768px) {
    .get-prediction-button-mobile, .hero_team_logo, header .navbar-brand {
        margin: auto;
    }
}
@media (max-width: 768px) {
    .hero_team_logo img {
        width: 36px;
        height: 36px;
    }
}
.name_home_hero {
    text-align: end;
}
.data_hero, .name_and_data {
    overflow: visible;
}
@media (max-width: 768px) {
    .name_hero {
        text-align: center;
        width: 115px;
    }
}
@media (max-width: 768px) {
    .name_hero, .sm-h2h__title {
        font-size: 18px;
    }
}
@media (max-width: 768px) {
    .team_hero {
        display: block;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .match_time {
        font-weight: 900;
        font-size: 23px;
        line-height: .95;
        letter-spacing: 3px;
    }
}
@media (max-width: 768px) {
    .hero_odds {
        display: block;
        border-radius: 25px;
        padding: 10px 12px;
        gap: 20px;
        margin: 20px 0;
        width: 100%;
    }
}


@media (max-width: 768px) {
    .odds-box-hero {
        border-radius: 50px;
        padding: 3px 10px 0px 2px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 65px;
        width: 100%;
        margin: 10px 0;
        color: white;

    }
}
@media (max-width: 768px) {
    .dyn-content h2, .exc-dyn-content h2, .match-pred-titles, .seo-h3-block, .single_match_tg .game_overview {
        font-size: 20px;
    }
}
.breadcrumbs {
  padding: 10px;
}
@media (max-width: 768px) {
    .sport_list.ajax-tabs-sport, .status_line {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
}
@media (max-width: 768px) {
    .sport_list {
        display: flex;
        gap: 7px;
        overflow-x: auto;
        margin-bottom: 20px;
        list-style: none;
        padding: 0 0 20px;
        border-bottom: 1px solid var(--accent-color);
    }
}
@media (max-width: 768px) {
    .sport_tabs button {
        padding: 11px 14px;
        font-size: 13px;
        gap: 5px;
        white-space: nowrap;
    }
}
@media (max-width: 768px) {
    .no-matches, .sport_tabs button {
        align-items: center;
        display: flex;
    }
}
@media (max-width: 768px) {
    .sport_tabs button, .status_btn {
        background: var(--main-color);
        border-radius: 50px;
        color: white;
        transition: .3s;
        font-weight: 600;
    }
}

@media (max-width: 768px) {
    .sport_tabs button {
        padding: 11px 14px;
        font-size: 13px;
        gap: 5px;
        white-space: nowrap;
    }
}

@media (max-width: 768px) {
    .date_line {
        gap: 2px;
    }
}

@media (max-width: 768px) {
    .acc-promocode, .date_line, .status_line, .view-btn-container {
        display: flex;
    }
}
@media (max-width: 768px) {
    .BtnCircle {
        width: 40px;
        height: 40px;
        border-radius: 100%;
        background: var(--main-color);
        transition: .3s;
    }
}

@media (max-width: 768px) {
    .BtnCircle .date, .odds_item .odds_value {
        font-weight: 700;
        font-size: 14px;
        color: white;
    }
}


@media (max-width: 768px) {
    .BtnCircle .day {
        font-size: 11px;
        display: block;
        transition: .3s;
    }
}

@media (max-width: 768px) {
    .BtnCircle .day, .game-day {
        color: white;
        font-weight: 500;
    }
}
@media (max-width: 768px) {
    .sport_list.ajax-tabs-sport, .status_line {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
}
@media (max-width: 768px) {
    .status_line {
        gap: 10px;
        overflow-x: auto;
    }
}
@media (max-width: 768px) {
    .acc-promocode, .date_line, .status_line, .view-btn-container {
        display: flex;
    }
}
@media (max-width: 768px) {
    .seacrch_block, .status_line {
        border-top: 1px solid var(--accent-color);
        padding-top: 10px;
    }
}
@media (max-width: 768px) {
    .status_btn {
        padding: 9px 20px;
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .date_status_line {
        display: grid;
        justify-content: space-between;
        align-items: center;
        gap: 15px;
    }
}

.filters_modal {
    position: fixed;
    z-index: 1200;
    opacity: 0;
    transform: translateY(8px) scale(.98);
    transition: opacity .2s, transform .2s, visibility .2s;
    transform-origin: top right;
}
.dot_tip, .filters_modal, .pm-spinner {
    visibility: hidden;
}
#bonus-categories.is-loading, .bk_hero:before, .decor-layer, .filters_modal, .pm-history__line {
    pointer-events: none;
}
@media (max-width: 768px) {
    .filters_modal__panel {
        max-width: 87vw;
        border-radius: 28px;
        padding: 12px 18px;
        box-shadow: 0 18px 40px rgba(24, 16, 48, .18);
    }
}

@media (max-width: 768px) {
    .search_input {
        height: 100%;
        width: 100%;
        border-radius: 20px;
        padding: 10px 57px 10px 10px;
        border: 1px solid transparent;
        color: white;
        transition: border-color .25s;
        
    }
}

@media (max-width: 768px) {
    .article-card, .search_input {
        background: #585250;
    }
}
@media (max-width: 768px) {
    .search_btn {
        position: absolute;
        top: 59%;
        right: 13px;
        transform: translateY(-50%);
    }
}

@media (max-width: 768px) {
    .datapicker-block {
        position: absolute;
        margin-left: 0;
        width: 250px;
        z-index: 10;
    }
.popup-title {
    font-weight: 800;
    font-size: 18px;
    color: #fff;
    line-height: normal;
    margin: 40px 0px;
}
.header-popup img{
        width: 150px;
}
.sport_banner_right .tg_link
{
    width: 75%;
}
}
@media (min-width: 769px) and (max-width: 1024px) {
.search_input {
  width: auto!important;;
    }
  .sport_tabs button, .status_btn {
        font-weight: 600;
        font-size: 13px;
        background: #262423;
        color: white;
        border-radius: 50px;
        transition: .3s;
    }
  .status_btn {
        padding: 9px 10px;
    }
    .BtnCircle {
        width: 40px;
        height: 40px;
        border-radius: 100%;
        background: #262423;
        transition: .3s;
        color: white;
        font-size: 13px;
    }
  .date_line, .sport_list {
        gap: 3px;
        display: flex;
    }
}