body {
  background-color: #fff;
  color: #000;
  overflow-x: hidden;
}
.preloader {
  background-color: #000;
  transition: opacity 0.5s ease;
  z-index: 1000;
}
.hide-preloader {
  display: none !important;
}
.loader {
  overflow: hidden;
  position: relative;
}
.shadow {
  background-color: rgba(10, 8, 4, 0.9);
  height: 100%;
  left: 100%;
  mix-blend-mode: color;
  position: absolute;
  top: 0;
  transition: filter 0.3s linear;
  width: 100%;
}
.btnLink {
  background-color: #000;
  border: 2px solid #000;
  border-radius: 12px;
  color: #fff;
  font-weight: 600;
  padding: 8px 20px;
  text-decoration: none;
  transition: 0.1s ease;
}
.btnLink:hover,
.yellowBtnLink {
  background-color: #ffe146;
  color: #000;
}
.yellowBtnLink {
  border: 2px solid #ffe146;
  border-radius: 12px;
  font-weight: 600;
  padding: 8px 20px;
  text-decoration: none;
  transition: 0.1s ease;
}
.yellowBtnLink:hover {
  background-color: #000;
  color: #ffe146;
}
.imageAbsolute {
  left: -200px;
  top: 120px;
  transform: rotate(15deg);
  width: 100%;
  z-index: -1;
}
.imageAbsolute img {
  width: 600px;
}
.imageAbsoluteStadium {
  height: 400px;
  position: absolute;
  right: 200px;
  top: -600px;
  width: 800px;
  z-index: -1;
}
.imageAbsoluteStadium img {
  width: 1200px;
}
.headerOne {
  color: #fff;
  display: inline-block;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 2px;
  position: relative;
  text-shadow:
    1px 1px #000,
    -1px 1px #000,
    1px -1px #000,
    -1px -1px #000;
  width: auto;
}
.headerOne:after {
  background-color: #ffe146;
  left: -30px;
}
.headerOne:after,
.headerOne:before {
  content: "";
  display: block;
  height: 110%;
  position: absolute;
  top: 0;
  transform: skewX(-20deg);
  width: calc(50% + 30px);
  z-index: -1;
}
.headerOne:before {
  background-color: #000;
  right: -30px;
}
#mobileNav,
.navMobileContent {
  display: none !important;
}
#desktopNav {
  background-color: #0a0804;
  border-bottom: 1px solid #ffe146;
  display: flex !important;
  position: sticky;
  top: 0;
  z-index: 999;
}
#desktopNav .topMenu {
  background-color: #ffe146;
  border-bottom: 1px solid #000;
}
#desktopNav .topMenu ul.listContact li {
  color: #000;
}
#desktopNav .topMenu ul.listContact li a {
  color: #000;
  text-decoration: none;
}
#desktopNav .topMenu ul.icons li a {
  color: #000;
  font-size: 1.2rem;
  text-shadow:
    1px 1px #ffe146,
    -1px 1px #ffe146,
    1px -1px #ffe146,
    -1px -1px #ffe146;
  transition: color 0.3s ease;
}
#desktopNav .topMenu ul.icons li a:hover {
  text-shadow:
    1px 1px #fff,
    -1px 1px #fff,
    1px -1px #fff,
    -1px -1px #fff;
}
#desktopNav .bottomMenu {
  background-color: #000;
}
#desktopNav .bottomMenu .herbMenu {
  height: 120px;
  left: 5%;
  overflow: hidden;
  position: absolute;
  top: 20%;
  transform: translate(-50%, -50%);
  width: 300px;
}
#desktopNav .bottomMenu .herbMenu img {
  left: 50%;
  position: absolute;
  top: -2px;
  transform: translateX(-50%);
  width: 80px;
}
#desktopNav .bottomMenu .herbMenu:after {
  left: 47%;
  transform: translateX(-50%) rotate(-25deg);
}
#desktopNav .bottomMenu .herbMenu:after,
#desktopNav .bottomMenu .herbMenu:before {
  background-color: #ffe146;
  content: "";
  height: 200px;
  position: absolute;
  top: 0;
  width: 30px;
  z-index: -1;
}
#desktopNav .bottomMenu .herbMenu:before {
  right: 37%;
  transform: translateX(-50%) rotate(25deg);
}
#desktopNav .bottomMenu ul.right li.menuItem {
  color: #e5e5e5;
  position: relative;
}
#desktopNav .bottomMenu ul.right li.menuItem:hover {
  background-color: #ffe146;
  color: #000;
}
#desktopNav .bottomMenu ul.right li.menuItem:hover span {
  color: #000;
}
#desktopNav .bottomMenu ul.right li.menuItem:hover span i {
  transform: rotate(180deg);
}
#desktopNav .bottomMenu ul.right li.menuItem .cursorPointer {
  cursor: pointer;
}
#desktopNav .bottomMenu ul.right li.menuItem span {
  color: #e5e5e5;
  display: block;
  font-size: 1.1rem;
  font-weight: 600;
  height: 100%;
  padding: 0 20px;
  position: relative;
  transition: 0.3s;
  width: 100%;
}
#desktopNav .bottomMenu ul.right li.menuItem span i {
  font-size: 0.9rem;
  transition: 0.3s;
}
#desktopNav .bottomMenu ul.right li.menuItem a {
  color: #e5e5e5;
  display: block;
  font-size: 1.1rem;
  font-weight: 600;
  height: 100%;
  padding: 0 20px;
  position: relative;
  text-decoration: none;
  transition: 0.3s;
  width: 100%;
}
#desktopNav .bottomMenu ul.right li.menuItem:hover a {
  color: #000;
}
#desktopNav .bottomMenu ul.right li.menuItem .submenu {
  background: #000;
  color: #fff !important;
  height: 0;
  left: 0;
  min-width: 230px;
  overflow: hidden;
  padding-left: 10px;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 9999 !important;
}
#desktopNav .bottomMenu ul.right li.menuItem .submenu li {
  background-color: #000;
  border-top: 1px solid #000;
  color: #fff !important;
  font-size: 1rem;
  font-weight: 500;
  height: 3rem;
  opacity: 0;
  padding: 10px 12px;
  position: relative;
  z-index: 1000;
}
#desktopNav .bottomMenu ul.right li.menuItem .submenu li:hover {
  background-color: #ffe146;
}
#desktopNav .bottomMenu ul.right li.menuItem .submenu li:hover a {
  color: #000;
}
#desktopNav .bottomMenu ul.right li.menuItem .submenu li:hover a i {
  color: #000;
  opacity: 1;
  transform: translateX(0) rotate(90deg);
}
#desktopNav .bottomMenu ul.right li.menuItem .submenu li a {
  color: #e5e5e5;
  cursor: pointer;
  display: block;
  height: 3rem;
  position: relative;
  text-decoration: none;
  width: 100%;
}
#desktopNav .bottomMenu ul.right li.menuItem .submenu li a i {
  color: #000;
  font-size: 0.8rem;
  opacity: 0;
  transform: translateX(30px) rotate(90deg);
  transition: 0.3s;
}
.home {
  overflow-x: hidden;
}
.home #slider {
  align-items: center;
  border-radius: 0 0 12rem 12rem;
  display: flex;
  height: 700px;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.home #slider .leftArrowTopSlider {
  border-radius: 0 24rem 24rem 0;
  left: 0;
}
.home #slider .leftArrowTopSlider,
.home #slider .rightArrowTopSlider {
  background-color: #fff;
  height: 100px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 80px;
}
.home #slider .rightArrowTopSlider {
  border-radius: 24rem 0 0 24rem;
  right: 0;
}
.home #slider .slides {
  display: flex;
  height: 100%;
  position: relative;
  transform: translateX(0);
  width: 100%;
}
.home #slider .slide {
  align-items: center;
  background-color: #ccc;
  display: flex;
  flex: 0 0 100%;
  height: 100%;
  justify-content: center;
  position: relative;
}
.home #slider .slide .boxImg {
  height: 100%;
  width: 100%;
}
.home #slider .slide .boxImg img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.home #slider .slide .caption {
  align-items: center;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  display: flex;
  justify-content: center;
  position: absolute;
  top: 0;
  width: 100%;
}
.home #slider .slide .caption h1 {
  font-size: 3rem;
}
.home #slider .slide .caption h1,
.home #slider .slide .caption p {
  opacity: 0;
  transform: translateX(30px);
  transition:
    opacity 0.4s,
    transform 0.4s;
}
.home #slider .arrow {
  background: rgba(0, 0, 0, 0.5);
  border: none;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  font-size: 2rem;
  height: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s ease;
  width: 50px;
  z-index: 10;
}
.home #slider .arrow:hover {
  background: rgba(0, 0, 0, 0.7);
}
.home #slider .arrow.left {
  left: 10px;
}
.home #slider .arrow.right {
  right: 10px;
}
.home .lastMatch {
  background-color: #000;
  border-radius: 6rem 6rem 0 0;
  color: #ffe146;
  min-height: 500px;
}
.home .lastMatch .topTitle {
  background-color: #ffe146;
  color: #000;
  font-weight: 600;
  padding: 2px 6px;
}
.home .lastMatch .bottomTitle {
  color: #e5e5e5;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 2px 6px;
}
.home .lastMatch .bottomTitle:after {
  background-color: #ffe146;
  border-radius: 2px;
  content: "";
  display: block;
  height: 4px;
  margin-top: 4px;
  width: 70%;
}
.home .lastMatch h3 {
  font-size: 2.7rem;
  margin-bottom: 1rem;
}
.home .lastMatch .caruselMatchBox {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 400px;
  position: relative;
  width: 100%;
}
.home .lastMatch .caruselMatchBox .lastMatchbox {
  align-items: center;
  background-color: #000;
  display: flex;
  gap: 80px;
  min-height: 400px;
  overflow-x: auto;
  padding: 12px 35vw 12px 120px;
  scrollbar-width: none;
  width: 100%;
}
.home .lastMatch .caruselMatchBox .lastMatchbox::-webkit-scrollbar {
  display: none;
}
.home .lastMatch .caruselMatchBox .lastMatchbox .box {
  background-color: #fff;
  border: 2px solid #ffe146;
  border-radius: 6px;
  flex: 0 0 400px;
  min-height: 350px;
  overflow: hidden;
  position: relative;
}
.home .lastMatch .caruselMatchBox .lastMatchbox .box:after {
  background-color: #ffe146;
  content: "";
  display: block;
  height: 100px;
  left: -10px;
  position: absolute;
  top: 0;
  transform: skewX(-30deg);
  width: 10px;
}
.home .lastMatch .caruselMatchBox .lastMatchbox .box:before {
  background-color: #000;
  content: "";
  display: block;
  height: 100px;
  left: 0;
  position: absolute;
  top: 0;
  transform: skewX(-30deg);
  width: 10px;
}
.home .lastMatch .caruselMatchBox .lastMatchbox .box .data {
  color: #000;
  font-weight: 400;
  padding: 12px 24px;
  width: 100%;
}
.home .lastMatch .caruselMatchBox .lastMatchbox .box .data .match .dataTime,
.home .lastMatch .caruselMatchBox .lastMatchbox .box .data .match .hoursTime,
.home .lastMatch .caruselMatchBox .lastMatchbox .box .data .match .spacing {
  font-size: 1.8rem;
  font-weight: 700;
}
.home .lastMatch .caruselMatchBox .lastMatchbox .box .data .match .placeTime {
  font-size: 0.8rem;
  font-weight: 600;
}
.home .lastMatch .caruselMatchBox .lastMatchbox .box .teams {
  color: #000;
  display: flex;
  flex: 1 33%;
  position: relative;
  width: 100%;
}
.home .lastMatch .caruselMatchBox .lastMatchbox .box .teams .team {
  width: 40%;
}
.home .lastMatch .caruselMatchBox .lastMatchbox .box .teams .team span {
  font-size: 0.9rem;
  font-weight: 600;
}
.home .lastMatch .caruselMatchBox .lastMatchbox .box .teams .enemy {
  width: 40%;
}
.home .lastMatch .caruselMatchBox .lastMatchbox .box .teams .enemy span {
  font-size: 0.9rem;
  font-weight: 600;
}
.home .lastMatch .caruselMatchBox .lastMatchbox .box .teams .score {
  width: 20%;
}
.home .lastMatch .caruselMatchBox .lastMatchbox .box .teams .score span {
  font-size: 2rem;
  font-weight: 600;
}
.home .lastMatch .caruselMatchBox .lastMatchbox .next-match {
  background-color: gold !important;
  border-radius: 10px;
  transition: all 0.3s;
}
.home .lastMatch .caruselMatchBox .lastMatchbox .next-match .data,
.home .lastMatch .caruselMatchBox .lastMatchbox .next-match .teams {
  background-color: gold !important;
}
.home #tableHome {
  background-color: #000;
}
.home #tableHome h3 {
  color: #ffe146;
  font-size: 2rem;
  margin-bottom: 1rem;
}
.home #tableHome span.decor {
  background-color: #ffe146;
  color: #000;
  font-weight: 600;
  padding: 2px 6px;
}
.home #tableHome table tr {
  background-color: #fff;
}
.home #tableHome table .ourClub {
  background-color: #ffe146 !important;
}
.home #juniorTeamHome {
  background-color: #000;
}
.home #juniorTeamHome h3 {
  color: #ffe146;
  font-size: 2rem;
  margin-bottom: 1rem;
}
.home #juniorTeamHome span.joinToUs {
  background-color: #ffe146;
  color: #000;
  font-weight: 600;
  padding: 2px 6px;
}
.home #juniorTeamHome .descriptionJuniorTeamHome {
  flex: 1;
  gap: 20px;
}
.home #juniorTeamHome .descriptionJuniorTeamHome .descJunior {
  color: #e5e5e5;
  width: calc(40% - 20px);
}
.home #juniorTeamHome .descriptionJuniorTeamHome .boxImg {
  display: flex;
  gap: 20px;
  position: relative;
  transform: translateY(-100px);
  width: calc(60% - 20px);
}
.home #juniorTeamHome .descriptionJuniorTeamHome .boxImg img.junior1,
.home #juniorTeamHome .descriptionJuniorTeamHome .boxImg img.junior2 {
  border-radius: 12px;
  width: 50%;
}
.home #juniorTeamHome .descriptionJuniorTeamHome .boxImg img.junior3 {
  border-radius: 12px;
  left: 50%;
  position: absolute;
  top: 80%;
  transform: translateX(-50%);
  width: 50%;
}
.home #juniorTeamHome .btnBottomJuniorTeamHome {
  margin-bottom: 40px;
  width: calc(40% - 20px);
}
.home #pitch .boxItems {
  border-radius: 6px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  width: 100%;
}
.home #pitch .boxItems .boxImg {
  border-radius: 3px;
  box-shadow:
    0 2px 5px -1px rgba(38, 38, 87, 0.25),
    0 1px 3px -1px rgba(0, 0, 0, 0.3);
  max-width: 80%;
  overflow: hidden;
  transform: translateY(-30px);
}
.home #pitch .boxItems .boxImg img {
  margin: 0;
  object-fit: cover;
  transition: 0.3s ease;
  width: 100%;
}
.home #pitch .boxItems .contentBox {
  height: 100%;
  width: 100%;
}
.home #pitch .boxItems .contentBox .desc h3 {
  font-weight: 700;
  margin-bottom: 0.3rem;
}
.home #pitch .boxItems .contentBox .desc p {
  color: #4e4e4e;
}
.home #news {
  min-height: 400px;
}
.home #news .articles {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}
.home #news .articles a.article {
  border-radius: 12px;
  box-sizing: border-box;
  min-height: 400px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  transition: 0.1s ease;
  width: calc(33.33% - 20px);
}
.home #news .articles a.article:first-child {
  width: calc(66.66% - 20px);
}
.home #news .articles a.article:hover img {
  transform: translateX(-50%) scale(1.05);
}
.home #news .articles a.article img {
  left: 50%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  transition: 0.1s ease;
  width: 100%;
  z-index: -1;
}
.home #news .articles a.article .descBox {
  background-color: #fff;
  color: #000;
  padding: 12px;
  width: 100%;
}
.home #news .articles a.article .descBox .title {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: calc(1.5rem - 2px);
  min-height: 2.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
}
.home #news .articles a.article .descBox .titleFirst {
  font-size: 2.3rem;
  line-height: 2.3rem;
  text-transform: uppercase;
}
.home #news .articles .article:first-child {
  grid-column: 1/3;
  grid-row: 1/3;
}
.home #news .articles .article:nth-child(2) {
  grid-column: 3;
  grid-row: 1;
}
.home #news .articles .article:nth-child(3) {
  grid-column: 3;
  grid-row: 2;
}
.home #news .articles .article:nth-child(4) {
  grid-column: 1;
  grid-row: 3;
}
.home #news .articles .article:nth-child(5) {
  grid-column: 2/4;
  grid-row: 3;
}
#sponsors {
  background-color: transparent;
}
#sponsors .carousel {
  overflow-x: auto;
  scrollbar-width: none;
  width: 90%;
}
#sponsors .carousel::-webkit-scrollbar {
  display: none !important;
}
#sponsors .carousel .group {
  animation: spinSponsors 29s linear infinite;
}
#sponsors .carousel .group .box {
  border-radius: 12px;
  flex: 0 0 10rem;
}
#sponsors .carousel .group .box img {
  max-width: 230px;
}
@keyframes spinSponsors {
  0% {
    translate: 0;
  }
  to {
    translate: -100%;
  }
}
#timeTable .box {
  border-radius: 2rem;
  box-shadow: 0 2px 8px 0 rgba(99, 99, 99, 0.2);
  margin-bottom: 40px;
  position: relative;
}
#timeTable .box .content {
  max-width: 500px;
}
#timeTable .box .content img {
  max-width: 56px;
}
#timeTable .box .content .team {
  width: 40%;
}
#timeTable .box .content .score {
  width: 20%;
}
#timeTable .box .boxStadium {
  background-color: #ffe146;
  border-radius: 12px;
  bottom: -15px;
  font-size: 0.9rem;
  font-weight: 600;
  left: 50%;
  max-width: 700px;
  padding: 6px;
  text-align: center;
  transform: translateX(-50%);
}
#footer {
  background-color: #000;
  border-radius: 6rem 6rem 0 0;
  box-shadow: 2px 2px 30px 10px rgba(0, 0, 0, 0.2);
  margin-top: 128px;
}
#footer .boxPrezesImage {
  background-color: #ffe146;
  border-radius: 2rem;
  position: relative;
  transform: translateY(-4rem);
  width: 50%;
}
#footer .boxPrezesImage a {
  color: #000;
  text-decoration: none;
}
#footer .boxPrezesImage img {
  max-width: 12rem;
}
#footer .info {
  color: #e5e5e5;
  min-height: 100px;
  width: 50%;
}
#footer .copyrights {
  background-color: #ffe146;
}
#sponsorsPage .content {
  gap: 20px;
}
#sponsorsPage .content .box {
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: 0 2px 8px 0 rgba(99, 99, 99, 0.2);
  min-height: 250px;
  padding: 6px;
  position: relative;
  width: calc(25% - 20px);
}
#sponsorsPage .content .box img {
  border-radius: 1rem;
  max-height: 180px;
  max-width: 280px;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
