@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&family=Roboto:wght@400;700&display=swap');
body {
  font-family: 'Roboto', sans-serif;
}

h1, h2, h3 {
  font-family: 'Montserrat', sans-serif;
}
.slider-1{
width: 100%;
}
.slider-2{
  width: 80%;
display: flex;
    justify-content: space-between;
    transform: translateY(135px);
   
    position: relative;
}
.splide__pagination{
  position: relative;
  margin-top: 24px;
}
.splide__pagination__page.is-active{
  background: #fe8f9c;
}
.slider-2 .splide__slide{
  height: 100%;
}
.mb-16{
  margin-bottom: 16px;
}
.header_wrapp {
  background: #1f2340;

}
.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 15px;
}
.header {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
  position: sticky;
  top: 0;
}
.header-logo-img {
  height: 25px;
  object-fit: cover;
  max-width: 100%;
}
.header-nav-list {
  list-style: none;
  padding-left: 0;
  display: flex;
  align-items: center;
  grid-gap: 15px;
}
.header-nav-list-item-link {
  color: rgb(255, 255, 255);
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  transition: 0.3s all ease;
}
.header-nav-list-item-link:hover {
  color: rgb(254, 143, 156);
  text-shadow: 0px 0px 10px rgb(252, 102, 120);
}
.active-link {
  text-shadow: 0px 0px 10px rgb(254, 143, 156);
  color: rgb(254, 143, 156);
  font-size: 16px;
}
.wellcome-wrapper {
  background: #1f2340;
  position: relative;
}
.wellcome-wrapper::after {
  background-image: url('../images/4a1f217d80a5dd1a907d53f1ffa0e5f0.png');
  background-size: cover;
  background-repeat: no-repeat;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.wellcome-wrapper::before {
  background-image: url('../images/85e455cb7ced6593b5179a2d74d80d86.png');
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 950px;
  height: 803px;
  z-index: 1;
}
.wellcome-box {
  padding-top: 190px;
  padding-bottom: 170px;
  text-align: center;
  width: 546px;
  z-index: 111;
  position: relative;
}
.wellcome-box-subtitle {
  color: rgb(255, 255, 255);
  font-size: 32px;
}
.wellcome-box-title {
  font-size: 48px;
}
.wellcome-box-text {
  display: block;
  margin-bottom: 32px;
}
.title-main{
  padding-left: 10px;
  border-left: 5px solid #fe8f9c;
  font-size: 32px;
  text-transform: uppercase;
}
.wellcome-box-text::before {
}
.btn-bg {
  color: rgb(255, 255, 255);
  text-decoration: none;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  border-radius: 25px;
  box-shadow: 0px 0px 10px 2px rgb(87, 28, 224);
  cursor: pointer;
  transition: 0.3s all;
  background: #571ce0;
  text-transform: capitalize;
  white-space: nowrap;
}
.btn-bg:hover {
  background-color: rgb(254, 143, 156);
  box-shadow: 0px 0px 10px 3px rgb(254, 143, 156);
}
.col-white {
  color: rgb(255, 255, 255);
}
.overlay {
  background-color: rgba(0, 0, 0, 0.49);
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.about-wrapp {
  background: #120f54;
  position: relative;
}
.about-wrapp::before {
  background-image: url('../images/ab07ba98af8a81ab84e00ab68217e318.png');
  background-size: cover;
  background-repeat: no-repeat;
  content: '';
  height: 650px;
  width: 860px;
  position: absolute;
  top: 120px;
  left: 0;
}
.about {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-bottom: 37px;
  padding-top: 87px;
  justify-items: end;
}
.about::before {
}
.counter {
  background: #0d102f;
  display: flex;
  width: 70%;
  padding-bottom: 20px;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 20px;
  border-radius: 20px;
  transform: translate(-50%, -75px);
  position: absolute;
  z-index: 3;
  left: 50%;
  column-gap: 60px;
}
.counter::before {
  position: absolute;
  left: 16%;
}
.about-card {
  display: flex;
  align-items: center;
  grid-gap: 20px;
}
.about-card-img {
  height: 88px;
  width: 88px;
}
.about-card-wrapp-text {
  display: flex;
  flex-direction: column;
}
.about-card-wrapp-text-top {
  font-size: 48px;
  font-weight: 600;
}
.about-card-wrapp-text-bottom {
  font-weight: 600;
}
.col-pink {
  color: rgb(254, 143, 156);
}
.about-section {
  background: #120f54;
  position: relative;
}
.about-section::before {
  background-image: url('../images/ab07ba98af8a81ab84e00ab68217e318.png');
  background-size: cover;
  background-repeat: no-repeat;
  content: '';
  position: absolute;
  left: 0;
  height: 860px;
  width: 948px;
  top: 120px;
}
.about-content {
  padding-bottom: 120px;
  padding-top: 120px;
}
.about-content-box {
  width: 570px;
  position: relative;
  z-index: 1;
}
.abouut-content-box-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}
.abouut-content-box-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 15px;
  padding-bottom: 20px;
  padding-top: 20px;
  border: 1px solid #8790ae;
  border-radius: 20px;
}
.fz-20 {
  font-size: 20px;
}
.best-line-wrapp {
  position: relative;
  background-color: rgb(60, 0, 129);
}
.best-line {
  padding: 32px 0;
  position: relative;
  z-index: 1;
}
.best-line-card {
  background-color: rgba(0, 3, 37, 0);
}
.best-line-card-row {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr 1fr ;
  padding-bottom: 12px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 12px;
  border-style: solid;
  border-width: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgb(222, 222, 222);
}
.best-line-card-headder-title {
  text-transform: uppercase;
  font-weight: 600;
  white-space: nowrap;
}
.best-line-card-row-match {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.best-line-card-row-buckm {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.best-line-card-row-match-link {
  display: flex;
  align-items: center;
  column-gap: 10px;
  color: rgb(255, 255, 255);
  text-decoration: none;
}
.best-line-card-row-match-link-img {
  height: 36px;
  width: 36px;
}
.best-line-card-row-match-link-text {
  transition: 0.3s all;
}
.best-line-card-row-match-link-text:hover {
  color: rgb(248, 138, 138);
}
.grid {
  grid-template-columns: 2fr 5fr;
}
.bg-grey {
  background: #EEEFF4;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
}
.col-grey {
  color: rgb(145, 140, 140);
}
.best-line-card-row-btn-wrapp {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: rgb(255, 252, 252);
  column-gap: 15px;
}
.best-line-card-row-btn {
  white-space: nowrap;
}
.best-line-card-row-wrapp-img {
  background: #fff;
}
.best-line-card-row-img {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
}
.col {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mb-20 {
  margin-bottom: 20px;
}
.over {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.43);
}
.bg {
  background: #120f54;
}
.main-wrapp {
 padding: 32px 0;
}
.main {
  background: #291b6b;
  display: flex;
  justify-content: space-between;
  padding: 24px;
  border-radius: 20px;
}
.mb-16{
  margin-bottom: 16px;
}
.main-list {
  list-style: none;
  padding-left: 0;
  flex-direction: column;
  display: flex;
  justify-content: space-between;
  width: 50%;
  margin-bottom: 0;
}
.main-list-item {
  display: flex;
  align-items: center;
  column-gap: 15px;
  background: #38268f;
  padding-bottom: 10px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 10px;
  cursor: pointer;
  transition: 0.3s all;
  border-radius: 8px;
}
.main-list-item:hover {
  background: #5025b4;
  box-shadow: 0px 0px 10px 2px rgb(80, 37, 180);
}
.main-list-item-img {
  width: 61px;
  height: 50px;
}
.tab-content-title {
  font-size: 42px;
}
.tab-content-img {
  width: 486px;
  height: 350px;
}
.about-content-box-subtitle{
font-size: 16px;
}
.wellcome-box-text.fz-20{
  font-size: 16px;
}
.active-li {
  background: #5025b4;
  box-shadow: 0px 0px 10px 2px rgb(80, 37, 180);
}
.mb-32 {
  margin-bottom: 32px;
}
.best-game {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 32px;
}
.best-game-cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 24px;
  width: 100%;
}
.best-game-card {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  backdrop-filter: blur(10px);
  background: #291b6b;
}
.best-game-card-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  column-gap: 30px;
 
  padding-bottom: 13px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 13px;
  background: #382591;
  border-radius: 10px;
}
.best-game-card-header p{
  font-size: 14px;
  margin-bottom: 0;
}
.best-game-card-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
 padding: 24px;
  background-color: rgba(0, 0, 0, 0);
  grid-gap: 30px;
  font-size: 20px;
}
.best-game-card-content-team {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 20px;
}
.best-game-card-content-team-img {
  height: 80px;
  width: 80px;
}
.best-game-card-content-center-text{
  font-size: 16px;
}
.best-game-card-content-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 20px;
}
.best-game-card-content-center-time {
  padding: 12px;
  border-radius: 10px;
  background-color: rgb(254, 143, 156);
  font-weight: 600;
  font-size: 12px;
}
.amazing-wrapp {
  position: relative;
  background-image: url('../images/bf8434cc31ab32076b9b4a2c6fab2073.png');
    background-size: cover;
  background-repeat: no-repeat;
   height: 100%;
  width: 100%;
  background-position: center;

}


