@import url("https://fonts.googleapis.com/css2?family=PT+Sans&family=Open+Sans&display=swap");




h1,
h2,
h3 {
  font-family: "PT Sans", sans-serif; /* заголовки спортивные */
}

body {
  font-family: "Open Sans", sans-serif; /* основной текст */
}
.splide__pagination{
  position: relative !important;
  margin-top: 24px !important;
}
.splide__pagination__page.is-active{
  background: #77a96a !important;
}
.ellipsis-multiline {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ellipsis {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 300px;
}

.header_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 15px;
}
.header {
  justify-content: flex-end;
}
.header_logo {
  background-color: rgba(0, 0, 0, 0);
}
.header_logo-img {
  padding-bottom: 6px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 6px;
}
.top_logo {
  -o-object-fit: contain;
  object-fit: contain;
}
.header_nav {
  display: flex;
}
.header_nav_list {
  display: flex;
  grid-gap: 24px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0;
}
.header_nav_list-item {
  list-style: none;
}
.header_nav_list_link {
  text-decoration: none;
  color: rgb(28, 61, 64);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  transition: 0.3s all ease;
}
.header_nav_list_link:hover {
  color: rgb(119, 169, 106);
}
.header_nav-tel {
  text-decoration: none;
  color: rgb(28, 61, 64);
  position: relative;
  align-items: center;
  display: flex;
}
.header_nav-tel::before {
  content: "";
  background-image: url("../images/04d8f897287b82b53d51cb50657f0234.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 16px;
  width: 16px;
  position: absolute;
  left: -20px;
}
.header_nav-btn {
  text-decoration: none;
  color: rgb(255, 255, 255);
  background-color: rgb(119, 169, 106);
  padding: 6px 12px;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 500;
  transition: 0.3s all ease;
  
  display: flex;
  align-items: center;
}
.header_nav-btn:hover {
  background-color: rgb(135, 183, 117);
}

.header_contact {
  display: flex;
  margin-left: auto;
  grid-gap: 20px;
}
.contact_cards{
display: grid;
grid-template-columns: 1fr 1fr;
gap: 16px;
}
.contact_cards .main-card:last-child{
  grid-column: 1/-1;
}
.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;
}

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

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

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

.contacts__btn:hover {
  background: #5a8151;
}
.contacts_box{
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 16px;
}
.banner_wrapper {
  background-image: url("../images/c7585754b4a8484d151fe9acec3aef84.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.banner {
  padding-bottom: 211px;
  padding-top: 150px;

  display: flex;
  align-items: center;
  flex-direction: column;
  grid-gap: 20px;
}
.banner_title {
  text-align: center;
  font-size: 57px;
  font-weight: 400;
  text-transform: uppercase;
  color: rgb(28, 61, 64);
}
.banner_span {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  color: rgb(28, 61, 64);
}
.banner_desc {
  font-size: 18px;
  font-weight: 400;
  color: rgb(28, 61, 64);
}

.golfers_wrapper {
  background-color: rgb(255, 255, 255);

  transform: translateY(-8px);
  overflow: hidden;
}

.golfers_text {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.golfers_span {
  font-size: 18px;
  color: rgb(119, 154, 106);
  position: relative;
  text-transform: uppercase;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
}
.golfers_span::after {
  border-radius: 50%;
  border-top-color: rgba(119, 154, 106, 0);
  height: 5px;
  width: 5px;
  top: 13px;
  left: -10px;
  position: absolute;
  content: "";
  border-color: rgba(119, 154, 106, 0);
  background-color: rgb(119, 154, 106);
}
.golfers_span::before {
  position: absolute;
  content: "";
  height: 5px;
  width: 5px;
  top: 13px;
  border-radius: 50%;
  background-color: rgb(119, 154, 106);
  right: -10px;
}
.golfers_title {
  font-size: 48px;
  text-transform: uppercase;
  margin-bottom: 16px;
  color: rgb(28, 64, 61);
  text-align: center;
}
.golfers_card-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
}
.golfers_card-link:hover {
  background-color: rgba(0, 0, 0, 0);
}
.golfers_card {
  background: #fff;
  box-shadow: 0px 0px 19px -1px rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: flex-start;
  flex-direction: column;

  border-radius: 100px 100px 10px 50px;
padding: 0 12px;
 
  position: relative;
}
.golfers_card-img {
  height: 200px;
  width: 200px;
  padding-top: 8px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.3s all ease;
}
.golfers_card-img:hover {
  scale: 1.1;
  border-bottom-color: rgba(0, 0, 0, 0);
  box-shadow: 0px 10px 10px -4px rgb(119, 169, 106);
}
.golfers_card-desc {
 
  font-weight: 400;
  font-size: 18px;
  color: rgb(28, 61, 64);
  
}
.teams__logo{
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}
  .teams__logo img{
     height: 60px;
    }

    .teams__list {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr;
      gap: 20px;
      justify-items: center;
    }

    .teams__card {
      position: relative;
      background: #fff;
      color: #000;
      border-radius: 10px 10px 90px 10px;
      transition: 0.3s all;
      
      width: 100%;
      box-shadow: 1px 0 4px 2px rgba(0,0,0,0.2);
      text-align: left;
    }
    .teams__card:hover{
      background: #e8e8e8;
    }
    .teams-cards{
      display: flex;
      flex-direction: column;
      gap: 16px;
    }
    .fireballs{
 background: #d61920;
    }
    .aces{
          background-color: rgb(26, 27, 55);
    }
    .cleeks{
          background-color: rgb(3, 64, 52);
    }
 .crushers{
  background-color: rgb(17, 27, 43);
 }
    
    .teams-cards-club{
     
      color: #fff;
    padding: 12px 12px 32px 12px;
      text-align: center;
      border-radius:10px
    }
    .btn-teams-card{
      position: absolute;
      bottom: -17px;
      right: 50%;
    transform: translate(50%);
    }
    .btn-teams-card .btn_events{
      display: flex;
    }
    .teams__info div{
      display: flex;
      gap: 8px;
      align-items:center;
    }

    .teams__img a {
     
      display: flex;
      align-items: center;
      justify-content: center;
      height: 220px;
      border-radius: 10px;
    }
    .teams__name-link{
      transition: 0.3s all;
    }
    .teams__name-link:hover{
      color: #779a6a;
    }

    .teams__img img {
      max-width: 100%;
      height: 100%;
    }

    .teams__info {
      padding: 12px;
    }

    .teams__flag {
      width: 20px;
      height: 14px;
      margin-right: 6px;
    }

    .teams__name {
      font-weight: bold;
      font-size: 16px;
      margin: 4px 0;
    }

    .teams__country {
      font-size: 14px;
      color: #666;
    }
.golfers_card-btn {
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
  padding-bottom: 0px;
  transform: translateY(20px);
  transition: 0.3s all ease;
}
.golfers_card-btn:hover {
  background-color: rgb(119, 169, 106);
}
.golfers_card-btn-img {
  width: 20px;
  height: 20px;
  background-size: cover;
  background-repeat: no-repeat;
}
.golfers_card-btn-img:hover {
  background-color: rgba(0, 0, 0, 0);
  color: rgb(0, 0, 0);
}
.golfers_cards {
  display: flex;
  grid-gap: 24px;
  padding-bottom:24px;
  justify-content: space-between;
}

.videos-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.videos-row{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
  margin-bottom: 24px;
}

.videos-header-title {
  color: rgb(28, 64, 61);
  text-transform: uppercase;
}
.trophy img{
  height: 200px;
  margin-bottom: 8px;
}
.trophy{
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
  justify-content: center;
  padding: 12px;
  border: 1px solid #ddd;
}
.player_match-cards{
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.radius {
  border-radius: 100px;
}
.video-row {
  display: flex;
  justify-content: space-between;
  width: 100%;

  gap: 16px;
}

.video {
  width: 100%;
  position: relative;
  cursor: pointer;
  transition: 0.3s all;
  min-height: 300px;
  max-height: 300px;
}
.video:hover {
  opacity: 0.8;
}
.mb-24 {
  margin-bottom: 24px;
}
.mb-32{
  margin-bottom: 32px;
}
.mb-16{
  margin-bottom: 16px;
}
.video_link-img {
  width: 100%;
 height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
}
.video_desc {
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 1) 1%,
    rgba(255, 255, 255, 0)
  );
  justify-content: flex-end;
  padding: 12px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: 0.3s all;
  color: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
}
.video_desc-img {
  height: 44px;
  width: 44px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}
