.wrap {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.header {
}
.container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.main {
  flex: auto;
  padding-bottom: 20px;
}
.footer {
}
.footer__wrap {
  padding-bottom: 30px;
  padding-top: 30px;
}
.header-1 {
  padding-bottom: 10px;
  padding-top: 10px;
}
.nav__header-1 {
  display: flex;
  column-gap: 10px;
  row-gap: 10px;
  justify-content: space-around;
}
.team-icon {
  width: 40px;
  height: 40px;
  object-fit: cover;
}
.team__link {
  transition: 0.3s all;
}
.team__link:hover {
  transform: scale(1.25);
}
.bg__white {
  background-color: rgb(255, 255, 255);
}
.bg__white:hover {
  background-color: rgb(255, 255, 255);
}
.header-2 {
}
.bg-violet {
  background-color: rgb(55, 0, 60);
}
.nav__list {
  list-style: none;
  padding-left: 0;
  align-items: center;
  display: flex;
  column-gap: 30px;
  row-gap: 30px;
  margin-bottom: 0;
  margin-right: 0;
  margin-left: auto;
}
.nav {
}
.header-2-wrap {
  padding-bottom: 16px;
  padding-top: 16px;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
}
.header__link {
  color: rgb(255, 255, 255);
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  padding-bottom: 17px;
  background: linear-gradient(137.27deg,#05f0ff 19.85%,#7367ff 91.08%,#963cff 113.26%);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 0% 10%;
  transition: all .3s ease-out;
}
.header__link:hover {
  background-size: 100% 10%;
}
.header-2-right {
  align-items: center;
  display: flex;
  column-gap: 30px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 6px;
  padding-top: 6px;
  border-style: solid;
  border-width: thin;
  border-color: rgb(199, 199, 199);
  border-top-width: 0;
  border-bottom-width: 0;
}
.log-in {
  color: rgb(0, 0, 0);
  text-decoration: none;
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px;
  background-color: rgb(255, 255, 255);
  border-radius: 4px;
}
.log-in:hover {
  text-decoration: underline;
}
.header__title-block {
}
.header__title-wrap {
  padding-bottom: 15px;
  padding-top: 15px;
}
.section {
  padding-bottom: 15px;
  padding-top: 15px;
}
.aside-main {
  display: grid;
  grid-template-columns: 3fr 9fr;
  grid-gap: 30px;
}
.logo-link {
  position: absolute;
  max-width: 80px;
  left: -100px;
}
.w-100 {
  width: 100%;
}
.aside {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.aside__table {
  border-radius: 10px;
  overflow: hidden;
  border-width: thin;
  border-color: rgb(220, 220, 220);
  border-style: solid;
  background: #fff;
}
.aside__table-head {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 12px;
  padding-top: 12px;
  position: relative;
  padding-left: 12px;
  padding-right: 12px;
}
.c-white {
  color: rgb(255, 255, 255);
}
.text-center {
  text-align: center;
}
.mb-0 {
  margin-bottom: 0;
}
.bg-blue {
  background-image: url("https://ligue1.mx/assets/img/daadbcdd0ccc5aedf45170a0cd96cc43.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}
.aside__table-head-img {
  height: 35px;
}
.aside__table-content {
  padding-right: 4px;
  padding-left: 4px;
  padding-bottom: 4px;
}
.c-grey {
  color: rgb(142, 142, 142);
}
.font-14 {
  font-size: 14px;
}
.aside__table-row {
  transition: 0.3s all;
  color: rgb(0, 0, 0);
  text-decoration: none;
  display: flex;
  align-items: center;
  padding-bottom: 6px;
  padding-top: 2px;
  padding-left: 4px;
  padding-right: 4px;
  justify-content: center;
  column-gap: 20px;
  position: relative;
}
.aside__table-row:hover {
  background-color: rgb(186, 186, 186);
}
.NewClass-38 {
}
.aside__table-team {
  align-items: center;
  display: flex;
  column-gap: 6px;
}
.mb-1 {
  margin-bottom: 0;
}
.aside__table-score {
  background-color: rgb(48, 18, 82);
  color: rgb(255, 255, 255);
  padding-bottom: 2px;
  padding-top: 2px;
  padding-right: 6px;
  padding-left: 6px;
  border-radius: 6px;
  text-decoration: none;
}
.b-b-grey {
  border-style: solid;
  border-width: thin;
  border-color: rgb(182, 182, 182);
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
}
.black__link {
  color: rgb(0, 0, 0);
  text-decoration: none;
  cursor: pointer;
}
.black__link:hover {
  text-decoration: underline;
}
.grey-rad-block {
  border-style: solid;
  border-width: thin;
  border-radius: 10px;
  border-color: rgb(168, 168, 168);
  padding-bottom: 4px;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 4px;
}
.news_block-two {
  grid-template-columns: 2fr 1fr;
  display: grid;
  grid-gap: 20px;
}
.news__big-link {
  text-decoration: none;
  display: block;
  transition: 0.3s all;
}
.news__big-link:hover {
  transform: scale(1.02);
  color: rgb(150, 60, 255);
}
.news__link-cont {
  padding-bottom: 4px;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 4px;
}
.news__big-link-img {
  width: 100%;
  max-height: 382px;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.news__big-link-img:hover {
}
.del {
  background-color: rgb(0, 0, 0);
}
.news__small-items {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news__small {
  display: flex;
  color: rgb(248, 248, 248);
  text-decoration: none;
  transition: 0.3s all;
  flex-direction: column;
}
.news__small:hover {
  transform: scale(1.03);
  color: rgb(150, 60, 255);
}
.news__small-img {
  width: 100%;
  max-height: 212px;
  object-fit: cover;
  border-radius: 10px;
  height: 100%;
}
.bg-green {
  background-color: rgb(0, 148, 94);
}
.pb-4 {
  padding-bottom: 16px;
}
.grid-3 {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}
.white__link {
  color: rgb(255, 255, 255);
  text-decoration: none;
  cursor: pointer;
}
.white__link:hover {
  text-decoration: underline;
}
.pt-4 {
  padding-top: 26px;
  padding-bottom: 26px;
}
.pt-4:hover {
}
.c-black {
  color: rgb(0, 0, 0);
}
.c-violet {
  color: rgb(55, 0, 60);
}
.news__link {
  text-decoration: none;
  display: flex;
  column-gap: 10px;
}
.news__link:hover {
  text-decoration: underline;
}
.icon-20 {
  width: 20px;
  height: 20px;
}
.pb-6 {
  padding-bottom: 24px;
}
.pt-1 {
  padding-top: 4px;
}
.news__small-hor {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  margin-bottom: 10px;
  grid-gap: 10px;
  text-decoration: none;
  transition: 0.3s all;
}
.news__small-hor:hover {
  transform: scale(1.03);
  text-decoration: underline;
}
.news__small-ing-hor {
  max-height: 100px;
  height: 120px;
  object-fit: cover;
  width: 100%;
  border-radius: 10px;
}
.center-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mb-4 {
  margin-bottom: 16px;
}
.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}
.nice__block-gradient {
  background: linear-gradient(93.93deg,#05f0ff 1.12%,#7367ff 63.34%,#963cff 82.72%);
  height: 4px;
}
.companies {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 10px;
  padding-top: 10px;
  row-gap: 60px;
  column-gap: 60px;
}
.company {
  flex-direction: column;
  display: flex;
  align-items: center;
  max-width: 120px;
  color: rgb(0, 0, 0);
  text-decoration: none;
  justify-content: space-between;
}
.company:hover {
  text-decoration: underline;
}
.company-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer__lists {
  display: flex;
  justify-content: space-between;
}
.footer__list {
  display: flex;
  flex-direction: column;
  row-gap: 6px;
  column-gap: 10px;
}
.aside__table-score-white {
  border-width: thin;
  border-radius: 6px;
  border-color: rgb(200, 200, 200);
  border-style: solid;
  padding-bottom: 2px;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 2px;
}
.aside__table-arrow {
  position: absolute;
  right: 2px;
}
.aside__table-gr-head {
  font-size: 14px;
  font-weight: 700;
  background-color: rgb(244, 244, 244);
  margin-top: 4px;
  padding-bottom: 2px;
  padding-top: 2px;
  padding-left: 4px;
  padding-right: 4px;
  display: grid;
  grid-template-columns: 1.5fr 7.5fr 1fr 1fr 1fr;
}
.aside__table-gr-row {
  display: grid;
  grid-template-columns: 1.5fr 7.5fr 1fr 1fr 1fr;
  align-items: center;
  padding-right: 4px;
  padding-left: 4px;
  padding-bottom: 2px;
  padding-top: 2px;
  margin-bottom: 2px;
}
.semi-bold {
  font-weight: 700;
}
.football__card {
  border-radius: 10px;
  overflow: hidden;
  border-style: solid;
  border-width: thin;
  border-color: rgb(203, 203, 203);
  display: block;
  transition: 0.3s all;
  text-decoration: none;
}
.football__card:hover {
  transform: scale(0.95);
}
.NewClass-81 {
}
.football__card-top {
  display: grid;
  grid-template-columns: 0.4fr 1.6fr;
}
.football__card-left-item {
  display: flex;
  flex-direction: column;
}
.font-20 {
  font-size: 20px;
}
.football__card-team {
  height: 74px;
  width: 74px;
  margin-left: auto;
  margin-right: auto;
}
.footbal__card-left {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
}
.footbal__card-right {
  background: linear-gradient(284.38deg, #6a9bc2, #98c5e9);;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.football__card-player {
  width: 100%;
}
.footbal__card-desc {
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px;
  display: flex;
  flex-direction: column;
}
.flag {
  width: 30px;
  height: 20px;
}
.NewClass-91 {
}
.football__card-link {
  display: flex;
  column-gap: 10px;
  align-items: center;
}
.football__card-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 4px;
}
.news {
}
.news__title-wrap {
  padding-bottom: 50px;
  padding-top: 50px;
  background-image: url("https://ligue1.mx/assets/img/346238bec75f773d8d626dbba6ace412.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.news__title {
  font-size: 60px;
  margin-bottom: 16px;
}
.news__list-item {
  text-decoration: none;
  display: flex;
  transition: 0.3s all;
  padding-bottom: 10px;
  margin-bottom: 16px;
}
.news__list-item:hover {
  background-color: rgb(240, 240, 240);
  transform: scale(1.01);
}
.news__list-item-img {
  max-width: 400px;
  width: 100%;
  object-fit: cover;
  max-height: 222px;
  height: 100%;
  border-radius: 10px;
}
.news__list-item-desc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 20px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  row-gap: 4px;
}
.container-sm {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}
.news__content {
}
.br-10 {
  border-radius: 10px;
}
.mt-4 {
  margin-top: 16px;
}
.mt-1 {
  margin-top: 4px;
}
.pb-1 {
  padding-bottom: 4px;
}
.mr-1 {
  margin-right: 4px;
}
.violet__table {
}
.violet__table-head {
  text-align: center;
  display: grid;
  grid-template-columns: 2fr 1fr 6fr 1.5fr 1.5fr;
  padding-bottom: 4px;
  padding-top: 4px;
}
.violet__table-row {
  display: grid;
  grid-template-columns: 2fr 1fr 6fr 1.5fr 1.5fr;
  padding-bottom: 4px;
  padding-top: 4px;
}
.news__vid-time {
  display: flex;
  position: absolute;
  left: 0;
  bottom: 0;
  align-items: center;
  column-gap: 6px;
  padding-bottom: 2px;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 2px;
  border-radius: 0px 6px 0px 6px;
}
.news__vid-wrap {
  display: flex;
  flex-direction: column;
  position: relative;
}
.video {
  position: relative;
}
.video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 80px;
  width: 80px;
}
.contacts {
  padding-top: 20px;
}
.contact-item {
  display: flex;
  flex-direction: column;
}
.center-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.calendar {
  display: flex;
  column-gap: 10px;
  row-gap: 10px;
}
.p-2 {
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
}
.calendar__link {
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-radius: 4px;
  border-width: thin;
  border-color: rgb(196, 196, 196);
  text-decoration: none;
  color: rgb(159, 159, 159);
  background-color: rgb(255, 255, 255);
  font-size: 14px;
  column-gap: 4px;
  height: 50px;
  width: 50px;
  transition: 0.3s all;
}
.calendar__link:hover {
  transform: scale(1.03);
}
.icon-30 {
  height: 30px;
  width: 30px;
}
.calendar__link--active {
  background: linear-gradient(336.38deg, #ca55c4, #98c5e9);
  color: rgb(255, 255, 255);
}
.schedule__link {
  display: flex;
  text-decoration: none;
  color: rgb(55, 0, 60);
  column-gap: 20px;
  transition: 0.3s all;
}
.schedule__link:hover {
  background-color: rgb(245, 245, 245);
}
.w-25 {
  width: 25%;
}
.schedule__link-time {
  text-align: right;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
}
.schedule__link-desc {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 30px;
}
.schedule__link-img {
  max-width: 300px;
  max-height: 200px;
  height: 100%;
  width: 100%;
}
.red__text {
  padding-bottom: 2px;
  padding-top: 2px;
  padding-right: 4px;
  padding-left: 4px;
  border-style: solid;
  border-width: thin;
  border-color: rgb(145, 16, 16);
  text-transform: uppercase;
  color: rgb(120, 21, 21);
}
.bigtable {
}
.bigtable__item-head {
  background-color: rgb(242, 242, 242);
  padding-bottom: 4px;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 4px;
}
.bigtable__item {
  text-decoration: none;
  color: rgb(0, 0, 0);
  margin-bottom: 20px;
}
.ce {
}
.center-center-row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.yellow-block {
  background-color: rgb(0, 0, 0);
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 2px;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 2px;
  color: rgb(252, 255, 22);
}
.flexgap-1 {
  row-gap: 4px;
  column-gap: 4px;
}
.big__table-item-top {
  background: linear-gradient(336.38deg, #ca55c4, #98c5e9);
  grid-template-columns: 4fr 5fr 3fr;
  display: grid;
  padding-bottom: 2px;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 2px;
}
.NewClass-136 {
}
.grid-1-1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.align-center {
  display: flex;
  align-items: center;
}
.bigtable__icon {
  width: 20px;
}
.bigtable__item-top-koff {
  display: flex;
  justify-content: flex-end;
  column-gap: 40px;
  margin-right: 80px;
}
.bigtable__item-mid {
  align-items: center;
  display: grid;
  grid-template-columns: 4fr 5fr 3fr;
  padding-bottom: 2px;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 2px;
}
.bigtable__item-mid-koff {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  font-size: 14px;
  column-gap: 18px;
}
.rad-num-grey {
  background-color: rgb(207, 207, 207);
  color: rgb(255, 255, 255);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 6px;
  padding-left: 6px;
}
.flexgap-6 {
  column-gap: 24px;
  row-gap: 24px;
}
.bg-orange {
  background-color: rgb(255, 157, 0);
}
.main-aside {
  display: grid;
  grid-template-columns: 9fr 3fr;
  grid-gap: 20px;
}
.results {
}
.dis {
}
.NewClass-149 {
}
.resutlts__cards {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  justify-content: center;
}
.resutlts__card {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
  border-radius: 10px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
  box-shadow: 0px 0px 20px -6px ;
  transition: 0.3s all;
}
.resutlts__card:hover {
  background-color: rgb(227, 227, 227);
}
.resutlts__card-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.results-line {
  display: grid;
  grid-template-columns: 1.7fr 0.3fr;
}
.results__lines-1 {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.h-100 {
  height: 100px;
}
.results_lines-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.results__lines-item-1 {
  height: 50%;
  border-style: solid;
  border-width: 2px;
  border-left-width: 0;
  border-radius: 0px 6px 6px 0px;
  border-color: rgb(228, 228, 228);
  width: 28px;
}
.NewClass-158 {
}
.results__lines-item-2 {
  border-style: solid;
  border-color: rgb(228, 228, 228);
  border-width: 2px;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  width: 28px;
}
.resutlts__card-link {
  color: rgb(0, 0, 0);
  text-decoration: none;
}
.resutlts__cards-2 {
  justify-content: space-around;
}
.results__lines-2 {
  row-gap: 0px;
}
.gridgap-0 {
  grid-gap: 0px;
}
.NewClass-164 {
}
.schedule__item {
  align-items: center;
  display: flex;
  justify-content: space-between;
  column-gap: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  padding-top: 10px;
  transition: 0.3s all;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  border-width: thin;
  border-style: solid;
  border-color: rgb(0, 0, 0);
}
.date__block {
  width: 10%;
}
.date-block__date {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 700;
}
.results__match {
}
.nav__item {
}
.reset__link {
  text-decoration: none;
  display: block;
  cursor: pointer;
  transition: all .3s ease-out;
}
.reset-img {
  max-width: 100%;
}
.logo__img {
  width: 104px;
  height: 32px;
}
.nav__link {
  background-size: 100% 10%;
}
.local-time-text {
  color: rgb(135, 102, 138);
  font-weight: 600;
  margin-top: 12px;
  display: block;
}
.mini-standing__item {
  display: flex;
  align-items: center;
  column-gap: 12px;
  padding-right: 8px;
  padding-left: 8px;
  padding-bottom: 13px;
  padding-top: 13px;
  border: 1px solid #efefef;
  border-left-width: 0;
  border-right-width: 0;
  border-top-width: 0;
}
.mini-standing__item:hover {
}
.mini-results__link {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  display: flex;
  color: rgb(55, 0, 60);
  align-items: center;
  text-transform: capitalize;
  column-gap: 8px;
  flex: 1;
}
.mini-results__link:hover {
  color: rgb(150, 60, 255);
}
.mini-results__link-text {
  display: block;
}
.mini-results__link-img {
  width: 30px;
  height: 30px;
}
.mini-results__score {
  width: 43px;
  height: 25px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  color: rgb(255, 255, 255);
  background: #37003c;
}
.reset-span {
  display: block;
}
.fe {
  justify-content: flex-end;
}
.aside__table-content-p {
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: column;
}
.aside__table-content-p:hover {
}
.mini-results__title {
  font-size: 20px;
  color: rgb(55, 0, 60);
  margin-bottom: 8px;
}
.mini-results-btn {
  margin-top: 16px;
}
.view-more__btn {
  padding-bottom: 12px;
  padding-top: 12px;
  padding-left: 56px;
  padding-right: 56px;
  border: 1px solid #ebe5eb;
  border-radius: 4px;
  color: rgb(55, 0, 60);
  width: calc(100% - 16px);
  margin-right: auto;
  margin-left: auto;
  margin-top: 16px;
  text-transform: capitalize;
  margin-bottom: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.view-more__btn:hover {
  background: #f5f2f5;
}
.news__link-category {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 8px;
  display: block;
  color: rgb(255, 255, 255);
}
.news__link-title {
  font-size: 30px;
  font-weight: 700;
}
.news__link-text {
  font-size: 18px;
  color: rgb(255, 255, 255);
}
.gen-news-rb-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.mini-standing {
  padding-top: 16px;
}
.reset-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.mini-standing__list-head {
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  color: rgb(135, 102, 138);
  background: #fbfafa;
}
.mini-standing__list-pos {
  display: flex;
  align-items: center;
  flex: 0 0 10%;
  justify-content: center;
}
.mini-standing__list-club {
  display: flex;
  flex: 1;
  padding-left: 10px;
}
.mini-standing__list-indicator {
  flex: 0 0 13%;
  display: flex;
  justify-content: center;
}
.mini-standing__list-item {
  display: flex;
  align-items: center;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
  font-size: 16px;
  border: 1px solid #ebe5eb;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
}
.mini-standing__list-club-link {
  display: flex;
  align-items: center;
  column-gap: 8px;
  color: rgb(55, 0, 60);
  font-weight: 700;
  flex: 1;
  text-transform: capitalize;
}
.mini-standing__list-club-link:hover {
  color: rgb(150, 60, 255);
}
.mini-standing__list-club-link-logo {
  width: 25px;
  height: 25px;
}
.mini-standing__list-club-link-text {
}
.mini-standing__list-indicator-bold {
  font-weight: 800;
}
.tindings__list {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  margin-top: 20px;
  grid-column-gap: 16px;
  grid-row-gap: 24px;
}
.tindings__item {
}
.tindings__link {
  color: rgb(55, 0, 60);
  padding-bottom: 12px;
  border: 1px solid #ebe5eb;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  height: 100%;
}
.tindings__link:hover {
  color: rgb(150, 60, 255);
}
.tindings__link-img-wrap {
  border-radius: 8px;
  overflow: hidden;
}
.tindings__link-img {
  object-fit: cover;
  transition: all .3s ease-out;
  width: 100%;
  height: 270px;
}
.tindings__link-img:hover {
  transform: scale(1.03);
}
.tindings__link-title {
  font-size: 18px;
}
.tindings__link-category {
  font-size: 14px;
  font-weight: 700;
  color: rgb(135, 102, 138);
  margin-bottom: 6px;
  margin-top: 6px;
  text-transform: capitalize;
}
.gen-item {
  margin-top: 32px;
}
.movies {
  display: grid;
  grid-template-columns: 3fr 2fr;
  column-gap: 16px;
  padding-bottom: 40px;
  border: 1px solid #ebe5eb;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
}
.movies__big-link {
  color: rgb(55, 0, 60);
}
.movies__big-link-img-wrap {
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.movies__big-link-img {
  width: 100%;
  object-fit: cover;
}
.gen-title__wrap {
  margin-bottom: 24px;
}
.movies__link-title {
  font-size: 30px;
  font-weight: 700;
}
.movies__link-text {
  color: rgb(55, 0, 60);
  margin-bottom: 0;
}
.movies__list {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.movies__item {
}
.movies__link {
  display: flex;
  column-gap: 8px;
  color: rgb(55, 0, 60);
  align-items: center;
}
.movies__link:hover {
  color: rgb(150, 60, 255);
}
.movies__link-img-wrap {
  flex: 1;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.movies__link-img {
  transition: all .3s ease-out;
}
.movies__link-img:hover {
  transform: scale(1.1);
}
.movies__link-text-wrap {
  flex: 1;
}
.movies__link-caption {
  font-size: 16px;
}
.play {
  position: absolute;
  opacity: 0.8;
  width: 80px;
  z-index: 3;
}
.play:hover {
  opacity: 1;
  transition: all .3s ease-out;
}
.play-small {
  width: 50px;
}
.player__card-top {
  background-image: url("https://ligue1.mx/assets/img/d49b387cea685d7fdded699129b9e11e.png");
}
.clubs {
  padding-bottom: 40px;
  padding-top: 40px;
}
.clubs__title {
  color: rgb(55, 0, 60);
  margin-bottom: 24px;
}
.clubs__list {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  grid-gap: 24px;
}
.clubs__item {
}
.clubs__link {
  border: 1px solid #ebe5eb;
  padding-bottom: 30px;
  padding-top: 30px;
  padding-left: 36px;
  padding-right: 36px;
  display: flex;
  align-items: center;
  column-gap: 16px;
  background: linear-gradient(137.27deg,#05f0ff 19.85%,#7367ff 91.08%,#963cff 113.26%);
  background-repeat: no-repeat;
  background-position: center bottom;
  transition: all .3s ease-out;
  background-size: 0% 3%;
  font-size: 22px;
  font-weight: 700;
  color: rgb(55, 0, 60);
}
.clubs__link:hover {
  background-size: 100% 3%;
  color: rgb(150, 60, 255);
}
.clubs__link-logo {
  width: 70px;
  height: 70px;
}
.clubs__link-text {
}
.player__card {
  margin-bottom: 12px;
}
.player-card-chealse-bg {
  background: linear-gradient(284.38deg,#1934be,#2145f6);
}
.news__list {
}
.news__item {
}
.news__llist-link {
}
.news__llist-link-img-wrap {
}
.news__llist-link-img {
}
.news__llist-link-text-box {
}
.load-more__btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.load-more__btn {
  padding-bottom: 8px;
  padding-top: 8px;
  padding-left: 24px;
  padding-right: 24px;
  background: #37003c;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  font-weight: 700;
  border-radius: 15px;
  border: 1px solid #37003c;
}
.load-more__btn:hover {
  background: #fff;
  border: 1px solid #37003c;
  color: rgb(55, 0, 60);
}
.post {
  padding-bottom: 40px;
  padding-top: 20px;
}
.post__inner {
  display: grid;
  grid-template-columns: 2fr 1fr;
  column-gap: 24px;
}
.post__lb {
}
.post__rb {
}
.post__title {
  color: rgb(55, 0, 60);
  font-size: 25px;
  margin-bottom: 12px;
}
.post__img {
  border-radius: 8px;
  margin-bottom: 12px;
}
.post__text {
}
.post__title-small {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 16px;
}
.conta {
}
.contacts__item {
  margin-bottom: 40px;
}
.contacts__item-title {
  font-size: 20px;
  margin-bottom: 20px;
}
.contacts__item-text {
  font-size: 16px;
  margin-bottom: 0;
}
.contacts__item-text:hover {
}
.contacts__item-text-link {
  display: inline-flex;
  font-weight: 700;
}
.contacts__item-text-link:hover {
  text-decoration: underline;
}
.contacts__item-text-mt {
  margin-top: 25px;
}
.video-post {
  padding-top: 30px;
}
.video-post__inner {
  display: grid;
  grid-template-columns: 1fr 3fr;
  grid-gap: 24px;
}
.video-post__list {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.video-post__big-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-post__item {
}
.video-post__big-link-img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.video-post__link {
  padding-bottom: 16px;
  border: 1px solid #ebe5eb;
  border-right-width: 0;
  border-top-width: 0;
  border-left-width: 0;
}
.video-post__text {
  margin-top: 16px;
}
.videos__list {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-gap: 24px;
}
.videos__item {
}
.videos__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(255, 255, 255);
  border-radius: 8px;
  overflow: hidden;
}
.videos__link:hover {
  color: rgb(150, 60, 255);
}
.videos__link::before {
  background: linear-gradient(180deg,rgba(0,0,0,.05) 45%,#000 100%,rgba(0,0,0,.4) 0,rgba(0,0,0,.4));
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  content: "";
  display: block;
}
.videos__link-img {
  width: 100%;
  object-fit: cover;
  height: 270px;
}
.videos__link-title {
  padding-bottom: 10px;
  padding-left: 22px;
  padding-right: 22px;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 20px;
  font-weight: 700;
  z-index: 3;
  margin-bottom: 0;
}
.videos {
  padding-bottom: 40px;
  padding-top: 40px;
}
.videos:hover {
}
.schedule {
  padding-bottom: 40px;
  padding-top: 40px;
}
.schedule__month-wrap {
  display: flex;
  justify-content: center;
  column-gap: 16px;
  align-items: center;
  margin-bottom: 20px;
}
.schedule__month-arrow {
  display: flex;
}
.schedule__month-arrow-img {
  width: 24px;
  height: 24px;
}
.schedule__month-text {
  font-size: 20px;
  text-transform: uppercase;
  color: rgb(55, 0, 60);
  font-weight: 700;
}
.rotate {
  transform: rotate(180deg);
}
.schedule__head {
  background: linear-gradient(137.27deg,#05f0ff 19.85%,#7367ff 91.08%,#963cff 113.26%);
  padding-bottom: 16px;
  padding-top: 16px;
  display: grid;
  grid-template-columns: repeat(7,1fr);
  justify-items: center;
}
.schedule__list {
}
.schedule__lhead-item {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}
.schedule__cell {
  display: grid;
  grid-template-columns: repeat(7,1fr);
}
.schedule__cell-item {
  padding-bottom: 10px;
  padding-top: 10px;
  border: 1px solid #ebe5eb;
  background: linear-gradient(137.27deg,#05f0ff 19.85%,#7367ff 91.08%,#963cff 113.26%);
  color: rgb(255, 255, 255);
}
.schedule__cell-item-date {
  text-align: center;
  font-weight: 600;
}
.schedule__cell-item-teams-wrap {
  display: flex;
  align-items: center;
  column-gap: 16px;
  justify-content: center;
  margin-bottom: 8px;
}
.schedule__cell-item-team {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 8px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}
.schedule__cell-item-team:hover {
  color: rgb(150, 60, 255);
}
.schedule__cell-item-team-logo {
  width: 60px;
  height: 60px;
}
.schedule__cell-item-team-name {
  text-align: center;
}
.schedule__cell-item-vs {
  text-transform: uppercase;
  font-weight: 700;
}
.schedule__cell-item-time {
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-weight: 600;
}
.schedule__cell-item-btn {
  display: flex;
  justify-content: center;
  max-width: 120px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 5px;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #fff;
  border-radius: 20px;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  font-size: 12px;
}
.schedule__cell-item-btn:hover {
  background: #ffff;
  color: rgb(55, 0, 60);
}
.schedule__cell-item-standart {
  background: #fff;
  color: rgb(55, 0, 60);
}
.schedule__cell-item-standart:hover {
}
.standing {
  padding-bottom: 40px;
  padding-top: 40px;
}
.standing__list-indicator {
  flex: 0 0 5%;
  display: flex;
  justify-content: center;
}
.standing__list-form {
  flex: 0 0 15%;
  display: flex;
  justify-content: center;
}
.standing__list-pos {
  display: flex;
  justify-content: center;
  flex: 0 0 5%;
}
.standing__list-item {
  height: 56px;
}
.standing__list-form-list {
  display: flex;
  align-items: center;
  column-gap: 6px;
}
.standing__list-form-list-item {
  height: 26px;
  border-radius: 50%;
  font-weight: 700;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  flex: 1;
  width: 26px;
}
.win {
  background: #00db74;
}
.lost {
  background: #e0005e;
}
.draw {
  background: #c3b3c5;
}
.resulst {
  padding-bottom: 40px;
  padding-top: 40px;
}
.results__box {
  padding-top: 20px;
}
.bn {
  border: none;
}
.results__table {
  margin-bottom: 30px;
}
.team-gen {
  background: #6a9bc2;
  background-image: url("https://ligue1.mx/assets/img/4cd1db3b6eed7c3b5576b8d6e4beb664.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 400px;
  align-items: center;
}
.team-gen__inner {
  display: flex;
  align-items: center;
  width: 100%;
  column-gap: 24px;
  justify-content: space-between;
}
.team-gen__text-box {
  display: flex;
  align-items: center;
  column-gap: 20px;
}
.team-gen__img-wrap {
  border-radius: 8px;
  overflow: hidden;
}
.team-gen__logo {
  width: 128px;
  height: 128px;
}
.team-gen__box {
}
.team-gen__title {
  font-size: 61px;
  font-weight: 700;
  color: rgb(55, 0, 60);
}
.team-gen__text {
  color: rgb(55, 0, 60);
  font-weight: 500;
}
.team-gen-container {
  height: 100%;
  display: flex;
  position: relative;
}
.team-gen__img {
}
.team__menu {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  column-gap: 8px;
}
.team__menu-item {
}
.team__menu-link {
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
  font-size: 14px;
  background: #f5f2f5;
  color: rgb(55, 0, 60);
  border-radius: 8px 8px 0px 0px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.team__menu-link:hover {
  background: #fff;
}
.team__menu-link-active {
  background: #fff;
  font-weight: 700;
}
.team {
  padding-bottom: 40px;
  padding-top: 40px;
}
.team__inner {
  display: grid;
  grid-template-columns: 1fr 3fr;
  grid-gap: 24px;
}
.team__aside {
}
.team-body {
}
.team__aside-title {
  font-size: 16px;
  font-weight: 700;
  color: rgb(55, 0, 60);
  margin-bottom: 16px;
}
.team__aside-list {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  margin-bottom: 32px;
}
.team__aside-item {
}
.team__aside-link {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #ebe5eb;
  color: rgb(55, 0, 60);
  border-radius: 4px;
}
.team__aside-link:hover {
  background: #f5f2f5;
}
.team__aside-link-text {
}
.team__aside-link-img {
  width: 17px;
}
.team-body__card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-radius: 8px;
  border: 1px solid #ebe5eb;
  overflow: hidden;
  margin-bottom: 32px;
}
.team-body__card-text-box {
  padding-bottom: 40px;
  padding-top: 40px;
  padding-left: 16px;
  padding-right: 24px;
  background-image: url("https://ligue1.mx/assets/img/83b5552e15af9033f2d4cf0ccfa31b22.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.team-body__card-img-wrap {
}
.team-body__card-title {
  font-size: 25px;
  font-weight: 700;
  color: rgb(55, 0, 60);
  margin-bottom: 16px;
}
.team-body__card-text {
  font-size: 17px;
  color: rgb(55, 0, 60);
  line-height: 24px;
  letter-spacing: 1px;
}
.team-body__card-btn {
  width: 260px;
  justify-content: center;
  column-gap: 20px;
  align-items: center;
  background: #fff;
}
.team-body__card-img {
  height: 100%;
  object-fit: cover;
}
.team-body__news-list {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  grid-gap: 12px;
  margin-bottom: 32px;
}
.team-body__news-item {
}
.team-body__news-link {
  color: rgb(55, 0, 60);
}
.team-body__news-link:hover {
  color: rgb(150, 60, 255);
}
.team-body__news-link-img-wrap {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.team-body__news-link-img {
  transition: all .3s ease-out;
  height: 150px;
  object-fit: cover;
  width: 100%;
}
.team-body__news-link-img:hover {
  transform: scale(1.03);
}
.team-body__news-link-title {
  font-size: 18px;
}
.play-mini {
  position: absolute;
  width: 60px;
  opacity: 0.8;
  transition: all .3s ease-out;
}
.play-mini:hover {
  opacity: 1;
}
.team__stats-list {
  display: grid;
  grid-template-columns: repeat(5,1fr);
  grid-gap: 16px;
  margin-bottom: 32px;
}
.team__stats-item {
  border: 1px solid #ebe5eb;
  border-radius: 8px;
  padding-left: 16px;
  padding-top: 16px;
  padding-bottom: 12px;
  display: flex;
  flex-direction: column;
  padding-right: 12px;
}
.team__stats-item-text {
  color: rgb(55, 0, 60);
}
.team__stats-item-value {
  font-size: 48px;
  font-weight: 700;
  color: rgb(55, 0, 60);
}
.top-players__list {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-gap: 16px;
}
.top-players__item {
}
.player-gen {
  height: 265px;
}
.player {
}
.player-gen__inner {
  display: grid;
  grid-template-columns: 1fr 3fr;
  grid-gap: 24px;
  height: 265px;
  padding-top: 30px;
}
.player-gen__aside {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.player-gen__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.player-gen__img {
  height: 229px;
}
.player-gen__logo {
  background: #fff;
  width: 104px;
  height: 104px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: -52px;
}
.player-gen__logo-img {
  width: 76px;
  height: 76px;
  object-fit: cover;
}
.unit {
  padding-top: 60px;
  padding-bottom: 40px;
}
.unit__inner {
  display: grid;
  grid-template-columns: 1fr 3fr;
  grid-gap: 24px;
}
.player-gen__name {
  font-size: 48px;
  color: rgb(255, 255, 255);
}
.player-gen__surname {
  font-size: 48px;
  font-weight: 700;
  color: rgb(255, 255, 255);
}
.player-gen__text-box {
}
.player-gen__number {
  font-size: 12rem;
  font-weight: 700;
  color: rgb(255, 255, 255);
  line-height: 11rem;
}
.unit-aside {
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
  border-radius: 8px;
  border: 1px solid #ebe5eb;
  color: rgb(55, 0, 60);
  position: sticky;
  top: 10px;
}
.unit-body {
}
.unit-aide__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 8px;
  padding-right: 8px;
  padding-left: 8px;
  padding-top: 8px;
  border: 1px solid #ebe5eb;
  border-right-width: 0;
  border-top-width: 0;
  border-left-width: 0;
}
.unit-aide__item:last-child {
}
.unit-aide__item-text {
}
.unit-aide__item-link {
  display: flex;
  align-items: center;
  column-gap: 8px;
}
.unit-aide__item-link:hover {
  text-decoration: underline;
}
.unit-aide__item-link-text {
  color: rgb(55, 0, 60);
  font-weight: 600;
}
.unit-aide__item-link-img {
  width: 30px;
  height: 30px;
}
.unit-aside__item-value {
  font-weight: 600;
}
.unit-aside__title {
  margin-top: 24px;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
}
.unit-aide__item-bn {
  border: none;
}
.unit-details {
  padding-bottom: 16px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 16px;
  border: 1px solid #f5f2f5;
  border-radius: 8px;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  align-items: center;
  margin-bottom: 40px;
}
.unit-details__item {
  color: rgb(55, 0, 60);
  display: flex;
  align-items: center;
  padding-bottom: 8px;
  padding-top: 8px;
  padding-left: 8px;
  padding-right: 8px;
  border: 1px solid #f5f2f5;
  border-top-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  justify-content: space-between;
}
.unit-details__item-text {
  font-size: 14px;
}
.unit-details__item-img {
  height: 20px;
}
.unit__title {
  margin-bottom: 0;
}
.unit-details__item-none {
  border: none;
}
.unit-stat__list {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  column-gap: 16px;
}
.unit-stat__item {
  padding-bottom: 16px;
  padding-right: 16px;
  padding-top: 16px;
  padding-left: 16px;
  border: 1px solid #ebe5eb;
  border-radius: 8px;
  background-image: url("https://ligue1.mx/assets/img/83b5552e15af9033f2d4cf0ccfa31b22.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
}
.unit-stat__item-value {
  font-weight: 800;
  font-size: 66px;
  line-height: 60px;
}
.unit-stats__box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 16px;
  margin-top: 30px;
  align-items: flex-start;
}
.unit-stats__box-list {
  border: 1px solid #ebe5eb;
  border-radius: 8px;
  overflow: hidden;
}
.unit-aside__wrap {
}
.unit-stats__box-item {
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgb(55, 0, 60);
  border: 1px solid #ebe5eb;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
}
.unit-stats__box-head {
  padding-bottom: 16px;
  padding-top: 16px;
  padding-left: 8px;
  padding-right: 8px;
  position: relative;
  color: rgb(55, 0, 60);
  border: 1px solid #ebe5eb;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
}
.unit-stats__box-head::before {
  content: "";
  display: block;
  background: linear-gradient(238.01deg,#ebff00 -2.21%,#00ff87 102.01%,#05f0ff 206.23%);
  height: 4px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
}
.unit-stats__box-head-title {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
}
.unit-stats__box-item-text {
}
.unit-stats__box-item-value {
  font-weight: 700;
}
.reviews-gen {
  background: #37003c;
  padding-top: 24px;
  height: 650px;
}
.reviews-gen__inner {
  display: grid;
  grid-template-columns: 1fr 3fr;
  grid-gap: 24px;
  height: 100%;
  align-items: flex-start;
}
.reviews-gen__body {
  position: relative;
  height: 100%;
}
.reviews-gen__card {
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
  background: #fff;
  border-radius: 16px;
}
.review-gen__card-info {
  padding-bottom: 4px;
  padding-top: 4px;
  padding-left: 8px;
  padding-right: 8px;
  border-radius: 8px 8px 0px 0px;
  border: 1px solid #ebe5eb;
  column-gap: 12px;
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  width: 700px;
}
.review-gen__card-info-item {
  color: rgb(55, 0, 60);
  font-size: 12px;
  display: flex;
  align-items: center;
  column-gap: 8px;
}
.review-gen__card-info-item-img {
  width: 12px;
  height: 14px;
}
.review-gen__card-info-item-text {
}
.reviews-gen__teams-wrap {
  display: flex;
  column-gap: 2px;
  align-items: flex-start;
  justify-content: center;
}
.reviews-gen__team {
  padding-left: 52px;
  padding-bottom: 17px;
  padding-right: 16px;
  padding-top: 17px;
  display: flex;
  align-items: center;
  position: relative;
  width: 35%;
}
.reviews-gen__res {
  padding-bottom: 3px;
  padding-top: 3px;
  padding-left: 28px;
  padding-right: 28px;
  background: #37003c;
  display: flex;
  flex-direction: column;
  border-radius: 0px 0px 16px 16px;
  min-width: 165px;
}
.reviews-gen__team-logo {
  width: 80px;
  height: 80px;
  position: absolute;
  left: -45px;
}
.reviews-gen__team-name {
  font-size: 20px;
  font-weight: 700;
  color: rgb(255, 255, 255);
}
.reviews-gen__team1 {
  background: #b40808;
  background-image: url("https://ligue1.mx/assets/img/2cf42df294995f6467fdd026349e9e6a.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.reviews-gen-value {
  font-size: 60px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  line-height: 68px;
}
.reviews-gen-half-time {
  text-align: center;
  font-size: 12px;
  color: rgb(255, 255, 255);
}
.reviews-gen__team2 {
  background: #0b56a4;
  background-image: url("https://ligue1.mx/assets/img/abbbd145018c02e93887fc12e8e40cee.png");
  display: flex;
  justify-content: flex-end;
  padding-right: 52px;
  padding-left: 16px;
}
.reviews-gen__team-logo2 {
  width: 80px;
  height: 80px;
  position: absolute;
  right: -45px;
}
.reviews-gen__team-goals {
  flex: 1;
  display: flex;
  padding-right: 30px;
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 12px;
}
.reviews-gen__full-time {
  min-width: 165px;
  text-align: center;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 800;
  color: rgb(55, 0, 60);
}
.reviews-gen__team-gola-time-wrap {
  display: flex;
  align-items: center;
  column-gap: 8px;
}
.reviews-gen__team-gola-time {
  font-size: 14px;
  color: rgb(55, 0, 60);
  font-weight: 800;
}
.reviews-gen__team-goal-img {
  width: 14px;
  height: 14px;
}
.reviews-gen__team-kicker {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.reviews-gen__team-kicker-link {
  font-weight: 700;
  color: rgb(55, 0, 60);
}
.reviews-gen__team-kicker-link:hover {
  text-decoration: underline;
}
.assist {
  font-size: 12px;
  color: rgb(135, 102, 138);
}
.reviews-gen__team-goals-wrap {
  flex: 1;
}
.reviews__hightlights {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  grid-gap: 16px;
}
.reviews__hightlights-item {
}
.reviews__hightlights-link-img {
  height: 200px;
}
.reviews__hightlights-title {
  font-size: 18px;
  color: rgb(255, 255, 255);
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 12px;
}
.reviews__hightlights__link-title {
  font-size: 14px;
  padding-left: 10px;
  padding-right: 10px;
}
.reviews__container {
  height: 100%;
}
.reviews__menu {
  width: 100%;
  justify-content: center;
}
.reviews {
  padding-bottom: 40px;
  padding-top: 40px;
}
.reviews__inner {
  display: grid;
  grid-template-columns: 1fr 3fr;
  grid-gap: 24px;
}
.reviews__aside {
}
.reviews__body {
}
.reviews__title {
  text-align: center;
  font-weight: 700;
  color: rgb(55, 0, 60);
  margin-bottom: 16px;
}
.reviews__stats-list {
  border: 1px solid #f5f2f5;
  border-radius: 8px;
  overflow: hidden;
}
.reviews__stats-list-item {
  padding-bottom: 10px;
  padding-top: 10px;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  justify-items: center;
  color: rgb(55, 0, 60);
}
.reviews__stats-list-head {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  justify-items: center;
  padding-bottom: 16px;
  padding-top: 16px;
  border: 2px solid #e8e8e8;
  border-right-width: 0;
  border-top-width: 0;
  border-left-width: 0;
}
.reviews__stats-list-item-link {
  display: flex;
  align-items: center;
  column-gap: 12px;
  color: rgb(55, 0, 60);
  font-weight: 700;
  font-size: 18px;
}
.reviews__stats-list-item-link:hover {
  color: rgb(150, 60, 255);
}
.reviews__stats-list-item-link-text {
}
.reviews__stats-list-item-link-img {
  width: 32px;
  height: 32px;
}
.reviews__stats-list-item-box {
}
.reviews__stats-list-item-active {
  background: #f5f2f5;
}
.reviews__stats-list-item-value {
}
.reviews__stats-list-item-text {
}
.reviews__stats-list-item-value-bold {
  font-weight: 700;
}
.review__body-item {
  margin-top: 30px;
}
