.md_container {
  max-width: 1340px;
  width: 100%;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
.md_container_shadow {
  box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.4);
}
.md_container_content h2 {
  font-size: 54px;
  line-height: 54px;
  color: #203837;
  margin-bottom: 20px;
}
.md_container_content h2 span {
  display: block;
  color: #348D8B;
}
.md_header {
  width: 100%;
  height: 520px;
  margin-bottom: 50px;
}
.md_shadowcontainer {
  box-sizing: border-box;
  width: 100%;
  padding: 20px;
  box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.4);
  margin-bottom: 60px;
}
.md_schedule_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  /* Two equal columns */
  gap: 30px;
  /* 30px gap between both rows and columns */
}
.md_schedule_grid__item {
  position: relative;
  box-sizing: border-box;
  padding: 20px;
  box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.4);
  padding-right: 120px;
}
.md_schedule_grid__block {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
}
.md_schedule_grid__icon {
  width: 42px;
}
.md_schedule_grid__icon svg {
  position: relative;
  width: 32px;
  height: 32px;
}
.md_schedule_grid__content {
  width: calc(100% - 42px);
  box-sizing: border-box;
  font-size: 16px;
  line-height: 24px;
}
.md_schedule_grid__time {
  color: #348D8B;
  font-family: Bebas Neue, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
}
.md_schedule_grid__title {
  font-family: Bebas Neue, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
}
.md_schedule_grid h3 {
  font-size: 40px;
  margin-bottom: 20px;
}
.md_schedule_grid h3 span {
  color: #348D8B;
}
.md_schedule h3 {
  font-size: 40px;
  margin-bottom: 20px;
}
.md_schedule h3 span {
  color: #348D8B;
}
.md_schedule__half {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
}
.md_schedule__half .md_schedule__item {
  margin-bottom: 10px;
}
.md_schedule__half:last-of-type {
  margin-bottom: 0px;
}
.md_schedule__half__left {
  width: calc(50% - 20px);
  position: relative;
  box-sizing: border-box;
  padding: 40px;
  box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.4);
}
.md_schedule__half__left:after {
  content: ' ';
  display: none;
  width: 1px;
  background-color: #fff;
  height: 60px;
  position: absolute;
  top: 0px;
  right: -1px;
}
.md_schedule__half__right {
  width: calc(50% - 20px);
  box-sizing: border-box;
  padding: 40px;
  box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.4);
}
.md_schedule_center {
  text-align: center;
  max-width: 680px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.md_schedule__item {
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 500;
}
.md_schedule__item > .md_schedule__item__icon {
  display: inline-block !important;
}
.md_schedule__item > .md_schedule__item__time {
  display: inline-block !important;
}
.md_schedule__item__top {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.md_schedule__item__icon {
  padding-right: 4px;
}
.md_schedule__item__icon svg {
  position: relative;
  top: 0px;
  width: 32px;
  height: 32px;
}
.md_schedule__item__time {
  color: #348D8B;
  font-family: Bebas Neue, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
}
.md_schedule__item__name {
  font-family: Bebas Neue, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
}
.md_schedule__item__text {
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}
.md_textimage {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.md_textimage__left {
  width: 260px;
}
.md_textimage__left img {
  width: 100%;
  height: auto;
}
.md_textimage__right {
  width: calc(100% - 290px);
}
.md_textimage__right h2 {
  font-size: 54px;
  margin-bottom: 20px;
}
.md_textimage__right h2 span {
  color: #348D8B;
}
.md_textimage__right p {
  font-size: 16px;
  line-height: 24px;
}
.md_leftright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 520px;
}
.md_leftright h1 {
  font-size: 96px;
  line-height: 96px;
  color: #fff;
  margin-bottom: 10px;
}
.md_leftright h1 span {
  color: #348D8B;
}
.md_leftright p {
  font-size: 32px;
  line-height: 35px;
  margin-top: 15px;
  margin-bottom: 25px;
  color: #fff;
  font-weight: 400;
  font-family: Bebas Neue, Arial, sans-serif;
}
.md_leftright__left {
  width: calc(40% - 10px);
}
.md_leftright__right {
  width: calc(60% - 10px);
  text-align: center;
}
.md_leftright__date {
  font-size: 70px;
  font-family: Bebas Neue, Arial, sans-serif;
  color: #fff;
  font-weight: 700;
}
.md_leftright__stadium {
  color: #fff;
  font-size: 26px;
}
.md_leftright__time {
  font-size: 24px;
  font-family: Bebas Neue, Arial, sans-serif;
  color: #fff;
  font-weight: 700;
}
.md_leftright__match {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.md_leftright__match__team__left {
  width: calc(50% - 110px);
  text-align: center;
}
.md_leftright__match__team__center {
  width: 80px;
  text-align: center;
  color: #A9A9B5;
  font-size: 88px;
  font-family: Bebas Neue, Arial, sans-serif;
  font-weight: 700;
}
.md_leftright__match__team__right {
  width: calc(50% - 110px);
  text-align: center;
}
.md_leftright__match__team__image {
  height: 150px;
  margin-bottom: 20px;
}
.md_leftright__match__team__image img {
  width: auto;
  height: 150px;
}
.md_leftright__match__team__name {
  font-size: 35px;
  font-family: Bebas Neue, Arial, sans-serif;
  color: #fff;
  font-weight: 700;
}
.md_leftright__match__team__city {
  font-size: 24px;
  color: #A9A9B5;
}
.md_photo_slide {
  width: 300px;
  height: 400px;
}
.md_photo_slide-item {
  width: 300px;
  height: 400px;
}
.md_photo_slide:after {
  content: ' ';
  display: block;
  position: absolute;
  width: 100%;
  height: 400px;
  left: 0px;
  top: 0px;
  background: linear-gradient(0deg, #2c2c2c 0%, rgba(44, 44, 44, 0) 48%);
  z-index: 5;
}
.md_photo_slide__image {
  object-fit: cover;
}
.md_photo_slide__text {
  color: #fff;
  position: absolute;
  padding: 20px;
  width: 100%;
  bottom: 0px;
  font-size: 32px;
  line-height: 36px;
  font-family: Bebas Neue, Arial, sans-serif;
  font-weight: 700;
  z-index: 10;
}
.md_video_slide {
  width: 720px;
  height: 420px;
}
.md_video_slide-item {
  width: 720px;
  height: 480px;
}
.md_video_slide__image {
  width: 720px;
  height: 420px;
  background-size: cover;
  background-position: center top;
}
.md_video_slide__text {
  color: #000;
  font-family: Bebas Neue, Arial, sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 40px;
  margin-top: 20px;
}
.fc_match__bottominfo {
  opacity: 0 !important;
  pointer-events: none !important;
}
.md_gallery_slide {
  width: 600px;
  height: 400px;
}
.md_gallery_slide-item {
  width: 600px;
  height: 400px;
}
.md_gallery_slide__image {
  width: 600px;
  height: 400px;
  background-size: cover;
  background-position: center top;
}
.md_gallery_slide__text {
  color: #000;
  font-family: Bebas Neue, Arial, sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 40px;
  margin-top: 20px;
}
.md_center {
  text-align: center;
}
.md_quizbody {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-bottom: 30px;
  margin-top: 30px;
}
.md_quizbody h3 {
  margin-bottom: 10px;
  margin-top: 15px;
  font-size: 24px;
}
.md_quizbody h3 span {
  color: #348D8B;
}
.md_quizbody h3 span.md_red {
  color: #E33046;
}
.md_three {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.md_three__block {
  width: calc(33% - 10px);
  box-sizing: border-box;
  padding-left: 20px;
  border-left: 1px solid #348D8B;
}
.md_three__block h3 {
  font-size: 24px;
  margin-bottom: 4px;
}
.md_three__block h3 span {
  color: #348D8B;
}
.md_three__block h3 span.md_red {
  color: #E33046;
}
.md_three__block p {
  margin-top: 0px;
}
.md_three__block:first-of-type {
  border-left: 0px;
  padding-left: 0px;
}
.md_quiz {
  width: 100%;
  box-sizing: border-box;
  padding: 0px;
  position: relative;
}
.md_quiz__logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 96px;
  margin-top: -10px;
  margin-bottom: 20px;
}
.md_quiz__logo.larger {
  max-width: 280px;
  position: absolute;
  left: 50%;
  margin-left: -140px;
  top: auto;
  bottom: 30px;
}
.md_quiz__start {
  display: none;
  position: relative;
  height: auto;
}
.md_quiz__start.active {
  display: block;
}
.md_quiz__start__title {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 36px;
  line-height: 38px;
  font-family: Bebas Neue, Arial, sans-serif;
  color: #000;
}
.md_quiz__start__text {
  font-size: 15px;
  line-height: 17px;
  color: #000;
}
.md_quiz__start__btn {
  padding-top: 30px;
  text-align: center;
  position: relative;
  width: 100%;
  left: 0px;
  bottom: 0px;
}
.md_quiz__start__btn .btn {
  width: 160px;
}
.md_quiz__start__btn .btn:hover {
  color: #000;
}
.md_quiz__start__btn .btn.disabled {
  opacity: 0.5;
}
.md_quiz__final {
  position: relative;
  display: none;
  max-width: 600px;
  width: 100%;
}
.md_quiz__final.centered {
  text-align: center;
  padding-top: 10px;
}
.md_quiz__final.active {
  display: block;
}
.md_quiz__final__title {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 22px;
  line-height: 28px;
  font-family: Bebas Neue, Arial, sans-serif;
  color: #000;
}
.md_quiz__question {
  position: relative;
  display: none;
  max-width: 600px;
  width: 100%;
}
.md_quiz__question.active {
  display: block;
}
.md_quiz__question__title {
  padding-top: 40px;
  padding-bottom: 20px;
  font-size: 22px;
  line-height: 26px;
  font-family: Bebas Neue, Arial, sans-serif;
  color: #000;
}
.md_quiz__question__answers {
  font-size: 16px;
  line-height: 26px;
  color: #000;
  position: relative;
  width: 100%;
}
.md_quiz__question__answers__block {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 100%;
}
.md_quiz__question__answers__block:hover .md_quiz__question__answers__block__left > div:after {
  display: block;
}
.md_quiz__question__answers__block.active .md_quiz__question__answers__block__left > div:after {
  display: block;
}
.md_quiz__question__answers__block__left {
  width: 30px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
.md_quiz__question__answers__block__left > div {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  box-sizing: border-box;
  position: relative;
}
.md_quiz__question__answers__block__left > div:after {
  content: ' ';
  width: 20px;
  height: 20px;
  position: absolute;
  background-color: #348D8B;
  border-radius: 50%;
  left: 4px;
  top: 4px;
  display: none;
}
.md_quiz__question__answers__block__right {
  width: calc(100% - 50px);
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
}
.md_quiz__question__answers__block:last-of-type .md_quiz__question__answers__block__right {
  border-bottom: 0px;
}
.md_block_large {
  max-height: 454px;
  overflow-y: hidden;
  position: relative;
}
.md_block_large img {
  position: absolute;
  right: 10px;
  width: 100px !important;
}
.md_block_large.active {
  max-height: 9999px;
}
.md_block_small {
  max-height: 187px;
  overflow-y: hidden;
  position: relative;
}
.md_block_small img {
  position: absolute;
  right: 10px;
  width: 90px !important;
}
.md_block_small.active {
  max-height: 9999px;
}
.md_quizcontainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.md_quizcontainer h2 {
  color: #348D8B;
  font-family: Bebas Neue, Arial, sans-serif;
  font-weight: 700;
  font-size: 128px;
  line-height: 128px;
}
.md_quizcontainer__left {
  width: 190px;
}
.md_quizcontainer__right {
  width: calc(100% - 180px);
}
@media screen and (max-width: 1000px) {
  .fc_match__bottombar {
    padding-bottom: 40px;
  }
  .fc_match__bottombar_long {
    padding-bottom: 80px;
  }
  .fc_match__bottominfo {
    display: none;
  }
  .md_container {
    max-width: 1340px;
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
  }
  .md_container_shadow {
    box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.4);
  }
  .md_container_content h2 {
    font-size: 32px;
    line-height: 32px;
    color: #203837;
    margin-bottom: 20px;
  }
  .md_container_content h2 span {
    display: block;
    color: #348D8B;
  }
  .md_leftright {
    display: block;
    justify-content: space-between;
    align-items: center;
    height: 520px;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 90px;
    position: relative;
  }
  .md_leftright h1 {
    font-size: 64px;
    line-height: 64px;
    color: #fff;
    margin-bottom: 10px;
    text-align: center;
  }
  .md_leftright h1 span {
    color: #348D8B;
  }
  .md_leftright p {
    font-size: 20px;
    line-height: 35px;
    margin-top: 15px;
    margin-bottom: 25px;
    color: #fff;
    font-weight: 400;
    font-family: Bebas Neue, Arial, sans-serif;
    text-align: center;
  }
  .md_leftright .btn {
    position: absolute;
    bottom: 25px;
    width: 300px;
    left: 50%;
    margin-left: -150px;
  }
  .md_leftright__left {
    width: calc(100% - 0px);
  }
  .md_leftright__right {
    width: calc(100% - 0px);
    text-align: center;
  }
  .md_leftright__date {
    font-size: 32px;
    font-family: Bebas Neue, Arial, sans-serif;
    color: #fff;
    font-weight: 700;
  }
  .md_leftright__stadium {
    color: #fff;
    font-size: 20px;
  }
  .md_leftright__time {
    font-size: 20px;
    font-family: Bebas Neue, Arial, sans-serif;
    color: #fff;
    font-weight: 700;
  }
  .md_leftright__match {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .md_leftright__match__team__left {
    width: calc(50% - 40px);
    text-align: center;
  }
  .md_leftright__match__team__center {
    width: 38px;
    text-align: center;
    color: #A9A9B5;
    font-size: 40px;
    font-family: Bebas Neue, Arial, sans-serif;
    font-weight: 700;
  }
  .md_leftright__match__team__right {
    width: calc(50% - 40px);
    text-align: center;
  }
  .md_leftright__match__team__image {
    height: 70px;
    margin-bottom: 20px;
  }
  .md_leftright__match__team__image img {
    width: auto;
    height: 70px;
  }
  .md_leftright__match__team__name {
    font-size: 17px;
    font-family: Bebas Neue, Arial, sans-serif;
    color: #fff;
    font-weight: 700;
  }
  .md_leftright__match__team__city {
    font-size: 11px;
    color: #A9A9B5;
  }
  .md_textimage {
    display: block;
    justify-content: space-between;
    align-items: center;
  }
  .md_textimage__left {
    width: 100%;
    margin-bottom: 30px;
  }
  .md_textimage__left img {
    width: 100%;
    height: auto;
  }
  .md_textimage__right {
    width: calc(100% - 0px);
  }
  .md_textimage__right h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .md_textimage__right h2 span {
    display: block;
    color: #348D8B;
  }
  .md_textimage__right p {
    font-size: 16px;
    line-height: 24px;
  }
  .md_schedule_grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .md_schedule_grid__item {
    position: relative;
    box-sizing: border-box;
    padding: 20px;
    box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.4);
  }
  .md_schedule_grid__content {
    width: calc(100% - 42px);
    box-sizing: border-box;
    line-height: 24px;
    font-size: 18px;
  }
  .md_schedule h3 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .md_schedule h3 span {
    color: #348D8B;
  }
  .md_schedule__half {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    display: block;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
  }
  .md_schedule__half:last-of-type {
    margin-bottom: 0px;
  }
  .md_schedule__half__left {
    width: calc(100% - 0px);
    border-right: 0px solid #348D8B;
    position: relative;
    margin-bottom: 30px;
  }
  .md_schedule__half__left:after {
    content: ' ';
    display: block;
    width: 1px;
    background-color: #fff;
    height: 60px;
    position: absolute;
    top: 0px;
    right: -1px;
  }
  .md_schedule__half__right {
    width: calc(100% - 0px);
    margin-bottom: 30px;
  }
  .md_schedule_center {
    text-align: center;
    max-width: 680px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .md_schedule__item {
    margin-bottom: 40px;
    font-size: 18px;
    font-weight: 500;
  }
  .md_schedule__item__top {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .md_schedule__item__icon {
    padding-right: 10px;
  }
  .md_schedule__item__icon svg {
    width: 32px;
    height: 32px;
  }
  .md_schedule__item__time {
    color: #348D8B;
    font-family: Bebas Neue, Arial, sans-serif;
    font-size: 24px;
    font-weight: 700;
  }
  .md_schedule__item__name {
    font-family: Bebas Neue, Arial, sans-serif;
    font-size: 24px;
    font-weight: 700;
  }
  .md_schedule__item__text {
    font-size: 18px;
    line-height: 24px;
    text-align: left;
  }
  .md_three {
    display: block;
    justify-content: space-between;
    align-items: flex-start;
  }
  .md_three__block {
    width: calc(100% - 0px);
    box-sizing: border-box;
    padding-left: 0px;
    border-left: 0px solid #348D8B;
    margin-bottom: 30px;
  }
  .md_three__block h3 {
    font-size: 24px;
    margin-bottom: 4px;
  }
  .md_three__block h3 span {
    color: #348D8B;
  }
  .md_three__block h3 span.md_red {
    color: #E33046;
  }
  .md_three__block p {
    font-size: 20px;
    line-height: 32px;
    margin-top: 0px;
  }
  .md_three__block:first-of-type {
    border-left: 0px;
    padding-left: 0px;
  }
  .md_quizcontainer {
    display: block;
    justify-content: space-between;
    align-items: center;
    max-width: calc(100% - 00px);
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .md_quizcontainer__left {
    width: 100%;
    text-align: center;
  }
  .md_quizcontainer__left h3 {
    margin-top: 20px;
    color: #348D8B;
    font-family: Bebas Neue, Arial, sans-serif;
    font-weight: 700;
    font-size: 96px;
    line-height: 96px;
  }
  .md_quizcontainer__right {
    width: calc(100% - 0px);
  }
  .md_quizcontainer .btn {
    width: 100%;
  }
  .md_quizbody {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .md_quizbody h3 {
    margin-bottom: 10px;
    margin-top: 15px;
    font-size: 24px;
  }
  .md_quizbody h3 span {
    color: #348D8B;
  }
  .md_quizbody h3 span.md_red {
    color: #E33046;
  }
  .md_quizbody p {
    margin-top: 0px;
    font-size: 20px;
  }
  .md_video_slide {
    width: 200px;
    height: 200px;
  }
  .md_video_slide-item {
    width: 200px;
    height: 260px;
  }
  .md_video_slide__image {
    width: 200px;
    height: 200px;
    background-size: cover;
    background-position: center top;
  }
  .md_video_slide__text {
    color: #000;
    font-family: Bebas Neue, Arial, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    margin-top: 20px;
  }
  .md_gallery_slide {
    width: 200px;
    height: 200px;
  }
  .md_gallery_slide-item {
    width: 200px;
    height: 200px;
  }
  .md_gallery_slide__image {
    width: 200px;
    height: 200px;
    background-size: cover;
    background-position: center top;
  }
  .md_gallery_slide__text {
    color: #000;
    font-family: Bebas Neue, Arial, sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 40px;
    margin-top: 20px;
  }
  .fc_match.fc_match__new {
    width: calc(100% + 40px) !important;
    min-width: 220px !important;
    margin-left: -20px !important;
  }
  .fc_match.fc_match__new .fc_match__bottombar {
    padding-bottom: 10px !important;
  }
  .fc_match.fc_match__new .fc_match__bottombar_long {
    padding-bottom: 10px !important;
  }
  .fc_match.fc_match__new .fc_match__topbar {
    display: flex !important;
    padding-bottom: 20px !important;
    justify-content: space-between !important;
  }
  .fc_match.fc_match__new .fc_match__topbar a {
    margin-left: 0px !important;
    padding-left: 6px !important;
    text-align: center !important;
    border-radius: 4px !important;
    line-height: 25px !important;
    height: 25px !important;
    padding-right: 20px;
    position: relative !important;
    min-width: 50px !important;
    width: calc(50% - 10px) !important;
  }
  .fc_match.fc_match__new .fc_match__topbar a svg {
    left: auto !important;
    right: 0px !important;
    top: 0px;
    display: none !important;
  }
  .fc_match.fc_match__new .fc_match__topbar a:after {
    content: 'i';
    display: block;
    position: absolute;
    box-sizing: border-box;
    top: -2px;
    right: -2px;
    font-size: 13px;
    width: 18px;
    line-height: 14px;
    text-align: center;
    border-radius: 4px;
    border: 2px solid #fff;
  }
  .fc_match.fc_match__new .fc_match__date_ger h2 {
    font-size: 28px !important;
  }
  .fc_match.fc_match__new .fc_match__teams_ger {
    position: relative;
    min-height: 110px;
    justify-content: space-evenly;
    align-items: flex-start;
    padding-top: 20px;
  }
  .fc_match.fc_match__new .fc_match__teams_ger .fc_match__teams__imageleft {
    width: 60px !important;
    height: 60px !important;
    text-align: center !important;
  }
  .fc_match.fc_match__new .fc_match__teams_ger .fc_match__teams__imageleft img {
    max-height: 60px !important;
    width: auto !important;
  }
  .fc_match.fc_match__new .fc_match__teams_ger .fc_match__teams__imageright {
    width: 60px !important;
    height: 60px !important;
    text-align: center !important;
  }
  .fc_match.fc_match__new .fc_match__teams_ger .fc_match__teams__imageright img {
    max-height: 60px !important;
    width: auto !important;
  }
  .fc_match.fc_match__new .fc_match__teams_ger .fc_match__teams__vs {
    opacity: 1 !important;
    font-size: 42px !important;
    font-weight: 700 !important;
    font-family: Bebas Neue, Arial, sans-serif;
    width: auto !important;
    text-indent: 0px;
  }
  .fc_match.fc_match__new .fc_match__teams_ger .fc_match__teams__nameleft {
    font-size: 14px !important;
    min-width: auto !important;
    width: 50% !important;
    position: absolute;
    top: 80px;
    padding-right: 15px !important;
    text-align: center;
    left: 0px;
    right: auto;
  }
  .fc_match.fc_match__new .fc_match__teams_ger .fc_match__teams__nameright {
    font-size: 14px !important;
    min-width: auto !important;
    width: 50% !important;
    position: absolute;
    top: 80px;
    padding-left: 15px !important;
    text-align: center;
    left: auto;
    right: 0px;
  }
  .fc_match.fc_match__new .fc_match__buttons {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .fc_match.fc_match__new .fc_match__buttons .btn {
    width: calc(100% - 62px) !important;
  }
  .fc_match.fc_match__new .fc_match__buttons .parking-button {
    width: 52px !important;
  }
  .fc_match.fc_match__new .fc_match__botside {
    width: 100% !important;
    margin-top: 15px !important;
  }
  .fc_match.fc_match__new .fc_match__botside .fc_match__botfanid_notice {
    bottom: auto !important;
  }
  .fc_match.fc_match__new .fc_match__botside .fc_match__botfanid {
    position: relative !important;
    display: flex !important;
    padding-right: 20px !important;
    height: 52px;
    background: rgba(52, 141, 139, 0.17);
    width: 100% !important;
    max-width: 100% !important;
    justify-content: flex-start !important;
    align-items: center !important;
    box-sizing: border-box !important;
    padding-left: 70px !important;
    font-size: 12px !important;
    line-height: 16px !important;
    left: 0px !important;
    margin-left: 0px !important;
    bottom: auto !important;
    margin-bottom: 10px !important;
  }
  .fc_match.fc_match__new .fc_match__botside .fc_match__botfanid svg {
    position: relative !important;
    width: 24px !important;
    height: 24px !important;
    fill: #348D8B !important;
    background-color: #fff !important;
    display: none !important;
  }
  .fc_match.fc_match__new .fc_match__botside .fc_match__botfanid:after {
    content: 'i';
    display: block;
    position: absolute;
    box-sizing: border-box;
    top: 14px;
    left: 19px;
    font-size: 16px;
    width: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    color: #348D8B;
  }
  .fc_match.fc_match__new .fc_match__bottominfo {
    border: 0px !important;
    padding-top: 10px !important;
    padding-bottom: 0px !important;
  }
  .fc_match.fc_match__new .fc_match__bottominfo > span {
    display: none !important;
  }
  .fc_match.fc_match__new .fc_match__bottominfo .fc_match__textbtn {
    height: 40px !important;
    line-height: 40px !important;
  }
  .fc_match.fc_match__new .fc_match__bottominfo .fc_match__textbtn b {
    opacity: 1 !important;
    color: #fff !important;
  }
  .fc_match.fc_match__new .fc_match__bottominfo .fc_match__textbtn:hover b {
    opacity: 1 !important;
    color: #000 !important;
  }
  .fc_match.fc_match__new .fc_match__bottominfo .fc_match__textbtn:before {
    background-color: #348D8B !important;
  }
  .fc_match.fc_match__new .fc_match__bottominfo .fc_match__textbtn:after {
    background-color: #348D8B !important;
  }
  .fc_match.fc_match__new.promo_match.fc_match__new .fc_match__bottominfo .fc_match__textbtn {
    height: 40px !important;
    line-height: 43px !important;
  }
  .fc_match.fc_match__new.promo_match.fc_match__new .fc_match__bottominfo .fc_match__textbtn span {
    border: 0px !important;
  }
  .fc_match.fc_match__new.promo_match.fc_match__new .fc_match__bottominfo .fc_match__textbtn b {
    opacity: 1 !important;
    color: #fff !important;
  }
  .fc_match.fc_match__new.promo_match.fc_match__new .fc_match__bottominfo .fc_match__textbtn:hover {
    color: #fff !important;
  }
  .fc_match.fc_match__new.promo_match.fc_match__new .fc_match__bottominfo .fc_match__textbtn:hover b {
    opacity: 1 !important;
    color: #fff !important;
  }
  .fc_match.fc_match__new.promo_match.fc_match__new .fc_match__botfanid {
    background: rgba(52, 141, 139, 0.3);
  }
  .fc_match.fc_match__new.promo_match.fc_match__new .fc_match__topbar {
    display: block !important;
    padding-bottom: 20px !important;
  }
  .fc_match.fc_match__new.promo_match.fc_match__new .fc_match__topbar a:after {
    content: 'i';
    display: block;
    border: 2px solid #0d1832;
  }
  .fc_match.fc_match__new.promo_match.fc_match__new .fc_match__teams__vs {
    color: #fff !important;
  }
  .fc_match.fc_match__new.promo_match.fc_match__new .fc_match__date_ger h2 span {
    opacity: 0.8;
  }
}