.video_desc-title {
  color: rgb(255, 255, 255);
}
.video_desc-info {
  display: flex;
  grid-gap: 5px;
  align-items: center;
}
.video_desc-info-img {
  height: 24px;
  width: 24px;
}
.videos_btn_wrapp{
  display: flex;
  justify-content: center;
}
.flex-col {
  grid-gap: 12px;
  display: flex;
  flex-direction: column;
}
.news_wrapper {
  background-color: rgb(239, 242, 242);
}

.news-title {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
  font-size: 48px;
}
.news_cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  justify-content: space-around;
  margin-bottom: 20px;
}
.news_card {
  background-color: rgb(255, 255, 255);
  width: 100%;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.35);

  border-radius: 30px 30px 30px 30px;
  display: flex;
  flex-direction: column;
}
.news_card-link-img {
  width: 100%;
  height: 247px;
  border-radius: 20px 20px 50px 50px;
  margin-bottom: 30px;
  -o-object-fit: cover;
  object-fit: cover;
}
.news_card-text {
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  grid-gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
}
.news_card-text-title {
  color: rgb(15, 30, 31);
  font-size: 24px;
  margin-bottom: auto;
}

.news_card-text-btn {
  text-decoration: none;
  border: 1px solid #77a96a;
  color: rgb(28, 61, 64);
 padding: 6px 12px;
  text-transform: uppercase;
  transition: 0.3s all ease;
  margin-top: auto;
}
.news_card-text-btn:hover {
  background-color: rgb(119, 169, 106);
  color: rgb(255, 255, 255);
}
.element_wrapper {
  background-color: rgb(28, 64, 61);
  color: rgb(255, 255, 255);
}
.element_wrapper:hover {
  background-color: rgb(28, 64, 61);
}
.element {
  padding-bottom: 50px;
  padding-top: 50px;
  overflow: hidden;
}
.element_cards {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
.element_card {
  max-width: 262px;
  display: flex;
  align-items: center;
  grid-gap: 15px;
}
.element_card-icon {
  height: 50px;
  width: 50px;
}
.element_card-text-title {
  font-size: 48px;
  font-family: Georgia;
}
.element_card-text-desc {
  font-weight: 500;
}
.element_card-icon-wrapper {
  background-color: rgb(43, 108, 103);
  border-radius: 50%;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
}
.events {
  overflow: hidden;
}

.events_cards {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 40px;
}
.events_card {
 height: 100%;
  display: flex;
  flex-direction: column;
}
.events_card-img-wrapper {
  width: 100%;
  height: 270px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.events_card-map {
  background-color: rgba(0, 0, 0, 0);
  color: rgb(255, 255, 255);
  display: flex;
}

.events_card-text {
  padding-top: 20px;
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  grid-gap: 10px;
  flex-grow: 1;
}
.events_card-text-date {
  position: relative;
  padding-left: 20px;
  font-size: 12px;
  color: rgb(119, 169, 106);
}
.events_card-text-date::before {
  background-image: url("../images/9362e56b84c779abc2ec9eabd5c6cfe6.png");
  background-size: cover;
  content: "";
  height: 18px;
  width: 18px;
  position: absolute;
  left: 0;
  top: 0;
}
.events_card-text-title {
  color: rgb(28, 61, 64);
  font-weight: 400;
  font-size: 28px;
}
.events_card-text-desc {
  color: rgb(28, 61, 64);
  margin-bottom: 24px;
}
.events_card-map-img {
  padding-left: 10px;
}
.events_card_map_wrapper {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  background-color: rgba(119, 169, 106, 0.68);
  right: 0;
  left: 0;
  border-radius: 0px 0px 20px 20px;
}
.events_card-img {
  width: 100%;
  height: 270px;
  border-radius: 20px;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.3s all;
}
.events_card-img:hover {
  scale: 1.1;
  width: 100%;
}
.btn_wrapper {
  display: flex;
  justify-content: center;
  grid-gap: 16px;
  margin-top: 24px;
}
.btn_events {
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.45);
  transition: 0.3s all;
}
.btn_events:hover {
  background-color: rgb(119, 169, 106);
}
.events_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  color: rgb(255, 255, 255);
  z-index: 1;
  position: relative;
  font-size: 50px;
 text-transform: capitalize;
  text-align: center;
}
.island_wrapper {
  background-color: rgb(28, 64, 61);
  position: relative;
}
.island_wrapper::before {
  background-image: url("../images/075565790a0050f6aeac4a9b47093504.png");
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.island {
  align-items: center;
  justify-content: space-between;
}

.wrapper_isl .golfers_title{
  color: #eff2f2;
}
#toTopBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none; /* скрыта по умолчанию */
  padding: 10px 15px;
  font-size: 18px;
  border: none;
  border-radius: 8px;
  background: #77a96a;
  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;
}
.main_video_title {
  color: #fff;
}
.videos {
  position: relative;
  z-index: 1;
  width: 100%;
}
.gap {
  display: flex;
  grid-gap: 20px;
}
.table_wrapper {

  position: relative;
  
}
.img_player {
  width: 50px;
  height: 66px;
}
.img_icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgb(119, 169, 106);
}
.starting_card-name .img_icon {
    height: 30px;
    width: 30px;
  }
.info_text {
  display: flex;
  align-items: center;
  grid-gap: 7px;
}
.info_text-title {
  margin-bottom: 0;
}
.statistic {
  height: 24px;
  width: 24px;
}
.tabl_row-item-icons {
  display: flex;
  grid-column-gap: 10px;
  align-items: center;
  justify-content: space-evenly;
}
.table_item_r {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 24px;
  padding-bottom: 10px;
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 10px;
}
.bg_green {
  background-color: rgb(119, 169, 106);
}

