@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600&family=Montserrat:wght@600;700;800&display=swap');

body {
  font-family: 'Open Sans', sans-serif; /* основной текст */
 
  
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif; /* заголовки */
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.splide__pagination{
  position: relative;
  margin-top: 24px;
}
.splide__pagination__page.is-active{
  background:#9f0000;
}
.wellcome-bg {
  background-image: url('../images/8efc622be3005033530c4e23898233c1.jpg');
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}
.overlay {
  background-color: rgba(0, 0, 0, 0.76);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.container {
  max-width: 1440px;
  padding: 0 15px;
  margin: 0 auto;
}
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 12px;
  padding-top: 12px;
}
.header-nav-list {
  display: flex;
  grid-gap: 24px;
  margin-bottom: 0;
}
.header-link {
  font-size: 14px;
  text-transform: uppercase;
  transition: 0.3s all;
}
.header-link:hover {
  color: rgb(216, 2, 18);
}
.res-link {
  text-decoration: none;
}
.col-black {
  color: rgb(7, 0, 53);
}
.res-list {
  list-style: none;
  padding-left: 0;
}
.logo-img {
  height: 60px;
}
.border-rad {
  color: rgb(216, 2, 18);
  font-weight: 600;
  border-radius: 20px 0px 20px 0px;
  transition: 0.3s all;
}
.border-rad:hover {
  scale: 1.1;
}
.wellcome-text {
  position: relative;
  z-index: 11;
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 24px;
  width: 600px;
}
.col-white {
  color: rgb(255, 255, 255);
}
.btn-out {
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  color: rgb(255, 255, 255);
  text-decoration: none;
  border-style: solid;
  border-width: 1px;
  border-radius: 20px 0px 20px 0px;
  transition: 0.3s all;
  text-transform: capitalize;
}
.btn-out:hover {
  background: #fff;
  color: rgb(216, 2, 18);
}
.col-red {
  color: rgb(216, 2, 18);
}
.wellcome {
  padding-bottom: 80px;
  padding-top: 80px;
  display: flex;
  justify-content: center;
  text-align: center;
}
.fz-52 {
  font-size: 52px;
}
.news {
padding: 32px 0;
}
.news-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 24px;
}
.title {
  display: flex;
  align-items: center;
  grid-gap: 24px;
  margin-bottom: 16px;
}
.line {
  color: rgba(7, 2, 42, 0);
  height: 2px;
  background-color: rgb(0, 0, 27);
  width: 100%;
}
.w-100 {
  width: 100%;
}
.no-wrapp {
  white-space: nowrap;
}
.upper {
  text-transform: uppercase;
}
.news-card {
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  box-shadow: 0px 0px 10px 0px rgb(45, 45, 45);
  border-radius: 20px 0px 20px 0px;
}
.news-card-link {
  display: block;
  overflow: hidden;
}
.hover-col {
  transition: 0.3s all;
}
.hover-col:hover {
  color: rgb(216, 2, 18);
}
.card-btn {
  text-transform: capitalize;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-32{
  margin-bottom: 32px;
}
.h-400 {
  height: 400px;
  object-fit: cover;
}
.flex {
  display: flex;
}
.al-center {
  align-items: center;
  display: flex;
}
.gap-24 {
  grid-gap: 24px;
}
.coll {
  display: flex;
  flex-direction: column;
}
.between {
  justify-content: space-between;
}
.h-400px {
  height: 400px;
  object-fit: cover;
}
.mb-30 {
  margin-bottom: 30px;
}
.gid3 {
  grid-template-columns: 1fr 1fr 1fr;
}
.h-100 {
  height: 100%;
}
#toTopBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none; /* скрыта по умолчанию */
  padding: 10px 15px;
  font-size: 18px;
  border: none;
  border-radius: 8px;
  background: #eb2f06;
  color: rgb(235, 235, 235);
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 3;
}

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

