.splide__pagination{
  position: relative;
  margin-top: 24px;
}
.splide__pagination__page.is-active{
background:#fc0;
}
.header-wrapp {
  background: #060606;
  position: relative;
  
}
.active{
background:#fc0;

}
#emptyMessage{
  grid-column: 1/-1;
}
#toTopBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none; /* скрыта по умолчанию */
  padding: 10px 15px;
  font-size: 18px;
  border: none;
  border-radius: 50%;
  background: #fc0;
  color: rgb(16, 16, 16);
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

#toTopBtn.show {
  display: block;
  opacity: 0.8;
}

#toTopBtn:active {
  opacity: 1;
}
.ccontainer {
  max-width: 1440px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
.header {
  display: flex;
  justify-content: space-between;
  padding-bottom: 14px;
  padding-top: 14px;
  align-items: center;
}
.res-link {
  text-decoration: none;
}
.color-white {
  color: rgb(255, 255, 255);
}
.hedaer-list {
  display: flex;
  align-items: center;
  grid-gap: 24px;
}
.hedaer-list-link {
  text-transform: uppercase;
  padding-bottom: 10px;
  border-style: solid;
  border-width: 0;
  border-bottom-width: thick;
  border-bottom-color: rgba(0, 0, 0, 0);
  transition: 0.3s all;
  font-size: 14px;
}
.hedaer-list-link:hover {
  border-bottom-color: rgb(255, 255, 255);
}


.res-list {
  list-style: none;
  padding-left: 0;
}
.h-60 {
  height: 60px;
}
.wellcome-wrapp {
  background-image: url('../images/a1db6c5a734aaec7c514c08a7f8c96e8.webp');
}
.wellcome {
  padding-bottom: 80px;
  padding-top: 80px;
}
.fz-100 {
  font-size: 100px;
}
.fz-32 {
  font-size: 32px;
}
.fw-600 {
  font-weight: 600;
}
.text-shadow {
  text-shadow: 0px 2px 0px rgb(0, 0, 0);
}
.wellcome-btns {
  display: flex;
  grid-gap: 24px;
}
.btn-yell {
  color: rgb(2, 7, 66);
  text-decoration: none;
  padding-bottom: 12px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 12px;
  background: #fae300;
  text-transform: uppercase;
  border-radius: 16px;
  transition: 0.3s all;
}
.btn-yell:hover {
  background-color: rgb(248, 232, 84);
}
.btn-blue {
  background: #003c71;
  color: rgb(255, 255, 255);
  text-decoration: none;
  text-transform: uppercase;
  padding-bottom: 12px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 12px;
  border-radius: 16px;
  transition: 0.3s all;
}
.btn-blue:hover {
  background-color: rgb(7, 108, 196);
}
.island {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 24px;
  align-items: center;
  padding-bottom: 40px;
  padding-top: 40px;
}
.bor-bot {
  border-style: solid;
  border-width: 0;
  border-bottom-width: 2px;
  border-bottom-color: rgb(0, 60, 113);
}
.block {
  display: block;
  height: 100%;
  overflow: hidden;
}
.mb-12 {
  margin-bottom: 12px;
}
.coll {
  display: flex;
  flex-direction: column;
}
.gap-8 {
  grid-gap: 8px;
}
.title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main-news-cards {
  grid-gap: 24px;
  display: flex;
}
.main-news-cards:hover {
}
.main-news-card {
  display: flex;
  flex-direction: column;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
  box-shadow: 0px 0px 10px 0px rgb(111, 111, 111);
  border-radius: 16px;
  width: 100%;
}
.w-100 {
  width: 100%;
}
.main-news-card-desc {
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 12px;
  flex-grow: 1;
}
.col-blu-dark {
  color: rgb(2, 1, 51);
}
.mt-auto {
  margin-top: auto;
}
.h-350 {
  height: 350px;
}
.h-100 {
  height: 100%;
}
.cover {
  object-fit: cover;
}
.scale {
  transition: 0.3s all;
}
.scale:hover {
  scale: 1.1;
}
.hover-col {
  transition: 0.3s all;
}
.hover-col:hover {
  color: rgb(204, 85, 0);
}
.col-yell {
  color: rgb(199, 107, 1);
}
.mb-40 {
  margin-bottom: 40px;
}
.pb-t-40 {
  padding-bottom: 40px;
  padding-top: 40px;
}
.cards {
  display: flex;
  grid-gap: 24px;
}
.card {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}
.card-desc {
  background-color: rgba(0, 0, 0, 0.78);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  padding-bottom: 80px;
  padding-top: 80px;
  backdrop-filter: blur(10px);
  transition: 0.3s all;
  flex-direction: column;
  opacity: 0;
}
.card-desc:hover {
  opacity: 1;
}
.winner-cards {
  display: flex;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 24px;
}
.winner-card {
  box-shadow: 0px 0px 10px 0px rgb(134, 134, 134);
  width: 100%;
  height: 100%;
  transition: 0.3s all;
  cursor: pointer;
}
.winner-card:hover {
  transform: translateY(-7px);
}
.winner-card-desc {
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 24px;
  padding-bottom: 24px;
  padding-left: 14px;
  padding-right: 14px;
  flex-grow: 1;
}
.fz-20 {
  font-size: 20px;
}
.h-80 {
  height: 80px;
}
.winner-card-quote {
  padding-bottom: 14px;
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 14px;
  background: #e5f1fa;
}
.border-blue {
  border-style: solid;
  border-width: 0;
  border-bottom-width: 10px;
  border-bottom-color: rgb(0, 88, 176);
}
.border-red {
  border-style: solid;
  border-width: 0;
  border-bottom-width: 10px;
  border-bottom-color: rgb(163, 4, 4);
}
.al-end {
  display: flex;
  align-items: flex-end;
}
.translate {
  transform: translateY(-70px);
}
.mb-0 {
  margin-bottom: 0;
}
.mb-10 {
  margin-bottom: 10px;
}
.faq-wrapp {
  background-image: url('../images/015719fdeae14220a7f65398d51ac203.webp');
  background-size: cover;
  background-repeat: no-repeat;
}
.faq {
  padding-bottom: 40px;
  padding-top: 40px;
  display: grid;
  grid-template-columns: 0.5fr 1fr;
  grid-gap: 32px;
}
.faq-right-cards {
  display: flex;
  flex-direction: column;
  grid-gap: 24px;
}
.faq-right-card {
  padding-bottom: 12px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 12px;
  border-radius: 14px;
  background-color: rgba(255, 255, 255, 0.59);
  display: flex;
  flex-direction: column;
  grid-gap: 12px;
  transition: 0.3s all;
}
.faq-right-card:hover {
  background-color: rgb(213, 213, 213);
}
.al-center {
  align-items: center;
  display: flex;
}
.btn-res {
  background: transparent;
  border-style: none;
}
.betwen {
  justify-content: space-between;
}
.icon-20 {
  height: 20px;
  width: 20px;
}
.mb-32 {
  margin-bottom: 32px;
}
.footer-wrapp {
  background-color: rgb(199, 199, 199);
}
.footer {
  padding-bottom: 24px;
  padding-top: 24px;
}
.footer-top {
  display: flex;
  grid-gap: 24px;
}
.footer-top-list {
  display: flex;
  flex-direction: column;
  grid-gap: 8px;
}
.mb-24 {
  margin-bottom: 24px;
}
.fooer-bottom {
  padding-bottom: 12px;
  padding-top: 12px;
  background: #003c71;
  display: flex;
  justify-content: center;
}
.nav-wrapp {
  background-image: url('../images/14db47af9ff18a673801aef15619c1bf.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 32px;
  padding-top: 32px;
  position: relative;
  background-color: rgba(0, 0, 0, 0);
}
.nav {
  position: relative;
  z-index: 11;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.breadcrumbs{
  display: flex;
  gap: 16px;
  justify-content: center;
  color: #fff;
}
.col-light-gray{
  color: #ababab;
}
.upper {
  text-transform: uppercase;
}
.overlay {
  background-color: rgba(0, 0, 0, 0.55);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.content-center {
  justify-content: center;
}
.reviews-cards {
  display: flex;
  flex-direction: column;
  grid-gap: 24px;
}
.reviews-card {
  display: grid;
  width: 100%;
  grid-template-columns: 0.5fr 1fr 2fr 3fr 1fr ;
}
.reviews-card-item {
  padding-left: 15px;
  padding-right: 15px;
  background-color: rgb(252, 252, 252);
  display: flex;
  align-items: center;
  border-radius: 8px;
  padding-bottom: 15px;
  padding-top: 15px;
  justify-content: center;
  border-color: rgb(221, 221, 221);
  border-style: solid;
  border-width: 0;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
}
.h-100px {
  height: 100px;
}
.icon-40 {
  height: 40px;
  width: 40px;
}
.gap-24 {
  grid-gap: 24px;
}
.fz-42 {
  font-size: 42px;
}
.br-reviews {
  border-style: solid;
  border-right-width: 1px;
}
.active-link {
  border-bottom-color: rgb(255, 255, 255);
}
.hover-dark {
  transition: 0.3s all;
}
.hover-dark:hover {
  color: rgb(1, 14, 85);
}
.rules {
  display: flex;
  grid-gap: 32px;
}
.rules-left {
  width: 100%;
}
.rules-right {
  min-width: 20%;
  width: 20%;
  position: relative;
}
.rules-right-stik {
  display: flex;
  flex-direction: column;
  grid-gap: 24px;
  width: 100%;
  position: sticky;
  top: 0;
}
.results-contetn-cards {
  display: flex;
  flex-direction: column;
  grid-gap: 24px;
}
.lotery-numbers {
  display: flex;
  grid-gap: 12px;
}
.lotery-number {
  display: flex;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
}
.bg-blue {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%), #1987FB;;
}
.bg-pink {
  background: #fe5f98 radial-gradient(circle farthest-side at 30% 25%, #fdebfc 0%, #ff69fa 100%);;
}
.bg-green {
  background: #3bcde2 radial-gradient(circle farthest-side at 30% 25%, #dfffe5 0%, #42cf43 100%);
}
.bg-yell {
  background: #febd35 radial-gradient(circle farthest-side at 30% 25%, #fffdd5 0%, #ffce00 100%);
}
.arround {
  justify-content: space-around;
}
.pl-r-24 {
  padding-left: 32px;
  padding-right: 32px;
}
.result-table {
}
.result-table-head {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding-bottom: 14px;
  padding-top: 14px;
  background: #003c71;
  text-align: center;
}
.result-table-row {
  padding-bottom: 14px;
  padding-top: 14px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  text-align: center;
  border-style: solid;
  border-width: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgb(0, 60, 113);
}
.contact {
  padding-top: 20px;
  padding-bottom: 20px;
}
.flex {
  display: flex;
}
.gap-12 {
  grid-gap: 12px;
}
.icon-30 {
  height: 30px;
  width: 30px;
}
.post {
  padding-bottom: 40px;
  padding-top: 40px;
}
.post-content {
  display: flex;
  grid-gap: 32px;
}
.post-content-left {
  width: 100%;
  grid-gap: 32px;
}
.score-head {
  display: flex;
  justify-content: space-between;
}
.line {
  height: 10px;
  border-radius: 10px;
  background-color: rgb(226, 226, 226);
}
.line-item {
  background: #003c71;
  height: 100%;
  border-radius: 10px;
}
.w-40 {
  width: 40%;
}
.w-60 {
  width: 60%;
}
.w-20 {
  width: 20%;
}
.pt-32 {
  padding-top: 32px;
}
/* ========================================
   БУРГЕР МЕНЮ
======================================== */
.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  z-index: 1000;
  position: relative;
}

.hamburger span {
  width: 30px;
  height: 3px;
  background: white;
  margin: 4px 0;
  transition: 0.3s;
  border-radius: 3px;
}

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

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

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

.mobile-menu-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 998;
}

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

/* ========================================
   LARGE DESKTOP (1440px - 1980px)
======================================== */
@media (max-width: 1980px) and (min-width: 1441px) {
 
  
  .fz-100 {
    font-size: 110px;
  }
}

/* ========================================
   DESKTOP (1200px - 1440px)
======================================== */
@media (max-width: 1440px) {

}

/* ========================================
   LAPTOP (992px - 1199px)
======================================== */
@media (max-width: 1199px) {

  
  .fz-100 {
    font-size: 80px;
  }
  
  .fz-32 {
    font-size: 28px;
  }
  
  .hedaer-list {
    grid-gap: 18px;
  }
  
  .island {
    grid-gap: 20px;
  }
  
  .main-news-cards {
    grid-gap: 20px;
  }
  
  .winner-cards {
    grid-gap: 20px;
  }
  
  .footer-top {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
  }
}

/* ========================================
   TABLET (768px - 991px)
======================================== */
@media (max-width: 991px) {
 
  
  /* Бургер меню появляется */
  .hamburger {
    display: flex;
  }
  
  .hedaer-list {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    max-width: 400px;
    height: 100vh;
    background: #060606;
    flex-direction: column;
    padding: 80px 20px;
    align-items: flex-start;
    transition: 0.3s;
    z-index: 999;
    overflow-y: auto;
  }
  .header-logo img{
    height: 50px;
  }
  
  .hedaer-list.active {
    right: 0;
  }
  
  .hedaer-list-link {
    width: 100%;
    padding: 15px 10px;
    border-bottom-width: 2px;
  }
  
  .fz-100 {
    font-size: 60px;
  }
  
  .fz-32 {
    font-size: 24px;
  }
  
  .fz-42 {
    font-size: 32px;
  }
  
  .wellcome {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  
  .wellcome-btns {
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .island {
    grid-template-columns: 1fr;
  }
  
  .main-news-cards {
    flex-wrap: wrap;
  }
  
  .main-news-card {
    width: calc(50% - 10px);
  }
  
  .cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  
  .winner-cards {
    flex-wrap: wrap;
  }
  
  .winner-card {
    width: calc(50% - 10px);
  }
  
  .faq {
    grid-template-columns: 1fr;
  }
  
  .reviews-card {
    grid-template-columns: 0.3fr 0.8fr 1.5fr 2fr 0.8fr;
  }
  
  .rules {
    flex-direction: column;
  }
  
  .rules-right {
    width: 100%;
    min-width: 100%;
  }
  
  .rules-right-stik {
    position: static;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  
  .post-content {
    flex-direction: column;
  }
  
  .translate {
    transform: translateY(0);
  }
}

/* ========================================
   MOBILE LARGE (576px - 767px)
======================================== */

/* ========================================
   MOBILE MEDIUM (480px - 575px)
======================================== */
@media(max-width:575px){
    .header-logo img{
    height: 40px;
  }
}

/* ========================================
   MOBILE SMALL (320px - 479px)
======================================== */


/* ========================================
   MOBILE EXTRA SMALL (320px - 374px)
======================================== */
@media (max-width: 374px) {
  .fz-100 {
    font-size: 24px;
  }
  
  .wellcome-text p {
    font-size: 14px;
  }
  
  .hedaer-list {
    width: 90%;
  }
  
  .btn-yell, .btn-blue {
    font-size: 11px;
    padding: 8px 12px;
  }
  
  /* Текст в карточках */
  p {
    font-size: 13px;
    line-height: 1.4;
  }
  
  .main-news-card-desc p {
    font-size: 12px;
  }
  
  .faq-right-card p {
    font-size: 12px;
  }
}

/* ========================================
   ДОПОЛНИТЕЛЬНЫЕ СТИЛИ ДЛЯ АДАПТИВА
======================================== */

/* Предотвращение горизонтального скролла */
body {
  overflow-x: hidden;
}

/* Адаптивные изображения */
img {
  max-width: 100%;
  height: auto;
}

/* Улучшение читаемости на мобильных */
@media (max-width: 767px) {
  p, li, span {
    line-height: 1.6;
  }
  

}

/* Скрытие элементов при необходимости */
@media (max-width: 479px) {
  .winner-card-quote {
    display: none;
  }
  
  .winner-card-desc h1 {
    margin-bottom: 10px !important;
  }
}
