.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  background-color: #0c0c0c;
  font-family: Montserrat, sans-serif;
  color: #d1d1d1;
  font-size: 16px;
  line-height: 1.4;
}

h1 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: 'Bebas Neue', sans-serif;
  color: #fff;
  font-size: 61px;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}

h2 {
  margin-top: 0px;
  margin-bottom: 24px;
  color: #fff;
  font-size: 25px;
  line-height: 1.4;
  font-weight: 600;
}

h3 {
  margin-top: 0px;
  margin-bottom: 8px;
  color: #fff;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
}

p {
  margin-bottom: 24px;
  line-height: 1.6;
}

a {
  color: #d1d1d1;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  display: inline-block;
  max-width: 100%;
}

strong {
  font-weight: 600;
}

.container {
  width: 100%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2em;
  padding-left: 2em;
}

.container.is__navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h1_line {
  position: relative;
  left: 0px;
  width: 250px;
  height: 4px;
  margin-right: auto;
  margin-left: auto;
  background-color: #790f27;
}

.h1_line.ver1 {
  left: 7%;
  max-width: 40%;
}

.h1_line.ver1.blue {
  background-color: #1a65a5;
}

.h1_line.ver2 {
  left: -4%;
  max-width: 70%;
}

.h1_line.ver2.blue {
  background-color: #1a65a5;
}

.h1_line.ver3 {
  left: -9%;
  width: 350px;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #0c0c0c;
}

.section {
  width: 100%;
  margin-bottom: 120px;
  padding-bottom: 0px;
}

.section.is__first {
  margin-top: 160px;
}

.section.article {
  margin-top: 120px;
}

.section.hero {
  height: 100vh;
}

.h1__wrapper {
  margin-bottom: 80px;
}

.aktualita__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 750px;
  min-width: 750px;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
  padding: 32px 33px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #333;
  border-radius: 0.5px;
  background-color: #111;
}

.aktualita__item.hero {
  width: 100%;
  max-width: none;
  min-width: auto;
  margin-bottom: 16px;
  padding: 16px;
  background-color: #111;
}

.label__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.label__wrapper._16-bottom-margin {
  margin-bottom: 16px;
}

.label__wrapper._8-bottom-margin {
  margin-bottom: 8px;
}

.label {
  min-width: 80px;
  padding: 8px 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #1a65a5;
  border-radius: 20px;
  text-align: center;
}

.label._16-right-margin {
  margin-right: 16px;
}

.label-text {
  color: #fff;
  font-size: 12.8px;
  font-weight: 600;
}

