body *[role=tooltip],
body a.jmodedit {
  display: none !important;
}
body > header .top {
  height: 42px;
  padding: 0 40px;
}
body > header .top a {
  color: var(--dark);
}
body > header .top .oldsite,
body > header .top .edziennik{
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
}
body > header .top .oldsite i,
body > header .top .edziennik i{
  color: var(--main-color);
  font-size: 16px;
}
body > header .top .mod-menu {
  gap: 16px;
  display: flex;
}
body > header .top .mod-menu a {
  font-size: 0;
}
body > header .top .mod-menu a span {
  font-size: 18px;
  transition: all 200ms linear;
}
body > header .top .mod-menu a span:hover {
  opacity: 0.8;
}
body > header .top .break {
  margin: 0 20px;
  height: 20px;
  min-width: 1px;
  background: var(--grey);
}
body > header .top .contrast {
  font-size: 14px;
  font-weight: 700;
  gap: 11px;
  display: inline-flex;
  align-items: center;
}
body > header .top .contrast i {
  font-size: 18px;
}
body > header .top .contrast:hover {
  opacity: 0.8;
}
body > header .top .element {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 16px;
  font-weight: 700;
}
body > header .top .element span {
  color: var(--main-color);
  font-weight: 900;
}
body > header .bottom {
  padding: 0 20px;
  gap: 20px;
}
body > header .bottom .left {
  height: 96px;
  border-radius: 15px;
  border: 1px solid var(--grey);
  flex: auto;
  padding: 0 0 0 15px;
}
body > header .bottom .left .logo {
  gap: 20px;
  height: 100%;
}
body > header .bottom .left .logo .mainlogo {
  overflow: hidden;
  max-width: 100%;
  transition: all 200ms linear;
  display: flex;
  align-items: center;
  gap: 13px;
}
body > header .bottom .left .logo .mainlogo span {
  font-size: 13px;
  font-weight: 700;
  color: var(--dark);
}
body > header .bottom .left .logo .break {
  height: 100%;
  min-width: 1px;
  background-color: var(--grey);
}
body > header .bottom .left .logo .godlo {
  max-height: 49px;
}
body > header .bottom .left .logo svg {
  width: 92px;
}
body > header .bottom .left nav {
  padding-left: 80px;
  height: 100%;
  flex: 0 auto;
}
body > header .bottom .left nav .mod-menu {
  justify-content: flex-start;
  gap: 40px;
  height: 100%;
}
body > header .bottom .left nav .mod-menu > li {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 10px;
}
body > header .bottom .left nav .mod-menu a {
  font-size: 17px;
  color: var(--dark);
  font-weight: 700;
  white-space: nowrap;
}
body > header .bottom .left nav .mod-menu > li.parent:hover > .mod-menu__sub {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
body > header .bottom .left nav .mod-menu .active {
  position: relative;
}
body > header .bottom .left nav .mod-menu .active:after {
  content: "";
  position: absolute;
  height: 2px;
  background: linear-gradient(to right, var(--white) 0 10px, var(--main-color) 10px calc(100% - 10px), var(--white) calc(100% - 10px) 100%);
  bottom: -1px;
  left: 0px;
  width: 51px;
}
body > header .bottom .left nav .mod-menu > li.parent > a:after {
  content: "\e090";
  color: var(--main-color);
  margin-left: 8px;
  font-size: 18px;
  font-family: var(--icons);
  margin-right: -4px;
}
body > header .bottom .left nav .mod-menu .custom-span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
}
body > header .bottom .left nav .mod-menu .custom-span:before {
  content: "\e090";
  color: var(--main-color);
  margin-left: 8px;
  font-size: 18px;
  font-family: var(--icons);
}
body > header .bottom .left nav .mod-menu .parent {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
body > header .bottom .left nav .mod-menu .parent > a {
  display: flex;
  align-items: center;
  flex: auto;
}
body > header .bottom .left nav .mod-menu .parent > a:hover {
  opacity: 0.8;
}
body > header .bottom .left nav .mod-menu .parent ul {
  position: absolute;
  left: 0;
  top: 80%;
  min-width: 150px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: transform 0.25s ease, opacity 0.25s ease;
  background: var(--white);
  border-radius: 15px;
  padding: 15px 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  z-index: 10;
  border: 1px solid transparent;
}
body > header .bottom .left nav .mod-menu .parent ul > li {
  white-space: nowrap;
}
body > header .bottom .left nav .mod-menu .parent ul > li a {
  font-size: 16px;
  display: block;
  padding: 8px 10px;
}
body > header .bottom .left nav .mod-menu .parent ul > li a:hover {
  opacity: 0.8;
}
body > header .bottom .left nav .mod-menu .parent ul > li.active:after {
  display: none;
}
body > header .bottom .left nav .mod-menu .parent ul > li.active > a {
  color: var(--main-color);
}
body > header .bottom .left nav .mod-menu .parent .mod-menu__sub .mod-menu__sub {
  position: relative;
  left: 10px;
  width: calc(100% - 35px);
  display: none;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
body > header .bottom .left .searchBox {
  min-width: 94px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
}
body > header .bottom .left .searchBox a {
  font-size: 26px;
  color: var(--dark);
}
body > header .bottom .left .searchBox form {
  display: flex;
  width: 100%;
  border: 1px solid transparent !important;
  border-radius: 10px;
  overflow: hidden;
  transition: all 200ms linear;
}
body > header .bottom .left .searchBox form input {
  width: 100%;
  transition: all 200ms linear;
  padding: 0 15px;
  height: 50px;
  opacity: 0;
  font-size: 15px;
  color: var(--dark);
  background-color: transparent;
  border: none;
  pointer-events: none;
  visibility: visible;
}
body > header .bottom .left .searchBox form a {
  padding-top: 1px;
}
body > header .bottom .left:hover .searchBox form, body > header .bottom .left:has(form.active) .searchBox form {
  border: 1px solid var(--dark) !important;
  padding: 0 20px 0 0;
}
body > header .bottom .left:hover .searchBox form input, body > header .bottom .left:has(form.active) .searchBox form input {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
body > header .bottom .rightside {
  position: relative;
  height: 96px;
}
body > header .bottom .rightside > a {
  border-radius: 15px;
  border: 1px solid var(--dark);
  display: flex;
  padding: 0 20px;
  gap: 15px;
  align-items: center;
  height: 100%;
  position: relative;
  overflow: hidden;
}
body > header .bottom .rightside > a .fi-rr-headset {
  border-radius: 5px;
  background-color: var(--main-color);
  color: var(--dark);
  font-size: 18px;
  height: 34px;
  min-width: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body > header .bottom .rightside > a .fi-rr-headset:before {
  animation: shake 5s infinite ease-in-out;
}
body > header .bottom .rightside > a span {
  font-size: 16px;
  color: var(--dark);
  font-weight: 700;
  transition: all 200ms linear;
}
body > header .bottom .rightside > a .fi-rr-angle-small-down {
  color: var(--dgrey);
  font-size: 20px;
  margin-left: -4px;
}
body > header .bottom .rightside > a:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 1px;
  background: var(--dark);
  margin-left: -10px;
  transform: scale(0);
  transform-origin: center;
  top: 0;
  bottom: 0;
  left: -10px;
  margin: auto;
  border-radius: 100%;
  z-index: -1;
}
body > header .bottom .rightside > a:hover:before {
  transform: scale(460);
}
body > header .bottom .rightside > a:hover span {
  color: var(--white);
}
body > header .bottom .rightside > a:hover .fi-rr-angle-small-down {
  color: var(--white);
}
body > header .bottom .rightside:has(ul.active) > a:before {
  transform: scale(460);
}
body > header .bottom .rightside:has(ul.active) > a span {
  color: var(--white);
}
body > header .bottom .rightside:has(ul.active) > a .fi-rr-angle-small-down {
  color: var(--white);
  transform: rotate(180deg);
}
body > header .bottom .rightside .contact-list {
  position: absolute;
  right: 0;
  top: 110%;
  min-width: 180px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: transform 0.25s ease, opacity 0.25s ease;
  background: var(--white);
  border-radius: 15px;
  padding: 25px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  z-index: 10;
  border: 1px solid var(--ce);
}
body > header .bottom .rightside .contact-list li {
  border: none;
}
body > header .bottom .rightside .contact-list li a {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--dark);
  font-weight: 400;
  font-size: 13px;
}
body > header .bottom .rightside .contact-list li a i.fi::before {
  font-size: 20px;
  color: var(--dark);
}
body > header .bottom .rightside .contact-list li a strong {
  font-weight: 700;
  font-size: 16px;
  display: block;
  margin-top: -1px;
}
body > header .bottom .rightside .contact-list li a:hover i.fi::before {
  color: var(--main-color);
}
body > header .bottom .rightside .contact-list li + li {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid var(--ce);
}
body > header .bottom .rightside .contact-list.active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
body .partners {
  height: 134px;
  border-radius: 15px;
  border: 1px solid var(--grey);
  padding: 0 20px;
  margin-top: 100px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: calc(100% - 40px);
}
body .partners > * {
  width: 100%;
}
body .partners > * li {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
body .boxes {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  justify-content: space-between;
  flex-wrap: wrap;
}
body .boxes .box {
  flex: 1 1 200px;
  min-height: 250px;
  border-radius: 15px;
  border: 1px solid var(--ce);
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
body .boxes .box i, body .boxes .box em {
  font-size: 22px;
  min-width: 45px;
  border: 1px solid var(--main-color);
  height: 50px;
  border-radius: 10px;
  color: var(--white);
  background-color: var(--main-color);
  justify-content: center;
  display: flex;
  align-items: center;
  padding-left: 5px;
}
body .boxes .box h3 {
  font-size: 20px;
  font-weight: 900;
  color: var(--dark);
  margin: 15px 0;
}
body > footer {
  margin-top: 100px;
}
body > footer .top {
  background-color: #fafafa;
  border-top: 1px solid #fafafa;
  padding: 100px 20px;
  border-bottom: 1px solid transparent;
}
body > footer .top .center {
  gap: 60px;
  align-items: flex-start;
}
body > footer .top .center > * {
  width: 180px;
  flex: auto;
}
body > footer .top .center .moduletable h3 {
  font-size: 24px;
  font-weight: 900;
  color: var(--dark);
  margin-bottom: 18px;
}
body > footer .top .center .moduletable ul li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  color: var(--dark);
  font-size: 15px;
}
body > footer .top .center .moduletable ul li a:hover {
  color: var(--main-color);
}
body > footer .top .center .moduletable ul li a:before {
  content: "/";
  color: var(--main-color);
}
body > footer .top .center .moduletable ul li + li {
  margin-top: 22px;
}
body > footer .top .text {
  width: 350px;
}
body > footer .top .text ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 45px;
  border-bottom: 1px solid var(--ce);
  padding-bottom: 30px;
  margin-bottom: 30px;
}
body > footer .top .text ul img {
  width: auto;
  max-width: 100%;
  display: block;
  height: auto;
}
body > footer .top .text p {
  font-size: 15px;
  padding-right: 20px;
  color: #656565;
  line-height: 2;
}
body > footer .bottom {
  min-height: 104px;
}
body > footer .bottom .copy {
  text-align: center;
  font-size: 14px;
  color: #a5a4ae;
}
body > footer .bottom .author a {
  font-size: 14px;
  color: #a5a4ae;
  display: flex;
}
body > footer .bottom .author .break {
  margin: 0 25px;
  height: 30px;
  min-width: 1px;
  background-color: var(--ce);
}
body > footer .bottom .author svg {
  height: 25px;
  margin-right: 10px;
}
body > footer .bottom .author svg * {
  fill: #acabb5;
}
body .headerFullBox {
  border-radius: 15px;
  background: var(--dark);
  margin: 0 auto;
  max-width: calc(100% - 40px);
  margin-top: 20px;
  border: 1px solid transparent;
}
body .headerFullBox .center {
  min-height: 110px;
  display: flex;
  padding: 15px 20px;
  flex-direction: column;
  color: var(--white);
  justify-content: center;
  align-items: flex-start;
}
body .headerFullBox .mod-breadcrumbs {
  list-style: none;
  margin-top: 8px;
  font-size: 13px;
  padding-left: 1px;
}
body .headerFullBox .mod-breadcrumbs:before {
  font-family: var(--icons);
  content: "\e0fe";
  margin: 0 8px 0 0;
  position: relative;
  color: var(--main-color);
}
body .headerFullBox .mod-breadcrumbs a {
  color: var(--white);
}
body .headerFullBox .mod-breadcrumbs li + li:before {
  content: "/";
  margin: 0 8px;
  color: var(--dark);
  opacity: 0.7;
}
body .headerFullBox .mod-breadcrumbs span {
  color: var(--white);
  opacity: 0.5;
}
body #search-result-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  margin-top: 80px;
}
@media (min-width: 768px) {
  body #search-result-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  body #search-result-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
body #search-result-list .item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 20px;
  width: 100%;
  background: var(--white);
  border: 1px solid var(--ce);
  padding: 20px;
  transition: transform 0.3s ease;
}
body #search-result-list .item:hover {
  transform: translateY(-4px);
}
body #search-result-list .item > a.overflowHidden {
  width: 100%;
  aspect-ratio: 700/450;
  background: var(--ce);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  color: var(--dark);
  position: relative;
}
body #search-result-list .item > a.overflowHidden i {
  font-size: 30px;
  color: var(--dark);
}
body #search-result-list .item > a.overflowHidden img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
body #search-result-list .item .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: auto;
}
body #search-result-list .item .text .category {
  font-size: 14px;
  color: var(--main-color);
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
}
body #search-result-list .item .text h2 a {
  font-weight: 700;
  color: var(--dark);
  font-size: 22px;
  margin-top: 5px;
  display: block;
}
body #search-result-list .item .text .shorttext {
  margin-top: 10px;
  font-size: 15px;
  color: var(--c8);
  line-height: 1.5;
  margin-bottom: 20px;
}
body #search-result-list .item .text .buttonLink {
  margin-top: 15px;
  font-weight: 600;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
}
body #search-form {
  margin-bottom: 0px;
}
body #search-form form fieldset {
  border: 1px solid var(--dark);
}
body #search-form form fieldset .input-group {
  display: flex;
  flex-wrap: wrap;
}
body #search-form form fieldset .input-group .awesomplete {
  flex: auto;
  width: 200px;
}
body #search-form form fieldset .input-group .awesomplete input {
  width: 100%;
  height: 62px;
  padding: 0 30px;
  border: none;
}
body #search-form form fieldset .input-group button {
  min-height: 62px;
  width: 200px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  text-transform: uppercase;
  background-color: transparent;
  font-weight: 600;
  min-width: 180px;
  color: var(--dark);
  letter-spacing: 1px;
  background-color: var(--dark);
  color: var(--white);
}
body #search-form form fieldset .input-group button:hover {
  background-color: var(--main-color);
  color: var(--white);
}
body #search-results:not(:has(.pagination)) {
  margin-bottom: 120px;
}
body .com-content-category.category-list {
  margin-top: 100px;
}
body .com-content-category.category-list table {
  width: 100%;
  border: none !important;
  border-collapse: separate;
  border-spacing: 0 10px;
  box-sizing: inherit;
}
body .com-content-category.category-list table tbody tr {
  background: transparent !important;
  border: none !important;
}
body .com-content-category.category-list table tbody tr:hover th {
  background: var(--main-color);
}
body .com-content-category.category-list table tbody tr:hover th a {
  color: var(--white);
}
body .com-content-category.category-list table tbody tr:hover th a::after {
  color: var(--white);
}
body .com-content-category.category-list table tbody tr th {
  border: 1px solid var(--ce) !important;
  border-radius: 10px;
  padding: 20px 25px;
  background: var(--white);
  transition: all 0.3s ease;
}
body .com-content-category.category-list table tbody tr th a {
  color: var(--dark);
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  transition: color 0.3s ease;
}
body .com-content-category.category-list table tbody tr th a::after {
  font-family: var(--icons);
  content: "\e08b";
  font-size: 19px;
  color: var(--main-color);
  transition: color 0.3s ease;
  flex-shrink: 0;
}
body .articleBox .list {
  gap: 20px;
  align-items: flex-start;
  padding-top: 100px;
}
body .articleBox .list .item {
  flex: 1 1 350px;
  max-width: 460px;
  border-radius: 15px;
  border: 1px solid var(--ce);
  position: relative;
  overflow: hidden;
}
body .articleBox .list .item .image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .articleBox .list .item .image i {
  color: var(--dark);
  font-size: 30px;
  position: absolute;
  opacity: 0.3;
}
body .articleBox .list .item .textBox {
  padding: 30px;
}
body .articleBox .list .item .textBox .preinfo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
}
body .articleBox .list .item .textBox .preinfo .element {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  color: var(--text);
  font-size: 16px;
}
body .articleBox .list .item .textBox .preinfo i {
  font-size: 16px;
  color: var(--main-color);
}
body .articleBox .list .item .textBox h2 {
  margin: 12px 0 20px;
  color: var(--dark);
  font-weight: 900;
  font-size: 21px;
  line-height: 1.4;
}
body .articleBox .list .item .textBox .more {
  font-size: 16px;
  color: var(--dtext);
  font-weight: 700;
  gap: 8px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: all 200ms linear;
}
body .articleBox .list .item a {
  position: absolute;
  font-size: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: transparent !important;
}
body .articleBox .list .item:hover .more {
  color: var(--main-color);
}
body.yContrast *:not(.bigger):not(iframe):not([tabindex="0"]):not(.break):not(.ba-phone-selected-country) .articleBox .item .image:has(i), body.dContrast *:not(.bigger):not(iframe):not([tabindex="0"]):not(.break):not(.ba-phone-selected-country) .articleBox .item .image:has(i) {
  border-bottom: 1px solid var(--ce);
}
body.yContrast *:not(.bigger):not(iframe):not([tabindex="0"]):not(.break):not(.ba-phone-selected-country) .articleBox .item .image:has(i) img, body.dContrast *:not(.bigger):not(iframe):not([tabindex="0"]):not(.break):not(.ba-phone-selected-country) .articleBox .item .image:has(i) img {
  opacity: 0;
}
body.yContrast *:not(.bigger):not(iframe):not([tabindex="0"]):not(.break):not(.ba-phone-selected-country) .articleBox .item .image:has(i) i, body.dContrast *:not(.bigger):not(iframe):not([tabindex="0"]):not(.break):not(.ba-phone-selected-country) .articleBox .item .image:has(i) i {
  opacity: 1;
}
body.yContrast *:not(.bigger):not(iframe):not([tabindex="0"]):not(.break):not(.ba-phone-selected-country) .articleBox .item a, body.dContrast *:not(.bigger):not(iframe):not([tabindex="0"]):not(.break):not(.ba-phone-selected-country) .articleBox .item a {
  background: transparent !important;
}
body .dfl-frontend-files {
  border: 1px solid transparent;
}/*# sourceMappingURL=template.css.map */