@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Raleway:wght@700&display=swap');
body {
  font-family: 'Inter', sans-serif;
}
.splide__pagination{
  position: relative;
  margin-top: 24px;
}
.splide__pagination__page.is-active{
  background: #eb2f06;
}
h1, h2, h3 {
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.header-bg {
  background-image: url('../images/9f64530c8f7e063905ec06fbe97fa999.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.header-wrapp {
  position: relative;
  z-index: 11;
}
.container {
  max-width: 1440px;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 12px;
  padding-top: 12px;
}
.header-logo-img {
  height: 60px;
}
.res-list {
  list-style: none;
  padding-left: 0;
}
.header-nav-list {
  display: flex;
  align-items: center;
  grid-gap: 24px;
}
.header-nav-list-item-link {
  text-transform: uppercase;
  transition: 0.3s all;
  font-size: 14px;
}
.header-nav-list-item-link:hover {
  color: rgb(235, 47, 6);
}
.res-link {
  text-decoration: none;
}
.overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.83);
}
.col-white {
  color: rgb(245, 244, 244);
}
.active-link {
  color: rgb(235, 47, 6);
  font-weight: 700;
}
.wellcome {
  padding-bottom: 80px;
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 24px;
}
.btn-out {
  padding-bottom: 12px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 12px;
  border: 2px solid #fff;
  display: inline-block;
  transition: 0.3s all;
}
.btn-out:hover {
  background: #fff;
  color: rgb(41, 41, 41);
}
.fz-52 {
  font-size: 52px;
}
.text-center {
  text-align: center;
}
.wellcome-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 70%;
 
}
.col-light-gray{
  color: #8e8e8e;
}
.black-wrapp {
  background-color: rgb(0, 0, 0);
}
.news-title {
  padding-left: 12px;
  border-style: solid;
  border-width: 0;
  border-left-width: 4px;
  border-color: rgb(235, 47, 6);
}
.news-cards {
  display: flex;
  align-items: center;
  width: 100%;
  grid-gap: 24px;
}
.news-card {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.news-card::before {
  z-index: 0;
}
.w-100 {
  width: 100%;
  object-fit: cover;
}
.news-desc {
  position: absolute;
  background: #fff;
  width: 100%;
  text-align: center;
  border-style: groove;
  border-width: 0;
  border-top-width: 6px;
  border-color: rgb(221, 2, 0);
  z-index: 1;
  bottom: -120px;
  transition: 0.6s all;
}
.news-desc:hover {
  bottom: 0px;
}
.news-desc::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 135%;
  width: 100%;
  transform: skewY(-15deg);
  background: #fff;
  z-index: 0;
}
.news-desc-title {
  position: relative;
  z-index: 1;
min-height: 85px;
  padding-top: 12px;
  display: block;
  text-transform: uppercase;
  font-size: 24px;
  padding-bottom: 12px;
}
.racer-head-info-top .racer-head-img-wrapp{
  display: none;
}
.news-desc-info {
  position: relative;
  z-index: 11;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 12px;
  padding-right: 12px;
}
.news-desc-info:hover {
  margin-bottom: 0;
}
.col-red {
  color: rgb(235, 47, 6);
}
.col-black {
  color: rgb(35, 35, 35);
}
.h-400 {
  height: 400px;
  object-fit: cover;
}
.hover-col {
  transition: 0.3s all;
}
.hover-col:hover {
  color: rgb(235, 47, 6);
}
.news {
 padding: 32px 0; 
}
.mb-30 {
  margin-bottom: 30px;
}
.videos {
  padding-bottom: 32px;
}
.videos-cards {
  display: flex;
  align-items: stretch;
  grid-gap: 24px;
}
.videos-card {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 11;
}
.video-desc {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.71);
  display: flex;
  align-items: center;
  grid-gap: 24px;
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 21px;
  padding-top: 12px;
}
.breadcrumbs{
  color: #dddddd;
}
.video-desc-time {
  padding-bottom: 6px;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 6px;
  display: block;
  background-color: rgb(142, 142, 142);
  border-radius: 12px;
}
.icon-40 {
  width: 40px;
  height: 40px;
  object-fit: cover;
}
.wellcome-text .team-top-left{
  display: none;
}
.slider {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.island {
  display: flex;
  justify-content: space-between;
   gap: 100px;
  will-change: transform;
  padding-bottom: 32px;
  
  background-color: rgba(93, 92, 92, 0);
  border-color: rgba(0, 0, 0, 0);
}
.island .icon-90 {
   width: 90px;
  height: 90px;
  object-fit: contain;
  flex-shrink: 0;
  transition: transform 0.3s;
   filter: brightness(0.6) contrast(0.9);
  transition: filter 0.3s, transform 0.3s;
}
.island .icon-90:hover {
  filter: brightness(1) contrast(1);
  transform: scale(1.1);
}
.racer-center .league-table__row td:first-child,.racer-center .league-table__row:nth-child(even):not(.league-table__header) td:first-child,
.racer-center  .league-table__body .league-table__row,.racer-center .league-table__row td:nth-child(2),
 .racer-center .league-table__row:nth-child(even):not(.league-table__header) td:nth-child(2),.racer-center .league-table__row:nth-child(even):not( .league-table__header .league-table__row ){
  
background: #141414;
color: #f0f0f0;
  
}
.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: #141414;
  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__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: #040404; /* Например, красный цвет для ползунка */
}