#shopPage .boxContianer {
  gap: 20px;
  width: 100%;
}
#shopPage .boxContianer .box {
  border: 1px solid #ffe146;
  border-radius: 12px;
  box-shadow:
    0 2px 5px -1px rgba(38, 38, 87, 0.25),
    0 1px 3px -1px rgba(0, 0, 0, 0.3);
  position: relative;
  width: calc(33% - 10px);
}
#shopPage .boxContianer .box:after {
  border: 1px solid #000;
  border-radius: 12px;
  content: "";
  display: block;
  height: 90%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  z-index: 0;
}
#shopPage .boxContianer .box .boxImg {
  width: 100%;
  z-index: 2;
}
#shopPage .boxContianer .box .boxImg img {
  width: 80%;
}
#shopPage .boxContianer .box h4 {
  font-size: 1.2rem;
  width: 80%;
  z-index: 2;
}
#shopPage .boxContianer .box a {
  z-index: 2;
}
#newsPage .articles {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}
#newsPage .articles a.article {
  border-radius: 12px;
  box-sizing: border-box;
  min-height: 400px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  transition: 0.1s ease;
  width: calc(33.33% - 20px);
}
#newsPage .articles a.article:first-child {
  width: calc(66.66% - 20px);
}
#newsPage .articles a.article:hover img {
  transform: translateX(-50%) scale(1.05);
}
#newsPage .articles a.article img {
  left: 50%;
  object-position: 67% 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  transition: 0.1s ease;
  width: 100%;
  z-index: -1;
}
#newsPage .articles a.article .descBox {
  background-color: #fff;
  color: #000;
  width: 100%;
}
#newsPage .articles a.article .descBox .title {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: calc(1.5rem - 2px);
  min-height: 2.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
}
#newsPage .articles a.article .descBox .titleFirst {
  font-size: 2.3rem;
  line-height: 2.3rem;
  text-transform: uppercase;
}
#taxPage .boxTopBar {
  background-color: #ffe146;
}
#taxPage .boxTopBar span {
  font-size: 2rem;
  font-weight: 800;
}
#traingingPitchesPage .boxItems {
  border-radius: 12px;
  box-shadow:
    0 13px 27px -5px rgba(50, 50, 93, 0.25),
    0 8px 16px -8px rgba(0, 0, 0, 0.3);
  position: relative;
  width: calc(50% - 20px);
}
#traingingPitchesPage .boxItems p {
  background-color: #ffe146;
  border-radius: 6px;
  font-weight: 600;
  padding: 2px 6px;
}
#traingingPitchesPage .boxItems .boxImg {
  border-radius: 12px;
  height: 100%;
  overflow: hidden;
  width: 100%;
}
#traingingPitchesPage .boxItems .boxImg img {
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease;
  width: 100%;
}
#traingingPitchesPage .boxItems .contentBox {
  bottom: 0;
  height: 100%;
  position: absolute;
  width: 100%;
}
#traingingPitchesPage .boxItems .contentBox h3 {
  color: #fff;
  font-size: 2.3rem;
  text-shadow: 1px 1px #000;
}
.imageModal {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  height: 100vh;
  justify-content: center;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}