.amazing {
  padding-top: 32px;
  display: flex;
  align-items: center;
  flex-direction: column;
  z-index: 11;
  position: relative;
}
.amazing::after {
}
.amazing-cards {
  display: flex;
  justify-content: space-between;
  transform: translateY(135px);
  column-gap: 30px;
  position: relative;
}
.amazing-cards::before {
  content: '';
}
.amazing-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 30px;
  padding-bottom: 34px;
  padding-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
  background: #120f54;
  border: 1px solid #8790ae;
  border-radius: 20px;
  height: 100%;
}
.amazing-card-img {
  width: 160px;
  height: 160px;
}
.amazing-card-text {
  font-size: 24px;
}
.btn-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-style: none;
  background: #291b6b;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s all;
}
.btn-arrow:hover {
  scale: 1.1;
}
.btn-arrow::before {
}
.right {
  right: -25px;
}
.left {
  left: 0;
}
.features {
  display: flex;
  padding-top: 150px;
  grid-gap: 30px;
  margin-bottom: 32px;
}
.features:hover {
}
.features-img {
  object-fit: cover;
  width: 636px;
}
.feature-box {
  padding-top: 100px;
}
.feature-box-cards {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.feature-box-card {
  display: flex;
  align-items: center;
  column-gap: 30px;
}
.faq-wrapper {
  background-image: url('../images/a323fbeaba2cd756bb798868247b3022.png');
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  margin-bottom: 450px;
}
.faq-subtitle {
  
  color: #aaa;
  margin-bottom: 32px;
}
/* FAQ Items */
.faq-item {
  border: 1px solid #222;
  border-radius: 10px;
  background: #0d102f;
  margin-bottom: 12px;
  overflow: hidden;
  transition: 0.3s;
}
.faq-filters{
display: flex;
justify-content: center;
margin-bottom: 32px;
gap: 16px;
}

.faq-item.open {
  border-color: #cf7580;
}

.faq-question {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 16px 20px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  position: relative;
}

.faq-question::after {
  content: "+";
  position: absolute;
  right: 20px;
  color: #cf7580;
  font-size: 20px;
  transition: 0.3s;
}

.faq-item.open .faq-question::after {
  transform: rotate(45deg);
}

.faq-answer {
   max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  color: #ccc;
  line-height: 1.5;
  opacity: 0;
  transform: translateY(-5px);
  transition: all 0.25s ease;
}

.faq-item.open .faq-answer {
  opacity: 1;
  transform: translateY(0);
  max-height: 500px; /* Достаточно, чтобы влез любой ответ */
  padding-bottom: 16px;
}
.faq {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 50px;
  position: relative;
  padding-bottom: 100px;
}
.center {
  text-align: center;
}
.small-img {
  height: 30px;
  width: 30px;
}
.main-list-item-btn {
  background: #120f54;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
}
.border-10 {
  border-radius: 10px;
}
.main-list-item-btn-img {
  object-fit: cover;
  height: 15px;
  min-height: 15px;
}
.gap-20 {
  grid-gap: 20px;
  width: 100%;
}
.p-80 {
  padding-left: 80px;
  padding-right: 80px;
  padding-bottom: 50px;
  padding-top: 50px;
}
.bg-select {
  background-color: rgb(88, 44, 182);
  border-radius: 10px;
}
.absolute {
  position: absolute;
  top: 70%;
}
.promo-cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 30px;
  padding-top: 50px;
  align-items: flex-start;
}
.promo-cards:hover {
}
.promo-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 10px;
}
.img-wrapp {
  background-color: rgb(58, 54, 123);
  width: 100%;
  position: relative;
  border-radius: 10px 10px 0px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.promo-card-img {
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
  width: 264px;
  height: 192px;
  object-fit: contain;
}
.promo-card-code {
  position: absolute;
  top: 10px;
  right: 10px;
  color: rgb(25, 19, 103);
  background: #fe8f9c;
  border-radius: 8px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  font-size: 13px;
}
.promo-card-text {
  display: flex;
  flex-direction: column;
  grid-gap: 20px;
  padding-left: 15px;
  padding-bottom: 15px;
  padding-right: 15px;
  padding-top: 10px;
}
.btn-wrapp {
  display: flex;
  align-items: center;
  column-gap: 30px;
  justify-content: space-between;
}
.btn-outline {
  color: rgb(255, 255, 255);
  text-decoration: none;
  transition: 0.3s all;
}
.btn-outline:hover {
  color: rgb(254, 143, 156);
  text-shadow: 0px 0px 10px rgb(254, 143, 156);
}
.news {
padding: 32px 0;
}
.news-cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 24px;
}
.news-card {
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  border-radius: 10px;
  background-color: rgb(13, 16, 47);
  box-shadow: 0px 0px 10px 0px rgb(45, 50, 104);
  transition: 0.3s all;
}
.news-card:hover {
  transform: translateY(-5px);
}
.news-card-img {
  height: 172px;
  border-radius: 10px;
  margin-bottom: 20px;
  width: 100%;
  object-fit: cover;
}
.news-card-text {
  display: flex;
  flex-direction: column;
  grid-gap: 10px;
}
.news-card-text-title {
  font-weight: 700;
}
.news-card-text-date {
  color: rgb(147, 136, 136);
}
.news-card-link {
  text-decoration: none;
  transition: 0.3s all;
}
.news-card-link:hover {
  color: rgb(254, 143, 156);
}
.news-wrapp {
  background-image: url('../images/3a51fbff5af9132a5df67763dd43b9ed.png');
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}
.news-content {
  padding: 32px 0;
}
.title-border {
  padding-bottom: 15px;
  border-style: solid;
  border-width: 0;
  border-bottom-width: 3px;
  border-bottom-color: rgba(238, 145, 145, 0.47);
  text-transform: uppercase;
}
.pagination-wrapp {
  display: flex;
  align-items: center;
  grid-gap: 20px;
  justify-content: center;
}
.pagination-btn {
  color: rgb(255, 255, 255);
  text-decoration: none;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
  border-radius: 5px;
  background-color: rgba(255, 148, 148, 0);
  border: 1px solid;
  border-color: rgb(255, 140, 140);
  transition: 0.3s all;
}
.pagination-btn:hover {
  background: rgb(251, 156, 156);
  color: rgb(19, 12, 255);
}
.pagination-arrow-img {
  height: 20px;
  width: 20px;
  cursor: pointer;
}
.active-pag {
  background-color: rgb(251, 156, 156);
  color: rgb(19, 12, 255);
}
.faq-content {
 padding: 32px 0;
}
.faq-content-btn-wrapp {
  display: flex;
  justify-content: center;
  column-gap: 30px;
  margin-bottom: 30px;
}
.active-btn {
  background: #fe8f9c;
  box-shadow: 0px 0px 10px 0px rgb(254, 143, 156);
  transition: 0.3s all;
}
.active-btn:hover {
}
.display-col {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.text-faq {
  border-style: solid;
  border-width: 0;
  border-top-width: 1px;
  padding-top: 20px;
  margin-top: 10px;
}
.wrapp {
  display: flex;
  align-items: stretch;
}
.footer-wrapp {
  background-image: url('../images/9139d6f71d2c0a50e5a094bfc65a9f60.png');
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
}
.footer {
  padding-top: 80px;
  padding-left: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 72px;
  margin-bottom: 50px;
}
.footer-menu {
  display: flex;
  flex-direction: column;
  grid-gap: 20px;
}
.footer-menu-logo {
  height: 24px;
  width: 100%;
  object-fit: contain;
}
.footer-menu-text {
  color: rgb(255, 255, 255);
}
.footer-menu-contact {
  display: flex;
  column-gap: 15px;
  align-items: center;
}
.footer-menu-title {
  margin-bottom: 15px;
  display: block;
  font-size: 20px;
  font-weight: 600;
}
.footer-menu-list {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
.footer-menu-list-item-link {
  color: rgb(255, 255, 255);
  text-decoration: none;
  transition: 0.3s all;
}
.footer-menu-list-item-link:hover {
  color: rgb(254, 143, 156);
}
.footer-menu-contact-icon {
  height: 32px;
  width: 32px;
  object-fit: cover;
}
.footer-menu-contact-text {
  display: flex;
  flex-direction: column;
}
.footer-menu-contact-text-link {
  color: rgb(255, 255, 255);
  text-decoration: none;
}
.footer-copyright {
  font-size: 14px;
}
.best-line-wrapper {
  background-image: url('../images/3a51fbff5af9132a5df67763dd43b9ed.png');
}
.best-line-content {
 padding: 32px 0;
}
.best-line-top-list-list {
  list-style: none;
  padding-left: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 24px;
  margin-bottom: 32px;
}

.best-line-top-list-item {
  background-color: rgb(13, 16, 47);
  border-radius: 10px;
}
.best-line-top-list-item-content-link {
  color: rgb(255, 255, 255);
  text-decoration: none;
  display: flex;
  column-gap: 10px;
}
.best-line-top-list-item-content-link-img {
  height: 26px;
  width: 26px;
}
.best-line-marquee {
  overflow: hidden;
  position: relative;
  width: 100%;
  

}
.best-line-content-top-list{
  display: flex;
 
}
.best-line-top-list-list {
  display: flex;
  animation: scroll-left 40s linear infinite;
 
}
.best-line-top-list-item {
  flex: 0 0 auto;
  max-width: 400px;
 

  transition: transform 0.3s ease;
}
/* Анимация движения */
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}


/* Hero */
.bets-hero {
  background: #1f2340 url('/images/4a1f217d80a5dd1a907d53f1ffa0e5f0.png') no-repeat center/cover;
  
  padding: 50px 16px;
  position: relative;
}
.bets-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.4);
}
.bets-hero-title {
  position: relative;
  font-size: 48px;
  font-weight: 700;
  color: #fe8f9c;
  margin-bottom: 12px;
  position: relative;
  z-index: 1;
}
.bets-hero-subtitle {
  position: relative;
  font-size: 20px;
}
.breadcrumbs{
  color: #fff;
  display: flex;
  gap: 16px;
  position: relative;
  z-index: 1;
}
.col-light-gray{
  color: #6d6d6d;
}