.grid__3 {
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid__3.reference {
  grid-column-gap: 80px;
}

.grid__3.tymy {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.grid__3.is--v-clanku {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.article-item__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition: all 350ms cubic-bezier(.455, .03, .515, .955);
  transition: all 350ms cubic-bezier(.455, .03, .515, .955);
}

.article-item__wrapper:hover {
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

.article-item__text-wrapper {
  width: 100%;
  padding-top: 16px;
}

.podcast-div {
  margin-bottom: 120px;
}

.rozcestnik__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.red-line {
  width: 100%;
  height: 1px;
  background-color: #790f27;
}

.red-line.blue {
  background-color: #1a65a5;
}

.red-line.article {
  width: 70%;
  height: 4px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.red-line.article.divider {
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: #1a65a5;
}

.red-line.article.secondary {
  margin-top: 16px;
  margin-bottom: 16px;
}

._24-bottom-margin {
  margin-bottom: 24px;
}

._16-bottom-margin {
  margin-bottom: 16px;
}

._40-bottom-margin {
  margin-bottom: 40px;
}

.grid__4 {
  width: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer__red-line {
  width: 100%;
  height: 4px;
  background-color: #790f27;
}

._0-bottom-margin {
  margin-bottom: 0px;
}

._0-bottom-margin.left-align {
  text-align: left;
}

._0-bottom-margin.puk {
  margin-right: 12px;
}

._0-bottom-margin.right-align {
  text-align: right;
}

.bold {
  font-weight: 600;
}

.bold.vel-16 {
  font-size: 16px;
}

.white {
  color: #fff;
}

.red {
  color: #790f27;
}

.blue {
  color: #1a65a5;
}

.ctverec__item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tym__hero-img {
  position: relative;
  z-index: 3;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.blue-overlay {
  position: absolute;
  left: -2%;
  top: -2%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  width: 95%;
  height: 95%;
  background-image: linear-gradient(139deg, rgba(26, 101, 165, 0.95) 17%, rgba(26, 101, 164, 0) 49%);
}

.blue-overlay.circle {
  left: -3%;
  top: -1%;
  border-radius: 100%;
  background-image: linear-gradient(142deg, rgba(26, 101, 165, 0.95) 12%, rgba(26, 101, 164, 0) 60%);
}

.red-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: -2%;
  bottom: -2%;
  z-index: 6;
  background-image: linear-gradient(136deg, rgba(121, 15, 39, 0) 17%, #790f27 96%);
}

.red-overlay.circle {
  left: 4%;
  top: 6%;
  right: auto;
  bottom: 0%;
  width: 98%;
  height: 98%;
  border-radius: 100%;
  background-image: linear-gradient(137deg, rgba(121, 15, 39, 0) 17%, rgba(121, 15, 39, 0.9) 85%);
}

.red-overlay.circle.is__no-profile-photo {
  background-image: linear-gradient(137deg, rgba(121, 15, 39, 0.42), rgba(121, 15, 39, 0.83) 75%);
}

.h1__vel40 {
  z-index: 0.6;
  margin-bottom: 0px;
  font-size: 39px;
  line-height: 1;
}

.h1__vel40.left-align {
  text-align: left;
}

.h1__vel40._16-bottom-margin {
  margin-bottom: 16px;
}

.rozcestnik__text-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__top-text {
  position: relative;
  width: 360px;
  height: 180px;
  margin-bottom: 64px;
  padding: 70px 40px 40px;
}

.footer__top-text__bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  border-radius: 0px 0px 200px 200px;
  background-color: rgba(26, 101, 165, 0.1);
}

.footer__logo {
  position: absolute;
  left: auto;
  top: -40px;
  right: auto;
  bottom: auto;
  z-index: 10;
  max-width: 88px;
}

.footer__links-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 64px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.navigation-link {
  margin-right: 16px;
  margin-left: 16px;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 25px;
}

.navigation-link.nav {
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  color: #fff;
  font-size: 20px;
}

.social-media-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  margin-right: 4px;
  margin-left: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #333;
  border-radius: 100%;
  -webkit-transition: -webkit-transform 300ms cubic-bezier(.455, .03, .515, .955);
  transition: -webkit-transform 300ms cubic-bezier(.455, .03, .515, .955);
  transition: transform 300ms cubic-bezier(.455, .03, .515, .955);
  transition: transform 300ms cubic-bezier(.455, .03, .515, .955), -webkit-transform 300ms cubic-bezier(.455, .03, .515, .955);
}

.social-media-link:hover {
  border-width: 2px;
  border-color: #1a65a5;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.social-media-link.nav {
  width: 40px;
  height: 40px;
}

.social-media-icon {
  max-height: 24px;
}

.social-media-icon__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}

.social-media-icon__wrapper.nav {
  margin-right: 12px;
  margin-bottom: 0px;
}

.social-media-icon__wrapper.nav.mobile {
  display: none;
}

.footer__social-links-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 64px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__blue-line {
  width: 100%;
  height: 4px;
  background-color: #1a65a5;
}

.footer__content-wrapper {
  padding-right: 24px;
  padding-left: 24px;
}

._24-top-margin {
  margin-top: 24px;
}

.filters-wrapper {
  position: relative;
  z-index: 15;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 60px;
  margin-bottom: 40px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.dropdown-button {
  margin-right: 0px;
  margin-left: 0px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  border-style: solid;
  border-width: 0.5px;
  border-color: #333;
  border-radius: 60px;
  background-color: #111;
}

.dropdown-button._12-right-margin {
  z-index: 5;
  margin-right: 12px;
}

.dropdown-button._12-right-margin._8-bottom-margin {
  margin-bottom: 0px;
}

.dropdown-button.nav {
  border-style: none;
  background-color: transparent;
}

.dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 160px;
  padding: 20px 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #c1c1c1;
  font-size: 12.8px;
}

.dropdown-toggle.nav {
  min-width: 0px;
  padding: 0px;
  font-family: 'Bebas Neue', sans-serif;
  color: #fff;
  font-size: 20px;
}

.dropdown_icon {
  position: static;
  margin: 0px 0px 0px 12px;
  padding-left: 0px;
  color: #1a65a5;
  font-weight: 600;
}

.dropdown-link {
  min-width: 160px;
  padding: 1.2em 1.8em;
  background-color: #111;
  color: #c1c1c1;
  font-size: 12.8px;
}

.dropdown-link:hover {
  color: #fff;
}

.dropdown-list {
  margin-top: 2px;
}

.dropdown-list.w--open {
  z-index: 5;
  overflow: auto;
  max-height: 480px;
  margin-top: 8px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-style: solid;
  border-width: 0.5px;
  border-color: #333;
  border-radius: 20px;
  background-color: #111;
}

.dropdown-list.nav {
  overflow: visible;
  margin-top: 0px;
  border-radius: 4px;
  background-color: #111;
}

.search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding: 2px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: solid;
  border-width: 0.5px;
  border-color: #333;
  border-radius: 60px;
  background-color: #111;
}

.search-input {
  height: 100%;
  max-width: 250px;
  margin-bottom: 0px;
  padding-right: 24px;
  padding-left: 24px;
  border: 1px solid transparent;
  border-top-left-radius: 60px;
  border-bottom-left-radius: 60px;
  background-color: transparent;
  color: #d1d1d1;
}

.search-button {
  padding: 12px 24px;
  border-style: solid;
  border-width: 2px;
  border-color: #1a65a5;
  border-radius: 60px;
  background-color: transparent;
  color: #fff;
  font-size: 12.8px;
}

.search-bar-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.article-content__wrapper {
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
}

.archive__hero-img {
  width: 100%;
  height: 100%;
  min-height: 270px;
  -o-object-fit: cover;
  object-fit: cover;
}

.archive__hero-img.main {
  min-height: 350px;
}

.archive__hero-img.secondary {
  min-height: 235px;
}

.article__hero-wrapper {
  position: relative;
  height: 560px;
}

.article__hero-wrapper.is__default-photo {
  height: 450px;
}

.article__hero-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 80px;
  padding-bottom: 64px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(12, 12, 12, 0)), to(rgba(12, 12, 12, 0.8)));
  background-image: linear-gradient(180deg, rgba(12, 12, 12, 0), rgba(12, 12, 12, 0.8));
}