.reviews_cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;

  grid-gap: 24px;
}
.reviews_card {
  border-radius: 10px;
  position: relative;
  color: rgb(255, 255, 255);
  transition: 0.3s all;
  cursor: pointer;
  width: 100%;
}
.reviews_card:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.57);
}
.reviews_card-link-img {
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  min-height: 500px;
}
.reviews_card-desc {
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.28);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 16px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 100px;
  border-radius: 10px;
}
.reviews_card-desc-img {
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  height: 150px;
  width: 150px;
}
.footer {
  background-color: rgb(22, 51, 49);
  position: relative;
}
.footer__content {
  padding-top: 80px;
}
.footer_head {
  background-color: rgba(67, 97, 94, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
 padding: 12px;
 margin-bottom: 16px;
}
.footer_content-item {
  color: rgb(255, 255, 255);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-items: center;
}
.footer_content-item-col {
  max-width: 300px;
}
.footer_content-item-col-title {
 
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 8px;
}
.footer_content-item-col-list {
  flex-direction: column;
  grid-gap: 10px;
  padding-left: 0;
}
.footer_content-item-col-list-item {
  list-style: none;
}
.footer_content-item-col-list-item-linlk {
  text-decoration: none;
  color: rgb(255, 255, 255);
  transition: 0.3s all;
}
.footer_content-item-col-list-item-linlk:hover {
  color: rgb(119, 169, 106);
}
.footer_content_item_col_group {
  display: flex;
  align-items: center;
  grid-gap: 8px;
  margin-bottom: 10px;
}
.footer_content_item_col_group-img {
  width: 18px;
  height: 18px;
}
.footer_content_item_col_list {
  display: flex;
  grid-gap: 20px;
  padding-top: 30px;
  padding-left: 0;
}
.footer_content_item_col_list-item {
  list-style: none;
  transition: 0.3s all;
}
.footer_content_item_col_list-item:hover {
  scale: 1.1;
}
.footer_content_item_col_list-item-link {
  background-color: rgba(255, 255, 255, 0.1);
  display: inline-flex;
  height: 50px;
  width: 50px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.footer_content_item_col_list-item-link-img {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  transition: 0.3s all;
}

.snape {
  background-image: url("../images/4398de87dd016d08797fd52cfb0ed868.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -1px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 54px;
}
.slider {
  background-image: url("../images/6d7e5149151a8c582e7387acf9aab778.jpg");

  position: relative;
 padding: 32px 0;
}
.slider::before {
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: auto;
}
.slider_group {
  display: flex;
  justify-content: center;
  align-items: baseline;
  grid-gap: 5px;
  z-index: 1;
  position: relative;
}
.slider_group::before {
  display: flex;
  justify-content: center;
  grid-gap: 10px;
}
.slider_group-link {
  color: rgb(255, 255, 255);
  text-decoration: none;
}
.slider_img {
  height: 10px;
  width: 10px;
}
.slider_img::before {
  width: 5px;
  height: 5px;
}
.events_main {
  padding: 30px 0;
}
.main_card {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr 1fr;
  align-items: center;
  border: 1px solid #e5e5e5;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
  justify-content: space-between;
  border-radius: 30px 30px 100px 30px;
  margin-bottom: 30px;
  grid-gap: 30px;
  cursor: pointer;
  transition: 0.3s all;
}
.main_card:hover {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.7);
}
.main_card-img {
  height: 180px;
  min-width: 300px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px 20px 70px 20px;
}
.breadcrumbs{
  position: relative;
  z-index: 1;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.col-light-gray{
  color: #cbcbcb;
}
.pt-32{
  padding-top: 32px;
}
.pb-32{
  padding-bottom: 32px;
}

.main_card-text-info {
  align-items: center;
  display: flex;
  grid-gap: 15px;
}
.main_card-text-info-date {
  display: flex;
  align-items: center;
}
.main_card-text-icon {
  height: 30px;
  min-width: 100px;
}
.main_card-text-title {
  font-size: 24px;
}
.main_btn {
  display: flex;
  align-items: center;
  width: auto;
}
.island_text-croup {
  align-items: center;
  display: flex;
  flex-direction: column;
  z-index: 1;
  position: relative;
  grid-gap: 30px;
}
.island_text-croup-title {
  color: rgb(255, 255, 255);

  font-size: 55px;
  font-family: Georgia;
  text-align: center;
}
.btn_group {
  align-items: center;
  display: flex;
  grid-gap: 20px;
}
.btn-outline {
  background: transparent;
  border: 1px solid #77a96a;
  color: rgb(119, 169, 106);
  transition: 0.3s all;
}
.btn-outline:hover {
  background-color: rgb(119, 169, 106);
  color: rgb(255, 255, 255);
}

.color_dark {
  color: rgb(28, 61, 64);
}
.footer_evetns {
  background: #eff2f2;
  padding-top: 0px;
}
.padding-top {
  padding-top: 0;
}
.li_dark {
  background-color: rgba(28, 61, 64, 0.82);
}
.link_active {
  color: rgb(119, 169, 106);
  font-size: 18px;
}

.main_content {
  display: grid;
  grid-template-columns: 1fr 2fr;
  padding: 30px 0;
  gap: 24px;
}
.main_content-sidebar {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 0;
  height: auto;
  grid-gap: 40px;
 

  color: rgb(28, 61, 64);
  background: #fff;
  box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  height: 100%;
}
.main_content-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 30px;
  margin-bottom: 50px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
.blog_r-sticky {
  position: relative;
}
.main_content-sidebar-categor {
  display: flex;
  flex-direction: column;
  grid-gap:16px;
}
.main_content-sidebar-title {
  margin-bottom: 8px;
}
.main_content-sidebar-categor-subtitle {
  font-weight: 500;
  text-decoration: none;
  color: rgb(28, 61, 64);
  transition: 0.3s all;
}
.main_content-sidebar-categor-subtitle:hover {
  color: rgb(119, 169, 106);
}
.main_content-sidebar-news-cards {
  flex-direction: column;
  display: flex;
  grid-gap: 16px;
}
.main_content-sidebar-news-card {
  align-items: center;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  display: flex;
  grid-gap: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
}
.main_content-sidebar-news-card-text-title {
  font-size: 20px;
}
.main_content-sidebar-news-card-text-wrapp-date {
  align-items: center;
  display: flex;
  grid-gap: 5px;
}
.blog_cards {
  display: flex;
  gap: 24px;
}
.main_content-card {
  position: relative;
  max-width: 400px;
  align-items: flex-start;
  flex-direction: column;
  display: flex;
  padding-left: 15px;
  padding-right: 15px;
  transition: 0.3s all;
  padding-bottom: 15px;
  padding-top: 15px;
}
.main_content-card:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}
.main_content-card-img_wrapp {
  position: relative;
  width: 100%;
}
.main_content-card-img {
  height: 284px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px 20px 70px 20px;
  width: 100%;
}
.main_content-card-img-span {
  position: absolute;

  color: rgb(255, 255, 255);
  text-transform: uppercase;
  background-color: rgb(119, 169, 106);
  border-radius: 0px 20px 20px 0px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 15px;
  padding-top: 5px;
  font-weight: 500;
}
.main_content-card-text-desc {
  color: rgb(119, 169, 106);
  text-transform: uppercase;
  position: relative;
  padding-left: 30px;
}
.main_content-card-text-desc::before {
  content: "";
  background-image: url("../images/114b29445f87218a9fdfbbb7540d8a43.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 20px;
  left: 0;
  top: 9px;
  height: 4px;
}
.main_content-card-text-title {
  margin-bottom: 20px;
}
.main_content-card-text-social {
  display: flex;
  align-items: center;
  grid-gap: 15px;

}
.main_content-card-text-social-wrapp {
  align-items: center;
  display: flex;
  grid-gap: 10px;
}
.main_content-card-text-social-wrapp-icon {
  width: 30px;
  height: 30px;
}
.main_content-card-text-social-comments {
  align-items: center;
  display: flex;
  grid-gap: 10px;
}
.main_content-card-text-social-comments-icon {
  height: 16px;
  width: 16px;
}
.main_content_wrapp-cards-paggination {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 20px;
}

.main_content_wrapp-cards-paggination-btn {
  border-radius: 50%;
  border: 1px solid #77a96a;
  transition: 0.3s all;
  cursor: pointer;
}
.main_content_wrapp-cards-paggination-btn:hover {
  background: #77a96a;
  color: rgb(255, 255, 255);
}
.main_content_wrapp-cards-paggination-btn-img {
  height: 20px;
  width: 20px;
}
.number {
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
}
.arrow {
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
}
.active_btn {
  background: #77a96a;
  color: rgb(255, 255, 255);
}
.card_detalis {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  grid-gap: 8px;
  color: rgb(28, 61, 64);

  position: relative;
}
.detalis_list{
  list-style: circle;
}
.img_detalis {
  max-height: 574px;
  height: 100%;
  min-height: 300px;
}
.quote {
  background: rgba(119, 169, 106, 0.2);
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
}
.title_detalis {
  font-size: 28px;
}
.autor {
  font-size: 24px;
  font-weight: 600;
}
.detalis_span {
  position: absolute;
  display: block;
  left: 0;
  bottom: 24px;
}
.main-cards {
  display: flex;
  justify-content: space-between;
  grid-gap: 30px;
}
.main-card {
  padding-left: 30px;
  padding-bottom: 30px;
  padding-right: 30px;
  border: 1px solid #e5e5e5;
  width: 100%;
  align-items: center;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
}
.main-card-img {
 padding: 8px;
  background: #77a96a;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  transform: translateY(-16px);
  -o-object-fit: contain;
  object-fit: contain;
}
.main-card-desc {
  text-align: center;
}
.reviews_title {
  text-transform: uppercase;
  font-size: 42px;
  margin-bottom: 50px;
  text-align: left;
  margin-right: auto;
}
.padding-top-rev {
 
  align-items: center;
  display: flex;
  flex-direction: column;
}

.review_item {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr 2fr;
  gap: 12px;
  align-items: center;
  padding-bottom: 24px;
  border-bottom: 1px solid #a3a1a1;
  margin-bottom: 24px;
}
.review_item-imgwrapp {
  display: flex;
  height: 150px;
  width: 150px;
  border-radius: 50%;

  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}
.review_item-img {
  height: 150px;
  width: 150px;
  border-radius: 50%;
}
.review_item-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.review_item-cont-country-span {
  text-transform: uppercase;
}
.review_item-cont-stat {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}
.review_item-cont-stat_group {
  display: flex;
  flex-direction: column-reverse;
}
.review_item-cont-stat_group-num {
  font-size: 24px;
  font-weight: 700;
}

.rev_item-total {
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 10px;
}
.rev_item-total-num {
  font-size: 40px;
  font-weight: 700;
}
.rev-video .video_link-img,
.rev-video {
  min-height: 200px;
  max-height: 200px;
}

.rev-video .video_desc {
  padding: 10px;
}

.rev-video .video_desc-title {
  text-transform: uppercase;
}
.overview {
  width: 100%;
  overflow: hidden;
}
.overview-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.course-info {
  display: flex;
  align-items: center;
  gap: 15px;
}

.course-info_img {
  width: 80px;
  height: 80px;

  -o-object-fit: cover;

  object-fit: cover;
}
.course-info img {
  height: 100%;
  width: 100%;
  border-radius: 50%;
}

.course-details {
  display: flex;
  flex-direction: column;
}

.course-details span {
  color: gray;
  font-size: 0.9rem;
}

.conditions {
  text-align: right;
}

.conditions img {
  width: 40px;
  vertical-align: middle;
}

.conditions div {
  margin-top: 5px;
}

.round-buttons {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.round-buttons button {
  padding: 5px 15px;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 20px;
  cursor: pointer;
  transition: 0.3s all;
}

.round-buttons .active {
  background-color: #77a96a;
  color: #fff;
  border: none;
}
.round-buttons button:hover:not(.active) {
  background-color: #86bd79ed;
  color: #ffffff;
}

.holes {
  display: flex;
  gap: 15px;
  overflow-x: scroll;
  padding: 15px 0;
}

.hole-card {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.201);
  text-align: center;
  font-size: 0.9rem;
  min-width: 300px;
}

.hole-card img {
  width: 100%;
  display: block;
}

.hole-info {
  padding: 10px;
}

.hole-info p {
  margin: 5px 0;
}

.coursecontainer {
  width: 100%;
}
.coursestats-table {
  background-color: #fff;

  border-radius: 5px;
}
.coursestats-table h2 {
  margin-top: 0;
}
.coursestats-table table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}
.coursestats-table th,
.coursestats-table td {
  padding: 10px;
  text-align: center;
  border-bottom: 1px solid #ddd;
}

.coursestats-table tr:hover {
  background-color: #f5f5f5;
}
.coursediff-positive {
  color: red;
}
.coursediff-negative {
  color: green;
}
.padding-top-rev .videos-header h3 {
  color: #000;
}
.standing {
  padding-bottom: 30px;
  padding-top: 30px;
}
.standing_title {
  font-size: 42px;
  font-weight: 600;
  text-transform: uppercase;
}
.standing_cards {
  display: flex;
  grid-gap: 30px;
  align-items: flex-end;
  padding-top: 16px;
  margin-bottom: 30px;
}
.standing_card {
  border-radius: 10px;
  border-style: solid;
  border-color: rgb(214, 214, 214);
  border-width: thin;
  background: rgb(245, 248, 229);
  display: flex;
  flex-direction: column;
  width: 100%;
}
.standing_card-img {
  position: absolute;
  height: 100%;
  left: 0;
  bottom: 0;
  right: 0;

  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.standing_card_top {
  transform: translateY(-20px);
}
.starting_card-name {
  align-items: center;
  display: flex;
  border-radius: 30px;
  background: #fff;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 15px;
  padding-top: 5px;
  position: absolute;
  top: -30px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  transform: translateX(-50%);
  left: 50%;
  width: 125px;
}
.starting_card-name-text {
  white-space: nowrap;
  font-size: 12px;
}
.starting_card-text {
  position: relative;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 30px;
}
.privacy ol {
list-style: decimal;
  padding-left: 20px;
  color: #282828;
}
.privacy ul {
  list-style: disc;
    padding-left: 20px;
  }
  .privacy h2{
    text-align: center;
    color: #ffffff;
    margin-bottom: 16px;
  }
 
 
  .contact-info-privacy{
display: flex;
flex-direction: column;
gap: 8px;
  }
  .privacy ol>li{
    margin-bottom: 32px;
  }
  .privacy li{
    margin-bottom: 8px;
  }
.starting_card-text-right-span {
  margin-bottom: 5px;
  display: block;
}
.starting_card-text-right-title {
  font-size: 18px;
  font-weight: 600;
}
.starting_card-text-left-span {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  text-align: right;
}
.starting_card-text-left-points {
  font-weight: 600;
}
.starting_player {
  position: relative;
  height: 400px;
  border-style: solid;
  border-width: thin;
  border-right-width: 0;
  border-top-width: 0;
  border-left-width: 0;
  background-color: rgba(214, 214, 214, 0);
  border-color: rgb(214, 214, 214);
  width: 100%;
}
.wrapp_text {
  display: flex;
  justify-content: space-between;
}
.standing_card-num {
  font-weight: 700;
  font-size: 56px;
  position: absolute;
  left: 20px;
  top: 16px;
}
 .results {
    display: grid;
    grid-template-columns: 1fr 3fr 1fr;
    align-items: center;
    gap: 16px;
      background: #ededed;
      border-radius: 16px;
      box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    padding: 0 12px;
      position: relative;
      border: 1px solid #ddd;
    }

    .results::before{
          background-image: url(/images/179b255fd9d89fa646f302f0031eb852.png);
    background-position: right center;
    content: '';
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 264px;
    
    }
    .results__header, .results__tables, .results__buttons{
      position: relative;
      z-index: 1;
    }
    .results__header {
      display: flex;
     
      flex-direction: column;
    align-items: start;
      margin-bottom: 25px;
    }
    .results__info p {
      margin: 0;
      font-size: 16px;
      font-weight: 500;
      color: #2f2f2f;
    }
    .results__info p:first-child {
    
      font-size: 12px;
    }
    .results__logo img {
      height: 40px;
    }
    .results__tables {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 25px;
      margin: 25px 0;
    }
    .results__table h3 {
      font-size: 17px;
      margin-bottom: 12px;
      color: #222;
      border-bottom: 2px solid #77a96a;
      padding-bottom: 6px;
    }
    .results__table ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }
    .results__table li {
      background: #f9fafc;
      margin-bottom: 10px;
      padding: 10px 14px;
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      transition: 0.3s;
    }
    .results__table li:hover {
      background: #eef3f9;
      transform: translateY(-2px);
    }
    .results-team, .results-player {
      display: flex;
      align-items: center;
      gap: 10px;
      font-size: 14px;
    }
    .results-cards{
      width: 100%;
      display: flex;
      flex-direction: column;
      gap: 16px;
    }
    .results-team span, .results-player span{
      max-width: 100px;       /* Ограничение ширины */
  white-space: nowrap;    /* Запрещаем перенос строки */
  overflow: hidden;       /* Скрываем лишнее */
  text-overflow: ellipsis;
    }
    .results-team img, .results-player img:not(.flag){
      width: 26px;
      height: 26px;
      border-radius: 50%;
      object-fit: contain;
    }
    .flag {
      width: 20px;
      height: 14px;
      border-radius: 2px;
      object-fit: cover;
    }
    .score {
      font-weight: bold;
      font-size: 14px;
      color: #222;
    }
    .results__buttons {
      display: flex;
      flex-direction: column;
      gap: 14px;
    }
    .results-team img{
background: #77a96a;
    }
    .results__btn {
      padding: 12px 20px;
      border: none;
      border-radius: 25px;
      cursor: pointer;
      font-size: 14px;
      font-weight: bold;
      transition: 0.3s;
    }
    .results__btn--outline {
      border: 2px solid #77a96a;
      background: #fff;
      color: #1c3d40 ;
    }
    .results__btn--black {
      background: #77a96a;
      color: #fff;
    }
    .results__btn:hover {
      transform: scale(1.05);
    }

.height {
  height: 617px;
}
.mc-filter__block {
  position: relative;
  padding: 24px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 20px;
  margin-bottom: 24px;
  gap: 12px;
}
.filter_dates_btn.btn_now_date {
 
  padding: 6px 12px;
  border-radius: 14px;
  background-color: #77a96a;
  border: 1px solid #77a96a;
  color: #f0f0f0;
}
.filter_dates_btn {
   width: 140px;
  text-align: center;
  padding: 6px 12px;
  border-radius: 14px;
    border: 1px solid #1c3d40;
  color: #1c3d40;
  transition: 0.3s all;
}
.mc-filter__dates,
.mc-filter__dates-slider-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}
.filter_dates_btn:not(.filter_dates_btn.btn_now_date):hover {
  background-color: #77a96a;
  border: 1px solid #77a96a;
  color: #f0f0f0;


}
.filter__dates-arrow_img{
  width: 30px;
  height: 30px;
}
.calendar-controls {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 10px;
}

.custom-select {
  position: relative;
  width: 120px;
  font-size: 14px;
}

.custom-select-trigger {
  background: rgb(212, 212, 212);
  color: #1c3d40;
  padding: 6px 10px;
display: flex;
align-items: center;
  border-radius: 6px;
  cursor: pointer;
  text-align: center;
  position: relative;
}

.custom-select-trigger::before{
  content: '﹀';
  position: absolute;
  right: 5px;
  top: 10px;
  transition: transform 0.2s;

 
  
  font-size: 16px;
}
#yearSelect{
  width: 80px;
}

