  /* Гамбургер */
.burger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 18px;
  height: 15px;
  cursor: pointer;
}
.burger span {
  height: 3px;
  width: 100%;
  background: #fff;
  border-radius: 2px;
  transition: 0.3s;
}

.hero-content {
  padding: 0 100px 0 20px;
  width: auto;
  z-index: 2;
}

/* Крестик (при активном состоянии) */
.burger.active span:nth-child(1) {
  transform: rotate(45deg) translateY(9px);
}
.burger.active span:nth-child(2) {
  opacity: 0;
}
.burger.active span:nth-child(3) {
  transform: rotate(-45deg) translateY(-9px);
}

.bk-logo .btn-toggle{
	display:none;
}

.news-image.first {
display:none;
}

.mob{
	display: none !important;;
}
.bk-stats.mob{
	display:none;
}

.bonuses-carousel-container{
	display:none;
}

.pla{
	display:none;
}
@media (max-width: 1380px) {
	
	.pla{
	display:inline;
}

	body {
	  background-color: #0a0a0a;
	  color: #fff;
	  /*! padding: 0 20px; */
	}
	
	.burger {
    display: flex;
  }

	.container {
	  max-width: var(--container-max);
	  /*! margin: 0 auto; */
	  padding: 0 0px;
	  display: flex;
	  align-items: baseline;
	  justify-content: space-between;
	}
	
	.news-section .container {
	  display: block;
	  max-width: 1800px;
	  margin: 0 auto;
	  padding: 0 0px;
	}
	.why-us-section .container {
	  display: block;
	  max-width: 1800px;
	  margin: 0 auto;
	  padding: 0 0px;
	}
	.popular-articles .container {
	  display: block;
	  max-width: 1800px;
	  margin: 0 auto;
	  padding: 0 0px;
	}
	.faq-cta {
	  margin: auto 0px;

	}
	.hero {

	  margin: 40px 0px 60px 0px;
	}	
	
	
	/* ========== HEADER ========== */
header {
  background-color: #0a0a0a;
  border-bottom: 1px solid #1a1a1a;
}

header .container {
  max-width: 1800px;
  margin: auto 20px;
  padding: 18px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;

}

header .container .logo img {
  height: 50px;
}

header .container nav ul {
  display: none;
  align-items: center;
  list-style: none;
  gap: 25px;
}

header .container nav a {
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  transition: color 0.3s;
  font-family: 'Roboto', sans-serif;
}

  nav ul {
    flex-direction: column;
    align-items: center;
    padding: 50px 30px 0px 30px;
    padding-left: 30px;
    gap: 10px;
  }
  
    nav {
    position: absolute;
    top: 90px;
    left: 0;
    width: 92%;
    background: rgba(30, 31, 34, 1);
    /*! border-top: 1px solid #eee; */
    transform: translateY(-120%);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    margin-left: 20px;
    margin-right: 20px;
  }
  nav.active {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    border-radius: 12px;
    z-index: 10;
  }
  nav ul {
    flex-direction: column;
    align-items: center;
    padding: 50px 30px 0px 30px;
    gap: 10px;
  }

header .container nav a:hover {
  color: #59c53c;
}

header .container .dropdown {
  display: flex;
  align-items: center;
  gap: 5px;
}

header .container .dropdown svg {
  width: 12px;
  height: 12px;
  fill: #fff;
}

header .container .dropdown:hover svg {
  fill: #59c53c;
}



header .container .tg-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border: 1.5px solid #59c53c;
  border-radius: 6px;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s;
  font-family: 'Roboto', sans-serif;
  margin-left: auto;
  margin-right: 30px;
}

header .container .tg-btn:hover {
  background-color: #59c53c;
  color: #000;
}

header .container .tg-btn svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}
.date-filters{
	display:flex;
	gap: 20px;
}

  /* ========== HERO ========== */
.hero {
  /*! background: linear-gradient(to right, rgba(10,10,10,0.95) 35%, rgba(10,10,10,0.1) 65%), url('../img/hero.png') right/cover no-repeat; */
  border-radius: 12px;
  margin: 40px 20px 60px 20px;
  max-width: 1800px;
  min-height: 513px;
  display: flex;
  align-items: center;
  color: #fff;
  position: relative;
  background-image: url('../img/hero.png');
  background-size: cover;
  background-position: 40%;
}

.hero-content {
  padding: 0 100px 100px 20px;
  width: 1040px;
  z-index: 2;
}

.hero h1 {
  font-size: 90px;
  /*! font-weight: 800; */
  line-height: 1.2;
  font-family: 'MontserratBold';
}

.hero h1 span {
  color: #59c53c;
  font-family: 'MontserratBold';
}

.hero p {
  font-size: 24px;
  font-weight: 500;
  margin: 30px 0 70px;
  font-family: 'Roboto', sans-serif;
}

.hero button {
  background-color: #62B55C;
  border: none;
  padding: 11px 130px;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s;
  font-family: 'Roboto', sans-serif;
}

.hero button:hover {
  background-color: #46a72f;
}


/* ========== ПРОГНОЗЫ ========== */
.predictions {
  max-width: 1800px;
}

.predictions-container {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}

/* ---------- ЛЕВАЯ ЧАСТЬ ---------- */
.predictions-main {
  flex: 1;
  max-width: 1345px;
}

.section-title {
  font-size: 80px;
  /*! font-weight: 800; */
  margin-bottom: 30px;
}

.filters {
  display: inline-flex;
  align-items: center;
  /*! gap: 10px; */
  margin-bottom: 50px;
  background: linear-gradient(135deg, #1E1F22 0%, #1E1F22 100%);
  padding: 10px;
  border-radius: 8px;
  width: auto;
}

.filters button {
  background: #1a1a1a;
  border: none;
  padding: 10px 20px;
  border-radius: 8px;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Roboto', sans-serif;
}

.filters button.active,
.filters button:hover {
  background: #32652e;
  color: #fff;
}

.cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 30px;
}

.card {
  /*! background: #141414; */
  /*! border: 1px solid #5FB859; */
  border-radius: 12px;
  padding: 20px 20px 30px 20px;
  text-align: center;
  /*! font-family: 'Roboto', sans-serif; */
}

.league {
  display: inline-block;
  background: #f0c24b;
  color: #000;
  font-weight: 600;
  font-size: 14px;
  padding: 5px 5px;
  border-radius: 20px;
  margin-bottom: 50px;
  font-family: 'Roboto', sans-serif;
  /*! float: left; */
  flex-direction: column;
  display: flex;
  justify-content: left;
  width: 56%;
}

.teams {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
  font-family: 'Roboto', sans-serif;
  padding: 0 30px;
}

.teams img {
  height: 80px;
}

.vs p {
  font-size: 22px;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
}

.vs span {
  font-size: 14px;
  color: #fff;
  font-family: 'Roboto', sans-serif;
}

.match-info {
  margin-bottom: 25px;
  font-size: 15px;
  color: #ccc;
  font-family: 'Roboto', sans-serif;
}

.match-info p{
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
}

.match-info strong{
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  color: #fff;
}

.match-row .odds {
  display: flex;
  gap: 16px;
  margin-bottom: 0px;
}

.odds {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}

.odds div p{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #BFBFBF;
}
.odds div {
  background: #0d0d0d;
  padding: 31px 45px;
  border-radius: 8px;
  text-align: center;
  font-family: 'Roboto', sans-serif;
}

.odds span {
  color: #59c53c;
  font-size: 20px;
  font-weight: 600;
}

.btn-green {
  width: 100%;
  background: #59c53c;
  color: #000;
  border: none;
  padding: 11px 14px 11px 14px;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  background: #62B55C;
}


.all-predictions {
  margin-top: 40px;
  text-align: center;
  /*! margin-bottom: 130px; */
}

.all-predictions a {
  color: #fff;
  background: var(--main-bg-color);
  padding: 12px 28px;
  border-radius: 8px;
  text-decoration: none;
  transition: 0.3s;
  font-family: 'Roboto', sans-serif;
  width: 100%;
  display: flex;
  justify-content: center;
}

.all-predictions a:hover {
  background: #59c53c;
  color: #000;
}

/* ---------- САЙДБАР ---------- */
.sidebar {
  width: 427px;
  position: sticky;
  top: 20px;
  margin-top: 20px;
}

.subscribe {
  /*! background: #3fc060; */
  border-radius: 12px;
  padding: 25px;
  color: #000;
  margin-bottom: 30px;
  background-image: url('../img/tgbk.png');
}

.subscribe h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

.subscribe p {
  font-size: 18px;
  margin-bottom: 20px;
}

