/* Подключаем 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_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{
  margin-top: 60px;
  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;
}
.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: 20px;
}
.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{
  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;
}
.status_won{
  background: #60A667;
  color: var(--third-color);
}
.status_lost{
  background: #FF0000;
  color: var(--third-color);
}
.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 {
  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 !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;
}
.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;
}
.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: 57px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.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;
}
.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;
  }
    .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;
}

@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: 12px;
  }
  .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;
}
.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) {
    .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;
    }
        .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;
}
}