.custom-select.open .custom-select-trigger::before {
  transform: rotate(180deg);
  bottom: 10px;
  transition: transform 0.2s;

}


.custom-options {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: rgb(234, 234, 234);
color: #1c3d40;
  border-radius: 6px;
  z-index: 1000;
}

.custom-options.open {
  display: flex;
  flex-direction: column;
  gap: 8px;
    height: 180px;
  overflow-y: auto;
  color: #1c3d40;
}
.custom-options.open::-webkit-scrollbar-thumb {
 background-color: #77a96a;
}
.custom-options.open::-webkit-scrollbar-track {
 background-color: #dedede;

}
.custom-options.open::-webkit-scrollbar {
  width: 6px;
}

.custom-option {
  padding: 6px 10px;
  cursor: pointer;
 color: #1c3d40;
}

.custom-option:hover,
.custom-option.selected {
  background: #77a96a;
  color: rgb(255, 255, 255);
}



.calendar-controls select {
background: #ebebeb;
}
#calendarDays .week {
  display: flex;
  justify-content: space-between;
 
}
#calendarDays .day {
    width: 30px;
    font-size: 12px;
    text-align: center;
    margin: 2px 0;
    cursor: pointer;
}

#calendar {
  position: absolute;
  top: 35px;
  left: -1026%;
  background: rgb(239, 239, 239);
  color: #1c3d40;
  border: 1px solid #1c3d40;
  border-radius: 14px;
  padding: 10px;
  display: none;
  z-index: 100;
}
#calendarMonth, #calendarYear{
  color: #f7f7f7;
}
#calendarMonth option:checked,
#calendarYear option:checked {
  background: #77a96a;
  color: rgb(243, 243, 243);
}
.empty_match{
 
  color: #191919;
  grid-column: 1/-1;
  width: 100%;
  text-align: center;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.calendar {
  padding-top: 30px;
}
.calendar-row {
  display: flex;
  justify-content: center;
  grid-gap: 24px;
  position: relative;
}
.calendar-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding-top: 30px;
}
.calendar-row-link {
  text-decoration: none;
  color: rgb(28, 61, 64);
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
  align-items: center;
  padding: 12px 24px;

  border: 2px solid #77a96a;
  border-radius: 10px;
  transition: 0.3s all;
}
.btn_nav {
  height: 50px;
  width: 50px;
}
.ticket-card-item-text-btn a {
  padding: 6px 12px;
  justify-content: center;
}
.calendar-row-link:hover {
  color: rgb(255, 255, 255);
  background: #77a96a;
}
.ticket {
  padding-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 30px;
}
.ticket-cards {
  width: 100%;
  display: flex;
  flex-direction: column;
  grid-gap: 30px;
}
.ticket-card {
  display: grid;
  grid-template-columns: 1fr 2fr;
  border: 2px solid;
  border-color: rgba(119, 169, 106, 0.32);
}
.ticket-card-wrapper-img {
  width: 100%;
  
  height: 250px;
}
.ticket-card-img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ticket-card-item {
  background-image: url("../images/179b255fd9d89fa646f302f0031eb852.png");
  background-position: right center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
background-color: #eaeaea;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 50px;
}
.ticket-card-item-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ticket-card-item-text-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 10px;
}
.ticket-card-item-text-col-title {
  font-weight: 600;
}
.ticket-card-item-text-col-time {
  display: flex;
}
.ticket-card-item-text-btn {
  display: flex;
  flex-direction: column-reverse;
  grid-gap: 20px;
}
.color {
  background: #77a96a;
  border: 1px solid #77a96a;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  color: rgb(255, 255, 255);
}
.left {
  margin-right: auto;
}
.center {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.shaddow {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}
.flex_video {
  display: flex;
  grid-gap: 10px;
}

.player_card {
  display: grid;
  grid-template-columns: 1fr 1fr;
 
  grid-gap: 24px;
}
.player_card-img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.player_card-info {
  align-items: flex-start;
  background-color: rgb(245, 248, 229);
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
  flex-direction: column;
  display: flex;
  justify-content: space-between;
}
.player_card-info-top {
  border-bottom-width: thin;
  border-bottom-color: rgb(203, 203, 203);
  border-style: solid;
  border-left-width: 0;
  border-right-width: 0;
  border-top-width: 0;
  width: 100%;
  margin-bottom: 12px;
  padding-bottom: 12px;
}
.player_card-info-desc {
  width: 100%;
  display: flex;
  flex-direction: column;
  grid-gap: 10px;
  margin-bottom: 20px;
}
.player_card-info-desc-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.player_card-info-desc-item-name {
  font-weight: 600;
}
.player_card-info-desc-item-span {
  width: 200px;
}
.player_card-desc {
  color: rgb(137, 137, 137);
  margin-bottom: 30px;
}
.viddeo {
  padding-top: 30px;
}
.viddeo-top {
  display: grid;
  grid-template-columns: 3fr 1fr;
  grid-gap: 16px;
 
}
.viddeo-top-big_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}
.viddeo-top-small_img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
  transition: 0.3s all;
}
.contacts {
  padding: 30px 0;
}
.viddeo-top-small_card {
  position: relative;
height: 200px;
  border-radius: 10px;
  transition: 0.3s all;
}
.viddeo-top-small_card:hover {
  transform: translateY(-7px);
}
.viddeo-top-small_card-icon {
  position: absolute;
  height: 30px;
  width: 30px;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}