/* Фон полосы прокрутки */
.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: #141414;
}

.league-table__header th:first-child,
.league-table__header th:nth-child(2) {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  background-color: #141414;
}
.league-table__header th:first-child {
  position: -webkit-sticky;
  position: sticky;
  width: 32px;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #141414;
}
.league-table__header th:nth-child(2) {
  position: -webkit-sticky;
  position: sticky;
  min-width: 50px;
  left: 80px;
  top: 0;
  bottom: 0;
  background-color: #141414;
}
.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;
}

.stats {
 padding: 32px 0;

}
.results-btn{
  color: #fff;
}
.stats-wrapp .year-btn{
  background: transparent;
  border: 1px solid #333;
  
}
.results-btn{
  padding-bottom: 5px;
  border-bottom: 3px solid transparent;
}
.results-top{
  display: flex;
  align-items: center;
  gap: 24px;
  
}
.stat-results-btns{
  display: flex;
  gap: 32px;
}
.results-btn:hover{
border-color:#e10600;

}
.results-btn-active{
border-color:#e10600;
}
.stats-wrapp .year-btn:hover{
  background: #000;
}
.stats-wrapp .year-dropdown li.active {
  background: #000;

}
.stats-table-top {
  display: grid;
  grid-template-columns: 1fr 2fr 2fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;;
  padding-bottom: 12px;
  padding-top: 12px;
  padding-left: 6px;
  padding-right: 6px;
  align-items: center;
  background-color: rgb(21, 21, 21);
  justify-items: center;
}
.icon-20 {
  width: 30px;
}
.stats-table-center-row {
  display: grid;
  grid-template-columns: 1fr 2fr 2fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;;
  align-items: center;
  padding-bottom: 12px;
  padding-top: 12px;
  border-style: solid;
  border-width: 0;
  border-bottom-width: 1px;
  border-color: rgb(114, 114, 114);
}
.icon-60 {
  width: 40px;
  object-fit: cover;
  background-color: rgba(7, 7, 7, 0);
}
.img-table {
  background-color: rgba(0, 0, 0, 0);
  width: 40px;
}
.al-center {
  align-items: center;
  display: flex;
}
.gap-6 {
  grid-gap: 6px;
}
.coll {
  display: flex;
  flex-direction: column;
}
.img-car {
  width: 66px;
  height: 44px;
  background-color: rgb(193, 193, 193);
  border-radius: 5px;
  border-style: solid;
  border-width: 2px;
  border-color: rgb(128, 123, 123);
}
.radius-20 {
  object-fit: cover;
  border-radius: 40px;
  background-color: rgba(82, 76, 76, 0);
}
.h-100 {
  height: 100%;
  object-fit: contain;
}
.racers-cards {
  display: flex;
  grid-gap: 24px;
}
.racers-card {
  position: relative;
  width: 100%;
}
.racers-card-link {
  display: block;
  position: relative;
}
.racers-card-link-over {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.81);
  backdrop-filter: blur(10px);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s all ease;
  opacity: 0;
}
.racers-card-link-over:hover {
  opacity: 1;
}
.racers-card-desc {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.82);
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
}
.fz-24 {
  font-size: 24px;
}
.truncated-multiline {
    display: -webkit-box;
    -webkit-line-clamp: 3;     /* Кол-во строк */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.truncated-text {
    white-space: nowrap;       /* Запрещаем перенос строки */
    overflow: hidden;          /* Скрываем лишний текст */
    text-overflow: ellipsis;   /* Добавляем три точки */
}
.news-desc-title{
  display: -webkit-box;
    -webkit-line-clamp: 2;     /* Кол-во строк */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tourn {
 padding: 32px 0;
}
.tourn-cards {
  display: flex;
}
.tourn-link {
  display: block;
  height: 100%;
}
.tourn-card {
  position: relative;

}
.tourn-card-desc {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(10px);
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding-bottom: 50px;
  padding-top: 50px;
  transition: 0.6s all;
  opacity: 0;
  transform: translateY(-100px);
  text-align: center;
  padding-left: 12px;
  padding-right: 12px;
}
.tourn-card-desc:hover {
  opacity: 1;
  transform: translateY(0);
}
.height-100 {
  height: 100%;
  object-fit: cover;
}
.bg-img {
  position: relative;
  background-image: url('../images/9f64530c8f7e063905ec06fbe97fa999.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.review {
padding: 32px 0;
}
.review-cards {
  grid-template-columns: 1fr 1fr;
  display: grid;
  grid-gap: 24px;
}
.review-card {
  padding-bottom: 24px;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.51);
  backdrop-filter: blur(4px);
  width: 100%;
}
.review-card-top {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-evenly;
}
.review-card-center-row {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  justify-items: center;
  align-items: center;
  padding-bottom: 8px;
  padding-top: 10px;
  border-style: solid;
  border-width: 0;
  border-bottom-width: 1px;
  border-color: rgb(128, 128, 128);
}
.black-wrapp-light{
   background-color: #0d0d0d;
    color: #fff;
}
.tourn-header {

  text-align: center;
}
.tourn-card {
            background-color: #1e1e1e;
            border-radius: 10px;
            padding: 15px;
            
          
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
            text-align: left;
            text-decoration: none;
            color: inherit;
            display: block;
        }
        .tourn-card:hover {
            opacity: 0.9;
        }
        .tourn-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 10px;
        }
        .tourn-round {
            font-size: 14px;
            color: #aaa;
        }
        .tourn-date {
            font-size: 12px;
            color: #aaa;
        }
        .tourn-title {
            display: flex;
            align-items: center;
            font-size: 18px;
            margin-bottom: 10px;
        }
        .tourn-flag {
            font-size: 24px;
            margin-right: 10px;
        }
        .tourn-name {
            font-weight: bold;
        }
        .tourn-event {
            font-size: 12px;
            color: #aaa;
               display: -webkit-box;
    -webkit-line-clamp: 1;     /* Кол-во строк */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
        }
        .tourn-podium {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            gap: 16px;
        }
        .tourm_wrapp-img{
          width: 32px;
          height: 32px;
        }
        .tourn-podium-item {
            background-color: #2a2a2a;
            border-radius: 8px;
            padding: 10px;
            width: 100%;
            text-align: center;
            display: flex;
            
            gap: 8px;
            align-items: center;
        }
        .tourn-position {
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 14px;
            margin-bottom: 5px;
        }
        .tourn-medal {
            font-size: 20px;
            margin-right: 5px;
        }
        .tourn-driver {
            font-weight: bold;
        }
        .tourn-team {
            font-size: 12px;
            color: #aaa;
        }
        .tourn-time {
            font-size: 12px;
            color: #aaa;
        }
        .tourn-driver-img {
            width: 30px;
            height: 30px;
            object-fit: cover;
            object-position: top;
                background-color: #F47600;
            border-radius: 50%;
            margin-right: 5px;
             
        }

.tourn-header__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  width: 100%;
}