.subscribe button {
  width: 100%;
  background: #141414;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}

.subscribe button:hover {
  background: #000;
}

.bookmakers {
  background: #1E1F22;
  border-radius: 12px;
  padding: 25px;
  border: 1px solid #5FB859;
}

.bookmakers .title-bk-banner {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

.bookmakers ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none;
}

.bookmakers li {
  /*! background: #0d0d0d; */
  /*! padding: 10px 15px; */
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bookmakers img {
  height: 44px;
  width: auto;
}

.bookmakers span {
  color: #fff;
  font-size: 14px;
}

.bookmakers a {
  background: #62B55C;
  color: #000;
  padding: 11px 16px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
}

/* === MATCH CENTER SECTION === */
.match-center-section {
  /*! background: #0b0b0b; */
  /*! padding: 60px 0; */
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  margin-top: 130px;
}

.match-center-section .container {
  max-width: 1800px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: inherit;
  flex-direction: column;
  align-items: inherit;
}

/* Заголовок */

/* Верхние фильтры */
.match-filters {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  flex-wrap: wrap;
  gap: 15px;
  border-bottom: 1px solid #32652e;
  padding-bottom: 20px;
}

.date-filters button {
  background: #060606;
  border: 2px solid #32652e;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 16px;
  border-radius: 6px;
  cursor: pointer;
}

.date-filters button.active {
  background: #32652e;
  color: #fff;
  border-color: #32652e;
}

.status-legend {
  display: flex;
  gap: 32px;
  font-size: 18px;
  color: #fff;
  /*! align-items: first baseline; */
  /*! justify-content: right; */
  display: flex;
  justify-content: revert-layer;
  /*! display: flex; */
  /*! flex-wrap: revert-layer; */
}

.status-legend .dot {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 6px;
  /*! margin-top: 6px; */
}

.dot.done { background: #888; }
.dot.live { background: #59c53c; }
.dot.soon { background: #2a8fff; }

/* Спортивные фильтры */
.sport-filters {
  display: flex;
  gap: 10px;
  margin-bottom: 25px;
}

.sport-filters button {
  background: #151515;
  border: none;
  color: #ccc;
  padding: 10px 18px;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  transition: background 0.2s;
}

.sport-filters button.active {
  background: #59c53c;
  color: #000;
}

.sport-filters button:hover {
  background: #202020;
}

/* Таблица матчей */
.match-table {
  /*! background: #101010; */
  /*! border-radius: 10px; */
  overflow: hidden;
}

/* Заголовок лиги */
.league-header {
  display: flex;
  align-items: center;
  /*! justify-content: space-between; */
  background: #62b55c;
  color: #000;
  font-weight: 600;
  padding: 10px 20px;
}

.league-header img {
  height: 16px;
  margin-right: 10px;
}

.odds-labels {
  display: flex;
  gap: 83px;
  margin-left: auto;
}

/* Строка матча */
.match-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 23px 20px;
  border-bottom: 1px solid #1a1a1a;
  background: #111;
  flex-wrap: wrap;
  gap: 10px;
}

.match-left {
  display: flex;
  align-items: center;
  gap: 12px;
  /*! flex: 1 1 0px; */
  /*! justify-content: space-between; */
  margin-right: 50px;
}

.match-play {
  display: flex;
	justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-right: 50px;
}

.time {
  font-size: 14px;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 6px;
  color: #fff;
  min-width: 52px;
  text-align: center;
}

.time.soon { background: #2a8fff; }
.time.live { background: #59c53c; color: #000; }
.time.done { background: #888; }

.match-center {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1 1 430px;
  justify-content: space-between;
  margin-right: 50px;
}

.score {
  background: #e5a431;
  color: #000;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 6px;
  font-size: 15px;
}

.stream {
  font-size: 18px;
  /*! color: #aaa; */
}

.match-right .odds {
  display: flex;
  gap: 56px;
}

.odds span {
  border: 1px solid #59c53c;
  border-radius: 19px;
  padding: 5px 14px;
  color: #e5a431;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  min-width: 45px;
  font-family: 'Roboto', sans-serif;
}

.match-row:hover {
  background: #131313;
}

/* Кнопка “Смотреть все” */
.view-all {
  width: 100%;
  /*! padding: 14px; */
  background: var(--main-bg-color);
  border: none;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  cursor: pointer;
  border-top: 1px solid #1f1f1f;
  transition: background 0.2s;
  border-radius: 8px;
  padding: 12px 28px;
  margin-top: 50px;
}

.view-all:hover {
  background: #202020;
}

/* ---------- ЛЕВАЯ ЧАСТЬ - БОНУСЫ ---------- */
.bonuses-main {
    flex: 1;
}

.bonuses-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin-bottom: 40px;
}

.bonus-card {
    background: #141414;
    border: 1px solid #2a2a2a;
    border-radius: 12px;
    /*! padding: 25px; */
    transition: all 0.3s;
    position: relative;
}

.bonus-card:hover {
    border-color: #59c53c;
    transform: translateY(-5px);
}

.bonus-header h3,
.bonus-header .bonus-header-title {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
    margin-top: 30px;
    margin-left: 20px;
}

.bonus-description {
    color: #ccc;
    line-height: 1.5;
    margin-bottom: 20px;
    font-size: 14px;
    margin-left: 20px;
    margin-right: 20px;
}

.btn-get-bonus {
    width: 85%;
    background: #62b55c;
    color: #000;
    border: none;
    padding: 12px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 18px;
    align-items: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.bonus-card img.imgtop{
	width: 100%;
	border-radius: 8px 8px 0px 0px;
}

.btn-get-bonus:hover {
    background: #46a72f;
}

.view-all-bonuses {
    text-align: center;
}

 :root{
    --bg:#060606;
    --panel:#0f1112;
    --main-bg-color:#1E1F22;
    --muted:#9aa1a6;
    --text:#eef0f1;
    --accent:#22c25e; /* зелёный */
    --accent-dark:#18a74a;
    --gold:#bfa84a;
    --card-radius:12px;
    --container-max:1800px;
  }

  /* Global .container as you provided, but we'll override inside the section */
  .container {
    max-width: var(--container-max);
    /*! margin: 0 auto; */
    /*! padding: 0 20px; */
    display: flex;
    align-items: baseline;
    justify-content: space-between;
  }

  body{
    margin:0;
    background: linear-gradient(180deg,#050505 0%, #0b0b0b 100%);
    color:var(--text);
    font-family:"Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
  }

  /* ===== SECTION WRAPPER (independent) ===== */
  .bookmakers-section{
    padding: 0px 0;
    /* subtle diagonal gradient like screenshot */
    /*! background: linear-gradient(120deg, rgba(10,10,10,0.95) 0%, rgba(12,20,13,0.85) 55%, rgba(8,10,10,0.98) 100%); */
    margin-top: 130px;
  }

  /* inside this block we want .container to behave as a block (not flex) */
  .bookmakers-section .container{
    display:block;
    max-width: var(--container-max);
    /*! padding: 0 28px; */
  }


  /* subtitle line under title */

  /* list container */
  .bk-list{
    display: grid;
    gap: 14px;
    align-items: start;
  }

  /* bookmaker item */
  .bk-item{
    /*! background: linear-gradient(180deg, rgba(255,255,255,0.01), rgba(255,255,255,0.00)); */
    border-radius:12px;
    padding:12px 12px 12px 22px;
    border: 1px solid rgba(191,168,74,0.06); /* thin gold-ish border like screenshot */
    position: relative;
    overflow: visible;
  }

  .bk-row{
    display:flex;
    align-items:center;
    gap:16px;
    /*! padding:12px; */
    width: 100%;
  }

  /* logo box */
  .bk-logo{
    width:110px;
    height:54px;
    border-radius:8px;
    background:linear-gradient(90deg,#0f1720,#15181a);
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:800;
    color:var(--accent);
    box-shadow: inset 0 -6px 10px rgba(0,0,0,0.6);
    flex: 0 0 110px;
  }

  /* main stats */
  .bk-stats{
    display:flex;
    align-items:center;
    gap:18px;
    flex:1;
    min-width:0;
  }

  .stars{
    display:flex;
    gap:6px;
    align-items:center;
    color:var(--gold);
    font-weight:700;
    font-size:14px;
  }

  .stat-meta{
    display:flex;
    gap:50px;
    align-items:center;
    color:#fff;
    font-size:18px;
  }
  .stat-meta .meta-item{display:flex;gap:8px;align-items:center}

  /* bonus */
  .bk-bonus{
    font-weight:700;
    color:var(--accent);
    min-width:160px;
    text-align:left;
  }

  /* right controls */
  .bk-actions{
    display:flex;
    align-items:center;
    gap:50px;
  }

  .btn-site{
    background: linear-gradient(180deg,#62b55c,#62b55c);
    color:#021004;
    font-weight:800;
    padding:10px 14px;
    border-radius:8px;
    border:none;
    cursor:pointer;
    font-size: 18px;
  }

  .btn-toggle{
    width:36px;height:36px;border-radius:8px;border:1px solid rgba(255,255,255,0.04);
    background:transparent;color:var(--muted);
    display:flex;align-items:center;justify-content:center;
    cursor:pointer;
    transition: transform .18s ease;
  }

  .btn-toggle[aria-expanded="true"]{
    transform: rotate(180deg);
    color:var(--muted);
  }

  /* expanded area (hidden by default) */
  .bk-details{
    display:none;
    padding:18px 14px 22px 0px;
    border-top:1px solid rgba(255,255,255,0.02);
    margin-top:10px;
    /*! background: linear-gradient(180deg, rgba(0,0,0,0.08), rgba(0,0,0,0.02)); */
    border-radius:8px;
    width: 100%;
  }

  /* inside details: two columns of characteristics and CTA on right */
  .details-grid{
    display:flex;
    gap:18px;
    align-items:flex-end;
    flex-wrap:wrap;
  }

  .char-col{
    flex:1 1 320px;
    min-width:220px;
    /*! align-items: ; */
  }

  .char-row{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:8px 6px;
    border-bottom:1px dashed rgba(255,255,255,0.02);
  }

  .char-row:last-child{ border-bottom:none; }

  .char-row .label{ color:#fff; font-weight:600; }
  .char-row .value{ color:#fff; font-weight:800; display:flex;gap:10px; align-items:center; }

  .details-cta{
    display:flex;
    gap:12px;
    align-items:center;
    flex:0 0 220px;
    justify-content:flex-end;
    flex-direction: column;
  }

  .btn-outline{
    padding:10px 14px;
    border-radius:8px;
    border:1px solid rgba(255,255,255,0.04);
    background:transparent;
    color:var(--muted);
    cursor:pointer;
    font-weight:700;
  }

  .btn-get{
    padding:10px 14px;
    border-radius:8px;
    background:transparent;
    border:2px solid var(--accent);
    color:#fff;
    cursor:pointer;
    font-weight:800;
    width: 70%;
    font-size: 18px;
  }
  
   /* subtle hover states */
  .bk-item:hover{
    box-shadow: 0 10px 30px rgba(0,0,0,0.6);
    transform: translateY(-2px);
    transition: transform .14s ease, box-shadow .14s ease;
  }

  /* accessibility focus */
  .btn-toggle:focus, .btn-site:focus, .btn-get:focus, .btn-outline:focus{
    outline: 3px solid rgba(34,194,94,0.18);
    outline-offset: 2px;
  }


/* ========== NEWS SECTION ========== */
.news-section {
  padding: 0px 0;
  /*! background: linear-gradient(135deg, #0a0a0a 0%, #111 100%); */
  margin-top: 130px;
}

.news-section .container {
  display: block;
  max-width: 1800px;
  margin: 0 auto;
  padding: 0 0px;
}

.news-filters {
  display: flex;
  gap: 10px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.filter-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: #1a1a1a;
  border: 1px solid #2a2a2a;
  border-radius: 8px;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.filter-btn.active,
.filter-btn:hover {
  background: #59c53c;
  color: #000;
  border-color: #59c53c;
}

.filter-btn img {
  width: 18px;
  height: 18px;
}


.news-card {
  background: var(--main-bg-color);
  border: 1px solid var(--main-bg-color);
  border-radius: 12px;
  padding: 25px;
  transition: all 0.3s ease;
  position: relative;
}

.news-card:hover {
  transform: translateY(-5px);
  /*! box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3); */
  /*! border-color: #59c53c; */
}


.news-category {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  /*! margin-bottom: 15px; */
  /*! text-transform: uppercase; */
}

.news-category.football {
  background: #FFC857;
  color: #000;
  /*! position: absolute; */
  /*! top: 20px; */
  /*! left: 20px; */
}

.news-category.hockey {
  background: #2a8fff;
  color: #000;
}

.news-image {
  border-radius: 8px;
  overflow: hidden;
}

.news-image img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 8px;
}

.news-content h3,
.news-content .news-card-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 15px;
  color: #fff;
  /*! margin-top: 40px; */
}

.news-card.featured .news-content h3,
.news-card.featured .news-content .news-card-title {
  font-size: 24px;
}

.news-excerpt {
  color: #ccc;
  line-height: 1.6;
  margin-bottom: 20px;
  font-size: 14px;
}

.news-meta {
  display: flex;
  justify-content: space-between;
  align-items: start;
  padding-top: 15px;
  /*! border-top: 1px solid #2a2a2a; */
  flex-direction: column;
}

.news-date {
  color: #717171;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 40px;
}

.read-more {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  transition: color 0.3s;
}

.read-more:hover {
  color: #59c53c;
}

.news-actions {
  text-align: center;
}

.btn-all-news {
  background: var(--main-bg-color);
  border: 1px solid #59c53c;
  color: #59c53c;
  padding: 14px 40px;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
}

.btn-all-news:hover {
  background: #59c53c;
  color: #000;
}

/* ========== WHY US SECTION ========== */
.why-us-section {
  padding: 0px 0;
  /*! background: linear-gradient(135deg, #0a0a0a 0%, #0f150f 100%); */
  position: relative;
  overflow: hidden;
  margin-top: 130px;
}


.why-us-section .container {
  display: block;
  max-width: 1800px;
  margin: 0 auto;
  padding: 0 0px;
}



.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 10px;
  /*! margin-bottom: 60px; */
}
.features-grid .feature-card.last {
	/*! width:100%; */
	grid-template-columns: repeat(auto-fit, minmax(1000px, 1fr));
	display: grid;
	overflow: inherit;
}

.feature-card {
  /*! background: linear-gradient(145deg, #141414, #0f0f0f); */
  /*! border: 1px solid #2a2a2a; */
  border-radius: 16px;
  padding: 40px 30px;
  text-align: left;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}


.feature-card:hover::before {
  left: 100%;
}


.feature-icon {
  /*! width: 80px; */
  /*! height: 80px; */
  /*! margin: 0 auto 25px; */
  /*! background: rgba(89, 197, 60, 0.1); */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}


.feature-card h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #fff;
}

.feature-card p {
  color: #ccc;
  line-height: 1.6;
  font-size: 15px;
  margin: 0;
}

/* CTA секция */
.why-us-cta {
  background: linear-gradient(135deg, #0f1a11 0%, #142317 100%);
  border: 1px solid #59c53c;
  border-radius: 16px;
  padding: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  position: relative;
  overflow: hidden;
}

.why-us-cta::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 100%;
  height: 200%;
  background: radial-gradient(circle, rgba(89, 197, 60, 0.1) 0%, transparent 70%);
  animation: pulse 4s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 0.3; }
  50% { opacity: 0.6; }
}

.cta-content h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #fff;
}

.cta-content p {
  color: #ccc;
  font-size: 16px;
  margin: 0;
}

.cta-button {
  background: linear-gradient(135deg, #59c53c, #46a72f);
  border: none;
  padding: 16px 32px;
  border-radius: 10px;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
  white-space: nowrap;
}

.cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(89, 197, 60, 0.3);
}
/* ========== POPULAR ARTICLES ========== */

.popular-articles .container {
  display: block;
  max-width: 1800px;
  margin: 0 auto;
  padding: 0 20px;
}


.articles-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 50px;
}

/* Основная статья */
.main-article {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 40px;
  background: linear-gradient(145deg, #141414, #0f0f0f);
  /*! border: 1px solid #2a2a2a; */
  border-radius: 16px;
  /*! padding: 40px; */
  transition: all 0.3s ease;
}

.main-article:hover {
  border-color: #59c53c;
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.main-article .article-content h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
  color: #fff;
}

.main-article .article-excerpt {
  color: #ccc;
  line-height: 1.7;
  font-size: 16px;
  margin-bottom: 25px;
}

.article-image {
  border-radius: 12px;
  overflow: hidden;
  height: 300px;
}

.article-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  transition: transform 0.3s ease;
}

.main-article:hover .article-image img {
  transform: scale(1.05);
}

/* Второстепенные статьи */
.secondary-articles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.secondary-article {
  background: linear-gradient(145deg, #141414, #0f0f0f);
  border: 1px solid #2a2a2a;
  border-radius: 12px;
  padding: 30px 25px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.secondary-article::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: #59c53c;
  transform: scaleY(0);
  transition: transform 0.3s ease;
}

.secondary-article:hover::before {
  transform: scaleY(1);
}

.secondary-article:hover {
  border-color: #59c53c;
  transform: translateY(-5px);
}

.secondary-article h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 15px;
  color: #fff;
}

.secondary-article .article-excerpt {
  color: #999;
  line-height: 1.6;
  font-size: 14px;
  margin-bottom: 20px;
}

/* Мета информация (общая для всех статей) */
.article-meta {
  display: flex;
  /*! justify-content: space-between; */
  align-items: center;
  padding-top: 20px;
  /*! border-top: 1px solid #2a2a2a; */
}

.article-date {
  color: #59c53c;
  font-weight: 600;
  font-size: 14px;
}

.read-more {
  color: #aeaeae;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  transition: color 0.3s;
  position: relative;
  margin-bottom: 10px;
}

.read-more::after {
  content: '→';
  margin-left: 5px;
  transition: transform 0.3s;
}

.read-more:hover {
  color: #59c53c;
}

.read-more:hover::after {
  transform: translateX(3px);
}

/* Кнопка просмотра всех статей */
.articles-actions {
  text-align: center;
}

.btn-all-articles {
  display: inline-block;
  background: var(--main-bg-color);
  border: 1px solid #59c53c;
  color: #59c53c;
  padding: 16px 40px;
  border-radius: 10px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-all-articles:hover {
  background: #59c53c;
  color: #000;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(89, 197, 60, 0.3);
}
/* ========== REVIEWS SECTION ========== */
.reviews-section {
  padding: 80px 0;
  /*! background: linear-gradient(135deg, #0a0a0a 0%, #0f150f 100%); */
}

.reviews-section  .top{
	display: flex;
	align-items: center;
	justify-content: end;
}

.reviews-section .container {
  display: block;
  max-width: 1800px;
  margin: 0 auto;
  padding: 0 0px;
}


/* Слайдер */
.reviews-slider {
  position: relative;
  /*! max-width: 1200px; */
  margin: 0 auto;
}

.slider-container {
  display: flex;
  gap: 30px;
  /*! overflow: hidden; */
  margin-bottom: 40px;
}

.review-slide {
  flex: 0 0 calc(33.333% - 20px);
  transition: all 0.3s ease;
  opacity: 0.7;
  transform: scale(0.95);
}

.review-slide.active {
  opacity: 1;
  transform: scale(1);
}

/* Карточка отзыва */
.review-card {
  background: linear-gradient(145deg, #141414, #0f0f0f);
  /*! border: 1px solid #2a2a2a; */
  border-radius: 16px;
  padding: 30px;
  height: auto;
  transition: all 0.3s ease;
  position: relative;
}

.review-card:hover {
  border-color: #59c53c;
  transform: translateY(-5px);
}

.review-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.reviewer-avatar {
  width: 50px;
  height: 50px;
  /*! background: linear-gradient(135deg, #59c53c, #46a72f); */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #000;
  font-size: 18px;
  margin-bottom: 30px;
}

.reviewer-info {
  flex: 1;
}

.reviewer-name {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 40px;
  margin-top: 30px;
}

.review-rating {
  color: #f0c24b;
  font-size: 14px;
}

.review-content {
  margin-bottom: 20px;
}

.review-content p {
  color: #ccc;
  line-height: 1.6;
  font-size: 14px;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.read-full-review {
  background: transparent;
  /*! border: 1px solid #59c53c; */
  color: #fff;
  padding: 0px 0px;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  border: none;
  text-align: left;
  font-size: 18px;
}


/* Навигация слайдера */
.slider-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.slider-prev,
.slider-next {
  background: #0a0a0a;
  border: 1px solid #0a0a0a;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}


.slider-dots {
  display: flex;
  gap: 10px;
}

.slider-dots .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #2a2a2a;
  cursor: pointer;
  transition: all 0.3s ease;
}

.slider-dots .dot.active {
  background: #59c53c;
  transform: scale(1.2);
}

/* Модальное окно */
.review-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.review-modal.active {
  display: flex;
}

.modal-content {
  background: linear-gradient(145deg, #141414, #0f0f0f);
  border: 1px solid #59c53c;
  border-radius: 16px;
  padding: 40px;
  max-width: 600px;
  width: 100%;
  max-height: 80vh;
  overflow-y: auto;
  position: relative;
}

.modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-reviewer {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
}

.modal-text {
  color: #ccc;
  line-height: 1.7;
  font-size: 15px;
  margin-bottom: 25px;
}

.collapse-review {
  background: #59c53c;
  border: none;
  color: #000;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.collapse-review:hover {
  background: #46a72f;
}

/* ========== FOOTER ========== */
.main-footer {
  background: linear-gradient(135deg, #0a0a0a 0%, #050505 100%);
  border-top: 1px solid #1a1a1a;
  padding: 60px 20px 60px 20px;
  color: #ccc;
  font-size: 14px;
}

.main-footer .container {
  display: block;
  max-width: 1800px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Верхняя часть футера */
.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  padding-bottom: 30px;
  border-bottom: 1px solid #2a2a2a;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 20px;
}

.footer-logo img {
  height: 35px;
}

.footer-tagline {
  color: #59c53c;
  font-weight: 600;
  font-size: 16px;
  margin: 0;
}

.footer-social {
  display: flex;
  gap: 15px;
}

.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #1a1a1a;
  border-radius: 8px;
  color: #59c53c;
  transition: all 0.3s ease;
}

.social-link:hover {
  background: #59c53c;
  color: #000;
  transform: translateY(-2px);
}

/* Основное меню футера */
.footer-main {
  display: flex;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px;
  /*! margin-bottom: 50px; */
  /*! flex-direction: column; */
  flex-wrap: wrap;
}

.footer-column {
  display: flex;
  flex-direction: column;
}
.footer-column.logo {
	width:100%;
}
.footer-column.cont {
	width:100%;
}
.footer-column.bk {
	display:none;
}

.footer-title {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
}

.footer-title::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 30px;
  height: 2px;
  background: #59c53c;
  border-radius: 1px;
}

.footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 14px;
}

.footer-links a:hover {
  color: #59c53c;
  padding-left: 5px;
}

/* Контакты */
.footer-contacts {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

  .footer-column.info {
      margin-left: 40%;
    }
	
	.footer-column {

  gap: 0px;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #999;
  font-size: 14px;
}

.contact-item svg {
  color: #59c53c;
  flex-shrink: 0;
}

/* Нижняя часть футера */
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  border-top: 1px solid #2a2a2a;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-copyright p {
  margin: 0;
  color: #999;
  font-size: 13px;
}

.footer-disclaimer p {
  margin: 0;
  color: #666;
  font-size: 12px;
  text-align: center;
  max-width: 300px;
}

.footer-payments {
  display: flex;
  align-items: center;
  gap: 15px;
}

.payment-methods {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  color: #999;
}

.payment-icons {
  display: flex;
  gap: 8px;
}

.payment-icons span {
  background: #1a1a1a;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
  color: #ccc;
}




/* ========== FAQ SECTION ========== */
.faq-section {
  padding: 80px 0;
  /*! background: linear-gradient(135deg, #0a0a0a 0%, #0f0f0f 100%); */
}

.faq-section .container {
  display: block;
  max-width: 1800px;
  margin: 0 auto;
  padding: 0 20px;
}



/* Основной вопрос */
.faq-main {
  background: linear-gradient(145deg, #141414, #0f0f0f);
  border: 1px solid #59c53c;
  border-radius: 16px;
  padding: 40px;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}


.faq-main-question {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
}

.faq-main-answer p {
  color: #ccc;
  line-height: 1.7;
  font-size: 16px;
  margin: 0;
}

/* Аккордеон */
.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.faq-item {
  background: linear-gradient(145deg, #141414, #0f0f0f);
  border: 1px solid #2a2a2a;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
}



.faq-item.active .faq-question {
	border-bottom: 1px solid #62b55c;
}
.faq-question {
  width: 100%;
  background: none;
  border: none;
  padding: 25px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  text-align: left;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.3s ease;
  /*! border-bottom: 1px solid #62b55c; */
}


.faq-question span {
  flex: 1;
  margin-right: 20px;
}

.faq-icon {
  transition: transform 0.3s ease;
  color: #59c53c;
  flex-shrink: 0;
}

.faq-item.active .faq-icon {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background: rgba(89, 197, 60, 0.02);
}

.faq-item.active .faq-answer {
  max-height: 500px;
  padding-top: 20px;
}

.faq-answer p {
  padding: 0 30px 25px;
  color: #ccc;
  line-height: 1.7;
  font-size: 15px;
  margin: 0;
}

/* CTA секция */
.faq-cta {
  background: linear-gradient(135deg, #1E1F22 0%, #1E1F22 100%);
  /*! border: 1px solid #62B55C; */
  border-radius: 16px;
  padding: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  max-width: 100%;
  margin: auto 20px;
  /*! border: linear-gradient(to right, rgba(95, 184, 89, 1), rgba(255, 200, 87, 1)) 1; */
  /*! border: 1px solid; */
  /*! border-image: linear-gradient(to right, rgba(95, 184, 89, 1), rgba(255, 200, 87, 1)) 1; */
  border-radius: 12px;
  border-radius: 8px;
}

.faq-cta .cta-content h3 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 0;
  color: #fff;
  font-family: 'Roboto', sans-serif;
}

.faq-cta .cta-content p {
  color: #ccc;
  font-size: 16px;
  margin: 0;
  font-family: 'Roboto', sans-serif;
}

.faq-cta .cta-button {
  background: linear-gradient(135deg, #62B55C, #46a72f);
  border: none;
  padding: 11px 120px;
  border-radius: 10px;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
  font-family: 'Roboto', sans-serif;
}

.faq-cta .cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(89, 197, 60, 0.3);
}

/* ========== TOP BK SECTION ========== */
.top-bk-section {
  padding: 60px 0;
  background: linear-gradient(135deg, #0a0a0a 0%, #0f0f0f 100%);
}

.top-bk-section .container {
  display: block;
  max-width: 1800px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Заголовок */
.top-bk-header {
  text-align: center;
  margin-bottom: 40px;
}

.top-bk-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #fff;
}

.top-bk-subtitle {
  font-size: 16px;
  color: #ccc;
  margin: 0;
}

/* Сетка топ букмекеров */
.top-bk-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 30px;
}

/* Карточка букмекера */
.top-bk-card {
  background: linear-gradient(145deg, #141414, #0f0f0f);
  border: 1px solid #2a2a2a;
  border-radius: 12px;
  padding: 25px;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.top-bk-card:hover {
  border-color: #59c53c;
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

/* Шапка карточки */
.bk-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bk-logo {
  font-size: 20px;
  font-weight: 800;
  color: #59c53c;
  text-transform: uppercase;
}

.bk-logo.winline {
  color: #2a8fff;
}

.bk-logo.fonbet {
  color: #f0c24b;
}

.bk-rating {
  background: rgba(89, 197, 60, 0.1);
  color: #59c53c;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 700;
}

/* Статистика */
.bk-stats {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.stat-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #2a2a2a;
}

.stat-row:last-child {
  border-bottom: none;
}

.stat-value {
  font-size: 16px;
  font-weight: 700;
  color: #59c53c;
}

.stat-label {
  font-size: 14px;
  color: #999;
}

/* Кнопка перехода на сайт */
.bk-site-btn {
  background: linear-gradient(135deg, #59c53c, #46a72f);
  border: none;
  padding: 12px;
  border-radius: 8px;
  color: #000;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: auto;
}

.bk-site-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(89, 197, 60, 0.3);
}

/* Дополнительные букмекеры */
.other-bk-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 800px;
  margin: 0 auto;
}

.other-bk-card {
  background: linear-gradient(145deg, #141414, #0f0f0f);
  border: 1px solid #2a2a2a;
  border-radius: 12px;
  padding: 20px;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.other-bk-card:hover {
  border-color: #59c53c;
}
/* Специальные стили для цветовых акцентов */
.bk-logo.winline + .bk-rating {
  background: rgba(42, 143, 255, 0.1);
  color: #2a8fff;
}

.bk-logo.fonbet + .bk-rating {
  background: rgba(240, 194, 75, 0.1);
  color: #f0c24b;
}




/* ========== BEST BK SECTION ========== */
.best-bk-section {
  padding: 80px 0;
  /*! background: linear-gradient(135deg, #0a0a0a 0%, #050505 100%); */
}

.best-bk-section .container {
  display: block;
  max-width: 1800px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Главный заголовок */

.best-bk-title {
  font-size: 64px;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 0;
  background: linear-gradient(135deg, #fff 0%, #59c53c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Колонки */
.bk-columns {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  /*! max-width: 1200px; */
  margin: 0 auto;
}

/* Заголовок колонки */
.column-header {
  /*! text-align: center; */
  margin-bottom: 10px;
  /*! padding-bottom: 20px; */
  /*! border-bottom: 2px solid #59c53c; */
  display: flex;
}

.column-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #fff;
}

.column-subtitle {
  font-size: 16px;
  /*! color: #ccc; */
  margin: 0;
  /*! margin-bottom: -10px; */
  /*! margin-bottom: 8px; */
}

/* Список букмекеров */
.bk-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  /*! background: #1e1f22; */
  border-radius: 12px;
  /*! margin-top: -40px; */
}

/* Элемент букмекера */
.bk-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /*! background: linear-gradient(145deg, #141414, #0f0f0f); */
  /*! border: 1px solid #2a2a2a; */
  border-radius: 12px;
  /*! padding: 20px; */
  transition: all 0.3s ease;
  width: 100%;
  /*! flex-direction: column; */
  /*! margin-bottom: 20px; */
}

.bk-item:hover {
  border-color: #FFC857;
  transform: translateX(5px);
}

.bk-info {
  display: flex;
  /*! flex-direction: column; */
  gap: 8px;
}

.mob{
	display:none;
}
.bk-stats.mob{
	display:none;
}

.bk-stats {
  font-size: 14px;
  color: #ccc;
  font-weight: 600;
  display: flex;
  flex-direction: inherit;
  gap: 6px;
  margin-right: 8px;
}


.bk-name {
  font-size: 18px;
  font-weight: 700;
  color: #59c53c;
  text-transform: uppercase;
}

.bk-stats {
  font-size: 14px;
  /*! color: #ccc; */
  /*! font-weight: 600; */
  display: flex;
  flex-direction: inherit;
  gap: 6px;
}

/* Кнопка сайта */
.bk-site-btn {
  background: linear-gradient(135deg, #62b55c, #62b55c);
  border: none;
  padding: 10px 14px;
  border-radius: 8px;
  color: #000;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  white-space: nowrap;
  margin-top: 0;
}

.bk-site-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(89, 197, 60, 0.3);
}

/* ========== TOP 5 BK SECTION ========== */
.top5-bk-section {
  padding: 80px 0;
  /*! background: linear-gradient(135deg, #0a0a0a 0%, #050505 100%); */
}

.top5-bk-section .container {
  display: block;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Главный заголовок */

.top5-title {
  font-size: 64px;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 0;
  background: linear-gradient(135deg, #fff 0%, #59c53c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Описание */
.top5-description {
  text-align: center;
  margin-bottom: 30px;
}

.top5-description p {
  font-size: 18px;
  color: #fff;
  margin: 0;
  font-weight: 500;
}

/* Разделитель */
.top5-divider {
  /*! height: 2px; */
  /*! background: linear-gradient(90deg, transparent, #59c53c, transparent); */
  margin: 40px auto;
  max-width: 200px;
  border-radius: 1px;
}

/* Список топ-5 */
.top5-list {
  display: flex;
  /*! flex-direction: column; */
  gap: 20px;
  /*! max-width: 900px; */
  margin: 0 auto;
}

/* Элемент букмекера */
.top5-item {
  display: flex;
  align-items: flex-start;
  gap: 25px;
  /*! background: linear-gradient(145deg, #141414, #0f0f0f); */
  /*! border: 1px solid #2a2a2a; */
  border-radius: 16px;
  /*! padding: 30px; */
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  flex-direction: column;
}

.top5-item:hover {
  /*! border-color: #59c53c; */
  /*! transform: translateY(-5px); */
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.top5-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  /*! background: #59c53c; */
  /*! transform: scaleY(0); */
  /*! transition: transform 0.3s ease; */
}

.top5-item:hover::before {
  transform: scaleY(1);
}

/* Рейтинг */

/* Специальные цвета для топ-3 */



/* Контент */
.top5-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.top5-name {
  font-size: 24px;
  font-weight: 800;
  color: #59c53c;
  text-transform: uppercase;
  margin: 0;
}

.top5-description {
  font-size: 16px;
  /*! color: #ccc; */
  line-height: 1.6;
  margin: 0;
  text-align: left;
}

/* Кнопка */
.top5-button {
  background: linear-gradient(135deg, #59c53c, #46a72f);
  border: none;
  padding: 12px 24px;
  border-radius: 10px;
  color: #000;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  white-space: nowrap;
  flex-shrink: 0;
  align-self: center;
}

.top5-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(89, 197, 60, 0.3);
}
/* Анимация появления */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.top5-item {
  animation: fadeInUp 0.6s ease forwards;
}

.top5-item:nth-child(1) { animation-delay: 0.1s; }
.top5-item:nth-child(2) { animation-delay: 0.2s; }
.top5-item:nth-child(3) { animation-delay: 0.3s; }
.top5-item:nth-child(4) { animation-delay: 0.4s; }
.top5-item:nth-child(5) { animation-delay: 0.5s; }


/* ========== COMPARISON SECTION ========== */
.comparison-section {
  padding: 80px 0;
  /*! background: linear-gradient(135deg, #0a0a0a 0%, #050505 100%); */
}

.comparison-section .container {
  display: block;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Заголовок */

.comparison-title {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 0;
  background: linear-gradient(135deg, #fff 0%, #59c53c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Описание */
.comparison-description {
  /*! text-align: center; */
  margin-bottom: 50px;
  /*! max-width: 1000px; */
  margin-left: auto;
  margin-right: auto;
}

.comparison-description p {
  font-size: 18px;
  color: #fff;
  line-height: 1.6;
  margin: 0;
}

/* Контейнер таблицы */
.comparison-table-container {
  background: linear-gradient(145deg, #141414, #0f0f0f);
  /*! border: 1px solid #2a2a2a; */
  border-radius: 16px;
  /*! padding: 30px; */
  margin-bottom: 40px;
  overflow-x: auto;
}

/* Таблица */
.comparison-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 1000px;
}

.comparison-table th {
  background: rgb(98, 181, 92);
  color: #000;
  font-weight: 700;
  font-size: 14px;
  /*! text-transform: uppercase; */
  letter-spacing: 0.5px;
  padding: 20px 15px;
  text-align: center;
  border-bottom: 2px solid #59c53c;
}

.comparison-table th.col-bk {
  text-align: center;
}

.comparison-table td {
  padding: 10px 15px;
  text-align: center;
  vertical-align: middle;
}

.comparison-table tr:last-child td {
  border-bottom: none;
}

.comparison-table td{
	display: flex;
}
.comparison-table tr{
	display: flex;
}

.comparison-table tr:hover {
  background: rgba(89, 197, 60, 0.03);
}

/* Название букмекера */
.bk-name {
  text-align: center !important;
  align-items: center;
  display: flex;
}

.bk-logo-small {
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  /*! text-transform: uppercase; */
}

/* Рейтинг */
.rating-value {
  text-align: center !important;
}

.rating-badge {
  /*! background: linear-gradient(135deg, #59c53c, #46a72f); */
  color: #fff;
  padding: 8px 16px;
  border-radius: 20px;
  font-weight: 800;
  font-size: 16px;
  display: inline-block;
}

/* Бонусная информация */
.bonus-info {
  text-align: left !important;
}

.bonus-amount {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 4px;
}

.promo-code {
  display: block;
  font-size: 12px;
  color: #fff;
  /*! background: rgba(89, 197, 60, 0.1); */
  padding: 4px 8px;
  border-radius: 6px;
  font-weight: 600;
}

/* Оценки критериев */
.criteria-score {
  text-align: center !important;
}

.score-stars {
  color: #f0c24b;
  font-size: 14px;
  margin-bottom: 5px;
}

.score-number {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

/* Выводы */
.comparison-conclusion {
  /*! background: linear-gradient(135deg, #0f1a11 0%, #142317 100%); */
  /*! border: 1px solid #59c53c; */
  border-radius: 16px;
  /*! padding: 30px; */
  /*! max-width: 1000px; */
  margin: 0 auto;
}

.conclusion-title {
  font-size: 20px;
  font-weight: 700;
  color: #59c53c;
  margin-bottom: 15px;
}

.conclusion-text {
  color: #ccc;
  line-height: 1.7;
  font-size: 16px;
  margin: 0;
}
/* ========== BK REVIEWS SECTION ========== */
.bk-reviews-section {
  padding: 80px 0;
  /*! background: linear-gradient(135deg, #0a0a0a 0%, #050505 100%); */
}

.bk-reviews-section .container {
  display: block;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Заголовок */

.reviews-title {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 10px;
  background: linear-gradient(135deg, #fff 0%, #59c53c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.reviews-subtitle {
  font-size: 32px;
  font-weight: 700;
  color: #ccc;
  margin: 0;
}

/* Описание */
.reviews-description {
  text-align: center;
  margin-bottom: 60px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.reviews-description p {
  font-size: 18px;
  color: #ccc;
  line-height: 1.6;
  margin: 0;
}

/* Список обзоров в ряд */
.reviews-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  background: #1E1F22;
  padding: 50px;
  border-radius: 12px;
}

/* Ряд обзора */
.review-row {
  display: flex;
  gap: 40px;
  background: #000;
  border: 1px solid #2a2a2a;
  border-radius: 16px;
  padding: 30px;
  transition: all 0.3s ease;
  align-items: flex-start;
}

.review-row:hover {
  border-color: #59c53c;
  transform: translateY(-5px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}

/* Основной контент */
.review-main {
  flex: 1;
  display: flex;
  /*! flex-direction: column; */
  gap: 20px;
}

/* Шапка обзора */
.review-header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  flex-direction: column;
}

.bk-logo-large {
  font-size: 28px;
  font-weight: 800;
  color: #59c53c;
  text-transform: uppercase;
}

.bk-logo-large.winline {
  color: #2a8fff;
}

.review-rating {
  display: flex;
  align-items: center;
  gap: 5px;
}

.stars {
  color: #f0c24b;
  font-size: 18px;
}

.rating-value {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  /*! background: rgba(89, 197, 60, 0.1); */
  padding: 0 0px;
  border-radius: 8px;
}

/* Контент обзора */
.review-content p {
  color: #ccc;
  line-height: 1.7;
  font-size: 16px;
  margin: 0;
}

.review-content strong {
  color: #fff;
  font-weight: 700;
}

/* Особенности */
.review-features {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.feature {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #999;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.02);
  padding: 8px 12px;
  border-radius: 8px;
  border: 1px solid #2a2a2a;
}

.feature-dot {
  width: 6px;
  height: 6px;
  background: #59c53c;
  border-radius: 50%;
  flex-shrink: 0;
}

/* Кнопка действия */
.review-action {
  display: flex;
  align-items: flex-start;
}

.review-button {
  background: linear-gradient(135deg, #62b55c, #62b55c);
  border: none;
  padding: 11px 32px;
  border-radius: 10px;
  color: #000;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
  /*! text-transform: uppercase; */
  letter-spacing: 0.5px;
  white-space: nowrap;
  min-width: 160px;
}

.review-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(89, 197, 60, 0.3);
}
/* ========== DETAILED BK REVIEW ========== */
.bk-review-detailed {
  padding: 80px 0;
  /*! background: linear-gradient(135deg, #0a0a0a 0%, #050505 100%); */
}

.bk-review-detailed .container {
  display: block;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Главный заголовок */

.review-main-title {
  font-size: 48px;
  font-weight: 800;
  background: linear-gradient(135deg, #fff 0%, #59c53c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0;
}

/* Основной обзор */
.review-hero {
  /*! display: grid; */
  /*! grid-template-columns: 2fr 1fr; */
  gap: 50px;
  margin-bottom: 40px;
  align-items: start;
}

.review-intro {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.bk-name-large {
  font-size: 36px;
  font-weight: 800;
  color: #59c53c;
  margin: 0;
  text-transform: uppercase;
}

.review-summary {
  font-size: 20px;
  /*! color: #ccc; */
  font-weight: 500;
  margin: 0;
}

.review-description {
  font-size: 16px;
  /*! color: #ccc; */
  line-height: 1.7;
  margin: 0;
}

/* Рейтинг */
.review-rating-main {
  /*! background: linear-gradient(145deg, #141414, #0f0f0f); */
  /*! border: 1px solid #2a2a2a; */
  border-radius: 16px;
  /*! padding: 30px; */
  /*! text-align: center; */
  /*! position: sticky; */
  top: 20px;
  display: flex;
  align-items: center;
}

.rating-title {
  font-size: 18px;
  font-weight: 600;
  /*! color: #ccc; */
  /*! margin-bottom: 15px; */
  margin-left: 10px;
}

.rating-score {
  font-size: 18px;
  font-weight: 800;
  /*! color: #59c53c; */
  margin-left: 10px;
}

.rating-stars {
  font-size: 24px;
  color: #f0c24b;
}

/* Разделитель */

/* Преимущества и недостатки */
.review-pros-cons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  margin-bottom: 60px;
}

.pros-section,
.cons-section {
  display: flex;
  flex-direction: column;
  /*! gap: 30px; */
  background: #1E1F22;
  padding: 20px;
  border-radius: 12px;
}

.section-title {
  /*! font-size: 28px; */
  /*! font-weight: 700; */
  color: #fff;
  margin: 0;
  padding-bottom: 40px;
  /*! border-bottom: 2px solid; */
  font-family: 'MontserratBold', sans-serif;
  line-height: 60px;
  line-height: 86px;
}

.pros-section .section-title {
  border-color: #59c53c;
  font-size: 24px;
  padding-bottom: 0px;
  line-height: 26px;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 10px;
}

.cons-section .section-title {
  border-color: #ff6b6b;
}

.features-list {
  display: flex;
  flex-direction: column;
  /*! gap: 25px; */
}

.feature-item {
  /*! background: linear-gradient(145deg, #141414, #0f0f0f); */
  /*! border: 1px solid #2a2a2a; */
  border-radius: 12px;
  /*! padding: 25px; */
  transition: all 0.3s ease;
  margin-bottom: 10px;
}

.feature-item:hover {
  border-color: #59c53c;
  transform: translateY(-2px);
}

.cons-section .feature-item:hover {
  border-color: #ff6b6b;
}

.feature-header {
  display: flex;
  align-items: center;
  /*! gap: 15px; */
  /*! margin-bottom: 12px; */
}

.feature-icon {
  /*! width: 32px; */
  /*! height: 32px; */
  /*! background: #59c53c; */
  /*! border-radius: 50%; */
  display: flex;
  /*! align-items: first baseline; */
  justify-content: unset;
  font-weight: 700;
  color: #000;
  font-size: 16px;
  flex-shrink: 0;
  margin-bottom: 30px;
}

.feature-icon.cons {
  background: #ff6b6b;
}

.feature-title {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin: 0;
}

.feature-description {
  color: #ccc;
  line-height: 1.6;
  font-size: 15px;
  margin: 0;
  padding-left: 33px;
}

/* Вывод */
.review-conclusion {
  background: linear-gradient(135deg, #0f1a11 0%, #142317 100%);
  border: 1px solid #59c53c;
  border-radius: 16px;
  padding: 40px;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
  align-items: start;
}

.conclusion-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.conclusion-title {
  font-size: 24px;
  font-weight: 700;
  color: #59c53c;
  margin: 0;
}

.conclusion-text {
  color: #fff;
  line-height: 1.7;
  font-size: 16px;
  margin: 0;
}

.conclusion-actions {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.conclusion-button {
  background: linear-gradient(135deg, #59c53c, #46a72f);
  border: none;
  padding: 16px 24px;
  border-radius: 10px;
  color: #000;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
}

.conclusion-button.outline {
  background: transparent;
  border: 2px solid #59c53c;
  color: #59c53c;
}

.conclusion-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(89, 197, 60, 0.3);
}

.conclusion-button.outline:hover {
  background: #59c53c;
  color: #000;
}
/* Основной контейнер */
.predictions-section {
    max-width: 1200px;
    margin: 0 auto;
}

/* Заголовки */

.main-title {
    font-size: 48px;
    font-weight: 800;
    background: linear-gradient(135deg, #fff 0%, #59c53c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 10px;
}

.subtitle {
    font-size: 24px;
    color: #ccc;
    font-weight: 500;
}

/* Фильтры поиска */
.search-filters {
    /*! background: #1a1a1a; */
    border-radius: 12px;
    /*! padding: 25px; */
    margin-bottom: 30px;
}

.time-filters {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.time-filter {
    background: #2a2a2a;
    border: 1px solid #3a3a3a;
    color: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
    font-weight: 500;
}

.time-filter.active,
.time-filter:hover {
    background: #59c53c;
    color: #000;
    border-color: #59c53c;
}

.advanced-filters {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.filter-select {
    background: #0b0b0b;
    border: 1px solid #62b55c;
    color: #fff;
    padding: 10px 15px;
    border-radius: 8px;
    min-width: 170px;
    font-size: 14px;
}

/* Карточки прогнозов */
.predictions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 25px;
}

.prediction-card {
    background: linear-gradient(145deg, #141414, #0f0f0f);
    border: 1px solid #2a2a2a;
    border-radius: 16px;
    padding: 25px;
    transition: all 0.3s ease;
}

.prediction-card:hover {
    border-color: #59c53c;
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

/* Заголовок лиги */
.league-header {
    display: flex;
    align-items: center;
    gap: 10px;
    /*! margin-bottom: 20px; */
    padding-bottom: 15px;
    border-bottom: 1px solid #2a2a2a;
}

.league-icon {
    width: 24px;
    height: 24px;
    background: #59c53c;
    border-radius: 50%;
}

.league-name {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}

/* Основная информация о матче */
.match-info {
    text-align: center;
    margin-bottom: 25px;
}

.vs-badge {
    display: inline-block;
    background: #59c53c;
    color: #000;
    padding: 6px 12px;
    border-radius: 20px;
    font-weight: 700;
    font-size: 12px;
    margin-bottom: 15px;
}

.match-date {
    color: #ccc;
    font-size: 14px;
    margin-bottom: 5px;
}

.match-time {
    color: #59c53c;
    font-size: 16px;
    font-weight: 600;
}

/* Команды */
.teams {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.team {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    flex: 1;
}

.team-name {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.team-role {
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
}

.vs-separator {
    font-size: 18px;
    font-weight: 700;
    color: #59c53c;
    margin: 0 15px;
}

/* Коэффициенты */
.odds {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 20px;
}

.odd-item {
    flex: 1;
    text-align: center;
}

.odd-value {
    display: block;
    background: #0d0d0d;
    padding: 15px;
    border-radius: 8px;
    font-size: 20px;
    font-weight: 700;
    color: #59c53c;
    margin-bottom: 5px;
}

.odd-label {
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
}

/* Кнопка */
.prediction-button {
    width: 100%;
    background: linear-gradient(135deg, #59c53c, #46a72f);
    border: none;
    padding: 14px;
    border-radius: 10px;
    color: #000;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.prediction-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(89, 197, 60, 0.3);
}

/* Форма поиска */
.search-form {
    /*! margin-top: 20px; */
    padding-top: 20px;
    /*! border-top: 1px solid #2a2a2a; */
    margin-bottom: 50px;
}

.search-input-group {
    display: flex;
    align-items: center;
    background: #2a2a2a;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #62b55c;
    transition: all 0.3s ease;
    /*! color: ; */
}

.search-input-group:focus-within {
    border-color: #59c53c;
    box-shadow: 0 0 0 2px rgba(89, 197, 60, 0.1);
}

.search-icon {
    color: #999;
    margin: 0 15px;
    flex-shrink: 0;
}

.search-input {
    flex: 1;
    background: transparent;
    border: none;
    padding: 10px 15px;
    color: #fff;
    font-size: 16px;
    outline: none;
}

.search-input::placeholder {
    color: #666;
}

.search-button {
    background: #59c53c;
    border: none;
    padding: 15px 25px;
    color: #000;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

.search-button:hover {
    background: #46a72f;
}

.main-footer .container .tg-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border: 1.5px solid #59c53c;
  border-radius: 6px;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  justify-content: center;
  margin-bottom: 15px;
}

.main-footer .container .tg-btn:hover {
  background-color: #59c53c;
  color: #000;
}

.main-footer .container .tg-btn svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}












/* Основная секция */
.how-it-works {
    padding: 80px 0;
}

/* Заголовок секции */

.main-title {
    font-size: 48px;
    font-weight: 800;
    background: linear-gradient(135deg, #fff 0%, #59c53c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 20px;
    line-height: 1.2;
}

.section-description {
    font-size: 18px;
    color: #ccc;
    line-height: 1.6;
    font-weight: 400;
    margin-bottom: 50px;
}

/* Сетка этапов */
.process-steps {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

/* Карточка этапа */
.process-step {
    background: linear-gradient(145deg, #1E1F22, #1E1F22);
    border: 1px solid #1E1F22;
    border-radius: 16px;
    padding: 20px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.process-step:hover {
    border-color: #59c53c;
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}


.process-step:hover::before {
    transform: scaleY(1);
}

/* Шапка этапа */
.step-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
    justify-content: space-between;
}

.step-number {
    font-size: 18px;
    font-weight: 800;
    color: #59c53c;
    line-height: 1;
    min-width: 80px;
    text-align: right;
}

.step-title {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
}

/* Контент этапа */

.step-description {
    color: #ccc;
    line-height: 1.7;
    font-size: 16px;
    margin: 0;
}

/* Декоративные элементы */


/* Анимации */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.process-step {
    animation: fadeInUp 0.6s ease forwards;
}
* Дополнительные стили для улучшения читаемости */
.step-description {
    /*! text-align: justify; */
    hyphens: auto;
}

/* Эффект при наведении на номер */
.step-number {
    transition: all 0.3s ease;
}

.process-step:hover .step-number {
    transform: scale(1.1);
    text-shadow: 0 0 20px rgba(89, 197, 60, 0.5);
}




/* Секция статистики */
.statistics-section {
    padding: 60px 0;
    /*! background: #0a0a0a; */
}

.statistics-section .container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}


/* Контейнер статистики */

/* Команды */
.statistics-section .team-stats {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.statistics-section .team-name {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    padding: 15px;
    background: linear-gradient(145deg, #141414, #0f0f0f);
    border: 1px solid #2a2a2a;
    border-radius: 12px;
    color: #fff;
}

.statistics-section .home-team .team-name {
    color: #59c53c;
}

.statistics-section .away-team .team-name {
    color: #2a8fff;
}

/* Список статистики */
.statistics-section .stats-list {
    display: flex;
    flex-direction: column;
    /*! gap: 15px; */
}

/* Элемент статистики */

.statistics-section .stat-item:hover {
    border-color: #59c53c;
    transform: translateY(-2px);
}

/* Полосы статистики */
.statistics-section .stat-bar {
    height: 15px;
    border-radius: 16px 0px 0px 16px;
    transition: all 0.3s ease;
}

.statistics-section .home-bar {
    background: linear-gradient(90deg, #59c53c, #46a72f);
}

.statistics-section .away-bar {
    background: linear-gradient(90deg, #2a8fff, #1a6fd9);
    border-radius: 0px 16px 16px 0px;
}

/* Значения статистики */
.statistics-section .stat-value {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    min-width: 30px;
    color: #fff;
}

.statistics-section .home-team .stat-value:first-child {
    color: #59c53c;
}

.statistics-section .away-team .stat-value:last-child {
    color: #2a8fff;
}

/* Метки статистики */
.statistics-section .stat-label {
    font-size: 14px;
    font-weight: 600;
    color: #ccc;
    text-align: center;
    /*! text-transform: uppercase; */
    letter-spacing: 0.5px;
}

/* Разделитель */
.statistics-section .stats-divider {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    height: 100%;
}

.statistics-section .divider-line {
    flex: 1;
    width: 2px;
    background: linear-gradient(180deg, transparent, #59c53c, transparent);
}

.statistics-section .stats-categories {
    padding: 10px 20px;
    background: #1a1a1a;
    border: 1px solid #2a2a2a;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #ccc;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Анимации */
@keyframes statSlideIn {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.statistics-section .home-team .stat-item {
    animation: statSlideIn 0.6s ease forwards;
    display: flex;
    width: 100%;
    flex-direction: column;
    margin-bottom: 50px;
}

.statistics-section .away-team .stat-item {
    animation: statSlideIn 0.6s ease forwards;
    animation-direction: reverse;
}

/* Дополнительные стили для улучшения UX */
.statistics-section .stat-bar {
    position: relative;
    overflow: hidden;
}

.statistics-section .stat-bar::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s ease;
}

.statistics-section .stat-item:hover .stat-bar::after {
    left: 100%;
}

/* Эффект свечения для заголовка */

.statistics-section .section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
    background: linear-gradient(90deg, transparent, #59c53c, transparent);
    border-radius: 2px;
}


.statistics-section .stat-item .lines{
	display: flex;
  width: 100%;
}
.statistics-section .stat-item .head{
	display: flex;
  width: 100%;
  justify-items: self-start;
  justify-content: space-between;
  margin-bottom: 5px;
	/*! font-size: 14px; */
}


 .popular-articles .secondary-articles {
	  display: flex;
	  gap: 20px;
	  align-items: start;
	  flex-direction: row;
	  justify-content: space-between;
}
 .popular-articles .secondary-articles .news-card{
	display: flex;
  flex-direction: column-reverse;
  width: 33%;
  padding:0; 
  
} 

.match-table .match-right .odds {
  display: flex;
  gap: 40px;
}

.bookmakers-section .bk-item {
  flex-direction: column;
  background: #1e1f22;
}

.best-bk-section .bk-columns {
  gap: 20px;
}
.pros-section .feature-icon {
  margin-bottom: 0px;
}

/* ============================= */
/*     ПОПУЛЯРНЫЕ СТАТЬИ        */
/* ============================= */




/* --- GRID --- */


.popular-articles .main-article .news-card {
		padding: 0;
		align-items: center;
}


.popular-articles .main-article .news-image img {
	width: 100%;
  height: auto;
}

.popular-articles .news-card.featured {

  grid-template-columns: 1.1fr 1fr;

}


.popular-articles .main-article .news-content h3,
.popular-articles .main-article .news-content .news-card-title {	
margin-top: 0;
}




/* --- SECONDARY ARTICLES --- */




.popular-articles .secondary-articles .news-card h3,
.popular-articles .secondary-articles .news-card .news-card-title {
		margin-top: 0px;
		padding-left: 30px;
		padding-right: 30px;
}


.popular-articles .secondary-articles .news-meta {
	
	  padding-left: 10px;
  padding-bottom: 10px;
}



/* --- КНОПКА "СМОТРЕТЬ ВСЕ" --- */



.agreement-block {
    /*! max-width: 800px; */
    margin: 0 auto;
    padding: 50px;
    background: #1E1F22;
    /*! border: 1px solid #e0e0e0; */
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
}

.agreement-block h2 {
    text-align: center;
    color: #1E1F22;
    margin-bottom: 30px;
    font-size: 24px;
    /*! border-bottom: 2px solid #3498db; */
    padding-bottom: 10px;
}

.agreement-section {
    margin-bottom: 25px;
    padding-bottom: 15px;
    /*! border-bottom: 1px solid #ecf0f1; */
}

.agreement-section:last-child {
    border-bottom: none;
}

.agreement-section h3 {
    color: #fff;
    margin-bottom: 15px;
    font-size: 18px;
}

.agreement-section p {
    margin-bottom: 10px;
    text-align: justify;
    color: #fff;
}

.agreement-section ul {
    margin: 10px 0;
    padding-left: 20px;
}

.agreement-section li {
    margin-bottom: 8px;
    position: relative;
    color: #fff;
}

.agreement-section strong {
    color: #fff;
}


.hero-404::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000" opacity="0.05"><text x="50%" y="50%" dominant-baseline="middle" text-anchor="middle" font-family="Montserrat" font-size="120" font-weight="800">404</text></svg>') center/contain no-repeat;
}

.hero-404-content {
  position: relative;
  z-index: 2;
  max-width: 600px;
}


.hero-404 p {
  font-size: 1.3rem;
  margin-bottom: 40px;
  /*! color: #ccc; */
  line-height: 1.5;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

.hero-404-button {
  background: #62B55C;
  color: #000;
  border: none;
  padding: 15px 40px;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.hero-404-button:hover {
  background: #59c53c;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(89, 197, 60, 0.3);
}

.hero-404-button:active {
  transform: translateY(0);
}
.article-page {
  /*! background: #0a0a0a; */
  min-height: 100vh;
  padding: 40px 0;
  color: #fff;
}

.article-container {
  /*! max-width: 800px; */
  margin: 0 auto;
  /*! padding: 0 20px; */
}

/* Хлебные крошки */
.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 30px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #ccc;
}

.breadcrumbs a {
  color: #BFBFBF;
  text-decoration: none;
  transition: color 0.3s ease;
}

.breadcrumbs a:hover {
  color: #62B55C;
}

.breadcrumbs-separator {
  color: #666;
}

.breadcrumbs-current {
  color: #fff;
  font-weight: 500;
}

/* Заголовок статьи */
.article-header {
  margin-bottom: 40px;
  border-bottom: none;
  /*! padding-bottom: 30px; */
}

.article-header h1{
	font-size: 60px;
  line-height: 66px;
}

.article-page .rating-title {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  /*! margin-bottom: 15px; */
  margin-left: 0;
  display: flex;
  gap: 5px;
}

.article-title {
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 20px;
  font-family: 'Montserrat', sans-serif;
  background: linear-gradient(135deg, #fff 0%, #59c53c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.article-meta {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
}

.article-category {
  background: #FFC857;
  color: #000;
  padding: 4px 12px;
  border-radius: 20px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
}

.article-reading-time,
.article-date,
.article-views {
  color: #ccc;
  display: flex;
  align-items: center;
  gap: 5px;
}

.article-reading-time::before {
  content: '⏱';
}

.article-views::before {
  content: '★';
}

/* Контент статьи */
.article-content {
  font-family: 'Roboto', sans-serif;
  line-height: 1.7;
  font-size: 16px;
  color: #e0e0e0;
}

.article-content p {
  margin-bottom: 40px;
  text-align: justify;
  margin-top: 10px;
}

/* Блок оценки */
.article-rating {
  /*! background: linear-gradient(145deg, #1E1F22, #1E1F22); */
  /*! border: 1px solid #2a2a2a; */
  /*! border-radius: 12px; */
  /*! padding: 30px; */
  margin-top: 40px;
  /*! text-align: center; */
  display: flex;
  align-items: center;
}

.rating-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /*! margin-bottom: 20px; */
  flex-wrap: wrap;
  gap: 15px;
  width: 100%;
}

.rating-title {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  /*! font-family: 'Montserrat', sans-serif; */
}

.rating-current {
  font-size: 14px;
  /*! color: #59c53c; */
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
}

.rating-stars {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 15px;
}

.star {
  font-size: 2rem;
  color: #333;
  cursor: pointer;
  transition: all 0.3s ease;
}

.star.active {
  color: #f0c24b;
}

.star:hover {
  transform: scale(1.2);
  color: #f0c24b;
}


.thanks-text {
  /*! color: #59c53c; */
  font-weight: 600;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 10px;
}
/* Дополнительные стили для улучшения читаемости */
.article-content p {
  text-align: left;
  hyphens: auto;
}

/* Эффекты при наведении */
.breadcrumbs a,
.article-category,
.star {
  transition: all 0.3s ease;
}

.article-category:hover {
  background: #62B55C;
  transform: translateY(-1px);
}



.hero-raiting-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}

.hero-raiting-content {
  max-width: 800px;
  text-align: center;
  margin: 0 auto;
}

.hero-raiting-title {
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 30px;
  line-height: 1.2;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.hero-raiting-description {
  font-size: 1.25rem;
  line-height: 1.6;
  color: #e0e0e0;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  margin: 0;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

header .container nav ul {
  display: flex;
  align-items: unset;
  list-style: none;
  gap: 40px;
  /*! display: none; */
  padding-left: 20px;
  /*! border-radius: 12px; */
}

header .container nav a {
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  transition: color 0.3s;
  font-family: 'Roboto', sans-serif;
}

header .container nav a:hover {
  color: #59c53c;
}

header .container .dropdown {
  display: flex;
  align-items: center;
  gap: 5px;
}

header .container .dropdown svg {
  width: 12px;
  height: 12px;
  fill: #fff;
}

header .container .dropdown:hover svg {
  fill: #59c53c;
}

header .container .active .tg-btn {
  display: none;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border: 1.5px solid #59c53c;
  border-radius: 6px;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s;
  font-family: 'Roboto', sans-serif;
  /*! display: none; */
  /*! background: rgba(98, 181, 92, 1); */
  justify-content: center;
  width: 90%;
  margin: 30px auto;
  /*! padding-left: 20px; */
}

header .container .tg-btn.mobile {
  display: flex;
}

header .container .tg-btn:hover {
  background-color: #59c53c;
  color: #000;
}

header .container .tg-btn svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}
}

@media (max-width: 1080px) {

	
	.review-action.desc{
		display:none;
	}
	
	body {
	  background-color: #0a0a0a;
	  color: #fff;
	  /*! padding: 0 20px; */
	}
	
	.container {
	  max-width: var(--container-max);
	  /*! margin: 0 auto; */
	  padding: 0 0px;
	  display: flex;
	  align-items: baseline;
	  justify-content: space-between;
	}
	
	.news-section .container {
	  display: block;
	  max-width: 100%;
	  margin: 0 auto;
	  padding: 0 0px;
	}
	.why-us-section .container {
	  display: block;
	  max-width: 1800px;
	  margin: 0 auto;
	  padding: 0 0px;
	}
	.popular-articles .container {
	  display: block;
	  max-width: 1800px;
	  margin: 0 auto;
	  padding: 0 0px;
	}
	.faq-cta {
	  margin: auto 0px;

	}
	.hero {

	  margin: 40px 0px 60px 0px;
	}	
	
	
	/* ========== HEADER ========== */
header {
  background-color: #0a0a0a;
  border-bottom: 1px solid #1a1a1a;
}

header .container {
  max-width: 1800px;
  margin: auto 20px;
  padding: 18px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;

}

header .container .logo img {
  height: 50px;
}

header .container nav ul {
  display: flex;
  align-items: unset;
  list-style: none;
  gap: 40px;
  /*! display: none; */
  padding-left: 20px;
  /*! border-radius: 12px; */
}

header .container nav a {
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  transition: color 0.3s;
  font-family: 'Roboto', sans-serif;
}

header .container nav a:hover {
  color: #59c53c;
}

header .container .dropdown {
  display: flex;
  align-items: center;
  gap: 5px;
}

header .container .dropdown svg {
  width: 12px;
  height: 12px;
  fill: #fff;
}

header .container .dropdown:hover svg {
  fill: #59c53c;
}

header .container .tg-btn {
  display: none;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border: 1.5px solid #59c53c;
  border-radius: 6px;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s;
  font-family: 'Roboto', sans-serif;
  /*! display: none; */
  /*! background: rgba(98, 181, 92, 1); */
  justify-content: center;
  width: 90%;
  margin: 30px auto;
  /*! padding-left: 20px; */
}

header .container .tg-btn.mobile {
  display: flex;
}

header .container .tg-btn:hover {
  background-color: #59c53c;
  color: #000;
}

header .container .tg-btn svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}
.date-filters{
	display:flex;
	gap: 20px;
}

  nav {
    position: absolute;
    top: 90px;
    left: 0;
    width: 92%;
    background: rgba(30, 31, 34, 1);
    /*! border-top: 1px solid #eee; */
    transform: translateY(-120%);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    margin-left: 20px;
    margin-right: 20px;
  }
  nav.active {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    border-radius: 12px;
    z-index: 10;
  }
  nav ul {
    flex-direction: column;
    align-items: center;
    padding: 50px 30px 0px 30px;
    gap: 10px;
  }
  .tg-btn {
    display: none;
  }
  .burger {
    display: flex;
  }
  



  /* ========== HERO ========== */
.hero {
  /*! background: linear-gradient(to right, rgba(10,10,10,0.95) 35%, rgba(10,10,10,0.1) 65%), url('../img/hero.png') right/cover no-repeat; */
  border-radius: 12px;
  margin: 20px 20px 60px 20px;
  max-width: 1800px;
  min-height: 477px;
  display: flex;
  align-items: center;
  color: #fff;
  position: relative;
  background-image: url('../img/hero.png');
  background-size: cover;
  background-position: 60%;
}

.hero-content {
  padding: 0 20px 20px 20px;
  width: 1040px;
  z-index: 2;
}

.hero h1 {
  font-size: 45px;
  /*! font-weight: 800; */
  line-height: 1.2;
  font-family: 'MontserratBold';
  word-break: break-all;
}

.hero h1 span {
  color: #59c53c;
  font-family: 'MontserratBold';
}

.hero p {
  font-size: 24px;
  font-weight: 500;
  margin: 30px 0 70px;
  font-family: 'Roboto', sans-serif;
}

.hero button {
  background-color: #62B55C;
  border: none;
  padding: 11px;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s;
  font-family: 'Roboto', sans-serif;
  width: 55%;
}

.hero button:hover {
  background-color: #46a72f;
}
/* ========== ПРОГНОЗЫ ========== */
.predictions {
  margin: 30px auto;
  max-width: 1800px;
}

.predictions-container {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}

/* ---------- ЛЕВАЯ ЧАСТЬ ---------- */
.predictions-main {
  flex: 1;
  max-width: 100%;
}

.section-title {
  font-size: 45px;
  margin-bottom: 30px;
  line-height: 48px;
  word-break: break-all;
}

.filters {
  display: inline-flex;
  align-items: center;
  /*! gap: 5px; */
  margin-bottom: 20px;
  background: linear-gradient(135deg, #1E1F22 0%, #1E1F22 100%);
  padding: 10px;
  border-radius: 8px;
  width: auto;
}

.filters button {
  background: #1a1a1a;
  border: none;
  padding: 10px 20px;
  border-radius: 8px;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Roboto', sans-serif;
}

.filters button.active,
.filters button:hover {
  background: #32652e;
  color: #fff;
}

.cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  gap: 30px;
}

.card {
  /*! background: #141414; */
  /*! border: 1px solid #5FB859; */
  border-radius: 12px;
  padding: 20px 20px 30px 20px;
  text-align: center;
  /*! font-family: 'Roboto', sans-serif; */
}

.league {
  display: inline-block;
  background: #f0c24b;
  color: #000;
  font-weight: 600;
  font-size: 14px;
  padding: 5px 5px;
  border-radius: 20px;
  margin-bottom: 50px;
  font-family: 'Roboto', sans-serif;
  /*! float: left; */
  flex-direction: column;
  display: flex;
  justify-content: left;
  width: 200px;
}

.teams {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
  font-family: 'Roboto', sans-serif;
  padding: 0;
}

.teams img {
  height: auto;
  width: 80px;
}

.vs p {
  font-size: 22px;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
}

.vs span {
  font-size: 14px;
  color: #fff;
  font-family: 'Roboto', sans-serif;
}

.match-info {
  margin-bottom: 25px;
  font-size: 15px;
  color: #ccc;
  font-family: 'Roboto', sans-serif;
}

.match-info p{
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
}

.match-info strong{
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  color: #fff;
}

.match-row .odds {
  display: flex;
  gap: 16px;
  margin-bottom: 0px;
}

.odds {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}

.odds div p{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #BFBFBF;
}
.odds div {
  background: #0d0d0d;
  padding: 30px 25px;
  border-radius: 8px;
  text-align: center;
  font-family: 'Roboto', sans-serif;
}

.odds span {
  color: #59c53c;
  font-size: 20px;
  font-weight: 600;
}

.btn-green {
  width: 100%;
  background: #59c53c;
  color: #000;
  border: none;
  padding: 11px 14px 11px 14px;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  background: #62B55C;
}


.all-predictions {
  margin-top: 40px;
  text-align: center;
  /*! margin-bottom: 130px; */
  width: 100%;
}

.all-predictions a {
  color: #fff;
  background: var(--main-bg-color);
  padding: 12px 28px;
  border-radius: 8px;
  text-decoration: none;
  transition: 0.3s;
  font-family: 'Roboto', sans-serif;
  width: 100%;
  display: flex;
  justify-content: center;
}

.all-predictions a:hover {
  background: #59c53c;
  color: #000;
}

/* ---------- САЙДБАР ---------- */
.sidebar {
  width: 427px;
  position: sticky;
  top: 20px;
  margin-top: 20px;
}

.subscribe {
  /*! background: #3fc060; */
  border-radius: 12px;
  padding: 25px;
  color: #000;
  margin-bottom: 30px;
  background-image: url('../img/tgbk.png');
}

.subscribe h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

.subscribe p {
  font-size: 18px;
  margin-bottom: 20px;
}

.subscribe button {
  width: 100%;
  background: #141414;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}

.subscribe button:hover {
  background: #000;
}

.bookmakers {
  background: #1E1F22;
  border-radius: 12px;
  padding: 25px;
  border: 1px solid #5FB859;
}

.bookmakers .title-bk-banner {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

.bookmakers ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none;
}

.bookmakers li {
  /*! background: #0d0d0d; */
  /*! padding: 10px 15px; */
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bookmakers img {
  height: 44px;
  width: auto;
}

.bookmakers span {
  color: #fff;
  font-size: 14px;
}

.bookmakers a {
  background: #62B55C;
  color: #000;
  padding: 11px 16px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
}

/* === MATCH CENTER SECTION === */
.match-center-section {
  /*! background: #0b0b0b; */
  /*! padding: 60px 0; */
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  margin-top: 130px;
}

.match-center-section .container {
  max-width: 1800px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: inherit;
  flex-direction: column;
  align-items: inherit;
}

/* Заголовок */

/* Верхние фильтры */
.match-filters {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  flex-wrap: wrap;
  gap: 15px;
  border-bottom: 1px solid #32652e;
  padding-bottom: 20px;
}

.date-filters button {
  background: #060606;
  border: 2px solid #32652e;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 16px;
  border-radius: 6px;
  cursor: pointer;
}

.date-filters button.active {
  background: #32652e;
  color: #fff;
  border-color: #32652e;
}

.status-legend {
  display: flex;
  gap: 32px;
  font-size: 18px;
  color: #fff;
  /*! align-items: first baseline; */
  /*! justify-content: right; */
  display: flex;
  justify-content: revert-layer;
  /*! display: flex; */
  /*! flex-wrap: revert-layer; */
}

.status-legend .dot {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 6px;
  /*! margin-top: 6px; */
}

.dot.done { background: #888; }
.dot.live { background: #59c53c; }
.dot.soon { background: #2a8fff; }

/* Спортивные фильтры */
.sport-filters {
  display: flex;
  gap: 10px;
  margin-bottom: 25px;
}

.sport-filters button {
  background: #151515;
  border: none;
  color: #ccc;
  padding: 10px 18px;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  transition: background 0.2s;
}

.sport-filters button.active {
  background: #59c53c;
  color: #000;
}

.sport-filters button:hover {
  background: #202020;
}

/* Таблица матчей */
.match-table {
  /*! background: #101010; */
  /*! border-radius: 10px; */
  overflow: hidden;
}

/* Заголовок лиги */
.league-header {
  display: flex;
  align-items: center;
  /*! justify-content: space-between; */
  background: #62b55c;
  color: #000;
  font-weight: 600;
  padding: 10px 20px;
}

.league-header img {
  height: 16px;
  margin-right: 10px;
}

.odds-labels {
  display: flex;
  gap: 83px;
  margin-left: auto;
  display: none;
}

/* Строка матча */
.match-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 23px 20px;
  border-bottom: 1px solid #1a1a1a;
  background: #111;
  flex-wrap: wrap;
  gap: 10px;
}

.match-left {
  display: flex;
  align-items: center;
  gap: 12px;
  /*! flex: 1 1 0px; */
  /*! justify-content: space-between; */
  margin-right: 50px;
  display: none;
}

.match-play {
  display: flex;
	justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-right: 0;
  display: none;
}

.time {
  font-size: 14px;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 6px;
  color: #fff;
  min-width: 52px;
  text-align: center;
}

.time.soon { background: #2a8fff; }
.time.live { background: #59c53c; color: #000; }
.time.done { background: #888; }

.match-center {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1 1 50px;
  justify-content: center;
  margin-right: 0;
  /*! display: none; */
}

.score {
  background: #e5a431;
  color: #000;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 6px;
  font-size: 15px;
}

.stream {
  font-size: 18px;
  /*! color: #aaa; */
}

.match-right .odds {
  display: flex;
  gap: 56px;
}

.odds span {
  border: 1px solid #59c53c;
  border-radius: 19px;
  padding: 5px 14px;
  color: #e5a431;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  min-width: 45px;
  font-family: 'Roboto', sans-serif;
}

.match-row:hover {
  background: #131313;
}

/* Кнопка “Смотреть все” */
.view-all {
  width: 100%;
  /*! padding: 14px; */
  background: var(--main-bg-color);
  border: none;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  cursor: pointer;
  border-top: 1px solid #1f1f1f;
  transition: background 0.2s;
  border-radius: 8px;
  padding: 12px 28px;
  margin-top: 50px;
}

.view-all:hover {
  background: #202020;
}

/* ---------- ЛЕВАЯ ЧАСТЬ - БОНУСЫ ---------- */
.bonuses-main {
    flex: 1;
    width: 100%;
}


.bonus-card {
    background: #141414;
    border: 1px solid #2a2a2a;
    border-radius: 12px;
    /*! padding: 25px; */
    transition: all 0.3s;
    position: relative;
}

.bonus-card:hover {
    border-color: #59c53c;
    transform: translateY(-5px);
}

.bonus-header h3,
.bonus-header .bonus-header-title {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
    margin-top: 30px;
    margin-left: 20px;
}

.bonus-description {
    color: #ccc;
    line-height: 1.5;
    margin-bottom: 20px;
    font-size: 14px;
    margin-left: 20px;
    margin-right: 20px;
}

.btn-get-bonus {
    width: 85%;
    background: #62b55c;
    color: #000;
    border: none;
    padding: 12px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 18px;
    align-items: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.bonus-card img.imgtop{
	width: 100%;
	border-radius: 8px 8px 0px 0px;
}

.btn-get-bonus:hover {
    background: #46a72f;
}

.view-all-bonuses {
    text-align: center;
}

 :root{
    --bg:#060606;
    --panel:#0f1112;
    --muted:#9aa1a6;
    --text:#eef0f1;
    --accent:#22c25e; /* зелёный */
    --accent-dark:#18a74a;
    --gold:#bfa84a;
    --card-radius:12px;
    --container-max:1800px;
  }

  /* Global .container as you provided, but we'll override inside the section */
  .container {
    max-width: var(--container-max);
    /*! margin: 0 auto; */
    /*! padding: 0 20px; */
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    /*! width: 100%; */
  }

  body{
    margin:0;
    background: linear-gradient(180deg,#050505 0%, #0b0b0b 100%);
    color:var(--text);
    font-family:"Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
  }

  /* ===== SECTION WRAPPER (independent) ===== */
  .bookmakers-section{
    padding: 0px 0;
    /* subtle diagonal gradient like screenshot */
    /*! background: linear-gradient(120deg, rgba(10,10,10,0.95) 0%, rgba(12,20,13,0.85) 55%, rgba(8,10,10,0.98) 100%); */
    margin-top: 130px;
  }

  /* inside this block we want .container to behave as a block (not flex) */
  .bookmakers-section .container{
    display:block;
    max-width: var(--container-max);
    /*! padding: 0 28px; */
  }


  /* subtitle line under title */

  /* list container */
  .bk-list{
    display: grid;
    gap: 14px;
    align-items: start;
  }

  /* bookmaker item */
  .bk-item{
    /*! background: linear-gradient(180deg, rgba(255,255,255,0.01), rgba(255,255,255,0.00)); */
    border-radius:12px;
    padding:12px 12px 12px 22px;
    border: 1px solid rgba(191,168,74,0.06); /* thin gold-ish border like screenshot */
    position: relative;
    overflow: visible;
  }

  .bk-row{
    display:flex;
    align-items:baseline;
    gap:0;
    /*! padding:12px; */
    width: 100%;
  }

  /* logo box */
  .bk-logo{
    /*! width:auto; */
    /*! height:auto; */
    border-radius:8px;
    background:linear-gradient(90deg,#0f1720,#15181a);
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:800;
    color:var(--accent);
    box-shadow: inset 0 -6px 10px rgba(0,0,0,0.6);
    flex: 1;
  }

  /* main stats */
  .bk-stats{
    display:flex;
    align-items:center;
    gap:18px;
    flex:1;
    min-width:0;
  }

  .stars{
    display:flex;
    gap:6px;
    align-items:center;
    color:var(--gold);
    font-weight:700;
    font-size:14px;
  }

  .stat-meta{
    display:flex;
    gap:20px;
    align-items:baseline;
    color:#fff;
    font-size:18px;
    flex-direction: column;
    margin-bottom: 0;
  }
  .stat-meta .meta-item{display:flex;gap:8px;align-items:center}

  /* bonus */
  .bk-bonus{
    font-weight:700;
    color:var(--accent);
    min-width:160px;
    text-align:left;
  }

  /* right controls */
  .bk-actions{
    display:flex;
    align-items:center;
    gap:50px;
  }

  .btn-site{
    background: linear-gradient(180deg,#62b55c,#62b55c);
    color:#021004;
    font-weight:800;
    padding:10px 14px;
    border-radius:8px;
    border:none;
    cursor:pointer;
    font-size: 18px;
  }

  .btn-toggle{
    width:36px;height:36px;border-radius:8px;border:1px solid rgba(255,255,255,0.04);
    background:transparent;color:var(--muted);
    display:flex;align-items:center;justify-content:center;
    cursor:pointer;
    transition: transform .18s ease;
  }

  .btn-toggle[aria-expanded="true"]{
    transform: rotate(180deg);
    color:var(--muted);
  }

  /* expanded area (hidden by default) */
  .bk-details{
    display:none;
    padding:18px 0px 10px 0px;
    border-top:1px solid rgba(255,255,255,0.02);
    margin-top:10px;
    /*! background: linear-gradient(180deg, rgba(0,0,0,0.08), rgba(0,0,0,0.02)); */
    border-radius:8px;
    width: 100%;
  }

  /* inside details: two columns of characteristics and CTA on right */
  .details-grid{
    display:flex;
    gap:18px;
    align-items:flex-start;
    flex-wrap:wrap;
  }

  .char-col{
    flex:1;
    min-width:100%;
    /*! align-items: ; */
  }

  .char-row{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:8px 6px;
    border-bottom:1px dashed rgba(255,255,255,0.02);
    width: 100%;
  }

  .char-row:last-child{ border-bottom:none; }

  .char-row .label{ color:#fff; font-weight:600; }
  .char-row .value{ color:#fff; font-weight:800; display:flex;gap:10px; align-items:center; }

  .details-cta{
    display:flex;
    gap:12px;
    align-items:center;
    flex:0 0 220px;
    justify-content:flex-end;
    flex-direction: column;
  }

  .btn-outline{
    padding:10px 14px;
    border-radius:8px;
    border:1px solid rgba(255,255,255,0.04);
    background:transparent;
    color:var(--muted);
    cursor:pointer;
    font-weight:700;
  }

  .btn-get{
    padding:10px 14px;
    border-radius:8px;
    background:#62b55c;
    border:2px solid var(--accent);
    color:#000;
    cursor:pointer;
    font-weight:800;
    width: 100%;
    font-size: 18px;
    margin-top: 10px;
  }
  
   /* subtle hover states */
  .bk-item:hover{
    box-shadow: 0 10px 30px rgba(0,0,0,0.6);
    transform: translateY(-2px);
    transition: transform .14s ease, box-shadow .14s ease;
  }

  /* accessibility focus */
  .btn-toggle:focus, .btn-site:focus, .btn-get:focus, .btn-outline:focus{
    outline: 3px solid rgba(34,194,94,0.18);
    outline-offset: 2px;
  }


/* ========== NEWS SECTION ========== */
.news-section {
  padding: 0px 0;
  /*! background: linear-gradient(135deg, #0a0a0a 0%, #111 100%); */
  margin-top: 130px;
}

.news-section .container {
  display: flex;
  width: 100%;
  margin: 0 auto;
  padding: 0 0px;
  flex-direction: column;
}

.news-filters {
  display: flex;
  gap: 10px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.filter-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: #1a1a1a;
  border: 1px solid #2a2a2a;
  border-radius: 8px;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.filter-btn.active,
.filter-btn:hover {
  background: #59c53c;
  color: #000;
  border-color: #59c53c;
}

.filter-btn img {
  width: 18px;
  height: 18px;
}


.news-card {
  background: var(--main-bg-color);
  border: 1px solid var(--main-bg-color);
  border-radius: 12px;
  padding: 15px;
  transition: all 0.3s ease;
  position: relative;
}

.news-card:hover {
  transform: translateY(-5px);
  /*! box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3); */
  /*! border-color: #59c53c; */
}


.news-category {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 600;
  /*! margin-bottom: 15px; */
  /*! text-transform: uppercase; */
  width: 80px;
}

.news-category.football {
  background: #FFC857;
  color: #000;
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: 0;
}

.news-category.hockey {
  background: #2a8fff;
  color: #000;
}

.news-image {
  border-radius: 8px;
  overflow: hidden;
}

.news-image.first {
  display: flex;
}

.news-image img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 8px;
}

.news-image.last {
display:none;
}

.news-content h3,
.news-content .news-card-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 15px;
  color: #fff;
  margin-top: 0;
}

.news-card.featured .news-content h3,
.news-card.featured .news-content .news-card-title {
  font-size: 24px;
}

.news-excerpt {
  color: #ccc;
  line-height: 1.6;
  margin-bottom: 20px;
  font-size: 14px;
  margin-left: 0;
}

.news-meta {
  display: flex;
  justify-content: space-between;
  align-items: start;
  padding-top: 15px;
  /*! border-top: 1px solid #2a2a2a; */
  flex-direction: column;
  margin-left: 0;
}

.news-date {
  color: #717171;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 40px;
}

.read-more {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  transition: color 0.3s;
}

.read-more:hover {
  color: #59c53c;
}

.news-actions {
  text-align: center;
}

.btn-all-news {
  background: var(--main-bg-color);
  border: 1px solid #59c53c;
  color: #59c53c;
  padding: 14px 40px;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
}

.btn-all-news:hover {
  background: #59c53c;
  color: #000;
}

/* ========== WHY US SECTION ========== */
.why-us-section {
  padding: 0px 0;
  /*! background: linear-gradient(135deg, #0a0a0a 0%, #0f150f 100%); */
  position: relative;
  overflow: hidden;
  margin-top: 130px;
}


.why-us-section .container {
  display: block;
  max-width: 1800px;
  margin: 0 auto;
  padding: 0 0px;
}



.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 10px;
  /*! margin-bottom: 60px; */
}

.feature-card {
  /*! background: linear-gradient(145deg, #141414, #0f0f0f); */
  /*! border: 1px solid #2a2a2a; */
  border-radius: 16px;
  padding: 40px 30px;
  text-align: left;
  transition: all 0.3s ease;
  position: relative;
  /*! overflow: hidden; */
}


.feature-card:hover::before {
  left: 100%;
}


.feature-icon {
  /*! width: 80px; */
  /*! height: 80px; */
  /*! margin: 0 auto 25px; */
  /*! background: rgba(89, 197, 60, 0.1); */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}


.feature-card h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #fff;
}

.feature-card p {
  color: #ccc;
  line-height: 1.6;
  font-size: 15px;
  margin: 0;
}

/* CTA секция */
.why-us-cta {
  background: linear-gradient(135deg, #0f1a11 0%, #142317 100%);
  border: 1px solid #59c53c;
  border-radius: 16px;
  padding: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  position: relative;
  overflow: hidden;
}

.why-us-cta::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 100%;
  height: 200%;
  background: radial-gradient(circle, rgba(89, 197, 60, 0.1) 0%, transparent 70%);
  animation: pulse 4s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 0.3; }
  50% { opacity: 0.6; }
}

.cta-content h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #fff;
}

.cta-content p {
  color: #ccc;
  font-size: 16px;
  margin: 0;
}

.cta-button {
  background: linear-gradient(135deg, #59c53c, #46a72f);
  border: none;
  padding: 16px 32px;
  border-radius: 10px;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
  white-space: nowrap;
}

.cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(89, 197, 60, 0.3);
}
/* ========== POPULAR ARTICLES ========== */
.popular-articles {
  /*! padding: 80px 0; */
  /*! background: linear-gradient(135deg, #0a0a0a 0%, #0f0f0f 100%); */
  margin-top: 130px;
}

.popular-articles .container {
  display: block;
  max-width: 1800px;
  margin: 0 auto;
  padding: 0 0px;
}


.articles-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 50px;
}

/* Основная статья */
.main-article {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  background: linear-gradient(145deg, #141414, #0f0f0f);
  /*! border: 1px solid #2a2a2a; */
  border-radius: 16px;
  /*! padding: 40px; */
  transition: all 0.3s ease;
}

.main-article:hover {
  border-color: #59c53c;
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.main-article .article-content h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
  color: #fff;
}

.main-article .article-excerpt {
  color: #ccc;
  line-height: 1.7;
  font-size: 16px;
  margin-bottom: 25px;
}

.article-image {
  border-radius: 12px;
  overflow: hidden;
  height: 300px;
}

.article-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  transition: transform 0.3s ease;
}

.main-article:hover .article-image img {
  transform: scale(1.05);
}

/* Второстепенные статьи */
.secondary-articles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.secondary-article {
  background: linear-gradient(145deg, #141414, #0f0f0f);
  border: 1px solid #2a2a2a;
  border-radius: 12px;
  padding: 30px 25px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.secondary-article::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: #59c53c;
  transform: scaleY(0);
  transition: transform 0.3s ease;
}

.secondary-article:hover::before {
  transform: scaleY(1);
}

.secondary-article:hover {
  border-color: #59c53c;
  transform: translateY(-5px);
}

.secondary-article h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 15px;
  color: #fff;
}

.secondary-article .article-excerpt {
  color: #999;
  line-height: 1.6;
  font-size: 14px;
  margin-bottom: 20px;
}

/* Мета информация (общая для всех статей) */
.article-meta {
  display: flex;
  /*! justify-content: space-between; */
  align-items: center;
  padding-top: 20px;
  /*! border-top: 1px solid #2a2a2a; */
}

.article-date {
  color: #59c53c;
  font-weight: 600;
  font-size: 14px;
}

.read-more {
  color: #aeaeae;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  transition: color 0.3s;
  position: relative;
  margin-bottom: 10px;
}

.read-more::after {
  content: '→';
  margin-left: 5px;
  transition: transform 0.3s;
}

.read-more:hover {
  color: #59c53c;
}

.read-more:hover::after {
  transform: translateX(3px);
}

/* Кнопка просмотра всех статей */
.articles-actions {
  text-align: center;
}

.btn-all-articles {
  display: inline-block;
  background: var(--main-bg-color);
  border: 1px solid #59c53c;
  color: #59c53c;
  padding: 16px 40px;
  border-radius: 10px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-all-articles:hover {
  background: #59c53c;
  color: #000;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(89, 197, 60, 0.3);
}
/* ========== REVIEWS SECTION ========== */
.reviews-section {
  padding: 80px 0;
  /*! background: linear-gradient(135deg, #0a0a0a 0%, #0f150f 100%); */
}

.reviews-section  .top{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.reviews-section .container {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0px;
  overflow-x: hidden;
}


/* Слайдер */
.reviews-slider {
  position: relative;
  /*! max-width: 1200px; */
  margin: 0 auto;
}

.slider-container {
  display: flex;
  gap: 30px;
  /*! overflow: hidden; */
  margin-bottom: 40px;
}

.review-slide {
  flex: 0 0 calc(100% - 0px);
  transition: all 0.3s ease;
  opacity: 0.7;
  transform: scale(0.95);
}

.review-slide.active {
  opacity: 1;
  transform: scale(1);
}

/* Карточка отзыва */
.review-card {
  background: linear-gradient(145deg, #141414, #0f0f0f);
  /*! border: 1px solid #2a2a2a; */
  border-radius: 16px;
  padding: 15px;
  height: 100%;
  transition: all 0.3s ease;
  position: relative;
}

.review-card:hover {
  border-color: #59c53c;
  transform: translateY(-5px);
}

.review-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.reviewer-avatar {
  width: 50px;
  height: 50px;
  /*! background: linear-gradient(135deg, #59c53c, #46a72f); */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #000;
  font-size: 18px;
  margin-bottom: 30px;
}

.reviewer-info {
  flex: 1;
}

.reviewer-name {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 40px;
  margin-top: 30px;
}

.review-rating {
  color: #f0c24b;
  font-size: 14px;
}

.review-content {
  margin-bottom: 20px;
}

.review-content p {
  color: #ccc;
  line-height: 1.6;
  font-size: 14px;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.read-full-review {
  background: transparent;
  /*! border: 1px solid #59c53c; */
  color: #fff;
  padding: 0px 0px;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  border: none;
  text-align: left;
  font-size: 18px;
}


/* Навигация слайдера */
.slider-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  display: none;
}

.slider-prev,
.slider-next {
  background: #0a0a0a;
  border: 1px solid #0a0a0a;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}


.slider-dots {
  display: flex;
  gap: 10px;
}

.slider-dots .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #2a2a2a;
  cursor: pointer;
  transition: all 0.3s ease;
}

.slider-dots .dot.active {
  background: #59c53c;
  transform: scale(1.2);
}

/* Модальное окно */
.review-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.review-modal.active {
  display: flex;
}

.modal-content {
  background: linear-gradient(145deg, #141414, #0f0f0f);
  border: 1px solid #59c53c;
  border-radius: 16px;
  padding: 40px;
  max-width: 600px;
  width: 100%;
  max-height: 80vh;
  overflow-y: auto;
  position: relative;
}

.modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-reviewer {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
}

.modal-text {
  color: #ccc;
  line-height: 1.7;
  font-size: 15px;
  margin-bottom: 25px;
}

.collapse-review {
  background: #59c53c;
  border: none;
  color: #000;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.collapse-review:hover {
  background: #46a72f;
}

/* ========== FOOTER ========== */
.main-footer {
  background: linear-gradient(135deg, #0a0a0a 0%, #050505 100%);
  border-top: 1px solid #1a1a1a;
  padding: 60px 0px 60px 0px;
  color: #ccc;
  font-size: 14px;
}

.main-footer .container {
  display: block;
  max-width: 1800px;
  margin: 0 auto;
  padding: 0 0px;
}

/* Верхняя часть футера */
.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  padding-bottom: 30px;
  border-bottom: 1px solid #2a2a2a;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 20px;
}

.footer-logo img {
  height: 35px;
}

.footer-tagline {
  color: #59c53c;
  font-weight: 600;
  font-size: 16px;
  margin: 0;
}

.footer-social {
  display: flex;
  gap: 15px;
}

.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #1a1a1a;
  border-radius: 8px;
  color: #59c53c;
  transition: all 0.3s ease;
}

.social-link:hover {
  background: #59c53c;
  color: #000;
  transform: translateY(-2px);
}

/* Основное меню футера */
.footer-main {
  display: flex;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px;
  /*! margin-bottom: 50px; */
  /*! flex-direction: column; */
  flex-wrap: wrap;
}

.footer-column {
  display: flex;
  flex-direction: column;
}
.footer-column.logo {
	width:100%;
}
.footer-column.cont {
	width:100%;
}
.footer-column.bk {
	display:none;
}

.footer-title {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
}

.footer-title::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 30px;
  height: 2px;
  background: #59c53c;
  border-radius: 1px;
}

.footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 14px;
}

.footer-links a:hover {
  color: #59c53c;
  padding-left: 5px;
}

/* Контакты */
.footer-contacts {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #999;
  font-size: 14px;
}

.contact-item svg {
  color: #59c53c;
  flex-shrink: 0;
}

/* Нижняя часть футера */
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  border-top: 1px solid #2a2a2a;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-copyright p {
  margin: 0;
  color: #999;
  font-size: 13px;
}

.footer-disclaimer p {
  margin: 0;
  color: #666;
  font-size: 12px;
  text-align: center;
  max-width: 300px;
}

.footer-payments {
  display: flex;
  align-items: center;
  gap: 15px;
}

.payment-methods {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  color: #999;
}

.payment-icons {
  display: flex;
  gap: 8px;
}

.payment-icons span {
  background: #1a1a1a;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
  color: #ccc;
}




/* ========== FAQ SECTION ========== */
.faq-section {
  padding: 80px 0;
  /*! background: linear-gradient(135deg, #0a0a0a 0%, #0f0f0f 100%); */
}

.faq-section .container {
  display: block;
  max-width: 1800px;
  margin: 0 auto;
  padding: 0 0px;
}



/* Основной вопрос */
.faq-main {
  background: linear-gradient(145deg, #141414, #0f0f0f);
  border: 1px solid #59c53c;
  border-radius: 16px;
  padding: 40px;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}


.faq-main-question {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
}

.faq-main-answer p {
  color: #ccc;
  line-height: 1.7;
  font-size: 16px;
  margin: 0;
}

/* Аккордеон */
.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.faq-item {
  background: linear-gradient(145deg, #141414, #0f0f0f);
  border: 1px solid #2a2a2a;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
}



.faq-item.active .faq-question {
	border-bottom: 1px solid #62b55c;
}
.faq-question {
  width: 100%;
  background: none;
  border: none;
  padding: 25px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  text-align: left;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.3s ease;
  /*! border-bottom: 1px solid #62b55c; */
}


.faq-question span {
  flex: 1;
  margin-right: 20px;
}

.faq-icon {
  transition: transform 0.3s ease;
  color: #59c53c;
  flex-shrink: 0;
}

.faq-item.active .faq-icon {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background: rgba(89, 197, 60, 0.02);
}

.faq-item.active .faq-answer {
  max-height: 500px;
  padding-top: 20px;
}

.faq-answer p {
  padding: 0 30px 25px;
  color: #ccc;
  line-height: 1.7;
  font-size: 15px;
  margin: 0;
}

/* CTA секция */
.faq-cta {
  background: linear-gradient(135deg, #1E1F22 0%, #1E1F22 100%);
  /*! border: 1px solid #62B55C; */
  border-radius: 16px;
  padding: 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  max-width: 100%;
  margin: auto 20px;
  /*! border: linear-gradient(to right, rgba(95, 184, 89, 1), rgba(255, 200, 87, 1)) 1; */
  /*! border: 1px solid; */
  /*! border-image: linear-gradient(to right, rgba(95, 184, 89, 1), rgba(255, 200, 87, 1)) 1; */
  border-radius: 12px;
  border-radius: 8px;
  flex-direction: column;
}

.faq-cta .cta-content h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
  color: #fff;
  font-family: 'Roboto', sans-serif;
}

.faq-cta .cta-content h3 br{
	display:none;
}

.faq-cta .cta-content p {
  color: #ccc;
  font-size: 16px;
  margin: 0;
  font-family: 'Roboto', sans-serif;
}

.faq-cta .cta-button {
  background: linear-gradient(135deg, #62B55C, #46a72f);
  border: none;
  padding: 11px 0;
  border-radius: 10px;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  /*! white-space: nowrap; */
  font-family: 'Roboto', sans-serif;
  text-align: center;
  display: inline-block;
  width: 100%;
}

.faq-cta .cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(89, 197, 60, 0.3);
}

/* ========== TOP BK SECTION ========== */
.top-bk-section {
  padding: 60px 0;
  background: linear-gradient(135deg, #0a0a0a 0%, #0f0f0f 100%);
}

.top-bk-section .container {
  display: block;
  max-width: 1800px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Заголовок */
.top-bk-header {
  text-align: center;
  margin-bottom: 40px;
}

.top-bk-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #fff;
}

.top-bk-subtitle {
  font-size: 16px;
  color: #ccc;
  margin: 0;
}

/* Сетка топ букмекеров */
.top-bk-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 30px;
}

/* Карточка букмекера */
.top-bk-card {
  background: linear-gradient(145deg, #141414, #0f0f0f);
  border: 1px solid #2a2a2a;
  border-radius: 12px;
  padding: 25px;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.top-bk-card:hover {
  border-color: #59c53c;
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

/* Шапка карточки */
.bk-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bk-logo {
  font-size: 20px;
  font-weight: 800;
  color: #59c53c;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.bk-logo.winline {
  color: #2a8fff;
}

.bk-logo.fonbet {
  color: #f0c24b;
}

.bk-rating {
  background: rgba(89, 197, 60, 0.1);
  color: #59c53c;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 700;
}

/* Статистика */
.bk-stats {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.stat-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #2a2a2a;
}

.stat-row:last-child {
  border-bottom: none;
}

.stat-value {
  font-size: 16px;
  font-weight: 700;
  color: #59c53c;
}

.stat-label {
  font-size: 14px;
  color: #999;
}

/* Кнопка перехода на сайт */
.bk-site-btn {
  background: linear-gradient(135deg, #59c53c, #46a72f);
  border: none;
  padding: 12px;
  border-radius: 8px;
  color: #000;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: auto;
}

.bk-site-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(89, 197, 60, 0.3);
}

/* Дополнительные букмекеры */
.other-bk-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 800px;
  margin: 0 auto;
}

.other-bk-card {
  background: linear-gradient(145deg, #141414, #0f0f0f);
  border: 1px solid #2a2a2a;
  border-radius: 12px;
  padding: 20px;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.other-bk-card:hover {
  border-color: #59c53c;
}
/* Специальные стили для цветовых акцентов */
.bk-logo.winline + .bk-rating {
  background: rgba(42, 143, 255, 0.1);
  color: #2a8fff;
}

.bk-logo.fonbet + .bk-rating {
  background: rgba(240, 194, 75, 0.1);
  color: #f0c24b;
}




/* ========== BEST BK SECTION ========== */
.best-bk-section {
  padding: 80px 0;
  /*! background: linear-gradient(135deg, #0a0a0a 0%, #050505 100%); */
}

.best-bk-section .container {
  display: block;
  max-width: 1800px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Главный заголовок */

.best-bk-title {
  font-size: 64px;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 0;
  background: linear-gradient(135deg, #fff 0%, #59c53c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Колонки */
.bk-columns {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  /*! max-width: 1200px; */
  margin: 0 auto;
}

/* Заголовок колонки */
.column-header {
  /*! text-align: center; */
  margin-bottom: 10px;
  /*! padding-bottom: 20px; */
  /*! border-bottom: 2px solid #59c53c; */
  display: flex;
}

.column-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #fff;
}

.column-subtitle {
  font-size: 16px;
  /*! color: #ccc; */
  margin: 0;
  /*! margin-bottom: -10px; */
  /*! margin-bottom: 8px; */
}

/* Список букмекеров */
.bk-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  /*! background: #1e1f22; */
  border-radius: 12px;
  /*! margin-top: -40px; */
}

/* Элемент букмекера */
.bk-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /*! background: linear-gradient(145deg, #141414, #0f0f0f); */
  /*! border: 1px solid #2a2a2a; */
  border-radius: 12px;
  /*! padding: 20px; */
  transition: all 0.3s ease;
  width: 100%;
  /*! flex-direction: column; */
  /*! margin-bottom: 20px; */
}

.bk-item:hover {
  border-color: #FFC857;
  transform: translateX(5px);
}

.bk-info {
  display: flex;
  /*! flex-direction: column; */
  gap: 8px;
}

.bk-name {
  font-size: 18px;
  font-weight: 700;
  color: #59c53c;
  text-transform: uppercase;
}

.bk-stats {
  font-size: 14px;
  /*! color: #ccc; */
  /*! font-weight: 600; */
  display: flex;
  flex-direction: inherit;
  gap: 6px;
}

/* Кнопка сайта */
.bk-site-btn {
  background: linear-gradient(135deg, #62b55c, #62b55c);
  border: none;
  padding: 10px 14px;
  border-radius: 8px;
  color: #000;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  white-space: nowrap;
  margin-top: 0;
}

.bk-site-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(89, 197, 60, 0.3);
}

/* ========== TOP 5 BK SECTION ========== */
.top5-bk-section {
  padding: 80px 0;
  /*! background: linear-gradient(135deg, #0a0a0a 0%, #050505 100%); */
}

.top5-bk-section .container {
  display: block;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Главный заголовок */

.top5-title {
  font-size: 64px;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 0;
  background: linear-gradient(135deg, #fff 0%, #59c53c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Описание */
.top5-description {
  text-align: center;
  margin-bottom: 30px;
}

.top5-description p {
  font-size: 18px;
  color: #fff;
  margin: 0;
  font-weight: 500;
}

/* Разделитель */
.top5-divider {
  /*! height: 2px; */
  /*! background: linear-gradient(90deg, transparent, #59c53c, transparent); */
  margin: 40px auto;
  max-width: 200px;
  border-radius: 1px;
}

/* Список топ-5 */
.top5-list {
  display: flex;
  /*! flex-direction: column; */
  gap: 20px;
  /*! max-width: 900px; */
  margin: 0 auto;
}

/* Элемент букмекера */
.top5-item {
  display: flex;
  align-items: flex-start;
  gap: 25px;
  /*! background: linear-gradient(145deg, #141414, #0f0f0f); */
  /*! border: 1px solid #2a2a2a; */
  border-radius: 16px;
  /*! padding: 30px; */
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  flex-direction: column;
}

.top5-item:hover {
  /*! border-color: #59c53c; */
  /*! transform: translateY(-5px); */
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.top5-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  /*! background: #59c53c; */
  /*! transform: scaleY(0); */
  /*! transition: transform 0.3s ease; */
}

.top5-item:hover::before {
  transform: scaleY(1);
}

/* Рейтинг */

/* Специальные цвета для топ-3 */



/* Контент */
.top5-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.top5-name {
  font-size: 24px;
  font-weight: 800;
  color: #59c53c;
  text-transform: uppercase;
  margin: 0;
}

.top5-description {
  font-size: 16px;
  /*! color: #ccc; */
  line-height: 1.6;
  margin: 0;
  text-align: left;
}

/* Кнопка */
.top5-button {
  background: linear-gradient(135deg, #59c53c, #46a72f);
  border: none;
  padding: 12px 24px;
  border-radius: 10px;
  color: #000;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  white-space: nowrap;
  flex-shrink: 0;
  align-self: center;
}

.top5-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(89, 197, 60, 0.3);
}
/* Анимация появления */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.top5-item {
  animation: fadeInUp 0.6s ease forwards;
}

.top5-item:nth-child(1) { animation-delay: 0.1s; }
.top5-item:nth-child(2) { animation-delay: 0.2s; }
.top5-item:nth-child(3) { animation-delay: 0.3s; }
.top5-item:nth-child(4) { animation-delay: 0.4s; }
.top5-item:nth-child(5) { animation-delay: 0.5s; }


/* ========== COMPARISON SECTION ========== */
.comparison-section {
  padding: 80px 0;
  /*! background: linear-gradient(135deg, #0a0a0a 0%, #050505 100%); */
}

.comparison-section .container {
  display: block;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Заголовок */

.comparison-title {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 0;
  background: linear-gradient(135deg, #fff 0%, #59c53c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Описание */
.comparison-description {
  /*! text-align: center; */
  margin-bottom: 50px;
  /*! max-width: 1000px; */
  margin-left: auto;
  margin-right: auto;
}

.comparison-description p {
  font-size: 18px;
  color: #fff;
  line-height: 1.6;
  margin: 0;
}

/* Контейнер таблицы */
.comparison-table-container {
  background: linear-gradient(145deg, #141414, #0f0f0f);
  /*! border: 1px solid #2a2a2a; */
  border-radius: 16px;
  /*! padding: 30px; */
  margin-bottom: 40px;
  overflow-x: auto;
}

/* Таблица */
.comparison-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 1000px;
}

.comparison-table th {
  background: rgb(98, 181, 92);
  color: #000;
  font-weight: 700;
  font-size: 14px;
  /*! text-transform: uppercase; */
  letter-spacing: 0.5px;
  padding: 20px 15px;
  text-align: center;
  border-bottom: 2px solid #59c53c;
}

.comparison-table th.col-bk {
  text-align: center;
}

.comparison-table td {
  padding: 15px 15px;
  border-bottom: 1px solid #2a2a2a;
  text-align: center;
  vertical-align: middle;
}

.comparison-table tr:last-child td {
  border-bottom: none;
}

.comparison-table tr:hover {
  background: rgba(89, 197, 60, 0.03);
}

/* Название букмекера */
.bk-name {
  text-align: center !important;
  align-items: center;
  display: flex;
}

.bk-logo-small {
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  /*! text-transform: uppercase; */
}

/* Рейтинг */
.rating-value {
  text-align: center !important;
}

.rating-badge {
  /*! background: linear-gradient(135deg, #59c53c, #46a72f); */
  color: #fff;
  padding: 8px 16px;
  border-radius: 20px;
  font-weight: 800;
  font-size: 16px;
  display: inline-block;
}

/* Бонусная информация */
.bonus-info {
  text-align: left !important;
}

.bonus-amount {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 4px;
}

.promo-code {
  display: block;
  font-size: 12px;
  color: #fff;
  /*! background: rgba(89, 197, 60, 0.1); */
  padding: 4px 8px;
  border-radius: 6px;
  font-weight: 600;
}

/* Оценки критериев */
.criteria-score {
  text-align: center !important;
}

.score-stars {
  color: #f0c24b;
  font-size: 14px;
  margin-bottom: 5px;
}

.score-number {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

/* Выводы */
.comparison-conclusion {
  /*! background: linear-gradient(135deg, #0f1a11 0%, #142317 100%); */
  /*! border: 1px solid #59c53c; */
  border-radius: 16px;
  /*! padding: 30px; */
  /*! max-width: 1000px; */
  margin: 0 auto;
}

.conclusion-title {
  font-size: 20px;
  font-weight: 700;
  color: #59c53c;
  margin-bottom: 15px;
}

.conclusion-text {
  color: #ccc;
  line-height: 1.7;
  font-size: 16px;
  margin: 0;
}
/* ========== BK REVIEWS SECTION ========== */
.bk-reviews-section {
  padding: 80px 0;
  /*! background: linear-gradient(135deg, #0a0a0a 0%, #050505 100%); */
}

.bk-reviews-section .container {
  display: block;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Заголовок */

.reviews-title {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 10px;
  background: linear-gradient(135deg, #fff 0%, #59c53c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.reviews-subtitle {
  font-size: 32px;
  font-weight: 700;
  color: #ccc;
  margin: 0;
}

/* Описание */
.reviews-description {
  text-align: center;
  margin-bottom: 60px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.reviews-description p {
  font-size: 18px;
  color: #ccc;
  line-height: 1.6;
  margin: 0;
}

/* Список обзоров в ряд */
.reviews-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  background: #1E1F22;
  padding: 50px;
  border-radius: 12px;
}

/* Ряд обзора */
.review-row {
  display: flex;
  gap: 40px;
  background: #000;
  border: 1px solid #2a2a2a;
  border-radius: 16px;
  padding: 30px;
  transition: all 0.3s ease;
  align-items: flex-start;
}

.review-row:hover {
  border-color: #59c53c;
  transform: translateY(-5px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}

/* Основной контент */
.review-main {
  flex: 1;
  display: flex;
  /*! flex-direction: column; */
  gap: 20px;
}

/* Шапка обзора */
.review-header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  flex-direction: column;
}

.bk-logo-large {
  font-size: 28px;
  font-weight: 800;
  color: #59c53c;
  text-transform: uppercase;
}

.bk-logo-large.winline {
  color: #2a8fff;
}

.review-rating {
  display: flex;
  align-items: center;
  gap: 5px;
}

.stars {
  color: #f0c24b;
  font-size: 18px;
}

.rating-value {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  /*! background: rgba(89, 197, 60, 0.1); */
  padding: 0 0px;
  border-radius: 8px;
}

/* Контент обзора */
.review-content p {
  color: #ccc;
  line-height: 1.7;
  font-size: 16px;
  margin: 0;
}

.review-content strong {
  color: #fff;
  font-weight: 700;
}

/* Особенности */
.review-features {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.feature {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #999;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.02);
  padding: 8px 12px;
  border-radius: 8px;
  border: 1px solid #2a2a2a;
}

.feature-dot {
  width: 6px;
  height: 6px;
  background: #59c53c;
  border-radius: 50%;
  flex-shrink: 0;
}

/* Кнопка действия */
.review-action {
  display: flex;
  align-items: flex-start;
}

.review-button {
  background: linear-gradient(135deg, #62b55c, #62b55c);
  border: none;
  padding: 11px 32px;
  border-radius: 10px;
  color: #000;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
  /*! text-transform: uppercase; */
  letter-spacing: 0.5px;
  white-space: nowrap;
  min-width: 160px;
}

.review-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(89, 197, 60, 0.3);
}
/* ========== DETAILED BK REVIEW ========== */
.bk-review-detailed {
  padding: 80px 0;
  /*! background: linear-gradient(135deg, #0a0a0a 0%, #050505 100%); */
}

.bk-review-detailed .container {
  display: block;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Главный заголовок */

.review-main-title {
  font-size: 48px;
  font-weight: 800;
  background: linear-gradient(135deg, #fff 0%, #59c53c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0;
}

/* Основной обзор */
.review-hero {
  /*! display: grid; */
  /*! grid-template-columns: 2fr 1fr; */
  gap: 50px;
  margin-bottom: 40px;
  align-items: start;
}

.review-intro {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.bk-name-large {
  font-size: 36px;
  font-weight: 800;
  color: #59c53c;
  margin: 0;
  text-transform: uppercase;
}

.review-summary {
  font-size: 20px;
  /*! color: #ccc; */
  font-weight: 500;
  margin: 0;
}

.review-description {
  font-size: 16px;
  /*! color: #ccc; */
  line-height: 1.7;
  margin: 0;
}

/* Рейтинг */
.review-rating-main {
  /*! background: linear-gradient(145deg, #141414, #0f0f0f); */
  /*! border: 1px solid #2a2a2a; */
  border-radius: 16px;
  /*! padding: 30px; */
  /*! text-align: center; */
  /*! position: sticky; */
  top: 20px;
  display: flex;
  align-items: center;
}

.rating-title {
  font-size: 18px;
  font-weight: 600;
  /*! color: #ccc; */
  /*! margin-bottom: 15px; */
  margin-left: 10px;
}

.rating-score {
  font-size: 18px;
  font-weight: 800;
  /*! color: #59c53c; */
  margin-left: 10px;
}

.rating-stars {
  font-size: 24px;
  color: #f0c24b;
}

/* Разделитель */

/* Преимущества и недостатки */
.review-pros-cons {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
  margin-bottom: 60px;
}

.pros-section,
.cons-section {
  display: flex;
  flex-direction: column;
  /*! gap: 30px; */
  background: #1E1F22;
  padding: 20px;
  border-radius: 12px;
}


.review-pros-cons .pre .feature-icon img{
	height:10px;
	width:16px;
}
.review-pros-cons .ned .feature-icon img{
	height:24px;
	width:24px;
}
.review-pros-cons .pre .feature-description {
    color: #ccc;
    line-height: 1.6;
    font-size: 15px;
    margin: 0;
    padding-left: 32px;
 }
 
.review-pros-cons .ned .feature-description {
    color: #ccc;
    line-height: 1.6;
    font-size: 15px;
    margin: 0;
    padding-left: 40px;
 }



.section-title {
  /*! font-size: 28px; */
  /*! font-weight: 700; */
  color: #fff;
  margin: 0;
  padding-bottom: 10px;
  /*! border-bottom: 2px solid; */
  font-family: 'MontserratBold', sans-serif;
  /*! line-height: 60px; */
  /*! line-height: 86px; */
}

.pros-section .section-title {
  border-color: #59c53c;
  font-size: 24px;
  padding-bottom: 0px;
  line-height: 26px;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 10px;
}

.cons-section .section-title {
  border-color: #ff6b6b;
}

.features-list {
  display: flex;
  flex-direction: column;
  /*! gap: 25px; */
}

.feature-item {
  /*! background: linear-gradient(145deg, #141414, #0f0f0f); */
  /*! border: 1px solid #2a2a2a; */
  border-radius: 12px;
  /*! padding: 25px; */
  transition: all 0.3s ease;
  margin-bottom: 10px;
}

.feature-item:hover {
  border-color: #59c53c;
  transform: translateY(-2px);
}

.cons-section .feature-item:hover {
  border-color: #ff6b6b;
}

.feature-header {
  display: flex;
  align-items: baseline;
  /*! gap: 15px; */
  /*! margin-bottom: 12px; */
  flex-direction: row;
}

.feature-icon {
  width: 20px;
  height: 20px;
  /*! background: #59c53c; */
  /*! border-radius: 50%; */
  display: flex;
  /*! align-items: first baseline; */
  justify-content: unset;
  font-weight: 700;
  color: #000;
  font-size: 16px;
  flex-shrink: 0;
  margin-bottom: 30px;
}

.feature-icon.cons {
  background: #ff6b6b;
}

.feature-title {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin: 0;
}

.feature-description {
  color: #ccc;
  line-height: 1.6;
  font-size: 15px;
  margin: 0;
  padding-left: 33px;
}

/* Вывод */
.review-conclusion {
  background: linear-gradient(135deg, #0f1a11 0%, #142317 100%);
  border: 1px solid #59c53c;
  border-radius: 16px;
  padding: 40px;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
  align-items: start;
}

.conclusion-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.conclusion-title {
  font-size: 24px;
  font-weight: 700;
  color: #59c53c;
  margin: 0;
}

.conclusion-text {
  color: #fff;
  line-height: 1.7;
  font-size: 16px;
  margin: 0;
}

.conclusion-actions {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.conclusion-button {
  background: linear-gradient(135deg, #59c53c, #46a72f);
  border: none;
  padding: 16px 24px;
  border-radius: 10px;
  color: #000;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
}

.conclusion-button.outline {
  background: transparent;
  border: 2px solid #59c53c;
  color: #59c53c;
}

.conclusion-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(89, 197, 60, 0.3);
}

.conclusion-button.outline:hover {
  background: #59c53c;
  color: #000;
}
/* Основной контейнер */
.predictions-section {
    max-width: 1200px;
    margin: 0 auto;
}

/* Заголовки */

.main-title {
    font-size: 48px;
    font-weight: 800;
    background: linear-gradient(135deg, #fff 0%, #59c53c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 10px;
}

.subtitle {
    font-size: 24px;
    color: #ccc;
    font-weight: 500;
}

/* Фильтры поиска */
.search-filters {
    /*! background: #1a1a1a; */
    border-radius: 12px;
    /*! padding: 25px; */
    margin-bottom: 30px;
}

.time-filters {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.time-filter {
    background: #2a2a2a;
    border: 1px solid #3a3a3a;
    color: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
    font-weight: 500;
}

.time-filter.active,
.time-filter:hover {
    background: #59c53c;
    color: #000;
    border-color: #59c53c;
}

.advanced-filters {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.filter-select {
    background: #0b0b0b;
    border: 1px solid #62b55c;
    color: #fff;
    padding: 10px 15px;
    border-radius: 8px;
    min-width: 170px;
    font-size: 14px;
}

/* Карточки прогнозов */
.predictions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 25px;
}

.prediction-card {
    background: linear-gradient(145deg, #141414, #0f0f0f);
    border: 1px solid #2a2a2a;
    border-radius: 16px;
    padding: 25px;
    transition: all 0.3s ease;
}

.prediction-card:hover {
    border-color: #59c53c;
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

/* Заголовок лиги */
.league-header {
    display: flex;
    align-items: center;
    gap: 10px;
    /*! margin-bottom: 20px; */
    padding-bottom: 15px;
    border-bottom: 1px solid #2a2a2a;
}

.league-icon {
    width: 24px;
    height: 24px;
    background: #59c53c;
    border-radius: 50%;
}

.league-name {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}

/* Основная информация о матче */
.match-info {
    text-align: center;
    margin-bottom: 25px;
}

.vs-badge {
    display: inline-block;
    background: #59c53c;
    color: #000;
    padding: 6px 12px;
    border-radius: 20px;
    font-weight: 700;
    font-size: 12px;
    margin-bottom: 15px;
}

.match-date {
    color: #ccc;
    font-size: 14px;
    margin-bottom: 5px;
}

.match-time {
    color: #59c53c;
    font-size: 16px;
    font-weight: 600;
}

/* Команды */
.teams {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
    flex-direction: row;
    /*! gap: 10px; */
}

.team {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    flex: 1;
}

.team-name {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.team-role {
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
}

.vs-separator {
    font-size: 18px;
    font-weight: 700;
    color: #59c53c;
    margin: 0 15px;
}

/* Коэффициенты */
.odds {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
}

.odd-item {
    flex: 1;
    text-align: center;
}

.odd-value {
    display: block;
    background: #0d0d0d;
    padding: 15px;
    border-radius: 8px;
    font-size: 20px;
    font-weight: 700;
    color: #59c53c;
    margin-bottom: 5px;
}

.odd-label {
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
}

/* Кнопка */
.prediction-button {
    width: 100%;
    background: linear-gradient(135deg, #59c53c, #46a72f);
    border: none;
    padding: 14px;
    border-radius: 10px;
    color: #000;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.prediction-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(89, 197, 60, 0.3);
}

/* Форма поиска */
.search-form {
    /*! margin-top: 20px; */
    padding-top: 20px;
    /*! border-top: 1px solid #2a2a2a; */
    margin-bottom: 50px;
}

.search-input-group {
    display: flex;
    align-items: center;
    background: #2a2a2a;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #62b55c;
    transition: all 0.3s ease;
    /*! color: ; */
}

.search-input-group:focus-within {
    border-color: #59c53c;
    box-shadow: 0 0 0 2px rgba(89, 197, 60, 0.1);
}

.search-icon {
    color: #999;
    margin: 0 15px;
    flex-shrink: 0;
}

.search-input {
    flex: 1;
    background: transparent;
    border: none;
    padding: 10px 15px;
    color: #fff;
    font-size: 16px;
    outline: none;
}

.search-input::placeholder {
    color: #666;
}

.search-button {
    background: #59c53c;
    border: none;
    padding: 15px 25px;
    color: #000;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

.search-button:hover {
    background: #46a72f;
}

.main-footer .container .tg-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border: 1.5px solid #59c53c;
  border-radius: 6px;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  justify-content: center;
  margin-bottom: 15px;
}

.main-footer .container .tg-btn:hover {
  background-color: #59c53c;
  color: #000;
}

.main-footer .container .tg-btn svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}












/* Основная секция */
.how-it-works {
    padding: 80px 0;
}

/* Заголовок секции */

.main-title {
    font-size: 48px;
    font-weight: 800;
    background: linear-gradient(135deg, #fff 0%, #59c53c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 20px;
    line-height: 1.2;
}

.section-description {
    font-size: 18px;
    color: #ccc;
    line-height: 1.6;
    font-weight: 400;
    margin-bottom: 50px;
}

/* Сетка этапов */
.process-steps {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

/* Карточка этапа */
.process-step {
    background: linear-gradient(145deg, #1E1F22, #1E1F22);
    border: 1px solid #1E1F22;
    border-radius: 16px;
    padding: 20px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.process-step:hover {
    border-color: #59c53c;
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}


.process-step:hover::before {
    transform: scaleY(1);
}

/* Шапка этапа */
.step-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
    justify-content: space-between;
}

.step-number {
    font-size: 18px;
    font-weight: 800;
    color: #59c53c;
    line-height: 1;
    min-width: 80px;
    text-align: right;
}

.step-title {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
}

/* Контент этапа */

.step-description {
    color: #ccc;
    line-height: 1.7;
    font-size: 16px;
    margin: 0;
}

/* Декоративные элементы */


/* Анимации */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.process-step {
    animation: fadeInUp 0.6s ease forwards;
}
* Дополнительные стили для улучшения читаемости */
.step-description {
    /*! text-align: justify; */
    hyphens: auto;
}

/* Эффект при наведении на номер */
.step-number {
    transition: all 0.3s ease;
}

.process-step:hover .step-number {
    transform: scale(1.1);
    text-shadow: 0 0 20px rgba(89, 197, 60, 0.5);
}




/* Секция статистики */
.statistics-section {
    padding: 60px 0;
    /*! background: #0a0a0a; */
}

.statistics-section .container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}


/* Контейнер статистики */

/* Команды */
.statistics-section .team-stats {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.statistics-section .team-name {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    padding: 15px;
    background: linear-gradient(145deg, #141414, #0f0f0f);
    border: 1px solid #2a2a2a;
    border-radius: 12px;
    color: #fff;
}

.statistics-section .home-team .team-name {
    color: #59c53c;
}

.statistics-section .away-team .team-name {
    color: #2a8fff;
}

/* Список статистики */
.statistics-section .stats-list {
    display: flex;
    flex-direction: column;
    /*! gap: 15px; */
}

/* Элемент статистики */

.statistics-section .stat-item:hover {
    border-color: #59c53c;
    transform: translateY(-2px);
}

/* Полосы статистики */
.statistics-section .stat-bar {
    height: 15px;
    border-radius: 16px 0px 0px 16px;
    transition: all 0.3s ease;
}

.statistics-section .home-bar {
    background: linear-gradient(90deg, #59c53c, #46a72f);
}

.statistics-section .away-bar {
    background: linear-gradient(90deg, #2a8fff, #1a6fd9);
    border-radius: 0px 16px 16px 0px;
}

/* Значения статистики */
.statistics-section .stat-value {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    min-width: 30px;
    color: #fff;
}

.statistics-section .home-team .stat-value:first-child {
    color: #59c53c;
}

.statistics-section .away-team .stat-value:last-child {
    color: #2a8fff;
}

/* Метки статистики */
.statistics-section .stat-label {
    font-size: 14px;
    font-weight: 600;
    color: #ccc;
    text-align: center;
    /*! text-transform: uppercase; */
    letter-spacing: 0.5px;
}

/* Разделитель */
.statistics-section .stats-divider {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    height: 100%;
}

.statistics-section .divider-line {
    flex: 1;
    width: 2px;
    background: linear-gradient(180deg, transparent, #59c53c, transparent);
}

.statistics-section .stats-categories {
    padding: 10px 20px;
    background: #1a1a1a;
    border: 1px solid #2a2a2a;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #ccc;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Анимации */
@keyframes statSlideIn {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.statistics-section .home-team .stat-item {
    animation: statSlideIn 0.6s ease forwards;
    display: flex;
    width: 100%;
    flex-direction: column;
    margin-bottom: 50px;
}

.statistics-section .away-team .stat-item {
    animation: statSlideIn 0.6s ease forwards;
    animation-direction: reverse;
}

/* Дополнительные стили для улучшения UX */
.statistics-section .stat-bar {
    position: relative;
    overflow: hidden;
}

.statistics-section .stat-bar::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s ease;
}

.statistics-section .stat-item:hover .stat-bar::after {
    left: 100%;
}

/* Эффект свечения для заголовка */

.statistics-section .section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
    background: linear-gradient(90deg, transparent, #59c53c, transparent);
    border-radius: 2px;
}


.statistics-section .stat-item .lines{
	display: flex;
  width: 100%;
}
.statistics-section .stat-item .head{
	display: flex;
  width: 100%;
  justify-items: self-start;
  justify-content: space-between;
  margin-bottom: 5px;
	/*! font-size: 14px; */
}


 .popular-articles .secondary-articles {
	  display: flex;
	  gap: 20px;
	  align-items: start;
	  flex-direction: column;
	  justify-content: space-between;
}
 .popular-articles .secondary-articles .news-card{
	display: flex;
  flex-direction: column-reverse;
  width: 100%;
  padding:0; 
  
} 

.match-table .match-right .odds {
  display: flex;
  gap: 40px;
}

.bookmakers-section .bk-item {
  flex-direction: column;
  background: #1e1f22;
}

.best-bk-section .bk-columns {
  gap: 20px;
}
.pros-section .feature-icon {
  margin-bottom: 0px;
}

/* ============================= */
/*     ПОПУЛЯРНЫЕ СТАТЬИ        */
/* ============================= */




/* --- GRID --- */


.popular-articles .main-article .news-card {
		padding: 0;
		align-items: center;
}


.popular-articles .main-article .news-image img {
	width: 100%;
  height: auto;
}

.popular-articles .news-card.featured {

  grid-template-columns: 1fr;

}


.popular-articles .main-article .news-content h3,
.popular-articles .main-article .news-content .news-card-title {	
margin-top: 0;
/*! padding-left: 30px; */
/*! padding-right: 30px; */
}




/* --- SECONDARY ARTICLES --- */




.popular-articles .secondary-articles .news-card h3,
.popular-articles .secondary-articles .news-card .news-card-title {
		margin-top: 0px;
		padding-left: 30px;
		padding-right: 30px;
}


.popular-articles .secondary-articles .news-meta {
	
	  padding-left: 30px;
  padding-bottom: 30px;
}



/* --- КНОПКА "СМОТРЕТЬ ВСЕ" --- */



.agreement-block {
    /*! max-width: 800px; */
    margin: 0 auto;
    padding: 20px;
    background: #1E1F22;
    /*! border: 1px solid #e0e0e0; */
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
}

.agreement-block h2 {
    text-align: center;
    color: #1E1F22;
    margin-bottom: 30px;
    font-size: 24px;
    /*! border-bottom: 2px solid #3498db; */
    padding-bottom: 10px;
}

.agreement-section {
    margin-bottom: 25px;
    padding-bottom: 15px;
    /*! border-bottom: 1px solid #ecf0f1; */
}

.agreement-section:last-child {
    border-bottom: none;
}

.agreement-section h3 {
    color: #fff;
    margin-bottom: 15px;
    font-size: 18px;
}

.agreement-section p {
    margin-bottom: 10px;
    text-align: justify;
    color: #fff;
}

.agreement-section ul {
    margin: 10px 0;
    padding-left: 20px;
}

.agreement-section li {
    margin-bottom: 8px;
    position: relative;
    color: #fff;
}

.agreement-section strong {
    color: #fff;
}


.hero-404::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000" opacity="0.05"><text x="50%" y="50%" dominant-baseline="middle" text-anchor="middle" font-family="Montserrat" font-size="120" font-weight="800">404</text></svg>') center/contain no-repeat;
}

.hero-404-content {
  position: relative;
  z-index: 2;
  max-width: 600px;
}


.hero-404 p {
  font-size: 1.3rem;
  margin-bottom: 40px;
  /*! color: #ccc; */
  line-height: 1.5;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

.hero-404-button {
  background: #62B55C;
  color: #000;
  border: none;
  padding: 15px 40px;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.hero-404-button:hover {
  background: #59c53c;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(89, 197, 60, 0.3);
}

.hero-404-button:active {
  transform: translateY(0);
}
.article-page {
  /*! background: #0a0a0a; */
  min-height: auto;
  padding: 40px 0;
  color: #fff;
}

.article-container {
  /*! max-width: 800px; */
  margin: 0 auto;
  /*! padding: 0 20px; */
}

/* Хлебные крошки */
.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 30px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #ccc;
}

.breadcrumbs a {
  color: #BFBFBF;
  text-decoration: none;
  transition: color 0.3s ease;
}

.breadcrumbs a:hover {
  color: #62B55C;
}

.breadcrumbs-separator {
  color: #666;
}

.breadcrumbs-current {
  color: #fff;
  font-weight: 500;
}

/* Заголовок статьи */
.article-header {
  margin-bottom: 40px;
  border-bottom: none;
  /*! padding-bottom: 30px; */
}

.article-header h1{
	font-size: 45px;
  line-height: 46px;
}

.article-page .rating-title {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  /*! margin-bottom: 15px; */
  margin-left: 0;
  display: flex;
  gap: 5px;
}

.article-title {
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 20px;
  font-family: 'Montserrat', sans-serif;
  background: linear-gradient(135deg, #fff 0%, #59c53c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.article-meta {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  flex-direction: row;
}

.article-category {
  background: #FFC857;
  color: #000;
  padding: 4px 12px;
  border-radius: 20px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
}

.article-reading-time,
.article-date,
.article-views {
  color: #ccc;
  display: flex;
  align-items: center;
  gap: 5px;
}

.article-reading-time::before {
  content: '⏱';
}

.article-views::before {
  content: '★';
}

/* Контент статьи */
.article-content {
  font-family: 'Roboto', sans-serif;
  line-height: 1.7;
  font-size: 16px;
  color: #e0e0e0;
}

.article-content p {
  margin-bottom: 40px;
  text-align: justify;
  margin-top: 10px;
}

/* Блок оценки */
.article-rating {
  /*! background: linear-gradient(145deg, #1E1F22, #1E1F22); */
  /*! border: 1px solid #2a2a2a; */
  /*! border-radius: 12px; */
  /*! padding: 30px; */
  margin-top: 40px;
  /*! text-align: center; */
  display: flex;
  align-items: center;
}

.rating-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /*! margin-bottom: 20px; */
  flex-wrap: wrap;
  gap: 15px;
  width: 100%;
}

.rating-title {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  /*! font-family: 'Montserrat', sans-serif; */
}

.rating-current {
  font-size: 14px;
  /*! color: #59c53c; */
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
}

.rating-stars {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 15px;
}

.star {
  font-size: 2rem;
  color: #333;
  cursor: pointer;
  transition: all 0.3s ease;
}

.star.active {
  color: #f0c24b;
}

.star:hover {
  transform: scale(1.2);
  color: #f0c24b;
}


.thanks-text {
  /*! color: #59c53c; */
  font-weight: 600;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 10px;
}
/* Дополнительные стили для улучшения читаемости */
.article-content p {
  text-align: left;
  hyphens: auto;
}

/* Эффекты при наведении */
.breadcrumbs a,
.article-category,
.star {
  transition: all 0.3s ease;
}

.article-category:hover {
  background: #62B55C;
  transform: translateY(-1px);
}



.hero-raiting-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}

.hero-raiting-content {
  max-width: 800px;
  text-align: center;
  margin: 0 auto;
}

.hero-raiting-title {
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 30px;
  line-height: 1.2;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.hero-raiting-description {
  font-size: 1.25rem;
  line-height: 1.6;
  color: #e0e0e0;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  margin: 0;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

  .noslide {
    display: none;
  }  
  .articles-grid.noslide {
    display: none !important;
  }
  
  
}

@media (max-width: 1080px) {

	
	body {
	  background-color: #0a0a0a;
	  color: #fff;
	  /*! padding: 0 20px; */
	}
	
	.container {
	  max-width: var(--container-max);
	  /*! margin: 0 auto; */
	  padding: 0 0px;
	  display: flex;
	  align-items: baseline;
	  justify-content: space-between;
	}
	
	.news-section .container {
	  display: block;
	  max-width: 1800px;
	  margin: 0 auto;
	  padding: 0 0px;
	}
	.why-us-section .container {
	  display: block;
	  max-width: 1800px;
	  margin: 0 auto;
	  padding: 0 0px;
	}
	.popular-articles .container {
	  display: block;
	  max-width: 1800px;
	  margin: 0 auto;
	  padding: 0 0px;
	}
	.faq-cta {
	  margin: auto 0px;

	}


.hero-content {
  padding: 0 100px 0 20px;
  width: auto;
  z-index: 2;
}	
	
	
	/* ========== HEADER ========== */
header {
  background-color: #0a0a0a;
  border-bottom: 1px solid #1a1a1a;
}

header .container {
  max-width: 1800px;
  margin: auto 20px;
  padding: 18px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;

}

header .container .logo img {
  height: 50px;
}

header .container nav ul {
  display: flex;
  align-items: unset;
  list-style: none;
  gap: 40px;
  /*! display: none; */
  padding-left: 20px;
  /*! border-radius: 12px; */
}

header .container nav a {
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  transition: color 0.3s;
  font-family: 'Roboto', sans-serif;
}

header .container nav a:hover {
  color: #59c53c;
}

header .container .dropdown {
  display: flex;
  align-items: center;
  gap: 5px;
}

header .container .dropdown svg {
  width: 12px;
  height: 12px;
  fill: #fff;
}

header .container .dropdown:hover svg {
  fill: #59c53c;
}

header .container .tg-btn {
  display: none;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border: 1.5px solid #59c53c;
  border-radius: 6px;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s;
  font-family: 'Roboto', sans-serif;
  /*! display: none; */
  /*! background: rgba(98, 181, 92, 1); */
  justify-content: center;
  width: 90%;
  margin: 30px auto;
  /*! padding-left: 20px; */
}

header .container .tg-btn.mobile {
  display: flex;
}

header .container .tg-btn:hover {
  background-color: #59c53c;
  color: #000;
}

header .container .tg-btn svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}
.date-filters{
	display:flex;
	gap: 15px;
	justify-content: start;
	width: 100%;
}

  nav {
    position: absolute;
    top: 90px;
    left: 0;
    width: 92%;
    background: rgba(30, 31, 34, 1);
    /*! border-top: 1px solid #eee; */
    transform: translateY(-120%);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    margin-left: 20px;
    margin-right: 20px;
  }
  nav.active {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    border-radius: 12px;
  }
  nav ul {
    flex-direction: column;
    align-items: center;
    padding: 50px 30px 0px 30px;
    gap: 10px;
  }
  .tg-btn {
    display: none;
  }
  .burger {
    display: flex;
  }
  



  /* ========== HERO ========== */

.hero-content {
  padding: 10px 10px 10px 10px;
  width: 1040px;
  z-index: 2;
}


.hero h1 span {
  color: #59c53c;
  font-family: 'MontserratBold';
}

.hero p {
  font-size: 24px;
  font-weight: 500;
  margin: 30px 0 70px;
  font-family: 'Roboto', sans-serif;
}

.hero button {
  background-color: #62B55C;
  border: none;
  padding: 11px 0;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s;
  font-family: 'Roboto', sans-serif;
}

.hero button:hover {
  background-color: #46a72f;
}
/* ========== ПРОГНОЗЫ ========== */
.predictions {
  margin: 0px 0px 60px 0px;
  max-width: 1800px;
}

.predictions-container {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}

/* ---------- ЛЕВАЯ ЧАСТЬ ---------- */
.predictions-main {
  flex: 1;
  max-width: 100%;
}

.section-title {
  font-size: 40px;
  /*! font-weight: 800; */
  margin-bottom: 30px;
  line-height: 48px;
  word-break: initial;
}

.filters {
  display: inline-flex;
  align-items: center;
  /*! gap: auto; */
  margin-bottom: 30px;
  background: linear-gradient(135deg, #1E1F22 0%, #1E1F22 100%);
  padding: 10px;
  border-radius: 8px;
  width: auto;
  justify-content: space-between;
  gap: 15px !important;
}

.bookmakers-section .filters {
  display: inline-flex;
  align-items: center;
  /*! gap: auto; */
  margin-bottom: 30px;
  background: linear-gradient(135deg, #1E1F22 0%, #1E1F22 100%);
  padding: 10px;
  border-radius: 8px;
  width: 100%;
  justify-content: space-between;
  gap: 0 !important;
  margin-top: 60px;
}

.filters button {
  background: #1a1a1a;
  border: none;
  padding: 10px 14px;
  border-radius: 8px;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Roboto', sans-serif;
}

.filters button.active,
.filters button:hover {
  background: #32652e;
  color: #fff;
}


.card {
  /*! background: #141414; */
  /*! border: 1px solid #5FB859; */
  border-radius: 12px;
  padding: 10px 10px 10px 10px;
  text-align: center;
  /*! font-family: 'Roboto', sans-serif; */
}

.league {
  display: inline-block;
  background: #f0c24b;
  color: #000;
  font-weight: 600;
  font-size: 11px;
  padding: 5px 5px;
  border-radius: 20px;
  margin-bottom: 50px;
  font-family: 'Roboto', sans-serif;
  /*! float: left; */
  flex-direction: column;
  display: flex;
  justify-content: left;
  width: 150px;
}

.teams {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
  font-family: 'Roboto', sans-serif;
  padding: 0 0;
}

.teams img {
  height: ф;
}

.vs p {
  font-size: 22px;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
}

.vs span {
  font-size: 18px;
  color: #fff;
  font-family: 'Roboto', sans-serif;
}

.match-info {
  margin-bottom: 25px;
  font-size: 15px;
  color: #ccc;
  font-family: 'Roboto', sans-serif;
}

.match-info p{
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
}

.match-info strong{
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  color: #fff;
}

.match-row .odds {
  display: flex;
  gap: 16px;
  margin-bottom: 0px;
}

.odds {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}

.odds div p{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #BFBFBF;
}
.odds div {
  background: #0d0d0d;
  padding: 30px 42px;
  border-radius: 8px;
  text-align: center;
  font-family: 'Roboto', sans-serif;
}

.odds span {
  color: #59c53c;
  font-size: 20px;
  font-weight: 600;
}

.btn-green {
  width: 100%;
  background: #59c53c;
  color: #000;
  border: none;
  padding: 11px 14px 11px 14px;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  background: #62B55C;
}


.all-predictions {
  margin-top: 30px;
  text-align: center;
  /*! margin-bottom: 130px; */
}

.all-predictions a {
  color: #fff;
  background: var(--main-bg-color);
  padding: 12px 28px;
  border-radius: 8px;
  text-decoration: none;
  transition: 0.3s;
  font-family: 'Roboto', sans-serif;
  width: 100%;
  display: flex;
  justify-content: center;
}

.all-predictions a:hover {
  background: #59c53c;
  color: #000;
}

/* ---------- САЙДБАР ---------- */
.sidebar {
  width: 427px;
  position: sticky;
  top: 20px;
  margin-top: 20px;
}

.subscribe {
  /*! background: #3fc060; */
  border-radius: 12px;
  padding: 25px;
  color: #000;
  margin-bottom: 30px;
  background-image: url('../img/tgbk.png');
}

.subscribe h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

.subscribe p {
  font-size: 18px;
  margin-bottom: 20px;
}

.subscribe button {
  width: 100%;
  background: #141414;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}

.subscribe button:hover {
  background: #000;
}

.bookmakers {
  background: #1E1F22;
  border-radius: 12px;
  padding: 25px;
  border: 1px solid #5FB859;
}

.bookmakers .title-bk-banner {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

.bookmakers ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none;
}

.bookmakers li {
  /*! background: #0d0d0d; */
  /*! padding: 10px 15px; */
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bookmakers img {
  height: 44px;
  width: auto;
}

.bookmakers span {
  color: #fff;
  font-size: 14px;
}

.bookmakers a {
  background: #62B55C;
  color: #000;
  padding: 11px 16px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
}

/* === MATCH CENTER SECTION === */
.match-center-section {
  /*! background: #0b0b0b; */
  /*! padding: 60px 0; */
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  margin-top: 0;
}

.match-center-section .container {
  max-width: 1800px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: inherit;
  flex-direction: column;
  align-items: inherit;
}

/* Заголовок */

/* Верхние фильтры */
.match-filters {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 30px;
  flex-wrap: wrap;
  gap: 15px;
  border-bottom: 1px solid #32652e;
  padding-bottom: 20px;
  flex-direction: column-reverse;
}

.date-filters button {
  background: #060606;
  border: 2px solid #32652e;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 16px;
  border-radius: 6px;
  cursor: pointer;
}

.date-filters button.active {
  background: #32652e;
  color: #fff;
  border-color: #32652e;
}

.status-legend {
  display: flex;
  gap: 31px;
  font-size: 14px;
  color: #fff;
  /*! align-items: first baseline; */
  /*! justify-content: right; */
  display: flex;
  justify-content: revert-layer;
  /*! display: flex; */
  /*! flex-wrap: revert-layer; */
  width: 100%;
  justify-content: start;
}

.status-legend .dot {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-right: 6px;
  /*! margin-top: 6px; */
}

.dot.done { background: #888; }
.dot.live { background: #59c53c; }
.dot.soon { background: #2a8fff; }

/* Спортивные фильтры */
.sport-filters {
  display: flex;
  gap: 10px;
  margin-bottom: 25px;
}

.sport-filters button {
  background: #151515;
  border: none;
  color: #ccc;
  padding: 10px 18px;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  transition: background 0.2s;
}

.sport-filters button.active {
  background: #59c53c;
  color: #000;
}

.sport-filters button:hover {
  background: #202020;
}

/* Таблица матчей */
.match-table {
  /*! background: #101010; */
  /*! border-radius: 10px; */
  overflow: hidden;
}

/* Заголовок лиги */
.league-header {
  display: flex;
  align-items: center;
  /*! justify-content: space-between; */
  background: #62b55c;
  color: #000;
  font-weight: 600;
  padding: 10px 20px;
}

.league-header img {
  height: 16px;
  margin-right: 10px;
}

.odds-labels {
  display: flex;
  gap: 59px;
  margin-left: auto;
  display: none;
}

/* Строка матча */
.match-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 10px;
  border-bottom: 1px solid #1a1a1a;
  background: #111;
  flex-wrap: wrap;
  gap: 10px;
}

.match-left {
  display: flex;
  align-items: center;
  gap: 12px;
  /*! flex: 1 1 0px; */
  /*! justify-content: space-between; */
  margin-right: 0;
  width: 100%;
}

.match-play.desc {
	display:none;
}
.stream.mob {
	display:flex;
	gap: 6px;
	margin-left: auto;
}
.match-play {
  display: flex;
	justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-left: auto;
}

.time {
  font-size: 14px;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 6px;
  color: #fff;
  min-width: 52px;
  text-align: center;
}

.time.soon { background: #2a8fff; }
.time.live { background: #59c53c; color: #000; }
.time.done { background: #888; }


.score {
  background: #e5a431;
  color: #000;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 6px;
  font-size: 15px;
}

.stream {
  font-size: 18px;
  /*! color: #aaa; */
}

.match-right .odds {
  display: flex;
  gap: 56px;
}

.odds span {
  border: 1px solid #59c53c;
  border-radius: 19px;
  padding: 5px 14px;
  color: #e5a431;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  min-width: 45px;
  font-family: 'Roboto', sans-serif;
}

.match-row:hover {
  background: #131313;
}

/* Кнопка “Смотреть все” */
.view-all {
  width: 100%;
  /*! padding: 14px; */
  background: var(--main-bg-color);
  border: none;
  color: #fff;
  font-weight: 300;
  font-size: 16px;
  cursor: pointer;
  border-top: 1px solid #1f1f1f;
  transition: background 0.2s;
  border-radius: 8px;
  padding: 12px 28px;
  margin-top: 30px;
}

.view-all:hover {
  background: #202020;
}

/* ---------- ЛЕВАЯ ЧАСТЬ - БОНУСЫ ---------- */
.bonuses-main {
    flex: 1;
}

.bonuses-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin-bottom: 40px;
}

.bonus-card {
    background: #141414;
    border: 1px solid #2a2a2a;
    border-radius: 12px;
    /*! padding: 25px; */
    transition: all 0.3s;
    position: relative;
}

.bonus-card:hover {
    border-color: #59c53c;
    transform: translateY(-5px);
}

.bonus-header h3,
.bonus-header .bonus-header-title {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
    margin-top: 30px;
    margin-left: 20px;
}

.bonus-description {
    color: #ccc;
    line-height: 1.5;
    margin-bottom: 20px;
    font-size: 14px;
    margin-left: 15px;
    margin-right: 15px;
}

.btn-get-bonus {
    width: 90%;
    background: #62b55c;
    color: #000;
    border: none;
    padding: 12px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 18px;
    align-items: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 20px;
}

.bonus-card img.imgtop{
	width: 100%;
	border-radius: 8px 8px 0px 0px;
}

.btn-get-bonus:hover {
    background: #46a72f;
}

.view-all-bonuses {
    text-align: center;
}

 :root{
    --bg:#060606;
    --panel:#0f1112;
    --muted:#9aa1a6;
    --text:#eef0f1;
    --accent:#22c25e; /* зелёный */
    --accent-dark:#18a74a;
    --gold:#bfa84a;
    --card-radius:12px;
    --container-max:1800px;
  }

  /* Global .container as you provided, but we'll override inside the section */
  .container {
    max-width: var(--container-max);
    /*! margin: 0 auto; */
    /*! padding: 0 20px; */
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin: 0px 15px;
  }

  body{
    margin:0;
    background: linear-gradient(180deg,#050505 0%, #0b0b0b 100%);
    color:var(--text);
    font-family:"Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
  }

  /* ===== SECTION WRAPPER (independent) ===== */
  .bookmakers-section{
    padding: 0px 0;
    /* subtle diagonal gradient like screenshot */
    /*! background: linear-gradient(120deg, rgba(10,10,10,0.95) 0%, rgba(12,20,13,0.85) 55%, rgba(8,10,10,0.98) 100%); */
    margin-top: 0;
  }

  /* inside this block we want .container to behave as a block (not flex) */
  .bookmakers-section .container{
    display:block;
    max-width: var(--container-max);
    /*! padding: 0 28px; */
    margin: 0 0;
  }


  /* subtitle line under title */

  /* list container */
  .bk-list{
    display: grid;
    gap: 14px;
    align-items: start;
  }

  /* bookmaker item */
  .bk-item{
    /*! background: linear-gradient(180deg, rgba(255,255,255,0.01), rgba(255,255,255,0.00)); */
    border-radius:12px;
    padding:22px 12px 12px 12px;
    border: 1px solid rgba(191,168,74,0.06); /* thin gold-ish border like screenshot */
    position: relative;
    overflow: visible;
  }

  .bk-row{
    display:flex;
    align-items:baseline;
    gap:16px;
    /*! padding:12px; */
    width: 100%;
    flex-direction: column;
  }

  /* logo box */
  .bk-logo{
    width:100%;
    height:auto;
    border-radius:8px;
    background:none;
    display:flex;
    align-items:center;
    justify-content:space-between;
    font-weight:800;
    color:var(--accent);
    box-shadow: none;
    flex: 1;
    margin-bottom: 20px;
  }

  /* main stats */
  .bk-stats{
    display:flex;
    align-items:center;
    gap:18px;
    flex:1;
    min-width:0;
  }

  .stars{
    display:flex;
    gap:6px;
    align-items:center;
    color:var(--gold);
    font-weight:700;
    font-size:14px;
  }

  .stat-meta{
    display:flex;
    gap:10px;
    align-items:baseline;
    color:#fff;
    font-size:18px;
    margin-bottom: 0;
  }
  .stat-meta .meta-item{display:flex;gap:8px;align-items:center}

  /* bonus */
  .bk-bonus{
    font-weight:700;
    color:var(--accent);
    min-width:160px;
    text-align:left;
  }

  /* right controls */
  .bk-actions{
    display:flex;
    align-items:center;
    gap:50px;
    justify-content: end;
    margin-top: 0;
  }
  
  .bk-actions .btn-toggle{
	  display:none;
  }
  .bk-logo .btn-toggle{
	display:flex;
}

  .btn-site{
    background: linear-gradient(180deg,#62b55c,#62b55c);
    color:#021004;
    font-weight:800;
    padding:10px 14px;
    border-radius:8px;
    border:none;
    cursor:pointer;
    font-size: 18px;
  }

  .btn-toggle{
    width:46px;height:46px;border-radius:8px;border:1px solid rgba(255,255,255,0.04);
    background:transparent;color:#fff;
    display:flex;align-items:center;justify-content:center;
    cursor:pointer;
    transition: transform .18s ease;
  }

  .btn-toggle[aria-expanded="true"]{
    transform: rotate(180deg);
    color:var(--muted);
  }

  /* expanded area (hidden by default) */
  .bk-details{
    display:none;
    padding:18px 0 2px 0px;
    border-top:1px solid rgba(255,255,255,0.02);
    margin-top:10px;
    /*! background: linear-gradient(180deg, rgba(0,0,0,0.08), rgba(0,0,0,0.02)); */
    border-radius:8px;
    width: 100%;
    flex-direction: column;
    gap: 10px;
    justify-content: start;
    align-items: baseline;
  }

  /* inside details: two columns of characteristics and CTA on right */
  .details-grid{
    display:flex;
    gap:18px;
    align-items:baseline;
    flex-wrap:wrap;
  }

  .char-col{
    flex:1;
    min-width:100%;
    /*! align-items: ; */
  }

  .char-row{
    display:flex;
    justify-content:space-between;
    align-items:baseline;
    padding:8px 0px;
    border-bottom:1px dashed rgba(255,255,255,0.02);
    font-size: 15px;
  }

  .char-row:last-child{ border-bottom:none; }

  .char-row .label{ color:#fff; font-weight:600; font-size: 16px;}
  .char-row .value{ color:#fff; font-weight:800; display:flex;gap:10px; align-items:center; font-size: 14px;}

  .details-cta{
    display:flex;
    gap:12px;
    align-items:center;
    flex:0 0 220px;
    justify-content:flex-end;
    flex-direction: column;
  }

  .btn-outline{
    padding:10px 14px;
    border-radius:8px;
    border:1px solid rgba(255,255,255,0.04);
    background:transparent;
    color:var(--muted);
    cursor:pointer;
    font-weight:700;
  }

  .btn-get{
    padding:10px 14px;
    border-radius:8px;
    background:#62b55c;
    border:2px solid var(--accent);
    color:#000;
    cursor:pointer;
    font-weight:800;
    width: 100%;
    font-size: 18px;
  }
  
   /* subtle hover states */
  .bk-item:hover{
    box-shadow: 0 10px 30px rgba(0,0,0,0.6);
    transform: translateY(-2px);
    transition: transform .14s ease, box-shadow .14s ease;
  }

  /* accessibility focus */
  .btn-toggle:focus, .btn-site:focus, .btn-get:focus, .btn-outline:focus{
    outline: 3px solid rgba(34,194,94,0.18);
    outline-offset: 2px;
  }


/* ========== NEWS SECTION ========== */
.news-section {
  padding: 0px 0;
  /*! background: linear-gradient(135deg, #0a0a0a 0%, #111 100%); */
  margin-top: 0;
}

.news-section .container {
  display: block;
  max-width: 1800px;
  margin: 0 auto;
  padding: 0 0px;
}

.news-filters {
  display: flex;
  gap: 10px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.filter-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: #1a1a1a;
  border: 1px solid #2a2a2a;
  border-radius: 8px;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.filter-btn.active,
.filter-btn:hover {
  background: #59c53c;
  color: #000;
  border-color: #59c53c;
}

.filter-btn img {
  width: 18px;
  height: 18px;
}

.news-grid {
  display: grid;
  grid-template-columns: 1;
  gap: 30px;
  margin-bottom: 40px;
}

.news-card {
  background: var(--main-bg-color);
  border: 1px solid var(--main-bg-color);
  border-radius: 12px;
  padding: 25px;
  transition: all 0.3s ease;
  position: relative;
}

.news-card:hover {
  transform: translateY(-5px);
  /*! box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3); */
  /*! border-color: #59c53c; */
}

.news-card.featured {
  /*! grid-column: 1; */
  display: grid;
  grid-template-columns: 1;
  gap: 20px;
  /*! align-items: start; */
  padding: 15px;
  /*! justify-content: center; */
}

.news-category {
  display: inline-block;
  padding: 6px 7px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 15px;
  /*! text-transform: uppercase; */
}

.news-category.football {
  background: #FFC857;
  color: #000;
  position: relative;
  /*! top: 20px; */
  /*! left: 20px; */
  margin-bottom: 0;
  width: 75px;
  font-size: 14px;
  left: 0;
  top: 0;
  text-align: center;
}

.news-category.hockey {
  background: #2a8fff;
  color: #000;
}

.news-image {
  border-radius: 8px;
  overflow: hidden;
}

.news-image img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 8px;
}

.news-content h3,
.news-content .news-card-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 15px;
  color: #fff;
  margin-top: 0;
}

.news-card.featured .news-content h3,
.news-card.featured .news-content .news-card-title {
  font-size: 24px;
}

.news-excerpt {
  color: #ccc;
  line-height: 1.6;
  margin-bottom: 0;
  font-size: 14px;
}

.news-meta {
  display: flex;
  justify-content: space-between;
  align-items: start;
  padding-top: 15px;
  /*! border-top: 1px solid #2a2a2a; */
  flex-direction: column;
}

.news-date {
  color: #717171;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 15px;
}

.read-more {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  transition: color 0.3s;
}

.read-more:hover {
  color: #59c53c;
}

.news-actions {
  text-align: center;
}

.btn-all-news {
  background: var(--main-bg-color);
  border: 1px solid #59c53c;
  color: #59c53c;
  padding: 14px 40px;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
}

.btn-all-news:hover {
  background: #59c53c;
  color: #000;
}

/* ========== WHY US SECTION ========== */
.why-us-section {
  padding: 0px 0;
  /*! background: linear-gradient(135deg, #0a0a0a 0%, #0f150f 100%); */
  position: relative;
  overflow: hidden;
  margin-top: 0;
}


.why-us-section .container {
  display: block;
  max-width: 1800px;
  margin: 0 auto;
  padding: 0 0px;
}



.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 10px;
  /*! margin-bottom: 60px; */
}

.feature-card {
  /*! background: linear-gradient(145deg, #141414, #0f0f0f); */
  /*! border: 1px solid #2a2a2a; */
  border-radius: 16px;
  padding: 0px 0px;
  text-align: left;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  /*! display: flex; */
  /*! flex-direction: column; */
}


.feature-card:hover::before {
  left: 100%;
}


.feature-icon {
  /*! width: 80px; */
  /*! height: 80px; */
  /*! margin: 0 auto 25px; */
  /*! background: rgba(89, 197, 60, 0.1); */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}


.feature-card h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #fff;
}

.feature-card p {
  color: #ccc;
  line-height: 1.6;
  font-size: 15px;
  margin: 0;
}

/* CTA секция */
.why-us-cta {
  background: linear-gradient(135deg, #0f1a11 0%, #142317 100%);
  border: 1px solid #59c53c;
  border-radius: 16px;
  padding: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  position: relative;
  overflow: hidden;
}

.why-us-cta::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 100%;
  height: 200%;
  background: radial-gradient(circle, rgba(89, 197, 60, 0.1) 0%, transparent 70%);
  animation: pulse 4s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 0.3; }
  50% { opacity: 0.6; }
}

.cta-content h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #fff;
}

.cta-content p {
  color: #ccc;
  font-size: 16px;
  margin: 0;
}

.cta-button {
  background: linear-gradient(135deg, #59c53c, #46a72f);
  border: none;
  padding: 16px 32px;
  border-radius: 10px;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
  white-space: nowrap;
}

.cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(89, 197, 60, 0.3);
}
/* ========== POPULAR ARTICLES ========== */
.popular-articles {
  /*! padding: 80px 0; */
  /*! background: linear-gradient(135deg, #0a0a0a 0%, #0f0f0f 100%); */
  margin-top: 0;
}

.popular-articles .container {
  display: block;
  max-width: 1800px;
  margin: 0 auto;
  padding: 0 0px;
}


.articles-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 50px;
}

/* Основная статья */
.main-article {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  background: linear-gradient(145deg, #141414, #0f0f0f);
  /*! border: 1px solid #2a2a2a; */
  border-radius: 16px;
  /*! padding: 40px; */
  transition: all 0.3s ease;
}

.main-article:hover {
  border-color: #59c53c;
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.main-article .article-content h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
  color: #fff;
}

.main-article .article-excerpt {
  color: #ccc;
  line-height: 1.7;
  font-size: 16px;
  margin-bottom: 25px;
}

.article-image {
  border-radius: 12px;
  overflow: hidden;
  height: 300px;
}

.article-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  transition: transform 0.3s ease;
}

.main-article:hover .article-image img {
  transform: scale(1.05);
}

/* Второстепенные статьи */
.secondary-articles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.secondary-article {
  background: linear-gradient(145deg, #141414, #0f0f0f);
  border: 1px solid #2a2a2a;
  border-radius: 12px;
  padding: 30px 25px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.secondary-article::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: #59c53c;
  transform: scaleY(0);
  transition: transform 0.3s ease;
}

.secondary-article:hover::before {
  transform: scaleY(1);
}

.secondary-article:hover {
  border-color: #59c53c;
  transform: translateY(-5px);
}

.secondary-article h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 15px;
  color: #fff;
}

.secondary-article .article-excerpt {
  color: #999;
  line-height: 1.6;
  font-size: 14px;
  margin-bottom: 20px;
}

/* Мета информация (общая для всех статей) */
.article-meta {
  display: flex;
  /*! justify-content: space-between; */
  align-items: center;
  padding-top: 20px;
  /*! border-top: 1px solid #2a2a2a; */
}

.article-date {
  color: #59c53c;
  font-weight: 600;
  font-size: 14px;
}

.read-more {
  color: #aeaeae;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  transition: color 0.3s;
  position: relative;
  margin-bottom: 10px;
}

.read-more::after {
  content: '→';
  margin-left: 5px;
  transition: transform 0.3s;
}

.read-more:hover {
  color: #59c53c;
}

.read-more:hover::after {
  transform: translateX(3px);
}

/* Кнопка просмотра всех статей */
.articles-actions {
  text-align: center;
}

.btn-all-articles {
  display: inline-block;
  background: var(--main-bg-color);
  border: 1px solid #59c53c;
  color: #59c53c;
  padding: 16px 40px;
  border-radius: 10px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-all-articles:hover {
  background: #59c53c;
  color: #000;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(89, 197, 60, 0.3);
}
/* ========== REVIEWS SECTION ========== */
.reviews-section {
  padding: 0px 0;
  /*! background: linear-gradient(135deg, #0a0a0a 0%, #0f150f 100%); */
}

.reviews-section  .top{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.reviews-section .container {
  display: block;
  max-width: 1800px;
  margin: 0 auto;
  padding: 0 0px;
}


/* Слайдер */
.reviews-slider {
  position: relative;
  /*! max-width: 1200px; */
  margin: 0 auto;
}

.slider-container {
  display: flex;
  gap: 30px;
  /*! overflow: hidden; */
  margin-bottom: 40px;
}

.review-slide {
  flex: 0 0 calc(100% - 0px);
  transition: all 0.3s ease;
  opacity: 0.7;
  transform: scale(0.95);
}

.review-slide.active {
  opacity: 1;
  transform: scale(1);
}

/* Карточка отзыва */
.review-card {
  background: rgb(30, 31, 34);
  /*! border: 1px solid #2a2a2a; */
  border-radius: 16px;
  padding: 15px 15px 40px 15px;
  height: auto;
  transition: all 0.3s ease;
  position: relative;
}

.review-card:hover {
  border-color: #59c53c;
  transform: translateY(-5px);
}

.review-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.reviewer-avatar {
  width: 50px;
  height: 50px;
  /*! background: linear-gradient(135deg, #59c53c, #46a72f); */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #000;
  font-size: 18px;
  margin-bottom: 30px;
}

.reviewer-info {
  flex: 1;
}

.reviewer-name {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 30px;
  margin-top: 30px;
  color: rgba(191, 191, 191, 1);
}

.review-rating {
  color: #f0c24b;
  font-size: 14px;
}

.review-content {
  margin-bottom: 20px;
}

.review-content p {
  color: #ccc;
  line-height: 1.6;
  font-size: 14px;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.read-full-review {
  background: transparent;
  /*! border: 1px solid #59c53c; */
  color: rgba(191, 191, 191, 1);
  padding: 0px 0px;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  border: none;
  text-align: left;
  font-size: 16px;
}


/* Навигация слайдера */
.slider-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  display: none;
}

.slider-prev,
.slider-next {
  background: #0a0a0a;
  border: 1px solid #0a0a0a;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}


.slider-dots {
  display: flex;
  gap: 10px;
}

.slider-dots .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #2a2a2a;
  cursor: pointer;
  transition: all 0.3s ease;
}

.slider-dots .dot.active {
  background: #59c53c;
  transform: scale(1.2);
}

/* Модальное окно */
.review-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.review-modal.active {
  display: flex;
}

.modal-content {
  background: linear-gradient(145deg, #141414, #0f0f0f);
  border: 1px solid #59c53c;
  border-radius: 16px;
  padding: 40px;
  max-width: 600px;
  width: 100%;
  max-height: 80vh;
  overflow-y: auto;
  position: relative;
}

.modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-reviewer {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
}

.modal-text {
  color: #ccc;
  line-height: 1.7;
  font-size: 15px;
  margin-bottom: 25px;
}

.collapse-review {
  background: #59c53c;
  border: none;
  color: #000;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.collapse-review:hover {
  background: #46a72f;
}

/* ========== FOOTER ========== */
.main-footer {
  background: linear-gradient(135deg, #0a0a0a 0%, #050505 100%);
  border-top: 1px solid #1a1a1a;
  padding: 30px 0px 30px 0px;
  color: #ccc;
  font-size: 14px;
}

.main-footer .container {
  display: block;
  max-width: 1800px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Верхняя часть футера */
.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  padding-bottom: 30px;
  border-bottom: 1px solid #2a2a2a;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 20px;
}

.footer-logo img {
  height: 35px;
}

.footer-tagline {
  color: #59c53c;
  font-weight: 600;
  font-size: 16px;
  margin: 0;
}

.footer-social {
  display: flex;
  gap: 15px;
}

.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #1a1a1a;
  border-radius: 8px;
  color: #59c53c;
  transition: all 0.3s ease;
}

.social-link:hover {
  background: #59c53c;
  color: #000;
  transform: translateY(-2px);
}

/* Основное меню футера */
.footer-main {
  display: flex;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px;
  /*! margin-bottom: 50px; */
  /*! flex-direction: column; */
}

.footer-column {
  display: flex;
  flex-direction: column;
}

.footer-column.info {
  margin-left: 30%;
}

.footer-title {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
}

.footer-title::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 30px;
  height: 2px;
  background: #59c53c;
  border-radius: 1px;
}

.footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 14px;
}

.footer-links a:hover {
  color: #59c53c;
  padding-left: 5px;
}

/* Контакты */
.footer-contacts {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #999;
  font-size: 14px;
}

.contact-item svg {
  color: #59c53c;
  flex-shrink: 0;
}

/* Нижняя часть футера */
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  border-top: 1px solid #2a2a2a;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-copyright p {
  margin: 0;
  color: #999;
  font-size: 13px;
}

.footer-disclaimer p {
  margin: 0;
  color: #666;
  font-size: 12px;
  text-align: center;
  max-width: 300px;
}

.footer-payments {
  display: flex;
  align-items: center;
  gap: 15px;
}

.payment-methods {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  color: #999;
}

.payment-icons {
  display: flex;
  gap: 8px;
}

.payment-icons span {
  background: #1a1a1a;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
  color: #ccc;
}




/* ========== FAQ SECTION ========== */
.faq-section {
  padding: 0px 0;
  /*! background: linear-gradient(135deg, #0a0a0a 0%, #0f0f0f 100%); */
}

.faq-section .container {
  display: block;
  max-width: 1800px;
  margin: 0 auto;
  padding: 0 0px;
}



/* Основной вопрос */
.faq-main {
  background: linear-gradient(145deg, #141414, #0f0f0f);
  border: 1px solid #59c53c;
  border-radius: 16px;
  padding: 40px;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}


.faq-main-question {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
}

.faq-main-answer p {
  color: #ccc;
  line-height: 1.7;
  font-size: 16px;
  margin: 0;
}

/* Аккордеон */
.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.faq-item {
  background: linear-gradient(145deg, #141414, #0f0f0f);
  border: 1px solid #2a2a2a;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
}



.faq-item.active .faq-question {
	border-bottom: 1px solid #62b55c;
}
.faq-question {
  width: 100%;
  background: none;
  border: none;
  padding: 25px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  text-align: left;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.3s ease;
  /*! border-bottom: 1px solid #62b55c; */
}


.faq-question span {
  flex: 1;
  margin-right: 20px;
}

.faq-icon {
  transition: transform 0.3s ease;
  color: #59c53c;
  flex-shrink: 0;
}

.faq-item.active .faq-icon {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background: rgba(89, 197, 60, 0.02);
}

.faq-item.active .faq-answer {
  max-height: 500px;
  padding-top: 20px;
}

.faq-answer p {
  padding: 0 30px 25px;
  color: #ccc;
  line-height: 1.7;
  font-size: 15px;
  margin: 0;
}

/* CTA секция */
.faq-cta {
  background: linear-gradient(135deg, #1E1F22 0%, #1E1F22 100%);
  /*! border: 1px solid #62B55C; */
  border-radius: 16px;
  /*! padding: 50px; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  max-width: 100%;
  margin: auto 20px;
  /*! border: linear-gradient(to right, rgba(95, 184, 89, 1), rgba(255, 200, 87, 1)) 1; */
  /*! border: 1px solid; */
  /*! border-image: linear-gradient(to right, rgba(95, 184, 89, 1), rgba(255, 200, 87, 1)) 1; */
  border-radius: 12px;
  border-radius: 8px;
}

.faq-cta .cta-content h3 {
  /*! font-size: 32px; */
  font-weight: 700;
  margin-bottom: 0;
  color: #fff;
  font-family: 'Roboto', sans-serif;
}

.faq-cta .cta-content p {
  color: #ccc;
  font-size: 16px;
  margin: 0;
  font-family: 'Roboto', sans-serif;
}

.faq-cta .cta-button {
  background: linear-gradient(135deg, #62B55C, #46a72f);
  border: none;
  padding: 11px 0px;
  border-radius: 10px;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
  font-family: 'Roboto', sans-serif;
}

.faq-cta .cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(89, 197, 60, 0.3);
}

/* ========== TOP BK SECTION ========== */
.top-bk-section {
  padding: 60px 0;
  background: linear-gradient(135deg, #0a0a0a 0%, #0f0f0f 100%);
}

.top-bk-section .container {
  display: block;
  max-width: 1800px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Заголовок */
.top-bk-header {
  text-align: center;
  margin-bottom: 40px;
}

.top-bk-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #fff;
}

.top-bk-subtitle {
  font-size: 16px;
  color: #ccc;
  margin: 0;
}

/* Сетка топ букмекеров */
.top-bk-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 30px;
}

/* Карточка букмекера */
.top-bk-card {
  background: linear-gradient(145deg, #141414, #0f0f0f);
  border: 1px solid #2a2a2a;
  border-radius: 12px;
  padding: 25px;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.top-bk-card:hover {
  border-color: #59c53c;
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

/* Шапка карточки */
.bk-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bk-logo {
  font-size: 20px;
  font-weight: 800;
  color: #59c53c;
  text-transform: uppercase;
}

.bk-logo.winline {
  color: #2a8fff;
}

.bk-logo.fonbet {
  color: #f0c24b;
}

.bk-rating {
  background: rgba(89, 197, 60, 0.1);
  color: #59c53c;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 700;
}

/* Статистика */
.bk-stats {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.stat-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #2a2a2a;
}

.stat-row:last-child {
  border-bottom: none;
}

.stat-value {
  font-size: 16px;
  font-weight: 700;
  color: #59c53c;
}

.stat-label {
  font-size: 14px;
  color: #999;
}

/* Кнопка перехода на сайт */
.bk-site-btn {
  background: linear-gradient(135deg, #59c53c, #46a72f);
  border: none;
  padding: 12px;
  border-radius: 8px;
  color: #000;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: auto;
}

.bk-site-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(89, 197, 60, 0.3);
}

/* Дополнительные букмекеры */
.other-bk-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 800px;
  margin: 0 auto;
}

.other-bk-card {
  background: linear-gradient(145deg, #141414, #0f0f0f);
  border: 1px solid #2a2a2a;
  border-radius: 12px;
  padding: 20px;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.other-bk-card:hover {
  border-color: #59c53c;
}
/* Специальные стили для цветовых акцентов */
.bk-logo.winline + .bk-rating {
  background: rgba(42, 143, 255, 0.1);
  color: #2a8fff;
}

.bk-logo.fonbet + .bk-rating {
  background: rgba(240, 194, 75, 0.1);
  color: #f0c24b;
}




/* ========== BEST BK SECTION ========== */
.best-bk-section {
  padding: 0px 0;
  /*! background: linear-gradient(135deg, #0a0a0a 0%, #050505 100%); */
}

.best-bk-section .container {
  display: block;
  max-width: 1800px;
  margin: 0 auto;
  padding: 0 0px;
}

/* Главный заголовок */

.best-bk-title {
  font-size: 64px;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 0;
  background: linear-gradient(135deg, #fff 0%, #59c53c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Колонки */
.bk-columns {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  /*! max-width: 1200px; */
  margin: 0 auto;
}

/* Заголовок колонки */
.column-header {
  /*! text-align: center; */
  margin-bottom: 10px;
  /*! padding-bottom: 20px; */
  /*! border-bottom: 2px solid #59c53c; */
  display: flex;
}

.column-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #fff;
}

.column-subtitle {
  font-size: 16px;
  /*! color: #ccc; */
  margin: 0;
  /*! margin-bottom: -10px; */
  /*! margin-bottom: 8px; */
}

/* Список букмекеров */
.bk-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  /*! background: #1e1f22; */
  border-radius: 12px;
  /*! margin-top: -40px; */
}

/* Элемент букмекера */
.bk-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /*! background: linear-gradient(145deg, #141414, #0f0f0f); */
  /*! border: 1px solid #2a2a2a; */
  border-radius: 12px;
  /*! padding: 20px; */
  transition: all 0.3s ease;
  width: 100%;
  /*! flex-direction: column; */
  /*! margin-bottom: 20px; */
  flex-direction: row;
}

.bk-item:hover {
  border-color: #FFC857;
  transform: translateX(5px);
}

.bk-info {
  display: flex;
  /*! flex-direction: column; */
  gap: 8px;
}

.bk-info.mob{
	width: 100%;
    justify-content: space-between;
}
.bk-item.mob{
	display: flex;
  flex-direction: column;
}
.bk-stats.mob{
	display: flex;
  flex-direction: revert;
  justify-content: flex-start;
  width: 100%;
}
.bk-info.desc{
	display:none;
}
.bk-site-btn.desc{
	display:none;	
}

.bk-item{
	flex-direction: column;
}

.bk-name {
  font-size: 18px;
  font-weight: 700;
  color: #59c53c;
  text-transform: uppercase;
}

.bk-stats {
  font-size: 14px;
  /*! color: #ccc; */
  /*! font-weight: 600; */
  display: flex;
  flex-direction: inherit;
  gap: 6px;
}

/* Кнопка сайта */
.bk-site-btn {
  background: linear-gradient(135deg, #62b55c, #62b55c);
  border: none;
  padding: 10px 14px;
  border-radius: 8px;
  color: #000;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  white-space: nowrap;
  margin-top: 0;
}

.bk-site-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(89, 197, 60, 0.3);
}

/* ========== TOP 5 BK SECTION ========== */
.top5-bk-section {
  padding: 0px 0;
  /*! background: linear-gradient(135deg, #0a0a0a 0%, #050505 100%); */
}

.top5-bk-section .container {
  display: block;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0px;
}

/* Главный заголовок */

.top5-title {
  font-size: 64px;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 0;
  background: linear-gradient(135deg, #fff 0%, #59c53c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Описание */
.top5-description {
  text-align: center;
  margin-bottom: 30px;
}

.top5-description p {
  font-size: 18px;
  color: #fff;
  margin: 0;
  font-weight: 500;
}

/* Разделитель */
.top5-divider {
  /*! height: 2px; */
  /*! background: linear-gradient(90deg, transparent, #59c53c, transparent); */
  margin: 40px auto;
  max-width: 200px;
  border-radius: 1px;
}

/* Список топ-5 */
.top5-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  /*! max-width: 900px; */
  margin: 0 auto;
}

/* Элемент букмекера */
.top5-item {
  display: flex;
  align-items: flex-start;
  gap: 25px;
  /*! background: linear-gradient(145deg, #141414, #0f0f0f); */
  /*! border: 1px solid #2a2a2a; */
  border-radius: 16px;
  /*! padding: 30px; */
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  flex-direction: column;
}

.top5-item:hover {
  /*! border-color: #59c53c; */
  /*! transform: translateY(-5px); */
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.top5-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  /*! background: #59c53c; */
  /*! transform: scaleY(0); */
  /*! transition: transform 0.3s ease; */
}

.top5-item:hover::before {
  transform: scaleY(1);
}

/* Рейтинг */

/* Специальные цвета для топ-3 */



/* Контент */
.top5-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.top5-name {
  font-size: 24px;
  font-weight: 800;
  color: #59c53c;
  text-transform: uppercase;
  margin: 0;
}

.top5-description {
  font-size: 16px;
  /*! color: #ccc; */
  line-height: 1.6;
  margin: 0;
  text-align: left;
}

/* Кнопка */
.top5-button {
  background: linear-gradient(135deg, #59c53c, #46a72f);
  border: none;
  padding: 12px 24px;
  border-radius: 10px;
  color: #000;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  white-space: nowrap;
  flex-shrink: 0;
  align-self: center;
}

.top5-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(89, 197, 60, 0.3);
}
/* Анимация появления */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.top5-item {
  animation: fadeInUp 0.6s ease forwards;
}

.top5-item:nth-child(1) { animation-delay: 0.1s; }
.top5-item:nth-child(2) { animation-delay: 0.2s; }
.top5-item:nth-child(3) { animation-delay: 0.3s; }
.top5-item:nth-child(4) { animation-delay: 0.4s; }
.top5-item:nth-child(5) { animation-delay: 0.5s; }


/* ========== COMPARISON SECTION ========== */
.comparison-section {
  padding: 0px 0;
  /*! background: linear-gradient(135deg, #0a0a0a 0%, #050505 100%); */
}

.comparison-section .container {
  display: block;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 0px;
}

/* Заголовок */

.comparison-title {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 0;
  background: linear-gradient(135deg, #fff 0%, #59c53c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Описание */
.comparison-description {
  /*! text-align: center; */
  margin-bottom: 50px;
  /*! max-width: 1000px; */
  margin-left: auto;
  margin-right: auto;
}

.comparison-description p {
  font-size: 18px;
  color: #fff;
  line-height: 1.6;
  margin: 0;
}

/* Контейнер таблицы */
.comparison-table-container {
  background: linear-gradient(145deg, #141414, #0f0f0f);
  /*! border: 1px solid #2a2a2a; */
  border-radius: 16px;
  /*! padding: 30px; */
  margin-bottom: 40px;
  overflow-x: auto;
}

/* Таблица */
.comparison-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 100%;
}

.comparison-table th {
  background: rgb(98, 181, 92);
  color: #000;
  font-weight: 700;
  font-size: 14px;
  /*! text-transform: uppercase; */
  letter-spacing: 0.5px;
  padding: 20px 15px;
  text-align: center;
  border-bottom: 2px solid #59c53c;
}

.comparison-table th.col-bk {
  text-align: center;
}

.comparison-table td {
  padding: 15px 15px;
  border-bottom: 1px solid #2a2a2a;
  text-align: center;
  vertical-align: middle;
}

.comparison-table tr:last-child td {
  border-bottom: none;
}

.comparison-table tr:hover {
  background: rgba(89, 197, 60, 0.03);
}

/* Название букмекера */
.bk-name {
  text-align: center !important;
  align-items: center;
  display: flex;
}

.bk-logo-small {
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  /*! text-transform: uppercase; */
}

/* Рейтинг */
.rating-value {
  text-align: center !important;
}

.rating-badge {
  /*! background: linear-gradient(135deg, #59c53c, #46a72f); */
  color: #fff;
  padding: 8px 16px;
  border-radius: 20px;
  font-weight: 800;
  font-size: 16px;
  display: inline-block;
}

/* Бонусная информация */
.bonus-info {
  text-align: left !important;
}

.bonus-amount {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 4px;
}

.promo-code {
  display: block;
  font-size: 12px;
  color: #fff;
  /*! background: rgba(89, 197, 60, 0.1); */
  padding: 4px 8px;
  border-radius: 6px;
  font-weight: 600;
}

/* Оценки критериев */
.criteria-score {
  text-align: center !important;
}

.score-stars {
  color: #f0c24b;
  font-size: 14px;
  margin-bottom: 5px;
}

.score-number {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

/* Выводы */
.comparison-conclusion {
  /*! background: linear-gradient(135deg, #0f1a11 0%, #142317 100%); */
  /*! border: 1px solid #59c53c; */
  border-radius: 16px;
  /*! padding: 30px; */
  /*! max-width: 1000px; */
  margin: 0 auto;
}

.conclusion-title {
  font-size: 20px;
  font-weight: 700;
  color: #59c53c;
  margin-bottom: 15px;
}

.conclusion-text {
  color: #ccc;
  line-height: 1.7;
  font-size: 16px;
  margin: 0;
}
/* ========== BK REVIEWS SECTION ========== */
.bk-reviews-section {
  padding: 80px 0;
  /*! background: linear-gradient(135deg, #0a0a0a 0%, #050505 100%); */
}

.bk-reviews-section .container {
  display: block;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0px;
}

/* Заголовок */

.reviews-title {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 10px;
  background: linear-gradient(135deg, #fff 0%, #59c53c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.reviews-subtitle {
  font-size: 32px;
  font-weight: 700;
  color: #ccc;
  margin: 0;
}

/* Описание */
.reviews-description {
  text-align: center;
  margin-bottom: 60px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.reviews-description p {
  font-size: 18px;
  color: #ccc;
  line-height: 1.6;
  margin: 0;
}

/* Список обзоров в ряд */
.reviews-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  background: none;
  padding: 0;
  border-radius: 12px;
}

/* Ряд обзора */
.review-row {
  display: flex;
  gap: 40px;
  background: #000;
  border: 1px solid #2a2a2a;
  border-radius: 16px;
  padding: 30px;
  transition: all 0.3s ease;
  align-items: flex-start;
}

.review-row:hover {
  border-color: #59c53c;
  transform: translateY(-5px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}

/* Основной контент */
.review-main {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Шапка обзора */
.review-header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  flex-direction: column;
}

.bk-logo-large {
  font-size: 28px;
  font-weight: 800;
  color: #59c53c;
  text-transform: uppercase;
}

.bk-logo-large.winline {
  color: #2a8fff;
}

.review-rating {
  display: flex;
  align-items: center;
  gap: 5px;
}

.stars {
  color: #fff;
  font-size: 18px;
}

.rating-value {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  /*! background: rgba(89, 197, 60, 0.1); */
  padding: 0 0px;
  border-radius: 8px;
}

/* Контент обзора */
.review-content p {
  color: #fff;
  line-height: 1.7;
  font-size: 16px;
  margin: 0;
}

.review-content strong {
  color: #fff;
  font-weight: 700;
}

/* Особенности */
.review-features {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.feature {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #999;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.02);
  padding: 8px 12px;
  border-radius: 8px;
  border: 1px solid #2a2a2a;
}

.feature-dot {
  width: 6px;
  height: 6px;
  background: #59c53c;
  border-radius: 50%;
  flex-shrink: 0;
}

/* Кнопка действия */
.review-action {
  display: flex;
  align-items: flex-start;
}

.review-button {
  background: linear-gradient(135deg, #62b55c, #62b55c);
  border: none;
  padding: 11px 32px;
  border-radius: 10px;
  color: #000;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
  /*! text-transform: uppercase; */
  letter-spacing: 0.5px;
  white-space: nowrap;
  min-width: 90px;
}

.review-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(89, 197, 60, 0.3);
}
/* ========== DETAILED BK REVIEW ========== */
.bk-review-detailed {
  padding: 0px 0;
  /*! background: linear-gradient(135deg, #0a0a0a 0%, #050505 100%); */
}

.bk-review-detailed .container {
  display: block;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0px;
}

/* Главный заголовок */

.review-main-title {
  font-size: 48px;
  font-weight: 800;
  background: linear-gradient(135deg, #fff 0%, #59c53c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0;
}

/* Основной обзор */
.review-hero {
  /*! display: grid; */
  /*! grid-template-columns: 2fr 1fr; */
  gap: 50px;
  margin-bottom: 20px;
  align-items: start;
}

.review-intro {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.bk-name-large {
  font-size: 36px;
  font-weight: 800;
  color: #59c53c;
  margin: 0;
  text-transform: uppercase;
}

.review-summary {
  font-size: 20px;
  /*! color: #ccc; */
  font-weight: 500;
  margin: 0;
}

.review-description {
  font-size: 16px;
  /*! color: #ccc; */
  line-height: 1.7;
  margin: 0;
}

/* Рейтинг */
.review-rating-main {
  /*! background: linear-gradient(145deg, #141414, #0f0f0f); */
  /*! border: 1px solid #2a2a2a; */
  border-radius: 16px;
  /*! padding: 30px; */
  /*! text-align: center; */
  /*! position: sticky; */
  top: 20px;
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.rating-title {
  font-size: 18px;
  font-weight: 600;
  /*! color: #ccc; */
  /*! margin-bottom: 15px; */
  margin-left: 10px;
}

.rating-score {
  font-size: 18px;
  font-weight: 800;
  /*! color: #59c53c; */
  margin-left: 10px;
}

.rating-stars {
  font-size: 24px;
  color: #f0c24b;
}

/* Разделитель */

/* Преимущества и недостатки */
.review-pros-cons {
  display: grid;
  grid-template-columns: 1;
  gap: 15px;
  margin-bottom: 15px;
}

.pros-section,
.cons-section {
  display: flex;
  flex-direction: column;
  /*! gap: 30px; */
  background: #1E1F22;
  padding: 20px 20px 0px 20px;
  border-radius: 12px;
  position: relative;
}




.section-title {
  /*! font-size: 28px; */
  /*! font-weight: 700; */
  color: #fff;
  margin: 0;
  padding-bottom: 30px;
  /*! border-bottom: 2px solid; */
  font-family: 'MontserratBold', sans-serif;
  /*! line-height: 60px; */
  /*! line-height: 86px; */
  padding-top: 50px;
}

.pros-section .section-title {
  border-color: #59c53c;
  font-size: 24px;
  padding-bottom: 0px;
  line-height: 26px;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 10px;
}

.cons-section .section-title {
  border-color: #ff6b6b;
}

.features-list {
  display: flex;
  flex-direction: column;
  /*! gap: 25px; */
}

.feature-item {
  /*! background: linear-gradient(145deg, #141414, #0f0f0f); */
  /*! border: 1px solid #2a2a2a; */
  border-radius: 12px;
  /*! padding: 25px; */
  transition: all 0.3s ease;
  margin-bottom: 0;
}

.feature-item:hover {
  border-color: #59c53c;
  transform: translateY(-2px);
}

.cons-section .feature-item:hover {
  border-color: #ff6b6b;
}

.feature-header {
  display: flex;
  /*! align-items: center; */
  /*! gap: 15px; */
  /*! margin-bottom: 12px; */
}

.feature-icon {
  width: 100%;
  height: 122px;
  /*! background: #59c53c; */
  /*! border-radius: 50%; */
  display: flex;
  /*! align-items: first baseline; */
  justify-content: unset;
  font-weight: 700;
  color: #000;
  font-size: 16px;
  flex-shrink: 0;
  margin-bottom: 30px;
  display: block;
}

.feature-icon.cons {
  background: #ff6b6b;
}

.feature-title {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin: 0;
}

.feature-description {
  color: #ccc;
  line-height: 1.6;
  font-size: 15px;
  margin: 0;
  padding-left: 33px;
}


.review-pros-cons .pre .feature-icon img{
	height:10px;
	width:16px;
}
.review-pros-cons .ned .feature-icon img{
	height:24px;
	width:24px;
}
.review-pros-cons .pre .feature-description {
    color: #ccc;
    line-height: 1.6;
    font-size: 15px;
    margin: 0;
    padding-left: 26px;
 }
 
.review-pros-cons .ned .feature-description {
    color: #ccc;
    line-height: 1.6;
    font-size: 15px;
    margin: 0;
    padding-left: 34px;
 }
 
.review-pros-cons .pre .feature-icon {
    width: auto;
	height: auto;
  }
.review-pros-cons .ned .feature-icon {
    width: auto;
	height: auto;
  }  
  
.pre .section-title {
	padding-top:0;
} 
.ned .section-title {
	padding-top:0;
}  

/* Вывод */
.review-conclusion {
  background: linear-gradient(135deg, #0f1a11 0%, #142317 100%);
  border: 1px solid #59c53c;
  border-radius: 16px;
  padding: 40px;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
  align-items: start;
}

.conclusion-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.conclusion-title {
  font-size: 24px;
  font-weight: 700;
  color: #59c53c;
  margin: 0;
}

.conclusion-text {
  color: #fff;
  line-height: 1.7;
  font-size: 16px;
  margin: 0;
}

.conclusion-actions {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.conclusion-button {
  background: linear-gradient(135deg, #59c53c, #46a72f);
  border: none;
  padding: 16px 24px;
  border-radius: 10px;
  color: #000;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
}

.conclusion-button.outline {
  background: transparent;
  border: 2px solid #59c53c;
  color: #59c53c;
}

.conclusion-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(89, 197, 60, 0.3);
}

.conclusion-button.outline:hover {
  background: #59c53c;
  color: #000;
}
/* Основной контейнер */
.predictions-section {
    max-width: 1200px;
    margin: 0 auto;
}

/* Заголовки */

.main-title {
    font-size: 48px;
    font-weight: 800;
    background: linear-gradient(135deg, #fff 0%, #59c53c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 10px;
}

.subtitle {
    font-size: 24px;
    color: #ccc;
    font-weight: 500;
}

/* Фильтры поиска */
.search-filters {
    /*! background: #1a1a1a; */
    border-radius: 12px;
    /*! padding: 25px; */
    margin-bottom: 30px;
}

.time-filters {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.time-filter {
    background: #2a2a2a;
    border: 1px solid #3a3a3a;
    color: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
    font-weight: 500;
}

.time-filter.active,
.time-filter:hover {
    background: #59c53c;
    color: #000;
    border-color: #59c53c;
}

.advanced-filters {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    flex-direction: column;
}

.filter-select {
    background: #0b0b0b;
    border: 1px solid #62b55c;
    color: #fff;
    padding: 10px 15px;
    border-radius: 8px;
    min-width: 170px;
    font-size: 14px;
}

/* Карточки прогнозов */
.predictions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 25px;
}

.prediction-card {
    background: linear-gradient(145deg, #141414, #0f0f0f);
    border: 1px solid #2a2a2a;
    border-radius: 16px;
    padding: 25px;
    transition: all 0.3s ease;
}

.prediction-card:hover {
    border-color: #59c53c;
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

/* Заголовок лиги */
.league-header {
    display: flex;
    align-items: center;
    gap: 10px;
    /*! margin-bottom: 20px; */
    padding-bottom: 15px;
    border-bottom: 1px solid #2a2a2a;
}

.league-icon {
    width: 24px;
    height: 24px;
    background: #59c53c;
    border-radius: 50%;
}

.league-name {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}

/* Основная информация о матче */
.match-info {
    text-align: center;
    margin-bottom: 25px;
}

.vs-badge {
    display: inline-block;
    background: #59c53c;
    color: #000;
    padding: 6px 12px;
    border-radius: 20px;
    font-weight: 700;
    font-size: 12px;
    margin-bottom: 15px;
}

.match-date {
    color: #ccc;
    font-size: 14px;
    margin-bottom: 5px;
}

.match-time {
    color: #59c53c;
    font-size: 16px;
    font-weight: 600;
}

/* Команды */
.teams {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
    gap: 100px;
}

.team {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    flex: 1;
}

.team-name {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.team-role {
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
}

.vs-separator {
    font-size: 18px;
    font-weight: 700;
    color: #59c53c;
    margin: 0 15px;
}

/* Коэффициенты */
.odds {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
}

.odd-item {
    flex: 1;
    text-align: center;
}

.odd-value {
    display: block;
    background: #0d0d0d;
    padding: 15px;
    border-radius: 8px;
    font-size: 20px;
    font-weight: 700;
    color: #59c53c;
    margin-bottom: 5px;
}

.odd-label {
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
}

/* Кнопка */
.prediction-button {
    width: 100%;
    background: linear-gradient(135deg, #59c53c, #46a72f);
    border: none;
    padding: 14px;
    border-radius: 10px;
    color: #000;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.prediction-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(89, 197, 60, 0.3);
}

/* Форма поиска */
.search-form {
    /*! margin-top: 20px; */
    padding-top: 20px;
    /*! border-top: 1px solid #2a2a2a; */
    margin-bottom: 50px;
}

.search-input-group {
    display: flex;
    align-items: center;
    background: #2a2a2a;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #62b55c;
    transition: all 0.3s ease;
    /*! color: ; */
}

.search-input-group:focus-within {
    border-color: #59c53c;
    box-shadow: 0 0 0 2px rgba(89, 197, 60, 0.1);
}

.search-icon {
    color: #999;
    margin: 0 15px;
    flex-shrink: 0;
}

.search-input {
    flex: 1;
    background: transparent;
    border: none;
    padding: 10px 15px;
    color: #fff;
    font-size: 16px;
    outline: none;
}

.search-input::placeholder {
    color: #666;
}

.search-button {
    background: #59c53c;
    border: none;
    padding: 15px 25px;
    color: #000;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

.search-button:hover {
    background: #46a72f;
}

.main-footer .container .tg-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border: 1.5px solid #59c53c;
  border-radius: 6px;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  justify-content: center;
  margin-bottom: 15px;
}

.main-footer .container .tg-btn:hover {
  background-color: #59c53c;
  color: #000;
}

.main-footer .container .tg-btn svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}












/* Основная секция */
.how-it-works {
    padding: 80px 0;
}

/* Заголовок секции */

.main-title {
    font-size: 48px;
    font-weight: 800;
    background: linear-gradient(135deg, #fff 0%, #59c53c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 20px;
    line-height: 1.2;
}

.section-description {
    font-size: 18px;
    color: #ccc;
    line-height: 1.6;
    font-weight: 400;
    margin-bottom: 50px;
}

/* Сетка этапов */
.process-steps {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
}

/* Карточка этапа */
.process-step {
    background: linear-gradient(145deg, #1E1F22, #1E1F22);
    border: 1px solid #1E1F22;
    border-radius: 16px;
    padding: 20px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.process-step:hover {
    border-color: #59c53c;
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}


.process-step:hover::before {
    transform: scaleY(1);
}

/* Шапка этапа */
.step-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
    justify-content: space-between;
    flex-direction: row;
}

.step-number {
    font-size: 18px;
    font-weight: 800;
    color: #59c53c;
    line-height: 1;
    min-width: 80px;
    text-align: right;
}

.step-title {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
}

/* Контент этапа */

.step-description {
    color: #ccc;
    line-height: 1.7;
    font-size: 16px;
    margin: 0;
}

/* Декоративные элементы */


/* Анимации */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.process-step {
    animation: fadeInUp 0.6s ease forwards;
}
* Дополнительные стили для улучшения читаемости */
.step-description {
    /*! text-align: justify; */
    hyphens: auto;
}

/* Эффект при наведении на номер */
.step-number {
    transition: all 0.3s ease;
}

.process-step:hover .step-number {
    transform: scale(1.1);
    text-shadow: 0 0 20px rgba(89, 197, 60, 0.5);
}




/* Секция статистики */
.statistics-section {
    padding: 0px 0;
    /*! background: #0a0a0a; */
}

.statistics-section .container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}


/* Контейнер статистики */

/* Команды */
.statistics-section .team-stats {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.statistics-section .team-name {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    padding: 15px;
    background: linear-gradient(145deg, #141414, #0f0f0f);
    border: 1px solid #2a2a2a;
    border-radius: 12px;
    color: #fff;
}

.statistics-section .home-team .team-name {
    color: #59c53c;
}

.statistics-section .away-team .team-name {
    color: #2a8fff;
}

/* Список статистики */
.statistics-section .stats-list {
    display: flex;
    flex-direction: column;
    /*! gap: 15px; */
}

/* Элемент статистики */

.statistics-section .stat-item:hover {
    border-color: #59c53c;
    transform: translateY(-2px);
}

/* Полосы статистики */
.statistics-section .stat-bar {
    height: 15px;
    border-radius: 16px 0px 0px 16px;
    transition: all 0.3s ease;
}

.statistics-section .home-bar {
    background: linear-gradient(90deg, #59c53c, #46a72f);
}

.statistics-section .away-bar {
    background: rgba(255, 200, 87, 1);
    border-radius: 0px 16px 16px 0px;
}

/* Значения статистики */
.statistics-section .stat-value {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    min-width: 30px;
    color: rgba(255, 200, 87, 1);
}

.statistics-section .home-team .stat-value:first-child {
    color: #59c53c;
}

.statistics-section .away-team .stat-value:last-child {
    color: #2a8fff;
}

/* Метки статистики */
.statistics-section .stat-label {
    font-size: 14px;
    font-weight: 600;
    color: #ccc;
    text-align: center;
    /*! text-transform: uppercase; */
    letter-spacing: 0.5px;
}

/* Разделитель */
.statistics-section .stats-divider {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    height: 100%;
}

.statistics-section .divider-line {
    flex: 1;
    width: 2px;
    background: linear-gradient(180deg, transparent, #59c53c, transparent);
}

.statistics-section .stats-categories {
    padding: 10px 20px;
    background: #1a1a1a;
    border: 1px solid #2a2a2a;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #ccc;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Анимации */
@keyframes statSlideIn {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.statistics-section .home-team .stat-item {
    animation: statSlideIn 0.6s ease forwards;
    display: flex;
    width: 100%;
    flex-direction: column;
    margin-bottom: 0;
}

.statistics-section .away-team .stat-item {
    animation: statSlideIn 0.6s ease forwards;
    animation-direction: reverse;
}

/* Дополнительные стили для улучшения UX */
.statistics-section .stat-bar {
    position: relative;
    overflow: hidden;
}

.statistics-section .stat-bar::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s ease;
}

.statistics-section .stat-item:hover .stat-bar::after {
    left: 100%;
}

/* Эффект свечения для заголовка */

.statistics-section .section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
    background: linear-gradient(90deg, transparent, #59c53c, transparent);
    border-radius: 2px;
}


.statistics-section .stat-item .lines{
	display: flex;
  width: 100%;
}
.statistics-section .stat-item .head{
	display: flex;
  width: 100%;
  justify-items: self-start;
  justify-content: space-between;
  margin-bottom: 5px;
	/*! font-size: 14px; */
}


 .popular-articles .secondary-articles {
	  display: flex;
	  gap: 20px;
	  align-items: start;
	  flex-direction: column;
	  justify-content: space-between;
}
 .popular-articles .secondary-articles .news-card{
	display: flex;
  flex-direction: column-reverse;
  width: 100%;
  padding:0; 
  
} 

.match-table .match-right .odds {
  display: flex;
  gap: 40px;
}

.bookmakers-section .bk-item {
  flex-direction: column;
  background: #1e1f22;
  display: flex;
}

.best-bk-section .bk-columns {
  gap: 20px;
}
.pros-section .feature-icon {
  margin-bottom: 0px;
}

/* ============================= */
/*     ПОПУЛЯРНЫЕ СТАТЬИ        */
/* ============================= */




/* --- GRID --- */


.popular-articles .main-article .news-card {
		padding: 0;
		align-items: center;
}


.popular-articles .main-article .news-image img {
	width: 100%;
  height: auto;
}

.popular-articles .news-card.featured {

  grid-template-columns: 1;

}


.popular-articles .main-article .news-content h3,
.popular-articles .main-article .news-content .news-card-title {	
margin-top: 0;
}




/* --- SECONDARY ARTICLES --- */




.popular-articles .secondary-articles .news-card h3,
.popular-articles .secondary-articles .news-card .news-card-title {
		margin-top: 0px;
		padding-left: 30px;
		padding-right: 30px;
}


.popular-articles .secondary-articles .news-meta {
	
	  padding-left: 0;
  padding-bottom: 30px;
}



/* --- КНОПКА "СМОТРЕТЬ ВСЕ" --- */



.agreement-block {
    /*! max-width: 800px; */
    margin: 0 auto;
    padding: 20px;
    background: #1E1F22;
    /*! border: 1px solid #e0e0e0; */
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
}

.agreement-block h2 {
    text-align: center;
    color: #1E1F22;
    margin-bottom: 30px;
    font-size: 24px;
    /*! border-bottom: 2px solid #3498db; */
    padding-bottom: 10px;
}

.agreement-section {
    margin-bottom: 25px;
    padding-bottom: 15px;
    /*! border-bottom: 1px solid #ecf0f1; */
}

.agreement-section:last-child {
    border-bottom: none;
}

.agreement-section h3 {
    color: #fff;
    margin-bottom: 15px;
    font-size: 18px;
}

.agreement-section p {
    margin-bottom: 10px;
    text-align: justify;
    color: #fff;
    font-size: 16px;
}

.agreement-section ul {
    margin: 10px 0;
    padding-left: 20px;
}

.agreement-section li {
    margin-bottom: 8px;
    position: relative;
    color: #fff;
}

.agreement-section strong {
    color: #fff;
}


.hero-404::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000" opacity="0.05"><text x="50%" y="50%" dominant-baseline="middle" text-anchor="middle" font-family="Montserrat" font-size="120" font-weight="800">404</text></svg>') center/contain no-repeat;
}

.hero-404-content {
  position: relative;
  z-index: 2;
  max-width: 600px;
}


.hero-404 p {
  font-size: 1.3rem;
  margin-bottom: 40px;
  /*! color: #ccc; */
  line-height: 1.5;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

.hero-404-button {
  background: #62B55C;
  color: #000;
  border: none;
  padding: 15px 40px;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.hero-404-button:hover {
  background: #59c53c;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(89, 197, 60, 0.3);
}

.hero-404-button:active {
  transform: translateY(0);
}
.article-page {
  /*! background: #0a0a0a; */
  min-height: auto;
  padding: 0px 0;
  color: #fff;
}

.article-container {
  /*! max-width: 800px; */
  margin: 0 auto;
  /*! padding: 0 20px; */
}

/* Хлебные крошки */
.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #ccc;
}

.breadcrumbs a {
  color: #BFBFBF;
  text-decoration: none;
  transition: color 0.3s ease;
}

.breadcrumbs a:hover {
  color: #62B55C;
}

.breadcrumbs-separator {
  color: #666;
}

.breadcrumbs-current {
  color: #fff;
  font-weight: 500;
}

/* Заголовок статьи */
.article-header {
  margin-bottom: 40px;
  border-bottom: none;
  /*! padding-bottom: 30px; */
}

.article-header h1{
	font-size: 24px;
  line-height: 36px;
	word-break: break-all;
}

.article-page .rating-title {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  /*! margin-bottom: 15px; */
  margin-left: 0;
  display: flex;
  gap: 5px;
  /*! flex-direction: column; */
  display: none;
}

.article-title {
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 20px;
  font-family: 'Montserrat', sans-serif;
  background: linear-gradient(135deg, #fff 0%, #59c53c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.article-meta {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
}

.article-category {
  background: #FFC857;
  color: #000;
  padding: 4px 12px;
  border-radius: 20px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
}

.article-reading-time,
.article-date,
.article-views {
  color: #ccc;
  display: flex;
  align-items: center;
  gap: 5px;
}

.article-reading-time::before {
  content: '⏱';
}

.article-views::before {
  content: '★';
}

/* Контент статьи */
.article-content {
  font-family: 'Roboto', sans-serif;
  line-height: 1.7;
  font-size: 16px;
  color: #e0e0e0;
}

.article-content p {
  margin-bottom: 40px;
  text-align: justify;
  margin-top: 10px;
}

/* Блок оценки */
.article-rating {
  /*! background: linear-gradient(145deg, #1E1F22, #1E1F22); */
  /*! border: 1px solid #2a2a2a; */
  /*! border-radius: 12px; */
  /*! padding: 30px; */
  margin-top: 40px;
  /*! text-align: center; */
  display: flex;
  align-items: center;
  flex-direction: column;
}

.rating-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /*! margin-bottom: 20px; */
  flex-wrap: wrap;
  gap: 15px;
  width: 100%;
}

.rating-title {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  /*! font-family: 'Montserrat', sans-serif; */
}

.rating-current {
  font-size: 14px;
  /*! color: #59c53c; */
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
}

.rating-stars {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 0;
  line-height: 15px;
}

.star {
  font-size: 2rem;
  color: #333;
  cursor: pointer;
  transition: all 0.3s ease;
}

.star.active {
  color: #f0c24b;
}

.star:hover {
  transform: scale(1.2);
  color: #f0c24b;
}


.thanks-text {
  /*! color: #59c53c; */
  font-weight: 600;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  margin-left: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-direction: column;
  width: 100%;
}
/* Дополнительные стили для улучшения читаемости */
.article-content p {
  text-align: left;
  hyphens: auto;
}

/* Эффекты при наведении */
.breadcrumbs a,
.article-category,
.star {
  transition: all 0.3s ease;
}

.article-category:hover {
  background: #62B55C;
  transform: translateY(-1px);
}



.hero-raiting-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}

.hero-raiting-content {
  max-width: 800px;
  text-align: center;
  margin: 0 auto;
}

.hero-raiting-title {
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 30px;
  line-height: 1.2;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.hero-raiting-description {
  font-size: 1.25rem;
  line-height: 1.6;
  color: #e0e0e0;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  margin: 0;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.prognoz-two {
  margin-top: 0;
}






.topbook .bk-logo-large{
	display: flex;
	  width: 100%;
	  justify-content: space-between;
	  align-items: center;
}
.topbook .review-header{
	align-items: baseline;
	
}
.topbook  .decs{
	display:none;
}
.topbook  .mob{
	display:flex;
}
.topbook  .review-button.mob{
	width:100px !important;
}
.criteria-score.desc{
	display:none;
}
.col-criteria.desc{
	display:none;
}

}

/* ✅ Планшет */
@media (max-width: 992px) {
	
	.terms-list .term-item .term-info {
  display: flex;
  flex-direction: column;
  font-family: 'Roboto', sans-serif;
  gap: 10px;
}

	.bk-review-detailed .bonus-btn {
  width: 100%;
}
	
	.match .section-title {
  font-size: 28px;
  margin-bottom: 0;
}

  .match-hero .section-title {
    font-size: 52px;
  }

  .match-hero .match-card-container {
    padding: 60px 20px;
  }

  .match-hero .match-card-container .match-content {
    min-width: auto;
    width: 100%;
  }

  .match-hero .match-card-container .team img {
    width: 120px;
  }

  .match-hero .match-card-container .bonus-btn {
    min-width: 320px;
    font-size: 15px;
    padding: 10px 24px;
  }
  
  .hero button {
  width: 100%;
}
.btn-get-1 {
  width: 100%;
}
}

  @media (max-width: 680px) {
    .bonuses-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
      gap: 25px;
      margin-bottom: 40px;
    }
  }
    @media (max-width: 580px) {
    .bonuses-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      gap: 25px;
      margin-bottom: 40px;
    }
  }
      @media (max-width: 480px) {
    .bonuses-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
      gap: 25px;
      margin-bottom: 40px;
    }
  }
  
        @media (max-width: 400px) {
    .bonuses-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
      gap: 25px;
      margin-bottom: 40px;
    }
  }
  
/* ✅ Мобильные */
@media (max-width: 768px) {

  .match-hero {
    padding: 0px 10px 40px 10px;
  }

  .match-hero .section-title {
    font-size: 34px;
    margin-bottom: 20px;
  }

  .match-hero .match-card-container {
    padding: 30px 15px 50px;
  }

  .match-hero .match-card-container .match-content {
    flex-direction: row;
    gap: 20px;
    min-width: auto;
  }

  .match-hero .match-card-container .team img {
    width: 90px;
  }

  .match-hero .match-card-container .team p {
    font-size: 14px;
    white-space: break-spaces;
  }

  .match-hero .match-card-container .match-center {
    font-size: 12px;
  }

  .match-hero .match-card-container .match-center .match-sport {
    font-size: 12px;
    padding: 3px 8px;
  }

  .match-hero .match-card-container .bonus-btn {
    min-width: 260px;
    font-size: 14px;
    padding: 8px 20px;
  }

  .char-col.last {
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  height: 100%;
  text-align: right;
  gap: 10px;
  align-items: flex-end;
}
 .section-title {
	 text-transform: initial;
 }
}


/* ✅ Очень маленькие экраны */
@media (max-width: 480px) {
	.news-grid.owl-carousel.mobile{
	display:flex;
}
	.news-grid.desctop{
		display:none;
	}
}
@media (max-width: 480px) {

  .match-hero .section-title {
    font-size: 28px;
  }

  .match-hero .match-card-container {
    padding: 25px 10px 25px;
  }

  .match-hero .match-card-container .team img {
    width: 55px;
  }

  .match-hero .match-card-container .bonus-btn {
    width: 100%;
    padding: 8px 14px;
  }
    .teams {

      gap: 0;
    }
}


  @media (max-width: 480px) {
    .hero {
      background-position: 70%;
    }

    .hero h1 {
      word-break: inherit;
    }
	
	.hero a {
	  padding: 11px 60px;
	  display: inline-block;
	 }
	.footer-column.info {
      margin-top: -20px;
      margin-left: 0;
    }	 
	
	
	.footer-main {

      flex-wrap: wrap;
      flex-direction: column;
    }
  
  }

@media (max-width:768px) {
  .desc_d_none{
    display:none!important;
  }
}

@media (max-width: 1180px) {
  .bonuses-page {
    gap: 36px;
  }

  .bonuses-page__section-top h2 {
    font-size: 42px;
    line-height: 60px;
  }

  .bonuses-page__headline,
  .bonuses-page .faq-section .section-title,
  .bonuses-page .popular-articles .section-title {
    font-size: 54px;
    line-height: 60px;
    padding-bottom: 32px;
    margin: 0;
  }

  .bonuses-page__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bonuses-page__pros-cons-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .match-detail-page .filters {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .match-detail-page .filters::-webkit-scrollbar {
    display: none;
  }

  .match-detail-page .filters .tab-btn {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .bonuses-page {
    gap: 28px;
    padding-top: 6px;
  }

  .bonuses-page__breadcrumbs {
    font-size: 11px;
  }

  .bonuses-page__hero {
    min-height: 210px;
    border-radius: 18px;
  }

  .bonuses-page__hero-overlay {
    background:
      linear-gradient(180deg, rgba(8, 9, 10, 0.92) 0%, rgba(8, 9, 10, 0.78) 52%, rgba(8, 9, 10, 0.44) 100%),
      radial-gradient(circle at 82% 24%, rgba(89, 197, 60, 0.18) 0%, rgba(89, 197, 60, 0) 38%);
  }

  .bonuses-page__hero-content {
    min-height: 210px;
    max-width: 100%;
    padding: 22px 18px;
  }

  .bonuses-page__hero-content h1 {
    font-size: 36px;
    line-height: 0.98;
  }

  .bonuses-page__hero-content p {
    max-width: none;
    font-size: 13px;
  }

  .bonuses-page__telegram-content {
    flex-direction: column;
    align-items: stretch;
    padding: 14px;
  }

  .bonuses-page__telegram-button {
    width: 100%;
    min-width: 0;
  }

  .bonuses-page__section-top {
    margin-bottom: 14px;
  }

  .bonuses-page__section-top h2 {
    font-size: 28px;
    line-height: 36px;
    padding-bottom: 20px;
  }

  .bonuses-page__filters {
    gap: 8px;
    margin-bottom: 18px;
  }

  .bonuses-page__filters button {
    min-height: 34px;
    padding: 0 10px;
    font-size: 11px;
    border-radius: 6px;
  }

  .bonuses-page__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .bonuses-page__card-media {
    height: 150px;
  }

  .bonuses-page__card-body {
    min-height: 0;
    padding: 14px 12px 12px;
  }

  .bonuses-page__card-body h3 {
    font-size: 16px;
  }

  .bonuses-page__category-carousel .owl-nav {
    top: -48px;
    gap: 22px;
  }

  .bonuses-page__category-carousel .owl-nav button.owl-prev,
  .bonuses-page__category-carousel .owl-nav button.owl-next {
    width: 22px;
    height: 22px;
  }

  .bonuses-page__headline,
  .bonuses-page .faq-section .section-title,
  .bonuses-page .popular-articles .section-title {
    font-size: 34px;
    line-height: 40px;
    padding-bottom: 20px;
    margin: 0;
  }

  .bonuses-page__pros-cons-grid {
    gap: 16px;
    margin-top: 20px;
  }

  .bonuses-page__info-card {
    min-height: 0;
    padding: 18px 16px;
    border-radius: 14px;
  }

  .bonuses-page__info-card h3 {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .bonuses-page__info-card ul {
    font-size: 12px;
    line-height: 1.45;
  }

  .bonuses-page .faq-accordion {
    gap: 12px;
  }

  .bonuses-page .faq-question {
    min-height: 68px;
    padding: 0 18px;
    font-size: 15px;
  }

  .bonuses-page .faq-answer {
    padding: 0 18px 18px;
  }

  .bonuses-page .faq-answer p {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .subscribe {
    padding: 20px 18px;
  }

  .subscribe__title {
    font-size: 20px;
    margin-bottom: 14px;
  }

  .subscribe p,
  .subscribe__text,
  .subscribe__text p {
    font-size: 15px;
    margin-bottom: 14px;
  }

  .subscribe__button {
    min-height: 44px;
    font-size: 16px;
  }

  .faq-cta .cta-content {
    max-width: 100%;
  }

  .faq-cta .cta-text,
  .faq-cta .cta-text p {
    font-size: 14px;
  }

  .faq-cta .cta-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 0;
    color: #fff;
    font-family: 'Roboto', sans-serif;
  }

  .match-page__breadcrumbs {
    margin-top: 16px;
    margin-bottom: 24px;
  }

  .match-page__odds-label--away {
    margin-right: 16px;
  }
}

@media (max-width: 1024px) {
  header .container nav ul li {
    width: 100%;
  }

  header .container .nav-dropdown-trigger {
    width: 100%;
    justify-content: center;
  }

  header .container .nav-dropdown-link {
    justify-content: center;
  }

  header .container .nav-dropdown-toggle {
    width: auto;
  }

  header .container .dropdown-menu {
    position: static;
    min-width: 0;
    padding: 8px 0 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    pointer-events: auto;
    display: none;
  }

  header .container .nav-item--dropdown.is-open > .dropdown-menu {
    display: grid;
  }

  header .container .dropdown-menu a {
    text-align: center;
    font-size: 14px;
    padding: 8px 12px;
  }
}

.bonuses-features .bonuses-container {
  display: block;
}

.bonuses-features .bonuses-main {
  width: 100%;
}

.bonuses-features .section-title {
  margin-bottom: 42px;
}

.bonuses-features .bonuses-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
  margin: 0;
}

.bonuses-features .bonus-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  background: #17191f;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.24);
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.bonuses-features .bonus-card:hover {
  transform: translateY(-4px);
  border-color: rgba(98, 181, 92, 0.42);
  box-shadow: 0 28px 52px rgba(0, 0, 0, 0.32);
}

.bonuses-features .bonus-card__media {
  position: relative;
  min-height: 214px;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 18%, rgba(255, 214, 96, 0.35), transparent 14%),
    radial-gradient(circle at 18% 22%, rgba(128, 190, 109, 0.18), transparent 18%),
    linear-gradient(135deg, #11261c 0%, #183228 44%, #0d1712 100%);
}

.bonuses-features .bonus-card__media .imgtop,
.bonuses-features .bonus-card__media-fallback {
  display: block;
  width: 100%;
  height: 214px;
  object-fit: cover;
}

.bonuses-features .bonus-card__media-fallback {
  background:
    radial-gradient(circle at 82% 18%, rgba(255, 214, 96, 0.35), transparent 14%),
    radial-gradient(circle at 18% 22%, rgba(128, 190, 109, 0.18), transparent 18%),
    linear-gradient(135deg, #11261c 0%, #183228 44%, #0d1712 100%);
}

.bonuses-features .bonus-logo {
    position: absolute;
    top: 22px;
    left: 20px;
    z-index: 2;
    width: 160px;
    max-width: calc(100% - 40px);
    height: 58px;
    border-radius: 14px;
    object-fit: contain;
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.38);
}

.bonuses-features .bonus-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 30px 22px 24px;
  background: linear-gradient(180deg, #1b1d23 0%, #17191f 100%);
}

.bonuses-features .bonus-header {
  margin: 0 0 18px;
}

.bonuses-features .bonus-header h2,
.bonuses-features .bonus-header .bonus-header-title {
  margin: 0;
  color: #fff;
  font-family: 'Roboto-Medium', 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

.bonuses-features .bonus-description {
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 15px;
  line-height: 1.45;
  display: -webkit-box;
  min-height: 66px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.bonuses-features .btn-get-bonus {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  min-height: 46px;
  margin: auto 0 0;
  padding: 12px 18px;
  border: 0;
  border-radius: 10px;
  background: #62b55c;
  color: #080b08;
  text-decoration: none;
  font-family: 'Roboto-Medium', 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 500;
  box-sizing: border-box;
}

.bonuses-features .btn-get-bonus:hover {
  background: #6bc765;
}

.bonuses-features .btn-get-bonus span {
  color: inherit;
}

.bonuses-features .btn-get-bonus img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  filter: brightness(0) saturate(100%);
}

.bonuses-features .bonuses-carousel-container {
  display: none;
}

.bonuses-features .bonuses-features__actions {
  margin-top: 26px;
}

.bonuses-features .bonuses-features__view-all {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  width: 100%;
  border-radius: 10px;
  background: var(--main-bg-color);
  color: #fff;
  text-decoration: none;
  font-family: 'Roboto-Medium', 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 500;
  transition: background 0.2s ease, transform 0.2s ease;
}

.bonuses-features .bonuses-features__view-all:hover {
  background: #26282d;
}

.bonuses-features .bonuses-features__empty {
  margin: 0;
  padding: 32px 24px;
  border-radius: 16px;
  background: #17191f;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  text-align: center;
}

@media (max-width: 1200px) {
  .bonuses-features .bonuses-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .bonuses-features {
    margin-top: 96px;
  }

  .bonuses-features .section-title {
    margin-bottom: 24px;
  }

  .bonuses-features .bonuses-grid {
    display: none;
  }

  .bonuses-features .bonuses-carousel-container {
    display: block;
    overflow: hidden;
    margin-bottom: 18px;
  }

  .bonuses-features .bonuses-carousel-nav.top {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    margin-bottom: 18px;
  }

  .bonuses-features .bonuses-carousel-prev,
  .bonuses-features .bonuses-carousel-next {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    background: #17191f;
    color: #fff;
  }

  .bonuses-features .bonuses-carousel-track {
    display: flex;
    transition: transform 0.32s ease;
  }

  .bonuses-features .bonuses-carousel-slide {
    flex: 0 0 100%;
    min-width: 100%;
  }

  .bonuses-features .bonuses-carousel-slide .bonus-card {
    margin: 0;
  }

  .bonuses-features .bonus-card__media,
  .bonuses-features .bonus-card__media .imgtop,
  .bonuses-features .bonus-card__media-fallback {
    min-height: 192px;
    height: 192px;
  }

  .bonuses-features .bonus-logo {
    top: 18px;
    left: 18px;
    width: 156px;
    height: 54px;
    padding: 10px 16px;
  }

  .bonuses-features .bonus-card__body {
    padding: 24px 18px 18px;
  }

  .bonuses-features .bonus-header h2,
  .bonuses-features .bonus-header .bonus-header-title {
    font-size: 18px;
  }

  .bonuses-features .bonus-description {
    min-height: auto;
    font-size: 14px;
  }

  .bonuses-features .btn-get-bonus {
    min-height: 44px;
    font-size: 16px;
  }

  .bonuses-features .bonuses-carousel-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 16px;
  }

  .bonuses-features .bonuses-dot {
    width: 10px;
    height: 10px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
  }

  .bonuses-features .bonuses-dot.active {
    background: #62b55c;
    transform: scale(1.15);
  }

  .bonuses-features .bonuses-features__actions {
    margin-top: 18px;
  }

  .bonuses-features .bonuses-features__view-all {
    min-height: 42px;
    font-size: 16px;
  }
}