#toTopBtn:active {
  opacity: 1;
}
.shedule-wrapp {
  background: #0d1127;
}
.shedule {
 padding: 32px 0;
}
.shedule-cards {
  display: flex;
  align-items: stretch;
  grid-gap: 24px;
}
.shedule-card {
  display: flex;
  align-items: center;
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  background: #fff;
  border-radius: 20px 0px 20px 0px;
}
.shedule-card-text {
  display: flex;
  flex-direction: column;
  grid-gap: 24px;
  align-items: center;
}
.btn-out-dark {
  color: rgb(1, 0, 72);
  text-decoration: none;
  border-style: solid;
  border-width: 1px;
  border-radius: 20px 0px 20px 0px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
}
.bg-white {
  background: #fff;
}
.video {
 padding: 32px 0;
}
.video-cards {
  display: flex;
  align-items: stretch;
  grid-gap: 24px;
}
.video-card {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.video-card-desc {
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  background-color: rgba(20, 20, 20, 0.82);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
.play {
  height: 60px;
  width: 70px;
  background: #d80212;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all;
  position: absolute;
  top: 0;
  left: 60px;
}
.play:hover {
  background-color: rgb(7, 0, 68);
}
.icon-30 {
  width: 30px;
}
.video-time {
  padding-bottom: 6px;
  padding-top: 6px;
  padding-left: 12px;
  padding-right: 12px;
  background: #d80212;
  border-radius: 12px;
}
.scale {
  transition: 0.3s all;
}
.scale:hover {
  scale: 1.1;
}

.stats-top {
  display: flex;
  grid-gap: 24px;
  align-items: flex-end;
}
.stats-top-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.w-30 {
  width: 30%;
}
.stats-top-desc {
  background-color: rgb(56, 56, 56);
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  border-radius: 0px 0px 12px 12px;
}
.text-center {
  text-align: center;
}
.hidd {
  overflow: hidden;
}
.h-500 {
  height: 450px;
}
.stats-center-table {
  display: flex;
  flex-direction: column;
  grid-gap: 12px;
}
.stats-center-table-row {
  grid-template-columns: repeat(6, 1fr);
  display: grid;
  align-items: center;
  padding-bottom: 12px;
  padding-top: 12px;
  box-shadow: 0px 0px 10px 0px rgb(176, 176, 176);
  transition: 0.3s all;
  padding-left: 12px;
  padding-right: 12px;
}
.stats-center-table-row:hover {
  background-color: rgb(108, 3, 0);
  color: rgb(255, 255, 255);
}
.points {
  padding-bottom: 6px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 6px;
  background-color: rgb(190, 185, 185);
  border-radius: 20px;
}
.review {
 padding: 32px 0;
}
.review-cards {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
}
.review-card {
  background-image: url('../images/fb1ec891de6aad6352040e15c52349cc.jpg');
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  flex-direction: column;
  padding-bottom: 12px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 12px;
  width: 100%;
  border-radius: 20px 0px 20px 0px;
}
.relat {
  position: relative;
  z-index: 11;
}
.fz-24 {
  font-size: 24px;
}
.icon-50 {
  width: 50px;
}
.revers {
  flex-direction: row-reverse;
}
.btn-wrapp {
  display: flex;
  z-index: 11;
  position: relative;
  justify-content: flex-end;
}
.border {
  border-radius: 20px 0px 20px 0px;
}
.bg-2 {
  background-image: url('../images/b62eef51d8275a8daf6990a033fd74c0.jpg');
}
.bg3 {
  background-image: url('../images/62bbc73201f051bbd26b39287a975098.jpg');
}
.stat {
  padding: 32px 0;
}
.stat-table-top {
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  background-color: rgb(159, 0, 0);
  display: grid;
  grid-template-columns: 1fr 2fr 2fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  justify-items: start;
}
.stat-table-row {
  grid-template-columns: 1fr 2fr 2fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  display: grid;
  align-items: center;
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  justify-items: start;
  border-style: solid;
  border-width: 0;
  border-bottom-width: 2px;
  border-color: rgb(171, 171, 171);
}
.h-70 {
  width: 79px;
}
.br-50 {
  border-radius: 50%;
}
.gap-10 {
  grid-gap: 10px;
}
.footer-wrapp {
  background-color: rgb(25, 25, 25);
}
.footer {
  display: flex;
  justify-content: center;
}
.footer-col {
  display: flex;
  flex-direction: column;
  padding-left: 60px;
}
.content-center {
  justify-content: center;
}
.p-50 {
  padding-top: 50px;
}
.pt-50 {
  padding-top: 32px;
}
.pb-20 {
  padding-bottom: 10px;
}
.pb-32{
  padding-bottom: 32px;
}
.active-link {
  font-weight: 600;
  color: rgb(216, 2, 18);
}
.nav-wrapp {
  background-image: url('../images/62bbc73201f051bbd26b39287a975098.jpg');
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.league-table {
  width: 100%;
  height: 100%;
  border-collapse: collapse;
  background-color: #ddd;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
}

.league-table__wrap {
  width: 100%;
  overflow-x: auto; /* Добавляем горизонтальную прокрутку */
  -webkit-overflow-scrolling: touch; /* Для улучшения прокрутки на мобильных устройствах */
  background-color: rgb(255, 255, 255);
}

/* Заголовок таблицы */
.league-table__header {
  background-color: #9f0000;
  color: #f2f2f2;
}
.league-table__header .league-table__row .league-table__cell:nth-child(2) {
  text-align: start;
}
.league-table__body {
  background-color: rgb(255, 255, 255);
}
.league-table__body .league-table__row {
  background-color: rgb(255, 255, 255);
}
.league-table__row {
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  position: relative;
}
.league-table__row:not(.league-table__header .league-table__row){

  background: #fff;

}

.league-table__cell {
  padding: 12px;
  text-align: center;
  min-width: 80px;
}
.review .league-table__wrap .league-table__row td:nth-child(2){
  min-width: 190px;
}

/* Стилизация для заголовков */
.league-table__header th {
  font-weight: bold;
  text-transform: uppercase;
}

.league-table__team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-transform: capitalize;

  -webkit-transition: color 0.3s ease;

  transition: color 0.3s ease;
  text-align: left;
  color: #1a1a1a;
  text-decoration: none;
}
.league-table__team:hover {
  color: #db564f;
}
.league-table__logo {
  height: 32px;
  width: 32px;
  -o-object-fit: contain;
  object-fit: contain;
}

.league-table__row:nth-child(even):not(
    .league-table__header .league-table__row
  ),
.league-table__row:nth-child(even):not(.league-table__header) td:first-child,
.league-table__row:nth-child(even):not(.league-table__header) td:nth-child(2) {
  background-color: #e3e3e3;
}
.league-table__row td:nth-child(4){
display: flex;
align-items: center;
gap: 8px;
min-width: 220px;
}
.league-table__row td:nth-child(3){
min-width: 140px;
}
/* Стили для полосы прокрутки */
.league-table__wrap {
  width: 100%;
  overflow-x: auto; /* Горизонтальная прокрутка */
  -webkit-overflow-scrolling: touch;
}

/* Изменение внешнего вида полосы прокрутки */
.league-table__wrap::-webkit-scrollbar {
  height: 10px; /* Высота полосы прокрутки */
}

/* Ползунок полосы прокрутки */
.league-table__wrap::-webkit-scrollbar-thumb {
  background-color: #9f0000; /* Например, красный цвет для ползунка */
}

/* Фон полосы прокрутки */
.league-table__wrap::-webkit-scrollbar-track {
  background-color: #f0f0f0; /* Светлый фон для полосы прокрутки */
}
.league-table__row td:nth-child(2),
.league-table__row td:first-child {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  background-color: #9f0000;
}

.league-table__header th:first-child,
.league-table__header th:nth-child(2) {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  background-color: #9f0000;
}
.league-table__header th:first-child {
  position: -webkit-sticky;
  position: sticky;
  width: 32px;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #9f0000;
}
.league-table__header th:nth-child(2) {
  position: -webkit-sticky;
  position: sticky;
  min-width: 50px;
  left: 80px;
  top: 0;
  bottom: 0;
  background-color: #9f0000;
}
.league-table__row td:first-child {
  position: -webkit-sticky;
  position: sticky;
  min-width: 52px;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #ffffff;
}
.left-content .league-table__row td:nth-child(2), .left-content .league-table__header .league-table__row .league-table__cell:nth-child(2){
  min-width: 70px;
  max-width: 70px;
}
.league-table__row td:nth-child(2) {
  position: -webkit-sticky;
  position: sticky;
  min-width: 50px;
  padding-right: 12px;
  left: 80px;
  top: 0;
  bottom: 0;
  background-color: #ffffff;
  justify-items: flex-end;
}
.icon-20{
  width: 20px;
  height: 20px;
  object-fit: contain;
}
  .one-team-top-left-text-row span{
            text-align: right;
            }
.img-table img{
  width: 50px;
  height: 50px;
  border-radius:50%;
}
.icon-60{
  height: 60px;
  width: 60px;
}
.icon-60 img{
  object-fit: contain;
}
.nav {
  position: relative;
  z-index: 11;
  padding: 24px 0;
}
.nav .gap-24{
  gap: 12px;
}
.pagination {
  display: flex;
  justify-content: center;
  font-size: 28px;
  grid-gap: 24px;
}
.icon-70 {
  width: 70px;
  height: 70px;
  object-fit: contain;
}
.h-100px {
  height: 100px;
  object-fit: contain;
}
.filters{
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
}
.schedule-race-cards {
 

}

.schedule-race-card {
  border: 1px solid #000;
  width: 100%;
  padding: 10px 15px;
  position: relative;
  font-family: "Arial", sans-serif;
  transition: transform 0.2s ease;
}

.schedule-race-card:hover {
  transform: translateY(-5px);
}

.schedule-race-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 3px solid #000;
  padding-bottom: 8px;
}

.schedule-round {
  background: #000;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  padding: 3px 8px;
  text-transform: uppercase;
}

.schedule-date {
  font-weight: bold;
  font-size: 16px;
}

.schedule-date span {
  font-weight: normal;
  font-size: 13px;
  text-transform: uppercase;
  margin-left: 3px;
}

.schedule-flag {
  width: 25px;
  height: auto;
}

.schedule-race-track {
  font-weight: 900;
  font-size: 22px;
  margin-top: 10px;
  text-transform: uppercase;
}

.schedule-results {
  color: #555;
  font-size: 13px;
  margin-bottom: 10px;
}

.schedule-winners {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.schedule-winner {
  background: #001f3f;
  color: #fff;
  width: 48%;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.schedule-winner img {
  width: 100%;
  display: block;
}

.schedule-winner-info {
  background: #d80212;
  padding: 6px;
}

.schedule-winner-info p {
  font-size: 10px;
  margin: 0;
  text-transform: uppercase;
}

.schedule-winner-info h4 {
  margin: 3px 0 0;
  font-size: 12px;
  font-weight: bold;
}
.league-block{
  margin-bottom: 32px;
}
.league-block:last-child{
  margin-bottom: 0;
}
.matches-wrapper{
display: flex;
gap: 16px;
}
.league-header{
display: flex; 
align-items: center;
gap: 10px;
margin-bottom: 16px;
}
.league-icon{
  height: 30px;
  width: 30px;
}
.league-header .title{
  margin-bottom: 0;
}
/* стрелочка при наведении */
.schedule-winner::after {
  content: '›';
  position: absolute;
  right: 6px;
  bottom: 4px;
  font-size: 20px;
  color: #f9f9f9;
  opacity: 0;
  transition: 0.3s;
}

.schedule-winner:hover::after {
  opacity: 1;
  right: 10px;
}

 /* Кастомный селект */
    .custom-select {
      position: relative;
      width: 127px;
      user-select: none;
    }
    .select-selected {
      background-color: #fcfcfc;
      padding: 10px;
      border:2px solid #030303;
      font-weight: 600;


      border-radius: 24px;
      cursor: pointer;
      font-size: 14px;
      color:#121212;
    }
    .custom-select{
        max-width: 200px;
        flex: 0 0 auto;
    }
    .select-selected:after {
      content: "▼";
      position: absolute;
      right: 10px;
      top: 12px;
      font-size: 12px;
      pointer-events: none;
    }
    .select-items {
      position: absolute;
       border:1px solid #030303;
      background-color: #fcfcfc;


      border-radius: 8px;
      top: 100%;
      left: 0;
      right: 0;
      z-index: 99;
      display: none;
      max-height: 200px;
      overflow-y: auto;
    }

    .select-items div {
      padding: 10px;
      cursor: pointer;
      position: relative;
       border-bottom:1px solid #ccc;
       font-size: 12px;

    }
    .select-item {
  position: relative;
  padding-right: 20px; /* место под индикатор */
}

.match-indicator {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: red;
  border-radius: 50%;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}

    .select-items div:hover {
      background-color: #d80212;
      color:#fff;
    }
    .custom-select.open .select-items {
      display: block;
    }

    /* Индикатор матча в списке дней */
    .has-match-indicator::after {
      content: "●";
      color: #ff5252;
      font-size: 12px;
      position: absolute;
      right: 8px;
      top: 50%;
      transform: translateY(-50%);
    }

    .selected-info {
      margin-top: 5px;
      font-size: 18px;
      font-weight: bold;
      color: #030303;
      margin-bottom: 16px;
    }
    .review-header {
      background: url('/images/Spielberg-AUT__SBL3026.avif') center/cover no-repeat;
      color: #fff;
     padding: 24px;
      position: relative;
      display: grid;
      grid-template-columns: 1fr 1fr;
     
    }
    .review-header-contetnt{
      position: relative;
      z-index: 1;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
    }
    .review-header::before{
      content: '';
      position: absolute;
      background-color: rgba(0, 0, 0, 0.76);
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      width: 100%;
      height: 100%;
     
    }

    .review-header h1 {
      font-size: 2.5rem;
   
    }

    .review-header .review-flag {
      width: 40px;
      height: 25px;
      vertical-align: middle;
     
    }

    .review-stats {
      display: flex;
      justify-content: center;
      gap: 50px;
      margin-top: 20px;
      font-weight: 600;
    }

  

    .review-track-info {
      background-image: url('/images/circuit-header-block-full-new-140eaf93fc35bb9ddb60d8ad190496fa.png');
      padding: 24px;
     
      width: 100%;
      height: 100%;
      background-size: cover;
    }

    .review-track-info h2 {
      color: #e10600;

    }
       .review-track-info .line{
        background-color: #fff;
       }

    .review-track-map {
      display: flex;
      justify-content: space-between;
   
      gap: 20px;
    }

    .review-track-map img {
      max-width: 500px;
      border-radius: 10px;
    }

    .review-track-details {
      display: grid;
      flex-direction: column;
      justify-content: center;
      color: #f2f2f2;
      gap: 24px;
      grid-template-columns: 1fr 1fr;
    }

    .review-track-details p {
     
      font-size: 15px;
      display: flex;
      flex-direction: column;
      border-bottom:3px solid #fff;
justify-content:flex-end;
    }
    .review-track-details strong{
      font-size: 22px;
    }

    .review-results-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
   
    }

    .review-results-header h3 {
      font-size: 1.5rem;
    }

    .review-results-header a {
      background: #e10600;
      color: #fff;
      padding: 8px 18px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: 600;
    }

    .review-drivers {
      display: flex;
      justify-content: center;
      gap: 24px;
     
    }
.mb-16{
  margin-bottom: 16px;
}
    .review-driver {
      text-align: center;
      background: #111;
      border-radius: 10px;
      overflow: hidden;
  
    }

    .review-driver img {
      width: 100%;
      display: block;
    }

    .review-driver a {
      display: block;
      color: #fff;
      padding: 10px;
      text-decoration: none;
      font-weight: 600;
    }

    .review-race-results {
     
      color: #ffffff;
   

     
      position: relative;
      z-index: 1;
    }

    .review-race-results table {
      width: 100%;
      border-collapse: collapse;
      margin-bottom: 10px;
    }

    .review-race-results th, 
    .review-race-results td {
      text-align: left;
      padding: 10px;
      border-bottom: 1px solid #ccc;
    }

   

    .review-accordion {
      margin-top: 20px;
    }

    .review-accordion button {
      width: 100%;
      background: #111;
      color: #fff;
      border: none;
      padding: 15px;
      text-align: left;
      font-weight: 600;
      border-radius: 5px;
      margin-bottom: 8px;
      cursor: pointer;
    }

    .review-accordion button:hover {
      background: #e10600;
    }

    .review-btn-red {
      background: #e10600;
      color: #fff;
      padding: 8px 16px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: 600;
    }
.events-card {
  grid-template-columns: repeat(5,1fr);
  display: grid;
  text-align: center;
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  box-shadow: 5px 5px 10px 0px rgb(168, 168, 168);
  border-radius: 30px 0px 30px 0px;
  height: 160px;
  background-color: rgb(242, 242, 242);
  align-items: center;
}
.events-card-info-col {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.events-cards {
}
.teams {
padding: 32px 0;
}
.teams-cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 24px;
}
.teams-card {
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  border-style: solid;
  border-width: 0;
  border-radius: 80px 0px 80px 0px;
  width: 100%;
  border-bottom-width: 3px;
  border-right-width: 3px;
  border-color: rgb(213, 213, 213);
  transition: 0.3s all;
}
.teams-card:hover {
  box-shadow: 0px 0px 10px 0px rgb(164, 164, 164);
}
.teams-info {
  display: flex;
  flex-direction: column;
  grid-gap: 10px;
}
.h-200 {
  height: 200px;
  object-fit: contain;
}
.contact, .contact-container {
 padding: 32px 0;
}
.contact-container h2 {
  text-align: center;
  margin-bottom: 10px;
  color: #333;
}

.contact-container p {
  text-align: center;
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
}

.contact-form label {
  display: block;
  margin-bottom: 6px;
  font-weight: bold;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 14px;
  transition: border-color 0.3s ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #007BFF;
  outline: none;
}

.contact-form button {
  width: 100%;
  padding: 12px;
  background: #d80212;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.contact-form button:hover {
  background: #b6020e;
}
.container-box{
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 16px;
}

.one-team {
padding: 32px 0;
}
.one-team-top {
  display: flex;
  grid-gap: 24px;
  
}
.one-team-top:hover {
}
.one-team-top-left-text-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.one-team-top-left-text-row h5{
  font-size: 16px;
}
.privacy ol {
list-style: decimal;
  padding-left: 20px;
  color: #282828;
}
.privacy ul {
  list-style: disc;
    padding-left: 20px;
  }
  .privacy h2{
    text-align: center;
    color: #ffffff;
    margin-bottom: 16px;
  }
 
 .privacy{
  padding: 32px 0;
 }
  .contact-info-privacy{
display: flex;
flex-direction: column;
gap: 8px;
  }
  .privacy ol>li{
    margin-bottom: 32px;
  }
  .privacy li{
    margin-bottom: 8px;
  }
.teamate h4{
  font-size: 18px;
}
.teamate img.icon-70{
  margin-bottom: 0;
  height: 70px;
}
.one-team-top-right img{
  height: 100%;
  object-fit: cover;
}
.one-team-top-right {
  display: flex;
  min-width: 35%;
  max-width: 50%;
}
.one-team-top-right a.bord{
  border:1px solid #ddd;
}
.p-12 {
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
}
.bord {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(245, 245, 245);
  overflow: hidden;
  transition: 0.3s all;
}
.bord:hover {
  color: rgb(255, 246, 246);
  background-color: rgb(51, 51, 51);
}
.one-racer {
 padding: 32px 0;
}
.h-640 {
  height: 500px;
}
.fz-48 {
  font-size: 48px;
}
.teamate {
  background-color: rgb(49, 49, 49);
  display: flex;
  align-items: center;
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  transition: 0.3s all;
}
.teamate:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(141, 0, 0);
}
.arrow {
  display: flex;
  margin-left: auto;
}
.post {
 padding: 32px 0;
  display: flex;
  grid-gap: 24px;
}
.post-right {
  position: sticky;
  top: 10px;
}
.col-grey {
  color: rgb(106, 106, 106);
}
.icon-120 {
  height: 120px;
  width: 120px;
  object-fit: cover;
}
.w-35per {
  min-width: 35%;
}
.video-post {
 padding: 32px 0;
}
.video-post-top {
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  background-color: rgb(220, 220, 220);
}
.video-card-desc h4{
   display: -webkit-box;
    -webkit-line-clamp: 2;     /* Кол-во строк */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.video-post-top:hover {
}
.video-post-top-big {
  display: flex;
  position: relative;
}
.cover {
  object-fit: cover;
}
.icon-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s all;
}
.icon-play:hover {
  scale: 1.1;
}
 /* Burger Menu Styles */
        .burger-menu {
            display: none;
            flex-direction: column;
            cursor: pointer;
            z-index: 1002;
            position: relative;
        }

        .burger-line {
            width: 30px;
            height: 3px;
            background: #070035;
            margin: 4px 0;
            transition: 0.3s;
        }

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

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

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

        /* Mobile Menu Overlay */
        .mobile-menu-overlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0,0,0,0.5);
            z-index: 998;
        }

        .mobile-menu-overlay.active {
            display: block;
        }
           /* RESPONSIVE MEDIA QUERIES */
        
        /* Extra Large Screens */
        @media (min-width: 1920px) {
          
        }

        /* Large Desktop */
        @media (max-width: 1300px)  {
          .contact .content-center{
            align-items: flex-start;
  flex-direction: column;
}
        }

        /* Desktop to Laptop */
        @media (max-width: 1199px) {
          
            .gid3 {
                grid-template-columns: 1fr 1fr;
            }
            .review-cards {
                grid-template-columns: 1fr 1fr;
            }
            .news-cards.gid3 .news-card:last-child{
              grid-column: 1/-1;
            }
        }