.year-select {
  position: relative;
  display: inline-block;
 
}

.year-btn {
  background-color: #e10600; /* красный как F1 */
  color: #fff;
  border: none;
  padding: 10px 18px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s ease;
}

.year-btn:hover {
  background-color: #b00000;
}
.mini-calendar {
  position: absolute;
  top: 85px;
  right: 35px;
  width: 255px;
  background: #1a1a1a;
 
  border-radius: 6px;
  display: none;
  z-index: 20;
  padding: 10px;
}

.calendar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.add-calendar-btn img{
  height: 20px;
  width: 20px;
}

.calendar-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 5px;
}

.calendar-days div {
  text-align: center;
  padding: 5px;
  cursor: pointer;
  border-radius: 4px;
}

.calendar-days div:hover {
  background: #eee;
  color: #040404;
}

.calendar-days .today {
  background: #e10600;
  color: #fff;
}

.year-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #111;
  border: 1px solid #333;
  border-radius: 8px;
  list-style: none;
  margin: 8px 0 0;
  padding: 5px 0;
  display: none;
  z-index: 10;
  min-width: 120px;
}

.year-dropdown li {
  padding: 10px 14px;
  cursor: pointer;
  color: #fff;
  transition: 0.2s;
}

.year-dropdown li:hover {
  background-color: #e10600;
}

.year-dropdown li.active {
  background-color: #e10600;
}


.add-calendar-btn {
  background: #e10600;
  border: none;
  color: #fff;
  padding: 10px 18px;
  border-radius: 20px;
  cursor: pointer;
  font-weight: bold;
}

.title {
  font-size: 24px;
  text-transform: uppercase;
  margin-top: 10px;
  text-align: center;
}

.featured__title {
  display: flex;
  justify-content: space-around;
  font-size: 14px;

  color: #aaa;
 
}
.featured__title-span1{
   position: absolute;
  z-index: 1;
  top:5px;
  left: 24px;
}
.featured__title-span2{
 position: absolute;
  z-index: 1;
  top:5px;
  left: 360px;
}
.featured__title-span3{
 position: absolute;
  z-index: 1;
  top:5px;
 right: 263px;
}