.imageModal::scroll-marker {
  display: none;
}
.imageModal .imageModalContent {
  max-height: 100%;
  max-width: 100%;
}
.imageModal .imageModalContent .imageModalClose {
  color: #fff;
  cursor: pointer;
  font-size: 4rem;
  position: fixed;
  right: 40px;
  top: 20px;
  z-index: 1000;
}
.imageModal .imageModalContent img {
  border-radius: 2rem;
  height: 80%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}
#stadiumPage {
  position: relative;
}
#stadiumPage .infoContainer {
  background-color: #000;
  border-radius: 6rem 6rem 0 0;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
#stadiumPage .infoContainer h3 {
  color: #e5e5e5;
}
#stadiumPage img {
  border-radius: 12px;
  height: auto;
  min-width: 300px;
  width: 100%;
}
#stadiumPage .boxImgGap {
  gap: 20px;
}
#stadiumPage .boxImgGap .boxImg {
  border-radius: 12px;
  box-shadow:
    0 13px 27px -5px rgba(50, 50, 93, 0.25),
    0 8px 16px -8px rgba(0, 0, 0, 0.3);
  min-width: 300px;
  overflow: hidden;
  width: calc(33% - 20px);
}
#stadiumPage .boxImgGap .boxImg:hover img {
  opacity: 0.8;
}
#stadiumPage .boxImgGap .boxImg img {
  cursor: pointer;
  transition: 0.3s ease;
  width: 100%;
}
#stadiumPage .boxInfo ul {
  gap: 20px;
  list-style: none;
  width: 100%;
}
#stadiumPage .boxInfo ul li {
  align-items: center;
  background-color: #000;
  border: 2px solid #ffe146;
  border-radius: 12px;
  box-shadow:
    0 13px 27px -5px rgba(50, 50, 93, 0.25),
    0 8px 16px -8px rgba(0, 0, 0, 0.3);
  color: #e5e5e5 !important;
  display: flex;
  flex-direction: column;
  justify-content: start;
  max-width: 300px;
  padding: 12px;
  text-align: center;
  width: calc(50% - 20px);
}
#stadiumPage .boxInfo ul li span {
  font-size: 1.2rem;
  font-weight: 500;
}
#stadiumPage .boxInfo ul li .yellowBg {
  background-color: #000;
  padding: 12px 0 6px;
  width: 70%;
}
#stadiumPage .boxInfo ul li .yellowBg i {
  color: #ffe146;
  font-size: 2rem;
  margin-bottom: 12px;
}
#stadiumPage .boxInfo ul li .yellowBg h5 {
  background-color: #ffe146;
  color: #000;
  font-weight: 700;
  margin: 0;
  padding: 2px 6px;
}
#seniorGroupPage .whiteBg h3,
#seniorGroupPage .whiteBg h4 {
  background-color: #ffe146;
  display: inline-flex;
  padding: 2px 8px;
}
#seniorGroupPage .blackBg {
  background-color: #000;
  color: #fff;
}
#seniorGroupPage .blackBg h3 {
  background-color: #ffe146;
  color: #000;
  display: inline-flex;
  padding: 2px 8px;
}
#seniorGroupPage .blackBg h4 {
  color: #ffe146;
}
#seniorGroupPage .blackBg h5 {
  background-color: #ffe146;
  color: #000;
  display: inline-flex;
  padding: 2px 8px;
}
#seniorGroupPage .blackBg ul li {
  color: #e5e5e5;
  margin-bottom: 2px;
  margin-top: 2px;
}
#seniorGroupPage .info {
  color: #000;
}
#seniorGroupPage .info .infoContent {
  gap: 20px;
}
#seniorGroupPage .info .infoContent .box {
  color: #000;
  width: calc(50% - 20px);
}
#club23 .boxBlack {
  background-color: #000;
  color: #e5e5e5;
}
#club23 .bgYellow {
  background-color: #ffe146;
}
#club23 ul.contactList {
  list-style: none;
  margin: 0;
  padding: 0;
}
#club23 ul.contactList li {
  background-color: #000;
  border-radius: 1rem;
  color: #e5e5e5;
}
#club23 ul.contactList li span {
  color: #e5e5e5;
  font-size: 1.2rem;
  font-weight: 400;
}
#club23 ul.contactList li a {
  background-color: #ffe146;
  border-radius: 1rem;
  color: #000;
  display: block;
  font-weight: 600;
  padding: 6px;
  text-decoration: none;
}
#club23 .box img {
  border-radius: 1rem;
  max-width: 280px;
  min-width: 280px;
}
#managmentPage h4 {
  font-size: 1.8rem;
  font-weight: 700;
}
#managmentPage .containerBox {
  gap: 20px;
}
#managmentPage .containerBox .box {
  border-radius: 2rem;
  height: 400px;
  position: relative;
  width: calc(25% - 20px);
  z-index: 1;
}
#managmentPage .containerBox .box .boxContent {
  border: 1px solid #ffe146;
  border-radius: 1rem;
  box-shadow:
    0 13px 27px -5px rgba(50, 50, 93, 0.25),
    0 8px 16px -8px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
