@import url('https://rsms.me/inter/inter.css');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro&display=swap');
html {
  font-family: 'Inter', sans-serif;
}
@supports (font-variation-settings: normal) {
  html {
    font-family: 'Inter var', sans-serif;
  }
}
html {
  background-color: #1d1d1c;
}
body {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 100;
  background-color: #1d1d1c;
}
main {
  background-color: #1d1d1c;
  color: #1d1d1c;
}
@media (max-width: 1200px) {
  main {
    bottom: 55px;
  }
}
@media (max-width: 992px) {
  main {
    bottom: 40px;
  }
}
@media (max-width: 580px) {
  main {
    bottom: 0px;
  }
}
@media screen and (max-width: 991px) {
	.article-content {
		padding: 0 20px;
	}

	.article-content.vedenii-klubu table ~ table tr:nth-child(1) { display: block;  }
	.article-content.vedenii-klubu table ~ table tr:nth-child(1) th { display: block; }
	.article-content.vedenii-klubu table ~ table tr + tr { display: inline; }
	.article-content.vedenii-klubu table ~ table tr + tr td { display: inline; border: 0; padding: 0; }
	.article-content.vedenii-klubu table ~ table tr:nth-child(2) img { float: left; margin: 0 15px 20px 0; }
	.article-content.vedenii-klubu table ~ table tr h3 { margin-top: 0; }
}
.center, .centrovany{
    text-align: center !important;
}
main .row {
  margin-left: 0px;
  margin-right: 0px;
}
.top-bar {
  font-family: 'Inter', sans-serif;
  background-color: #D12A3B;
  height: 40px;
}
.top-bar .logo-top {
  position: relative;
  z-index: 1;
}
.top-bar .logo-top img {
  padding-left: 35px;
  padding-top: 6px;
  width: 230px;
  height: auto;
}
@media (max-width: 1050px) {
  .top-bar .logo-top img {
    width: 100px;
    height: auto;
  }
}
.top-bar .game-top {
  margin-left: 57px;
  margin-right: 99px;
}
.top-bar .game-top .date {
  padding-top: 13px;
  font-size: 12px;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  font-weight: 400;
  letter-spacing: normal;
  color: #ffffff;
}
.top-bar .game-top .date .date-bold {
  font-weight: bold;
}
.top-bar .game-top .score-top {
  padding-top: 3px;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
}
.top-bar .game-top .score-top img {
  width: 34px;
  height: auto;
  padding-bottom: 5px;
}
.top-bar .game-top .score-top .score {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
}
.top-bar .game-top .onlajn-btn {
  margin-top: 5px;
  margin-left: 19px;
}
@media (max-width: 1185px) {
  .top-bar .game-top .onlajn-btn {
    margin-left: 0px;
  }
}
.top-bar .game-top .onlajn-btn .btn {
  margin-left: 10px;
  margin-right: 10px;
}
.top-bar .game-top .onlajn-btn .btn-default {
  color: #ffffff;
  font-size: 12px;
  line-height: 15px;
  border: solid 1px #ffffff;
  border-radius: 40px;
  background: transparent;
  transition: all 0.3s ease 0s;
  padding-left: 20px;
  padding-right: 20px;
}
.top-bar .game-top .onlajn-btn .btn-default:hover {
  color: #ffffff;
  background: transparent);
  border: solid 1px #ffffff;
}
@media (max-width: 1185px) {
  .top-bar .game-top {
    margin-left: 5px;
    margin-right: 25px;
  }
}
@media (max-width: 992px) {
  .top-bar .game-top {
    margin-left: 75px;
  }
}
@media (max-width: 580px) {
  .top-bar .game-top {
    display: none;
  }
}
.top-bar .game-top-right {
  margin-right: 0px;
  margin-left: 0px;
}
@media (max-width: 940px) {
  .top-bar .game-top-right {
    display: none;
  }
}
.menu {
  width: 50%;
  margin: 0 auto;
  position: relative;
  z-index: 1000;
}
@media (max-width: 1300px) {
  .menu {
    width: 60%;
  }
}
@media (max-width: 1100px) {
  .menu {
    width: 57%;
  }
}
@media (max-width: 1050px) {
  .menu {
    width: 80%;
  }
}
.menu .nav-item {
  margin-right: 30px;
}
@media (max-width: 1300px) {
  .menu .nav-item {
    margin-right: 20px;
  }
}
@media (max-width: 1100px) {
  .menu .nav-item {
    margin-right: 10px;
  }
}
@media (max-width: 1050px) {
  .menu .nav-item {
    margin-right: 20px;
  }
}
.menu .nav-link{
text-align:right;
}
.menu .dropdown-item {
  color: white;
	text-align:center;
}
.menu .dropdown-toggle::after {
  display: inline-block;
  position: relative;
  top: 1px;
  left: 3px;
  width: 0;
  height: 0;
  border: solid  #f7040d;
  border-width: 0 2px 2px 0;
  padding: 3px;
  content: "";
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 994px) {
  header {
    background-color: #D12A3B;
  }
  header .menu {
    width: 100%;
  }
  header .menu .navbar-toggler {
    margin-left: 105px;
    margin-top: -41px;
    background-color: #D12A3B;
    font-size: 1rem;
  }
  header .menu .navbar-collapse {
    margin-left: 105px;
    padding-bottom: 40px;
  }
  header .menu .dropdown-menu {
    background-color: #e20913;
  }
  header .menu .dropdown-toggle::after {
    color: white;
  }
}
@media (max-width: 994px) and (max-width: 580px) {
  header .menu .navbar-toggler {
    margin-top: 2px;
  }
  
}
@media (max-width: 580px) {
  .menu {
    margin-top: -40px;
  }
}