.featured__cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  padding: 0 20px;
}
.featured{
  position: relative;

}


.card {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: #151515;
}
.calendar__card--with-image {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
  gap:16px
}

.calendar__card--with-image .card__info {
  flex: 1;
}

.calendar__img {
 min-width: 120px;

  object-position: 0;
  object-fit: cover;
  border-radius: 0 10px 10px 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 0.9;
}

.calendar__card--with-image:hover .calendar__img {
  transform: scale(1.05);
  opacity: 1;
}

.card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
  opacity: 0.9;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.card:hover img {
  transform: scale(1.05);
  opacity: 1;
}

.card__info {
  position: absolute;
  bottom: 10px;
  left: 15px;
}

.card__info h3 {
  margin: 5px 0;
  font-size: 18px;
  color: #fff;
}

.card__info p {
  margin: 0;
  font-size: 13px;
  color: #ddd;
}

.calendar {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
 padding-top: 32px;
 padding-bottom: 32px;
}

.calendar__card {
  background: #151515;
  border-radius: 10px;
  padding: 20px;
  width: 100%;
  transition: background 0.3s ease;
}

.calendar__card:hover {
  background: #1e1e1e;
}

.card__flag {
  font-size: 20px;
  margin-bottom: 10px;
}
.featured .card-link::before{
  content:'';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.55);
  z-index: 1;
}
.card__info{
  
  z-index: 2;
}
.card-link{
  position: relative;
}

.calendar__card h3 {
  margin: 0 0 8px;
  font-size: 20px;
  display: -webkit-box;
    -webkit-line-clamp: 1;     /* Кол-во строк */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.calendar-card__info p{
 display: -webkit-box;
    -webkit-line-clamp: 2;     /* Кол-во строк */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.calendar__card p {
  font-size: 13px;
  color: #ccc;
  margin: 0 0 10px;
}

.date {
  font-weight: bold;
  font-size: 13px;
  color: #fff;
}
.gap-10 {
  grid-gap: 10px;
}
.content-center {
  display: flex;
  justify-content: center;
}
.articles {
  padding-bottom: 50px;
  padding-top: 50px;
}
.b-0 {
  bottom: 0;
}
.pb-0 {
  padding-bottom: 0;
}
.pt-0 {
  padding-top: 0;
}
.text-left {
  text-align: left;
}
.pl-12 {
  padding-left: 12px;
}
.footer {
  padding-bottom: 30px;
  padding-top: 50px;
  display: flex;
  grid-gap: 24px;
}
.footer-col {
  width: 100%;
  display: flex;
  flex-direction: column;
  grid-gap: 24px;
}
.grey-bg {
  background-color: rgb(20, 20, 20);
}
.pb-10 {
  padding-bottom: 10px;
}
.scale {
  transition: 0.3s all;
}
.scale:hover {
  scale: 1.1;
}
.pt-b-20 {
  padding-bottom: 20px;
  padding-top: 20px;
}


.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;
color: #dddddd;
}

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

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

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

.contact-form button:hover {
  background: #b72605;
}
.contacts_box{
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 16px;
}
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 24px;
}
.pag-bnt {
padding: 6px 12px;
  background-color: rgba(255, 254, 254, 0.57);
  border: 1px solid #fff;
  transition: 0.3s all;
}
 #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;
}
.pag-bnt:hover {
  border-color: rgb(235, 47, 6);
}
.fz-18 {
  font-size: 18px;
}
.active-pag {
  color: rgb(255, 255, 255);
  background: #eb2f06;
  border-color: rgb(235, 47, 6);
}
.h-20 {
  height: 20px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-32{
  margin-bottom: 32px;
}
.mb-16{
  margin-bottom: 16px;
}
.mb-8{
  margin-bottom: 8px;
}
.gap-24 {
  grid-gap: 24px;
}
.pos-relat {
  position: relative;
  z-index: 1111;
}
.teams {
  padding: 32px 0;
}
.teams-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 24px;
}
.team-card {
  display: flex;
  align-items: flex-start;
  grid-gap: 24px;
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  position: relative;
  width: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(100, 100, 100);
  border-radius: 12px;
}
.team-card-link {
  display: flex;
  background-color: rgba(0, 0, 0, 0);
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
}
.team-card-info {
  display: flex;
  flex-direction: column;
  grid-gap: 12px;
}
.team-card-info-text-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.news-desc-info p{
  font-size: 14px;
}
.h-114 {
  height: 114px;
}
.w-80 {
  width: 80px;
  object-fit: cover;
  height: 80px;
}
.contain {
  object-fit: contain;
}
.info-flex {
  display: flex;
  align-items: stretch;
}
.stats-base {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr 1fr 2fr;
}
.stats-base-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 12px;
}
.btn-wrapp {
  display: flex;
  justify-content: center;
  align-items: center;
}
.fz-14 {
  font-size: 14px;
  white-space: nowrap;
}
.pt-32 {
  padding-top: 32px;
}
.contanct {
 padding-top: 50px;
 padding-bottom: 32px;;
}
.contact-container{
  padding: 32px 0;
}
.contact-container h2{
  color: #dddddd;
}

