.wrapper {
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  min-height: 100vh;
  background: #f4f5f7;
}
.header {
  display: flex;
  height: 60px;
  background: #cf152d;
  align-items: center;
  margin-bottom: 50px;
  position: sticky;
  top: 0;
  z-index: 99;
}
.main {
  flex-direction: column;
  flex-grow: 1;
  display: flex;
}
.footer {
  background-color: rgb(0, 0, 0);
  padding-top: 50px;
}
.container {
  max-width: 1440px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.header__content {
  column-gap: 30px;
}
.flx-btwn {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.link-reset {
  cursor: pointer;
  color: rgb(0, 0, 0);
  text-decoration: none;
  font-size: 16px;
}
.header__logo_link {
}
.header__logo_img {
  height: 70px;
  position: relative;
  top: 10px;
}
.header__nav_menu {
}
.reset {
  list-style: none;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.mb-reset {
  margin-bottom: 0;
}
.header__nav_list {
  align-items: center;
  display: flex;
  row-gap: 5px;
  column-gap: 30px;
  flex-wrap: wrap;
  height: 100%;
}
.header__nav_link {
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  border-style: solid;
  height: 60px;
  align-items: center;
  border-width: 3px;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  padding-top: 5px;
  color: rgb(255, 255, 255);
  border-bottom-color: rgba(0, 0, 0, 0);
  transition: 0.3s all ease;
}
.header__nav_link:hover {
  color: rgba(255, 255, 255, 0.85);
  transition: 0.3s all ease;
  border-bottom-color: rgba(255, 255, 255, 0.96);
}
.matches__section {
}
.mb-50 {
  margin-bottom: 50px;
}
.rows-gap-20 {
  row-gap: 20px;
  column-gap: 20px;
}
.grid-cols-4 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.match__item {
  background-color: rgb(255, 255, 255);
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  border-radius: 8px;
  box-shadow: 0px 0px 2px rgb(136, 140, 144);
}
.match__head {
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.text--red {
  color: rgb(207, 21, 45);
}
.match__body {
  margin-bottom: 15px;
}
.match__team {
  flex-basis: 33%;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  align-items: center;
}
.flx-clmn {
  display: flex;
  flex-direction: column;
}
.logo-50 {
  height: 50px;
  width: 50px;
  object-fit: contain;
}
.match__score {
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  flex-basis: 33%;
  text-align: center;
}
.hover-text {
  transition: 0.3s all ease;
}
.hover-text:hover {
  color: rgb(207, 21, 45);
  transition: 0.3s all ease;
}
.link__block {
  text-align: center;
}
.link__btn {
  background: #cf152d ;
  font-weight: 600;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  transition: 0.3s all ease;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 5px;
  padding-top: 5px;
  border-radius: 8px;
}
.link__btn:hover {
  background-color: rgb(0, 0, 0);
  transition: 0.3s all ease;
}
.news-and-stats__block {
}
.title__block {
  display: flex;
  column-gap: 20px;
  margin-bottom: 30px;
}
.logo-70 {
  height: 70px;
}
.title {
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgb(0, 0, 0);
}
.logo-40 {
  height: 40px;
  width: 40px;
  object-fit: contain;
}
.news-and-stats__rows {
  column-gap: 30px;
}
.grid-cols-69pcr-1fr {
  display: grid;
  grid-template-columns: 69% 1fr;
}
.media__content {
}
.aside {
}
.grid-cols-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.media__card {
  display: flex;
  flex-direction: column;
  transition: 0.3s all ease;
  position: relative;
  border-radius: 8px;
  box-shadow: 0px 0px 2px rgb(136, 140, 144);
}
.media__card:hover {
  box-shadow: 0px 2px 8px rgb(136, 140, 144);
  opacity: 0.9;
}
.pb-50pcr {
  padding-bottom: 50%;
}
.image-block {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: block;
}
.media__img {
  object-position: 100% 0%;
}
.ibg {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.media__footer {
  background-color: rgb(255, 255, 255);
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  row-gap: 10px;
}
.title--24 {
  font-size: 24px;
  font-weight: 700;
}
.text-grey {
  color: rgb(100, 104, 108);
}
.grid-cols-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.media__description {
  flex-grow: 1;
}
.aside__pts-table__section {
}
.pos-sticky {
  position: sticky;
  top: 80px;
}
.table__wrap {
}
.grid-pts-sm {
  display: grid;
  grid-template-columns: 10% 35% repeat(5, 1fr);
}
.table__head {
  background-color: rgb(207, 21, 45);
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 10px;
  padding-top: 10px;
  color: rgb(255, 255, 255);
  text-align: center;
  text-transform: uppercase;
}
.text-left {
  text-align: left;
}
.table__body {
  background-color: rgb(255, 255, 255);
  align-items: center;
  border-style: solid;
  border-width: thin;
  border-color: rgb(0, 0, 0);
  border-top-width: 0;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 10px;
  padding-top: 10px;
  color: rgb(0, 0, 0);
  text-align: center;
  text-transform: uppercase;
}
.table__team_block {
  align-items: center;
  display: flex;
  column-gap: 8px;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}
.logo-30 {
  height: 30px;
  width: 30px;
  object-fit: contain;
}
.text-green {
  color: rgb(34, 187, 0);
}
.aside__link_block {
  margin-top: 30px;
}
.clubs__section {
}
.card-blcok {
  background-color: rgb(255, 255, 255);
  border-radius: 8px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  box-shadow: 0px 0px 2px rgb(136, 140, 144);
}
.club__card {
}
.club-card__head {
  align-items: flex-start;
  display: flex;
  column-gap: 20px;
  margin-bottom: 10px;
}
.club-card__head_info {
  margin-bottom: 20px;
  text-transform: capitalize;
  font-weight: 500;
}
.cal__day {
  border-style: solid;
  border-width: thin;
  border-color: rgb(207, 21, 45);
  border-top-width: 0;
  border-left-width: 0;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
}
.cal__day:first-child {
  border-left-width: thin;
}
.club-card__stats {
  column-gap: 10px;
  margin-bottom: 20px;
}
.club-stats__item {
  text-transform: capitalize;
  flex-basis: 25%;
  text-align: center;
  border-style: solid;
  border-width: thin;
  border-color: rgb(136, 140, 144);
  border-top-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
}
.club-stats__item:last-child {
  border-right-width: 0;
}
.club-card__info {
  margin-bottom: 30px;
  column-gap: 10px;
  align-items: flex-start;
}
.NewClass-71 {
}
.club-card__info_item {
  display: flex;
  flex-basis: 33%;
  column-gap: 5px;
  font-size: 16px;
  text-transform: capitalize;
  justify-content: center;
}
.text-bld {
  font-weight: 700;
}
.video__section {
}
.pb-60pcr {
  padding-bottom: 60%;
}
.brd-rds-8 {
  border-radius: 8px;
}
.play__icon {
  height: 15%;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
}
.hover-scale {
  transition: 0.3s scale;
  z-index: 0;
}
.hover-scale:hover {
  scale: 1.1;
  transition: 0.3s scale;
}
.media__text_block {
  border-radius: 8px;
  background-color: rgb(255, 255, 255);
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  row-gap: 5px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  position: absolute;
  bottom: 20px;
  width: 60%;
  right: 20px;
  text-transform: capitalize;
}
.NewClass-80 {
}
.video__items {
  margin-bottom: 20px;
}
.video-card__footer {
  background-color: rgb(255, 255, 255);
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
}
.pb-70pcr {
  padding-bottom: 70%;
}
.banner__section {
}
.banner__link {
  padding-bottom: 21%;
}
.banner__img {
}
.live__section {
}
.live__card {
  display: grid;
  grid-template-columns: 50% 1fr;
}
.live__info {
  padding-left: 20px;
}
.h-100pcr {
  height: 100%;
}
.play-icon--20pcr {
  height: 20%;
}
.play__icon--25pcr {
  height: 25%;
}
.res__section {
}
.res__block {
  margin-bottom: 30px;
}
.title__block--sm {
  margin-bottom: 25px;
}
.res__item {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 2px rgb(136, 140, 144);
  padding-bottom: 20px;
  padding-top: 20px;
  border-radius: 8px;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
  grid-template-columns: repeat(4, 25%);
  align-items: center;
}
.res__team_block {
  align-items: center;
  display: flex;
  column-gap: 10px;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  justify-content: space-between;
}
.res__score_block {
  display: flex;
  column-gap: 10px;
  justify-content: center;
}
.res__score {
  background: #e9ebed ;
  font-size: 30px;
  font-weight: 700;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 2px;
  padding-top: 2px;
}
.res-link_block {
  text-align: right;
}
.news__section {
}
.footer__content {
  border-style: solid;
  border-width: thin;
  border-color: rgb(233, 235, 237);
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  padding-bottom: 40px;
}
.footer__logo {
}
.footer__logo_img {
  height: 120px;
}
.footer__menu {
  flex-basis: 70%;
}
.footer__menu_item {
  row-gap: 8px;
}
.footer__link {
  font-size: 16px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
}
.footer__btm {
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 20px;
  padding-top: 20px;
  color: rgb(255, 255, 255);
  text-align: center;
}
.post__section {
}
.post__rows {
  column-gap: 30px;
}
.post__img_block {
  padding-bottom: 50%;
}
.post__text_block {
  font-size: 17px;
  font-weight: 500;
}
.post__content {
  row-gap: 20px;
}
.aside__res_section {
}
.aside__content {
  row-gap: 15px;
}
.contact__section {
}
.contact__block {
  align-items: center;
  row-gap: 10px;
  text-transform: uppercase;
  text-align: center;
}
.contact__link {
  font-size: 20px;
  font-weight: 700;
  text-transform: none;
}
.contact__rows {
  margin-bottom: 30px;
}
.calendar__section {
}
.cal__month {
  display: flex;
  justify-content: center;
  font-size: 30px;
  font-weight: 700;
  column-gap: 10px;
  color: rgb(0, 0, 0);
  text-transform: uppercase;
  margin-bottom: 20px;
}
.grid-cols-7 {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
.cal__week {
}
.cal__date {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
  color: rgb(0, 0, 0);
}
.cal__body {
  margin-bottom: 15px;
}
.cal__team {
  align-items: center;
  font-size: 19px;
  font-weight: 700;
  color: rgb(0, 0, 0);
  text-transform: uppercase;
}
.stats__section {
}
.grid-pts-tbl {
  display: grid;
  grid-template-columns: 8% 25% repeat(8, 1fr);
}
.history__section {
}
.text-and-img__block {
  column-gap: 20px;
}
.review__sectiom {
}
.review__img_block {
  padding-bottom: 40%;
}
.review__info_block {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 10;
  margin-top: -180px;
}
.review-info__head {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.review-info__body {
  margin-bottom: 20px;
}
.review-info__team {
  font-size: 30px;
  font-weight: 700;
  color: rgb(0, 0, 0);
  text-transform: uppercase;
  align-items: center;
  display: flex;
  column-gap: 20px;
}
.review-info__score {
  display: flex;
  justify-content: center;
  column-gap: 20px;
  font-size: 40px;
  font-weight: 700;
}
.fs--40 {
  font-size: 40px;
}
.goals__wrap {
}
.goals__block {
  row-gap: 15px;
  display: flex;
  flex-basis: 30%;
}
.goals__item {
  display: grid;
  column-gap: 10px;
  font-size: 20px;
  font-weight: 600;
  align-items: center;
  grid-template-columns: 60% 20% 10%;
  justify-content: space-between;
  text-transform: capitalize;
}
.review-stats__section {
  margin-bottom: 20px;
}
.review-stats__item {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  text-transform: uppercase;
  border-style: solid;
  border-width: thin;
  border-color: rgb(207, 21, 45);
  border-top-width: 0;
}
.club__head_section {
  background-image: url("https://bundesliga.pt/assets/img/c418febd43fb9dc212f250837f063e59.webp");
  padding-bottom: 50px;
  padding-top: 50px;
  background-size: cover;
  background-position-y: center;
  position: relative;
}
.club-head__content {
  align-items: center;
  display: flex;
  justify-content: center;
  column-gap: 25px;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 60px;
  position: relative;
  z-index: 10;
}
.logo-120 {
  height: 120px;
}
.overlay {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.7));
}
.about__section {
}
.about__rows {
  display: grid;
  column-gap: 20px;
  grid-template-columns: 60% 1fr;
}
.about__info {
}
.about__info:first-child {
}
.about__info:last-child {
}
.about-info__item {
  border-style: solid;
  border-width: thin;
  border-color: rgb(0, 0, 0);
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  font-size: 17px;
  font-weight: 500;
  text-transform: capitalize;
}
.about-info__item:last-child {
  border-bottom-width: 0;
  padding-bottom: 0;
}
.cups__section {
}
.cups__item {
  row-gap: 10px;
  align-items: center;
  font-size: 20px;
}
.title--30 {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}
.cup__img {
  height: 200px;
}
.players__section {
}
.player__card {
}
.player__img_block {
  background-color: rgb(255, 255, 255);
  padding-bottom: 100%;
  transition: 0.3s all ease;
  border-radius: 8px 8px 0px 0px;
}
.player__img_block:hover {
  transition: 0.3s all ease;
  background-color: rgb(233, 233, 233);
}
.player__img {
  object-position: 100% 0%;
  border-radius: 8px 8px 0px 0px;
}
.player__footer {
  background: #cf152d ;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  color: rgb(255, 255, 255);
  border-radius: 0px 0px 8px 8px;
}
.player-info {
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  color: rgb(197, 197, 197);
}
.player__name {
  font-size: 24px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  transition: 0.3s all ease;
}
.player__name:hover {
  color: rgba(255, 255, 255, 0.8);
  transition: 0.3s all ease;
}
.player__head_section {
}
.player-head__content {
}
.pb-40pcr {
  padding-bottom: 40%;
}
.player-head__img {
  object-fit: contain;
}
.player-head__info {
}
.player-head__title_block {
  margin-bottom: 50px;
  font-size: 25px;
  font-weight: 700;
  text-transform: capitalize;
  row-gap: 5px;
}
.title--70 {
  font-size: 70px;
  font-weight: 700;
  text-transform: capitalize;
}
.logo--150 {
  height: 150px;
}
.player__params {
  flex-wrap: wrap;
  row-gap: 20px;
  column-gap: 20px;
}
.player-params_item {
  flex-basis: 30%;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  text-transform: capitalize;
}
.player-stats__section {
}
.player-stat__item {
  padding-top: 5px;
}
.player-table__stats {
}
.grid-player-tbl {
  display: grid;
  grid-template-columns: 15% 30% repeat(8, 1fr);
}