#managmentPage .containerBox .box .boxContent .boxInfo {
  background-color: #ffe146;
  bottom: 0;
  display: flex;
  height: 70px;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 5;
}
#managmentPage .containerBox .box .boxContent .boxInfo h5 {
  font-size: 1.2rem;
  font-weight: 600;
}
#managmentPage .containerBox .box .boxContent .boxInfo .postion {
  background-color: #000;
  color: #ffe146;
  padding: 2px 6px;
}
#managmentPage .containerBox .box .boxContent img {
  border-radius: 1rem;
  box-shadow:
    0 1px 2px 0 rgba(60, 64, 67, 0.3),
    0 1px 3px 1px rgba(60, 64, 67, 0.15);
  max-height: 380px;
  object-fit: cover;
  position: relative;
  width: 100%;
  z-index: 1;
}
#managmentPage .containerBox .boxFirst {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
  width: 100%;
}
#managmentPage .containerBox .boxFirst .boxContent {
  max-width: 25%;
}
#contactPage .imageInfo {
  align-items: center;
  padding: 12px 0;
}
#contactPage .imageInfo span {
  background-color: #ffe146;
  border-radius: 50%;
  display: block;
  height: 80%;
  margin: 0 12px;
  width: 4px;
}
#contactPage .imageInfo img {
  max-width: 200px;
  width: 100%;
}
#contactPage .topBoxItems h3 {
  margin-bottom: 1rem;
}
#contactPage .topBoxItems .box {
  border: 1px solid #ffe146;
  border-radius: 12px;
  margin-bottom: 1rem;
  margin-left: 4rem;
  min-width: 300px;
  padding: 12px 6px;
  position: relative;
}
#contactPage .topBoxItems .box:after {
  background-color: transparent;
  border: 1px solid #000;
  border-radius: 12px;
  content: "";
  display: block;
  height: 90%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
  z-index: -1;
}
#contactPage .topBoxItems .box i {
  font-size: 2.8rem;
}
#contactPage .topBoxItems .box a {
  background-color: #ffe146;
  border-radius: 12px;
  color: #000;
  display: ine;
  font-weight: 600;
  padding: 2px 6px;
  text-decoration: none;
  width: 100% !important;
}
#contactPage .topBoxItems .box span {
  font-weight: 500;
}
#teamPLayers .content {
  gap: 20px;
}
#teamPLayers .content .box {
  border: 1px solid #ffe146;
  border-radius: 1rem;
  box-shadow:
    0 13px 27px -5px rgba(50, 50, 93, 0.25),
    0 8px 16px -8px rgba(0, 0, 0, 0.3);
  max-height: 420px;
  max-width: calc(25% - 20px);
  min-height: 420px;
  overflow: hidden;
}
#teamPLayers .content .box img {
  object-fit: cover;
  width: 100%;
}
#teamPLayers .content .box .desc .number {
  background-color: #000;
  border-radius: 0 1rem 0 0;
  color: #e5e5e5;
  font-size: 2.2rem;
  height: 128px;
  left: 0;
  position: absolute;
  width: 64px;
}
#teamPLayers .content .box .desc .born {
  color: #000;
  font-size: 0.8rem;
  font-weight: 600;
  text-align: center;
}
#teamPLayers .content .box .descStaff {
  background: #ffe146;
  border-radius: 1rem 1rem 0 0;
  height: 80px;
  width: 100%;
  z-index: 5;
}
#teamPLayers .content .box .descStaff .name {
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
}
#teamPLayers .content .box .descStaff .position {
  background-color: #000;
  color: #ffe146;
  padding: 0 12px;
  text-align: center;
  width: 100%;
}
#teamPLayers .content .box .desc {
  background: #ffe146;
  border-radius: 0 1rem 0 0;
  height: 80px;
  padding-left: 50px;
  width: 100%;
  z-index: 5;
}
#teamPLayers .content .box .desc .qualityBox {
  background-color: #000;
  border-radius: 0 1rem 0 0;
  color: #e5e5e5;
  font-size: 1rem;
  height: 148px;
  left: 0;
  padding-top: 8px;
  position: absolute;
  width: 72px;
}
#teamPLayers .content .box .desc .qualityBox .qualityLicense {
  font-size: 0.9rem;
}
#teamPLayers .content .box .desc .qualityBox .qualitySpan {
  font-size: 1.2rem;
  font-weight: 600;
}
#teamPLayers .content .box .desc .qualityBox .qualityChar {
  font-size: 2.2rem;
  font-weight: 600;
}
#teamPLayers .content .box .desc .name {
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
}
#teamPLayers .content .box .desc .position {
  background-color: #000;
  color: #ffe146;
  padding: 0 12px;
  text-align: center;
}
#coachesPage .content {
  gap: 20px;
}
#coachesPage .content .box {
  border: 1px solid #ffe146;
  border-radius: 1rem;
  box-shadow:
    0 13px 27px -5px rgba(50, 50, 93, 0.25),
    0 8px 16px -8px rgba(0, 0, 0, 0.3);
  max-height: 400px;
  max-width: calc(24% - 10px);
  overflow: hidden;
}
#coachesPage .content .box img {
  object-fit: cover;
  width: 100%;
}
#coachesPage .content .box .desc {
  background: #ffe146;
  border-radius: 0 1rem 0 0;
  height: 80px;
  padding-left: 50px;
  width: 100%;
  z-index: 5;
}
#coachesPage .content .box .desc .qualityBox {
  background-color: #000;
  border-radius: 0 1rem 0 0;
  color: #e5e5e5;
  font-size: 1rem;
  height: 148px;
  left: 0;
  padding-top: 8px;
  position: absolute;
  width: 72px;
}
#coachesPage .content .box .desc .qualityBox .qualityLicense {
  font-size: 0.9rem;
}
#coachesPage .content .box .desc .qualityBox .qualitySpan {
  font-size: 1.2rem;
  font-weight: 600;
}
#coachesPage .content .box .desc .qualityBox .qualityChar {
  font-size: 2.2rem;
  font-weight: 600;
}
#coachesPage .content .box .desc .name {
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
}
#coachesPage .content .box .desc .position {
  background-color: #000;
  color: #ffe146;
  padding: 0 12px;
  text-align: center;
}
#coachesPage .content .box:nth-child(7) img {
  transform: translateY(-30px);
}
#juniorTeamPage .content {
  gap: 20px;
}
#juniorTeamPage .content .box {
  border: 1px solid #ffe146;
  border-radius: 1rem;
  box-shadow:
    0 13px 27px -5px rgba(50, 50, 93, 0.25),
    0 8px 16px -8px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  max-height: 400px;
  max-width: calc(50% - 20px);
  overflow: hidden;
}
#juniorTeamPage .content .box:hover img {
  transform: scale(1.05);
}
#juniorTeamPage .content .box img {
  object-fit: cover;
  transition: 0.3s ease;
  width: 100%;
}
#juniorTeamPage .content .box .desc {
  background: #ffe146;
  border-radius: 1rem 1rem 0 0;
  height: 48px;
  padding-right: 64px;
  width: 100%;
  z-index: 5;
}
#juniorTeamPage .content .box .desc .coach {
  background-color: #000;
  border-radius: 0 1rem 0 0;
  border-right: 1px solid #ffe146;
  border-top: 1px solid #ffe146;
  color: #e5e5e5;
  font-weight: 600;
  min-height: 72px;
  width: 256px;
}
#juniorTeamPage .content .box .desc .name {
  background-color: #000;
  border-top: 1px solid #ffe146;
  color: #ffe146;
  font-size: 1.2rem;
  font-weight: 600;
  min-height: 100%;
  padding: 0 1rem;
  text-align: center;
}
#juniorTeamPageShow img {
  border-radius: 24px;
  width: 75%;
}
#juniorTeamPageShow .box,
#juniorTeamPageShow img {
  box-shadow:
    0 13px 27px -5px rgba(50, 50, 93, 0.25),
    0 8px 16px -8px rgba(0, 0, 0, 0.3);
}
#juniorTeamPageShow .box {
  border: 1px solid #ffe146;
  border-radius: 1rem;
  max-height: 400px;
  max-width: calc(33% - 20px);
  overflow: hidden;
}
#juniorTeamPageShow .box img {
  object-fit: cover;
  width: 100%;
}
#juniorTeamPageShow .box .desc {
  background: #ffe146;
  border-radius: 0 1rem 0 0;
  height: 80px;
  padding-left: 50px;
  width: 100%;
  z-index: 5;
}
#juniorTeamPageShow .box .desc .qualityBox {
  background-color: #000;
  border-radius: 0 1rem 0 0;
  color: #e5e5e5;
  font-size: 1rem;
  height: 148px;
  left: 0;
  padding-top: 8px;
  position: absolute;
  width: 72px;
}
#juniorTeamPageShow .box .desc .qualityBox .qualityLicense {
  font-size: 0.9rem;
}
#juniorTeamPageShow .box .desc .qualityBox .qualitySpan {
  font-size: 1.2rem;
  font-weight: 600;
}
#juniorTeamPageShow .box .desc .qualityBox .qualityChar {
  font-size: 2.2rem;
  font-weight: 600;
}
#juniorTeamPageShow .box .desc .name {
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
}
#juniorTeamPageShow .box .desc .position {
  background-color: #000;
  color: #ffe146;
  padding: 0 12px;
  text-align: center;
}
#historyPage .blackBg {
  background-color: #000;
  color: #e5e5e5;
}
#historyPage .blackBg h2 {
  background-color: #ffe146;
  color: #000;
  display: inline-flex;
  padding: 2px 8px;
}
#historyPage .blackBg h4 {
  color: #ffe146;
}
#historyPage .bgWhite h2 {
  padding: 2px 8px;
}
#historyPage .bgWhite h2,
#historyPage .bgWhite h4 {
  background-color: #ffe146;
  color: #000;
  display: inline-flex;
}
#historyPage .bgWhite h4 {
  padding: 4px 8px;
}
#trainingSchedulePage img {
  border-radius: 12px;
  max-width: 100%;
}
#trainingSchedulePage .box table {
  width: 100%;
}
#trainingSchedulePage .box table thead {
  background-color: #000;
  color: #e5e5e5;
}
#trainingSchedulePage .box table thead tr th {
  border: 1px solid #e5e5e5;
  padding: 4px 8px;
  text-align: center;
}
#trainingSchedulePage .box table tbody tr {
  background-color: #fff;
}
#trainingSchedulePage .box table tbody tr td {
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  padding: 4px 8px;
  text-align: center;
}
#showPost .showPostBg {
  background-color: #fff;
  border-radius: 2rem;
  padding: 1rem;
  z-index: 0;
}
#showPost .showPostBg,
#showPost .showPostBg img {
  box-shadow:
    0 2px 5px -1px rgba(38, 38, 87, 0.25),
    0 1px 3px -1px rgba(0, 0, 0, 0.3);
}
#juniorTeamMatches .content {
  gap: 20px;
}
#juniorTeamMatches .content a {
  text-decoration: none;
}
#juniorTeamMatches .content a .box {
  border-radius: 1rem;
  box-shadow:
    0 2px 5px -1px rgba(38, 38, 87, 0.25),
    0 1px 3px -1px rgba(0, 0, 0, 0.3);
  max-width: calc(33% - 20px);
  overflow: hidden;
}
#juniorTeamMatches .content a .box img {
  width: 100%;
}
#juniorTeamMatches .content a .box .desc {
  background-color: #ffe146;
  color: #000;
  padding: 1rem 0.5rem;
  text-align: center;
  width: 100%;
}
#juniorTeamMatches .content a .box .desc h2 {
  font-size: 1.3rem;
}
#aKlasaPage .bgBlack {
  background-color: #000;
  border-radius: 4rem 4rem 0 0;
  display: inline;
}
#aKlasaPage .bgBlack h2 {
  color: #ffe146;
}
#aKlasaPage .bgBlack .afterHeader {
  background-color: #ffe146;
  font-weight: 600;
  padding: 2px 6px;
}
#aKlasaPage .bgBlack .content {
  display: flex;
  flex-wrap: wrap;
  gap:24px;
}
#aKlasaPage .bgBlack .content a {
  color: #ffe146;
  text-decoration: none;
  width: calc(25% - 20px);
}
#aKlasaPage .bgBlack .content a .box {
  border: 1px solid #ffe146;
  border-radius: 12px;
  overflow: hidden;
}
#aKlasaPage .bgBlack .content a .box img {
  width: 100%;
}
#aKlasaPage .bgBlack .content a .box .desc {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 12px;
  padding-top: 12px;
  text-align: center;
}
#aKlasaPage .bgBlack .content a .box .desc span {
  background-color: #ffe146;
  color: #000;
  display: inline;
  margin-bottom: 6px;
  padding: 2px 6px;
}
#aKlasaPage table .ourclub {
  background-color: #ffe146;
}
@media only screen and (max-width: 1180px) {
  body,
  html {
    overflow-x: hidden !important;
  }
  #desktopNav {
    display: none !important;
  }
  .home #news .articles {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    position: relative;
  }
  .home #news .articles .article:first-child {
    width: calc(90% - 20px) !important;
  }
  .home #news .articles .article:first-child .title {
    font-size: 1.5rem !important;
  }
  .home #news .articles .article:nth-child(2),
  .home #news .articles .article:nth-child(3) {
    width: calc(90% - 20px) !important;
  }
  .home #news .articles .article:nth-child(4),
  .home #news .articles .article:nth-child(5) {
    display: none !important;
  }
  .home #juniorTeamHome .descriptionJuniorTeamHome .descJunior {
    width: 100%;
  }
  .home #juniorTeamHome .descriptionJuniorTeamHome .boxImg {
    position: relative;
    transform: translateY(0);
    width: 100%;
  }
  .home #juniorTeamHome .descriptionJuniorTeamHome .boxImg img:first-child,
  .home #juniorTeamHome .descriptionJuniorTeamHome .boxImg img:nth-child(2) {
    display: none;
  }
  .home #juniorTeamHome .descriptionJuniorTeamHome .boxImg img:nth-child(3) {
    left: 0;
    position: relative;
    top: 0;
    transform: translateX(0);
    width: 100%;
  }
  .home #juniorTeamHome .btnBottomJuniorTeamHome {
    width: 100%;
  }
  .home #pitch .boxItems {
    width: 80% !important;
  }
  #mobileNav {
    background-color: #000;
    border-bottom: 1px solid #ffe146;
    display: flex !important;
    padding: 12px 24px;
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 999;
  }
  #mobileNav ul.icons li a {
    color: #ffe146;
    font-size: 1.3rem;
  }
  #mobileNav .logo {
    height: 30px;
    width: 30px;
  }
  #mobileNav .logo img {
    left: 50%;
    max-width: 50px;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
  }
  #mobileNav button.closeMenu {
    background-color: transparent;
    border: none;
    height: 25px;
    outline: none;
    width: 30px;
  }
  #mobileNav button.closeMenu span {
    background-color: #ffe146;
    border-radius: 2px;
    display: block;
    height: 4px;
    transition:
      transform 0.3s ease,
      opacity 0.3s ease;
    width: 30px;
  }
  #mobileNav button.closeMenu.active span:first-child {
    transform: translateY(9px) rotate(44deg);
  }
  #mobileNav button.closeMenu.active span:nth-child(2) {
    opacity: 0;
  }
  #mobileNav button.closeMenu.active span:nth-child(3) {
    transform: translateY(-10px) rotate(-49deg);
  }
  .navMobileContent {
    background-color: rgba(0, 0, 0, 0.7);
    box-sizing: border-box;
    display: none !important;
    height: 100vh;
    overflow: hidden;
    padding-top: 48px;
    position: fixed;
    width: 100%;
    z-index: 888;
  }
  .navMobileContent .content {
    background-color: #000;
    height: 100vh;
    width: 60%;
  }
  .navMobileContent .content ul {
    margin-top: 32px;
    width: 80%;
  }
  .navMobileContent .content ul li {
    color: #e5e5e5;
    width: 100%;
  }
  .navMobileContent .content ul li a {
    color: #e5e5e5;
    text-decoration: none;
  }
  .navMobileContent .content ul ul.submenu {
    height: 0;
    overflow: hidden;
    padding-left: 18px !important;
  }
  .navMobileContent .content ul ul.submenu li {
    margin-top: 12px;
  }
  .navMobileContent .content ul ul.submenu li a {
    color: #ffe146 !important;
    text-decoration: none;
  }
  .navMobileContent.open {
    display: flex !important;
  }
  .paddingTopMobile {
    padding-top: 80px !important;
  }
  #managmentPage .boxFirst {
    max-width: none !important;
    min-width: 380px !important;
  }
  #managmentPage .boxFirst .boxContent {
    margin-bottom: 220px;
    margin-top: 200px;
    max-height: 400px !important;
    max-width: none !important;
    min-height: 100% !important;
    width: 380px !important;
  }
  #managmentPage .containerBox .box {
    min-height: 460px !important;
    min-width: 380px !important;
  }
  #managmentPage .containerBox .box img {
    max-height: none !important;
  }
  .headerOne {
    color: #fff;
    display: inline-block;
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: 2px;
    position: relative;
    text-align: center;
    text-shadow:
      1px 1px #000,
      -1px 1px #000,
      1px -1px #000,
      -1px -1px #000;
    width: auto;
    width: 100%;
  }
  .headerOne:after {
    background-color: #ffe146;
    left: -30px;
  }
  .headerOne:after,
  .headerOne:before {
    content: "";
    display: block;
    height: 110%;
    position: absolute;
    top: 0;
    transform: skewX(-20deg);
    width: calc(50% + 30px);
    z-index: -1;
  }
  .headerOne:before {
    background-color: #000;
    right: -30px;
  }
  #aKlasaPage .bgBlack .content a {
    padding: 24px 0;
    width: calc(100% - 20px) !important;
  }
  #footer {
    border-radius: 1rem 1rem 0 0;
    padding: 0 !important;
  }
  #footer .boxPrezesImage {
    width: 100%;
  }
  #footer .info {
    text-align: center;
    width: 100%;
  }
  #shopPage .boxContianer .box {
    width: calc(50% - 20px) !important;
  }
  #joinToUsPage img {
    max-width: 100% !important;
  }
  #contactPage .bottomItems,
  #contactPage .infoClub {
    width: 100% !important;
  }
  #contactPage .bottomItems .topBoxItems {
    width: 100% !important;
    width: 100%;
  }
  #contactPage .bottomItems .topBoxItems .boxItems {
    align-items: start !important;
    gap: 40px !important;
  }
  #contactPage .bottomItems .topBoxItems .boxItems .mobileBox {
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    width: 100%;
  }
  #contactPage .bottomItems .topBoxItems .boxItems .mobileBox .box {
    margin-left: 0 !important;
    width: 100% !important;
  }
  #club23 .contactList {
    flex-direction: column !important;
  }
  #coachesPage p {
    width: 100% !important;
  }
  #coachesPage .content .box {
    max-width: calc(50% - 20px);
    min-height: 440px;
  }
  #traingingPitchesPage .boxItems {
    width: 100%;
  }
  #sponsorsPage h3 {
    text-align: center;
  }
  #sponsorsPage .content .box {
    width: calc(50% - 20px);
  }
  #teamPLayers .content .box {
    max-width: calc(40% - 20px);
  }
}
@media only screen and (max-width: 720px) {
  body,
  html {
    overflow-x: hidden !important;
  }
  #desktopNav {
    display: none !important;
  }
  #mobileNav {
    background-color: #000;
    border-bottom: 1px solid #ffe146;
    display: flex !important;
    padding: 12px 24px;
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 999;
  }
  #mobileNav ul.icons li a {
    color: #ffe146;
    font-size: 1.3rem;
  }
  #mobileNav .logo {
    height: 30px;
    width: 30px;
  }
  #mobileNav .logo img {
    left: 50%;
    max-width: 50px;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
  }
  #mobileNav .closeMenu span {
    background-color: #ffe146;
    border-radius: 2px;
    display: block;
    height: 4px;
    transition:
      transform 0.3s ease,
      opacity 0.3s ease;
    width: 30px;
  }
  #mobileNav .closeMenu.active span:first-child {
    transform: translateY(9px) rotate(44deg);
  }
  #mobileNav .closeMenu.active span:nth-child(2) {
    opacity: 0;
  }
  #mobileNav .closeMenu.active span:nth-child(3) {
    transform: translateY(-10px) rotate(-48deg);
  }
  .navMobileContent {
    background-color: rgba(0, 0, 0, 0.7);
    display: none !important;
    height: 100vh;
    overflow: hidden;
    position: fixed;
    width: 100%;
    z-index: 888;
  }
  .navMobileContent .closeBtn {
    background-color: red;
    background-color: transparent;
    border: none;
    color: #ffe146;
    font-size: 2rem;
    outline: none;
    position: absolute;
    right: 20px;
    top: 20px;
  }
  .navMobileContent .content {
    background-color: #000;
    height: 100vh;
    width: 60%;
  }
  .navMobileContent .content ul {
    margin-top: 32px;
    width: 80%;
  }
  .navMobileContent .content ul li {
    color: #e5e5e5;
    width: 100%;
  }
  .navMobileContent .content ul li a {
    color: #e5e5e5;
    text-decoration: none;
  }
  .navMobileContent .content ul ul.submenu {
    height: 0;
    overflow: hidden;
  }
  .navMobileContent .content ul ul.submenu li {
    margin-top: 12px;
  }
  .navMobileContent .content ul ul.submenu li a {
    color: #e5e5e5;
    text-decoration: none;
  }
  .navMobileContent.open {
    display: flex !important;
  }
  .headerOne {
    color: #fff;
    display: inline-block;
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: 2px;
    position: relative;
    text-align: center;
    text-shadow:
      1px 1px #000,
      -1px 1px #000,
      1px -1px #000,
      -1px -1px #000;
    width: auto;
    width: 100%;
  }
  .headerOne:after {
    background-color: #ffe146;
    left: -30px;
  }
  .headerOne:after,
  .headerOne:before {
    content: "";
    display: block;
    height: 110%;
    position: absolute;
    top: 0;
    transform: skewX(-20deg);
    width: calc(50% + 30px);
    z-index: -1;
  }
  .headerOne:before {
    background-color: #000;
    right: -30px;
  }
  .home #slider {
    border-radius: 0 0 6rem 6rem;
  }
  .home #slider .leftArrowTopSlider {
    background-color: transparent;
    left: 30%;
    position: absolute;
    top: 90%;
    transform: translateY(-50%);
  }
  .home #slider .rightArrowTopSlider {
    background-color: transparent;
    right: 30%;
    top: 90%;
    transform: translateY(-50%);
  }
  .home .lastMatch {
    border-radius: 1rem 1rem 0 0;
  }
  .home .lastMatch .container {
    margin: 0 auto;
  }
  .home .lastMatch .caruselMatchBox {
    min-height: 200px;
    width: 100%;
  }
  .home .lastMatch .caruselMatchBox .lastMatchbox {
    gap: 20px;
    min-height: 200px;
  }
  .home .lastMatch .caruselMatchBox .lastMatchbox .box {
    flex: 0 0 320px;
    height: 280px;
    max-height: 280px;
    min-height: 200px;
  }
  .home .lastMatch .caruselMatchBox .lastMatchbox .box .teams {
    margin-bottom: 24px !important;
    margin-top: 24px !important;
  }
  .home .lastMatch .caruselMatchBox .lastMatchbox .box .teams img {
    max-width: 80px;
  }
  .home #juniorTeamHome .descriptionJuniorTeamHome .descJunior {
    width: 100%;
  }
  .home #juniorTeamHome .descriptionJuniorTeamHome .boxImg {
    position: relative;
    transform: translateY(0);
    width: 100%;
  }
  .home #juniorTeamHome .descriptionJuniorTeamHome .boxImg img:first-child,
  .home #juniorTeamHome .descriptionJuniorTeamHome .boxImg img:nth-child(2) {
    display: none;
  }
  .home #juniorTeamHome .descriptionJuniorTeamHome .boxImg img:nth-child(3) {
    left: 0;
    position: relative;
    top: 0;
    transform: translateX(0);
    width: 100%;
  }
  .home #juniorTeamHome .btnBottomJuniorTeamHome {
    width: 100%;
  }
  #seniorGroupPage .info .infoContent {
    flex-direction: column;
  }
  #seniorGroupPage .info .infoContent .box {
    width: calc(100% - 20px) !important;
  }
  #footer {
    border-radius: 1rem 1rem 0 0;
    padding: 0 !important;
  }
  #footer .boxPrezesImage {
    width: 100%;
  }
  #footer .info {
    text-align: center;
    width: 100%;
  }
  #shopPage .boxContianer .box {
    width: calc(100% - 10px);
  }
  #shopPage .boxContianer .box h4 {
    font-size: 0.9rem;
  }
  #sponsorsPage h3 {
    text-align: center;
  }
  #sponsorsPage .content .box {
    width: calc(100% - 20px);
  }
  #teamPLayers .content .box {
    max-width: calc(100% - 20px);
    min-height: 460px !important;
  }
  #coachesPage h1,
  #coachesPage p {
    text-align: center;
  }
  #coachesPage p {
    width: 100% !important;
  }
  #coachesPage .content {
    gap: 0;
  }
  #coachesPage .content .box {
    margin-bottom: 20px;
    max-width: calc(100% - 20px);
    min-height: 470px;
  }
  #timeTable .box {
    align-items: center;
    border-radius: 2rem;
    box-shadow: 0 2px 8px 0 rgba(99, 99, 99, 0.2);
    display: flex;
    flex-direction: column !important;
    margin-bottom: 80px;
    position: relative;
    width: 100%;
  }
  #timeTable .box .date {
    align-items: center;
    flex-direction: row !important;
    gap: 6px;
    justify-content: center;
    padding: 12px;
    width: 100%;
  }
  #timeTable .box .date span {
    font-size: 1.4rem !important;
  }
  #timeTable .box .content {
    display: flex;
    flex-direction: column !important;
    max-width: 100%;
  }
  #timeTable .box .content img {
    width: 60px;
  }
  #timeTable .box .content .team:first-child {
    display: flex;
    flex-direction: column-reverse !important;
  }
  #timeTable .box .content .team {
    display: flex;
    flex-direction: column !important;
    width: 100%;
  }
  #timeTable .box .content .team img {
    margin: 0 !important;
  }
  #timeTable .box .content .team span {
    margin: 0 !important;
    text-align: center;
    width: 50%;
  }
  #timeTable .box .content .score {
    font-size: 3.1rem !important;
    width: 100%;
  }
  #timeTable .box .boxStadium {
    bottom: -50px;
    min-height: 60px;
    width: 100%;
  }
  #juniorTeamPage .content {
    gap: 20px;
  }
  #juniorTeamPage .content .box {
    border-radius: 1rem;
    max-width: calc(100% - 20px);
    overflow: hidden;
  }
  #juniorTeamPage .content .box .desc {
    padding-right: 0;
  }
  #newsPage .articles {
    padding-top: 4rem;
  }
  #newsPage .articles a.article {
    min-height: 250px;
    width: 100%;
  }
  #juniorTeamPageShow img,
  #newsPage .articles a.article:first-child {
    width: 100%;
  }
  #juniorTeamPageShow .contentJunioPage {
    width: 100% !important;
  }
  #juniorTeamPageShow .contentJunioPage .content {
    justify-content: center !important;
  }
  #juniorTeamPageShow .contentJunioPage .content .box {
    min-width: 80%;
  }
  #managmentPage .boxFirst .boxContent {
    min-width: 90% !important;
  }
  #managmentPage .containerBox .box {
    min-width: 80% !important;
  }
  #historyPage img,
  #tableHome table {
    width: 100% !important;
  }
  #tableHome table tr {
    background-color: #fff;
  }
  #tableHome table tr td:nth-child(4),
  #tableHome table tr td:nth-child(5),
  #tableHome table tr td:nth-child(6),
  #tableHome table tr td:nth-child(7),
  #tableHome table tr td:nth-child(8),
  #tableHome table tr th:nth-child(4),
  #tableHome table tr th:nth-child(5),
  #tableHome table tr th:nth-child(6),
  #tableHome table tr th:nth-child(7),
  #tableHome table tr th:nth-child(8) {
    display: none;
  }
  #stadiumPage {
    position: relative;
    text-align: center !important;
  }
  #stadiumPage .boxImgGap {
    align-items: center;
    gap: 20px;
    justify-content: center;
  }
  #stadiumPage .boxImgGap .boxImg {
    min-width: 300px;
    width: calc(100% - 20px);
  }
  #stadiumPage .boxInfo ul li {
    min-width: 100%;
    width: 100% !important;
  }
  .imageModal .imageModalContent img {
    height: auto !important;
    width: 100%;
  }
  .imageAbsolute {
    top: 0;
    transform: rotate(15deg);
    width: 100%;
  }
  .imageAbsolute img {
    max-width: 450px;
  }
  #contactPage .infoClub {
    width: 100% !important;
  }
  #contactPage .infoClub img {
    width: 160px;
  }
  #contactPage .topBoxItems {
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
  }
  #contactPage .topBoxItems .box {
    margin-left: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
  }
  #joinToUsPage img {
    width: 100%;
  }
  #showPost .showPostBg {
    padding: 64px 0 0 !important;
  }
  #showPost h1 {
    font-size: 2rem;
  }
  #showPost img {
    max-width: 100% !important;
  }
  #juniorTeamMatches .content,
  #juniorTeamMatches .content a {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #juniorTeamMatches .content a {
    width: 90% !important;
  }
  #juniorTeamMatches .content a .box {
    max-width: 100% !important;
  }
  #aKlasaPage table {
    width: 80% !important;
  }
  #aKlasaPage table tr {
    background-color: #fff;
  }
  #aKlasaPage table tr td:nth-child(4),
  #aKlasaPage table tr td:nth-child(5),
  #aKlasaPage table tr td:nth-child(6),
  #aKlasaPage table tr td:nth-child(7),
  #aKlasaPage table tr td:nth-child(8),
  #aKlasaPage table tr th:nth-child(4),
  #aKlasaPage table tr th:nth-child(5),
  #aKlasaPage table tr th:nth-child(6),
  #aKlasaPage table tr th:nth-child(7),
  #aKlasaPage table tr th:nth-child(8) {
    display: none;
  }
  #aKlasaPage .bgBlack {
    background-color: #000;
    border-radius: 4rem 4rem 0 0;
    display: inline;
  }
  #aKlasaPage .bgBlack h2 {
    color: #ffe146;
  }
  #aKlasaPage .bgBlack .afterHeader {
    background-color: #ffe146;
    font-weight: 600;
    padding: 2px 6px;
  }
  #aKlasaPage .bgBlack .content a {
    color: #ffe146;
    text-decoration: none;
    width: 100%;
  }
  #aKlasaPage .bgBlack .content a .box img,
  #traingingPitchesPage .boxItems {
    width: 100%;
  }
}
