.scroll-smooth {
  scroll-behavior: smooth;
}

body {
  background: var(--body-background-color);
  color: var(--main-font-color);
  font-family: var(--main-font);
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: #0009;
  text-decoration: none;
}

a:hover, a:focus {
  color: #00000026;
}

h2 {
  text-align: center;
}

html {
  scroll-behavior: smooth;
}

.container {
  min-width: 380px;
  margin: 0 auto;
  padding: 30px 15px;
}

@media screen and (min-width: 768px) {
  .container {
    min-width: 768px;
  }
}

@media screen and (min-width: 1280px) {
  .container {
    min-width: 1280px;
  }
}

:root {
  --body-background-color: #fff;
  --main-font: "Mitr", sans-serif;
  --main-font-color: #212121;
}

.hed {
  padding-top: 0;
}

.menu {
  justify-content: center;
  align-items: center;
  gap: 30px;
  padding: 20px 0;
  display: flex;
}

.slider {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider__item--txt {
  text-align: center;
  font-size: 25px;
}

@media screen and (min-width: 768px) {
  .slider {
    align-items: center;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    flex-direction: row;
    justify-content: space-evenly;
  }

  .slider__item--txt {
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    display: block;
  }
}

@media screen and (min-width: 768px) and (min-width: 1280px) {
  .slider__item--txt {
    font-size: 35px;
  }
}

.button_language {
  width: 20px;
  height: 20px;
  background: #2196f3;
  border: 0;
  border-radius: 4px;
  padding: 0;
  font-size: 10px;
  transition-duration: .25s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.button_language:focus, .button_language:hover {
  cursor: pointer;
  box-shadow: 0 4px 4px #00000026;
}

.language__menu {
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
  gap: 10px;
  padding: 10px 0;
  display: flex;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  cursor: pointer;
  color: #0009;
  background-color: inherit;
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 16px;
}

.navbar a:hover, .dropdown:hover .dropbtn, .dropbtn:focus {
  color: #00000026;
}

.dropdown-content {
  min-width: 160px;
  z-index: 1;
  background-color: #f9f9f9;
  border-radius: 4px;
  display: none;
  position: absolute;
  box-shadow: 0 8px 16px #00000026;
}

.dropdown-content a {
  float: none;
  text-align: left;
  border-radius: 4px;
  padding: 10px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.show {
  display: block;
}

.timer {
  justify-content: center;
  gap: 12px;
  padding: 20px;
  display: flex;
}

.field {
  text-align: center;
  flex-direction: column;
  display: flex;
}

.value {
  font-size: 30px;
}

.label {
  text-transform: uppercase;
  font-weight: bold;
}

.lang-en {
  display: none;
}

.lang-pl {
  display: block;
}

.content {
  background-image: linear-gradient(#f1f1f1e6, #f1f1f1b3), url("mainb.27adb2eb.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.info {
  padding: 60px 0;
}

.important-link {
  color: #fff;
}

.link {
  justify-content: center;
  gap: 20px;
  display: flex;
}

.link__button {
  width: 200px;
  height: 50px;
  background: #2196f3;
  border: 0;
  border-radius: 4px;
  padding: 1px;
  transition-duration: .25s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.link__button:focus, .link__button:hover {
  cursor: pointer;
  box-shadow: 0 4px 4px #00000026;
}

.info-match {
  text-align: center;
  font-size: 20px;
  line-height: 1.87;
}

.cent {
  text-align: center;
}

table.center {
  margin: 20px auto;
}

table th, table td {
  padding: 10px;
}

.tr-border {
  border: 2pt solid #000;
}

.button_link {
  cursor: pointer;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  display: flex;
}

.sponsors__list {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  display: flex;
}

.sponsors {
  background-color: #f8f9fa;
  padding: 80px 0;
}

.sponsors__item {
  width: 100%;
  max-width: 250px;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  transition: transform .3s, box-shadow .3s, -webkit-transform .3s, -webkit-box-shadow .3s;
  display: flex;
  overflow: hidden;
}

.sponsors__item:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 20px #0000001a;
}

.sponsors__item img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  transition: filter .3s, -webkit-filter .3s;
}

.sponsors__item img:hover {
  -webkit-filter: grayscale(50%);
  filter: grayscale(50%);
}

.gallery img {
  transition: all 1s;
}

.gallery img:hover {
  -webkit-filter: grayscale();
  filter: grayscale();
}

.footer {
  padding: 20px 0 10px;
}

.footer__copyright {
  text-align: center;
  padding-top: 10px;
  font-size: 12px;
}

.footer_list {
  flex-flow: wrap;
  gap: 5px;
  display: flex;
}

.map-wrapper {
  flex-grow: 1;
}

/*# sourceMappingURL=index.f63d3855.css.map */