.contact-container p{
  color: #8e8e8e;
}
.contact-cards {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  grid-gap: 24px;
}
.contact-card {
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 50px;
  position: relative;
  border-style: solid;
  border-radius: 12px;
  border-width: 1px;
  border-color: rgb(116, 116, 116);
  width: 100%;
}
.contact-card-img {
  background-color: rgb(0, 0, 0);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 12px;
  padding-left: 12px;
  padding-top: 12px;
  padding-right: 12px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -30px;
}
.team {
padding: 32px 0;
}
.team-top {
  display: flex;
  position: relative;
  align-items: flex-start;
}
.team-top::before {
  background-image: url('../images/bbf15c040e3a19cac43faa1cfc05e9cf.jpg');
  content: '';
  background-size: 30px;
  height: 100%;
  width: 100%;
  position: absolute;
  opacity: 0.1;
}
.team-top-left {
  width: 35%;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  position: relative;
  z-index: 1;
}
.team-top-left::before {
}
.icons-60 {
  width: 60px;
  height: 60px;
}
.team-below {
  grid-gap: 24px;
  display: flex;
}
.team-below-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  border-style: solid;
  border-width: 0;
  border-top-width: 3px;
  border-color: rgb(235, 47, 6);
  width: 100%;
}
.upper {
  text-transform: uppercase;
}
.mb-50 {
  margin-bottom: 50px;
}
.team-island-bg {
  background: #fff;
}