.article__hero-overlay.secondary {
  padding-right: 64px;
  padding-bottom: 24px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(12, 12, 12, 0)), color-stop(62%, rgba(17, 17, 17, 0.6)), color-stop(97%, rgba(12, 12, 12, 0.9)));
  background-image: linear-gradient(180deg, rgba(12, 12, 12, 0), rgba(17, 17, 17, 0.6) 62%, rgba(12, 12, 12, 0.9) 97%);
}

.article__hero-overlay.is--report-zapasu {
  padding-right: 5%;
  padding-bottom: 0px;
  padding-left: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.article__hero-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 64px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.article__img {
  width: 100%;
  margin-bottom: 24px;
}

.logo {
  max-width: 80px;
  -webkit-transition: all 200ms cubic-bezier(.455, .03, .515, .955);
  transition: all 200ms cubic-bezier(.455, .03, .515, .955);
}

.logo:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.navbar__left-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar__right-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 16px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button {
  padding: 20px 32px 18px;
  border-radius: 60px;
  background-color: #790f27;
  -webkit-transition: all 200ms cubic-bezier(.455, .03, .515, .955);
  transition: all 200ms cubic-bezier(.455, .03, .515, .955);
  font-family: 'Bebas Neue', sans-serif;
  font-size: 20px;
  line-height: 1;
}

.button:hover {
  background-color: rgba(121, 15, 39, 0.2);
  box-shadow: inset 0 0 0 2px #790f27;
}

.button.ghost {
  position: relative;
  overflow: hidden;
  border-style: solid;
  border-width: 2px;
  border-color: #790f27;
  background-color: #0c0c0c;
  -webkit-transition: all 200ms cubic-bezier(.455, .03, .515, .955);
  transition: all 200ms cubic-bezier(.455, .03, .515, .955);
}

.button.ghost:hover {
  background-color: rgba(121, 15, 39, 0.15);
  box-shadow: none;
}

.button.nav.mobile {
  display: none;
}

.button.small {
  padding: 12px 24px 10px;
  font-size: 16px;
}

.button.small.ghost {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.button.small.ghost.is--8bm {
  margin-bottom: 8px;
}

.nav-link__line {
  position: relative;
  width: 0%;
  height: 2px;
  background-color: #1a65a5;
}

.nav-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 1vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Bebas Neue', sans-serif;
  color: #fff;
  font-size: 20px;
}

._80-bottom-margin {
  margin-bottom: 80px;
}

.odrazka {
  position: relative;
  left: -2%;
  width: 40px;
  height: 2px;
  margin-bottom: 8px;
  background-color: #1a65a5;
}

.paragraph__sekce {
  margin-bottom: 80px;
}

.kontakt__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 270px;
  padding: 40px 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #333;
  background-color: #111;
}

._4-bottom-margin {
  margin-bottom: 4px;
}

._8-bottom-margin {
  margin-bottom: 8px;
}

