


body {
  font-family: 'Montserrat', sans-serif;
  text-rendering: optimizeSpeed;
  font-size: 1rem;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
 }
 body.menu-open {
  overflow: hidden;
}
body, p, .text {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

._ul {
  margin-bottom: 0;
  list-style: none;
  padding-left: 0;
}

._a {
  text-decoration: none;
  transition: all .3s ease;
}

._mb0 {
  margin-bottom: 0;
}
.next-inner {
  background-color: rgb(34, 31, 32);
  align-items: center;
  display: flex;
  justify-content: center;
  padding-bottom: 16px;
  padding-top: 16px;
}
.next-wrap {
  align-items: center;
  display: flex;
  column-gap: 32px;
}
.next-title-wrap {
  align-items: center;
  display: flex;
  column-gap: 8px;
}
.next-title-pink {
  color: rgb(6, 34, 147);
  text-transform: uppercase;
}
.next-title {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
}
.next-title-white {
  color: rgb(255, 255, 255);
}
.next-clock {
  display: flex;
  align-items: center;
  column-gap: 8px;
}
.next-clock-time {
  font-size: 54px;
  font-weight: bold;
  color: rgb(6, 34, 147);
}
.next-clock-data {
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 700;
  padding-left: 8px;
}
.text-center {
  text-align: center;
}
.welcome {
  background-color: rgb(221, 221, 221);
  padding-bottom: 64px;
  padding-top: 64px;
}
.welcome-inner {
  align-items: center;
  display: flex;
  column-gap: 32px;
}
.welcome-l {
  position: relative;
  border-radius: 0px 32px 32px 0px;
}
.welcome-img {
  width: 768px;
  height: 768px;
  object-fit: cover;
  border-radius: 0px 32px 32px 0px;
  transition: scale 3s ease;
}
.welcome-img:hover {
  scale: 1.2;
}
.wel-title {
  color: rgb(0, 0, 0);
  font-size: 36px;
  font-weight: 700;
  padding-bottom: 16px;
  padding-top: 16px;
  padding-right: 48px;
  padding-left: 48px;
  text-transform: uppercase;
}
.wel-title-white {
  background-color: rgba(255, 255, 255, 0.8);
  color: rgb(6, 34, 147);
  width: 480px;
}
.wel-title-black {
  background-color: rgba(6, 34, 147, 0.8);
  font-weight: 800;
  width: 820px;
  color: rgb(255, 255, 255);
}
.wel-l-title-wrap {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  z-index: 3;
}
.wel-r {
  align-items: center;
  display: flex;
  column-gap: 32px;
}
.wel-r-item {
  background-color: rgb(237, 237, 237);
  color: rgb(255, 255, 255);
  position: relative;
  padding-bottom: 64px;
  padding-top: 64px;
  padding-left: 32px;
  padding-right: 32px;
  transition: background-color .3s ease;
  border-radius: 16px;
  z-index: 2;
}
.wel-r-item:hover {
  background-color: rgb(255, 255, 255);
}
.wel-r-item-data {
  align-items: center;
  display: flex;
  flex-direction: column;
  background-color: rgb(6, 34, 147);
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
  position: absolute;
  top: -50px;
  width: 112px;
  left: 50%;
  transform: translateX(-50%);
  height: 112px;
  border-radius: 16px;
}
.wel-r-item-data-day {
  font-size: 48px;
  font-weight: 300;
  color: rgb(255, 255, 255);
  line-height: 48px;
}
.wel-r-item-data-month {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
}
.wel-r-item-when {
  text-transform: uppercase;
  font-weight: 700;
}
._mb24 {
  margin-bottom: 24px;
}
.wel-r-item-liga {
  font-size: 20px;
  font-weight: 700;
}
.wel-r-item-teams {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wel-r-item-team {
  align-items: center;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.wel-r-item-team-logo {
  width: 48px;
  height: 48px;
  object-fit: cover;
}
.wel-r-item-team-name {
  align-items: center;
  display: flex;
  column-gap: 8px;
}
.wel-r-item-team-tag {
  font-size: 24px;
  font-weight: 700;
  color: rgb(0, 0, 0);
}
.wel-r-item-team-num {
  font-size: 24px;
  font-weight: 800;
  color: rgb(255, 255, 255);
  background-color: rgb(0, 0, 0);
  height: 40px;
  width: 40px;
  align-items: center;
  display: flex;
  justify-content: center;
}
.wel-r-item-team-vs {
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
  color: rgb(0, 0, 0);
}
.wel-r-item-group {
  font-size: 18px;
  color: rgb(0, 0, 0);
}
.match-center-wrap {
  display: flex;
}
.match__wrap {
      display: grid
;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));

    gap: 24px;
}
.match__item div:last-child {
  margin-top: auto;
}
.match-center-link {
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 700;
  display: inline-flex;
  background-color: rgb(0, 0, 0);
  border-radius: 32px;
  padding-bottom: 8px;
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 8px;
  transition: all .6s ease;
}
.match-center-link:hover {
  background-color: rgb(6, 34, 147);
  scale: 1.1;
  color: rgb(255, 255, 255);
}
._color-pink {
  color: rgb(6, 34, 147);
}
._mb16 {
  margin-bottom: 16px;
}
._mb32 {
  margin-bottom: 32px;
}
.wel-r-l {
  scale: 1.2;
}
.jus-center {
  justify-content: center;
}
.decor-white-box {
  width: 320px;
  height: 320px;
  background-color: rgb(34, 31, 32);
  border-radius: 0px 0px 0px 23px;
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
  z-index: 1;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
}
.pos-relative {
  position: relative;
}
.decor-white-box-bottom {
  bottom: 0;
  top: auto;
  border-radius: 32px 0px 0px 0px;
  background-color: rgb(255, 255, 255);
}
.decor-img {
  height: 100%;
  object-fit: cover;
  border-radius: 16px 16px 16px 16px;
}
._img {
  width: 100%;
  object-fit: cover;
}
.ncontainer {
  padding-left: 24px;
  padding-right: 24px;
}
.news-title {
  font-size: 48px;
  font-weight: bold;
  color: rgb(6, 34, 147);
  text-transform: uppercase;
  padding-bottom: 32px;
  padding-top: 32px;
}
.news-wrap {
  position: relative;
  padding-bottom: 72px;
  padding-top: 24px;
  align-items: stretch;
}
.news-deocr {
  background-color: rgb(34, 31, 32);
  width: 75%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -32px;
}
.post-b-link {
  display: flex;
  flex-direction: column;
  position: relative;
}
.post-b-img-wrap {
  overflow: hidden;
  position: relative;
}
.welcome-l-img-wrap {
  border-radius: 0px 32px 32px 0px;
  overflow: hidden;
}
.decor-pink {
  background-color: rgb(6, 34, 147);
  height: 60%;
  width: 60%;
  position: absolute;
  left: 50%;
  top: 50%;
  rotate: 45deg;
  border-radius: 32px;
}
.decor-oval {
  background-color: rgb(255, 255, 255);
  width: 64px;
  height: 64px;
  border-radius: 50%;
}
.post-b-img {
  transition: scale 3s ease;
}
.post-b-img:hover {
  scale: 1.2;
}
._w33 {
  width: calc(33% - 16px);
  position: relative;
  z-index: 2;
}
.post-b-wrap {
  background-color: rgba(255, 255, 255, 0.9);
  padding-bottom: 16px;
  padding-top: 32px;
  padding-left: 16px;
  padding-right: 16px;
  position: absolute;
  bottom: -60px;
  width: calc(100% - 144px);
  left: 50%;
  transform: translateX(-50%);
}
.post-title {
  font-size: 36px;
  font-weight: 700;
}
.post-text {
  color: rgb(34, 31, 32);
}
.post-decor {
  background-color: rgb(6, 34, 147);
  height: 16px;
  margin-left: auto;
  width: 70%;
}
.section-wrap {
  display: flex;
  row-gap: 24px;
  column-gap: 24px;
  flex-wrap: wrap;
  align-items: stretch;
}
.jus-end {
  justify-content: flex-end;
}
.post-s-wrap {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
.post-s {
  height: calc(50% - 12px);
}
.post-s-link {
  display: flex;
  align-items: stretch;
  height: 100%;
}
.post-s-img-wrap {
  width: 50%;
  overflow: hidden;
  position: relative;
}
.post-s-img {
  height: 100%;
  transition: scale 3s ease;
}
.post-s-img:hover {
  scale: 1.2;
}
.post-s-con-wrap {
  background-color: rgb(255, 255, 255);
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 24px;
  width: 50%;
}
.post-s-title {
  font-size: 24px;
  font-weight: 700;
}
.post-s-bg-black {
  background-color: rgb(0, 0, 0);
}
.post-s-title-w {
  color: rgb(255, 255, 255);
}
.post-text-pink {
  color: rgb(6, 34, 147);
}
._mb64 {
  margin-bottom: 64px;
}
.stats {
  background-image: url('../images/e8112fc1ec8b8cf0f4a7dc7f72e4aa36.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 96px;
}
.stats-inner {
  padding-bottom: 32px;
  padding-top: 32px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
}
.stats-title {
  font-size: 96px;
  font-weight: bold;
  color: rgb(6, 34, 147);
  padding-right: 64px;
  text-transform: uppercase;
}
.stats-line-wrap {
  align-items: center;
  display: flex;
  column-gap: 16px;
  justify-content: flex-end;
}
.stats-line {
  background: linear-gradient(90deg, rgba(12, 0, 10, 0.9) 0%, #062293 48%);
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
  width: 75%;
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
.stats-line-text {
  color: rgb(255, 255, 255);
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
}
.stats-line-sum {
  font-size: 24px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  line-height: 24px;
  border-radius: 50%;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(6, 34, 147);
  width: 72px;
  height: 72px;
  align-items: center;
  display: flex;
  justify-content: center;
}
.text-end {
  text-align: right;
}
.stats-item {
  display: flex;
  flex-direction: column;
}
.stat-25 {
  width: 25%;
}
._fs18 {
  font-size: 18px;
  line-height: 18px;
}
.border-none {
  border-style: none;
  padding-bottom: 0;
  padding-right: 0;
  padding-top: 0;
  padding-left: 0;
}
.stat-50 {
  width: 50%;
}
.stat-67 {
  width: 67%;
}
.stat-40 {
  width: 40%;
}
.stat-nav-inner {
  display: flex;
  column-gap: 32px;
  align-items: center;
  position: absolute;
  left: 0;
  top: 72px;
}
.stat-nav {
  align-items: center;
  display: flex;
  column-gap: 8px;
}
.stat-nav-link {
  color: rgb(246, 246, 246);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  display: inline-flex;
  border-radius: 4px;
  padding-bottom: 2px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 2px;
  transition: all .3s ease;
}
.stat-nav-link:hover {
  background-color: rgb(226, 132, 165);
}
.stat-nav-link--active {
  background-color: rgb(6, 34, 147);
}
.play {
  width: 144px;
  height: 144px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all .3s ease;
  opacity: 0.7;
  object-fit: contain;
}
.play:hover {
  opacity: 1;
}
.banner-b {
  background-image: url('../images/4596e8c0d9ddb6cd7fa6f327b1308ffb.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  height: 70vh;
  background-position-y: center;
  min-height: 720px;
}
.banner-inner {
  height: 100%;
}
.banner-link {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.2);
  transition: background-color .6s ease;
}
.banner-link:hover {
  background-color: rgba(0, 0, 0, 0.33);
}
.banner-wrap {
  transition: all .9s ease;
}
.banner-wrap:hover {
  transform: translateY(-32px);
}
.ben-title-top {
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}
.banner-title {
  font-size: 72px;
  font-weight: 700;
  text-transform: uppercase;
}
.banner-s {
  background-image: url('../images/bae5bd182545de1e2128fac86d1f8f88.webp');
  height: 480px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
}
.banner-s-link {
  height: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
  color: rgb(255, 255, 255);
  background-color: rgba(0, 0, 0, 0.2);
  transition: all .6s ease;
}
.banner-s-link:hover {
  border-color: rgb(226, 132, 165);
  color: rgb(226, 132, 165);
  background-color: rgba(0, 0, 0, 0.33);
}
.banner-s-wrap {
  max-width: 640px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.banner-s-title {
  font-size: 48px;
  font-weight: 700;
  color: rgb(255, 255, 255);
}
.banner-s-btn {
  font-size: 20px;
  font-weight: 700;
  display: inline-flex;
  border-style: solid;
  border-radius: 32px;
  padding-bottom: 4px;
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 4px;
  background-color: rgba(0, 0, 0, 0);
  transition: all .6s ease;
}
.banner-s-btn:hover {
  transform: translateY(-16px) ;
  background-color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
}
.gallery-inner {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
.gallery-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.gallery-title {
  font-size: 48px;
  font-weight: bold;
  color: rgb(6, 34, 147);
  text-transform: uppercase;
}
.gallery-btn {
  display: inline-flex;
  background-color: rgb(6, 34, 147);
  border-radius: 16px;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 4px;
  padding-top: 4px;
  padding-left: 32px;
  padding-right: 32px;
  color: rgb(255, 255, 255);
  transition: all .3s ease;
}
.gallery-btn:hover {
  scale: 1.1;
  font-weight: 700;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(8, 180px);
  grid-gap: 8px;
  min-height: 720px;
  max-width: 1920px;
  height: 1000px;
  grid-template-rows: 180px 180px 180px 180px 180px;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}
.gallery-grid-top {
  background-color: rgb(255, 255, 255);
  grid-column: 1/8;
  grid-row: 1/5;
  display: grid;
  grid-template-columns: repeat (7, 1fr);
  grid-template-rows: 1fr 1fr 1fr;
  grid-gap: 8px;
  height: 100%;
}
.gallery-grid-top-item {
  display: grid;
  grid-gap: 8px;
}
.gallery-grid-right {
  background-color: rgba(0, 0, 0, 0);
  grid-column: 8/9;
  grid-row: 1/4;
  grid-template-rows: 180px 180px 180px 180px 180px;
  display: grid;
  grid-gap: 8px;
  grid-template-columns: 180px;
}
.gallery-grid-bot {
  background-color: rgba(0, 0, 0, 0);
  grid-column: 1/8;
  grid-row: 5/6;
  display: grid;
  grid-template-columns: 180px 180px 180px 180px 180px 180px 180px;
  grid-gap: 8px;
  height: 320px;
  grid-template-rows: 180px;
}
.gallery-grid-top-item-l {
  background-color: rgba(0, 0, 0, 0);
  grid-column: 1/3;
  grid-row: 1/4;
  display: grid;
  grid-template-columns: 180px 180px;
  grid-template-rows: 180px 180px 180px;
}
.gallery-grid-top-item-c {
  background-color: rgba(0, 0, 0, 0);
  grid-column: 3/6;
  grid-row: 1/4;
  display: grid;
  grid-template-columns: 180px 180px 180px;
  grid-template-rows: 180px 180px 180px;
}
.gallery-grid-top-item-r {
  background-color: rgba(0, 0, 0, 0);
  grid-row: 1/4;
  grid-column: 6/8;
  grid-template-rows: 180px 180px 180px 180px;
  grid-template-columns: 180px 180px ;
}
.top-item-l-1 {
  background-color: rgb(168, 53, 53);
  grid-column: 1/3;
  grid-row: 1/3;
}
.top-item-l-2 {
  background-color: rgb(165, 158, 158);
  grid-column: 1/2;
  grid-row: 3/5;
}
.top-item-l-3 {
  background-color: rgb(173, 39, 39);
}
.top-item-l-4 {
  background-color: rgb(27, 157, 189);
}
.top-item-c-1 {
  background-color: rgb(156, 156, 156);
  grid-column: 1/3;
  grid-row: 1/2;
}
.top-item-c-2 {
  background-color: rgb(189, 35, 102);
  grid-column: 3/4;
  grid-row: 1/2;
}
.top-item-c-3 {
  background-color: rgb(0, 0, 0);
  grid-column: 1/3;
  grid-row: 2/3;
}
.top-item-c-4 {
  background-color: rgb(0, 221, 255);
  grid-column: 3/4;
  grid-row: 2/4;
}
.top-item-c-5 {
  background-color: rgb(40, 104, 56);
  grid-column: 1/3;
  grid-row: 3/5;
}
.top-item-c-6 {
  background-color: rgb(182, 182, 182);
}
.top-item-r-1 {
  background-color: rgb(0, 0, 0);
  grid-column: 1/3;
  grid-row: 1/3;
}
.top-item-r-2 {
  background-color: rgb(255, 0, 0);
  grid-column: 1/3;
  grid-row: 3/5;
}
.right-item-1 {
  background-color: rgb(142, 21, 21);
  grid-row: 1/3;
}
.right-item-2 {
  background-color: rgb(115, 0, 255);
  grid-row: 3/4;
}
.right-item-3 {
  background-color: rgb(211, 112, 112);
  grid-row: 4/6;
}
.bot-item-1 {
  background-color: rgb(178, 104, 104);
  grid-column: 1/2;
}
.bot-item-2 {
  background-color: rgb(36, 86, 74);
  grid-column: 2/4;
}
.bot-item-3 {
  background-color: rgb(21, 15, 142);
  grid-column: 4/6;
}
.bot-item-4 {
  background-color: rgb(3, 210, 251);
  grid-column: 6/8;
}
.p8 {
  padding-left: 8px;
  padding-right: 8px;
}
.gal-item {
  position: relative;
  width: 100%;
  height: 100%;
}
.gal-item-img {
  object-fit: cover;
  display: block;
  height: 100%;
}

.gal-link {
  display: flex;
  background-color: rgba(226, 132, 165, 0.8);
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: all .6s ease;
  z-index: 3;
}
.gal-link:hover {
  opacity: 1;
}
.gal-link-title {
  background-color: rgb(226, 132, 165);
  color: rgb(255, 255, 255);
  font-size: 18px;
  display: inline-block;
  padding-bottom: 4px;
  padding-top: 4px;
  padding-right: 16px;
  padding-left: 16px;
}
.gal-img {
  object-fit: cover;
  height: 100%;
}
.grid-item50 {
  height: calc(50% - 4px);
}
.grid-item180 {
  height: 180px;
  width: 180px;
}
.grid-item180-360 {
  height: 360px;
  width: 180px;
}
.piopipio {
  background-color: rgb(6, 34, 147);
  padding-bottom: 32px;
  padding-top: 32px;
  padding-left: 16px;
  padding-right: 16px;
  justify-content: center;
}
.spon-item {
  transition: all .6s ease;
}
.spon-item:hover {
  transform: translateY(-16px);
}
.spon-img {
  width: 210px;
  height: 70px;
  object-fit: contain;
}
.lkl {
  background-color: rgb(0, 0, 0);
  padding-bottom: 16px;
  padding-top: 16px;
  padding-left: 32px;
  padding-right: 32px;
}
.dwqeqweqs {
  align-items: center;
  display: flex;
  column-gap: 16px;
  justify-content: center;
}
.ffqewrerqwsa {
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  transition: all .6s ease;
}
.ffqewrerqwsa:hover {
  color: rgb(226, 132, 165);
}
.footer-text {
  color: rgba(255, 255, 255, 0.55);
}
.b-hero {
  background-image: url('../images/c63b86cea9312b0f40a44b6289f7ea6a.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  margin-top: -64px;
  align-items: center;
  display: flex;
  position: relative;
}
.b-hero-wrap {
  width: 100%;
}
.b-hero-name {
  font-size: 48px;
  font-weight: bold;
  color: rgb(6, 34, 147);
  background-color: rgba(255, 255, 255, 0.8);
  width: 30%;
  padding-left: 32px;
  padding-bottom: 8px;
  padding-top: 8px;
}
.b-hero-page {
  font-size: 48px;
  font-weight: bold;
  background-color: rgba(6, 34, 147, 0.9);
  width: 45%;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  padding-bottom: 8px;
  padding-top: 8px;
  padding-left: 32px;
}
._mb8 {
  margin-bottom: 8px;
}
.b-main {
  background-color: rgb(255, 255, 255);
}
.b-chiil {
  display: flex;
  justify-content: space-between;
  position: relative;
  background-color: rgb(34, 31, 32);
}
.b-chiil-img {
  height: 320px;
  width: 480px;
  object-fit: cover;
  margin-top: 16px;
  border-radius: 0px 32px 32px 0px;
}
.b-chiil-img-2 {
  height: 480px;
  width: 480px;
  object-fit: cover;
  margin-top: 256px;
  margin-bottom: 8px;
  border-radius: 32px 0px 0px 32px;
}
.b-decor-pink-chil {
  background-color: rgb(6, 34, 147);
  height: 32px;
  width: 320px;
  position: absolute;
  top: 50%;
}
.b-chill-wrap {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.46);
  padding-bottom: 32px;
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 32px;
  max-width: 768px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  backdrop-filter: blur(4px);
}
.b-chill-wrap-title {
  font-size: 48px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
}
.b-chill-wrap-text {
  font-size: 18px;
  font-weight: 700;
  color: rgb(255, 255, 255);
}
.b-chill-img-bg {
  width: 640px;
  height: 320px;
  position: absolute;
  top: 96px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 32px 32px 32px 32px;
}
.b-chill-dec-title {
  background-color: rgb(6, 34, 147);
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 8px;
  padding-top: 8px;
  padding-right: 32px;
  padding-left: 32px;
  max-width: 768px;
  color: rgb(255, 255, 255);
}
.b-chill-dec-title-wrap {
  color: rgb(0, 0, 0);
  font-size: 48px;
  font-weight: 700;
  position: absolute;
  bottom: 16px;
  max-width: 992px;
  z-index: 4;
}
.b-chill-dec-title2 {
  font-weight: 700;
  font-size: 32px;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0.8);
  padding-bottom: 8px;
  padding-top: 8px;
  padding-left: 32px;
  padding-right: 32px;
  color: rgb(6, 34, 147);
}
.b-team {
  display: flex;
  justify-content: flex-end;
  position: relative;
  background-color: rgb(220, 220, 220);
  overflow: hidden;
  padding-bottom: 16px;
  padding-top: 16px;
}
.b-team-img {
  height: 100%;
  width: 70%;
  min-height: 70vh;
  object-fit: cover;
  max-height: 992px;
  max-width: 992px;
  border-radius: 32px 0px 0px 32px;
}
.b-team-wrap {
  border-style: solid;
  border-width: 16px;
  border-color: rgb(34, 31, 32);
  padding-bottom: 32px;
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 32px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 640px;
  background-color: rgb(6, 34, 147);
  z-index: 2;
}
.black {
  color: rgb(0, 0, 0);
}
.b-team-decor {
  background-color: rgb(0, 0, 0);
  border-radius: 32px 100px 48px 32px;
  width: 480px;
  height: 240px;
  position: absolute;
  top: 320px;
  left: 25%;
}
.b-debut {
  position: relative;
  height: 70vh;
  background-color: rgb(255, 255, 255);
  overflow: hidden;
  margin-bottom: 32px;
}
.b-team-line {
  background-color: rgb(34, 31, 32);
  height: 100px;
  width: 322px;
  position: absolute;
  left: 32px;
  rotate: 45deg;
  top: 0px;
}
.b-debut-grya {
  background-color: rgb(220, 220, 220);
  height: 320px;
  width: 320px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0px 0px 32px 0px;
}
.b-debu-img {
  height: 80%;
  position: absolute;
  right: 0;
  top: 16px;
  border-radius: 32px 0px 0px 32px;
  width: 60%;
  object-fit: cover;
  z-index: 2;
  max-width: 992px;
}
.b-debut-wrap {
  background-color: rgba(0, 0, 0, 0.15);
  padding-bottom: 32px;
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 256px;
  position: absolute;
  left: 72px;
  top: 50%;
  transform: translateY(-50%);
  max-width: 640px;
  border-radius: 32px;
  z-index: 3;
}
.b-debut-title-wrap {
  position: absolute;
  top: 20%;
  z-index: 4;
}
.b-debut-title1 {
  font-size: 48px;
  font-weight: 700;
  background-color: rgba(6, 34, 147, 0.8);
  padding-bottom: 8px;
  padding-top: 8px;
  padding-right: 32px;
  padding-left: 32px;
  width: 480px;
  color: rgb(255, 255, 255);
}
.b-debut-title2 {
  font-size: 48px;
  background-color: rgba(255, 255, 255, 0.8);
  color: rgb(6, 34, 147);
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 640px;
}
.d-debut-blue {
  background-color: rgb(46, 59, 88);
  width: 640px;
  height: 320px;
  position: absolute;
  left: 70%;
  top: 70%;
  transform: translate(-30%, -30%);
}
.b-debut-video {
  position: absolute;
  right: 64px;
  top: 64px;
  z-index: 5;
}
.b-debut-video-img {
  height: 320px;
  width: 320px;
  object-fit: cover;
}
.select {
  height: 70vh;
  min-width: 992px;
  background-color: rgb(220, 220, 220);
  position: relative;
  min-height: 992px;
}
.select-bg-gray {
  background-color: rgb(220, 220, 220);
  width: 480px;
  height: 480px;
  border-radius: 0px 32px 32px 0px;
}
.pole {
  object-fit: cover;
  height: 480px;
  width: 992px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 32px;
}
.b-player {
  width: 320px;
  height: 480px;
  object-fit: cover;
  position: absolute;
  right: 32px;
  bottom: 32px;
  border-radius: 32px;
}
.b-select-wrap {
  background-color: rgba(255, 255, 255, 0.75);
  padding-bottom: 32px;
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 256px;
  max-width: 640px;
  position: absolute;
  left: 64px;
  top: 64px;
  border-radius: 32px;
}
.b-select-title-wrap {
  position: absolute;
  left: 0;
  top: 144px;
}
.b-select-title1 {
  font-size: 48px;
  font-weight: 700;
  background-color: rgba(6, 34, 147, 0.8);
  padding-bottom: 8px;
  padding-top: 8px;
  padding-left: 32px;
  padding-right: 32px;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}
.b-select-title2 {
  font-size: 48px;
  font-weight: 700;
  background-color: rgba(255, 255, 255, 0.8);
  color: rgb(6, 34, 147);
  padding-left: 32px;
  padding-bottom: 8px;
  padding-top: 8px;
  margin-left: 32px;
  padding-right: 32px;
  text-transform: uppercase;
}
.staff {
  position: relative;
  height: 70vh;
  min-height: 768px;
  padding-bottom: 16px;
  padding-top: 16px;
}
.staff-img {
  border-radius: 0px 32px 32px 0px;
  position: absolute;
  top: 32px;
  left: 0;
  width: 992px;
  object-fit: cover;
}
.staff-wrap {
  background-color: rgba(0, 0, 0, 0.4);
  padding-bottom: 32px;
  padding-top: 256px;
  padding-left: 32px;
  padding-right: 32px;
  z-index: 2;
  width: 640px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.staff-title {
  background-color: rgba(6, 34, 147, 0.8);
  text-transform: uppercase;
  text-align: right;
  padding-bottom: 8px;
  padding-top: 8px;
  padding-left: 32px;
  padding-right: 64px;
  font-size: 48px;
  font-weight: 700;
  width: 480px;
  position: absolute;
  right: 0;
  top: 128px;
  color: rgb(255, 255, 255);
}
.Playing-img {
  width: 480px;
  height: 256px;
  position: absolute;
  right: 0;
  object-fit: cover;
  border-radius: 32px 0px 0px 32px;
}
.b-end {
  position: relative;
  background-color: rgba(6, 34, 147, 0.8);
  padding-top: 32px;
}
.b-end-img {
  height: 640px;
}
.b-end-wrap {
  background-color: rgba(6, 34, 147, 0.8);
  padding-bottom: 256px;
  padding-top: 32px;
  padding-right: 128px;
  padding-left: 128px;
}
.b-end-title1 {
  background-color: rgba(0, 0, 0, 0.8);
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: right;
  color: rgb(255, 255, 255);
  padding-bottom: 8px;
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 8px;
  margin-right: 64px;
  position: absolute;
  bottom: 148px;
  left: 0;
  right: 0;
}
.b-end-title-2 {
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 36px;
  font-weight: 700;
  margin-left: 128px;
  padding-left: 32px;
  padding-bottom: 8px;
  padding-right: 32px;
  padding-top: 8px;
  position: absolute;
  bottom: 80px;
  right: 0;
  left: 0;
}
.post-wrap {
  display: flex;
}
.post-wrap-img {
  margin-top: -64px;
  flex: 1;
  position: relative;
  overflow: hidden;
  background-color: rgb(6, 34, 147);
}
.post-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 768px;
  transition: all 5s ease;
  max-height: 992px;
}
.post-img:hover {
  scale: 1.1;
}
.post-content {
  padding-top: 128px;
  background-color: rgb(6, 34, 147);
  padding-left: 16px;
  padding-right: 16px;
  flex: 1;
}
.p-post-title {
  font-size: 48px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  position: relative;
  z-index: 2;
}
.p-post-title::after {
  background-color: rgb(34, 31, 32);
  height: 32px;
  width: 128px;
  position: absolute;
  left: 0;
  bottom: -16px;
  z-index: 1;
}
.p-next {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}
.p-next-wrap {
  background-color: rgb(34, 31, 32);
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
  transition: background-color .6s ease;
}
.p-next-wrap:hover {
  background-color: rgb(0, 0, 0);
}
.p-next-link {
  display: flex;
}
.p-next-img {
  background-color: rgb(6, 34, 147);
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
}
.p-next-img-wrap {
  flex: 1;
}
.p-next-con-wrap {
  flex: 2;
  padding-left: 8px;
  padding-right: 8px;
}
.p-next-con-title {
  background-color: rgb(6, 34, 147);
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
}
.v-video-link {
  overflow: hidden;
  position: relative;
  display: flex;
  flex: 1;
}
.stats-bg-2 {
  background-image: url('../images/4596e8c0d9ddb6cd7fa6f327b1308ffb.jpg');
}
.stats-bg-1 {
  background-image: url('../images/c63b86cea9312b0f40a44b6289f7ea6a.jpg');
}
.a-wrap {
  padding-right: 64px;
}
.a-title {
  font-size: 64px;
  font-weight: bold;
  color: rgb(6, 34, 147);
}
.a-title1 {
  font-size: 72px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
}
.a-nav-wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(34, 33, 59, 0.83);
}
.a-nav {
  display: flex;
  justify-content: space-between;
}
.a-nav-li {
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
  padding-bottom: 16px;
  padding-top: 16px;
}
.a-nav-link {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  width: calc(100% - 48px);
  align-items: center;
  display: flex;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(255, 255, 255);
  border-top-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  transition: all .6s ease;
}
.a-nav-link:hover {
  text-decoration: underline;
}
.a-b-none {
  border-style: none;
}
.red {
  color: rgb(204, 102, 102);
}
.pink {
  color: rgb(226, 132, 165);
}
.orange {
  color: rgb(255, 217, 0);
}
.f-section {
  padding-bottom: 32px;
  padding-top: 32px;
}
.f-section-blue {
  background-color: rgb(34, 85, 117);
}
.f-section-inner {
  display: flex;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
}
.f-section-content {
  flex: 2;
  padding-left: 64px;
  padding-right: 64px;
}
.f-section-photo {
  flex: 1;
  align-items: center;
  display: flex;
}
.f-section-img {
  border-radius: 32px;
  object-fit: cover;
}
.f-section-title {
  font-size: 36px;
  font-weight: 700;
  border-style: solid;
  border-width: 3px;
  border-right-width: 0;
  border-left-width: 0;
  padding-bottom: 16px;
  padding-top: 16px;
  color: rgb(255, 255, 255);
}
.bor-pink {
  border-color: rgb(255, 114, 110);
}
.f-sec-wrap {
  align-items: stretch;
  justify-content: center;
}
.f-sec-item {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 16px;
}
.f-sec-title {
  font-size: 28px;
  font-weight: 700;
  padding-left: 16px;
  padding-right: 16px;
  text-align: center;
  display: flex;
  padding-bottom: 8px;
  height: 64px;
}
.f-sec-cubok {
  width: 120px;
  height: 180px;
  object-fit: contain;
}
.f-sec-num {
  font-size: 32px;
  font-weight: 800;
  color: rgb(255, 255, 255);
}
.f-sec-data {
  font-weight: 700;
  color: rgb(255, 255, 255);
}
._w25 {
  width: calc(25% - 18px);
}
.color-white {
  color: rgb(255, 255, 255);
}
.a-end {
  align-items: flex-end;
}
.record {
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 32px;
  padding-bottom: 32px;
  position: relative;
}
.record-wrap {
  align-items: center;
  display: flex;
  column-gap: 32px;
}
.record-list {
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  flex: 1;
}
.rec-img-wrap {
  flex: 1;
}
.rec-img {
  border-radius: 32px;
}
.rec-decor {
  width: 16px;
  height: calc(100% -32px);
  position: absolute;
}
.rew-decor-1 {
  background: linear-gradient(0deg,rgba(33,31,32,1) 0%,rgba(227,132,165,1) 100%);
  bottom: 0;
  top: 0;
  left: 0;
}
.rew-decor-2 {
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(180deg,rgba(14,43,111,1) 0%,rgba(14,43,111,0.5) 100%);
}
.rew-decor-4 {
  background: linear-gradient(180deg,rgba(255,255,255,1) 7%,rgba(196,196,196,1) 93%);
  left: 0;
  top: 0;
  bottom: 0;
}
.rew-decor-5 {
  background: linear-gradient(180deg,rgba(255,255,255,1) 7%,rgba(196,196,196,1) 93%);
  right: 0;
  top: 0;
  bottom: 0;
}
.body {
  display: flex;
  flex-direction: column;
  background-color: rgb(13, 13, 13);
  color: rgb(242, 242, 242);
  min-height: 100vh;
}
.header {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(252, 185, 0);
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  position: sticky;
  top: 0;
  z-index: 99;
  background-color: rgba(26, 26, 26, 0.8);
  backdrop-filter: blur(4px);
}
.ccontainer {
  padding-left: 8px;
  padding-right: 8px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
}
.header-inner {
  align-items: center;
  display: flex;
  column-gap: 24px;
  padding-bottom: 8px;
  padding-top: 8px;
  justify-content: space-between;
}
.header-logo {
  transition: all .3s ease;
}
.header-logo:hover {
  background-color: rgba(0, 0, 0, 0);
}
.header-icon {
  height: 48px;
  object-fit: contain;
}
.df {
  display: flex;
}
.nav {
  align-items: center;
  display: flex;
  column-gap: 4px;
}
.nav-item {
  transform: skew(-18deg);
  position: relative;
  background: linear-gradient(90deg,rgba(252, 185, 0, 1) 0%, rgba(252, 185, 0, 0) 100%);
  background-position: left center;
  background-size: 0% 100%;
  background-repeat: no-repeat;
  transition: all .3s ease;
}
.nav-item:hover {
  background-size: 100% 100%;
}
.nav-link {
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  padding-bottom: 8px;
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 8px;
  display: block;
  transform: skew(18deg);
  font-size: 14px;
}
.nav-link:hover {
  color: rgb(255, 255, 255);
}
.nav-item--active {
  background-size: 100% 100%;
}
.main {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.hero {
  padding-top: 180px;
  padding-bottom: 80px;
  background-image: url('../images/326c0d78a9a993f5427edcb5cd5de3de.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  position: relative;
  min-height: 80vh;
  height: 80vh;
  background-attachment: fixed;
  background-position-y: right;
  margin-top: -65px;
}
.hero::after {
  background-color: rgba(26, 26, 26, 0.5);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  backdrop-filter: grayscale(85%);
}
.hero-inner {
  position: relative;
  z-index: 2;
  align-items: center;
  display: flex;
}
.hero-item {
  position: relative;
  z-index: 4;
}
.ttc {
  text-transform: capitalize;
}
.ttu {
  text-transform: uppercase;
}
.fs-48 {
  font-size: 48px;
}
.fs-72 {
  font-size: 72px;
}
.fw700 {
  font-weight: 700;
}
.lh100 {
  line-height: 100%;
}
.hero-decor {
  background: radial-gradient(circle,rgba(252, 185, 0, 1) 0%, rgba(252, 185, 0, 0.4) 25%, rgba(252, 185, 0, 0) 50%);
  height: 600px;
  width: 600px;
  position: absolute;
  transform: translate(-50%, 50%);
  z-index: 3;
  left: 0;
  bottom: 0;
  pointer-events: none;
}
.overflow-hidden {
  overflow: hidden;
}
.fw600 {
  font-weight: 600;
}
.max-w-480 {
  max-width: 480px;
}
.fs18 {
  font-size: 18px;
}
.al-center {
  align-items: center;
}
.bbtn {
  align-items: center;
  display: flex;
  column-gap: 8px;
  border-style: solid;
  border-width: 3px;
  border-radius: 32px;
  padding-right: 24px;
  padding-left: 24px;
  padding-bottom: 8px;
  padding-top: 8px;
  color: rgb(255, 255, 255);
  background: radial-gradient(circle,rgba(252, 185, 0, 1) 0%, rgba(252, 185, 0, 1) 100%);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: all .3s ease;
}
.bbtn:hover {
  background-size: 100% 100%;
}
.icon-24 {
  height: 24px;
  width: 24px;
  object-fit: contain;
}
.h-100 {
  height: 100%;
}
.color-orange {
  color: rgb(252, 185, 0);
}
.decor {
  background-color: rgba(0, 0, 0, 0);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 5;
  overflow: hidden;
  width: 75%;
}
.decor-black {
  background-color: rgb(26, 26, 26);
  height: 24px;
  transform: skew(-27deg);
  width: 100%;
  margin-bottom: 4px;
  margin-right: -21px;
  background: linear-gradient(90deg,rgba(26, 26, 26, 0.5) 0%, rgba(26, 26, 26, 1) 50%);
}
.decor-orange {
  height: 24px;
  background-color: rgb(252, 185, 0);
  transform: skew(-27deg);
  width: 100%;
  margin-right: -8px;
  background: linear-gradient(270deg,rgba(252, 185, 0, 1) 50%, rgba(252, 185, 0, 0.5) 100%);
}
.decor-orange--top {
  margin-bottom: 4px;
  margin-right: -36px;
}
._mb48 {
  margin-bottom: 48px;
}
.section-bg {
  padding-bottom: 48px;
  padding-top: 48px;
  background-image: url('../images/ad8ae3c18212f8991df94e40e08eada6.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
  position: relative;
  background-attachment: fixed;
}
.section-bg::after {
  backdrop-filter: grayscale(75%);
  background-color: rgba(26, 26, 26, 0.6);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.section-inner {
  position: relative;
  z-index: 2;
}
.section-colored {
  background-color: rgb(26, 26, 26);
  padding-bottom: 48px;
  padding-top: 48px;
}
.about {
  align-items: stretch;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 32px;
}
.about-item--gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 320px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}
.about__img {
  height: 100%;
  border-style: solid;
  border-width: 6px;
  border-color: rgb(13, 13, 13);
}
.fs-40 {
  font-size: 40px;
}
.flex-direction-column {
  flex-direction: column;
}
.title {
  position: relative;
}
.title::after {
  background: linear-gradient(60deg,rgba(252, 185, 0, 1) 0%, rgba(252, 185, 0, 0.6) 37%, rgba(252, 185, 0, 0) 67%);
  content: "";
  position: absolute;
  bottom: -10px;
  height: 16px;
  width: 100%;
  transform: skew(-27deg);
  left: -5px;
}
.article-wrap {
  display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    grid-auto-rows: 400px;
    gap: 24px;
}
.article__link {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
  background-color: rgba(26, 26, 26, 0.4);
  backdrop-filter: grayscale(25%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 24px;
  align-items: center;
  color: rgb(255, 255, 255);
  border-style: solid;
  border-color: rgb(26, 26, 26);
}
.article__link:hover {
  color: rgb(252, 185, 0);
  backdrop-filter: grayscale(0%);
  background-color: rgba(26, 26, 26, 0.5);
  border-color: rgb(252, 185, 0);
}
.fs-24 {
  font-size: 24px;
}
.article__decor {
  background-color: rgb(252, 185, 0);
  height: 8px;
  width: 144px;
  transform: skew(-27deg);
}
.color-text {
  color: rgb(237, 237, 237);
}
.article-decor {
  transform: scaleX(-1) ;
  position: absolute;
  left: 0;
  right: auto;
}
.pb-120 {
  padding-bottom: 120px;
}
.lautaro__wrap {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  grid-column-gap: 24px;
  align-items: stretch;
}
.lautaro__stat {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
  padding-top: 50px;
}
.lautaro__icon {
  height: 40px;
  width: 40px;
  object-fit: contain;
}
.fs-20 {
  font-size: 20px;
}
.lautaro-decor {
  height: 3px;
  width: 64px;
  background-color: rgb(252, 185, 0);
}
.h-640 {
  height: 640px;
}
.lautaro__item--reverse {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
.small-container {
  max-width: 992px;
}
.lautaro__teams {
  align-items: center;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-column-gap: 32px;
}
  .lautaro__teams-wrap{
        display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    justify-items: center;
    align-items: center;
    gap: 24px;
  }
.lautaro__teams-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.lautaro__teams-link:hover {
  transform: translateY(-8px);
}
.lautaro__teams-icon {
  height: 100px;
  width: 100px;
  object-fit: contain;
}
.video__wrap {
  align-items: stretch;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-auto-rows: 240px;
  background-color: rgb(26, 26, 26);
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
}
.video__page-wrap .video__item:first-child {
  grid-row: 1 span;
}
.video__link {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  color: rgb(26, 26, 26);
}
.video__link:hover {
  color: rgb(252, 185, 0);
}
.video__item:first-child {
  grid-row: span 2;
}
.video__item:nth-child(6) {
  grid-row: span 2;
}

.video__play {
  height: 100px;
  width: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  object-fit: contain;
}
.video__content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(252, 185, 0, 0.6);
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
  align-items: center;
  display: flex;
  justify-content: center;
  background: radial-gradient(circle,rgba(26, 26, 26, 1) 0%, rgba(26, 26, 26, 0.9) 68%, rgba(26, 26, 26, 0.8) 90%);
  scale: 1.5;
  rotate: 12deg;
  opacity: 0;
  transition: rotate .3s ease, scale .6s ease;
}
.video__content:hover {
  rotate: 0deg;
  scale: 1;
  opacity: 1;
}
.video__item--row-2 {
  grid-row: span 2;
}
.swiper-slide {
  display: flex;
}
.match__item {
  display: flex;
  flex-direction: column;
  padding-top: 8px;
  background-color: rgb(13, 13, 13);
  padding-right: 8px;
  padding-left: 8px;
  padding-bottom: 8px;
  margin-top: 40px;
  background-image: url('../images/6c431267978bac5feaa4676694f40bc6.png');
  background-size: cover;
  background-position-y: center;
  background-position-x: center;
  transition: all .6s ease;
  flex-grow: 1;
}
.match__item:hover {
  background-position-x: right;
}
.match__data {
  height: 80px;
  width: 80px;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: rgb(170, 170, 170);
  position: absolute;
  top: -48px;
}
.fs-32 {
  font-size: 32px;
}
.match__status {
  padding-top: 40px;
}
.match__teams {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.match__team {
  align-items: center;
  display: flex;
  justify-content: space-between;
  column-gap: 24px;
}
.match__team-link {
  align-items: center;
  display: flex;
  column-gap: 8px;
  color: rgb(255, 255, 255);
  flex-grow: 1;
}

.match__team-link:hover {
  color: rgb(252, 185, 0);
}
.match__icon {
  height: 48px;
  width: 48px;
  object-fit: contain;
}
.match__score {
  height: 40px;
  width: 40px;
  align-items: center;
  display: flex;
  justify-content: center;
  background-color: rgb(170, 170, 170);
  border-radius: 4px;
}
.match__score--winner {
  background-color: rgb(0, 148, 47);
}
.club__wrap {
  align-items: stretch;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}
.club__item {
  width: 100%;
  display: flex;
}
.club__link {
  background-color: rgb(26, 26, 26);
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
  align-items: center;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-column-gap: 16px;
  color: rgb(255, 255, 255);
  flex-grow: 1;
}
.club__link:hover {
  background-color: rgba(252, 185, 0, 0.85);
}
.club__logo {
  height: 64px;
  width: 64px;
  object-fit: contain;
}
.column-gap-8 {
  column-gap: 8px;
}
.icon-32 {
  height: 32px;
  width: 32px;
  object-fit: contain;
}
.color-grey {
  color: rgb(200, 200, 200);
}
.ttable {
  background-color: rgb(26, 26, 26);
}
.table__row {
  align-items: stretch;
  display: grid;
  grid-template-columns: 0.5fr 10fr 1fr 1fr 1fr 1fr 2fr 1fr 1fr ;
}
.table__col {
  align-items: center;
  display: flex;
  column-gap: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
}
.table__row--header {
  background-color: rgb(13, 13, 13);
}
.table__team {
  align-items: center;
  display: flex;
  column-gap: 8px;
  color: rgb(255, 255, 255);
  flex-grow: 1;
}
.table__team:hover {
  color: rgb(255, 255, 255);
  text-decoration: underline;
}
.color-green {
  color: rgb(0, 148, 47);
}
.table__row--hover {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(170, 170, 170);
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  background: linear-gradient(90deg,rgba(252, 185, 0, 1) 0%, rgba(252, 185, 0, 0) 100%);
  background-size: 100% 0%;
  background-repeat: no-repeat;
  transition: all .3s ease;
  background-position: left center;
}
.table__row--hover:hover {
  border-color: rgb(252, 185, 0);
  background-size: 100% 100%;
}
.table__row--hover:last-child {
  border-style: none;
}
.table__text {
  background-color: rgba(0, 0, 0, 0);
}
.table__num {
  align-items: center;
  display: flex;
  height: 32px;
  width: 32px;
  background-color: rgb(170, 170, 170);
  border-radius: 4px;
  justify-content: center;
}
.color-red {
  color: rgb(217, 62, 68);
}
.table__row--current {
  background-size: 100% 100%;
}
.table__num--current {
  background-color: rgb(0, 148, 47);
}
.story {
  align-items: stretch;
  display: grid;
  grid-column-gap: 48px;
  grid-template-columns: 1fr 1.5fr;
}
.story__img {
  border-style: solid;
  border-width: 4px;
  border-color: rgb(26, 26, 26);
}
.footer {
  background-color: rgb(26, 26, 26);
  padding-bottom: 24px;
  padding-top: 48px;
}
.footer__wrap {
  align-items: stretch;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
        gap: 24px;
}
.footer__list {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.footer__item-list {
  color: rgb(255, 255, 255);
}
.footer__item-list:hover {
  color: rgb(252, 185, 0);
}
.footer__title {
  position: relative;
}
.footer__bot {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(170, 170, 170);
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  padding-top: 16px;
}
.footer__bot p {
  opacity: .8;
  font-weight: 400;
}
.footer__bot-logo {
  height: 64px;
  width: 64px;
  object-fit: contain;
}
.jus-space-beetwen {
  justify-content: space-between;
}
.hero__page {
  background-image: url('../images/dc905d8bcc84d7e94c5b6fda95ac76cf.webp');
  height: auto;
  min-height: auto;
  background-position-x: center;
  background-position-y: 100%;
}
.fs-64 {
  font-size: 64px;
}
.breadcrumbs__list {
  align-items: center;
  display: flex;
  column-gap: 8px;
}
.breadcrumbs__item {
  align-items: center;
  display: flex;
  column-gap: 8px;
}
.breadcrumbs__link:hover {
  color: rgb(252, 185, 0);
}
.breadcrumbs__separator {
  height: 32px;
  width: 32px;
  object-fit: contain;
}
.breadcrumbs__style {
  font-size: 20px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
}
.breadcrumbs__link-home {
  height: 32px;
  width: 32px;
  background-image: url('../images/1d91dc2b8c99c50a3a2b1e9248782c64.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
}
.breadcrumbs__link-home:hover {
  background-image: url('../images/c3e7bd8a2228cf7883ad0a34e40826ab.png');
}
.pagination {
  align-items: center;
  display: flex;
  column-gap: 6px;
  justify-content: center;
}
.pagination__link {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 40px;
  width: 40px;
  font-weight: 600;
  font-size: 20px;
  background-color: rgb(255, 255, 255);
  color: rgb(26, 26, 26);
  border-radius: 4px;
}
.pagination__link:hover {
  background-color: rgb(252, 185, 0);
  color: rgb(255, 255, 255);
}
.pagination__right {
  background-image: url('../images/064a537253fd94997d3e29316c48e50b.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
}
.pagination__right:hover {
  background-image: url('../images/7973bcdfe80e4600bcb853367ba96ef1.png');
}
.pagination__link--active {
  background-color: rgb(252, 185, 0);
  color: rgb(255, 255, 255);
}
.hero__page--1 {
  background-image: url('../images/39fb33b6d4b278524e6558018f8d835f.jpg');
  background-position-y: center;
}
.con-side {
  display: flex;
  align-items: stretch;
  column-gap: 32px;
}
.content {
  flex: 2;
}
.aside {
  flex: 1;
}
.aside-sticky {
  position: sticky;
  top: 100px;
}
.table__row--aside {
  grid-template-columns: 1fr 4fr 1fr 1fr 1fr 1fr;
}
.hero__page--video {
  background-image: url('../images/1e1c6753451f7b2b93d7cb7faa0f06b4.jpg');
  padding-bottom: 96px;
}
.video__block {
  margin-top: -96px;
  position: relative;
  z-index: 4;
}
.video__main {
  display: flex;
}
.video__aside {

  grid-column-gap: 16px;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding-left: 16px;
  padding-bottom: 16px;
  padding-right: 16px;
}
.video__item-link {
  align-items: center;
  display: flex;
  column-gap: 16px;
  color: rgb(255, 255, 255);
  background-color: rgb(26, 26, 26);
}
.video__item-link:hover {
  background-color: rgb(252, 185, 0);
}
.video__item-img {
  height: 120px;
  width: 120px;
  object-fit: cover;
}
.video__item-title {
  background-color: rgba(255, 255, 255, 0);
  padding-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: -webkit-box;
  line-height: 1.6;
  -webkit-line-clamp: 2;        /* количество строк */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.rewiew__highlits {
  color: rgb(255, 255, 255);
}
.rewiew__highlits:hover {
  color: rgb(252, 185, 0);
}
.rewiew__highlits-img {
  object-position: 100% 0%;
}
.h-480 {
  height: 480px;
}
.rewiew__play {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.rewiew__play-img {
  height: 100px;
  width: 100px;
  object-fit: contain;
  opacity: 0.8;
  transition: all .3s ease;
}
.rewiew__play-img:hover {
  opacity: 1;
}
.rewiew__center {
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
  background-color: rgb(13, 13, 13);
}
.rewiew__prev {
  align-items: center;
  display: flex;
  column-gap: 8px;
  color: rgb(255, 255, 255);
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.rewiew__prev:hover {
  column-gap: 16px;
}
.rewiew__nav {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.rewiew__teams {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  column-gap: 48px;
}
.rewiew__team {
  align-items: center;
  display: flex;
  column-gap: 16px;
  color: rgb(255, 255, 255);
}
.rewiew__team:hover {
  color: rgb(252, 185, 0);
}

.rewiew__logo {
  height: 80px;
  width: 80px;
  object-fit: contain;
}
.rewiew__scores {
  align-items: center;
  display: flex;
  column-gap: 4px;
}
.rewiew__score {
  padding-bottom: 8px;
  padding-top: 8px;
  padding-right: 16px;
  padding-left: 16px;
  background-color: rgb(252, 185, 0);
  border-style: solid;
  border-width: 1px;
  width: 120px;
}
.rewiew__score:last-child {
  background-color: rgb(0, 85, 255);
}
.goals__row {
  grid-template-columns: 1fr auto 1fr;
  align-items: stretch;
  display: grid;
  grid-column-gap: 16px;
}
.goals__col {
  align-items: center;
  display: flex;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
}
.goals__autor {
  align-items: center;
  display: flex;
  column-gap: 8px;
  color: rgb(255, 255, 255);
}
.goals__autor:hover {
  color: rgb(252, 185, 0);
}
.rewiew__item {
  background-color: rgb(26, 26, 26);
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
}
.passes__lines {
  align-items: center;
  display: flex;
  width: 100%;
  column-gap: 4px;
}
.passes__line {
  background-color: rgb(252, 185, 0);
  align-items: center;
  display: flex;
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px;
  background: linear-gradient(270deg,rgba(252, 185, 0, 1) 0%, rgba(255, 215, 0, 1) 100%);
  color: rgb(0, 0, 0);
}
.passes__text {
  position: relative;
  color: rgb(255, 255, 255);
}
.passes__line--odd {
  background: linear-gradient(90deg,rgba(30, 144, 255, 1) 0%, rgba(0, 85, 255, 1) 100%);
}
.passes__stat {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.passes__top {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(170, 170, 170);
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  padding-bottom: 24px;
}
.effinciency__lines {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 4px;
}
.effinciency__line-wrap {
  align-items: stretch;
  background-color: rgb(255, 255, 255);
  display: flex;
}
.effinciency__line-item {
  background: linear-gradient(270deg,rgba(252, 185, 0, 1) 0%, rgba(255, 215, 0, 1) 100%);
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  align-items: center;
  display: flex;
}
.effinciency__line-wrap:first-child {
  justify-content: flex-end;
}
.effinciency__line-item--odd {
  background: linear-gradient(90deg,rgba(30, 144, 255, 1) 0%, rgba(0, 85, 255, 1) 100%);
}
.color-black {
  color: rgb(13, 13, 13);
}

.shots__wrap {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 4px;
}
.shots__item {
  background-color: rgb(255, 255, 255);
  padding-left: 8px;
  padding-top: 8px;
  display: grid;
}
.shots__item:last-child {
  padding-left: 0;
  padding-right: 8px;
}
.shots__target {
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
  background: linear-gradient(90deg,rgba(252, 185, 0, 1) 0%, rgba(255, 215, 0, 1) 100%);
}
.max-w-120 {
  max-width: 120px;
}
.ml-90 {
  margin-left: 90px;
}
.mr-90 {
  margin-right: 90px;
}
.shots__target--odd {
  background: linear-gradient(90deg,rgba(30, 144, 255, 1) 0%, rgba(0, 85, 255, 1) 100%);
}
.duel {
  align-items: flex-end;
  display: grid;
  grid-template-columns: 80px 200px 80px;
  grid-column-gap: 16px;
  max-width: 392px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 32px;
}
.duel__link {
  color: rgb(255, 255, 255);
}
.duel__link:hover {
  text-decoration: underline;
}
.duel__img {
  width: 80px;
  object-fit: contain;
}
.duel__lines {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 4px;
  height: 140px;
  align-items: flex-end;
}
.duel__item {
  background: linear-gradient(90deg,rgba(252, 185, 0, 1) 0%, rgba(255, 215, 0, 1) 100%);
  padding-top: 8px;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
}
.duel__item:last-child {
  background: linear-gradient(90deg,rgba(30, 144, 255, 1) 0%, rgba(0, 85, 255, 1) 100%);
}
.duel__h-50 {
  height: 50%;
}
.duel__h-100 {
  height: 100%;
}
.duel__name {
  position: absolute;
  bottom: -24px;
  left: 0;
  width: 160px;
}
.border__decor {
  padding-bottom: 24px;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(170, 170, 170);
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
}
.duel__h-90 {
  height: 90%;
}
.passes__lines-1-2 {
  grid-template-columns: 1fr 2fr;
}
.duel__h-45 {
  height: 45%;
}
.passes__lines-1-7 {
  grid-template-columns: 1fr 7fr;
}
.duel__h-55 {
  height: 55%;
}
.duel__h-65 {
  height: 65%;
}
.duel__h-32 {
  height: 32%;
}
.ranking__wrap {
      display: grid;
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    gap: 24px;
}
.ranking {
  background-color: rgb(26, 26, 26);
}
.ranking__winner {
  background-image: url('../images/6c431267978bac5feaa4676694f40bc6.png');
  background-color: rgb(252, 185, 0);
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  align-items: flex-end;
  display: flex;
  justify-content: flex-end;
  transition: all .3s ease;
}
.ranking__winner:hover {
  background-color: rgb(255, 215, 0);
}
.ranking__winner-img {
  height: 200px;
  object-fit: contain;
  margin-top: 24px;
  margin-right: 16px;
}
.ranking__type {
  position: absolute;
  left: 16px;
  top: 16px;
  color: rgb(255, 255, 255);
}
.skew-1 {
  transform: scaleX(-1);
}
.ranking__club {
  position: absolute;
  left: 16px;
  bottom: 16px;
}
.ranking__club:hover {
  transform: translateY(-8px);
}
.ranking__icon {
  height: 48px;
  width: 48px;
  object-fit: contain;
}
.ranking__player {
  align-items: center;
  display: flex;
  column-gap: 8px;
  background-color: rgb(13, 13, 13);
  padding-bottom: 8px;
  padding-top: 8px;
  padding-right: 16px;
  padding-left: 16px;
  color: rgb(255, 255, 255);
}
.ranking__player:hover {
  color: rgb(252, 185, 0);
}

.ml_auto {
  margin-left: auto;
}
.mt_auto {
  margin-top: auto;
}
.ranking__row {
  padding-left: 8px;
  padding-right: 8px;
  align-items: stretch;
  display: grid;
  grid-template-columns: auto 1fr auto 48px;
  border-style: solid;
  border-width: 1px;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-color: rgb(170, 170, 170);
}
.ranking__col {
  align-items: center;
  display: flex;
  column-gap: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
}
.ranking__col-img {
  background-color: rgb(255, 255, 255);
  border-radius: 50%;
}
.ranking__col-link {
  align-items: center;
  display: flex;
  column-gap: 8px;
  color: rgb(255, 255, 255);
  flex-grow: 1;
}
.ranking__col-link:hover {
  color: rgb(252, 185, 0);
}
.ranking__more {
  color: rgb(255, 255, 255);
}
.ranking__more:hover {
  color: rgb(252, 185, 0);
}
.fw400 {
  font-weight: 400;
}
.calendar__item {
  background-color: rgb(26, 26, 26);
  align-items: stretch;
  display: grid;
  grid-template-columns: 2fr auto 48px 48px auto 1fr 1fr;
  border-style: solid;
  border-width: 1px;
  transition: all .3s ease;
  border-color: rgb(170, 170, 170);
}
.calendar__item:hover {
  border-color: rgb(252, 185, 0);
}
.calendar__col {
  align-items: center;
  display: flex;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
}
.calendar__link {
  color: rgb(255, 255, 255);
  flex-grow: 1;
  text-transform: capitalize;
}
.calendar__link:hover {
  color: rgb(252, 185, 0);
}
.calendar__icon {
  height: 32px;
  width: 32px;
  object-fit: contain;
}
.calendar__img {
  align-items: center;
  display: flex;
  justify-content: center;
}
.calendar__col--center {
  background-color: rgb(170, 170, 170);
  margin-right: 2px;
}
.calendar__col--center:last-child {
  margin-left: 2px;
  margin-right: 0;
}
.calendar__more {
  color: rgb(26, 26, 26);
  background-color: rgb(242, 242, 242);
  padding-bottom: 8px;
  padding-top: 8px;
  padding-right: 24px;
  padding-left: 24px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.calendar__more:hover {
  background-color: rgb(252, 185, 0);
  color: rgb(255, 255, 255);
}
._mb4 {
  margin-bottom: 4px;
}
.hero__page-player {
  background-image: url('../images/a5ee5c55473da50b4c8cb1fce0c73690.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  background-color: rgb(0, 85, 255);
  background-position-y: 0%;
}
.player__card {
  background-image: url('../images/6c431267978bac5feaa4676694f40bc6.png');
  background-color: rgb(26, 26, 26);
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
}
.player__content {
  position: relative;
  z-index: 2;
  padding-top: 140px;
}
.player__title {
  font-size: 80px;
  font-weight: 800;
}
.player__list {
  align-items: stretch;
  display: flex;
  column-gap: 32px;
}
.player__list-item {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
}
.player__list-item:last-child {
  background-color: rgba(0, 0, 0, 0);
}
.player__list-item::after {
  background-color: rgb(170, 170, 170);
  content: "";
  height: 32px;
  width: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.player__img {
  transform: scaleX(-1);
  position: absolute;
  right: 0;
  bottom: 0;
}
.mX-auto {
  margin-left: auto;
  margin-right: auto;
}
.stat__table {
  background-color: rgb(26, 26, 26);
  border-style: solid;
  border-width: 1px;
  border-color: rgb(170, 170, 170);
}
.stat__row {
  align-items: center;
  display: flex;
  justify-content: space-between;
  column-gap: 24px;
  padding-bottom: 8px;
  padding-top: 8px;
  padding-right: 8px;
  padding-left: 8px;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(170, 170, 170);
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
}
.stat__row:last-child {
  border-style: none;
}

.contact__link {
  color: rgb(252, 185, 0);
}
.contact__link:hover {
  text-decoration: underline;
}
.page-team {
  background-image: url('../images/6d8a41450b93e93a1a755b64c223bc80.jpg');
  background-size: cover;
}
.honour__wrap {
 display: grid;
align-items: stretch;
grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
gap: 8px;
}
.honour__content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: rgba(252, 185, 0, 0.85);
  backdrop-filter: blur(2px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all .6s ease;
}
.honour__content:hover {
  background-color: rgba(26, 26, 26, 0.25);
  backdrop-filter: blur(0px);
}
.h-400 {
  height: 400px;
}
.honour__img {
  height: 64px;
  width: 64px;
}
.achievent__slider {
  display: none;
}
.team__stat-wrap {
  display: grid;
align-items: stretch;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 8px;
}
.team__stat-item {
  background-color: rgb(252, 185, 0);
  padding-bottom: 16px;
  padding-top: 16px;
  padding-right: 16px;
  padding-left: 16px;
}
.profile__stadium-wrap {
  align-items: stretch;
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-column-gap: 24px;
}
.stadium__content {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-left: 8px;
  padding-right: 8px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg,rgba(51, 51, 51, 1) 15%, rgba(3, 2, 2, 0) 100%);
  backdrop-filter: blur(4px);
  padding-top: 8px;
  padding-bottom: 8px;
}
.team__colors {
  background-color: rgb(0, 23, 199);
  border-style: solid;
  border-width: 1px;
  border-color: rgb(170, 170, 170);
  height: 24px;
  width: 24px;
}
.team__colors:last-child {
  background-color: rgb(255, 255, 255);
}


/* Скрываем слайдер по умолчанию */
.swiper-container {
  display: none;
}







/* Стиль для бургер-меню */
.burger-menu {
  display: none;
  flex-direction: column;
  justify-content: space-around;
  width: 32px;
  height: 24px;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 10;
}

.burger-line {
  height: 3px;
  width: 100%;
  background-color: #ffffff;
  border-radius: 10px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}


/* Когда меню открыто */
.burger-menu.open .burger-line:nth-child(1) {
  transform: rotate(45deg);
  position: relative;
  top: 8px;
}

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

.burger-menu.open .burger-line:nth-child(3) {
  transform: rotate(-45deg);
  position: relative;
  top: -6px;
}

/* Стиль для меню */
.nav {
  display: flex;
  list-style-type: none;
  padding: 0;

  transition: opacity, transform .3s ease;
}

.nav-item {
  margin-right: 20px;
}





    .swiper {
      width: 100%;

    }
    .swiper-wrapper {
      align-items: stretch;
    }
     .swiper-slide {
      flex-grow: 1;
      height: auto;
      display: flex;
     }

@media (max-width: 1440px) {
  .nav {
    display: block;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 63px;
    left: 0;
    background-color: rgb(26 26 26 / 80%);
    width: 100%;
    padding: 16px 32px;
      opacity: 0; 
     transform: translateY(-1200px);

  }
  .nav-link {
        font-size: 14px;
        padding-top:6px;
        padding-bottom:6px;
  }
  .nav-item {
    margin: 4px 0;
    text-align: center;
  }

  /* Показываем бургер-меню */
  .burger-menu {
    display: flex;
  }

  /* Когда бургер активирован, показываем меню */
  .nav.open {
     transform: translateY(0px);
    height: calc(100vh - 63px);
    opacity: 1; 
    display:flex;
    
  }
  .player__title {
    font-size: 40px;
  }
  .player__card {
    display: flex;
  }
  .player__content {
    flex-grow: 1;
    padding-top: 0;
    display: flex;
    flex-direction: column;
  }
.player__img {
  filter: brightness(60%);
}
.player__list {
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}
.player__list-item {
  padding: 0;
}
.player__list-item::after {
  display: none;
}
.post__title {
  font-size: 40px;
}
.rewiew__team p {
  display: none;
}
}


@media (max-width: 992px) {
  .about-item p {
    font-size: 14px;
  }
  .about-item--gallery {
    grid-template-columns: 1fr;
  }
  .about-item--gallery .about__img:last-child {
    display: none;
  }
  .about-item--gallery .about__img:first-child {
    display: none;
  }
  .table__row {
    grid-template-columns: 0.5fr 4fr 1fr 1fr 1fr 1fr 2fr 1fr 1fr;
  }
  .table__col span {
    font-size: 14px;
  }
   .table__col {
    padding: 4px;
   }
  .table__team span{
    font-size: 16px;
  }
  .story {
    display: flex;
    flex-direction: column;
  }

  .footer__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
    .video__item:first-child {
  grid-row: span 1;
}
.video__item:nth-child(6n) {
  grid-row: span 1;
}

   /* настройки календаря */
  .calendar__item {
        grid-template-columns:  1fr 48px 48px 1fr 1fr;
  }
  .calendar__item .calendar__col:first-child,
  .calendar__item .calendar__col:nth-child(6) {
    display: none;
  }

    /* настройки календаря */



    .player__info-content {
      flex-direction: column-reverse;
      gap: 32px;
    }
    .breadcrumbs__style {
      font-size: 16px;
    }

    .post-layout__aside {
      display: none;
    }
    .team-layout {
      display: flex;
      flex-direction: column-reverse;
      gap: 32px;
    }
    .profile__stadium-wrap {
      display: flex;
      flex-direction: column-reverse;
      gap: 32px;
    }
}


@media (max-width: 768px) {
  .fs-40 {
    font-size: 32px;
  }
  .play {
    width: 100px;
    height: 100px;
  }
 .hero-inner {
  display: flex;
  justify-content: center;
 }
 .hero-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
 }
  .hero-item p {
    font-size: 16px;
  }
  .bloquate-title {
    font-size: 32px;
  }

  .about {
    display: flex;
    flex-direction: column-reverse;
    gap: 32px;
  }
   .about-item--gallery {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  .about-item {
    align-items: center;
    text-align: center;
  }
    .about-item--gallery .about__img:last-child {
    display: block;
  }
  .about-item--gallery .about__img:first-child {
    display: block;
  }

  .lautaro__wrap {
    grid-template-columns: 1fr 1fr;
    position: relative;
  }
  .lautaro__img {
    grid-area: 1/1/2/3;
  }
  .lautaro__stat {
    position: absolute;
    bottom: 0;
    background-color:rgba(0, 0, 0, 0.753);
    padding-top: 0;
    row-gap: 16px;
    padding: 16px;
        background-color: inherit;
    background: linear-gradient(90deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 95%);
    top: 0;
    justify-content: flex-end;
  }
  .lautaro__stat:first-child{
    left: 0;

  }
  .lautaro__stat:last-child {
    right: 0;
     background: linear-gradient(270deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 95%);
  }
  .lautaro__item p {
    font-size: 14px;
  }
  .lautaro__icon  {
    height: 32px;
    width: 32px;
  }
  .lautaro__teams {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .lautaro__teams-title {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .swiper-container {
    display: block;
  }
  .club__wrap {
    display: grid; /* Отключаем сетку, чтобы превратить в слайдер */
  }
.club__wrap--big {
  display: none;
}
    .table__row {
      grid-template-columns: 0.5fr 2fr 1fr 1fr 1fr 1fr 1fr;
    }
    .table__col:nth-child(7),
    .table__col:nth-child(8) {
      display: none;
    }
    .footer__bot {
      flex-direction: column;
    }
    .calendar__link p {
  text-transform: uppercase;
}
.contact__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.breadcrumbs__list {
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px 8px;
}
.post__title {
  font-size: 32px;
}
.honour__wrap {
  display: none;
}
.honour__item {
  flex-grow: 1;
}
.achievent__slider {
  display: flex;
}
.video__main {
  height: 480px;
}
}
@media (max-width: 685px) {
  .player__img {
    height: 240px;
    bottom: auto;
    top: -240px;
    filter: brightness(100%);
  }
  .player__card {
    margin-top: 240px;
  }
  .rewiew__nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .rewiew__nav div:first-child {
    display: none;
  }
  .rewiew__nav p:first-child {
    text-align: left;
  }
  .rewiew__prev {
    display: none;
  }
  .rewiew__teams {
    gap: 0;
  }
  .duel {
    padding-bottom: 48px;
  }
  .duel__name {
    width: auto;
    bottom: -40px;
  }
  .hero-item h1 {
    font-size: 48px;
  }
}

@media (max-width: 540px) {
.about-item--gallery {
  grid-template-columns: 1fr;
}
    .about-item--gallery .about__img:last-child {
    display: none;
  }
  .about-item--gallery .about__img:first-child {
    display: none;
  }
  .rewiew__team {
    display: none;
  }
  .rewiew__teams {
    grid-template-columns: 1fr;
  }
  .goals__autor img {
    display: none;
  }
  .duel {
    grid-template-columns: 1fr 1fr ;
  }
  .duel__lines {
    grid-area:2/1/3/3 ;
  margin-top: 16px;
  }
  .duel__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
      
  }
  .duel__name {
    position: relative;
    bottom: 0;
  }
}