.team-island {
  padding-bottom: 30px;
  padding-top: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 16px;
}
.team-island-left {
  display: flex;
  flex-direction: column;
  grid-gap: 14px;
}
.team-island-right {
  grid-template-columns: 1fr 1fr;
  display: grid;
  grid-gap: 50px;
}
.team-island-right-box {
  display: flex;
  justify-content: space-between;
  padding-bottom: 16px;
  border-style: solid;
  border-width: 0;
  border-color: rgb(176, 176, 176);
  border-bottom-width: 1px;
}
.fw-600 {
  font-weight: 600;
}
.team-racer {
  padding-bottom: 50px;
  padding-top: 50px;
}
.team-racer-cards {
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
  grid-gap: 24px;
}
.team-racer-card {
  width: 100%;
}
.team-racer-card-info {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  padding-top: 20px;
  background-color: rgb(0, 0, 0);
  padding-left: 12px;
  padding-right: 12px;
}
.team-racer-card-info .icons-60{
  width: 40px;
  height: 40px;
}
.team-racer-card-info h2{
  font-size: 24px;
}
.between {
  justify-content: space-between;
}
.al-baseline {
  align-items: baseline;
  display: flex;
}
.racer {
 padding: 32px 0;
}
.racer-head {
  display: grid;
  grid-template-columns: 1fr 2fr;
  flex-direction: row-reverse;
}
.racer-head-img-wrapp {
}
.racer-head-img {
  height: 100%;
}
.racer-head-info {
  width: 100%;
}
.racer-head-info-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 24px;
}
.racer-head-info-top-text {
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  border-radius: 12px;
}
.racer-head-info-top-person {
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  border-radius: 12px;
}
.racer-head-info-top-person-box {
  display: flex;
  grid-gap: 5px;
  padding-bottom: 20px;
  border-style: solid;
  border-width: 0;
  border-bottom-width: 1px;
  border-color: rgb(151, 151, 151);
  width: 100%;
}
.col-grey {
  color: rgb(142, 142, 142);
}
.border-bott {
  padding-bottom: 12px;
  border-style: solid;
  border-width: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgb(183, 183, 183);
}
.recer-head-center {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  border-radius: 12px;
}
.recer-head-center-box {
  height: 150px;
  display: flex;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  width: 70%;
}
.bl-r {
  border-style: solid;
  border-width: 0;
  border-left-width: 1px;
  border-right-width: 1px;
  border-color: rgb(59, 59, 59);
}
.racer-head-bottom {
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  border-radius: 12px;
}
.racer-head-bottom-stats-table {
  width: 100%;
}
.racer-head-bottom-stats-table-head {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  background-color: rgb(35, 35, 35);
  border-radius: 12px 12px 0px 0px;
  text-align: center;
}
.racer-head-bottom-stats-table-row {
  grid-template-columns: repeat(8, 1fr);
  display: grid;
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  background-color: rgb(14, 14, 14);
  border-radius: 0px 0px 12px 12px;
  text-align: center;
}
.racer-head-bottom-stats-table-row-text {
  display: block;
  border-style: solid;
  border-width: 0;
  border-right-width: 1px;
  border-color: rgb(75, 75, 75);
}
.content-end {
  justify-content: flex-end;
}
.no-wrapp {
  white-space: nowrap;
}
.post {
  padding: 32px 0;
  display: flex;
  grid-gap: 30px;
}
.block {
  display: block;
}
.post-left {
  width: 70%;
}
.post-right {
  width: 30%;
}
.post-right-col {
  display: flex;
  flex-direction: column;
  grid-gap: 24px;
}
.video-post {
padding: 32px 0;
}
.video-post-top {
  display: flex;
  grid-gap: 24px;
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  background-color: rgb(0, 0, 0);
  border-radius: 12px;
}
.video-post-top-big {
  position: relative;
  width: 100%;
  height: 720px;
}
.video-post-top-big img:first-child{
  height: 720px;
}
.video-post-top-small {
  display: flex;
  flex-direction: column;
  width: 30%;
  justify-content: space-between;
  gap: 16px;
}
.video-post-top-small-card {
  position: relative;
  width: 300px;
}
/* Бургер меню */
    .burger-menu {
      display: none;
      flex-direction: column;
      cursor: pointer;
      z-index: 1000;
    }

    .burger-menu span {
      width: 30px;
      height: 3px;
      background-color: #fff;
      margin: 3px 0;
      transition: 0.3s;
    }

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

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

    .burger-menu.active span:nth-child(3) {
      transform: rotate(45deg) translate(-6px, -8px);
    }
    /* Standard desktop */
    @media(max-width:1250px){
      .team-top-right img{
        width: 100%;
      }
      .team-top-left {
        gap: 16px;
      }
      .team-top-left h2{
        font-size: 24px;
      }
      .team-below-box{
        font-size: 14px;
      }
      .racer-head-info-top .racer-head-img-wrapp{
  display: block;
  background: #000;
  padding: 12px;
  border-radius: 12px;
  height: 100%;
}
 .racer-head-info-top .racer-head-img-wrapp img{
  object-fit: cover;

 }
.racer-head-img-wrapp{
  display: none;
}
.racer-head{
  grid-template-columns: 1fr;
}
.racer-head-info-top{
  grid-template-columns: 1fr 1fr 1fr;
}
    }
    @media (max-width: 1200px) {
     
      
      .news-cards,
      .videos-cards,
      .racers-cards,
      .tourn-cards {
        gap: 20px;
      }
      
      .fz-52 {
        font-size: 42px;
      }
      
      .fz-24 {
        font-size: 20px;
      }
        .burger-menu {
        display: flex;
      }
      
      .header-nav-list {
        position: fixed;
        top: 0;
        right: -100%;
        width: 300px;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.95);
        flex-direction: column;
        align-items: flex-start;
        padding: 80px 30px;
        transition: 0.3s;
        overflow-y: auto;
        z-index: 999;
      }
      
      .header-nav-list.active {
        right: 0;
      }
      
      .header-nav-list-item {
        width: 100%;
    
      }
      
      .header-nav-list-item-link {
        font-size: 16px;
      }
      .post{
        flex-direction: column;
      }
      .post-left{
        width: 100%;
      }
      .post-right-col{
       display: grid;
       grid-template-columns: 1fr 1fr;
      }
      .post-right{
        width: 100%;

      }
      .team-racer .news-cards{
        display: grid;
        grid-template-columns: 1fr 1fr;
      }
    }
    @media(max-width:1120px){
      .contact-cards{
        display: grid;
       row-gap: 46px;
        grid-template-columns: 1fr 1fr;
      }
      .contact-card:first-child{
        grid-column: 1/-1;
      }
      .teams-cards{
        grid-template-columns: 1fr;
      }
      .team-card-info{
        width: 100%;
      }
      .info-flex{
        justify-content: space-between;
      }
      
    }