.grid__kontakty {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text__line-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text__line-wrapper._40-bottom-margin {
  margin-bottom: 40px;
}

.text__line-wrapper._0-bottom-margin {
  margin-bottom: 0px;
}

.kontakt__icon {
  margin-right: 12px;
}

.grid__mapa {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 40% 1fr;
  grid-template-columns: 40% 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.bg-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 270px;
  padding: 40px 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #333;
  background-color: #0c0c0c;
}

.bg-field.vyhody-pro-letce {
  border-style: none;
  text-align: center;
}

.bg-field.empty-bg {
  background-color: transparent;
}

.bg-field.is__square {
  min-height: auto;
  padding-right: 40px;
  padding-left: 40px;
}

.bg-field.is__narrow {
  min-height: 0px;
  text-align: center;
}

.extra-blue {
  font-family: 'Bebas Neue', sans-serif;
  color: #1a65a5;
  font-size: 40px;
  line-height: 1.1;
}

.bg-box__gradient-okraj {
  padding: 2px;
  background-color: #790f27;
  background-image: linear-gradient(122deg, #790f27, #1a65a5);
}

.cta__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  padding: 80px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(17, 17, 17, 0.95);
  text-align: center;
}

.aktuality__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-link {
  color: #1a65a5;
  text-decoration: none;
}

.text-link:hover {
  text-decoration: underline;
}

._4-right-margin {
  margin-right: 4px;
}

.h1_line-2 {
  position: relative;
  left: 0px;
  width: 250px;
  height: 4px;
  margin-right: auto;
  margin-left: auto;
  background-color: #790f27;
}

.h1_line-2.ver1 {
  left: 7%;
  max-width: 40%;
}

.filters__dropdowns-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-link-wrapper {
  min-width: 160px;
  padding: 1.2em 1.8em;
  background-color: #111;
  color: #c1c1c1;
  font-size: 12.8px;
}

.dropdown-link-wrapper:hover {
  color: #fff;
}

.dropdown-link-wrapper.nav {
  padding: 12px 16px;
  color: #fff;
  font-size: 20px;
}

.dropdown-link-text__nav {
  margin-bottom: 0px;
  font-size: 20px;
  text-align: left;
}

.dropdown-link-line {
  width: 0%;
  height: 2px;
  background-color: #1a65a5;
}

.grid__2 {
  grid-column-gap: 40px;
  grid-row-gap: 80px;
  -ms-grid-rows: minmax(320px, 1fr) minmax(320px, 1fr) minmax(320px, 1fr);
  grid-template-rows: minmax(320px, 1fr) minmax(320px, 1fr) minmax(320px, 1fr);
}

.grid__2._80-bottom-margin {
  grid-auto-rows: minmax(350px, 1fr);
  grid-column-gap: 64px;
  grid-row-gap: 40px;
  -ms-grid-rows: minmax(350px, 1fr) minmax(350px, 1fr) minmax(350px, 1fr);
  grid-template-rows: minmax(350px, 1fr) minmax(350px, 1fr) minmax(350px, 1fr);
}

.odchovanec__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 650px;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.profile__photo-wrapper {
  position: relative;
  max-height: 220px;
  max-width: 220px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.profile__photo-wrapper.reference {
  margin-bottom: 40px;
}

.profile__photo-wrapper.homepage-odchovanec {
  max-height: 320px;
  max-width: 320px;
}

.profile__img {
  position: relative;
  z-index: 5;
  width: 220px;
  height: 220px;
  border-radius: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.profile__img.reference {
  width: 160px;
  height: 160px;
}

.profile__img.homepage-odchovanec {
  width: 320px;
  height: 320px;
}

.odchovanec__text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.profile__label {
  position: absolute;
  left: 0%;
  top: 10%;
  right: auto;
  bottom: auto;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 60px;
  background-color: #1a65a5;
}

.profile__label.hrac-mesice {
  position: static;
  border-style: solid;
  border-width: 2px;
  border-color: #1a65a5;
  background-color: #111;
}

.profile__label.hrac-mesice.is--chybi-hrac {
  position: static;
  margin: 16px;
}

.reference__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.reference__wrapper.strana {
  padding-top: 120px;
}

.tym__text-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tab-link {
  margin-right: 8px;
  padding: 16px 24px;
  border-style: solid;
  border-width: 0.5px;
  border-color: #333;
  border-radius: 2px;
  background-color: #111;
  font-family: 'Bebas Neue', sans-serif;
  color: #fff;
  font-size: 20px;
}

.tab-link.w--current {
  border-color: #1a65a5;
  background-color: #111;
  color: #1a65a5;
}

.tab-link.sub {
  margin-right: 24px;
  padding: 8px 0px 0px;
  border-style: none;
  background-color: #0c0c0c;
}

.tabs-menu {
  margin-bottom: 40px;
}

.tabs-menu.sub {
  margin-bottom: 16px;
}

.soupiska__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.center {
  text-align: center;
}

.h2__wrapper {
  margin-bottom: 64px;
}

.soupiska__line-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.soupiska__cislo-hrace-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 10;
}

.soupiska__cislo-hrace {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.soupiska__hrac-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px;
  margin-bottom: 64px;
  margin-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.soupsika__vlastnost {
  position: absolute;
  left: auto;
  top: -5%;
  right: 10%;
  bottom: auto;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 56px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 60px;
  background-color: #1a65a5;
  color: #fff;
  font-size: 10.24px;
}

.soupsika__vlastnost.ver2 {
  top: 20%;
  right: -8%;
}

.soupsika__vlastnost.ver3 {
  top: 50%;
  right: -10%;
}

.soupsika__vlastnost.ver4 {
  top: 74%;
  right: 6%;
}

.odchovanec_label {
  margin-bottom: 0px;
}

.zapasy__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.soupiska__stats-bar-mobile {
  display: none;
  margin-top: -56px;
  margin-bottom: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.soupsika__vlastnost-mobile {
  position: static;
  left: auto;
  top: -5%;
  right: 10%;
  bottom: auto;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 56px;
  margin-right: 4px;
  margin-left: 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 60px;
  background-color: #1a65a5;
  color: #fff;
  font-size: 10.24px;
}

.zapas__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 280px;
  margin-bottom: 16px;
  padding: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #333;
  background-color: #111;
}

.zapas__wrapper:hover {
  border-width: 1px;
  border-color: #1a65a5;
}

.zapas__wrapper.mobile {
  display: none;
}

.zapas__wrapper.mobile.is--report-zapasu.is--only-mobile {
  display: none;
}

.zapas__wrapper.is--report-zapasu {
  position: relative;
  z-index: 10;
  width: 90%;
  margin: -140px auto 0px;
}

.zapas__middle-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
}

.zapas__score-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 280px;
  margin-top: 32px;
  margin-bottom: 32px;
}

.zapas__score-wrapper.budouci {
  margin-bottom: 0px;
}

.score-number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 64px;
  line-height: 0.7;
}