/* Filters */
.bets-filters {
  background-color: #0d102f;
  padding: 20px 0;
}
.filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.filter-btn {
  background: #291b6b;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 10px 18px;
  cursor: pointer;
  transition: 0.3s all;
  text-transform: capitalize;
}
.filter-btn:hover,
.filter-btn.active {
  background: #571ce0;
  box-shadow: 0 0 10px #fe8f9c;
}

.best-line-top-list-center {
  display: flex;
  justify-content: center;
  column-gap: 20px;
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  border-style: solid;
  border-width: 0;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: rgb(222, 222, 222);
}
.best-line-top-list-center-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 15px;
}
.revers {
  display: flex;
  flex-direction: row-reverse;
}
.best-line-top-list-item-content-head {
  display: flex;
  justify-content: center;
  column-gap: 20px;
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
}
.fz-12 {
  font-size: 12px;
}
.icon-22 {
  height: 22px;
  width: 22px;
}
.best-line-cards{
  margin-bottom: 24px;
}
.fz-24 {
  font-size: 24px;
}
.bg-premier {
  background: #0d102f;
}
.border-0 {
  border-style: none;
}
.sidebar {
  position: sticky;
  top: 0;
  padding-bottom: 5px;
}
.top-bukm {
  background: #118F67;
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  padding-bottom: 14px;
  padding-left: 14px;
  padding-top: 14px;
  padding-right: 14px;
}
.top-bukm::after {
  background-color: rgba(0, 0, 0, 0.42);
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.top-bukm::before {
  background-image: url('../images/c118bc0adca378052fcbe0d11e4d6114.jpg');
  background-size: cover;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0.2;
  height: 100%;
  width: 100%;
}
.top-bukm-img {
  height: 62px;
  width: 62px;
}
.top-bukm-text {
}
.top-bukm-text-title {
  font-size: 26px;
  font-weight: 700;
}
.top-bukm-text-wrapp {
  align-items: center;
  display: flex;
  column-gap: 5px;
}
.gift {
  height: 14px;
  width: 14px;
}
.bukm-btns {
  display: flex;
  column-gap: 15px;
  justify-content: center;
  align-items: baseline;
  position: relative;
  z-index: 11;
}
.bukm-btns::after {
  z-index: 0;
}
.bukm-btn {
  color: rgb(255, 255, 255);
  text-decoration: none;
  white-space: nowrap;
  transition: 0.3s all;
}
.bukm-btn:hover {
  color: rgb(254, 143, 156);
}
.bukm-head {
  display: flex;
  align-items: center;
  column-gap: 15px;
  margin-bottom: 20px;
  z-index: 11;
  position: relative;
}
.bukm-head::after {
  z-index: 11;
  position: relative;
}
.btn-border {
  border: 1px solid #ddd;
  border-radius: 20px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  text-decoration: none;
}
.btn-border:hover {
  border-color: rgb(254, 143, 156);
}
.bg-fiol {
  background: #291A84;
}
.bg-blue {
  background: #32A9E1;
}
.bg-red {
  background: #C4141B;
}
.flex-wrapp {
  display: flex;
  column-gap: 24px;
  padding-bottom: 32px;
}
.strategies {
  padding: 32px 0;
}
/* Карточки стратегий */
.strategies-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}