@media(max-width:1070px){
  .video-post-top{
    flex-direction: column;
  }
  .video-post-top-small{
    flex-direction: row;
    width: 100%;
  }
     .team-below-box{
        font-size: 12px;
      }
}
    /* Tablet portrait */
    @media (max-width: 992px) {
     
      
    
      
      .wellcome-text {
        width: 80%;
      }
      
      .news-main .news-cards {
        overflow-x: scroll;
     padding-bottom: 8px;
      }
      .news-main .news-cards::-webkit-scrollbar {
  height: 10px; /* Высота полосы прокрутки */
}

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

/* Фон полосы прокрутки */
.news-main .news-cards::-webkit-scrollbar-track {
  background-color: #f0f0f0; /* Светлый фон для полосы прокрутки */
}
        .news-main .news-cards .news-card{
          flex:0 0 auto;
          max-width: 310px;
        }
      
    
      
     
      
      .racers-cards {
        display: grid;
        grid-template-columns: 1fr 1fr;
      }
      
      .tourn-cards {
        flex-direction: column;
      }
      
      .review-cards {
        grid-template-columns: 1fr;
      }
      
      .footer {
        flex-wrap: wrap;
      }
      
      .footer-col {
        width: calc(50% - 12px);
      }
      
     
      
      .icon-90 {
        width: 70px;
        height: 70px;
      }
      .racers-card, .racers-card-link, .racers-card-link img{
        height: 500px;

      }
      .racers-card-link img{
        object-position: 0 0;
      }
      .videos-cards.grid3{
display: grid;
grid-template-columns: 1fr 1fr;
      }
      .videos-cards .videos-card:last-child{
        grid-column: 1/-1;
      }
      .team-island-right{
        grid-template-columns: 1fr;
      }
      .racer-head-info-top{
        grid-template-columns: 1fr 1fr;
      }
      .racer-head-info-top-person{
        grid-column: 1/-1;
      }
    }