.score-number.gray {
  color: #333;
}

.score-number.right {
  width: 40%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.score-number.left {
  width: 40%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.zapas__horizontal-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.zapas__horizontal-wrapper.right-alighned {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.zapas__horizontal-wrapper.mobile--nazvy-tymu {
  text-align: center;
}

.zapas__logo {
  max-height: 80px;
  margin-right: 24px;
  margin-left: 24px;
}

.zapas__full-width-tym-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.zapas__full-width-tym-name.right-align {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.grid__hero {
  height: 100vh;
  padding-top: 12vh;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -ms-grid-columns: 75% 25%;
  grid-template-columns: 75% 25%;
  -ms-grid-rows: 100vh auto;
  grid-template-rows: 100vh auto;
}

.grid__hero__left-side {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -ms-grid-rows: 58vh 29vh;
  grid-template-rows: 58vh 29vh;
}

.hero-grid__right-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 87vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero__main-article-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 350px;
}

.hero__secondary-article-wrapper {
  position: relative;
  min-height: 235px;
}

.hrac-mesice__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #333;
  background-color: #111;
}

.hrac-mesice__img {
  position: relative;
  width: 100%;
  max-height: 200px;
  max-width: 50%;
  border-bottom-left-radius: 80px;
  -o-object-fit: cover;
  object-fit: cover;
}

.hrac-mesice__text-wrapper {
  width: 100%;
  padding-right: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
}

.hrac-mesice__img-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 24px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.hero__aktuality-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.hero__aktuality-wrapper.sliderstyle._8-bottom-margin {
  height: auto;
}

.grid__bannery {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.h1__vel30 {
  z-index: 0.6;
  margin-bottom: 0px;
  font-size: 30px;
  line-height: 0.8;
}

.swiper-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 450px;
  padding-left: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.swiper-slide {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 320px;
  max-width: 320px;
  margin-right: 24px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: transparent;
  background-image: none;
  background-size: auto;
}

.swiper-slide.odch1 {
  margin-bottom: 100px;
}

.swiper-slide.odch2 {
  margin-top: 80px;
}

.swiper-slide.odch3 {
  margin-bottom: 0px;
}

.swiper-container {
  overflow: auto;
  width: 100%;
  height: 100%;
  margin-bottom: 24px;
}

.odchovanec__text-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 15;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.extrabold {
  font-weight: 700;
}

.button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.benefit__item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 300px;
  margin: 20px;
  padding: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #333;
  border-radius: 100%;
  background-color: #111;
  text-align: center;
}

.benefit__item.item2 {
  width: 260px;
  height: 260px;
}

.benefit__item.item3 {
  width: 280px;
  height: 280px;
}

.benefit__item.item4 {
  width: 240px;
  height: 240px;
}

.benefit__item.item5 {
  width: 320px;
  height: 320px;
}

.benefit__icon {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.benefit__icon.n1 {
  left: 11%;
  top: -8%;
}

.benefit__icon.n3 {
  left: 31%;
  top: -11%;
  bottom: auto;
}

.benefits__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1492px;
  margin-right: auto;
  margin-bottom: 16px;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.archive__pagination-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.archive__pagination-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-right: 4px;
  margin-left: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #333;
  border-radius: 4px;
  background-color: #111;
}

.archive__pagination-button:hover {
  border-color: #1a65a5;
}

.archive__pagination-button.current {
  border-color: #1a65a5;
  color: #1a65a5;
}

.popup-window {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1001;
  display: none;
  width: 100%;
  height: 100%;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(12, 12, 12, 0.9);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, 0.13)), to(#0c0c0c));
  background-image: linear-gradient(180deg, rgba(17, 17, 17, 0.13), #0c0c0c);
}

.popup__baner {
  max-height: 70vh;
  margin-bottom: 24px;
}

.tabs-2 {
  z-index: 1;
}

.created-by-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.created-by-link {
  text-decoration: underline;
}

.created-by-link:hover {
  text-decoration: underline;
}

.swiper--arrows-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1400px;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
  padding-right: 2em;
  padding-left: 2em;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.arrow--right {
  margin-left: 8px;
}

.realizacni-tym__clen-w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.realizacni-tym__clen-w._24-bottom-margin {
  margin-bottom: 24px;
}

.realizacni-tym__foto {
  width: 100px;
  height: 100px;
  margin-right: 16px;
  border-radius: 100%;
}

.realizacni-tym__text-w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.report-zapasu--goals-w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.report-zapasu--goal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.report-zpaasu--puk {
  width: 32px;
  margin-bottom: 16px;
}

.report-zapasu--text-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #333;
  border-radius: 0.5px;
  background-color: #111;
}

.report-zapasu--text-box.hero {
  width: 100%;
  max-width: none;
  margin-bottom: 16px;
  padding: 16px;
  background-color: #111;
}

.report-zapasu--grid {
  margin-bottom: 16px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.is---score-4-bottom-margin {
  margin-bottom: 4px;
}

.tabulka-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: none solid solid;
  border-width: 1px;
  border-color: #333;
  background-color: #111;
}

.tabulka-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: solid;
  border-width: 0.5px;
  border-color: #333;
  background-color: #0c0c0c;
}