@media(max-width:1050px){
  .video .video-cards:first-child,.video .video-cards:nth-child(3) {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
    .video .video-cards:first-child .video-card:first-child,  .video .video-cards:first-child,.video .video-cards:nth-child(3) .video-card:first-child{
      grid-column: 1/-1;
    }
}
        /* Tablet Landscape */
        @media (max-width: 991px) {
          
            
            /* Burger Menu Active */
            .burger-menu {
                display: flex;
            }
            
            .header-nav-list {
                position: fixed;
                top: 0;
                right: -100%;
                width: 300px;
                height: 100vh;
                background: white;
                flex-direction: column;
                padding: 80px 20px;
                box-shadow: -5px 0 15px rgba(0,0,0,0.2);
                transition: 0.3s;
                overflow-y: auto;
                z-index: 999;
            }
            
            .header-nav-list.active {
                right: 0;
            }
            
            .header-nav-list-item {
                width: 100%;
                border-bottom: 1px solid #eee;
            }
            
            .header-link {
                display: block;
               
                font-size: 16px;
            }
            
            .news-cards {
                grid-template-columns: 1fr;
            }
            
            .gid3 {
                grid-template-columns: 1fr;
            }
            
            .shedule-cards {
                flex-direction: column;
            }
            .shedule-card{
              justify-content: space-between;
            }
            
          
         
            
          
            
            .review-cards {
                grid-template-columns: 1fr;
            }
            .review-track-map{
              flex-direction: column;
            }
            .review-track-map img{
              width: 100%;
              height: 300px;
              object-fit: contain;
              max-width: none;
            }
            .review-header{
              grid-template-columns: 1fr;
           
            }
            .review-header-contetnt{
              margin-bottom: 32px;
            }
        }
        @media(max-width:850px){
          .w-35per.relat{
            display: none;
          }
          .video-cards-small{
            overflow-x: scroll;

          }
          .video-cards-small .video-card{
                  width: 330px;
        flex: 0 0 auto;
          }
          .video-cards{
            flex-direction: column;
          }
          .video-cards-small{
            flex-direction: row;
          }
          .one-team-top{
            flex-direction: column;
          }
          .one-team-top-right{
            width: 100%;
            min-width: auto;
            max-width: none;
          }
          .one-team-top-left img{
            height: 150px;
            object-fit: contain;
            width: max-content !important;
            margin-bottom: 16px;
          }
          .one-team-top-left-text-row h5{
            font-size: 14px;
          }
        }

        /* Tablet Portrait */
        @media (max-width: 767px) {
           
            
            .fz-52 {
                font-size: 36px;
            }
            
            .fz-48 {
                font-size: 32px;
            }
            
            .fz-24 {
                font-size: 20px;
            }
            
            .wellcome {
                padding: 60px 20px;
            }
            
            .news, .video , .review, .stat {
                padding: 30px 0;
            }
            
         
            
       
            
            
            
            
            
            .coll.gap-24 {
                gap: 15px;
            }
            
            .al-center.flex.gap-24.news-card {
                flex-direction: column;
                gap: 0px;
            }
            
            .stats-center-table-row {
                grid-template-columns: 1fr 2fr 1fr;
                font-size: 14px;
            }
            
            .stats-center-table-row > *:nth-child(n+4) {
                display: none;
            }
            
            .footer {
                flex-direction: column;
                text-align: center;
            }
            
            .footer-col {
                padding-left: 0;
                align-items: center;
            }
            
            .stat-table-top {
                font-size: 12px;
                grid-template-columns: repeat(6, minmax(60px, 1fr));
            }
            
            .stat-table-row {
                font-size: 12px;
                grid-template-columns: repeat(6, minmax(60px, 1fr));
            }
            
            .stat-table-top > *:nth-child(n+7),
            .stat-table-row > *:nth-child(n+7) {
                display: none;
            }
            .teams-cards {
              grid-template-columns: 1fr 1fr;
            }
        }
        @media(max-width:730px){
          .container-box{
            grid-template-columns: 1fr;
          }
          .contact{
            padding-bottom: 0;
          }
            .contact-container{
              padding-top: 0;
            }
            .review-header h1{
              font-size: 24px;
            }
        }
        @media(max-width:680px){
          .video .video-cards, .video .video-cards:first-child, .video .video-cards:nth-child(3){
            grid-template-columns: 1fr;
          }
          .matches-wrapper{
            flex-wrap: wrap;
          }
        }
@media(max-width:625px){
  .stats-top{
    flex-direction: column;
  }
  .stats-top-card{
    width: 100%;
  }
  .stats-top-card img{
    height: 100%;
    object-fit: cover;
    object-position: 0 0;
  }
  .line {
    width: 30%;
  }
}
        /* Mobile Landscape */
        @media (max-width: 575px) {
          
            
            .header {
                padding: 8px 0;
            }
            
            .logo-img {
                height: 45px;
            }
            
            .fz-52 {
                font-size: 28px;
                line-height: 1.2;
            }
            
            .fz-48 {
                font-size: 24px;
            }
            
            .fz-24 {
                font-size: 18px;
            }
            
            h1 { font-size: 28px; }
            h2 { font-size: 24px; }
            h3 { font-size: 20px; }
       
            .wellcome {
                padding: 40px 10px;
            }
            
            .btn-out, .btn-out-dark {
                padding: 8px 16px;
                font-size: 14px;
            }
            
            .news-card, .shedule-card {
                padding: 10px;
            }
            
          
            
            .h-500 {
                height: 400px;
            }
            
            .icon-30 { width: 25px; }
            .icon-50 { width: 40px; }
            .icon-70 { width: 50px; height: 50px; }
            
            .play {
                width: 50px;
                height: 40px;
                left: 20px;
            }
            
            .video-card-desc h4 {
                font-size: 14px;
            }
            
            .video-time {
                font-size: 12px;
                padding: 4px 8px;
            }
            
            .review-card {
                min-height: 280px;
                padding: 15px;
            }
            
            .review-card h2 {
                font-size: 18px;
                margin-bottom: 15px;
            }
            
            .stat-table {
                font-size: 10px;
            }
            
            .stat-table-top,
            .stat-table-row {
                grid-template-columns: repeat(4, minmax(50px, 1fr));
                min-width: 100%;
            }
            
            .stat-table-top > *:nth-child(n+5),
            .stat-table-row > *:nth-child(n+5) {
                display: none;
            }
            
            .points {
                font-size: 12px;
                padding: 4px 8px;
            }
             .video-cards-small .video-card{
                  width: 230px;
      
          }
          .review-race-results table{
            font-size: 12px;
          }
          .review-stats p{
            font-size: 12px;
            font-weight: 300;
          }
          .review-stats span{
            font-size: 14px;
          }
          .review-header{
            padding: 12px;
          }
          .review-drivers{
            flex-direction: column;
          }
        }

        /* Small Mobile */
        @media (max-width: 480px) {
            .header-nav-list {
                width: 100%;
            }
            
            .wellcome-text {
                width: 100%;
            }
            
            .shedule-card {
                flex-direction: column;
                text-align: center;
            }
            
            .shedule-card img {
                margin-top: 15px;
            }
            
         
            
            .stats-center-table-row .al-center {
                width: 100%;
                justify-content: space-between;
            }
            .stats-center-table-row{
              grid-template-columns: 1fr 3fr 1fr;
            }
             .teams-cards {
              grid-template-columns: 1fr;
            }
            .schedule-race-track{
              font-size: 18px;
            }
            .filters{
              flex-wrap: wrap;
            }
            .one-team-top-right{
              flex-direction: column;
            }
            .review-card-top .al-center.gap-24.mb-30 span{
              font-size: 14px;
            }
            .one-team-top-left-text-row{
              font-size: 12px;
            }
          
        }

        /* Ultra Small */
        @media (max-width: 320px) {
           
            
            .logo-img {
                height: 35px;
            }
            
            .burger-line {
                width: 25px;
                height: 2px;
                margin: 2px 0;
            }
             .burger-menu.active .burger-line:nth-child(3) {
            transform: rotate(-45deg) translate(3px, -4px);
        }
            
            .fz-52 {
                font-size: 22px;
            }
            
            .wellcome {
                padding: 30px 5px;
            }
            
            .btn-out, .btn-out-dark {
                padding: 6px 12px;
                font-size: 12px;
            }
            
         
            
         
            
            .news-card {
                padding: 8px;
            }
            
            .h-400px, .h-400 {
                height: 150px;
            }
            
            .review-card {
                min-height: 200px;
            }
            
            .footer {
                font-size: 14px;
            }
        }