.viddeo-top-small_card-link {
  height: 100%;
  width: 100%;
}
.viddeo-top-small_cards {
  display: flex;
  flex-direction: column;
  grid-gap: 16px;
}
.viddeo-top-big_icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  transform: translate(-50%, -50%);
}
.viddeo-top-big_ilink {
  position: relative;
}
.viddeo-top-title {
  margin-bottom: 8px;
}
.viddeo-top-text {
  list-style: circle;
  color: rgb(137, 137, 137);
}
.flex_flex {
  display: flex;
  justify-content: space-between;
  padding-bottom: 24px;
}
.big_img {
  height: 400px;
  width: 630px;
  max-width: 705px;
}
.pt {
  padding-top: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 80px;
}
.link-res {
  text-decoration: none;
}
.col-black {
  color: rgb(18, 18, 18);
}
.flex-row {
  align-items: center;
  display: flex;
  grid-gap: 10px;
}
.hover {
  transition: 0.3s all;
}
.hover:hover {
  color: rgb(119, 169, 106);
}
.gap-24 {
  grid-gap: 24px;
}
.res-link {
  text-decoration: none;
}
.hover-col {
  transition: 0.3s all;
}
.hover-col:hover {
  color: rgb(119, 169, 106);
}
.al-center {
  display: flex;
  align-items: center;
}
.between {
  justify-content: space-between;
}
/* 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;
  transition: transform 0.3s, top 0.3s 0.3s;
}
.menu-burger::after {
  bottom: 0;
  transition: transform 0.3s, bottom 0.3s 0.3s;
}
.menu-burger__line,
.menu-burger::after,
.menu-burger::before {
  display: block;
  width: 100%;
  border-radius: 10px;
  height: 2px;
  background-color: #0d0d0d;
}
.menu-burger--active .menu-burger__line {
  display: none;
}
.menu-burger--active::before {
  transform: translateY(-50%) rotate(45deg);
  top: 50%;
  transition: top 0.3s, transform 0.3s 0.3s;
}
.menu-burger--active::after {
  transform: translateY(50%) rotate(-45deg);
  bottom: 50%;
  transition: bottom 0.3s, 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;
  transition: opacity 0.3s ease;
  z-index: 8;
}
.burger_overlay--active {
  opacity: 1;
  pointer-events: auto;
}
/* TABLE */