.tabulka-header--left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tabulka--item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 56px;
  margin-right: 1vw;
  margin-left: 1vw;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.tabulka--item.nazev-tymu {
  min-width: 240px;
  margin-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.tabulka--item.body {
  margin-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.tabulka--item.poradi {
  min-width: 40px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.tabulka--item.pozice-hrace {
  min-width: 40px;
  margin-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.tabulka--item-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tabulka--item-copy.nazev-tymu {
  min-width: 120px;
}

.tabulka-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tabulka--divider {
  width: 100%;
  height: 0.5px;
  background-color: #333;
}

.tabulka--item--number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #333;
  border-radius: 4px;
}

.tabulka--item--number.is--red-border {
  border-color: #790f27;
}

.tabulka--wrapper {
  overflow: auto;
}

.tabulka--wrapper._40-bottom-margin {
  overflow: hidden;
}

.tabulka--content {
  overflow: auto;
}

.galerie-thumb {
  width: 100%;
}

.hrac-mesice__text-wrapper-copy {
  width: 100%;
  padding: 24px 16px 16px;
}

.hrac-mesice__header-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 991px) {
  .h1_line.ver3 {
    max-width: 70%;
  }

  .section.is__first {
    margin-top: 140px;
  }

  .section.hero {
    height: auto;
  }

  .aktualita__item {
    min-width: 100%;
  }

  .grid__3.reference {
    grid-column-gap: 40px;
    grid-row-gap: 80px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .red-line.article {
    width: 100%;
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .red-line.article.divider {
    width: 70%;
  }

  .grid__4 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .grid__4.loga {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  ._0-bottom-margin.divider-line {
    padding-right: 12px;
    padding-left: 12px;
    color: #d1d1d1;
  }

  .navigation-link {
    margin-right: 12px;
    margin-left: 12px;
  }

  .social-media-icon__wrapper.nav.mobile {
    display: none;
  }

  .filters-wrapper {
    margin-bottom: 24px;
  }

  .dropdown-button.nav {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .dropdown-toggle.nav.w--open {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .dropdown-list.w--open {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    margin-top: 12px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .article__hero-wrapper {
    height: 400px;
  }

  .article__hero-wrapper._40-bottom-margin {
    height: 320px;
  }

  .article__hero-wrapper.is__default-photo {
    height: 320px;
  }

  .article__hero-overlay {
    padding-bottom: 40px;
  }

  .article__hero-text-wrapper {
    padding-left: 40px;
  }

  .logo {
    max-width: 64px;
  }

  .nav-menu {
    position: absolute;
    min-height: 100vh;
    margin-left: 0px;
    padding-top: 64px;
    padding-bottom: 64px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: #111;
  }

  .button.nav.mobile {
    display: none;
  }

  .nav-link-wrapper {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .nav-link-wrapper.mobile-button {
    display: none;
  }

  .nav-link-wrapper.footer {
    padding-top: 0px;
    padding-bottom: 8px;
  }

  .grid__kontakty._80-bottom-margin {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .cta__wrapper {
    min-height: 360px;
  }

  .dropdown-link-wrapper.nav {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .dropdown-link-text__nav {
    text-align: center;
  }

  .menu-button {
    margin-left: 24px;
    padding: 0px;
    color: #fff;
    font-size: 32px;
  }

  .menu-button.w--open {
    background-color: #0c0c0c;
  }

  .grid__2._80-bottom-margin {
    justify-items: center;
    grid-auto-rows: minmax(auto, 1fr);
    grid-row-gap: 64px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .odchovanec__wrapper {
    max-width: 750px;
  }

  .profile__photo-wrapper {
    margin-right: 40px;
    margin-left: 40px;
  }

  .profile__photo-wrapper.reference {
    margin-left: 0px;
  }

  .profile__photo-wrapper.homepage-odchovanec {
    margin-right: 0px;
    margin-left: 0px;
  }

  .profile__photo-wrapper.odchovanec-list {
    margin-left: 0px;
  }

  .profile__img {
    width: 200px;
    height: 200px;
  }

  .reference__wrapper.strana {
    padding-top: 0px;
  }

  .h2__wrapper {
    margin-bottom: 40px;
  }

  .soupiska__line-wrapper._0-bottom-margin {
    margin-bottom: -64px;
  }

  .soupiska__hrac-wrapper {
    margin-right: 32px;
    margin-bottom: 64px;
    margin-left: 32px;
  }

  .soupsika__vlastnost {
    display: none;
  }

  .odchovanec_label {
    font-size: 18px;
  }

  .soupiska__stats-bar-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -48px;
  }

  .soupsika__vlastnost-mobile {
    width: 56px;
    height: 56px;
  }

  .zapas__wrapper {
    display: none;
  }

  .zapas__wrapper.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .zapas__wrapper.mobile.is--report-zapasu.is--only-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .zapas__wrapper.is--report-zapasu {
    display: none;
  }

  .zapas__score-wrapper {
    min-width: 180px;
  }

  .zapas__score-wrapper.mobile {
    min-width: 180px;
    margin-top: 0px;
    margin-bottom: 12px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .score-number {
    font-size: 64px;
  }

  .score-number.time {
    width: 10%;
  }

  .zapas__horizontal-wrapper.mobile--nazvy-tymu {
    width: 100%;
    margin-bottom: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .zapas__full-width-tym-name {
    margin-bottom: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .zapas__full-width-tym-name.right-align {
    text-align: center;
  }

  .grid__hero {
    height: auto;
    padding-top: 10vh;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .grid__hero__left-side {
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .hero-grid__right-column {
    max-height: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero__secondary-article-wrapper {
    height: 260px;
  }

  .hrac-mesice__wrapper {
    margin-bottom: 40px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .hrac-mesice__img {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .hrac-mesice__text-wrapper {
    padding-top: 16px;
    padding-bottom: 16px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .hrac-mesice__img-wrapper {
    max-width: 60%;
    margin-bottom: 0px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .swiper-slide {
    max-width: 550px;
  }

  .swiper--arrows-wrapper {
    margin-bottom: 8px;
  }

  .report-zapasu--goals-w {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .report-zapasu--goal {
    margin: 10px 20px;
  }

  .hrac-mesice__text-wrapper-copy {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .hrac-mesice__header-wrapper {
    padding-top: 16px;
    padding-bottom: 16px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 22.5px;
  }

  h3 {
    font-size: 18px;
  }

  .container {
    padding-right: 1.4em;
    padding-left: 1.4em;
  }

  .section {
    margin-bottom: 80px;
  }

  .h1__wrapper {
    margin-bottom: 56px;
  }

  .aktualita__item {
    margin-bottom: 16px;
  }

  .grid__3 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .article-item__text-wrapper {
    padding-top: 12px;
  }

  .grid__4 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .grid__4.loga {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .footer__top-text {
    margin-bottom: 40px;
  }

  .footer__links-wrapper {
    margin-bottom: 40px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .social-media-icon__wrapper.nav {
    display: none;
  }

  .social-media-icon__wrapper.nav.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 16px;
    padding-bottom: 16px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer__social-links-wrapper {
    margin-bottom: 64px;
  }

  .filters-wrapper {
    margin-bottom: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .search {
    min-height: 60px;
    margin-bottom: 16px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .search-button {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .article__hero-overlay {
    padding-right: 24px;
  }

  .article__hero-text-wrapper {
    padding-left: 24px;
  }

  .logo {
    max-width: 56px;
  }

  .nav-menu {
    overflow: auto;
  }

  ._80-bottom-margin {
    margin-bottom: 64px;
  }

  .paragraph__sekce {
    margin-bottom: 64px;
  }

  .kontakt__wrapper {
    min-height: 240px;
  }

  .grid__kontakty._80-bottom-margin {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid__mapa {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }

  .bg-field {
    min-height: 240px;
    text-align: center;
  }

  .bg-field.is__square {
    padding: 24px;
  }

  .cta__wrapper {
    padding-right: 24px;
    padding-left: 24px;
  }

  .menu-button.w--open {
    background-color: #0c0c0c;
  }

  .odchovanec__wrapper {
    max-width: 560px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .profile__photo-wrapper.reference {
    margin-bottom: 24px;
  }

  .profile__photo-wrapper._24-bottom-margin {
    margin-right: 32px;
    margin-left: 32px;
  }

  .profile__img {
    width: 100%;
    height: 100%;
  }

  .tab-link {
    padding: 12px 16px;
  }

  .h2__wrapper {
    margin-bottom: 56px;
  }

  .soupiska__line-wrapper._0-bottom-margin {
    margin-bottom: -40px;
  }

  .soupiska__hrac-wrapper {
    margin-bottom: 40px;
  }

  .zapas__wrapper.mobile {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .zapas__score-wrapper.mobile {
    margin-bottom: 12px;
  }

  .score-number {
    width: 20%;
    font-size: 48px;
  }

  .zapas__logo {
    max-height: 64px;
  }

  .zapas__full-width-tym-name {
    font-size: 18px;
  }

  .hero__main-article-wrapper {
    min-height: 450px;
  }

  .hrac-mesice__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hrac-mesice__img-wrapper {
    max-width: 100%;
  }

  .grid__bannery {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .benefit__item {
    margin-bottom: 32px;
  }

  .popup-window {
    padding-right: 24px;
    padding-left: 24px;
  }

  .swiper--arrows-wrapper {
    padding-right: 1.4em;
    padding-left: 1.4em;
  }

  .hrac-mesice__header-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 20px;
  }

  .container {
    padding-right: 1em;
    padding-left: 1em;
  }

  .h1_line.ver1.blue {
    background-color: #1a65a5;
  }

  .h1_line.ver2 {
    left: -13%;
  }

  .section {
    margin-bottom: 80px;
  }

  .section.is__first {
    margin-top: 120px;
  }

  .h1__wrapper {
    margin-bottom: 48px;
  }

  .grid__3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid__3.reference {
    grid-row-gap: 64px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  ._40-bottom-margin.is__24-mobile {
    margin-bottom: 24px;
  }

  .grid__4 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid__4.loga {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  ._0-bottom-margin.divider-line {
    line-height: 1;
  }

  .h1__vel40 {
    font-size: 31px;
  }

  .footer__top-text {
    width: 320px;
    height: 160px;
    padding-top: 64px;
  }

  .social-media-icon__wrapper.nav.mobile {
    width: 100%;
  }

  .filters-wrapper {
    margin-bottom: 24px;
  }

  .dropdown-button._12-right-margin {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .dropdown-button._12-right-margin._8-bottom-margin {
    margin-bottom: 8px;
  }

  .archive__hero-img {
    min-height: 250px;
  }

  .article__hero-overlay {
    padding-right: 24px;
    padding-bottom: 24px;
  }

  .article__hero-text-wrapper {
    padding-left: 24px;
  }

  .nav-menu {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .button {
    display: block;
  }

  .button.nav {
    display: none;
  }

  .button.nav.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 180px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .nav-link-wrapper.mobile-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .kontakt__wrapper {
    min-height: 200px;
    padding: 32px 16px;
  }

  .grid__kontakty._24-bottom-margin {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .bg-field {
    min-height: 200px;
    padding: 32px 16px;
  }

  .cta__wrapper {
    min-height: 320px;
  }

  .filters__dropdowns-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .odchovanec__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .profile__photo-wrapper {
    max-height: 200px;
    max-width: 200px;
    margin-bottom: 40px;
  }

  .profile__photo-wrapper._24-bottom-margin {
    margin-bottom: 24px;
  }

  .profile__photo-wrapper.homepage-odchovanec {
    max-height: 240px;
    max-width: 240px;
  }

  .profile__photo-wrapper.odchovanec-list {
    margin-left: 24px;
  }

  .profile__img.homepage-odchovanec {
    width: 240px;
    height: 240px;
  }

  .tab-link {
    margin-bottom: 8px;
  }

  .tab-link.sub {
    margin-bottom: 0px;
  }

  .tabs-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .h2__wrapper {
    margin-bottom: 48px;
  }

  .zapas__horizontal-wrapper._16-bottom-margin {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .zapas__horizontal-wrapper.mobile--nazvy-tymu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero__aktuality-wrapper.sliderstyle._8-bottom-margin {
    height: auto;
  }

  .h1__vel30 {
    font-size: 31px;
  }

  .swiper-wrapper {
    min-height: 390px;
    padding-left: 24px;
  }

  .swiper-slide {
    max-height: 240px;
    max-width: 240px;
  }

  .benefit__item {
    margin-right: 0px;
    margin-left: 0px;
  }

  .benefit__item.item3 {
    width: 80vw;
    height: 80vw;
  }

  .benefit__item.item5 {
    width: 80vw;
    height: 80vw;
  }

  .benefits__wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }

  .popup-window {
    padding-right: 16px;
    padding-left: 16px;
  }

  .swiper--arrows-wrapper {
    margin-bottom: 16px;
    padding-right: 1em;
    padding-left: 1em;
  }

  .report-zapasu--goals-w {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .report-zapasu--goal {
    margin-right: 16px;
    margin-bottom: 24px;
    margin-left: 16px;
  }

  .report-zpaasu--puk {
    margin-right: 8px;
    margin-bottom: 0px;
  }

  .report-zapasu--grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .report-zapasu--goal-header-w {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 12px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .is---score-4-bottom-margin {
    margin-bottom: 0px;
  }
}

#w-node-_8cda3eab-dc40-bf25-e23d-4e04fd22cfad-f1c9060a {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_5966ecd9-7010-e764-5e00-11afb8733b05-f1c9060a {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_84e870be-79cb-99c0-02e2-2db2864ae3c6-58177f2b {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_52b271e9-bd2f-6cd2-66e8-47e691364004-58177f2b {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-f694340e-69a1-6571-f94f-934e7989645c-58177f2b {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_19a01bbb-2ed7-b4a7-ca70-59b82e9fc3fd-58177f2b {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_8559e66d-ca10-30bc-10ce-c2655d2e76f4-58177f2b {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-a6f5e1ec-56a3-ba54-8a5a-c715b62fc941-58177f2b {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-a192b91b-3d47-1cf2-0cdd-3efc186d481d-58177f2b {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_835573b2-c58a-a3e2-8cc8-b1a3c720082a-58177f2b {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-feb3333d-dad0-4733-1c91-795a86b9fd9c-f1c9060a {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_1555e234-0088-7098-4148-5b7f154951bd-f1c9060a {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_84e870be-79cb-99c0-02e2-2db2864ae3c6-58177f2b {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_43746f1c-095e-b6b6-8aca-494b090824cb-f1c9060a {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_235885d8-e1ea-eae5-d30d-722cfe97c017-f1c9060a {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