.strategy-card {
  background: #111;
  border: 1px solid #222;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}

.strategy-card:hover {
  border-color: #cf7580;
  transform: translateY(-4px);
  box-shadow: 0 0 10px rgba(207, 117, 128, 0.4);
}

.strategy-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.strategy-content {
  padding: 20px;
}

.strategy-title {
  font-size: 18px;
  color: #fff;
  margin-bottom: 8px;
  margin-bottom: 10px;
  transition: 0.3s all;
}
.strategy-title:hover{
color: #cf7580;
}

.strategy-text {
  color: #ccc;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 16px;
}

.strategy-link {
  color: #cf7580;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s;
}

.strategy-link:hover {
  text-decoration: underline;
}

/* Анимация появления */
.fade-in {
  animation: fadeIn 0.3s ease forwards;
}
.strategies-header {
  text-align: center;
  margin-bottom: 40px;
}

.strategies-title {
  font-size: 36px;
  color: #cf7580;
  margin-bottom: 10px;
}

.strategies-subtitle {
  color: #aaa;
}
.strategies-filters{
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: center;
  margin-bottom: 32px;
}

@keyframes fadeIn {
  from { opacity: 0; transform: scale(0.97); }
  to { opacity: 1; transform: scale(1); }
}
.strategies-cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 24px;
}
.strategies-card {
  height: 270px;
  position: relative;
  border-radius: 0px 0px 10px 10px;
}
.strategies-card-link {
  color: rgb(255, 255, 255);
  text-decoration: none;
}
.strategies-card-link-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.strategies-card-link-desc {
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.78);
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.strategies-card-link-desc-title {
  font-size: 18px;
  transition: 0.3s all;
}
.strategies-card-link-desc-title:hover {
  color: rgb(254, 143, 156);
}
.contact {
  padding-top: 50px;
}
.contacts-subtitle {
  
  color: #ccc;
  margin-bottom: 32px;
}
.contacts-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.contacts-info {
    display: flex;
  flex-direction: column;
  
  row-gap: 10px;
  width: 33%;
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  background-color: rgb(13, 16, 47);
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgb(32, 36, 80);
  flex: 1 1 300px;
}



.contacts-info ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.contacts-info li {
  margin-bottom: 8px;
  color: #ddd;
}

.contacts-info a {
  color: #fe8f9c;
  text-decoration: none;
}

.contacts-info a:hover {
  text-decoration: underline;
}

.socials a {
  display: inline-block;
  margin-right: 10px;
}

.socials img {
  width: 28px;
  height: 28px;
  filter: brightness(0) invert(1);
  transition: 0.3s;
}

.socials img:hover {
  filter: brightness(0) saturate(100%) invert(70%) sepia(10%) saturate(500%) hue-rotate(310deg) brightness(95%) contrast(92%);
}


/* Форма */
.contacts-form {
  flex: 1 1 400px;
  background: #0d102f;
  border-radius: 12px;
  padding: 24px;
}

.contacts-form h2 {
  color: #ccc;
  font-size: 22px;
  margin-bottom: 20px;
}

.form-group {
  margin-bottom: 16px;
}

.contacts-form input,
.contacts-form textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 8px;
  border: 1px solid #333;
  background: #07091a;
  color: #fff;
  font-size: 15px;
  outline: none;
  transition: border 0.3s;
}

.contacts-form input:focus,
.contacts-form textarea:focus {
  border-color: #cf7580;
}

.btn {
  background: #fe8f9c;
  color: #fff;
  border: none;
  padding: 12px 24px;
  font-size: 16px;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s;
}

.btn:hover {
  background: #cf7580;
}

.form-status {
  margin-top: 10px;
  color: #0f0;
  font-size: 14px;
}

/* Карта */
.contacts-map {
  margin-top: 32px;
  border-radius: 12px;
  overflow: hidden;
}

/* Адаптив */
@media (max-width: 768px) {
  .contacts-grid {
    flex-direction: column;
    gap: 16px;
  }

  
  .contacts-info{
width: 100%;
  }
}

.contact-cards {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.contact-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
  width: 33%;
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  background-color: rgb(13, 16, 47);
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgb(32, 36, 80);
}
.contact-card-img {
  height: 32px;
  width: 32px;
}
.contact-card-link {
  color: rgb(255, 255, 255);
  text-decoration: none;
}
.privat-polici {
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  border-radius: 10px;
  background-color: rgb(13, 16, 47);
  color: #fff;
}
.privacy li{
  list-style: circle;
}

