@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Raleway:wght@400;500;600;700;800&display=swap');

body{
   font-family: 'Inter', sans-serif;
}
  h1, h2, h3, h4, h5, h6 {
      font-family: 'Raleway', sans-serif;
    }
.splide {
  visibility: visible;
}

.slider-1 .splide__list {
  width: 100%;
}
.splide__pagination{
  position: relative;
  margin-top: 16px;
}
.splide__pagination__page.is-active{
  background-color: #8e0000;
}
.slider-2 .slider-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-wrapp {
  background-color: rgba(0, 0, 0, 0);
  position: relative;
  z-index: 2;
}
.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 14px 0;
  background-color: rgba(0, 0, 0, 0);
}
.container {
  max-width: 1440px;
  padding: 0 15px;
  margin: 0 auto;
}
.header-logo {
  height: 50px;
}
.header-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-nav-list-item-link {
  color: rgb(255, 255, 255);
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  white-space: nowrap;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border-style: solid;
    border-width: 0;
    border-bottom-width: 3px;
        border-color: transparent;
  padding-bottom: 12px;
  transition: 0.3s all;
}
.header-nav-list-item-link:active {
 
  border-color: rgb(85, 85, 85);
  color: rgb(85, 85, 85);
}
.wapp-bg {
  background-image: url("../images/8f7b9c876216f9f32460731bd50b04da.jpg");
  background-position: top;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.nav_ccontent {
  padding: 30px 0;
  display: flex;
  flex-direction: column;

}
.breadcrumbs{
  display: flex;
  align-items: center;
  gap: 8px;
  color:#fff;
}
.col-light-gray{
  color: #7a776f;
}
.nav_ccontent .main-news-header {
  margin-bottom: 0;
}
.nav_ccontent .main-news-header-title {
  font-size: 48px;
}
.resset-list {
  list-style: none;
  padding-left: 0;
}
#toTopBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none; /* скрыта по умолчанию */
  padding: 10px 15px;
  font-size: 18px;
  border: none;
  border-radius: 8px;
  background: #380202;
  color: white;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

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

#toTopBtn:active {
  opacity: 1;
}
.link-active {
  padding-bottom: 12px;
  border-style: solid;
  border-width: 0;
  border-bottom-width: 3px;
  border-color: rgb(85, 85, 85);
  color: rgb(85, 85, 85);
  font-size: 18px;
  font-weight: 700;
}
.header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 24px;
  padding-top: 65px;
}
.header-content-title {
  color: rgb(255, 255, 255);
  font-size: 48px;
  text-transform: uppercase;
  text-align: center;
}
.pb-48{
  padding-bottom: 48px;
}
.pb-32{
  padding-bottom: 32px;
}
.pt-32{
  padding-top: 32px;
}
.header-content-btn {
  padding-bottom: 16px;
  padding-left: 48px;
  padding-right: 48px;
  padding-top: 16px;
  color: rgb(255, 255, 255);
  text-decoration: none;
  text-transform: uppercase;
  border: 2px solid;
  font-weight: 600;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.header-content-btn:active {
  background: #fff;
  color: rgb(0, 0, 0);
}
.header-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 570px;
}
.mb-32{
  margin-bottom: 32px;
}
.mb-16{
  margin-bottom: 16px;
}
.mb-8{
  margin-bottom: 8px;
}
.mb-48{
  margin-bottom: 48px;
}
.pagination-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  cursor: pointer;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.dot {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  border: 1px solid #fff;
}
.banner-card-title-wra {
  background: #fff;
}
.preview-card-body {
  background: #000;
}
.preview-card-body-col.pr-20 {
  text-align: left;
}
.banner-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;

}
.banner-card {
  padding: 24px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  position: relative;
  background-color: rgba(0, 0, 0, 0);
  -webkit-backdrop-filter: grayscale(10%);
  backdrop-filter: grayscale(10%);
  border-style: solid;
  border-width: 1px;
}
.banner-card::after {
  background-color: rgba(0, 0, 0, 0.61);
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.banner-card::before {
  background-image: url("../images/b7d684fd5b6bdd8b769c2e966d3a279e.jpg");
  -webkit-filter: blur(10px);
  filter: blur(10px);
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.banner-card-title {
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 24px;
  position: relative;
  z-index: 1;
}
.banner-card-btn {
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  text-decoration: none;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  border: 2px solid #fff;
  border-radius: 20px;
  z-index: 11;
  font-size: 12px;
  position: relative;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.banner-card-btn:active {
  border-color: rgb(56, 2, 2);
  color: rgb(255, 255, 255);
  background: rgb(56, 2, 2);
}
.banner-card-btn::before {
  z-index: 0;
}
.col-white {
  color: rgb(255, 255, 255);
}
.bg-red {
  background: #380202;
}
.banner-card-title-wrapp-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 11;
  position: relative;
}
.banner-card-title-wrapp-nav::before {
  position: relative;
  z-index: 11;
}
.banner-card-title-wrapp-nav-link-img {
  cursor: pointer;
  border: 2px solid rgb(102, 103, 85);
  border-radius: 50%;
  height: 60px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 60px;
}
.baner-card-body-span-text-desc {
  z-index: 11;
  position: relative;
  text-align: center;
}
.baner-card-body-span-text-desc::before {
  z-index: 11;
  position: relative;
}
.isalnd-wrapp {
  background: #380202;
}
.island {
 padding: 32px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  row-gap: 30px;
}
.island-title {
  text-transform: uppercase;
}
.main-news-wrapp {
  background-image: url("../images/67da8feffdba66b85f3d67039ebad7e9.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.main-news {
  padding: 32px 0;
}
.main-news-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
}
.main-news-header-img {
  margin-bottom: 8px;
}
.main-news-header-title {
  font-size: 40px;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
}
.main-news-header-text {
  color: rgb(136, 136, 136);
  text-transform: uppercase;
}
.main-news-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-news-card-wrapp-img {
  -webkit-backdrop-filter: grayscale(10%);
  backdrop-filter: grayscale(10%);
  width: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.main-news-card-wrapp-img:active {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.main-news-card-img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.main-news-card-wrapp-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 10px;
  background: #1a1a1a;
  position: relative;
  padding-bottom: 26px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 26px;
  width: 100%;
  text-align: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.main-news-card-wrapp-text:active {
  background-color: rgb(56, 2, 2);
}
.main-news-card-wrapp-text::before {
  position: absolute;
  left: 0;
  top: 30px;
  content: "";
  border-color: rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 0;
  border-top-width: 0;
  border-bottom-width: 0;
  border-right-width: 29px;
  border-left-width: 29px;
  border-bottom-color: rgba(200, 69, 69, 0);
  border-right-color: rgb(26, 26, 26);
}
.double-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.double-cards::before {
}
.revers {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.slider {
 padding-top: 32px;
}
.bg-black {
  background: #000;
}
.slider-card {
}
.slider-card-img {
  cursor: pointer;
}
.row {
  position: relative;
}
.row::before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../images/0141171a39d63d9778b10303b16e2e07.png");
  content: "";
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  top: -70px;
}
.fillter {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.fillter:active {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.pb-150 {
  padding-bottom: 150px;
}
.slider-card-bottom-text {
  color: #ddd;
  text-align: center;
  font-size: 24px;
}
.main_videos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 32px 0;
  overflow: hidden;
}
.main_videos-title {
  font-size: 100px;
}
.main_videos-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-column-gap: 30px;

  -moz-column-gap: 30px;

  column-gap: 30px;
}
.main_videos-card {
  height: 500px;
  position: relative;
  border-radius: 10px;
}
.main_videos-card-img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  border-radius: 10px;
}
.main_videos-card-desc {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 30px;
  border-radius: 10px;
}
.main_videos-card-desc-img {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.main_videos-card-desc-img:hover {
  scale: 1.1;
}
.main_videos-card-desc-wrapp {
  z-index: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.main_videos-card-desc-wrapp-img {
  height: 24px;
  width: 24px;
}
.main_videos-card-desc-wrapp-text {
  color: rgb(255, 255, 255);
}

.position {
  -webkit-transform: translateY(200%);
  transform: translateY(200%);
}
.mt-50 {
  margin-top: 50px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-12 {
  margin-bottom: 12px;
}
.main-calendar-wrapp {
  background-image: url("../images/ba75e1b233c6b25d495883698305dece.jpg");
  background-repeat: no-repeat;
}
.main-calendar {
  padding: 40px 0;
}
.col-grey {
  color: rgb(72, 68, 68);
}
.event {
  background: #380202;
  height: 30px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 60%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  z-index: 111;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.event:hover {
  font-size: 17px;
}
.relative {
  position: relative;
}
.link-res {
  color: rgb(255, 255, 255);
  text-decoration: none;
  text-align: center;
  position: relative;
}
.upper {
  text-transform: uppercase;
}
.calendar-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.calendar-header-btn {
  background: transparent;
  border: 2px solid #fff;
  padding: 6px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  cursor: pointer;
}
.calendar-header-btn:active {
  color: rgb(113, 17, 17);
  border-color: rgb(113, 17, 17);
}
.calendar-header-title {
  font-size: 32px;
}
.island-videos-wrapp {
  background-image: url("../images/fd06353a8146b59c6a89b6949c00a305.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.island-videos-wrapp:hover {
}
.island-videos {
  padding: 32px 0;
}
.island-videos-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.island-videos-header-title {
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  border-left: 6px solid #380202;
  margin-bottom: 0;
  padding-left: 12px;
}
.border-color{
  border-color:#000;
}
.videos-text{
  color: #fff;
}
.btn-bg {
  text-transform: uppercase;
  padding-bottom: 10px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 10px;
  border-radius: 10px;
  background-color: rgb(23, 19, 19);
  cursor: pointer;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.btn-bg:hover {
  background-color: rgb(255, 69, 69);
}
.island-videos-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
}
.island-videos-card {
  width: 100%;
 
}
.island-videos-card-wrapp {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.island-videos-card-text-title{
  transition: 0.3s all;
}
.island-videos-card-text-title:hover{
  color: #7a776f;
}
.island-videos-card-wrapp-img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 250px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.island-videos-card-wrapp-img:hover {
  scale: 1.1;
}
.island-videos-card-wrapp-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.island-videos-card-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 12px;
}
.island-videos-card-text-date {
  color: rgb(196, 170, 170);
  display: block;
  margin-bottom: 16px;
}
.txt-left {
  text-align: left;
}
.main_news-wrapp {
  background-image: url("../images/c48e3db7fa945957da207a9c9e5f9a26.png");
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}
.main_news {
 padding: 32px 0;
}
.border-img {
  border: 3px solid #fff;
  border-radius: 50%;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  -o-object-fit: cover;
  object-fit: cover;
  height: 70px;
  width: 70px;
}
.translate-top {
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
}
.cards-border {
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  border-color: rgb(0, 0, 0);
  background-color: rgb(10, 9, 9);
  border-radius: 10px;
  overflow: hidden;
}
.main-callery {

}
.main-callery-cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}
.main-callery-cards:hover {
}
.main-callery-card {
  position: relative;
  width: 100%;
}
.main-callery-card:hover {
}
.main-callery-card-img {
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  height: 300px;
  width: 100%;
}
.main-callery-card-desc {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  row-gap: 50px;
  background-color: rgba(56, 2, 2, 0.73);
  cursor: pointer;
  opacity: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  text-align: center;
}
.main-callery-card-desc:hover {
  opacity: 1;
}
.main-callery-card-desc-icon-wrapp {
  height: 68px;
  width: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.38);
  border-radius: 50%;
}
.main-callery-card-desc-text {
  text-transform: uppercase;
  font-size: 24px;
  -moz-text-align-last: center;
  text-align-last: center;
}
.mt-100 {
  margin-top: 100px;
}
.mt-150 {
  margin-top: 150px;
}
.footer-wrapp {
  background: #1c1c1c;
}
.footer {
  display: grid;
  gap: 24px;
  padding: 32px 0;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.footer-col {
  width: 100%;
}
.footer-col-title {
  text-transform: uppercase;
}
.footer-col-list-item {
}
.hover {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.hover:hover {
  color: rgb(111, 6, 6);
}
.footer-social {
  height: 30px;
  width: 30px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.footer-social:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.list-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-self: center;
  grid-gap: 30px;
}
.privat-policy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.privat-policy-wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
.bg-second {
  background-image: url("../images/f7f2d5316295352f4280b7363e9ebe35.jpg");
  position: relative;
}
.bg-second::before{
  content: '';
  background-color: rgb(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
width: 100%;
height: 100%;
}
.head {
  background-color: rgb(0, 0, 0);
}
.shedule-card {
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  border: 1px solid #ddd;
  border-radius: 10px;
  width: 100%;
}
.shedule-card div.flex {
  display: grid;
  grid-template-columns: 2fr 1fr 2fr;
  justify-items: center;
  gap: 12px;
}
.shedule-card-title {
  border-style: solid;
  border-color: rgb(221, 221, 221);
  display: block;
  border-width: 0;
  border-bottom-width: 1px;
  padding-bottom: 15px;
}
.fz-24 {
  font-size: 24px;
}
.shedule-card-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.shedule-img {
  height: 17px;
  width: 17px;
}
.gap-20 {
  grid-gap: 20px;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0);
}
.gap-10 {
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  grid-gap: 10px;
}
.m-20 {
  margin-bottom: 20px;
}
.border-bottom {
  padding-bottom: 10px;
  border-style: solid;
  border-width: 0;
  border-bottom-width: 1px;
}
.pl-20 {
  padding-left: 20px;
}
.shedule {

}
.justify-content {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.results-content .btns-wrapp{
  bottom: 23px;
}
.results-content .results-content-card{
  padding-bottom: 85px;
}
.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.fz-60 {
  font-size: 60px;
}
.figh {
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.figh-top {
  margin-right: auto;
}
.p-l-r-120 {
  padding-left: 120px;
  padding-right: 120px;
}
.fight_tabs-btn {
  border-bottom: 5px solid transparent;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.active-border {
  border-color: rgb(68, 0, 0);
}
.img-30 {
  height: 30px;
  width: 30px;
  -o-object-fit: cover;
  object-fit: cover;
}
.figh-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(87, 0, 0, 0.49);
}
.figh-card-desc {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(35%, #121212),
    color-stop(0%, #121212),
    color-stop(105%, rgba(18, 18, 18, 0)),
    to(#121212)
  );
  background: linear-gradient(
    0deg,
    #121212 35%,
    #121212 0%,
    rgba(18, 18, 18, 0) 105%,
    #121212 100%
  );
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  row-gap: 20px;
  padding-bottom: 20px;
}
.figh-card-img {
  padding-top: 40px;
  padding-bottom: 0px;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.p-0 {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}
.figh-cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
 padding: 32px 0;
}
.news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 0;
}
.news-left .island-videos-cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 24px;
}
.small-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 15px;
  border-style: solid;
  border-width: 0;
  border-bottom-width: 1px;
  border-color: rgb(111, 111, 111);
  border-radius: 0;
  margin-bottom: 20px;
  background: transparent;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.small-card-img {
  height: 70px;
  width: 70px;
  margin-right: 10px;
}
.fz-14 {
  font-size: 14px;
}
.m-0 {
  margin-bottom: 0;
}
.news-side-bottom {
  padding-top: 50px;
}
.news-right {
  background: #380202;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  border-radius: 10px;
  height: 100%;
  min-width: 35%;
}

.w-100 {
  width: 100%;
}
.col-pink {
  color: rgb(142, 0, 0);
}
.col-black {
  color: rgb(0, 0, 0);
}
.p-l-r-20 {
  padding-left: 20px;
  padding-right: 20px;
}
.news-left {
  width: 100%;
}
.center-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.text-center {
  text-align: center;
}
.p-t-b-20 {
  padding-bottom: 20px;
  padding-top: 20px;
}
.btn-fight:hover {
  border-style: solid;
  border-width: 0;
  border-bottom-width: 5px;
  border-bottom-color: rgb(68, 0, 0);
}
.contact {
  padding: 40px 0;
}
.contact-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-gap: 24px;
}
.contact-nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  row-gap: 16px;
 padding: 12px;
  border-radius: 10px;
  border: 1px solid #858585;
  width: 100%;
}
.contact-nav-item-icon {
  height: 32px;
  width: 32px;
}
.contact-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contact-top-info {
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 16px;
}
.contact-top-title{
  width: 100%;
  text-align: left;
  color: #fff;
}
.contact-top-subtitle{
  width: 100%;
  text-align: left;
  margin-bottom: 32px;
}
.contact-top-info-item-title{
  font-size: 14px;
}
.contact-top-info-item-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.contact-top-info-item-row-icon {
  height: 32px;
  width: 32px;
}
.contact-top-info-item-row-icon:hover {
}
.contact-top-info-item-row-link {
  font-size: 18px;
  color: rgb(255, 254, 254);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.contact-top-info-item-row-link:hover {
  color: rgb(255, 58, 58);
}
.col-light {
  color: rgb(180, 180, 180);
}
.rank-wrapp {
  background-image: url("../images/ec3c0238a7336175c7c7dc16523ede3f.png");
}
 .filters {
      display: flex;
      flex-wrap: wrap;
     
      gap: 15px;
      margin-bottom: 15px;
    }
    /* Кастомный селект */
    .custom-select {
      position: relative;
      width: 127px;
      user-select: none;
    }
    .select-selected {
      background-color: #e2e2e2;
      padding: 10px;
      border-radius: 8px;
      cursor: pointer;
      font-size: 14px;
    }
    .custom-select:first-child{
        width: 200px;
    }
    .select-selected:after {
      content: "▼";
      position: absolute;
      right: 10px;
      top: 12px;
      font-size: 12px;
      pointer-events: none;
    }
    .select-items {
      position: absolute;
      background-color: #e2e2e2;
     
      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: #3cb3c3;
      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: #eaeaea;
      margin-bottom: 16px;
    }
.rank {
  grid-template-columns: 1fr 1fr;
  display: grid;
  grid-gap: 30px;
}
.result-top-title{
  color: #fff;
}
.rank-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.rank-col-title {
  color: rgb(255, 24, 24);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.rank-col-cards-all {
}
.rank-col-card-champion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(31, 31, 31, 0.10196)),
    color-stop(100%, rgba(31, 31, 31, 0.4)),
    to(rgba(31, 31, 31, 0.4))
  );
  background: linear-gradient(
    -90deg,
    rgba(31, 31, 31, 0.10196) 0%,
    rgba(31, 31, 31, 0.4) 100%,
    rgba(31, 31, 31, 0.4) 100%
  );
  grid-gap: 16px;
  border: 1px solid rgb(102, 103, 85);
  border-radius: 16px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.rank-col-card-champion-num {
  color: rgb(217, 217, 217);
  font-size: 64px;
}
.rank-col-card-champion-img {
  background: rgb(217, 217, 204);
  height: 120px;
  width: 120px;
  border-radius: 50%;
  border: 2px solid rgb(86, 86, 72);
  -o-object-fit: cover;
  object-fit: cover;
}
.rank-col-card-champion-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  row-gap: 10px;
}
.rank-col-card-champion-text-link {
  font-size: 40px;
  text-transform: uppercase;
}
.rank-col-card-champion-text-span {
  color: rgb(192, 192, 192);
  white-space: nowrap;
}
.rank-col-cards-small {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
}
.card-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
}
.wr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 0;
}
.contacts__form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contacts__field {
  display: flex;
  flex-direction: column;
}

.contacts__field label {
  margin-bottom: 5px;
  font-weight: 600;
  color:#fff;
}

.contacts__field input,
.contacts__field textarea {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
  color: #fff;
}

.contacts__field textarea {
  min-height: 120px;
  resize: vertical;
}

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

.contacts__btn:hover {
  background: #6c0000;
}
.contact{
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 16px;
}
.fz-18 {
  font-size: 18px;
}
.p-10 {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.p-24 {
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 24px;
}
.videos-wrapp {
  background-image: url("../images/c48e3db7fa945957da207a9c9e5f9a26.png");
}
.videos {
  padding: 40px 0;
}
.videos-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
}
.videos-top-big {
  position: relative;
  width: 100%;
}
.videos-top-big-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.play {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.play:hover {
  scale: 1.1;
}
.videos-small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 15px;
}
.video-small {
  position: relative;
  width: 277px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.video-small:hover {
}
.video-small-img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.video-small-time {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 10px;
  padding-right: 10px;
  background-color: rgba(0, 0, 0, 0.41);
  cursor: pointer;
}
.video-small-time:hover {
  content: "";
  background: transparent;
}
.videos-bottom {
}
.link-border {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  border-style: solid;
  border-width: 0;
  border-top-width: 1px;
  border-color: rgb(116, 116, 116);
}
.result {
  padding: 40px 0;
}
.results-top {
  margin-right: auto;
}
.results-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
.privacy{
  color:#fff;
}
.privacy ol {
list-style: decimal;
  padding-left: 20px;
  color: #f1f1f1;
}
.privacy ul {
  list-style: disc;
    padding-left: 20px;
  }
  .privacy h2{
    text-align: center;
    color: #ffffff;
    margin-bottom: 16px;
  }
 
 
  .contact-info-privacy{
display: flex;
flex-direction: column;
gap: 8px;
  }
  .privacy ol>li{
    margin-bottom: 32px;
  }
  .privacy li{
    margin-bottom: 8px;
  }

.results-select-link {
  color: rgb(24, 23, 23);
  text-decoration: none;
  padding-bottom: 6px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 6px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  border: 2px solid #000;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.results-select-link:hover {
  border-color: rgb(255, 38, 38);
}
.result-top-subtitle {
  display: block;
  font-size: 20px;
  color: #fff;
}
.results-content-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 24px;
}
.results-content-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 100%;
  gap: 12px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgb(0, 0, 0);
  border-radius: 16px;
  background-image: url("../images/8c21f8c431cfed87bc227845cd2b084e.jpg");
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;

}
.results-content-card-img {
  width: 150px;
  -o-object-fit: cover;
  object-fit: cover;
  height: 150px;
  z-index: 1;
  position: relative;
}
.results-content-card-info {
  z-index: 1;

  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.results-content-card-info-title {
  font-size: 30px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.results-content-card-info-title:hover {
  color: rgb(248, 69, 69);
}
.results-content-card-info-date {
  display: block;
  padding-bottom: 15px;
  border-style: solid;
  border-width: 0;
  border-bottom-width: 1px;
  border-color: rgb(131, 131, 131);
}
.results-content-card-info-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.results-content-card-info-text-wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.results-content .btns-wrapp {
  position: absolute;
  bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  gap: 24px;
}
.champ {
  -webkit-box-shadow: 0px 0px 10px 0px rgb(144, 116, 4);
  box-shadow: 0px 0px 10px 0px rgb(144, 116, 4);
  border-radius: 50%;
  height: 150px;
  width: 150px;
}
.review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;

  padding: 40px 0;
}
.review-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 16px;
  
}
.review-card {
  width: 100%;
}
.review-card .results-content-card-info {
  position: relative;
}
.review-card-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
}
.review-card-top-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.review-card-top-text-span {
  text-transform: uppercase;
}
.review-card-top-text-link {
  text-transform: uppercase;
}
.review-card-top-text-img {
  height: 30px;
  width: 30px;
}
.review-card-top-wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.block {
  display: block;
}
.card-weight {
  text-align: center;
}
.preview-card-body-col {
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.preview-card-body-col-img {
  height: 208px;
}
.preview-card-body-col-text {
  text-transform: uppercase;
}
.preview-card-bodyy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 16px;
  margin-bottom: 32px;
}
.space-betwen {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.txt-right {
  text-align: right;
}
.pr-50 {
  padding-right: 50px;
}
.pl-50 {
  padding-left: 50px;
}
.pr-20 {
  padding-right: 20px;
}
.rev-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.w-300px {
  width: 300px;
  text-align: center;
}
.rotate-180 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fighter-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  
}
.fighter-top-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 12px;
}
.fighter-top-item-head {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.fighter-top-item-col-text {
  text-align: center;
}
.fighter-top-item-head-text {
  background-color: rgba(37, 37, 37, 0.63);
  border-radius: 8px;
  padding-left: 8px;
  padding-right: 8px;
}
.fighter-top-item-title {
  text-transform: uppercase;
  font-size: 56px;
}
.fighter-top-item-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  row-gap: 10px;
}
.fighter-top-item-col-num {
  font-size: 64px;
  padding-bottom: 16px;
  border-style: solid;
  border-width: 0;
  border-bottom-width: 1px;
}
.fighter-top-item-img {
  width: 360px;
}
.border-l-r {
  border-style: solid;
  border-width: 0;
  border-right-width: 1px;
  border-left-width: 1px;
  padding-left: 16px;
  padding-right: 16px;
  border-color: rgba(102, 103, 85, 0.81);
}
.fighter-info-head-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.fighter-info-head-item-num {
  font-size: 56px;
  color: rgb(0, 0, 0);
  font-weight: 700;
}
.fighter-info-head-item-text {
  font-size: 18px;
  color: rgb(250, 250, 250);
}
.fighter-info-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.fighter-info-body-card {
  width: 100%;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.circle_progress {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: conic-gradient(
    red 0% 60%,
    /* красная часть */ white 60% 100% /* белая часть */
  );
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 22px;
  font-weight: bold;
  color: black;
  position: relative;
}

.circle_progress::after {
  content: "";
  position: absolute;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: #7a776f; /* внутренний серый фон */
}
.circle_progress span {
  position: relative; /* чтобы текст был поверх ::after */
  z-index: 1;
  font-size: 48px;
}

.fighter-info-body-card-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.fighter-info-body-card-top-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.fighter-info-body-card-top-text-title {
  padding-bottom: 10px;
  border-style: solid;
  border-width: 0;
  border-bottom-width: 1px;
  border-color: rgb(182, 173, 173);
}
.fighter-info-body-card-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.fighter-info-body-card-bottom-card-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.fighter-info-body-card-bottom-card-col-title {
  font-size: 56px;
  font-weight: 700;
  color: rgb(17, 17, 17);
}
.fighter-info-body-card-bottom-card-col-text {
  color: rgb(141, 0, 0);
}
.bg-inf {
  background-color: rgb(121, 119, 110);
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 24px;
}
.fighter-info-foot-cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.fighter-info-foot-card {
  width: 100%;
}
.fighter-info-foot-card-title {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 700;
}
.fighter-info-foot-card-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.fighter-info-foot-card-item-title {
  font-size: 22px;
  text-transform: uppercase;
  color: rgb(141, 0, 0);
}
.fighter-info-foot-card-item-text {
  color: rgb(0, 0, 0);
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
}
.fighter-info-foot-card-item-img {
  width: 100%;
}
.p-t-b-80 {
  padding: 40px 0;
}
.play-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.hover-shad {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.hover-shad:hover {
  -webkit-box-shadow: 0px 0px 20px 0px rgb(0, 0, 0);
  box-shadow: 0px 0px 20px 0px rgb(0, 0, 0);
}
.between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.p-res {
  margin-bottom: 0;
  margin-top: 0;
}
.shadoow {
  -webkit-box-shadow: 0px 0px 20px 0px rgb(3, 3, 3);
  box-shadow: 0px 0px 20px 0px rgb(3, 3, 3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgb(58, 0, 0);
}
.col-light-pink {
  color: rgb(255, 151, 151);
}
.p-t-b-10 {
  padding-bottom: 10px;
}
.pt-0 {
  padding-top: 0;
}
.pt-40 {
  padding-top: 40px;
}
.empty-match{
       grid-column: 1 / -1;
    text-align: center;
    color: #fff;
    font-size: 24px;
}
.bg-blur-over {
  background-color: rgba(0, 0, 0, 0.55);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 16px;
}
.pb-180 {
  padding-bottom: 180px;
}
.res-link {
  text-decoration: none;
}
/* Burger */
.menu-burger {
  width: 30px;
  height: 20px;
  background-color: transparent;
  cursor: pointer;
  border: none;
  padding: 0;
  z-index: 100;
  position: relative;
}
.menu-burger::after,
.menu-burger::before {
  content: "";
  position: absolute;
  left: 0;
}
.menu-burger::before {
  top: 0;
  -webkit-transition: top 0.3s 0.3s, -webkit-transform 0.3s;
  transition: top 0.3s 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, top 0.3s 0.3s;
  transition: transform 0.3s, top 0.3s 0.3s, -webkit-transform 0.3s;
}
.menu-burger::after {
  bottom: 0;
  -webkit-transition: bottom 0.3s 0.3s, -webkit-transform 0.3s;
  transition: bottom 0.3s 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, bottom 0.3s 0.3s;
  transition: transform 0.3s, bottom 0.3s 0.3s, -webkit-transform 0.3s;
}
.menu-burger__line,
.menu-burger::after,
.menu-burger::before {
  display: block;
  width: 100%;
  border-radius: 10px;
  height: 4px;
  background-color: #ffffff;
}
.menu-burger--active .menu-burger__line {
  display: none;
}
.menu-burger--active::before {
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  top: 50%;
  -webkit-transition: top 0.3s, -webkit-transform 0.3s 0.3s;
  transition: top 0.3s, -webkit-transform 0.3s 0.3s;
  transition: top 0.3s, transform 0.3s 0.3s;
  transition: top 0.3s, transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
}
.menu-burger--active::after {
  -webkit-transform: translateY(50%) rotate(-45deg);
  transform: translateY(50%) rotate(-45deg);
  bottom: 50%;
  -webkit-transition: bottom 0.3s, -webkit-transform 0.3s 0.3s;
  transition: bottom 0.3s, -webkit-transform 0.3s 0.3s;
  transition: bottom 0.3s, transform 0.3s 0.3s;
  transition: bottom 0.3s, transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
}
.menu-burger {
  display: none;
}
.burger_overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 1;
}
.burger_overlay--active {
  opacity: 1;
  pointer-events: auto;
}

.no-scroll {
  overflow: hidden;
  height: 100%;
}
/* Calendar */
.wrapper {
  max-width: 1440px;
  width: 100%;
  padding: 0 16px;
  margin: 0 auto;
}
.f-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.jcc {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.mb-24 {
  margin-bottom: 24px;
}
.fz-24 {
  font-size: 24px;
}
.fw-600 {
  font-weight: 600;
}
.switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.calendar-head {
  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  display: grid;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  height: 60px;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
  color: rgb(255, 255, 255);
  font-variant: small-caps;
}
.calendar-head div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #333;
  height: 100%;
}
.calendar-matches {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-template-rows: auto;

  border: 1px solid #333;
  color: #ddd;
}

.calendar-day {
  border-style: solid;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 200px;
  padding: 16px 0;

  position: relative;
  text-align: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #333;

  -webkit-transition: 0.3s;

  transition: 0.3s;
}
.calendar-day span:first-child {
  font-size: 30px;
  padding-right: 10px;
}
.calendar-team-logo {
  height: 64px;
  width: 64px;
  -o-object-fit: contain;
  object-fit: contain;
}
.calendar-link {
  text-decoration: none;
  color: rgb(0, 0, 0);
  padding: 4px 12px;
  font-weight: 600;

  background: #380202;
  color: #ddd;
  text-transform: uppercase;

  -webkit-transition: 0.3s;

  transition: 0.3s;
}
.calendar-link:active {
  background: #270202;
  color: rgb(255, 255, 255);
}
.dropdown-date-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 200px;
  overflow-y: auto;
  padding: 4px 0;
  background-color: #262626;
  color: white;
  border-radius: 6px;
  border: 1px solid #1d1d1d;
  font-size: 14px;
  min-width: 100px;
  max-width: 140px;
  width: 100%;
}
.dropdown-date-menu::-webkit-scrollbar {
  width: 8px;
}

.dropdown-date-menu::-webkit-scrollbar-track {
  background: #1d1d1d;
  border-radius: 4px;
}

.dropdown-date-menu::-webkit-scrollbar-thumb {
  background-color: #380202;
  border-radius: 4px;
  border: 2px solid transparent;
  background-clip: content-box;
}

.dropdown-date-menu::-webkit-scrollbar-thumb:hover {
  background-color: #1d1d1d;
}
.dropdown-item {
  padding: 6px 12px;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.dropdown-item:hover {
  background-color: #380202;
  color: #ddd;
}
.ellipsis-multiline {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1400px) {
  .calendar-team-logo {
    height: 48px;
    width: 48px;
  }
  .review-cards {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1200px) {
  .fighter-top .fighter-top-item:last-child {
    display: none;
  }
  .figh-cards {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .rank-col-card-champion_big .rank-col-card-champion-text-link {
    font-size: 24px;
  }
  .rank-col-card-champion-img {
    height: 100px;
    width: 100px;
  }
  .results-content-cards .results-content-card-img {
    width: 100px;
    height: 100px;
  }
  .results-content-cards .results-content-card-info-title {
    font-size: 24px;
  }
  .results-content-cards .results-content-card-info-text {
    gap: 16px;
  }
}
@media (max-width: 1150px) {
  .menu-burger {
    display: block;
  }
  .header-nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    gap: 24px;
    z-index: 99;
    overflow: scroll;
    width: 250px;

    background-image: url("/images/64b3c42e861f392bfba15f787b60a9b2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    flex-direction: column;
    padding-top: 50px;
    height: 100vh;
    padding-bottom: 50px;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 32px;

    -webkit-transform: translateX(100%);

    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .menu-burger--active::before,
  .menu-burger--active::after {
    background-color: #fff;
  }
  .header-nav-list-mobile {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-left: 50px;
    -webkit-backdrop-filter: blur(19px);
    backdrop-filter: blur(30px);
    font-weight: 700;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .header-nav-list-mobile .link-active,
  .header-nav-list-item-link {
    padding-bottom: 6px;
  }
  .contact-nav{
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .contact-nav-item:last-child{
    grid-column: 1/-1;
  }
}
@media(max-width:1100px){
  .news-right {
    display: none;
  }
}
@media (max-width: 1050px) {
  .rank {
    grid-template-columns: 1fr;
    width: 100%;
  }
  .rank-col {
    margin-bottom: 0;
  }
  .videoss .island-videos-cards{
 display: grid;
 grid-template-columns: 1fr 1fr;

}
}
@media (max-width: 1000px) {
  .calendar-head,
  .day-empty {
    display: none;
  }
  .calendar-matches {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    gap: 24px;

    border: 0;
  }

  .calendar-team-logo {
    height: 72px;
    width: 72px;
  }
  
  .results-content-cards {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
@media (max-width: 950px) {
  .main_videos-cards,
  .main_island-videos-cards {
    overflow-x: auto;
  }
  .main_videos-cards::-webkit-scrollbar,
  .main_island-videos-cards::-webkit-scrollbar {
    display: none;
  }
  .main_videos-card,
  .main_island-videos-cards .island-videos-card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 250px;
    margin-top: 0;
  }
  .fighter-info-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .fighter-info-foot-cards {
    grid-template-columns: 1fr;
  }
  .fighter-info-head-item-num {
    font-size: 38px;
  }
  .fighter-info-head-item-text,
  .fighter-info-foot-card-title {
    font-size: 18px;
  }
  .shedule-cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .record .fz-60,
  .fighter-info .fz-60 {
    font-size: 48px;
    margin-bottom: 24px;
  }
  .fight_tabs-btn {
    padding: 0 80px;
  }
  .island-videos-card.translate-top{
    transform: translateY(0);
  }
}
@media (max-width: 850px) {
  .main-news,
  .main-calendar {
    padding: 40px 0;
  }
  .slider {
    padding-top: 30px;
  }
  .slider_wrapp {
    padding-bottom: 40px;
  }
  .pb-150 {
    padding-bottom: 100px;
  }
  .main_videos {
    padding-bottom: 40px;
  }
  .footer {
    grid-template-columns: 1fr 1fr;
  }
  .contact-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .fighter-top-item-title,
  .fighter-top-item-col-num {
    font-size: 48px;
  }
  .fighter-top-item-img {
    width: 100%;
    height: 100%;
    /* height: 320px; */
    -o-object-fit: contain;
    object-fit: contain;
  }
  .fighter-top {
    display: grid;
    grid-template-columns: 2fr 1fr;
  }
  .figh-cards {
    grid-template-columns: 1fr 1fr;
  }
  .videos-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
  }
  .videos-small {
    overflow-x: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 16px;
  }
  .videos-small::-webkit-scrollbar {
    display: none;
  }
  .video-small {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 200px;
  }
  .videos_island-videos-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
 .contact{
  grid-template-columns: 1fr;
 }
}

@media (max-width: 768px) {
  .calendar-matches {
    grid-template-columns: 1fr 1fr;
  }
  .header-content-title {
    font-size: 50px;
  }
  
  
  .main-news-card-wrapp-text {
    display: none;
  }
  .double-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .calendar-header-title {
    font-size: 24px;
  }
  .news_island-videos-cards .translate-top {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .news_island-videos-cards .cards-border:last-child {
    display: none;
  }
  .slider .main-news-header {
    margin-bottom: 0;
  }
  .main_videos-cards-bottom .main_videos-card {
    margin-top: 0;
  }
  .main_videos-title {
    font-size: 50px;
  }
  .results-content-card-img {
    height: 100px;
    width: 100px;
  }
  .news-left .island-videos-cards {
    grid-template-columns: 1fr 1fr;
  }
  .main-news-header{
    padding-bottom: 0;
  }
}
@media (max-width: 650px) {
 
  .nav_ccontent .main-news-header-title {
    font-size: 32px;
  }
  .fighter-top {
    display: grid;
    grid-template-columns: 1fr;
  }
  .fighter-top-item_img-wrapp {
    display: none;
  }
  .fighter-top {
    padding: 12px;
  }
  .fight_tabs-btn {
    padding: 0 40px;
  }
  .review-card .results-content-card {
    padding: 12px 12px 24px 12px;
  }
  .preview-card-bodyy {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .preview-card-body-col:first-child,
  .preview-card-body-col:last-child {
    display: none;
  }
  .main-news-header-img{
    height: 50px;
    width: 50px;
  }
  .calendar-team-logo{
    height: 50px;
    width: 50px;
  }
  .calendar-day .justify-content{
    justify-content: space-around;
  }
  .main-news-header-title{
    font-size: 32px;
  }
  .results-content-cards .results-content-card-info-title{
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .wapp-bg:not(.bg-second) {
    background-position: -870px 0;
  }
  .header-content-title {
    font-size: 40px;
  }
  .header-text {
  
    width: 300px;
  }
  .header-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
 
  .island-title,
  .main-news-header-title {
    text-align: center;
  }
  .pb-150 {
    padding-bottom: 50px;
  }
  .calendar-header-title_main {
    display: none;
  }
  .main_news {
    padding: 40px 0;
  }
  .main-news-header.pb-150 {
    padding-bottom: 40px;
    margin-bottom: 0;
  }
  .news_island-videos-cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
  }
  .main-callery {
    display: none;
  }
  .main_videos {
    padding-top: 20px;
  }
  .main_videos-title {
    margin-bottom: 20px;
  }
  .circle_progress {
    width: 120px;
    height: 120px;
  }
  .circle_progress::after {
    height: 80px;
    width: 80px;
  }
  .circle_progress span {
    font-size: 24px;
  }
  .fighter-info-body-card-bottom-card-col-title {
    font-size: 34px;
  }
  .fighter-info-head-item-num {
    font-size: 18px;
  }
  .fighter-info-head-item-text,
  .fighter-info-foot-card-title {
    font-size: 12px;
  }
  .record .fz-60,
  .fighter-info .fz-60 {
    font-size: 24px;
  }
  .figh-cards {
    grid-template-columns: 1fr;
    width: 100%;
  }
  .header-logo {
    height: 40px;
  }
  .rank-col-card-champion_big .rank-col-card-champion-num {
    font-size: 48px;
  }
  .rank-col-card-champion-text-link {
    font-size: 12px;
  }
  .rank-col-card-champion {
    margin-bottom: 24px;
  }
  .results-select {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 24px;
  }
  .review-card-top-wrapp:first-child,
  .review-card-top-wrapp:last-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 12px;
  }
  .review-card-top {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .review-card-top-wrapp {
    padding: 0;
  }
  .post a span,
  .post p {
    font-size: 13px;
  }
  .main_videos-card {
    height: 350px;
  }
  .mb-50 {
    margin-bottom: 24px;
  }
   .videoss .island-videos-cards{
 display: grid;
 grid-template-columns: 1fr;

}
}
@media (max-width: 550px) {
  .results-content-card-info-title {
    font-size: 18px;
  }
  .results-content-card-info-text-wrapp {
    font-size: 12px;
  }
  .results-content-card-img {
    height: 80px;
    width: 80px;
  }
  .videos .p-24 {
    padding: 12px;
  }
   .contact-top-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
 
  }
  .contact-nav{
    grid-template-columns: 1fr;
  }
  .rank-col-card-champion_big .rank-col-card-champion-num{
      font-size:28px;
  }
}

  @media (max-width: 500px) {
    .calendar-matches {
      grid-template-columns: 1fr;
    }
    .footer {
      grid-template-columns: 1fr;
    }
    .privat-policy {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .bg-inf {
      padding: 12px;
    }
    .shedule-card .fz-24 {
      font-size: 16px;
    }
    .shedule-card .banner-card-title-wrapp-nav-link-img {
      height: 40px;
      width: 40px;
    }
    .shedule-card .flex span {
      font-size: 14px;
    }
    .fighter-top-item-title,
    .fighter-top-item-col-num {
      font-size: 32px;
    }
    .news-left .island-videos-cards {
      grid-template-columns: 1fr;
    }
    .rank-col-card-champion-img {
      width: 80px;
      height: 80px;
    }
    .rank-col-cards-small .rank-col-card-champion-num,
    .rank-col-cards-small .rank-col-card-champion-text-span,
    .preview-card-body-col-text {
      font-size: 12px;
    }
    .preview-card-body-col-text {
      white-space: nowrap;
    }
    .results-content-cards .results-content-card-img{
      width: 80px;
      height: 80px;
    }
  }

  @media (max-width: 450px) {
    .calendar-header {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      gap: 24px;
    }
    #year-label {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
    }
    #year-label,
    #month-label {
      width: 140px;
    }
    .results-content-card {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding-bottom: 84px;
    }
    .results-content-card .results-content-card-info-text {
      margin-bottom: 0;
    }
    .fighter-top-item-head-text {
      font-size: 12px;
    }
    .fight_tabs-btn {
      padding: 0 20px;
    }
    .shedule-card {
      padding: 12px;
    }
    .card-start {
      gap: 8px;
    }
    .review-card-top-text {
      font-size: 12px;
    }
    .preview-card-body-col {
      padding: 0;
    }
    .island-videos-header-title {
      font-size: 16px;
    }
    .autor-wrapp span {
      font-size: 12px;
    }
    .videos_island-videos-cards {
      grid-template-columns: 1fr;
    }
    .videos-top-big .play {
      height: 40px;
      width: 40px;
    }
    .fighter-top-item-head{
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 8px;
    }
  }

@media (max-width: 380px) {
  .rank-col-cards-small .rank-col-card-champion-num,
  .rank-col-cards-small .rank-col-card-champion-text-span,
  .rank-col-card-champion-text-link {
    font-size: 10px;
  }
  .rank-col-card-champion_big .rank-col-card-champion-text-link {
    font-size: 18px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .calendar-header-btn:hover {
    color: rgb(113, 17, 17);
    border-color: rgb(113, 17, 17);
  }
  .calendar-link:hover {
    background: #270202;
    color: rgb(255, 255, 255);
  }
  .header-nav-list-item-link:hover {
    border-style: solid;
    border-width: 0;
    border-bottom-width: 3px;
    border-color: rgb(85, 85, 85);
    color: rgb(85, 85, 85);
  }
  .header-content-btn:hover {
  background: #fff;
  color: rgb(0, 0, 0);
}
.banner-card-btn:hover {
  border-color: rgb(56, 2, 2);
  color: rgb(255, 255, 255);
  background: rgb(56, 2, 2);
}
.main-news-card-wrapp-img:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.main-news-card-wrapp-text:hover {
  background-color: rgb(56, 2, 2);
}
.fillter:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
}