@media(max-width:900px){
  .calendar{
    grid-template-columns: 1fr 1fr;
  }
   .video-post-top-small{
    overflow-x: scroll;
   }
   .video-post-top-small-card{
    flex: 0 0 auto;
    max-width: 300px;
   }
   .videos-cards{
    display: grid;
    grid-template-columns: 1fr 1fr;
   }
   .team-below{
    overflow-x: scroll;
   }
   .team-below::-webkit-scrollbar{
    height: 5px;
   }
   .team-below::-webkit-scrollbar-track {
    background: #f0f0f0; /* фон дорожки скролла */
    border-radius: 5px;
}
.team-below::-webkit-scrollbar-thumb {
    background: #000000; /* цвет "ползунка" */
    border-radius: 5px;
}
   .team-below-box{
    flex: 0 0 auto;
   }
   .team-racer-cards{
    grid-template-columns: 1fr 1fr;
   }
  
}
    /* Large phones and small tablets */
    @media (max-width: 768px) {
      
      .wellcome-text {
        width: 90%;
      }
      
      .fz-52 {
        font-size: 36px;
      }
      
      .fz-24 {
        font-size: 18px;
      }
      .grid3{
display: grid;
grid-template-columns: 1fr 1fr;
      }
      .grid3 .news-card{
        grid-column: 1/-1;
      }
      
    
      
      .news-desc-title {
        font-size: 18px;
        padding: 10px 10px 20px 10px;
      }
      
     
      
      .videos-card {
        width: 100%;
      }
      
      .racers-cards {
        grid-template-columns: 1fr;
      }
      
      .stats-table {
        font-size: 14px;
      }
      
      .review-card-top {
        flex-direction: column;
        gap: 20px;
      }
      .contacts_box{
        grid-template-columns: 1fr;
        gap: 0;
      }
      .contact-container{
        padding-top: 0;
      }
      .video-post-top-big{
        height: 500px;
      }
      .video-post-top-big img:first-child{
        height: 500px;
      }
       .team-top-left h2{
        font-size: 18px;
      }
      .team .icons-60{
        width: 30px;
        height: 30px;
      }
      .team-top-right{
        width: 100%;
      }
       .racer .news-cards{
    display: grid;
    grid-template-columns: 1fr 1fr;
   }
    }
    @media(max-width:650px){
  .info-flex, .stats-base{
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .btn-wrapp{
    grid-column: 1/-1;
  }
  .videos-cards{
    grid-template-columns: 1fr;
  }
    .team-racer .news-cards{
        display: grid;
        grid-template-columns: 1fr;
      }
      .racer-head-info-top{
        grid-template-columns: 1fr;
      }
      .racer-head-info-top .racer-head-img-wrapp img{
        height: 400px;
        width: 100%;
        object-position: top;
      }
      .racer-head-info-top-text{
        order: 1;
      }
      .racer-head-bottom-stats-table-head, .racer-head-bottom-stats-table-row-text{
        font-size: 12px;
      }
      .btn-out{
        font-size: 14px;
      }
     
}
@media(max-width:600px){
  .grid2, .grid3{
     display:grid;
     grid-template-columns: 1fr;
  }
  .videos-cards.grid3, .videos-cards.grid2{
     display:grid;
     grid-template-columns: 1fr;
  }
    .team-racer-cards{
    grid-template-columns: 1fr;
   }
   
  
}

@media(max-width:650px){
    .calendar{
    grid-template-columns: 1fr;
  }
}
    /* Standard phones */
    @media (max-width: 576px) {
      
      
      .header-logo-img {
        height: 45px;
      }
      
      .header-nav-list {
        width: 250px;
        padding: 60px 20px;
      }
      
     
      
      .wellcome-text {
        width: 100%;
      }
      
      .fz-52 {
        font-size: 28px;
        line-height: 1.2;
      }
      
      .fz-24 {
        font-size: 16px;
      }
      
      .btn-out {
        padding: 10px 20px;
        font-size: 14px;
      }
      
      .news,
      .videos,
     
     
      .review {
        padding: 30px 0;
      }
      
      .news-title {
        font-size: 28px;
        margin-bottom: 20px;
      }
      
     
      
      
      
      .tourn-card-desc {
        padding: 30px 10px;
      }
      
      .footer {
        flex-direction: column;
      }
      
      .footer-col {
        width: 100%;
      }
      
      .island {
        gap: 60px;
      }
      
      .island .icon-90 {
        width: 70px;
        height: 70px;
      }
      
      .icon-60 {
        width: 30px;
      }
      
      .icon-40 {
        width: 30px;
        height: 30px;
      }
      
      .icon-20 {
        width: 20px;
      }
      
      .play {
        width: 40px;
        height: 40px;
      }
      
      .stats-table-top,
      .stats-table-center-row {
        font-size: 12px;
        grid-template-columns: 0.5fr 1.5fr 1.5fr 0.8fr repeat(6, 0.8fr);
      }
      
      .review-card-center-row {
        font-size: 14px;
      }
      .post-right-col{
        grid-template-columns: 1fr;
      }
      .recer-head-center{
        flex-direction: column;
      }
        .recer-head-center .bl-r{
              border-left-width: 0;
    border-right-width: 0;
    border-bottom-width:1px;
    border-top-width:1px;
        }
        .racer-head-bottom-stats-table-row{
          padding: 8px;
        }
        .racer-head-bottom-stats-table{
          overflow-x: scroll;
        }
      
        .racer-head-info{
          overflow: hidden;
        }
        .racer-head-bottom-stats-table-head, .racer-head-bottom-stats-table-row{
          width: 500px;
        }
         .racer .news-cards{
    display: grid;
    grid-template-columns: 1fr;
   }
    }

    /* Small phones */
    @media (max-width: 480px) {
     
      
     
      
      .fz-24 {
        font-size: 14px;
      }
      
    
      
     
      
      .news-desc-info {
        padding: 8px 10px;
        font-size: 14px;
      }
      
      
      
      .video-desc {
        padding: 8px 12px;
        gap: 12px;
        font-size: 14px;
      }
      
      .video-desc-time {
        padding: 4px 6px;
        font-size: 12px;
      }
      .contact-cards{
        grid-template-columns: 1fr;
        row-gap: 40px;
      }
      .contact-card{
        padding-top: 40px;
      }
      .contact-card a{
        font-size: 14px;
      }
      .team-card-info-text-box span{
        font-size: 14px;
        text-align: center;
      }
      .team-card-info-text-box h5{
        font-size: 18px;
      }
      .video-post-top-big, .video-post-top-big img:first-child{
        height: 350px;
      }
      .team-island-left h3{
        font-size: 20px;
      }
      .team-island-left a{
        font-size: 12px;
      }
    }
    @media(max-width:450px){
      .wellcome-text .team-top-left{
  display: flex;
  color: #fff;
  margin-bottom: 16px;
  width: 100%;
  justify-content: center;
  align-items: center;
}
  .team-top-left h2{
    margin-bottom: 0;
  }
.wellcome-text .team-top-left .icons-60{
width: 30px;
height: 30px;
}
.wellcome-text-team h1, .team-top-left{
  display: none;
}
    }

    /* Very small phones */
    @media (max-width: 360px) {
    
      
      .header-logo-img {
        height: 40px;
      }
      
      .burger-menu span {
        width: 25px;
        height: 2.5px;
      }
      
      .header-nav-list {
        width: 200px;
      }
      
      
      
     
      
      .btn-out {
        padding: 8px 16px;
        font-size: 13px;
      }
      
      .news,
      .videos,
      .racers,
      .tourn,
      .review {
        padding: 25px 0;
      }
      
      .news-title {
        font-size: 24px;
        padding-left: 8px;
      }
      
     
    
    }

    /* Minimal phones - 320px */
    @media (max-width: 320px) {
      .header-logo-img {
        height: 35px;
      }
      
      .fz-52 {
        font-size: 24px;
      }
      
      .fz-24 {
        font-size: 13px;
      }
      
      .news-desc-title {
        font-size: 14px;
      }
      
    
      
      .island {
        flex-direction: column;
        align-items: center;
      }
      
      .icon-90 {
        width: 40px;
        height: 40px;
      }
    }

    /* Utility classes for responsive */
    @media (max-width: 992px) {
      .hide-mobile {
        display: none !important;
      }
    }

    @media (min-width: 993px) {
      .show-mobile {
        display: none !important;
      }
    }