.privacy{
  padding: 32px 0;
}
.post {
  display: flex;
  column-gap: 30px;
  padding: 32px 0;
}
.post-left-title {
  text-transform: uppercase;
}
.post-left-subtitle {
  display: flex;
}
.post-left-img {
  height: 480px;
  width: 100%;
  object-fit: cover;
}
.post-left-title-two {
  font-style: italic;
}
.post-left-text-wrpp {
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0);
}
.content {
  background-color: rgb(13, 16, 47);
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  border-radius: 10px;
  width: 90%;
}
.bukm-left {
  border-radius: 10px;
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  background-color: rgb(13, 16, 47);
}
.bukm-left-header {
  background-image: url('/images/c0f621c8f5b2dad358ef9aef27e840e7.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  height: 260px;
  position: relative;
}
.bukm-left-header::after{
  content: '';
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.bukm-left-header-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.bukm-left-header-overlay {
 
 position: relative;
 z-index: 1;
  color: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 32px 0;
}
.bukm-left-header-overlay-title {
  color: rgb(255, 255, 255);
  text-decoration: none;
  font-size: 38px;
  font-weight: 700;
  transition: 0.3s all;
}
.bukm-left-header-overlay-title:hover {
  color: rgb(254, 143, 156);
}
.bukm-left-header-overlay-info {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
  justify-items: center;
  padding-left: 12px;
  padding-right: 12px;
}
.bukm-left-header-overlay-info-logo {
  border-radius: 50%;
  display: block;
  border: 4px solid #219EBC;
  background: #fff;
  padding-bottom: 4px;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 4px;
  height: 128px;
  width: 128px;
  align-items: center;
  justify-content: center;
}
.bukm-left-header-overlay-info-logo-img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.bukm-left-header-overlay-info-item {
}
.bukm-left-header-overlay-info-item-title {
  text-transform: uppercase;
  font-size: 14px;
}
.bukm-left-header-overlay-info-item-rating {

  white-space: nowrap;
}
.bukm-left-header-overlay-info-item-rating-icon {
  height: 25px;
  width: 25px;
}
.bukm-left-header-overlay-info-item-rating-num {
  text-transform: uppercase;
}
.bukm-left-header-overlay-info-item-rating-num:hover {
}
.flex {
  display: flex;
  column-gap: 30px;
  align-items: center;
}
.bukm-left-table {
  border-style: solid;
  border-radius: 10px;
  border-width: 0;
  border-top-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-color: rgb(222, 222, 222);
}
.bukm-left-table-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-bottom: 9px;
  padding-top: 9px;
  border-style: solid;
  border-width: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgb(222, 222, 222);
}
.bukm-left-table-row-item-wrapp {
  padding-left: 12px;
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.bukm-left-table-two {
  display: flex;
  justify-content: space-around;
  grid-gap: 50px;
}
.bukm-left-table-two-col {
  border-radius: 10px;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 24px;
  border: 1px solid #dedede;
  width: 100%;
}
.bukm-left-table-two-col-list {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.pay-table-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  border-style: solid;
  border-width: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgb(222, 222, 222);
  padding-bottom: 9px;
  padding-top: 9px;
  padding-left: 20px;
}
.pay-table-row-title {
  font-weight: 700;
}
.pay-table-row-img {
  height: 38px;
  width: 118px;
}
.bukm-right-box {
  display: flex;
  flex-direction: column;
  row-gap: 14px;
  border-radius: 10px;
  padding-bottom: 14px;
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 14px;
  background-color: rgb(13, 16, 47);
}
.bukm-right-box-row {
  display: grid;
  grid-gap: 50px;
  align-items: center;
  grid-template-columns: 3fr 1fr;
}
.bukm-right-box-row-title {
  white-space: nowrap;
  font-weight: 600;
  font-size: 20px;
}
.bukm-right-box-row-wrapp {
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 100px;
}
.gap-10 {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.col-dark {
  color: rgb(18, 4, 72);
}
.flex-col {
  grid-template-columns: 1fr;
  align-items: center;
  row-gap: 20px;
}
.text-center {
  text-align: center;
}
.link {
  text-decoration: none;
  transition: 0.3s all;
}
.link:hover {
  color: rgb(2, 18, 100);
}
.fw-700 {
  font-weight: 700;
}
.bg-dark-grey {
  background-color: rgb(3, 1, 73);
}
.bukm-rating {
  display: flex;
  column-gap: 25px;
}
.bukm-rating-wrapp {
  display: flex;
  grid-gap: 5px;
  align-items: center;
}
.bukm-rating-text {
  font-size: 20px;
}
.bukm-rating-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bukm-rating-item-text {
  font-weight: 700;
}
.bg-dark-blue {
  background-color: rgb(13, 16, 47);
}
.bord-bottom {
  border-style: solid;
  border-width: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(222, 222, 222, 0.49);
  padding-bottom: 20px;
}
.space-betwen {
  justify-content: space-between;
  display: flex;
}
.bonus-main {
  padding: 32px 0;
}
.bonus-main:hover {
}
.bonus-main-date {
  font-weight: 700;
  display: block;
  margin-bottom: 30px;
}
.bonus-main-paragr {
  margin-bottom: 30px;
  display: block;
}
.bonus-main-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 24px;
  margin-bottom: 32px;
}

.bonus-main-card-wrapp {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  background-color: rgb(13, 16, 47);
  border-radius: 10px;
}
.bonus-main-card-wrapp-num {
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  border-radius: 5px;
  background: #fe8f9c;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.bonus-main-card-body {
  grid-template-columns: 1fr 2fr 1fr;
  display: grid;
  align-items: center;
  justify-items: center;
  column-gap: 24px;
  padding-bottom: 30px;
  border-style: solid;
  border-width: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgb(222, 222, 222);
}
.bonus-main-card-body-img {
  height: 40px;
  width: 100%;
  object-fit: contain;
}
.bonus-main-card-body-text {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  align-items: center;
}
.bonus-main-card-body-text-info {
  font-style: italic;
  font-weight: 700;
  width: 100%;
  color: rgb(249, 146, 67);
}
.btn-nobg {
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 11px;
  padding-left: 23px;
  padding-right: 23px;
  padding-top: 11px;
  border-radius: 20px;
  border: 1px solid #ddd;
  text-align: center;
  transition: 0.3s all;
  white-space: nowrap;
}
.btn-nobg:hover {
  border-color: rgb(254, 143, 156);
  color: rgb(254, 143, 156);
}
.bonus-main-card-body-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
}
.relative {
  position: static;
}
.bonus-main-card-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr ;
  width: 100%;
  column-gap: 24px;
  align-items: center;
}
.bonus-main-card-bottom-img {
  height: 25px;
}
.bonus-main-card-bottom-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 12px;
  white-space: nowrap;
}
.bonus-main-card-bottom-content-text {
  color: rgb(255, 255, 255);
}
.w-100 {
  width: 100%;
}
.p-50 {
  padding-left: 50px;
  padding-right: 50px;
}
.reviews {
  padding: 32px 0;
}

.h-400 {
  height: 400px;
}
.review-card-text-wrapp {
  align-items: center;
  display: flex;
  grid-gap: 30px;
}
.review-card-text-autor-name {
  color: rgb(255, 154, 154);
}
.review-card-text {
  display: flex;
  align-items: center;
  column-gap: 5px;
}
.review-card-desc {
  width: 70%;
  text-align: center;
}
.reviews-btns {
  display: flex;
  align-items: center;
  grid-gap: 20px;
}
.reviews-flex {
  display: flex;
  flex-direction: column;
}
.gap-2 {
  column-gap: 5px;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.NewClass-346 {
  margin-right: 7px;
}
.reviews-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 24px;
}
.grid-5 {
  grid-template-columns: repeat(4,1fr);
}
.row {
  flex-direction: row;
  column-gap: 5px;
}
.img-card {
  height: 24px;
  width: 24px;
}
.small-icon {
  height: 16px;
  width: 16px;
  object-fit: cover;
}
.res-link {
  text-decoration: none;
}
.hover-col {
  transition: 0.3s all;
}
.hover-col:hover {
  color: rgb(254, 143, 156);
}
/* ========================================
   RESPONSIVE STYLES - ДОБАВИТЬ В КОНЕЦ ФАЙЛА styles.css
   ======================================== */

/* ГЛОБАЛЬНЫЕ ИСПРАВЛЕНИЯ ДЛЯ ПРЕДОТВРАЩЕНИЯ ПЕРЕПОЛНЕНИЯ */
* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

.bg {
  overflow-x: hidden;
  width: 100%;
  max-width: 100vw;
}

/* Исправление для всех изображений */
img {
  max-width: 100%;
  height: auto;
  display: block;
}