.league-table {
  width: 100%;
  height: 100%;
  border-collapse: collapse;
  background-color: #ddd;
  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: #77a96a;
  color: #ffffff;
}
.league-table__header .league-table__row .league-table__cell:nth-child(2) {
  text-align: center;
}
.league-table__body {
  background-color: rgb(255, 255, 255);
}
.league-table__row {
  transition: background-color 0.3s ease;
  position: relative;
}

.league-table__cell {
  padding: 12px;
  text-align: center;
}

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

/* Стили для полосы прокрутки */
.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: #77a96a; /* Например, красный цвет для ползунка */
}

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

.league-table__header th:first-child,
.league-table__header th:nth-child(2) {
  position: sticky;
  left: 0;
  background-color: #77a96a;
}
.league-table__header th:first-child {
  position: sticky;
  width: 32px;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #77a96a;
}
.league-table__body .league-table__row:nth-child(2n + 1),
.league-table__body .league-table__row:nth-child(2n + 1) td:first-child,
.league-table__body .league-table__row:nth-child(2n + 1) td:nth-child(2) {
  background: #f5f8e5;
}

.league-table__header th:nth-child(2) {
  position: sticky;
  min-width: 140px;
  left: 52px;
  top: 0;
  bottom: 0;
  background-color: #77a96a;
}
.league-table__row td:first-child {
  position: sticky;
  min-width: 52px;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #ffffff;
}
.league-table__row td:nth-child(2) {
  position: sticky;
  min-width: 190px;
  padding-right: 12px;
  left: 52px;
  top: 0;
  bottom: 0;
  background-color: #ffffff;
}

