@charset "UTF-8";
@font-face {
  font-family: "Lora";
  font-display: swap;
  src: url(../fonts/Lora.woff2) format("woff2"), url(../fonts/Lora.woff) format("woff");
  font-style: normal;
}
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
:after,
:before {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body,
html {
  height: 100%;
  min-width: 320px;
}

body {
  color: #000;
  background-color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  font-family: "Lora";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

button,
input,
textarea {
  font-family: "Lora";
  font-size: inherit;
}

button {
  cursor: pointer;
  color: inherit;
  background-color: inherit;
}

a {
  color: inherit;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

.lock body {
  overflow: hidden;
  touch-action: none;
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.wrapper > main {
  flex: 1 1 auto;
}

[class*=__container] {
  max-width: 1400px;
  box-sizing: content-box;
  margin: 0 auto;
  padding-inline: 15px;
}

[class*=__title] {
  font-weight: 700;
  font-family: "Lora";
  font-size: clamp(1.563rem, 0.988rem + 2.87vw, 3.5rem);
}

section {
  padding-block: clamp(2.5rem, 1.759rem + 3.704vw, 5rem);
}

img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

a {
  transition: color 0.3s ease 0s;
}

.gag4533593nn__container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #000;
  border-radius: 24px;
  padding-block: 20px;
  max-width: 850px;
}
.gag4533593nn__subtitle {
  text-align: center;
  font-weight: 700;
  font-family: "Lora";
  color: #000;
  font-size: 35px;
  line-height: 1.2;
}
@media (max-width: 479px) {
  .gag4533593nn__subtitle {
    font-size: 25px;
  }
}
.gag4533593nn__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.gag4533593nn__item {
  font-size: clamp(1rem, 0.963rem + 0.185vw, 1.125rem);
  line-height: 1.5;
}
.gag4533593nn__item ol li {
  list-style: disc inside;
  margin-left: 20px;
}
.gag4533593nn__item ol li:not(:last-child) {
  margin-bottom: 10px;
}

.anim {
  opacity: 0;
  transition: opacity 1s ease 0s;
}
.anim.animate {
  opacity: 1;
}

:root {
  --primary-color: #D90429;
  --primary-color-darkened: #ae0321;
  --secondary-color: #FFFFFF;
  --accent-color: #2B2D42;
  --text-color: #333333;
  --light-gray-bg: #f4f4f4;
}

body {
  color: var(--text-color);
  line-height: 1.6;
  margin: 0;
  padding: 0;
  background-color: var(--secondary-color);
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

a {
  color: var(--primary-color);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

h1,
h2,
h3,
h4 {
  margin-bottom: 0.8em;
  color: var(--accent-color);
  line-height: 1.2;
}

h1 {
  font-size: 2.8rem;
}

h2 {
  font-size: 2.2rem;
}

h3 {
  font-size: 1.5rem;
}

.section-padding {
  padding: 60px 0;
}

.bg-light {
  background-color: var(--light-gray-bg);
}

.bg-dark {
  background-color: var(--accent-color);
}

.bg-dark h2,
.bg-dark p,
.bg-dark h3,
.bg-dark h4 {
  color: var(--secondary-color);
}

.text-center {
  text-align: center;
}
.text-center img {
  max-width: 120px;
  margin: 0 auto;
  margin-bottom: 20px;
  border-radius: 8px;
}

.text-light {
  color: var(--secondary-color) !important;
}

header {
  background-color: var(--primary-color);
  color: var(--secondary-color);
  padding: 15px 0;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1400px;
}

.logo {
  font-size: 1.8rem;
  font-weight: bold;
  color: var(--secondary-color);
  text-decoration: none;
}

.logo:hover {
  text-decoration: none;
}

.main-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}

.main-nav li {
  margin-left: 25px;
}

.main-nav a {
  color: var(--secondary-color);
  text-decoration: none;
  font-weight: 500;
  padding: 5px 0;
  transition: opacity 0.3s ease;
}

.main-nav a:hover,
.main-nav a.active {
  opacity: 0.8;
  border-bottom: 2px solid var(--secondary-color);
}

.burger-menu {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.burger-menu span {
  display: block;
  width: 25px;
  height: 3px;
  background-color: var(--secondary-color);
  margin: 5px 0;
  transition: all 0.3s ease-in-out;
}

.hero {
  background: url("../img/main/01.jpg") no-repeat center center/cover;
  color: var(--secondary-color);
  text-align: center;
  padding: 120px 0;
  position: relative;
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.hero-content {
  position: relative;
  z-index: 1;
}

.hero h1 {
  font-size: 3.5rem;
  margin-bottom: 20px;
  color: var(--secondary-color);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.hero .subtitle {
  font-size: 1.5rem;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}

.cta-button {
  display: inline-block;
  background-color: var(--primary-color);
  color: var(--secondary-color);
  padding: 15px 30px;
  font-size: 1.2rem;
  font-weight: bold;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease, transform 0.2s ease;
  border: 2px solid var(--primary-color);
}

.cta-button:hover {
  background-color: var(--primary-color-darkened);
  transform: translateY(-2px);
  text-decoration: none;
}

.cta-button-secondary {
  background-color: var(--secondary-color);
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.cta-button-secondary:hover {
  background-color: var(--light-gray-bg);
}

.tournament-info .tournament-details {
  display: flex;
  gap: 30px;
  align-items: center;
}

.tournament-info .tournament-image {
  flex: 0 0 40%;
  max-width: 40%;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.tournament-info .tournament-text {
  flex: 1;
}

.tournament-info .cta-support {
  font-style: italic;
  font-weight: bold;
  color: var(--primary-color);
  margin-top: 20px;
  font-size: 1.2em;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.news-card {
  background-color: var(--secondary-color);
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.news-card img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

.news-card-content {
  padding: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.news-card h3 a {
  color: var(--accent-color);
  text-decoration: none;
}

.news-card h3 a:hover {
  color: var(--primary-color);
}

.news-card p {
  font-size: 0.95rem;
  margin-bottom: 15px;
  flex-grow: 1;
}

.news-card .news-date {
  font-size: 0.8rem;
  color: #777;
  display: block;
  margin-bottom: 10px;
}

.news-card .read-more {
  font-weight: bold;
  color: var(--primary-color);
  text-decoration: none;
  align-self: flex-start;
}

.next-match .match-info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}

.next-match .team {
  text-align: center;
}

.next-match .team-logo {
  width: 80px;
  height: 80px;
  margin-bottom: 10px;
  border-radius: 50%;
  background-color: #eee;
}

.next-match .vs {
  font-size: 2rem;
  font-weight: bold;
  color: var(--primary-color);
}

.next-match .match-details,
.next-match .match-tournament {
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.next-match .cta-support.bigger-cta {
  font-size: 1.4rem;
  margin-top: 30px;
  color: var(--primary-color);
  font-weight: bold;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.gallery-item img {
  transition: transform 0.3s ease;
}

.gallery-item:hover img {
  transform: scale(1.1);
}

.gallery-item-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(217, 4, 41, 0.85);
  color: var(--secondary-color);
  padding: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 1rem;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}

.gallery-item:hover .gallery-item-caption {
  transform: translateY(0);
}

.cta-business h2 {
  color: var(--primary-color);
}

.cta-business p {
  font-size: 1.1rem;
  max-width: 650px;
  margin: 0 auto 25px auto;
}

.quick-links-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  text-align: center;
}

.quick-link-item {
  background-color: var(--secondary-color);
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}

.quick-link-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
  text-decoration: none;
}

.quick-link-item img {
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
}

.quick-link-item h3 {
  margin-bottom: 8px;
  font-size: 1.3rem;
  color: var(--accent-color);
}

.quick-link-item p {
  font-size: 0.9rem;
  color: #555;
}

footer {
  background-color: var(--accent-color);
  color: #ccc;
  padding-top: 40px;
}

.footer-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  padding-bottom: 40px;
}

.footer-info h3 {
  color: var(--secondary-color);
  font-size: 1.5rem;
}

.footer-contact h4,
.footer-links h4 {
  color: var(--secondary-color);
  margin-bottom: 15px;
  font-size: 1.2rem;
}

.footer-contact p,
.footer-links ul,
.footer-info p {
  font-size: 0.95rem;
  margin-bottom: 10px;
}

.footer-links ul {
  list-style: none;
  padding: 0;
}

.footer-links li a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-links li a:hover {
  color: var(--primary-color);
  text-decoration: underline;
}

.social-media a {
  margin-right: 10px;
  display: inline-block;
}

.social-media img {
  width: 28px;
  height: 28px;
  border-radius: 4px;
}

.footer-bottom {
  background-color: #1e1f30;
  text-align: center;
  padding: 15px 0;
  font-size: 0.9rem;
  color: #aaa;
}

.footer-bottom p {
  margin: 0;
}

.footer-contact a {
  color: #ccc;
}

.footer-contact a:hover {
  color: var(--primary-color);
}

@media (max-width: 1024px) {
  .hero h1 {
    font-size: 3rem;
  }
  .hero .subtitle {
    font-size: 1.3rem;
  }
  .tournament-info .tournament-details {
    flex-direction: column;
  }
  .tournament-info .tournament-image {
    max-width: 70%;
    margin-bottom: 20px;
  }
}
@media (max-width: 1230px) {
  .main-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: var(--primary-color);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 15px 0;
  }
  .main-nav.active {
    display: block;
  }
  .main-nav ul {
    flex-direction: column;
    align-items: center;
  }
  .main-nav li {
    margin: 10px 0;
  }
  .burger-menu {
    display: block;
  }
  .hero {
    padding: 80px 0;
    min-height: 50vh;
  }
  .hero h1 {
    font-size: 2.5rem;
  }
  .hero .subtitle {
    font-size: 1.1rem;
  }
  .cta-button {
    padding: 12px 25px;
    font-size: 1rem;
  }
  .section-padding {
    padding: 40px 0;
  }
  h1 {
    font-size: 2.2rem;
  }
  h2 {
    font-size: 1.8rem;
  }
  .news-grid {
    grid-template-columns: 1fr;
  }
  .gallery-grid {
    grid-template-columns: 1fr;
  }
  .quick-links-grid {
    grid-template-columns: 1fr;
  }
  .footer-content {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .social-media {
    justify-content: center;
    display: flex;
  }
  .next-match .match-info {
    flex-direction: column;
    gap: 15px;
  }
  .next-match .vs {
    display: none;
  }
}
.burger-menu.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

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

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

.page-hero {
  position: relative;
  color: var(--secondary-color);
  text-align: center;
  padding: 80px 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../img/main/10.jpg");
}

.page-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.page-hero-content {
  position: relative;
  z-index: 1;
}

.page-hero h1 {
  font-size: 3rem;
  color: var(--secondary-color);
  margin-bottom: 15px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-hero p {
  font-size: 1.3rem;
  max-width: 700px;
  margin: 0 auto;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}

.content-block {
  display: flex;
  gap: 40px;
  align-items: center;
  margin-bottom: 30px;
}

.content-block .content-text {
  flex: 1;
}

.content-block .content-text h2,
.content-block .content-text h3 {
  margin-top: 0;
  color: var(--primary-color);
}

.content-block .content-text h3 {
  font-size: 1.8rem;
}

.content-block .content-text p {
  margin-bottom: 15px;
  line-height: 1.7;
}

.content-block .content-image {
  flex: 0 0 45%;
  max-width: 45%;
}

.content-block .content-image img {
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.content-block.image-on-left {
  flex-direction: row-reverse;
}

.format-details {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.format-card {
  background-color: var(--secondary-color);
  padding: 25px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.format-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.12);
}

.format-card img {
  width: 70px;
  height: 70px;
  margin: 0 auto 15px auto;
  border-radius: 50%;
  background-color: var(--light-gray-bg);
  padding: 10px;
  box-sizing: border-box;
}

.format-card h3 {
  font-size: 1.3rem;
  color: var(--accent-color);
  margin-bottom: 10px;
}

.format-card p {
  font-size: 0.95rem;
  color: #555;
}

.quotes-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.quote-card {
  background-color: var(--secondary-color);
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-left: 5px solid var(--primary-color);
}

.quote-card .quote-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}

.quote-card blockquote {
  margin: 0;
  padding: 0;
  font-style: italic;
  color: #444;
}

.quote-card blockquote p {
  margin-bottom: 15px;
  font-size: 1.05rem;
}

.quote-card blockquote footer {
  font-style: normal;
  font-weight: bold;
  color: var(--accent-color);
  text-align: right;
  font-size: 0.9rem;
  color: #FFFFFF;
}

.group-analysis .content-text ul {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 15px;
}

.group-analysis .content-text strong {
  color: var(--primary-color);
}

.gallery-grid-small {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.gallery-item-small {
  text-align: center;
}

.gallery-item-small img {
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
  transition: transform 0.3s ease;
  aspect-ratio: 16/9;
}

.gallery-item-small img:hover {
  transform: scale(1.05);
}

.gallery-item-small p {
  font-size: 0.95rem;
  color: #ddd;
}

.bg-dark .gallery-item-small p {
  color: #e0e0e0;
}

.video-container {
  margin-top: 30px;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 800px;
  margin: 20px auto 0 auto;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.cta-support {
  font-style: italic;
  font-weight: bold;
  color: var(--primary-color);
  margin-top: 15px;
  display: block;
}

.cta-support.bigger-cta {
  font-size: 1.3em;
  margin-top: 25px;
}

@media (max-width: 768px) {
  .page-hero {
    padding: 60px 0;
  }
  .page-hero h1 {
    font-size: 2.3rem;
  }
  .page-hero p {
    font-size: 1.1rem;
  }
  .content-block,
  .content-block.image-on-left {
    flex-direction: column;
  }
  .content-block .content-image {
    flex-basis: auto;
    max-width: 80%;
    margin: 0 auto 20px auto;
  }
  .content-block.image-on-left .content-image {
    margin-bottom: 20px;
    margin-top: 0;
  }
  .quotes-grid {
    grid-template-columns: 1fr;
  }
  .quote-card .quote-avatar {
    float: none;
    display: block;
    margin: 0 auto 15px auto;
  }
  .quote-card blockquote footer {
    text-align: center;
  }
  .video-wrapper {
    max-width: 100%;
  }
}
.match-filters {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.filter-button {
  background-color: var(--light-gray-bg);
  color: var(--accent-color);
  border: 1px solid #ddd;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 500;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.filter-button:hover {
  background-color: #e0e0e0;
}

.filter-button.active {
  background-color: var(--primary-color);
  color: var(--secondary-color);
  border-color: var(--primary-color);
}

.matches-table-container {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.matches-table {
  width: 100%;
  border-collapse: collapse;
  background-color: var(--secondary-color);
  font-size: 0.9rem;
}

.matches-table th,
.matches-table td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #e0e0e0;
}

.matches-table th {
  background-color: var(--accent-color);
  color: var(--secondary-color);
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 0.5px;
}

.matches-table tbody tr:last-child td {
  border-bottom: none;
}

.matches-table tbody tr:hover {
  background-color: var(--light-gray-bg);
}

.matches-table .team-cell {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
}

.matches-table .team-logo-small {
  width: 24px;
  height: 24px;
  border-radius: 4px;
}

.matches-table .score-cell {
  font-weight: bold;
  text-align: center;
  font-size: 1.1rem;
}

.matches-table .score-cell small {
  display: block;
  font-size: 0.75rem;
  font-weight: normal;
  color: #555;
}

.matches-table .upcoming-match {
  color: #888;
  font-style: italic;
}

.matches-table .played-match .score-win {
  color: #28a745;
}

.matches-table .played-match .score-loss {
  color: var(--primary-color);
}

.matches-table .played-match .score-draw {
  color: #ffc107;
}

.matches-table .details-link {
  color: var(--primary-color);
  font-weight: 500;
  text-decoration: none;
  padding: 5px 8px;
  border: 1px solid transparent;
  border-radius: 4px;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.matches-table .details-link:hover {
  background-color: var(--light-gray-bg);
  border-color: #ccc;
  text-decoration: none;
}

.matches-table .details-link.disabled {
  color: #999;
  pointer-events: none;
  opacity: 0.7;
}

.legend-section h3 {
  margin-bottom: 20px;
}

.legend-items {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  font-size: 0.9rem;
}

.legend-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.legend-color {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 3px;
  border: 1px solid #ccc;
}

.legend-color.win {
  background-color: #28a745;
  border-color: #28a745;
}

.legend-color.draw {
  background-color: #ffc107;
  border-color: #ffc107;
}

.legend-color.loss {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.legend-color.upcoming {
  background-color: #f0f0f0;
  border-color: #ccc;
}

.cta-support-banner {
  background-color: var(--accent-color);
  color: var(--secondary-color);
}

.cta-support-banner h2 {
  color: var(--secondary-color);
  margin-bottom: 15px;
}

.cta-support-banner p {
  font-size: 1.1rem;
  margin-bottom: 25px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.cta-support-banner .cta-button {
  background-color: var(--primary-color);
  color: var(--secondary-color);
  border: 2px solid var(--primary-color);
}

.cta-support-banner .cta-button:hover {
  background-color: var(--primary-color-darkened);
  border-color: var(--primary-color-darkened);
}

@media (max-width: 768px) {
  .matches-table th:nth-child(2),
  .matches-table td:nth-child(2),
  .matches-table th:nth-child(7),
  .matches-table td:nth-child(7) {
    display: none;
  }
  .matches-table th,
  .matches-table td {
    padding: 10px 8px;
  }
  .matches-table .team-cell {
    font-size: 0.85rem;
    gap: 5px;
  }
  .matches-table .team-logo-small {
    width: 20px;
    height: 20px;
  }
  .matches-table .score-cell {
    font-size: 1rem;
  }
  .match-filters {
    gap: 10px;
  }
  .filter-button {
    padding: 8px 15px;
    font-size: 0.9rem;
  }
}
@media (max-width: 480px) {
  .matches-table th:nth-child(3),
  .matches-table td:nth-child(3) {
    display: none;
  }
}
.milestones-timeline .timeline {
  position: relative;
  max-width: 800px;
  margin: 30px auto 0 auto;
}

.milestones-timeline .timeline::after {
  content: "";
  position: absolute;
  width: 4px;
  background-color: var(--primary-color);
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -2px;
}

.milestones-timeline .timeline-item {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

.milestones-timeline .timeline-item:nth-child(odd) {
  left: 0;
}

.milestones-timeline .timeline-item:nth-child(even) {
  left: 50%;
}

.milestones-timeline .timeline-icon {
  position: absolute;
  width: 50px;
  height: 50px;
  right: -25px;
  background-color: var(--secondary-color);
  border: 3px solid var(--primary-color);
  top: 20px;
  border-radius: 50%;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.milestones-timeline .timeline-icon img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.milestones-timeline .timeline-item:nth-child(even) .timeline-icon {
  left: -25px;
}

.milestones-timeline .timeline-content {
  padding: 20px 30px;
  background-color: var(--secondary-color);
  position: relative;
  border-radius: 6px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}

.milestones-timeline .timeline-content h3 {
  margin-top: 0;
  color: var(--primary-color);
  font-size: 1.4rem;
}

.milestones-timeline .timeline-content p {
  font-size: 0.95rem;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .milestones-timeline .timeline::after {
    left: 31px;
  }
  .milestones-timeline .timeline-item {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }
  .milestones-timeline .timeline-item:nth-child(odd),
  .milestones-timeline .timeline-item:nth-child(even) {
    left: 0;
  }
  .milestones-timeline .timeline-icon {
    left: 6px;
    right: auto;
  }
  .milestones-timeline .timeline-item:nth-child(even) .timeline-icon {
    left: 6px;
  }
}
.trophies-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.trophy-card {
  background-color: var(--secondary-color);
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #eee;
}

.trophy-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.12);
}

.trophy-card img {
  max-height: 150px;
  width: auto;
  margin: 0 auto 15px auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.trophy-card h3 {
  font-size: 1.3rem;
  color: var(--accent-color);
  margin-bottom: 5px;
}

.trophy-card p {
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--primary-color);
  margin-bottom: 10px;
}

.trophy-card small {
  font-size: 0.8rem;
  color: #777;
  display: block;
  line-height: 1.3;
}

.legends-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.legend-card {
  background-color: var(--secondary-color);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

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

.legend-card img {
  width: 100%;
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}

.legend-card.coach img {
  height: 250px;
}

.legend-info {
  padding: 20px;
}

.legend-info h3 {
  margin-top: 0;
  color: var(--primary-color);
  font-size: 1.6rem;
}

.legend-info p {
  font-size: 0.95rem;
  color: #444;
  line-height: 1.5;
}

.iconic-match-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.iconic-match-item {
  background-color: var(--light-gray-bg);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.iconic-match-item img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

.iconic-match-info {
  padding: 20px;
}

.iconic-match-info h4 {
  font-size: 1.2rem;
  color: var(--accent-color);
  margin-top: 0;
  margin-bottom: 10px;
}

.iconic-match-info p {
  font-size: 0.9rem;
  color: #555;
}

.bg-dark .cta-button {
  background-color: var(--primary-color);
  color: var(--secondary-color);
  border-color: var(--primary-color);
}

.bg-dark .cta-button:hover {
  background-color: var(--primary-color-darkened);
  border-color: var(--primary-color-darkened);
}

.analysis-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.analysis-card {
  background-color: var(--secondary-color);
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.analysis-card img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

.analysis-card-content {
  padding: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.analysis-card h3 a {
  color: var(--accent-color);
  text-decoration: none;
  font-size: 1.4rem;
}

.analysis-card h3 a:hover {
  color: var(--primary-color);
}

.analysis-card p {
  font-size: 0.95rem;
  margin-bottom: 15px;
  flex-grow: 1;
}

.analysis-card .analysis-date {
  font-size: 0.8rem;
  color: #777;
  display: block;
  margin-bottom: 10px;
}

.analysis-card .read-more {
  font-weight: bold;
  color: var(--primary-color);
  text-decoration: none;
  align-self: flex-start;
}

.player-focus-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 25px;
}

.player-card {
  background-color: var(--secondary-color);
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
  border: 1px solid #e0e0e0;
}

.player-card .player-avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto 15px auto;
  -o-object-fit: cover;
     object-fit: cover;
  border: 3px solid var(--primary-color);
}

.player-card h4 {
  font-size: 1.3rem;
  color: var(--accent-color);
  margin-bottom: 5px;
}

.player-card .player-position {
  font-size: 0.85rem;
  color: #777;
  font-style: italic;
  margin-bottom: 10px;
}

.player-card .player-status {
  font-size: 0.9rem;
  color: #444;
  line-height: 1.5;
  margin-bottom: 10px;
  min-height: 60px;
}

.player-card .player-status strong {
  color: var(--accent-color);
}

.cta-support.small-cta {
  font-size: 0.9em;
  margin-top: 10px;
}

.support-articles-section .content-text ul {
  list-style: disc;
  margin-left: 20px;
  padding-left: 10px;
}

.support-articles-section .content-text ul li {
  margin-bottom: 8px;
}

.contact-form-section {
  padding-bottom: 80px;
}

.contact-form-container {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 50px;
  align-items: flex-start;
}

.contact-form-text h2,
.contact-form-text h3 {
  color: var(--secondary-color);
}

.contact-form-text p {
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 20px;
}

.contact-form-text .contact-benefits {
  list-style: none;
  padding: 0;
  margin-top: 25px;
}

.contact-form-text .contact-benefits li {
  margin-bottom: 12px;
  font-size: 1rem;
  display: flex;
  align-items: center;
}

.contact-form-text .contact-benefits i {
  font-size: 1.2rem;
  color: var(--primary-color);
  margin-right: 12px;
  width: 20px;
  text-align: center;
}

.icon-star::before {
  content: "★";
}

.icon-gift::before {
  content: "🎁";
}

.icon-mail::before {
  content: "✉";
}

.icon-users::before {
  content: "👥";
}

.contact-form-wrapper {
  background-color: rgba(255, 255, 255, 0.05);
  padding: 30px;
  border-radius: 8px;
}

.contact-form-wrapper h3 {
  margin-top: 0;
  margin-bottom: 25px;
  text-align: center;
  font-size: 1.7rem;
}

.main-contact-form .form-group {
  margin-bottom: 20px;
}

.main-contact-form label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: #e0e0e0;
  font-size: 0.95rem;
}

.main-contact-form input[type=text],
.main-contact-form input[type=email],
.main-contact-form input[type=tel],
.main-contact-form select,
.main-contact-form textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #555;
  border-radius: 5px;
  background-color: #3f4158;
  color: var(--secondary-color);
  font-size: 1rem;
  box-sizing: border-box;
  transition: border-color 0.3s ease;
}

.main-contact-form input:focus,
.main-contact-form select:focus,
.main-contact-form textarea:focus {
  outline: none;
  border-color: var(--primary-color);
  box-shadow: 0 0 0 2px rgba(217, 4, 41, 0.3);
}

.main-contact-form select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23FFFFFF' width='18px' height='18px'%3e%3cpath d='M7 10l5 5 5-5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 18px;
  padding-right: 40px;
}

.main-contact-form select option {
  background-color: var(--accent-color);
  color: var(--secondary-color);
}

.main-contact-form .form-submit-button {
  width: 100%;
  padding: 15px;
  font-size: 1.1rem;
  background-color: var(--primary-color);
  color: var(--secondary-color);
  border: none;
}

.main-contact-form .form-submit-button:hover {
  background-color: var(--primary-color-darkened);
}

@media (max-width: 992px) {
  .contact-form-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .contact-form-text {
    text-align: center;
  }
  .contact-form-text .contact-benefits {
    justify-content: center;
    display: inline-block;
    text-align: left;
  }
  .contact-form-text .contact-benefits li {
    justify-content: flex-start;
  }
}
@media (max-width: 768px) {
  .analysis-grid,
  .player-focus-grid {
    grid-template-columns: 1fr;
  }
  .player-card .player-status {
    min-height: auto;
  }
}
.modal {
  display: none;
  position: fixed;
  z-index: 1001;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.6);
  padding-top: 60px;
  animation: fadeIn 0.3s ease-out;
}

.modal-content {
  background-color: var(--secondary-color);
  color: var(--text-color);
  margin: 5% auto;
  padding: 30px;
  border: 1px solid #bbb;
  border-radius: 8px;
  width: 80%;
  max-width: 550px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  position: relative;
  text-align: center;
  animation: slideIn 0.3s ease-out;
}

.modal-content h2 {
  color: var(--primary-color);
  margin-top: 0;
  margin-bottom: 20px;
}

.modal-content p {
  font-size: 1.05rem;
  line-height: 1.6;
  margin-bottom: 15px;
}

.close-button {
  color: #aaa;
  float: right;
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 28px;
  font-weight: bold;
  transition: color 0.2s ease;
}

.close-button:hover,
.close-button:focus {
  color: var(--primary-color);
  text-decoration: none;
  cursor: pointer;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideIn {
  from {
    transform: translateY(-50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.product-filters {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

/* .filter-button стили уже должны быть определены от страницы календаря,
   если нет, скопируйте их сюда. Убедитесь, что они подходят для этого контекста. */
.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.product-card {
  background-color: var(--secondary-color);
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

.product-image-container {
  position: relative;
  background-color: #f8f8f8;
}

.product-image {
  width: 100%;
  height: auto;
  max-height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.product-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 5px 10px;
  font-size: 0.8rem;
  font-weight: bold;
  color: var(--secondary-color);
  border-radius: 4px;
  text-transform: uppercase;
}

.product-badge.new {
  background-color: var(--primary-color);
}

.product-badge.sale {
  background-color: #28a745;
}

.product-info {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  text-align: center;
}

.product-name {
  font-size: 1.3rem;
  color: var(--accent-color);
  margin-top: 0;
  margin-bottom: 10px;
}

.product-name a {
  color: var(--accent-color);
  text-decoration: none;
}

.product-name a:hover {
  color: var(--primary-color);
}

.product-description {
  font-size: 0.9rem;
  color: #555;
  margin-bottom: 15px;
  line-height: 1.5;
  flex-grow: 1;
  min-height: 60px;
}

.product-price-stock {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding: 0 10px;
}

.product-price {
  font-size: 1.4rem;
  font-weight: bold;
  color: var(--primary-color);
  margin: 0;
}

.product-price del {
  font-size: 0.9rem;
  color: #999;
  margin-right: 5px;
  font-weight: normal;
}

.product-stock {
  font-size: 0.85rem;
  font-weight: 500;
  padding: 3px 8px;
  border-radius: 4px;
  margin: 0;
}

.product-stock.available {
  color: #1a682c;
  background-color: rgba(40, 167, 69, 0.15);
}

.product-stock.limited {
  color: #b95000;
  background-color: rgba(255, 152, 0, 0.15);
}

.product-stock.out-of-stock {
  color: #721c24;
  background-color: rgba(220, 53, 69, 0.15);
}

.add-to-cart-button {
  width: 100%;
  padding: 12px;
  font-size: 1rem;
}

.add-to-cart-button.disabled {
  background-color: #ccc;
  border-color: #ccc;
  color: #666;
  cursor: not-allowed;
}

.add-to-cart-button.disabled:hover {
  background-color: #ccc;
}

.pagination {
  margin-top: 40px;
  text-align: center;
}

.pagination ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
  gap: 5px;
}

.pagination .page-link {
  display: block;
  padding: 8px 14px;
  color: var(--primary-color);
  text-decoration: none;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: background-color 0.2s ease, color 0.2s ease;
  font-weight: 500;
}

.pagination .page-link:hover {
  background-color: var(--light-gray-bg);
  border-color: #ccc;
  text-decoration: none;
}

.pagination .page-link.current {
  background-color: var(--primary-color);
  color: var(--secondary-color);
  border-color: var(--primary-color);
  cursor: default;
}

.featured-collection-banner .cta-button {
  background-color: var(--primary-color);
  color: var(--secondary-color);
}

.featured-collection-banner .cta-button:hover {
  background-color: var(--primary-color-darkened);
}

@media (max-width: 600px) {
  .products-grid {
    grid-template-columns: 1fr;
  }
  .product-price-stock {
    flex-direction: column;
    gap: 8px;
    align-items: center;
  }
}
.sad12d1asd {
  background-image: url("../img/main/20.jpg");
}

.jdjfn31n331n {
  background-image: url("../img/main/21.jpg");
}

.jkf3119hah {
  background-image: url("../img/main/41.jpg");
}

.akdl12djjs {
  background-image: url("../img/main/43.jpg");
}

.welcome-modal .modal-content {
  max-width: 600px;
}

.welcome-modal .modal-logo {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 auto 20px auto;
  display: block;
  background-color: var(--primary-color);
}

.welcome-modal .modal-content ul {
  list-style: none;
  padding: 0;
  margin: 15px 0;
  text-align: left;
  display: inline-block;
}

.welcome-modal .modal-content ul li {
  margin-bottom: 8px;
}

.welcome-modal .popup-link {
  color: var(--primary-color);
  font-weight: 500;
  text-decoration: none;
}

.welcome-modal .popup-link:hover {
  text-decoration: underline;
}

.welcome-modal #dismissWelcomePopupButton {
  margin-top: 20px;
  background-color: var(--primary-color);
  color: var(--secondary-color);
  padding: 10px 25px;
}

.welcome-modal #dismissWelcomePopupButton:hover {
  background-color: var(--primary-color-darkened);
}

.g49g8hhas {
  margin-top: 20px;
}

.fadf13f13s {
  margin-top: 20px;
}

.f13f31s {
  margin-top: 30px;
}

.kjgh2923has {
  margin-bottom: 30px;
}

.jg49284hhas {
  margin-top: 40px;
}

.jf32hfhs {
  margin-bottom: 30px;
}

.kgj2j0239j2s {
  margin-top: 30px;
}

.fdaf13fas {
  margin-top: 30px;
}

.kgj209gj23jjs {
  max-width: 700px;
  margin: 0 auto 40px auto;
}

.gj4984h2h {
  max-width: 700px;
  margin: 0 auto 40px auto;
}

.arggasd13s {
  border-radius: 8px;
  margin-bottom: 30px;
}

.dkjf31093jaj {
  max-width: 600px;
  margin: 0 auto 30px auto;
}

.sf313dsa {
  max-width: 700px;
  margin: 0 auto 30px auto;
}

.sad21ds {
  margin-top: 40px;
}

.djk3819hh {
  margin-top: 15px;
}

.dasd12das {
  color: #ffb000;
  text-decoration: underline;
}/*# sourceMappingURL=style.css.map */