@media (min-width: 580px) {
  .layout {
  width: 81.2%;
  margin: auto;
}

}
.layout {
  width: 100%%;
  margin: auto;
}
.section-header {
  padding-top: 50px;
  font-size: 48px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.1;
  letter-spacing: normal;
  color: #ffffff;
}
i {
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 5px;
}
.down {
  margin-left: 8px;
  margin-bottom: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.bottom {
  background-color: #1d1d1c;
  padding-top: 50px;
}
@media (max-width: 1100px) {
  .bottom {
    /*margin-top: -200px;*/
    margin-top: -20px;
  }
}
@media (max-width: 768px) {
  .bottom {
    margin-top: 220px;
  }
}
@media (max-width: 600px) {
  .bottom {
    /*margin-top: 160px;*/
    margin-top: 0px;
  }
}
@media (max-width: 370px) {
  .bottom {
    margin-top: 0px;
  }
}
.bottom .logo img {
  width: 100px;
  height: auto;
}
@media (max-width: 992px) {
  .bottom .bottom-social {
    margin-top: 20px;
  }
  .bottom .bottom-subs {
    margin-top: 20px;
  }
}
@media (max-width: 576px) {
  .bottom .contacts {
    margin-top: 20px;
  }
}
.bottom .bottom-header {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
}
.bottom .bottom-text {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.79;
  letter-spacing: normal;
  color: rgba(255, 255, 255, 0.8);
}
.bottom .bottom-text i {
  border-width: 0px;
  font-size: 21px;
  color: #ffffff;
}
.bottom .subscribe {
  margin-left: 0px;
  margin-top: 10px;
}
.bottom .subscribe .subscribe-mail {
  margin-left: 0px;
  width: 100%;
  height: 39px;
  border-radius: 19.5px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: rgba(0, 0, 0, 0.7);
}
.bottom .subscribe .subscribe-mail span {
  margin: auto;
  margin-left: 5%;
}
.bottom .subscribe .subscribe-mail .red-btn {
  margin-right: 0px;
  width: 27%;
  height: 39px;
  border: solid 1px #D12A3B;
  background-color: #D12A3B;
  border-radius: 19.5px;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
}
.bottom .subscribe .subscribe-mail .red-btn span {
  margin: auto;
}
.bottom .subscribe .subscribe-mail .red-btn .odeslat {
  background-color: transparent;
  color: white;
  margin: auto;
}
.bottom .subscribe .subscribe-mail .input {
  margin-left: 20px;
  width: 100%;
}
.bottom .subscribe .subscribe-mail button,
.bottom .subscribe .subscribe-mail input {
  border: none;
  width: 73%;
}
.bottom .contacts .bottom-text {
  text-decoration: underline;
}
.bottom .underline {
  padding-bottom: 48px;
  border-bottom: 0.5px solid #ffffff;
}
.bottom .credit {
  border-top: 1px solid white;
  padding-top: 25px;
  padding-left: 15px;
  margin-top: 30px;
  padding-bottom: 38px;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
}
.bottom .credit .copyright {
  text-align: left;
  padding-left: 0px;
}
@media (max-width: 576px) {
  .bottom .credit .copyright {
    padding-left: 0px;
  }
}
.bottom .credit .copyright .cop-text {
  padding-left: 0px;
}
@media (max-width: 576px) {
  .bottom .credit .copyright .rss {
    padding-top: 10px;
    padding-left: 0px;
  }
}
.bottom .credit .design {
  text-align: right;
  padding-right: 0px;
}
.foot {
  padding-top: 0px;
  margin-top: 30px;
}
.error {
  font-weight: 400;
}
.table2 {
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 20px;
  background: 0 0;
  width: 100%;
}
.table2 .item {
  text-align: right;
}
.table2 td {
  padding: 5px 2px;
  border-bottom: 1px solid #f2f2f2;
  font-size: 13px;
}
.table2 a {
  color: #D12A3B;
  transition: 1s;
}
.top-articles {
  margin-top: -15px;
  margin-bottom: 180px;
}
@media (max-width: 1200px) {
  .top-articles {
    margin-top: -55px;
  }
}
@media (max-width: 992px) {
  .top-articles {
    margin-top: 0px;
  }
}
.top-articles .top-content {
  margin-left: 0px;
}
.top-articles .top-content .top-story-img {
  width: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  padding-left: 9.4%;
}
.top-articles .top-content .top-story-img .top-story {
  padding-left: 0px;
  margin-top: 296px;
  width: 571px;
}
@media (max-width: 580px) {
  .top-articles .top-content .top-story-img .top-story {
    margin-top: 100px;
  }
}
@media (max-width: 800px) {
  .top-articles .top-content .top-story-img .top-story {
    margin-left: 70px;
  }
}
@media (max-width: 600px) {
  .top-articles .top-content .top-story-img .top-story {
    margin-left: 40px;
  }
}
.top-articles .top-content .top-story-img .top-story .top-story-info {
  margin-left: 0px;
}
.top-articles .top-content .top-story-img .top-story .top-story-info .article-type {
  width: max-content;
  height: 33px;
  border-radius: 23px;
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  border: solid 1px rgba(255, 255, 255, 0.2);
  background-color: rgba(0, 0, 0, 0);
  padding-left: 33px;
  padding-right: 33px;
  padding-top: 2px;
}
.top-articles .top-content .top-story-img .top-story .top-story-info .article-type span {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
}
.top-articles .top-content .top-story-img .top-story .top-story-info .article-date {
  margin-left: 30px;
  margin-top: 8px;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
}
.top-articles .top-content .top-story-img .top-story .article-header {
  margin-left: 0px;
  margin-top: 18px;
  font-size: 48px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.1;
  letter-spacing: normal;
  color: #ffffff;
}
@media (max-width: 500px) {
  .top-articles .top-content .top-story-img .top-story .article-header {
    font-size: 32px;
  }
}
.top-articles .top-content .top-story-img .top-story .article-perex {
  margin-top: 5px;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: rgba(255, 255, 255, 0.9);
}
.top-articles .top-content .top-story-img .top-story .article-read-more {
  margin-top: 30px;
  width: 270px;
  height: 55px;
  margin-left: 0px;
  border-radius: 27.5px;
  background-color: #D12A3B;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
}
.top-articles .top-content .top-story-img .top-story .article-read-more span {
  margin: auto;
}
@media (max-width: 500px) {
  .top-articles .top-content .top-story-img .top-story .article-read-more {
    width: 145px;
    height: 40px;
    margin: auto;
    margin-top: 30px;
  }
}
.top-articles .more-articles {
  padding-left: 9.4%;
  padding-right: 9.4%;
  margin-left: 0px;
  margin-top: 58px;
}
.top-articles .more-articles .article {
  width: 270px;
  padding-right: 30px;
  padding-left: 0px;
}
@media (max-width: 992px) {
  .top-articles .more-articles .article {
    margin-bottom: 20px;
  }
}
.top-articles .more-articles .article img {
  width: 100%;
  height: auto;
}
.top-articles .more-articles .article .article-info {
  margin-left: 0px;
  margin-top: 15px;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: rgba(255, 255, 255, 0.9);
}
.top-articles .more-articles .article .article-info #point {
  margin: 5px;
  width: 4px;
  height: 4px;
  background-color: #D12A3B;
  border-radius: 50%;
}
.top-articles .more-articles .article .article-header {
  margin-top: 5px;
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
}
@media (max-width: 992px) {
  .top-articles .more-articles .article .article-header {
    font-size: 14px;
  }
}
.top-articles .article-buttons {
  margin-left: 0px;
}
.top-articles .article-buttons .article-read-more {
  margin: auto;
  margin-top: 30px;
  margin-left: 41%;
  width: 270px;
  height: 55px;
  border-radius: 27.5px;
  background-color: #D12A3B;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
}
.top-articles .article-buttons .article-read-more span {
  margin: auto;
}
.top-articles .article-buttons .article-read-more span a {
  color: #ffffff;
}
@media (max-width: 500px) {
  .top-articles .article-buttons .article-read-more {
    width: 180px;
    height: 40px;
  }
}
.top-articles .article-buttons .archive {
  margin-top: 47px;
  margin-right: 36px;
  float: right;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #D12A3B;
}
.top-articles .article-buttons .archive a {
  color: #D12A3B;
  text-decoration: underline;
}
.middle-banners {
  background-color: #232221;
}
.middle-banners .banners {
  margin-left: 0px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.middle-banners .banners .banner-1 {
  width: 70%;
}
@media (max-width: 768px) {
  .middle-banners .banners .banner-1 {
    width: 100%;
  }
}
.middle-banners .banners .banner-1 img {
  width: 100%;
  height: auto;
}
.middle-banners .banners .banner-2 {
  padding-left: 40px;
  width: 30%;
}
@media (max-width: 768px) {
  .middle-banners .banners .banner-2 {
    padding-left: 0px;
    margin-top: 40px;
    width: 100%;
  }
}
.middle-banners .banners .banner-2 img {
  width: 100%;
  height: 100%;
}
.games-section {
  padding-bottom: 50px;
  background-color: #1d1d1c;
}
.games-section .games {
  margin-left: 0px;
  margin-top: 30px;
}
.games-section .games .previous-game {
  padding-right: 30px;
  min-height: 175px;
}
.games-section .games .previous-game .date {
  margin-left: -3%;
  margin-top: 11px;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 992px) {
  .games-section .games .previous-game .date {
    margin-left: -4%;
  }
}
@media (max-width: 768px) {
  .games-section .games .previous-game .date {
    margin-left: -1%;
  }
}
.games-section .games .previous-game .time {
  margin-left: -3%;
  margin-top: 3px;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 992px) {
  .games-section .games .previous-game .time {
    margin-left: -4%;
  }
}
@media (max-width: 768px) {
  .games-section .games .previous-game .time {
    margin-left: -1%;
  }
}
.games-section .games .previous-game .teams {
  margin-left: 0px;
  margin-top: 6px;
  min-height: 58px;
}
@media (max-width: 300px) {
  .games-section .games .previous-game .teams {
    margin-left: -23px;
  }
}
.games-section .games .previous-game .teams .my-team {
  padding-top: 4px;
  width: 22.4%;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: right;
  color: #ffffff;
}
@media (max-width: 1400px) {
  .games-section .games .previous-game .teams .my-team {
    font-size: 12px;
  }
}
@media (max-width: 1200px) {
  .games-section .games .previous-game .teams .my-team {
    font-size: 11px;
  }
}
@media (max-width: 1110px) {
  .games-section .games .previous-game .teams .my-team {
    font-size: 10px;
  }
}
@media (max-width: 992px) {
  .games-section .games .previous-game .teams .my-team {
    font-size: 14px;
  }
}
@media (max-width: 850px) {
  .games-section .games .previous-game .teams .my-team {
    font-size: 11px;
  }
}
@media (max-width: 768px) {
  .games-section .games .previous-game .teams .my-team {
    font-size: 20px;
    height: 100%;
    margin: auto;
  }
}
@media (max-width: 665px) {
  .games-section .games .previous-game .teams .my-team {
    font-size: 15px;
    height: 100%;
    margin: auto;
  }
}
@media (max-width: 590px) {
  .games-section .games .previous-game .teams .my-team {
    font-size: 14px;
  }
}
@media (max-width: 465px) {
  .games-section .games .previous-game .teams .my-team {
    font-size: 12px;
  }
}
@media (max-width: 420px) {
  .games-section .games .previous-game .teams .my-team {
    font-size: 11px;
  }
}
.games-section .games .previous-game .teams .my-team-logo {
  margin-left: 2.7%;
  width: 13.2%;
}
.games-section .games .previous-game .teams .my-team-logo img {
  width: 100%;
  height: auto;
}
@media (max-width: 300px) {
  .games-section .games .previous-game .teams .my-team-logo {
    display: none;
  }
}
.games-section .games .previous-game .teams .score {
  width: 14%;
  margin-left: 2.9%;
  font-size: 36px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 1400px) {
  .games-section .games .previous-game .teams .score {
    font-size: 30px;
  }
}
@media (max-width: 1240px) {
  .games-section .games .previous-game .teams .score {
    font-size: 22px;
    margin-left: 2.2%;
    height: 100%;
  }
}
@media (max-width: 992px) {
  .games-section .games .previous-game .teams .score {
    font-size: 36px;
  }
}
@media (max-width: 900px) {
  .games-section .games .previous-game .teams .score {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .games-section .games .previous-game .teams .score {
    font-size: 50px;
    height: 100%;
    margin: auto;
  }
}
@media (max-width: 580px) {
  .games-section .games .previous-game .teams .score {
    font-size: 32px;
  }
}
@media (max-width: 370px) {
  .games-section .games .previous-game .teams .score {
    font-size: 28px;
  }
}
.games-section .games .previous-game .teams .opponent-team {
  margin-left: 3.2%;
  padding-top: 4px;
  width: 24%;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: right;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 1400px) {
  .games-section .games .previous-game .teams .opponent-team {
    font-size: 12px;
  }
}
@media (max-width: 1200px) {
  .games-section .games .previous-game .teams .opponent-team {
    font-size: 11px;
  }
}
@media (max-width: 1110px) {
  .games-section .games .previous-game .teams .opponent-team {
    font-size: 10px;
  }
}
@media (max-width: 992px) {
  .games-section .games .previous-game .teams .opponent-team {
    font-size: 14px;
  }
}
@media (max-width: 850px) {
  .games-section .games .previous-game .teams .opponent-team {
    font-size: 11px;
  }
}
@media (max-width: 768px) {
  .games-section .games .previous-game .teams .opponent-team {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .games-section .games .previous-game .teams .opponent-team {
    font-size: 20px;
    height: 100%;
    margin: auto;
  }
}
@media (max-width: 665px) {
  .games-section .games .previous-game .teams .opponent-team {
    font-size: 15px;
    height: 100%;
    margin: auto;
  }
}
@media (max-width: 590px) {
  .games-section .games .previous-game .teams .opponent-team {
    font-size: 14px;
  }
}
@media (max-width: 465px) {
  .games-section .games .previous-game .teams .opponent-team {
    font-size: 12px;
  }
}
@media (max-width: 420px) {
  .games-section .games .previous-game .teams .opponent-team {
    font-size: 11px;
  }
}
.games-section .games .previous-game .teams .opponent-team-logo {
  width: 13.2%;
  margin-left: 2.4%;
}
.games-section .games .previous-game .teams .opponent-team-logo img {
  width: 100%;
  height: auto;
}
@media (max-width: 300px) {
  .games-section .games .previous-game .teams .opponent-team-logo {
    display: none;
  }
}
.games-section .games .previous-game .game-buttons {
  text-align: center;
  margin-top: 15px;
  margin-left: 24%;
  margin-right: 26%;
}
@media (max-width: 1400px) {
  .games-section .games .previous-game .game-buttons {
    margin-left: 21%;
  }
}
@media (max-width: 1240px) {
  .games-section .games .previous-game .game-buttons {
    margin-left: 19%;
  }
}
@media (max-width: 992px) {
  .games-section .games .previous-game .game-buttons {
    margin-left: 24%;
  }
}
@media (max-width: 900px) {
  .games-section .games .previous-game .game-buttons {
    margin-left: 25%;
  }
}
@media (max-width: 768px) {
  .games-section .games .previous-game .game-buttons {
    margin-left: 28%;
  }
}
@media (max-width: 300px) {
  .games-section .games .previous-game .game-buttons {
    margin-left: 20%;
  }
}
@media (max-width: 768px) {
  .games-section .games .previous-game .game-buttons .rep-onl {
    margin-top: 1%;
    margin-bottom: 11%;
  }
}
.games-section .games .previous-game .game-buttons .rep-onl span {
  padding-left: 24%;
  padding-right: 24%;
  padding-top: 7%;
  padding-bottom: 7%;
  border-radius: 12.5px;
  background-color: #ffffff;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #232221;
}
.games-section .games .previous-game .game-buttons .rep-onl span a {
  color: #232221;
}
.games-section .games .previous-game .game-buttons .prew span {
  padding-left: 17%;
  padding-right: 17%;
  padding-top: 4%;
  padding-bottom: 4%;
  background-color: #232221;
  color: #ffffff;
}
.games-section .games .previous-game .game-buttons .prew span a {
  color: #ffffff;
}
.games-section .games .next-game {
  min-height: 175px;
  background-color: #D12A3B;
}
@media (max-width: 992px) {
  .games-section .games .next-game {
    width: 50%;
    margin: auto;
    height: 220px;
  }
  .games-section .games .next-game .my-team {
    font-size: 28px;
    height: 100%;
    margin: auto;
  }
  .games-section .games .next-game .opponent-team {
    font-size: 28px;
    height: 100%;
    margin: auto;
  }
}
@media (max-width: 768px) {
  .games-section .games .next-game {
    width: 100%;
    height: 185px;
  }
}
.games-section .games-more {
  margin: auto;
  margin-top: 30px;
  width: 270px;
  height: 55px;
  border-radius: 27.5px;
  background-color: #D12A3B;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
}
.games-section .games-more span {
  margin: auto;
}
.games-section .games-more span a {
  color: #ffffff;
}
@media (max-width: 500px) {
  .games-section .games-more {
    width: 180px;
    height: 40px;
  }
}
.news-section {
  background-color: #232221;
  padding-bottom: 50px;
}
.news-section .news .short-article {
  padding-right: 30px;
}
.news-section .news .short-article .date {
  margin-top: 30px;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: rgba(255, 255, 255, 0.9);
}
.news-section .news .short-article .header {
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
}
.news-section .news .short-article .text {
  margin-top: 10px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.3;
  letter-spacing: normal;
  color: rgba(255, 255, 255, 0.9);
}
.table-spons-section {
  padding-bottom: 50px;
  background-color: #1d1d1c;
}
.table-spons-section .table .table-hp {
  margin-top: 43px;
  font-family: 'Inter var', sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.34px;
  color: #ffffff;
  border: 0px;
}
.table-spons-section .table .table-hp .tP {
  text-align: right;
}
.table-spons-section .table .table-hp .poradi {
  text-align: right;
}
.table-spons-section .table .table-hp .tym {
  display: none;
}
.table-spons-section .table .table-hp .tT {
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 26px;
  padding-left: 40px;
}
.table-spons-section .table .table-hp .tym-dlouhe {
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 26px;
  padding-left: 40px;
}
.table-spons-section .table .table-hp .score {
  text-align: center;
}
.table-spons-section .table .table-hp .body {
  font-weight: bold;
}
.table-spons-section .table .table-hp .tB {
  font-weight: bold;
}
.table-spons-section .table .table-hp tr.tFRM td.tT {
  background-image: url(/znaky/frm.png);
}
.table-spons-section .table .table-hp tr.tJIH td.tT {
  background-image: url(/znaky/jih.png);
}
.table-spons-section .table .table-hp tr.tKLA td.tT {
  background-image: url(/znaky/kla.png);
}
.table-spons-section .table .table-hp tr.tVSE td.tT {
  background-image: url(/znaky/vse.png);
}
.table-spons-section .table .table-hp tr.tCEB td.tT {
  background-image: url(/znaky/ceb.png);
}
.table-spons-section .table .table-hp tr.tHAV td.tT {
  background-image: url(/znaky/hav.png);
}
.table-spons-section .table .table-hp tr.tPOR td.tT {
  background-image: url(/znaky/por.png);
}
.table-spons-section .table .table-hp tr.tKAD td.tT {
  background-image: url(/znaky/kad.png);
}
.table-spons-section .table .table-hp tr.tLTM td.tT {
  background-image: url(/znaky/ltm.png);
}
.table-spons-section .table .table-hp tr.tPRE td.tT {
  background-image: url(/znaky/pre.png);
}
.table-spons-section .table .table-hp tr.tPRO td.tT {
  background-image: url(/znaky/pro.png);
}
.table-spons-section .table .table-hp tr.tSLA td.tT {
  background-image: url(/znaky/sla.png);
}
.table-spons-section .table .table-hp tr.tTRE td.tT {
  background-image: url(/znaky/tre.png);
}
.table-spons-section .table .table-hp tr.tUNL td.tT {
  background-image: url(/znaky/unl.png);
}
.table-spons-section .table .table-hp tr.tBEN td.tT {
  background-image: url(/znaky/ben.png);
}
.table-spons-section .table .table-more {
  margin: auto;
  width: 100%;
  height: 55px;
  border-radius: 27.5px;
  background-color: #D12A3B;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.39px;
  color: #ffffff;
  text-align: center;
}
.table-spons-section .table .table-more span {
  margin: auto;
}
.table-spons-section .table .table-more span a {
  color: #ffffff;
}
@media (max-width: 768px) {
  .table-spons-section .table .table-more {
    width: 270px;
  }
}
@media (max-width: 500px) {
  .table-spons-section .table .table-more {
    width: 180px;
    height: 40px;
  }
}
.table-spons-section .spons .sponsor {
  padding-top: 25px;
  padding-right: 25px;
  background-clip: content-box;
}
.table-spons-section .spons .sponsor .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
@media (max-width: 992px) {
  .table-spons-section .spons .sponsor {
    padding-right: 5px;
  }
}
@media (max-width: 768px) {
  .table-spons-section .spons .sponsor {
    padding-right: 10px;
  }
}
.table-spons-section .spons .sponsor img {
  width: 100%;
  height: auto;
}
.socials-section {
  padding-bottom: 61px;
  background-color: white;
}
.socials-section .section-header {
  color: #232221;
}
.socials-section .social-btn {
  padding-top: 58px;
  width: 30%;
}
.socials-section .social-btn img {
  width: 100%;
}
@media (max-width: 992px) {
  .socials-section .social-btn {
    padding-top: 20px;
  }
  .socials-section .social-btn img {
    width: 70%;
  }
}
@media (max-width: 768px) {
  .socials-section .social-btn {
    padding-top: 20px;
  }
  .socials-section .social-btn img {
    width: 100%;
  }
}
.socials-section .social-fb {
  text-align: center;
}
.socials-section .social-text {
  margin-left: 3%;
  margin-top: 15px;
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: rgba(0, 0, 0, 0.5);
  text-align: left;
}
.socials-section .social-text a {
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}
.socials-section .social-text-left {
  margin-left: 3%;
}
.stats-section {
  background-color: #1d1d1c;
  padding-bottom: 50px;
}
@media (max-width: 1300px) {
  .stats-section {
    margin-top: -160px;
  }
}
@media (max-width: 768px) {
  .stats-section {
    margin-top: -140px;
  }
}
@media (max-width: 700px) {
  .stats-section {
    margin-top: -170px;
  }
}
@media (max-width: 600px) {
  .stats-section {
    margin-top: -230px;
  }
}
@media (max-width: 500px) {
  .stats-section {
    margin-top: -250px;
  }
}
@media (max-width: 400px) {
  .stats-section {
    margin-top: -320px;
  }
}
@media (max-width: 300px) {
  .stats-section {
    margin-top: -400px;
  }
}
.stats-section .no-stats {
  margin-top: 20px;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.34px;
  color: #ffffff;
}
.stats-section .stats-header {
  width: max-content;
  padding-top: 20px;
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.65;
  letter-spacing: normal;
  color: #ffffff;
  border-bottom: 3px solid red;
}
.stats-section .table-stats {
  font-family: 'Inter var', sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.34px;
  color: #ffffff;
}
.stats-section .table-stats .name {
  width: 75%;
  padding-left: 0px;
}
.stats-section .table-stats .value {
  text-align: center;
}
.stats-section .table-stats td.value {
  font-weight: bold;
}
.stats-section .stats-more {
  margin: auto;
  margin-top: 30px;
  width: 270px;
  height: 55px;
  border-radius: 27.5px;
  box-shadow: 0 3px 50px 0 rgba(245, 4, 0, 0.2);
  background-color: #D12A3B;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}
.stats-section .stats-more span {
  margin: auto;
}
.stats-section .stats-more span a {
  color: #ffffff;
}
@media (max-width: 500px) {
  .stats-section .stats-more {
    width: 180px;
    height: 40px;
  }
}
.youth-section {
  background-color: white;
  padding-bottom: 50px;    
  color: #232221;  
}
.youth-section .control {
  margin-top: 50px;
  padding-left: 25%;
  width: 270px;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.39px;
  text-align: center;
}
.youth-section .season-btn {
  margin-top: 50px;
  width: 270px;
  border-radius: 27.5px;
  border: solid 1px #D12A3B;
  background-color: rgba(226, 9, 19, 0.2);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.39px;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 768px) {
  .youth-section .season-btn {
    margin-left: 3%;
    max-width: 270px;
    margin-top: 20px;
  }
}
.youth-section .season-btn span {
  margin: auto;
}
.youth-section .youth-menu {
  margin-top: 46px;
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
}
.youth-section .youth-menu ul {
  list-style: none;
  margin-left: -40px;
}
.youth-section .youth-menu ul li {
  margin-top: 10px;
  padding-bottom: 10px;
  margin-left: 40px;
}
.youth-section .youth-menu i {
  border: solid #f7040d;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 5px;
  float: right;
  margin-right: 5%;
}
.youth-section .youth-menu .down {
  padding: 5px;
}
.youth-section .youth-menu .accordion > .card .card-header {
  padding-left: 0px;
  padding-right: 30px;
}
.youth-section .youth-menu .accordion > .card:first-of-type {
  border-bottom: 1px solid #b2b1b1;
}
.youth-section .youth-menu .accordion > .card:last-of-type {
  border-bottom: 1px solid #b2b1b1;
}
.youth-section .youth-menu .accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 1px solid #b2b1b1;
  border-radius: 0;
}
.youth-section .youth-menu .card-body {
  padding: 0px;
}
.youth-section .youth-menu .btn {
  padding: 0px;
}
.youth-section .youth-menu .btn-link {
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  text-align: left;
}
.youth-section .youth-news {
  margin-top: 46px;
}
.youth-section .youth-news img {
  width: 100%;
  height: auto;
}
.youth-section .youth-news .date-cat {
  margin-top: 15px;
  margin-left: 0px;
  margin-right: 5%;
}
@media (max-width: 1300px) {
  .youth-section .youth-news .date-cat {
    margin-right: 12%;
  }
}
@media (max-width: 1100px) {
  .youth-section .youth-news .date-cat {
    margin-right: 16%;
  }
}
@media (max-width: 768px) {
  .youth-section .youth-news .date-cat {
    margin-right: 4%;
  }
}
@media (max-width: 530px) {
  .youth-section .youth-news .date-cat {
    margin-right: 10%;
  }
}
@media (max-width: 530px) {
  .youth-section .youth-news .date-cat {
    margin-right: 21%;
  }
}
.youth-section .youth-news .date-cat .date {
  margin-top: 5px;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: rgba(255, 255, 255, 0.9);
}
.youth-section .youth-news .date-cat .category {
  width: max-content;
  height: 25px;
  border-radius: 23px;
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  border: solid 1px rgba(226, 9, 19, 0.35);
  background-color: rgba(0, 0, 0, 0);
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}
.youth-section .youth-news .date-cat .category span {
  margin: auto;
  padding-right: 5px;
  padding-left: 5px;
}
@media (max-width: 310px) {
  .youth-section .youth-news .date-cat .category {
    display: none;
  }
}
.youth-section .youth-news .youth-news-header {
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 10px;
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
}
.youth-section .youth-news .youth-news-text {
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 10px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: rgba(255, 255, 255, 0.9);
}
.youth-section .youth-news .youth-read-more {
  margin-top: 20px;
  margin-left: 15px;
  margin-right: 30px;
  height: 55px;
  border-radius: 27.5px;
  background-color: #D12A3B;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.39px;
  text-align: center;
  color: #ffffff;
}
.youth-section .youth-news .youth-read-more span {
  margin: auto;
}
.youth-section .youth-news .youth-read-more span a {
  color: #ffffff;
}

@media (max-width: 768px) {
  .youth-section .right {
    margin-top: 0px;
  }
}
.bottom-banners {
  padding-right: 0px;
  background-color: #1d1d1c;
}
.bottom-banners .rozpis-led-plochy {
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(/img/rozpis-led-plochy.jpg);
  margin-top: 50px;
  max-height: 230px;
}
.bottom-banners .rozpis-led-plochy .shadow-red {
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 9%;
  padding-bottom: 9%;
  height: 100%;
  background-image: linear-gradient(to right, #bb554a00 0 0%, #e0241ac4 c4);
}
.bottom-banners .rozpis-led-plochy .shadow-red .text {
  margin: auto;
  width: 66%;
  font-size: 48px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -1.16px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}
@media (max-width: 1390px) {
  .bottom-banners .rozpis-led-plochy .shadow-red .text {
    font-size: 36px;
  }
}
@media (max-width: 1030px) {
  .bottom-banners .rozpis-led-plochy .shadow-red .text {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .bottom-banners .rozpis-led-plochy .shadow-red .text {
    font-size: 48px;
  }
}
@media (max-width: 660px) {
  .bottom-banners .rozpis-led-plochy .shadow-red .text {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  .bottom-banners .rozpis-led-plochy .shadow-red .text {
    font-size: 28px;
  }
}
@media (max-width: 370px) {
  .bottom-banners .rozpis-led-plochy .shadow-red .text {
    font-size: 20px;
  }
}
.bottom-banners .bus-odjezdy {
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(/img/bus-odjezdy.png);
  /*margin-top: 25px;*/
  margin-top: 45px;
  max-height: 230px;
}
.bottom-banners .bus-odjezdy .shadow-red {
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 9%;
  padding-bottom: 9%;
  height: 100%;
  background-image: linear-gradient(to right, #bb554a00 0 0%, #e0241ac4 c4);
}
.bottom-banners .bus-odjezdy .shadow-red .text {
  margin: auto;
  width: 66%;
  font-size: 48px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -1.16px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}
@media (max-width: 1390px) {
  .bottom-banners .bus-odjezdy .shadow-red .text {
    font-size: 36px;
  }
}
@media (max-width: 1030px) {
  .bottom-banners .bus-odjezdy .shadow-red .text {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .bottom-banners .bus-odjezdy .shadow-red .text {
    font-size: 48px;
  }
}
@media (max-width: 660px) {
  .bottom-banners .bus-odjezdy .shadow-red .text {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  .bottom-banners .bus-odjezdy .shadow-red .text {
    font-size: 28px;
  }
}
@media (max-width: 370px) {
  .bottom-banners .bus-odjezdy .shadow-red .text {
    font-size: 20px;
  }
}
.bottom-banners .bottom-banner {
  margin-top: 30px;
}
.bottom-banners .bottom-banner img {
  width: 100%;
  height: auto;
}
.bottom-banners .calendar {
  margin-top: 25px;
}
@media (max-width: 768px) {
  .bottom-banners .calendar {
    height: 530px;
    margin-top: 0px;
  }
}
@media (max-width: 700px) {
  .bottom-banners .calendar {
    height: 490px;
  }
}
@media (max-width: 650px) {
  .bottom-banners .calendar {
    height: 460px;
  }
}
@media (max-width: 550px) {
  .bottom-banners .calendar {
    height: 405px;
  }
}
@media (max-width: 450px) {
  .bottom-banners .calendar {
    height: 365px;
  }
}
@media (max-width: 400px) {
  .bottom-banners .calendar {
    height: 350px;
  }
}
@media (max-width: 370px) {
  .bottom-banners .calendar {
    display: none;
  }
}
main {
  background-color: #1d1d1c;
}
.clanek {
  margin-top: -55px;
}
@media (max-width: 1200px) {
  .clanek {
    margin-top: -55px;
  }
}
@media (max-width: 992px) {
  .clanek {
    margin-top: 0px;
  }
}
@media (max-width: 578px) {
  .clanek {
    margin-top: 0px;
  }
}
.clanek .article-img {
  background-size: 100%;
  height: 648px;
  background-repeat: no-repeat;
  width: 100%;
}
@media (max-width: 970px) {
  .clanek .article-img {
    height: 440px;
  }
}
@media (max-width: 660px) {
  .clanek .article-img {
    height: 300px;
  }
}
@media (max-width: 450px) {
  .clanek .article-img {
    height: 175px;
  }
}
.clanek .article-img .shadoww {
  height: 100%;
  background: #2a2a2d;
  background: linear-gradient(180deg, rgba(42, 42, 45, 0.77401383) 0%, rgba(68, 67, 68, 0.21659086) 16%, #1d1d1c 94%);
}
.clanek .article-next {
  margin-top: -300px;
}
@media (max-width: 992px) {
  .clanek .article-next {
    margin-top: -240px;
  }
}
@media (max-width: 660px) {
  .clanek .article-next {
    margin-top: -150px;
  }
}
@media (max-width: 580px) {
  .clanek .article-next {
    margin-top: -150px;
  }
}
@media (max-width: 455px) {
  .clanek .article-next {
    margin-top: -60px;
  }
}

.clanek .article-next .main-text .header {
  margin: auto;
  font-size: 48px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.1;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 500px) {
  .clanek .article-next .main-text .header {
    font-size: 32px;
  }
}
.clanek .article-next .main-text .article-details {
  width: 100%;
  margin-top: 30px;
}
.clanek .article-next .main-text .article-details .article-type {
  width: 50%;
  text-align: right;
  padding-right: 30px;
}
.clanek .article-next .main-text .article-details .article-type .btn {
  width: max-content;
  height: 33px;
  border-radius: 23px;
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  border: solid 1px rgba(255, 255, 255, 0.2);
  background-color: rgba(0, 0, 0, 0);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
}
.clanek .article-next .main-text .article-details .article-type .btn span {
  margin: auto;
}
.clanek .article-next .main-text .article-details .article-date {
  width: 50%;
  text-align: left;
  padding-left: 30px;
  margin-top: 7px;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
}
.clanek .article-next .main-text .perex {
  margin-top: 80px;
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #ffffff;
}
@media (max-width: 992px) {
  .clanek .article-next .main-text .perex {
    margin-top: 20px;
  }
}
.clanek .article-next .main-text .text {
  margin-top: 32px;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #ffffff;
}
.clanek .article-next .main-text .text img {
  max-width: 100%;
}
.clanek .article-next .main-text .text img p img {
  max-width: 100%;
}
.clanek .article-next .main-text .text .quote {
  margin-top: 32px;
  margin-bottom: 32px;
  margin-left: -5.2%;
  padding-left: 4.2%;
  font-size: 24px;
  font-weight: 600;
  font-style: italic;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #ffffff;
  padding-left: -20px;
  border-left: 8px solid #D12A3B;
}
.clanek .article-next .main-text .article-socials {
  width: 100%;
  margin-top: 30px;
  margin-left: 0px;
  margin-right: 0px;
}
.clanek .article-next .main-text .article-socials .social-hr {
  border-bottom: 1px solid white;
  margin-bottom: 30px;
}
@media (max-width: 1200px) and (min-width: 992px) {
  .clanek .article-next .main-text .article-socials .social-hr {
    margin-bottom: 20px;
  }
}
@media (max-width: 540px) {
  .clanek .article-next .main-text .article-socials .social-hr {
    margin-bottom: 20px;
  }
}
@media (max-width: 440px) {
  .clanek .article-next .main-text .article-socials .social-hr {
    display: none;
  }
}
.clanek .article-next .main-text .article-socials .facebook {
  padding-right: 19px;
  text-align: right;
}
.clanek .article-next .main-text .article-socials .facebook .but {
  display: inline-block;
  padding-top: 10%;
  width: 134px;
  height: 52px;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  background-color: #3b5998;
  text-align: center;
}
.clanek .article-next .main-text .article-socials .facebook .but span {
  margin: auto;
  vertical-align: middle;
}
@media (max-width: 1200px) and (min-width: 992px) {
  .clanek .article-next .main-text .article-socials .facebook .but {
    width: 110px;
    height: 40px;
  }
}
@media (max-width: 540px) {
  .clanek .article-next .main-text .article-socials .facebook .but {
    width: 110px;
    height: 40px;
  }
}
@media (max-width: 440px) {
  .clanek .article-next .main-text .article-socials .facebook .but {
    display: none;
  }
}
.clanek .article-next .main-text .article-socials .twitter {
  padding-left: 19px;
  text-align: left;
}
.clanek .article-next .main-text .article-socials .twitter .but {
  display: inline-block;
  padding-top: 10%;
  width: 134px;
  height: 52px;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  background-color: #1da1f2;
  text-align: center;
}
.clanek .article-next .main-text .article-socials .twitter .but span {
  margin: auto;
}
@media (max-width: 1200px) and (min-width: 992px) {
  .clanek .article-next .main-text .article-socials .twitter .but {
    width: 110px;
    height: 40px;
  }
}
@media (max-width: 540px) {
  .clanek .article-next .main-text .article-socials .twitter .but {
    width: 110px;
    height: 40px;
  }
}
@media (max-width: 440px) {
  .clanek .article-next .main-text .article-socials .twitter .but {
    display: none;
  }
}
.clanek .article-next .side-left {
  margin-top: 165px;
  height: 313px;
  border-right: 1px solid white;
  padding-right: 30px;
}
.clanek .article-next .side-left .related {
  margin-top: 160px;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #ffffff;
}
.clanek .article-next .side-left .header-left {
  margin-top: 13px;
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  text-align: right;
}
@media (max-width: 1100px) {
  .clanek .article-next .side-left .header-left {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .clanek .article-next .side-left {
    display: none;
  }
}
.clanek .article-next .side-right {
  margin-top: 165px;
  height: 313px;
  border-left: 1px solid white;
  padding-left: 30px;
}
.clanek .article-next .side-right .related {
  margin-top: 160px;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
}
.clanek .article-next .side-right .header-right {
  margin-top: 13px;
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
}

.clanek .article-next .main-text table {
  color: #ffffff;
}
@media (max-width: 1100px) {
  .clanek .article-next .side-right .header-right {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .clanek .article-next .side-right {
    display: none;
  }
}
main {
  background-color: #1d1d1c;
}
.zapas {
  margin-top: -55px;
}
@media (max-width: 992px) {
  .zapas {
    margin-top: 0px;
  }
}
.zapas .article-img {
  background-size: cover;
  height: 648px;
  background-repeat: no-repeat;
  background-image: url(/img/top1.jpg);
  width: 100%;
}
@media (max-width: 970px) {
  .zapas .article-img {
    height: 440px;
  }
}
@media (max-width: 660px) {
  .zapas .article-img {
    height: 300px;
  }
}
@media (max-width: 450px) {
  .zapas .article-img {
    height: 175px;
  }
}
.zapas .article-img .shadoww {
  height: 100%;
background: #2a2a2d;
    background: linear-gradient(180deg, rgba(42, 42, 45, 0.77401383) 0%, rgba(68, 67, 68, 0.21659086) 16%, #1d1d1c 94%);
}
.zapas .article-next {
  margin-top: -300px;
}
@media (max-width: 992px) {
  .zapas .article-next {
    margin-top: -240px;
  }
}
@media (max-width: 660px) {
  .zapas .article-next {
    margin-top: -150px;
  }
}
@media (max-width: 580px) {
  .zapas .article-next {
    margin-top: -150px;
  }
}
@media (max-width: 455px) {
  .zapas .article-next {
    margin-top: -60px;
  }
}
.zapas .article-next .main-text {
  padding-left: 4.9%;
  padding-right: 4.9%;
}
.zapas .article-next .main-text .header {
  margin: auto;
  font-size: 48px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.1;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 500px) {
  .zapas .article-next .main-text .header {
    font-size: 32px;
  }
}
.zapas .article-next .main-text .article-details {
  width: 100%;
  margin-top: 30px;
}
.zapas .article-next .main-text .article-details .article-type {
  width: 50%;
  text-align: right;
  padding-right: 30px;
}
.zapas .article-next .main-text .article-details .article-type .btn {
  width: 101px;
  height: 33px;
  border-radius: 23px;
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  border: solid 1px rgba(255, 255, 255, 0.2);
  background-color: rgba(0, 0, 0, 0);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
}
.zapas .article-next .main-text .article-details .article-type .btn span {
  margin: auto;
}
.zapas .article-next .main-text .article-details .article-date {
  width: 50%;
  text-align: left;
  padding-left: 30px;
  margin-top: 7px;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
}
.zapas .article-next .main-text .perex {
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 80px;
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #ffffff;
}
@media (max-width: 992px) {
  .zapas .article-next .main-text .perex {
    margin-top: 20px;
  }
}
.zapas .article-next .main-text .game-box {
  margin-top: 46px;
  background-color: #ffffff;
  width: 100%;
  height: auto;
  border-radius: 8px;
}
@media (max-width: 410px) {
  .zapas .article-next .main-text .game-box {
    padding: 0px;
  }
}
.zapas .article-next .main-text .game-box .game-info {
  padding-top: 15px;
  width: 100%;
  margin: auto;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #1d1d1c;
}
.zapas .article-next .main-text .game-box .game-result {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 16px;
  margin-bottom: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-top: 1px solid #232221;
  border-bottom: 1px solid #232221;
}
.zapas .article-next .main-text .game-box .game-result .logo-left {
  margin-left: 15%;
  width: 16.7%;
}
.zapas .article-next .main-text .game-box .game-result .logo-left img {
  width: 100%;
  height: auto;
}
@media (max-width: 800px) {
  .zapas .article-next .main-text .game-box .game-result .logo-left {
    margin-left: 12%;
  }
}
@media (max-width: 550px) {
  .zapas .article-next .main-text .game-box .game-result .logo-left {
    margin-left: 9%;
  }
}
@media (max-width: 410px) {
  .zapas .article-next .main-text .game-box .game-result .logo-left {
    margin-left: 14%;
  }
}
@media (max-width: 200px) {
  .zapas .article-next .main-text .game-box .game-result .logo-left {
    margin-left: 6%;
  }
}
.zapas .article-next .main-text .game-box .game-result .score {
  margin-top: 15px;
  margin-left: 10.7%;
  margin-right: 10.85%;
  font-size: 60px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.7;
  letter-spacing: -0.37px;
  text-align: center;
  color: #1d1d1c;
}
.zapas .article-next .main-text .game-box .game-result .score .periods {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: normal;
  margin-top: 15px;
}
@media (max-width: 410px) {
  .zapas .article-next .main-text .game-box .game-result .score .periods {
    font-size: 10px;
  }
}
@media (max-width: 1250px) and (min-width: 992px) {
  .zapas .article-next .main-text .game-box .game-result .score {
    font-size: 40px;
  }
}
@media (max-width: 800px) {
  .zapas .article-next .main-text .game-box .game-result .score {
    font-size: 40px;
  }
}
@media (max-width: 550px) {
  .zapas .article-next .main-text .game-box .game-result .score {
    font-size: 30px;
  }
}
@media (max-width: 410px) {
  .zapas .article-next .main-text .game-box .game-result .score {
    font-size: 24px;
  }
}
@media (max-width: 300px) {
  .zapas .article-next .main-text .game-box .game-result .score {
    margin-left: 4%;
    margin-right: 4%;
  }
}
.zapas .article-next .main-text .game-box .game-result .logo-right {
  width: 16.7%;
}
.zapas .article-next .main-text .game-box .game-result .logo-right img {
  width: 100%;
  height: auto;
}
.zapas .article-next .main-text .game-box .rosters .game-box-header,
.zapas .article-next .main-text .game-box .goals .game-box-header,
.zapas .article-next .main-text .game-box .stats .game-box-header {
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.15px;
  color: #1d1d1c;
}
.zapas .article-next .main-text .game-box .rosters .game-box-text,
.zapas .article-next .main-text .game-box .goals .game-box-text,
.zapas .article-next .main-text .game-box .stats .game-box-text {
  margin-top: 6px;
  margin-bottom: 18px;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: normal;
  color: #1d1d1c;
}
.zapas .article-next .main-text .game-box .rosters .game-box-text span,
.zapas .article-next .main-text .game-box .goals .game-box-text span,
.zapas .article-next .main-text .game-box .stats .game-box-text span {
  color: #D12A3B;
}
.zapas .article-next .main-text .game-box .rosters .game-box-text-right,
.zapas .article-next .main-text .game-box .goals .game-box-text-right,
.zapas .article-next .main-text .game-box .stats .game-box-text-right {
  margin-top: 35px;
}
@media (max-width: 576px) {
  .zapas .article-next .main-text .game-box .rosters .game-box-text-right,
  .zapas .article-next .main-text .game-box .goals .game-box-text-right,
  .zapas .article-next .main-text .game-box .stats .game-box-text-right {
    margin-top: 0px;
  }
}
.zapas .article-next .main-text .game-box .rosters .ohlas-dole,
.zapas .article-next .main-text .game-box .goals .ohlas-dole,
.zapas .article-next .main-text .game-box .stats .ohlas-dole {
  margin-top: -10px;
}
.zapas .article-next .main-text .text {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 32px;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #ffffff;
}
.zapas .article-next .main-text .text .quote {
  margin-top: 32px;
  margin-bottom: 32px;
  margin-left: -5.2%;
  padding-left: 4.2%;
  font-size: 24px;
  font-weight: 600;
  font-style: italic;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #ffffff;
  padding-left: -20px;
  border-left: 8px solid #D12A3B;
}
.zapas .article-next .main-text .text .related-photogallery ul {
  padding: 0;
  margin: 0;
}
.zapas .article-next .main-text .text .related-photogallery ul li, .text .related-photogallery ul li {
  background: 0 0;
  margin: 0 0 4px;
  padding-right:5;
  display: inline-block;
  position: relative;
  float: left;
  width:50%;
}
@media (max-width: 540px) {
.zapas .article-next .main-text .text .related-photogallery ul li {
  width:100%;
  float:none;
}
}
.zapas .article-next .main-text .article-socials {
  width: 100%;
  margin-top: 30px;
  margin-left: 0px;
  margin-right: 0px;
}
.zapas .article-next .main-text .article-socials .social-hr {
  border-bottom: 1px solid white;
  margin-bottom: 30px;
}
@media (max-width: 1200px) and (min-width: 992px) {
  .zapas .article-next .main-text .article-socials .social-hr {
    margin-bottom: 20px;
  }
}
@media (max-width: 540px) {
  .zapas .article-next .main-text .article-socials .social-hr {
    margin-bottom: 20px;
  }
}
@media (max-width: 440px) {
  .zapas .article-next .main-text .article-socials .social-hr {
    display: none;
  }
}
.zapas .article-next .main-text .article-socials .facebook {
  padding-right: 19px;
  text-align: right;
}
.zapas .article-next .main-text .article-socials .facebook .but {
  display: inline-block;
  padding-top: 10%;
  width: 134px;
  height: 52px;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  background-color: #3b5998;
  text-align: center;
}
.zapas .article-next .main-text .article-socials .facebook .but span {
  margin: auto;
  vertical-align: middle;
}
@media (max-width: 1200px) and (min-width: 992px) {
  .zapas .article-next .main-text .article-socials .facebook .but {
    width: 110px;
    height: 40px;
  }
}
@media (max-width: 540px) {
  .zapas .article-next .main-text .article-socials .facebook .but {
    width: 110px;
    height: 40px;
  }
}
@media (max-width: 440px) {
  .zapas .article-next .main-text .article-socials .facebook .but {
    display: none;
  }
}
.zapas .article-next .main-text .article-socials .twitter {
  padding-left: 19px;
  text-align: left;
}
.zapas .article-next .main-text .article-socials .twitter .but {
  display: inline-block;
  padding-top: 10%;
  width: 134px;
  height: 52px;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  background-color: #1da1f2;
  text-align: center;
}
.zapas .article-next .main-text .article-socials .twitter .but span {
  margin: auto;
}
@media (max-width: 1200px) and (min-width: 992px) {
  .zapas .article-next .main-text .article-socials .twitter .but {
    width: 110px;
    height: 40px;
  }
}
@media (max-width: 540px) {
  .zapas .article-next .main-text .article-socials .twitter .but {
    width: 110px;
    height: 40px;
  }
}
@media (max-width: 440px) {
  .zapas .article-next .main-text .article-socials .twitter .but {
    display: none;
  }
}
.zapas .article-next .side-left {
  margin-top: 165px;
  height: 313px;
  border-right: 1px solid white;
  padding-right: 30px;
}
.zapas .article-next .side-left .related {
  margin-top: 160px;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #ffffff;
}
.zapas .article-next .side-left .header-left {
  margin-top: 13px;
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  text-align: right;
}
@media (max-width: 1100px) {
  .zapas .article-next .side-left .header-left {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .zapas .article-next .side-left {
    display: none;
  }
}
.zapas .article-next .side-right {
  margin-top: 165px;
  height: 313px;
  border-left: 1px solid white;
  padding-left: 30px;
}
.zapas .article-next .side-right .related {
  margin-top: 160px;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
}
.zapas .article-next .side-right .header-right {
  margin-top: 13px;
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
}
@media (max-width: 1100px) {
  .zapas .article-next .side-right .header-right {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .zapas .article-next .side-right {
    display: none;
  }
}
.tabulka-main {
  margin-top: -55px;
}
.tabulka-main .zobraz a {
  text-decoration: underline;
}
.tabulka-main .layout-soupiska {
  padding-top: 123px;
}
.tabulka-main .layout-soupiska .soupiska {
  background-color: #ffffff;
}
.tabulka-main .layout-soupiska .soupiska a {
  color: #1d1d1c;
}
.tabulka-main .layout-soupiska .soupiska a:hover {
  color: #1d1d1c;
  text-decoration: none;
}
.tabulka-main .layout-soupiska .soupiska .full-box {
  margin-left: 0px;
  margin-right: 0px;
  font-weight: 400;
}
.tabulka-main .layout-soupiska .soupiska .full-box .left-col {
  background-color: rgba(123, 123, 123, 0.05);
  padding-top: 79px;
}
@media (max-width: 572px) {
  .tabulka-main .layout-soupiska .soupiska .full-box .left-col {
    padding-top: 0px;
  }
}
.tabulka-main .layout-soupiska .soupiska .full-box .left-col .header {
  margin-left: 11.5%;
  font-size: 32px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #1d1d1c;
}
@media (max-width: 578px) {
  .tabulka-main .layout-soupiska .soupiska .full-box .left-col .header {
    margin-top: 15px;
  }
}
.tabulka-main .layout-soupiska .soupiska .full-box .left-col .header-small {
  margin-left: 8%;
  padding-left: 8px;
  margin-top: 28px;
  padding-top: 4px;
  height: 27px;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  border-left: 3px solid #e30000;
}
@media (max-width: 578px) {
  .tabulka-main .layout-soupiska .soupiska .full-box .left-col .header-small {
    margin-top: 10px;
    margin-left: 12%;
  }
}
.tabulka-main .layout-soupiska .soupiska .full-box .left-col ul {
  margin-top: 19px;
  list-style-type: none;
}
@media (max-width: 578px) {
  .tabulka-main .layout-soupiska .soupiska .full-box .left-col ul {
    margin-top: 6px;
  }
}
@media (max-width: 1250px) {
  .tabulka-main .layout-soupiska .soupiska .full-box .left-col ul a {
    margin-left: -37px;
  }
}
@media (max-width: 1050px) {
  .tabulka-main .layout-soupiska .soupiska .full-box .left-col ul a {
    margin-left: -58px;
  }
}
@media (max-width: 900px) {
  .tabulka-main .layout-soupiska .soupiska .full-box .left-col ul a {
    margin-left: -58px;
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .tabulka-main .layout-soupiska .soupiska .full-box .left-col ul a {
    margin-left: -58px;
    font-size: 13px;
  }
}
.tabulka-main .layout-soupiska .soupiska .full-box .left-col ul li {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.4;
  letter-spacing: normal;
}
.tabulka-main .layout-soupiska .soupiska .full-box .main-text {
  padding-top: 64px;
  padding-left: 2.6%;
  padding-right: 6%;
}
@media (max-width: 576px) {
  .tabulka-main .layout-soupiska .soupiska .full-box .main-text {
    padding-top: 10px;
    padding-left: 0%;
    padding-right: 0%;
  }
}
@media (max-width: 576px) {
  .tabulka-main .layout-soupiska .soupiska .full-box .main-text .stats-table {
    padding-right: 20px;
  }
}
.tabulka-main .layout-soupiska .soupiska .full-box .main-text .stats-table .box {
  margin-top: 50px;
  width: 80%;
}
.tabulka-main .layout-soupiska .soupiska .full-box .main-text .stats-table .box img {
  width: 100%;
}
.tabulka-main .layout-soupiska .soupiska .full-box .main-text .stats-table .strankovani {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
}
.tabulka-main .layout-soupiska .soupiska .full-box .main-text .stats-table .strankovani .nextPages {
  display: none;
}
.tabulka-main .layout-soupiska .soupiska .full-box .main-text .stats-table .strankovani a {
  margin: 3px;
  padding: 5px 10px;
  background: #D12A3B;
  color: white;
}
.tabulka-main .layout-soupiska .soupiska .full-box .main-text .stats-table .strankovani .strankovaniVyrazne {
  background: #fff;
  color: #D12A3B;
  border: 1px solid #D12A3B;
}
.tabulka-main .layout-soupiska .soupiska .full-box .main-text .stats-table .info {
  margin-top: 5px;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
}
.tabulka-main .layout-soupiska .soupiska .full-box .main-text .stats-table .info #point {
  margin: 5px;
  width: 4px;
  height: 4px;
  background-color: #D12A3B;
  border-radius: 50%;
}
.tabulka-main .layout-soupiska .soupiska .full-box .main-text .stats-table .perex a {
  color: #D12A3B;
}
.tabulka-main .layout-soupiska .soupiska .full-box .main-text .stats-table .article-header {
  font-size: 32px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
}
.tabulka-main .layout-soupiska .soupiska .full-box .main-text .stats-table .prohra {
  color: #e2001a!important;
}
.tabulka-main .layout-soupiska .soupiska .full-box .main-text .stats-table .vyhra {
  color: #4a7e2c!important;
}
.tabulka-main .layout-soupiska .soupiska .full-box .main-text .stats-table .bold {
  font-weight: 700;
}
.tabulka-main .layout-soupiska .soupiska .full-box .main-text .stats-table .right {
  text-align: right;
}
.tabulka-main .layout-soupiska .soupiska .full-box .main-text .stats-table p,
.tabulka-main .layout-soupiska .soupiska .full-box .main-text .stats-table a {
  font-weight: 400;
}
.tabulka-main .layout-soupiska .soupiska .full-box .main-text .stats-table .menicko {
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 400;
}
@media (max-width: 390px) {
  .tabulka-main .layout-soupiska .soupiska .full-box .main-text .stats-table .menicko {
    padding-bottom: 5px;
  }
}
@media (max-width: 760px) {
  .tabulka-main .layout-soupiska .soupiska .full-box .main-text .stats-table .menicko #search {
    width: 30%;
  }
}
@media (max-width: 390px) {
  .tabulka-main .layout-soupiska .soupiska .full-box .main-text .stats-table .menicko #search {
    width: 60%;
  }
}
@media (max-width: 340px) {
  .tabulka-main .layout-soupiska .soupiska .full-box .main-text .stats-table .menicko #search {
    width: 55%;
  }
}
@media (max-width: 265px) {
  .tabulka-main .layout-soupiska .soupiska .full-box .main-text .stats-table .menicko #search {
    width: 45%;
    padding-bottom: 4px;
  }
}
.tabulka-main .layout-soupiska .soupiska .full-box .main-text .stats-table .error {
  margin-top: 20px;
  color: #1d1d1c;
  margin-bottom: 20px;
}
.tabulka-main .layout-soupiska .soupiska .full-box .main-text .stats-table .table-main {
  background-color: transparent;
}
.tabulka-main .layout-soupiska .soupiska .full-box .main-text .stats-table .table-main .nastym {
  background-color: #D12A3B;
  font-weight: 900;
}
.tabulka-main .layout-soupiska .soupiska .full-box .main-text .stats-table .table-main .dt {
  width: 1px;
}
.tabulka-main .layout-soupiska .soupiska .full-box .main-text .stats-table #tabLiga th {
  text-align: right;
}
.tabulka-main .layout-soupiska .soupiska .full-box .main-text .stats-table #tabLiga td {
  text-align: right;
}
.tabulka-main .layout-soupiska .soupiska .full-box .main-text .stats-table #tabMenu {
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 400;
}
.tabulka-main .layout-soupiska .soupiska .full-box .main-text .stats-table #tabCetnost {
  font-weight: 400;
}
.tabulka-main .layout-soupiska .soupiska .full-box .main-text .header {
  font-size: 48px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  margin-left: -15px;
}
@media (max-width: 1000px) {
  .tabulka-main .layout-soupiska .soupiska .full-box .main-text .header {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .tabulka-main .layout-soupiska .soupiska .full-box .main-text .header {
    text-align: center;
    margin-bottom: 20px;
    font-size: 30px;
  }
}
.tabulka-main .layout-soupiska .soupiska .full-box .main-text .header-texty {
  text-align: center;
  padding-bottom: 20px;
}
.tabulka-main .layout-soupiska .soupiska .full-box .main-text .control {
  margin-top: 10px;
  height: 40px;
  padding-left: 15%;
  width: 200px;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.39px;
  text-align: center;
}
@media (max-width: 430px) {
  .tabulka-main .layout-soupiska .soupiska .full-box .main-text .control {
    width: 200px;
  }
}
@media (max-width: 320px) {
  .tabulka-main .layout-soupiska .soupiska .full-box .main-text .control {
    width: 160px;
  }
}
.tabulka-main .layout-soupiska .soupiska .full-box .main-text .season-btn {
  width: 270px;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.39px;
  text-align: center;
}
@media (max-width: 768px) {
  .tabulka-main .layout-soupiska .soupiska .full-box .main-text .season-btn {
    margin-left: 3%;
    max-width: 270px;
    margin-top: 20px;
  }
}
.tabulka-main .layout-soupiska .soupiska .full-box .main-text .season-btn span {
  margin: auto;
}
.tabulka-main .layout-soupiska .soupiska .full-box .main-text .header-small {
  margin-top: 24px;
  margin-bottom: 24px;
  width: max-content;
  padding-bottom: 3px;
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.65;
  letter-spacing: normal;
  border-bottom: 3px solid #e30000;
}
.tabulka-main .layout-soupiska .soupiska .full-box .main-text .table {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.34px;
  color: #1d1d1c;
}
.tabulka-main .layout-soupiska .soupiska .full-box .main-text .table thead {
  border-bottom: 2px solid #e30000;
}
.tabulka-main .layout-soupiska .soupiska .full-box .main-text .table .name {
  width: 40%;
}

.tabulka-main .layout-soupiska .full-box .main-text .table-vedeni tr{
  border-bottom: 2px solid #D12A3B;
}
.tabulka-main .layout-soupiska .soupiska .full-box .main-text .table-vedeni {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.34px;
  color: #1d1d1c;
}
.tabulka-main .layout-soupiska .soupiska .full-box .main-text .table-vedeni thead {
  border-bottom: 2px solid #e30000;
}
.tabulka-main .layout-soupiska .soupiska .full-box .main-text .table-vedeni td.kategorie {
  background-color: #D12A3B;
}
.tabulka-main .layout-soupiska .soupiska .full-box .main-text .table-vedeni td.avatar {
  background-color: rgb(29, 29, 28, 0.2);
  text-align: center;
  color: black;
}
.tabulka-main .layout-soupiska .soupiska .full-box .main-text .table-vedeni td.text {
  background-color: black;
}
.tabulka-main .layout-soupiska .soupiska .full-box .main-text .table-vedeni .name {
  width: 40%;
}

.tabulka-main .layout-akreditace {
  font-weight: 500;
}
.tabulka-main .layout-akreditace .item {
  text-align: right;
  padding-right: 5%;
}
.tabulka-main .layout-akreditace tr {
  height: 45px;
}
.tabulka-main .layout-akreditace .main-text {
  padding-left: 6%;
}
.tabulka-main .layout-akreditace .form-padding {
  padding-top: 20px;
  padding-bottom: 20px;
}
.tabulka-main .layout-akreditace .sel-game {
  width: 60%;
}
.tabulka-main .menu-archive {
  background-color: #D12A3B;
  color: white;
  padding-top: 5px;
  padding-left: 10px;
}
.tabulka-main .archive-info {
  margin-left: -39px;
  margin-top: -10px;
}
.tabulka-main .article-date {
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 700;
}
@media (max-width: 790px) {
  .tabulka-main .archive-articles {
    width: 90%;
  }
}
@media (max-width: 650px) {
  .tabulka-main .archive-articles {
    width: 100%;
  }
}
@media (max-width: 410px) {
  .tabulka-main .archive-articles {
    margin-bottom: -55px;
    padding-left: 0px;
  }
}
.tabulka-main .archive-header {
  font-size: 26px;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
}
.tabulka-main .tag {
  margin-top: 3px;
  margin-bottom: 3px;
  width: max-content;
  text-transform: uppercase;
  background-color: #D12A3B;
  padding: 3px 6px;
  color: #fff;
  font-size: 14px;
  vertical-align: baseline;
}
.tabulka-main .article img {
  max-width: 100%;
}
.tabulka-main .article .clear {
  clear: both;
  font-size: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
}
.tabulka-main .article .images ul {
  padding: 0;
}
.tabulka-main .article .images li {
  background: 0 0;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.tabulka-main .article .images li img {
  padding-right: 5px;
}
@media (max-width: 410px) {
  .tabulka-main .article .images {
    display: none;
  }
}
.tabulka-main .rozpis-ledu {
  margin-top: 20px;
  font-weight: 400;
}
.hrac {
  margin-top: -55px;
}
.hrac .article-img {
  background-size: 100%;
  height: 800px;
  background-repeat: no-repeat;
  width: 100%;
}
@media (max-width: 1160px) {
  .hrac .article-img {
    height: 725px;
  }
}
@media (max-width: 1010px) {
  .hrac .article-img {
    height: 675px;
  }
}
@media (max-width: 950px) {
  .hrac .article-img {
    height: 635px;
  }
}
@media (max-width: 900px) {
  .hrac .article-img {
    height: 587px;
  }
}
@media (max-width: 815px) {
  .hrac .article-img {
    height: 587px;
  }
}
@media (max-width: 730px) {
  .hrac .article-img {
    height: 488px;
  }
}
@media (max-width: 670px) {
  .hrac .article-img {
    height: 405px;
  }
}
.hrac .article-img .shadoww {
  height: 100%;
  background: #2a2a2d;
  background: linear-gradient(180deg, rgba(42, 42, 45, 0.77401383) 0%, rgba(68, 67, 68, 0.21659086) 16%, #1d1d1c 94%);
}
@media (max-width: 400px) {
  .hrac .article-img .shadoww {
    height: auto;
  }
}
.hrac .article-next {
  margin-top: -320px;
}
.hrac .article-next .layout {
  padding-top: 0px;
}
@media (max-width: 1260px) {
  .hrac .article-next {
    margin-top: -400px;
  }
}
@media (max-width: 1120px) {
  .hrac .article-next {
    margin-top: -400px;
  }
}
@media (max-width: 992px) {
  .hrac .article-next {
    margin-top: -350px;
  }
}
@media (max-width: 768px) {
  .hrac .article-next {
    margin-top: -320px;
  }
}
@media (max-width: 730px) {
  .hrac .article-next {
    margin-top: -260px;
  }
}
@media (max-width: 576px) {
  .hrac .article-next {
    margin-top: -130px;
  }
}
.hrac .article-next .full-box {
  margin-left: 0px;
  margin-right: 0px;
}
.hrac .article-next .full-box .left-col {
  background-color: rgba(255, 255, 255, 0.05);
  padding-top: 79px;
  margin-top: 65px;
}
@media (max-width: 992px) {
  .hrac .article-next .full-box .left-col {
    padding-top: 60px;
    margin-top: 45px;
  }
}
@media (max-width: 576px) {
  .hrac .article-next .full-box .left-col {
    display: none;
  }
}
.hrac .article-next .full-box .left-col .header {
  margin-left: 11.5%;
  font-size: 32px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
}
@media (max-width: 768px) and (min-width: 576px) {
  .hrac .article-next .full-box .left-col .header {
    font-size: 24px;
  }
}
.hrac .article-next .full-box .left-col .header-small {
  margin-left: -8%;
  padding-left: 8px;
  margin-top: 28px;
  padding-top: 4px;
  height: 27px;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  border-left: 3px solid #e30000;
}
.hrac .article-next .full-box .left-col ul {
  margin-top: 12px;
  list-style-type: none;
}
@media (max-width: 768px) and (min-width: 576px) {
  .hrac .article-next .full-box .left-col ul {
    margin-top: 20px;
    padding-left: 12px;
  }
}
.hrac .article-next .full-box .left-col ul li {
  margin-top: 16px;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
}
.hrac .article-next .full-box .main-text {
  padding-left: 45px;
}
@media (max-width: 576px) {
  .hrac .article-next .full-box .main-text {
    padding-left: 0px;
  }
}
.hrac .article-next .full-box .main-text .player-info-box .small-photo {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background-size: 150%;
  background-repeat: no-repeat;
  background-position-x: center;
}
@media (max-width: 992px) {
  .hrac .article-next .full-box .main-text .player-info-box .small-photo {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 768px) {
  .hrac .article-next .full-box .main-text .player-info-box .small-photo {
    margin: auto;
  }
}
.hrac .article-next .full-box .main-text .player-info-box .player-name {
  margin-left: 30px;
  font-size: 48px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -1.16px;
  color: #ffffff;
  width: max-content;
}
.hrac .article-next .full-box .main-text .player-info-box .player-name span {
  padding-right: 6%;
  font-size: 64px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -1.54px;
  text-align: center;
  color: #D12A3B;
}
@media (max-width: 1130px) {
  .hrac .article-next .full-box .main-text .player-info-box .player-name {
    font-size: 40px;
  }
  .hrac .article-next .full-box .main-text .player-info-box .player-name span {
    font-size: 50px;
  }
}
@media (max-width: 992px) {
  .hrac .article-next .full-box .main-text .player-info-box .player-name {
    font-size: 32px;
  }
  .hrac .article-next .full-box .main-text .player-info-box .player-name span {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .hrac .article-next .full-box .main-text .player-info-box .player-name {
    font-size: 30px;
  }
  .hrac .article-next .full-box .main-text .player-info-box .player-name span {
    font-size: 36px;
  }
}
@media (max-width: 576px) {
  .hrac .article-next .full-box .main-text .player-info-box .player-name {
    font-size: 24px;
  }
  .hrac .article-next .full-box .main-text .player-info-box .player-name span {
    font-size: 28px;
  }
}
@media (max-width: 280px) {
  .hrac .article-next .full-box .main-text .player-info-box .player-name {
    font-size: 18px;
  }
  .hrac .article-next .full-box .main-text .player-info-box .player-name span {
    font-size: 22px;
  }
}
.hrac .article-next .full-box .main-text .player-info-box .border-bot {
  margin-left: 30px;
  margin-bottom: 9px;
  width: 67%;
  height: 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
@media (max-width: 1130px) {
  .hrac .article-next .full-box .main-text .player-info-box .border-bot {
    height: 10px;
  }
}
.hrac .article-next .full-box .main-text .player-info-box .player-data {
  margin-left: 45px;
}
@media (max-width: 576px) {
  .hrac .article-next .full-box .main-text .player-info-box .player-data {
    margin-left: 30px;
  }
}
.hrac .article-next .full-box .main-text .player-info-box .player-data .data-legend {
  padding-right: 48px;
}
@media (max-width: 1170px) {
  .hrac .article-next .full-box .main-text .player-info-box .player-data .data-legend {
    padding-right: 38px;
  }
}
@media (max-width: 1020px) {
  .hrac .article-next .full-box .main-text .player-info-box .player-data .data-legend {
    padding-right: 30px;
  }
}
@media (max-width: 992px) {
  .hrac .article-next .full-box .main-text .player-info-box .player-data .data-legend {
    padding-right: 22px;
  }
}
@media (max-width: 576px) {
  .hrac .article-next .full-box .main-text .player-info-box .player-data .data-legend {
    padding-right: 10px;
  }
}
.hrac .article-next .full-box .main-text .player-info-box .player-data .data-legend .data {
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.58px;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 1130px) {
  .hrac .article-next .full-box .main-text .player-info-box .player-data .data-legend .data {
    font-size: 20px;
  }
}
@media (max-width: 992px) {
  .hrac .article-next .full-box .main-text .player-info-box .player-data .data-legend .data {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .hrac .article-next .full-box .main-text .player-info-box .player-data .data-legend .data {
    font-size: 16px;
  }
}
@media (max-width: 280px) {
  .hrac .article-next .full-box .main-text .player-info-box .player-data .data-legend .data {
    font-size: 13px;
  }
}
.hrac .article-next .full-box .main-text .player-info-box .player-data .data-legend .legend {
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.39px;
  text-align: center;
  color: #D12A3B;
}
@media (max-width: 1130px) {
  .hrac .article-next .full-box .main-text .player-info-box .player-data .data-legend .legend {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .hrac .article-next .full-box .main-text .player-info-box .player-data .data-legend .legend {
    font-size: 12px;
  }
}
.hrac .article-next .full-box .main-text .more-info {
  margin-top: 61px;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.8;
  letter-spacing: -0.39px;
  color: #ffffff;
}
.hrac .article-next .full-box .main-text .more-info span {
  font-weight: bold;
}
.hrac .article-next .full-box .main-text .more-info .info {
  margin-top: 3px;
}
.hrac .article-next .full-box .main-text .player-stats {
  margin-top: 20px;
}
.hrac .article-next .full-box .main-text .player-stats .stats-header {
  width: max-content;
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.65;
  letter-spacing: normal;
  color: #ffffff;
  border-bottom: 5px solid #e30000;
}
.hrac .article-next .full-box .main-text .player-stats .table-stats {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.34px;
  color: #ffffff;
}
.hrac .article-next .full-box .main-text .player-stats .table-stats thead {
  border-bottom: 1px solid #e30000;
}
.hrac .article-next .full-box .main-text .player-stats .table-stats .season {
  width: 40%;
}
.zobraz {
  margin-top: -55px;
}
@media (max-width: 992px) {
  .zobraz {
    margin-top: 0px;
  }
}
@media (max-width: 578px) {
  .zobraz {
    margin-top: -45px;
  }
}
.zobraz .main-text {
  padding-left: 4.9%;
  padding-right: 4.9%;
  padding-top: 40px;
  background-color: white;
  border-radius: 8px;
}
.zobraz .main-text a {
  color: #1d1d1c;
}
.zobraz .main-text a {
  text-decoration: underline;
}
.zobraz .main-text .header {
  margin: auto;
  font-size: 48px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.1;
  letter-spacing: normal;
  text-align: center;
  color: #1d1d1c;
}
@media (max-width: 500px) {
  .zobraz .main-text .header {
    font-size: 32px;
  }
}
.zobraz .main-text .text {
  margin-top: 32px;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #1d1d1c;
}
.zobraz .main-text .text img {
  max-width: 100%;
}
.zobraz .table {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.34px;
  color: #1d1d1c;
}
.zobraz .table thead {
  border-bottom: 2px solid #e30000;
  font-weight: 700;
}
.zobraz .table a {
  text-decoration: underline;
}
.zobraz .table .item {
  text-align: right;
  font-weight: 700;
  width: 40%;
}
.zobraz .sponsor {
  text-align: center;
  margin-bottom: 20px;
}
.zobraz .sponsor a {
  display: block;
  background: #fff;
  padding: 8px;
}
.zobraz .sponsor img {
  width: 100%;
}
.zobraz .sponsor .box {
  box-sizing: border-box;
  height: 175px;
  width: 25%;
  padding: 16px;
  display: table-cell;
  vertical-align: middle;
  box-shadow: 0 2px 6px 0 #ececec;
  background: #fff;
}
@media (max-width: 1300px) {
  .zobraz .sponsor .box {
    height: 140px;
  }
}
@media (max-width: 1300px) {
  .zobraz .sponsor .box {
    height: 115px
        padding: 4px;
  }
}
@media (max-width: 992px) {
  .zobraz .sponsor .box {
    height: 150px
        padding: 8px;
  }
}
@media (max-width: 576px) {
  .zobraz .sponsor .box {
    height: 115px
        padding: 50px;
  }
}
.partneri {
  padding-top: 120px;
}
.partneri .row {
  margin-left: -15px;
  margin-right: 15px;
}
.calendar-box {
  margin-top: 25px;
}
.calendar-box img {
  width: 50%;
}
.calendar-box a {
  color: #000000;
}
.calendar-box .month {
  padding: 5% 30%;
  width: 100%;
  background: #ffffff;
  text-align: center;
}
.calendar-box .month ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.calendar-box .month ul li {
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}
@media (max-width: 1050px) {
  .calendar-box .month ul li {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .calendar-box .month ul li {
    font-size: 20px;
  }
}
@media (max-width: 420px) {
  .calendar-box .month ul li {
    font-size: 14px;
  }
}
.calendar-box .prev {
  float: left;
  color: black;
}
.calendar-box .next {
  float: right;
}
.calendar-box .weekdays {
  margin: 0;
  padding: 10px 0;
  padding-top: 34px;
  background-color: #ffffff;
  border-top: 1px solid #e2e2e2;
}
.calendar-box .weekdays li {
  display: inline-block;
  width: 13.6%;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #969696;
}
.calendar-box .weekdays th {
  width: 4%;
  padding-top: 2.5%;
  padding-bottom: 2.5%;
  text-align: center;
  font-size: 120%;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #969696;
}
.calendar-box .days {
  padding: 10px 0;
  padding-top: 34px;
  background-color: #ffffff;
  margin: 0;
}
.calendar-box .days li {
  list-style-type: none;
  display: inline-block;
  width: 13.6%;
  text-align: center;
  margin-bottom: 34px;
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: rgba(35, 34, 33, 0.85);
}
.calendar-box .days li .active {
  padding: 15px;
  border-radius: 30px;
  background: #D12A3B;
  color: white !important;
}
.calendar-box .days td {
  text-align: center;
  padding-top: 2.5%;
  padding-bottom: 2.5%;
  font-size: 120%;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: rgba(35, 34, 33, 0.85);
}
.calendar-box .homepage__calendar__legend {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #161616;
}
.calendar-box .homepage__calendar__legend .homepage__calendar__legend__home {
  margin-top: 2%;
}
.calendar-box .homepage__calendar__legend .homepage__calendar__legend__away {
  margin-top: 2%;
}
.calendar-box .homepage__calendar__legend .homepage__calendar__legend__action {
  margin-top: 2%;
  padding-bottom: 1%;
}
.calendar-box .calendar-venue {
  margin-top: 33px;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #161616;
}
@media (max-width: 1500px) {
  .calendar-box .calendar-venue {
    margin-top: 20px;
  }
}
@media (max-width: 950px) {
  .calendar-box .calendar-venue {
    margin-top: 8px;
  }
}
@media (max-width: 768px) {
  .calendar-box .calendar-venue {
    margin-top: 33px;
    margin-bottom: 33px;
  }
}
.calendar-box tbody {
  border-bottom: 1px solid #e2e2e2;
}
.calendar-box .homepage__calendar__legend > div:after {
  content: '';
  background-repeat: no-repeat;
}
.calendar-box .homepage__calendar__legend > div:after {
  position: absolute;
  width: 2%;
  height: 2%;
  background-size: contain;
}
.calendar-box .homepage__calendar__legend__home:after {
  border-bottom: 13px solid transparent;
  border-right: 13px solid red;
}
.calendar-box .homepage__calendar__legend__away:after {
  border-bottom: 13px solid transparent;
  border-right: 13px solid black;
}
.calendar-box .homepage__calendar__legend__action:after {
  background-image: url(../../../img/ico-calendar_action.svg);
}
.calendar-box table#kalendar td span.cal-arena:after,
.calendar-box table#kalendar td span.cal-away:after,
.calendar-box table#kalendar td span.cal-home:after {
  position: absolute;
  width: 2%;
  height: 2%;
  content: '';
}
.calendar-box table#kalendar td span.cal-home:after {
  border-bottom: 13px solid transparent;
  border-right: 13px solid red;
}
.calendar-box table#kalendar td span.cal-away:after {
  border-bottom: 13px solid transparent;
  border-right: 13px solid black;
}
.calendar-box table#kalendar td span.cal-arena:after {
  background-image: url(../../../img/ico-calendar_action.svg);
}

games-owl-box .games-owl .games-box .buttons a,
.games-owl-box .games-owl .games-box .game-data,
.games-owl-box .games-owl .games-box .game-data .score,
.games-owl-box .nav-tabs>li>a,
.games-owl-box .rozpis_ledu .rozpis_header {
    font-weight: 700;
    font-family: 'Titillium Web', sans-serif
}

.hp-main .news-box:after {
    display: block;
    height: 100px;
    background-image: linear-gradient(to top, #fff 0, transparent 100%);
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0
}

.games-owl-box {
    position: relative
}

@media (max-width:768px) {
    .hp-main .news-box:after {
        display: none
    }
    .games-owl-box {
        padding-left: 0;
        padding-right: 0
    }
}

.games-owl-box .nav-tabs {
    background: #fff;
    border-bottom: 0;
    padding: 15px
}

.games-owl-box .rozpis_ledu {
    position: absolute;
    right: 180px;
    top: 16px
}

@media (max-width:1220px) {
    .games-owl-box .rozpis_ledu {
        right: 40px
    }
}

.games-owl-box .rozpis_ledu .rozpis_header {
    font-size: 12px;
    background: #22297a;
    display: initial;
    padding: 5px 8px;
    line-height: 28px;
    color: #fff;
    text-transform: uppercase;
    margin-right: 8px
}

.games-owl-box .rozpis_ledu a {
    color: #000;
    vertical-align: middle
}

.games-owl-box .rozpis_ledu a:last-child::after {
    display: none
}

.games-owl-box .rozpis_ledu a::after {
    content: " | "
}

.games-owl-box .nav-tabs>li {
    margin-right: 10px;
    margin-bottom: 5px
}

.games-owl-box .nav-tabs>li.active>a {
    border: 2px solid #22297a;
    color: #fff;
    background: #22297a
}

.games-owl-box .nav-tabs>li>a {
    border: 2px solid #a0a0a0;
    border-radius: 0;
    color: #a0a0a0;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 8px
}

.games-owl-box .nav-tabs>li>a:active,
.games-owl-box .nav-tabs>li>a:focus,
.games-owl-box .nav-tabs>li>a:hover {
    color: #fff;
    background: #22297a;
    border-color: #22297a
}

.games-owl-box .games-owl {
    background: #fff
}

.games-owl-box .games-owl .games-box {
    margin-top: 20px;
    padding: 0 25px;
    min-height: 101px
}

.games-owl-box .games-owl .games-box .scorebox {
    display: table;
    width: 100%
}

.games-owl-box .games-owl .games-box .buttons {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 40px
}

.games-owl-box .games-owl .games-box .buttons a {
    display: inline-block;
    border: 2px solid #22297a;
    text-transform: uppercase;
    line-height: 26px;
    padding: 0 3px;
    font-size: 13px;
    color: #22297a;
    margin-bottom: 5px
}

.anketa form .otazka_blok,
.hp-more .line,
.hp-more .standings .tab-content .tab-pane #tabLiga tr,
.hp-more .standings .tab-content .tab-pane .table_hokej_mala tr {
    border-bottom: 1px solid #dcdcdc
}

.games-owl-box .games-owl .games-box .buttons a:active,
.games-owl-box .games-owl .games-box .buttons a:focus,
.games-owl-box .games-owl .games-box .buttons a:hover {
    background: #22297a;
    color: #fff;
    text-decoration: none
}

.games-owl-box .games-owl .games-box img {
    width: auto;
    max-width: 55px
}

.hp-banners .banner-box img,
.hp-youth .youth-banners .banner-box img {
    max-width: 100%
}

.games-owl-box .games-owl .games-box .game-data {
    display: table-cell;
    text-align: center;
    color: #22297a;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 19px
}

.games-owl-box .games-owl .games-box .game-data .date {
    font-size: 19px;
    line-height: 24px
}

.games-owl-box .games-owl .games-box .game-data .score {
    font-size: 32px;
    line-height: 32px;
    color: #22297a
}

.games-owl-box .games-owl .games-box .game-data .score a {
    color: #22297a;
    line-height: 32px
}

.games-owl-box .games-owl .games-box .game-data .score a span {
    font-size: 16px
}

.games-owl-box .games-owl .games-box .team {
    display: table-cell;
    vertical-align: middle
}

.games-owl-box .games-owl .win .game-data,
.games-owl-box .games-owl .win .game-data .score a {
    color: #95c11f
}

.games-owl-box .games-owl .loss .game-data,
.games-owl-box .games-owl .loss .game-data .score a {
    color: #e30613
}

.games-owl-box .owl-nav {
    position: absolute;
    top: 50px;
    width: 100%;
    color: transparent
}

.games-owl-box .owl-nav .owl-prev {
    position: absolute;
    top: 0;
    left: -25px;
    background: url(/img/owl_left.png) no-repeat;
    background-size: cover;
    width: 50px;
    height: 50px
}

.games-owl-box .owl-nav .owl-next {
    position: absolute;
    top: 0;
    right: -25px;
    background: url(/img/owl_right.png) no-repeat;
    background-size: cover;
    width: 50px;
    height: 50px
}

@media (max-width:768px) {
    .games-owl-box .owl-nav {
        display: none
    }

    .owl-carousel,
    .owl-carousel .owl-item {
        -webkit-tap-highlight-color: transparent;
        position: relative
    }
    
    .owl-carousel {
        display: none;
        width: 100%;
        z-index: 1
    }
    
    .owl-carousel .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y
    }
    
    .owl-carousel .owl-stage:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0
    }
    
    .clear:after,
    .hp-main .news-box:after,
    .onlajn-bg #onlajn .title h2::before,
    .topstory:after {
        content: ""
    }
    
    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        -webkit-transform: translate3d(0, 0, 0)
    }
    
    .owl-carousel .owl-item {
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-touch-callout: none
    }
    
    .owl-carousel .owl-item img {
        display: block;
        width: 100%;
        -webkit-transform-style: preserve-3d
    }
    
    .owl-carousel .owl-dots.disabled,
    .owl-carousel .owl-nav.disabled {
        display: none
    }
    
    .owl-carousel .owl-dot,
    .owl-carousel .owl-nav .owl-next,
    .owl-carousel .owl-nav .owl-prev {
        cursor: pointer;
        cursor: hand;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }
    
    .owl-carousel.owl-loaded {
        display: block
    }
    
    .owl-carousel.owl-loading {
        opacity: 0;
        display: block
    }
    
    .owl-carousel.owl-hidden {
        opacity: 0
    }
    
    .owl-carousel.owl-refresh .owl-item {
        display: none
    }
    
    .owl-carousel.owl-drag .owl-item {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }
    
    .owl-carousel.owl-grab {
        cursor: move;
        cursor: -webkit-grab;
        cursor: grab
    }
    
    .owl-carousel.owl-rtl {
        direction: rtl
    }
    
    .owl-carousel.owl-rtl .owl-item {
        float: right
    }
    
    .no-js .owl-carousel {
        display: block
    }
    
    .owl-carousel .animated {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both
    }
    
    .owl-carousel .owl-animated-in {
        z-index: 0
    }
    
    .owl-carousel .owl-animated-out {
        z-index: 1
    }
    
    .owl-carousel .fadeOut {
        -webkit-animation-name: fadeOut;
        animation-name: fadeOut
    }
    
    @-webkit-keyframes fadeOut {
        0% {
            opacity: 1
        }
        100% {
            opacity: 0
        }
    }
    
    @keyframes fadeOut {
        0% {
            opacity: 1
        }
        100% {
            opacity: 0
        }
    }
    
    .owl-height {
        transition: height .5s ease-in-out
    }
    
    .owl-carousel .owl-item .owl-lazy {
        opacity: 0;
        transition: opacity .4s ease
    }
    
    .owl-carousel .owl-item img.owl-lazy {
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d
    }
    
    .owl-carousel .owl-video-wrapper {
        position: relative;
        height: 100%;
        background: #000
    }
    
    .owl-carousel .owl-video-play-icon {
        position: absolute;
        height: 80px;
        width: 80px;
        left: 50%;
        top: 50%;
        margin-left: -40px;
        margin-top: -40px;
        background: url(owl.video.play.png) no-repeat;
        cursor: pointer;
        z-index: 1;
        -webkit-backface-visibility: hidden;
        transition: -webkit-transform .1s ease;
        transition: transform .1s ease
    }
    
    .owl-carousel .owl-video-play-icon:hover {
        -ms-transform: scale(1.3, 1.3);
        -webkit-transform: scale(1.3, 1.3);
        transform: scale(1.3, 1.3)
    }
    
    .owl-carousel .owl-video-playing .owl-video-play-icon,
    .owl-carousel .owl-video-playing .owl-video-tn {
        display: none
    }
    
    .owl-carousel .owl-video-tn {
        opacity: 0;
        height: 100%;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        transition: opacity .4s ease
    }
    
    .owl-carousel .owl-video-frame {
        position: relative;
        z-index: 1;
        height: 100%;
        width: 100%
    }