/* Адаптивность для мобильных экранов */
@media (max-width: 992px) {
  .league-table__cell {
    padding: 8px; /* Уменьшаем отступы для мобильных */
    font-size: 0.9rem; /* Уменьшаем размер шрифта */
  }
}

@media (max-width: 1280px) {
  .header_nav_list {
    gap: 12px;
  }
  .header_nav_list_link {
    font-size: 14px;
  }

  

  /* Для Chrome, Safari, Edge */
  .golfers_cards::-webkit-scrollbar {
    width: 12px; /* ширина вертикального скролла */
    height: 12px; /* высота горизонтального скролла */
  }

  .golfers_cards::-webkit-scrollbar-track {
    background: #f0f0f0; /* фон трека */
    border-radius: 10px;
  }

  .golfers_cards::-webkit-scrollbar-thumb {
    background-color: #779a6a; /* цвет ползунка */
    border-radius: 10px;
    border: 3px solid #f0f0f0; /* отступы внутри трека */
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
  }

  .golfers_cards::-webkit-scrollbar-thumb:hover {
    background-color: #4c6b4a; /* при наведении */
  }

  /* Для Firefox */
  .golfers_cards {
    scrollbar-width: thin; /* thin, auto, none */
    scrollbar-color: #779a6a #f0f0f0; /* thumb track */
  }
}
@media (max-width: 1100px) {
  .main_card {
    grid-template-columns: 1fr;
  }
  .main_cards {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
  }
  .main_card {
    padding: 12px;
    margin-bottom: 0;
  }
  .main_card-img {
    min-width: auto;
    width: 100%;
  }
  .header_nav-btn {
    /* width: 100%; */
    max-width: 200px;
    justify-content: center;
  }
  .main_card-text-info {
    margin-bottom: 12px;
  }
}
@media (max-width: 1000px) {
  .menu-burger {
    display: block;
  }
  .header_nav_list {
    display: flex;
    flex-direction: column;
    position: fixed;
    z-index: 99;
    overflow: scroll;
    width: 250px;

    background-color: #77a96a;

    flex-direction: column;
    padding-top: 50px;
    height: 100vh;
    padding-bottom: 50px;
    top: 0;
    right: 0;
    bottom: 0;
    align-items: center;

    transform: translateX(100%);
    transition: transform 0.3s ease;
  }
  .link_active {
    color: #145400 !important;
    font-weight: 700;
    border-left: 4px solid #145400;
    padding-left: 8px;
  }
  .header_nav_list_link {
    color: #fff;
  }
  .header_nav {
    justify-content: end;
  }
  .header-nav-list-mobile {
    align-items: flex-start;
    justify-content: flex-start;
    padding-left: 50px;
    backdrop-filter: blur(19px);
    font-weight: 700;
    transform: translateY(0);
    gap: 30px;
  }
  .banner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  
  .golfers_span,
  .golfers_title {
    margin-bottom: 12px;
  }
  .element_card {
    flex: 0 0 auto;
  }
  .element_cards {
    overflow-x: scroll;
  }
  .element_cards::-webkit-scrollbar {
    display: none;
  }
  .footer_content-item {
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }
  .contacts .golfers_title {
    margin-bottom: 40px;
  }
  .results{
    grid-template-columns: 1fr;
  }
  .results__header{
    padding-top: 16px;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    margin-bottom: 0;
    gap: 16px;
  }
  .results__tables{
    margin: 0;
  }
  .results__buttons{
    padding-bottom: 12px;
  }
}
@media (max-width: 950px) {
  
  .news_cards {
    grid-template-columns: 1fr 1fr;
  }
  
  .events_cards {
    gap: 16px;
  }
  .main_btn {
    font-size: 16px;
    padding: 6px 12px;
  }
  .main_content {
    grid-template-columns: 1fr;
  }
  .blog_r-sticky {
    display: none;
  }
  .events_title {
    font-size: 50px;
  }
  .header_nav-btn {
    padding: 6px 12px;
    height: 40px;
    /* width: 150px; */
  }
  .starting_player {
    height: 300px;
  }
 
  .videos-row{
    grid-template-columns: 1fr 1fr;
  }
  .golfers_card-img{
    width: 200px;
    height: 200px;
  }
  .golfers_card {
     max-width: 255px;
  }
}
@media (max-width: 900px) {
  
  
  .golfers_cards{
    overflow-x: scroll;
  }
  .golfers_card{
    max-width: 200px;
    flex: 0 0 auto;
  }
  .teams__list{
    grid-template-columns: 1fr 1fr;
  }
  .contact_cards{
    grid-template-columns: 1fr;
  }
  .golfers_cards .teams__card{
      flex:0 0 auto;
      max-width:200px;
  }
}
@media (max-width: 850px) {
 
  .viddeo-top,
  .viddeo-top-small_cards {
    gap: 16px;
  }
  .calendar-row {
    overflow-x: scroll;
  }
  .calendar-row::-webkit-scrollbar {
    display: none;
  }

  .calendar_row-track {
    overflow: hidden;
  }
  .calendar-row {
    justify-content: flex-start;
  }
  .ticket-card {
    grid-template-columns: 1fr;
  }
  .ticket-card-wrapper-img {
    max-height: 250px;
    height: 200px;
  }
  .ticket-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  .ticket-card-item-text {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .ticket-card-item {
    padding: 24px 12px;
  }
  .contact_cards {
    flex-direction: column;
  }
  .main_cards {
    grid-template-columns: 1fr 1fr;
  }
  .player_match-cards{
    flex-direction: row;
  }
    .player_match-cards .ticket-card{
      width: 100%;
    }
}
@media (max-width: 800px) {
  .img_player {
    height: 50px;
    width: 40px;
  }
  .tabl_row-item-icons {
    gap: 8px;
  }
  .tabl_row-item-icons {
    justify-content: flex-start;
  }
  .video-row {
    flex-direction: column;
  }
  .video-main {
    height: 350px;
  }
  .ticket-card {
    grid-template-columns: 1fr;
  }
  .hole-card {
    flex: 0 0 auto;
    max-width: 250px;
  }
  .review_item .video {
    display: none;
  }
  .review_item {
    grid-template-columns: 1fr 2fr 1fr;
  }
  .review_content {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .player_card {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 700px) {
  .reviews_card-desc-img {
    width: 100px;
    height: 100px;
  }
  .reviews_card-desc h4 {
    font-size: 16px;
  }
  .reviews_card-desc {
    padding-top: 50px;
  }
  .island_text-croup-title {
    font-size: 32px;
  }
  .viddeo-top {
    grid-template-columns: 1fr;
  }
  .viddeo-top-small_cards {
    flex-direction: row;
    margin-bottom: 16px;
  }
  .viddeo-top-small_card {
    width: 100%;
    height: 200px;
  }
  .viddeo-top-title {
    font-size: 24px;
  }
  .top_logo {
    height: 50px;
  }
  .starting_player {
    height: 250px;
  }
  
  
  .starting_card-name-text,
  .starting_card-text-right-span {
    font-size: 12px;
  }
  .starting_card-name {
    top: -20px;
  }
  .starting_card-text-right-title,
  .starting_card-text-left-points {
    font-size: 14px;
  }
  .video_desc-title{
font-size: 18px;
  }
  .video_desc-info-text{
    font-size: 12px;
  }
  .video_desc-info-img{
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 650px) {
  .events_card {
    width: 100%;
  }
  .banner_title {
    font-size: 48px;
  }
  .reviews_cards {
    grid-template-columns: 1fr;
  }
  .golfers_title {
    font-size: 38px;
  }
  .element_card-text-title {
    font-size: 32px;
  }
  .element_card-icon {
    width: 32px;
    height: 32px;
  }
  .news_cards {
    grid-template-columns: 1fr;
  }
  .main_card {
    gap: 16px;
  }
 .filter_dates_btn{
  font-size: 12px;
  width: 100px;
 }
 .filter__dates-arrow_img{
  width: 20px;
  height: 20px;
 }
 .mc-filter__block{
  padding: 0;
 }
 .contacts_box{
  grid-template-columns: 1fr;
 }
}
@media (max-width: 600px) {
  .golfers_card-img {
    height: 200px;
    width: 200px;
  }
  .news-title {
    font-size: 30px;
  }
  .viddeo-top-small_card {
    height: 150px;
  }
  .events_title {
    font-size: 40px;
  }
  .review_item-img,
  .review_item-imgwrapp {
    height: 100px;
    width: 100px;
  }
  .rev_item-total-num {
    font-size: 32px;
  }
  .review_item-cont-country-span {
    font-size: 12px;
  }
  .review_item-cont-stat_group-num {
    font-size: 18px;
  }
  .review_item-cont-stat_group-text {
    font-size: 14px;
  }
  .review_item-content {
    gap: 12px;
  }
  .overview-header {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
  }
  .conditions {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .accordion-title::after {
    content: "﹀";
    position: absolute;
    right: 30px;
    font-size: 18px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .footer_content-item-col-list{
    margin-bottom: 0;
  }
  .accordion-content{
    margin-bottom: 16px;
  }
  .footer_content-item{
    grid-template-columns: 1fr;
    justify-items: flex-start;
  }
  
  .accordion-title, .footer_content-item-col {
    width: 100%;
  }
  .footer_content-item-col{
    max-width: 100%;
  }

  .accordion-title.active::after {
    content: "﹀";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .accordion-content {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease;
    transition: max-height 0.3s ease;
  }
  .empty_match{
    font-size: 18px;
  }
}
@media (max-width: 550px) {
  .main_cards {
    grid-template-columns: 1fr;
  }
  .round-buttons {
    overflow-x: scroll;
  }
  .round-buttons button {
    flex: 0 0 auto;
  }
  .table_scroll {
    overflow-x: scroll;
  }
  .round-buttons::-webkit-scrollbar {
    display: none;
  }
  .island_text-croup-title{
    font-size: 20px;
  }
  .island_text-croup{
    gap: 16px;
  }
   .island_text-croup .golfers_span{
    font-size: 14px;
   }
    .island_text-croup .golfers_span::after, .island_text-croup .golfers_span::before{
      top: 8px;
    }
    .btn-teams-card .btn_events{
      padding: 8px;
    }
    .results__logo img{
      height: 20px;
    }
    .results__tables{
      gap: 16px;
    }
    .results__tables{
      grid-template-columns: 1fr;
    }
  
}
@media (max-width: 520px) {
  .ticket-cards {
    grid-template-columns: 1fr;
    width: 100%;
  }
  .calendar-row-link {
    padding: 6px 12px;
  }
  .blog_cards {
    flex-direction: column;
  }
  .starting_player {
    height: 150px;
  }
  .standing_card-num {
    font-size: 24px;
    left: 10px;
    top: 10px;
  }
  

  .standing_cards {
    flex-direction: column;
    gap: 12px;
    
  }
  .standing_card-img {
    height: 150px;
  }
  .standing_card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
  .starting_card-text-left {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .starting_card-name {
    position: relative;
  }
  .order2 {
    order: 1;
  }
  .order3 {
    order: 2;
  }
  .standing_card_top {
    transform: translateY(0);
  }
  .rev_item-total {
    position: absolute;
    right: 0;
    top: 0;
  }
  .rev_item-total-num {
    font-size: 18px;
  }
  .rev_item-total-text {
    font-size: 14px;
  }
  .review_item {
    grid-template-columns: 1fr 2fr;
  }
  .review_content {
    position: relative;
  }
  .videos-row{
    grid-template-columns: 1fr;
  }
  .golfers_card-img{
    width: 170px;
    height: 170px;
  }
  .golfers_card{
    max-width: 230px;
    gap: 14px;
  }
  .golfers_card-desc{
    font-size: 16px;
  }
  .golfers_card-title{
    font-size: 18px;
  }
  .player_match-cards{
    flex-direction: column;
  }
  .teams__list{
    grid-template-columns: 1fr;
  }
}
@media (max-width: 400px) {
  .banner_title {
    font-size: 30px;
  }
  .banner_desc {
    text-align: center;
  }
  .golfers_title {
    font-size: 24px;
  }

  .events_card-text-title {
    font-size: 20px;
  }
  .img_icon {
    height: 30px;
    width: 30px;
  }
  .header_nav-btn {
    padding: 6px 12px;
  }
  .main_btn {
    height: 100%;
  }

  .btn_events {
    padding: 12px;
  }
}
@media(max-width:450px){
  .mc-filter__icons{
position: absolute;
right: 0;
top: -35px;
  }
  .filter__dates-arrow{
    position: absolute;
    top: -31px;
  }
  .filter__dates-arrow-prew{
    right: 76px;
  }
  .filter__dates-arrow-next{
    right: 44px;

  }
  .mc-filter__dates, .mc-filter__dates-slider{
    width: 100%;
  }
  .mc-filter__dates-slider-wrapper{
    justify-content: space-between;
  }
  .filter_dates_btn{
    width: 100%;
  }
  
  .ticket{
    padding-top: 48px;
  }
}