/* Burger Menu Styles */
.burger-menu {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 24px;
  cursor: pointer;
  position: relative;
  z-index: 1001;
  transition: 0.3s all;
}

.burger-menu span {
  display: block;
  height: 3px;
  width: 100%;
  background-color: #fff;
  border-radius: 3px;
  transition: 0.3s all;
}

.burger-menu.active span:nth-child(1) {
  transform: rotate(45deg) translate(8px, 8px);
}

.burger-menu.active span:nth-child(2) {
  opacity: 0;
}

.burger-menu.active span:nth-child(3) {
  transform: rotate(-45deg) translate(8px, -8px);
}

/* Mobile Menu Overlay */
.mobile-menu-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.mobile-menu-overlay.active {
  display: block;
}

/* Horizontal Scroll Wrapper */
.horizontal-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.horizontal-scroll::-webkit-scrollbar {
  height: 8px;
}

.horizontal-scroll::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}

.horizontal-scroll::-webkit-scrollbar-thumb {
  background: #fe8f9c;
  border-radius: 10px;
}



.about-card-img,
.amazing-card-img,
.main-list-item-img,
.best-line-card-row-match-link-img {
  object-fit: contain;
}

.best-game-card-content-team-img {
  max-width: 100%;
  object-fit: contain;
}

.features-img {
display: none;
}
.feature-box{
  padding-top: 32px;
}

/* Псевдоэлементы с фоновыми изображениями */
.wellcome-wrapper::before,
.wellcome-wrapper::after,
.about-wrapp::before,
.amazing-wrapp::before,
.amazing-wrapp::after {
  max-width: 100vw;
  background-size: contain;
  background-position: center;
}

/* ========================================
   DESKTOP & LARGE SCREENS (1400px - 1980px)
   ======================================== */
@media (max-width: 1980px) {
 
  
  .wellcome-wrapper::before {
    width: 50%;
    right: 0;
  }
}

/* ========================================
   LAPTOP (1200px - 1399px)
   ======================================== */
@media (max-width: 1399px) {

  
  .wellcome-box {
    max-width: 500px;
  }
  
  .wellcome-box-title {
    font-size: 42px;
  }
  
  .about-card-wrapp-text-top {
    font-size: 42px;
  }
  
  .amazing-cards {
    column-gap: 20px;
    padding: 0 20px;
  }
  
  .amazing-card {
    padding: 20px;
  }
  
  .amazing-card-img {
    width: 120px;
    height: 120px;
  }
  
  .footer-content {
    column-gap: 30px;
  }
}

/* ========================================
   TABLET LANDSCAPE (992px - 1199px)
   ======================================== */
@media (max-width: 1199px) {
  
  .bonus-main-card-bottom{
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    gap: 16px;
  }
   .reviews-cards .bonus-main-card-bottom{
    grid-template-columns: 1fr 1fr;
    
   }
   .reviews-cards .bonus-main-card-bottom div{
    display: none;
   }
  
  .bonus-main-card-body.grid-5{
grid-template-columns: 1fr 1fr 1fr;
gap: 2px;
  }
  .bukm-left-header-overlay-info-item-rating.gap-10 img{
    width: 20px;
    height: 20px;
  }
  .bonus-main-card-body.grid-5 .bonus-main-card-body-img{
    grid-column: 1/-1;
    margin-bottom: 24px;
  }
 .reviews-cards .bonus-main-card-bottom-img{
    display: none;
  }
  .bonus-main-card-body-right{
    grid-column: 1/-1;
    flex-direction: row;
    gap: 24px;
    margin-top: 24px;
  }
  /* Исправление навигации */
  .header-nav-list {
    grid-gap: 8px;
  }
  
  .header-nav-list-item-link {
    font-size: 11px;
    padding: 5px;
  }
  
  .active-link {
    font-size: 13px;
  }
  
  /* Исправление welcome секции */
  .wellcome-wrapper::before {
    width: 100%;
    height: 100%;
    opacity: 0.5;
  }
  
  .wellcome-box {
    width: 100%;
    max-width: 100%;
   padding-top: 80px;
  }
  
  .wellcome-box-title {
    font-size: 36px;
  }
  
  .wellcome-box-subtitle {
    font-size: 28px;
  }
  .about-card-wrapp-text-top{
    font-size: 28px;
  }
  .about-card-wrapp-text-bottom{
    font-size: 14px;
  }
  .about-card-img{
    width: 70px;
    height: 70px;
  }
  .counter{
    padding: 12px 24px;
  }
  
  .about-card {
    flex: 1 1 250px;
  }
  
  /* About секция */
  .about {
    grid-template-columns: 1fr;
    padding-top: 80px;
  }
  
  .about-wrapp::before {
    width: 100%;
    opacity: 0.3;
  }
  
  .about-content-box {
    width: 100%;
    max-width: 100%;
  }
  
  /* Таблицы и карточки */
  .best-line-card {
    overflow-x: auto;
  }
  
  .best-line-card-row {
    min-width: 600px;
  }
  
  .best-game-cards {
    grid-template-columns: 1fr;
  }
  
  .best-game-card-content-team-img {
    height: 100px;
    width: 100px;
  }
  
  /* Amazing cards */
  .amazing-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    transform: translateY(50px);
  }
  
  .btn-arrow {
    display: none;
  }
  
  /* Features */
  .features {
    flex-direction: column;
    padding-top: 100px;
  }
  
  .features-img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  
  /* Promo и news */
  .promo-cards {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .news-cards {
    grid-template-columns: repeat(2, 1fr);
  }
  
  /* Footer */
  .footer-content {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 30px;
  }
  
  .footer {
    padding: 40px 20px;
  }
  
  /* Остальные секции */
  .best-line-top-list-list {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 20px;
  }
  
  .flex-wrapp {
    flex-direction: column;
  }
  
  .sidebar {
    position: relative;
    top: auto;
    width: 100%;
  }
  
  .strategies-cards {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .contact-cards {
    flex-wrap: wrap;
    row-gap: 20px;
  }
  
  .contact-card {
    flex: 1 1 300px;
  }
  .amazing-card-text{
    font-size: 20px;
  }
  .slider-2{
      transform: translateY(67px);
  }


}

/* ========================================
   TABLET PORTRAIT (768px - 991px)
   ======================================== */
@media (max-width: 991px) {
 
  
  /* Burger Menu Activation */
  .burger-menu {
    display: flex;
  }
  
  .header {
    position: relative;
  }
  
  .header-nav-list {
    position: fixed;
    top: 0;
    right: -100%;
    width: 280px;
    max-width: 80vw;
    height: 100vh;
    background: #1f2340;
    flex-direction: column;
    align-items: flex-start;
    padding: 80px 30px 30px;
    transition: 0.3s all;
    z-index: 1000;
    overflow-y: auto;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.3);
  }
  .bukm-left-header-overlay-title{
    font-size: 24px;
  }
  .review-card-text, .review-card-desc-text{
    font-size: 14px;
  }
  
  .header-nav-list.active {
    right: 0;
  }
  
  .header-nav-list-item {
    width: 100%;
    margin-bottom: 15px;
  }
  
  .header-nav-list-item-link {
    display: block;
    padding: 10px 0;
    font-size: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  
  /* Welcome section fixes */
  .wellcome-wrapper::before,
  .wellcome-wrapper::after {
    background-size: cover;
    opacity: 0.3;
  }
  
  .wellcome-box {
    padding: 60px 15px 80px;
    margin-bottom: 32px;
  }
  .counter{
width: 90%;
  }
  .about-card-wrapp-text-top{
    font-size: 28px;
  }
  
  .wellcome-box-title {
    font-size: 28px;
    line-height: 1.3;
  }
  
  .wellcome-box-subtitle {
    font-size: 22px;
  }
  

  
  .about-card-img {
    width: 60px;
    height: 60px;
  }
  
  /* Main section */
  .main {
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
    padding: 30px 20px;
  }
  
  .main-list {
    width: 100%;
  }
  
  .tab-content-img {
    width: 100%;
    height: auto;
  }
  
  /* Best line cards */
  .best-line-card-row {
    display: block;
    padding: 15px;
  }
  
  .best-line-card-headder-title{
    margin-right: 8px;
  }
  
  .best-line-card-row-match {
    margin-bottom: 15px;
    flex-direction: row;
  }
  .tab-content{
    width: 100%;
  }
  
  .best-line-card-row-buckm {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  
  .best-line-card-row-match-link {
    flex: 1 1 auto;
  }
  
  /* Amazing cards */
  .amazing-cards {
    grid-template-columns: 1fr;
    padding: 0;
  }
  
  .amazing-card-img {
    width: 100px;
    height: 100px;
  }
  
  /* FAQ */
  .faq {
    padding-bottom: 32px;
  }
  .faq-wrapper{
    margin-bottom: 32px;
  }
  
  .absolute {
    position: relative;
    top: auto;
   
  }
  
  .p-80 {
    padding: 20px;
  }
  
  /* Tables */
  .bukm-left-table-two {
    flex-direction: column;
  }
  
  .pay-table {
    overflow-x: auto;
  }
  
  .pay-table-row {
    min-width: 500px;
  }
  .news{
    padding:  0 0 32px 0;
  }
  
  /* Post section */
  .post {
    flex-direction: column;
    gap: 32px;
  }
  
  .content {
    width: 100%;
  }
  
  .post-left-img {
    width: 100%;
    height: auto;
    max-height: 400px;
    object-fit: cover;
  }
 
}

/* ========================================
   MOBILE LANDSCAPE (576px - 767px)
   ======================================== */
@media (max-width: 767px) {
  .container {
    max-width: 100%;
    padding: 0 15px;
  }
 
  
  /* Typography */
  .wellcome-box-title {
    font-size: 24px;
    word-wrap: break-word;
  }
  
  .wellcome-box-subtitle {
    font-size: 18px;
  }
  
  .wellcome-box-text {
    font-size: 14px;
  
  }
  .wellcome-box-text{
    margin-bottom: 16px;
  }
  
  /* About section */
  .about-card {
    flex-direction: column;
    text-align: center;
   
  }
  
  .about-card-img {
    height: 50px;
    width: 50px;
  }
  
  .about-card-wrapp-text-top {
    font-size: 28px;
  }
  
  .counter {
    position: relative;
    padding: 15px;
    width: 100%;
   left: 0;
    transform: translateY(0);
    gap: 16px;
  }
  
  
  /* Cards grid */
  .abouut-content-box-cards {
    gap: 16px;
  }
  .abouut-content-box-card-img{
height: 100px;
width: 100px;
  }
  .about{
    padding-top: 40px;
  }
  

  .title-main{
font-size: 28px;
  }
  .bukm-left-header-overlay-info-item{
display: grid;
grid-template-columns: 1fr 1fr;
gap: 16px;
  }
  
  .best-game-card-content-team-img {
    height: 60px;
    width: 60px;
  }
  
  /* Amazing section */
  .amazing {
    padding-top: 80px;
  }
  .bonus-main-card-wrapp > div{
    width: 100%;
  }
  .bonus-main-card-wrapp .bukm-left-header-overlay-info-item{
    grid-template-columns: 1fr;
  }
  .amazing-cards {
    grid-template-columns: 1fr;
  }
  
  .amazing-card {
    padding: 20px 15px;
  }
  
  .amazing-card-img {
    width: 80px;
    height: 80px;
  }
  
  /* Promo and news */
  .promo-cards {
    grid-template-columns: 1fr;
  }
  
  .promo-card-img {
    width: 100%;
    height: auto;
    max-height: 150px;
    object-fit: contain;
  }
  
  .news-cards {
    grid-template-columns: 1fr;
  }
  
  .news-card-img {
    width: 100%;
    height: 180px;
    object-fit: cover;
  }
  
  /* Footer */
  .footer-content {
    grid-template-columns: 1fr;
  }
  
  .footer {
    padding: 30px 15px;
  }
  
  /* Other sections */
  .best-line-top-list-list {
    grid-template-columns: 1fr;
  }
  
  .strategies-cards {
    grid-template-columns: 1fr;
  }
  
  .strategies-card {
    height: 200px;
  }
  
  /* FAQ buttons */
  .faq-content-btn-wrapp {
    flex-wrap: wrap;
    row-gap: 10px;
    justify-content: center;
  }
  
  .btn-bg {
    font-size: 13px;
    padding: 8px 16px;
  }
  
  /* Bookmaker sections */
  .bukm-left-header {
    height: auto;
    min-height: 200px;
  }
  

  
  .bukm-left-header-overlay-title {
    font-size: 20px;
    text-align: center;
  }
  
  .bukm-left-header-overlay-info {
    grid-template-columns: 1fr;
    padding: 10px;
    gap: 16px;
  }
  
  .bukm-left-header-overlay-info-logo {
    height: 80px;
    width: 80px;
    margin: 0 auto;
  }
  

  
  .bonus-main-card-body {
    grid-template-columns: 1fr;
    row-gap: 15px;
    
  }
  
  .bonus-main-card-body-img {
    max-width: 150px;
  }
  .bets-hero-title{
font-size: 38px;
  }
  .bets-hero{
    padding: 32px 16px;
  }
  
 
  
  /* Reviews */
  .reviews-cards {
    grid-template-columns: 1fr;
  }
  
  .grid-5 {
    grid-template-columns: 1fr;
    row-gap: 15px;
  }
  
  /* Contact */
  .contact-cards {
    flex-direction: column;
  }
  
  .contact-card {
    width: 100%;
  }
}
@media(max-width:645px){
  .bonus-main-cards{
    grid-template-columns: 1fr;
  }
  .bonus-main-card-body{
    width: 100%;
  }
    .bonus-main-card-body.grid-5{
    grid-template-columns: 1fr 1fr;
  }
  .bukm-left-header-overlay-info-item:last-child{
    margin-top: 16px;
    grid-column: 1/-1;
  }
}
/* ========================================
   MOBILE PORTRAIT (320px - 575px)
   ======================================== */
@media (max-width: 575px) {
  .container {
    padding: 0 10px;
  }
  
  /* Header */
  .header {
    padding: 12px 0;
  }
  
  
  
  /* Welcome section */
  .wellcome-box {
    padding: 80px 10px 60px;
  }
  
  .wellcome-box-title {
    font-size: 20px;
    line-height: 1.2;
  }
  
  .wellcome-box-subtitle {
    font-size: 16px;
    margin-bottom: 10px;
  }
  
  .wellcome-box-text {
    font-size: 12px;
    margin-bottom: 20px;
  }
  
  .btn-bg {
    font-size: 11px;
    padding: 6px 14px;
    border-radius: 20px;
  }
  
  /* About section */
  .about {
    padding:32px 0;
  }
  
  .about-content-box-title {
    font-size: 20px;
  }
  
  .about-content-box-subtitle {
    font-size: 14px;
  }
  
  .about-card-wrapp-text-top {
    font-size: 24px;
  }
  
  .about-card-wrapp-text-bottom {
    font-size: 12px;
  }
  
  /* Main section */
  .main {
    padding: 20px 10px;
    border-radius: 10px;
  }
  
  .main-list-item {
    padding: 6px;
    margin-bottom: 10px;
  }
  
  .main-list-item-img {
    width: 35px;
    height: 30px;
  }
  
  .main-list-item-title {
    font-size: 12px;
  }
  
  .tab-content-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  
  .tab-content-img {
    width: 100%;
    height: auto;
  }
  .strategies-filters{
    flex-direction: column;
  }
  .strategies-filters .btn-bg{
    width: 100%;
  }
  
  
  
  .best-game-card-header {
    flex-direction: column;
    align-items: center;
    row-gap: 8px;
    text-align: center;
    padding: 10px;
  }
  
  .best-game-card-content {
    padding: 15px;
  }
  
  .best-game-card-content-team-title {
    font-size: 14px;
  }
  
  .best-game-card-content-team-img {
    width: 50px;
    height: 50px;
  }
  
  .best-game-card-content-center-time {
    font-size: 12px;
    padding: 6px 12px;
  }
  
  /* Amazing section */
  .amazing {
    padding-top: 32px;
  }
  .slider-2{
    transform: translateY(0);
    margin-bottom: 32px;
  }
  
  .amazing-card {
    padding: 15px;
  }
  
  .amazing-card-img {
    width: 60px;
    height: 60px;
  }
  
  .amazing-card-text {
    font-size: 16px;
  }
  
  /* Features */
  .features {
    padding-top: 0;
  }
  

  
  .feature-box-card {
    flex-direction: column;
    text-align: center;
    row-gap: 10px;
  }
  
  .feature-box-card-img {
    width: 50px;
    height: 50px;
  }
  
  /* FAQ */
  .faq {
    padding-top: 40px;
  }
  
  .main-list-item.display-col {
    padding: 10px;
  }
  
  .small-img {
    height: 18px;
    width: 18px;
  }
  
  /* News */
  .news-card {
    padding: 8px;
  }
  
  .news-card-img {
    height: 120px;
  }
  
  .news-card-text-title {
    font-size: 14px;
  }
  
  /* Page sections padding */
  .news-content,
  .strategies,
  .contact,
  .post,
  .bonus-main,
  .reviews {
    padding: 30px 0;
  }
  
 
  
  /* Pagination */
  .pagination-btn {
    padding: 4px 6px;
    font-size: 11px;
  }
  
  .pagination-arrow-img {
    height: 16px;
    width: 16px;
  }
  
  /* Top bookmakers */
  .top-bukm {
    padding: 8px;
  }
  
  .top-bukm-img {
    height: 40px;
    width: 40px;
  }
  
  .top-bukm-text-title {
    font-size: 18px;
  }
  
  .gift {
    height: 12px;
    width: 12px;
  }
  
  .gift-text {
    font-size: 11px;
  }
  
  .bukm-btns {
  
    row-gap: 8px;
  }
  
  .bukm-btn {
    font-size: 12px;
  }
  
  /* Post page */
  .post-left-title {
    font-size: 18px;
  }
  
  .post-left-img {
    height: 200px;
    object-fit: cover;
  }
  
  /* Tables */
  .bukm-left-table-row {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 10px;
  }
  
  .bukm-left-table-row-item-wrapp {
    justify-content: center;
    margin-bottom: 8px;
    padding: 5px;
  }
  
  /* Review cards */
  .review-card-desc {
    width: 100%;
    font-size: 13px;
  }
  
  .reviews-btns {
    flex-direction: column;
    row-gap: 10px;
  }
  
  /* Horizontal scroll for tables */
  .best-line-card {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  
  .best-line-card-row {
    min-width: 320px;
  }
  
  .pay-table {
    overflow-x: auto;
  }
  
  .pay-table-row {
    min-width: 400px;
  }
  
  /* Footer */
  .footer-menu-logo {
    height: 20px;
    max-width: 150px;
  }
  
  .footer-menu-text {
    font-size: 13px;
  }
  
  .footer-menu-title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  
  .footer-menu-list-item-link {
    font-size: 13px;
  }
  
  .footer-menu-contact-icon {
    height: 24px;
    width: 24px;
  }
  
  .footer-copyright {
    font-size: 11px;
    text-align: center;
  }
  
  /* Utility margins */
  .mb-50 {
    margin-bottom: 20px;
  }
  
  
  
  .p-50 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .about-card-wrapp-text-top{
    font-size: 18px;
  }
}

/* ========================================
   EXTRA SMALL DEVICES (320px - 399px)
   ======================================== */
@media (max-width: 399px) {
  .wellcome-box-title {
    font-size: 18px;
  }
  
  .wellcome-box-subtitle {
    font-size: 14px;
  }
  
  .about-card-wrapp-text-top {
    font-size: 20px;
  }
  
  .tab-content-title {
    font-size: 20px;
  }
  
  .about-content-box-title {
    font-size: 18px;
  }
  
  .btn-bg,
  .btn-nobg,
  .btn-outline {
    font-size: 10px;
    padding: 5px 10px;
  }
  
  .amazing-card-img {
    width: 50px;
    height: 50px;
  }
  
  .amazing-card-text {
    font-size: 14px;
  }
  
  .main-list-item-img {
    width: 30px;
    height: 25px;
  }
  
  .best-game-card-content-team-img {
    width: 40px;
    height: 40px;
  }

  
}

/* ========================================
   FIXES FOR SPECIFIC ELEMENTS
   ======================================== */

/* Prevent background images from overflowing */
/* @media (max-width: 991px) {
  .wellcome-wrapper::before,
  .wellcome-wrapper::after,
  .about-wrapp::before,
  .about-section::before,
  .amazing-wrapp::before,
  .amazing-wrapp::after,
  .faq-wrapper,
  .news-wrapp,
  .footer-wrapp,
  .best-line-wrapper {
    background-attachment: scroll;
    background-size: cover;
    background-position: center;
  }
} */

/* Touch device optimizations */
@media (hover: none) and (pointer: coarse) {
  
  
  .main-list-item,
  .header-nav-list-item-link {
    min-height: 44px;
  }
}

/* Print styles */
@media print {
  .header,
  .footer,
  .burger-menu,
  .mobile-menu-overlay,
  .btn-bg,
  .btn-nobg,
  .btn-arrow {
    display: none !important;
  }
  
  body {
    font-size: 12pt;
    color: #000;
    background: #fff;
  }
  
  img {
    max-width: 100%;
    page-break-inside: avoid;
  }
}