@charset "UTF-8";
.no-scroll {
  overflow-y: auto;
  height: 100vh;
}

header .header-main {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9990;
  background: #fff;
  padding-top: 15px !important;
  padding-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  header .header-main {
    padding-top: 0px !important;
    background-color: #fff;
    height: 52px;
    position: fixed;
  }
}
@media only screen and (max-width: 1366px) {
  header .et-container-large {
    width: calc(100% - 40px) !important;
  }
  header .et-container-large .breadcrumbs-wrapper {
    padding-left: 0px;
  }
}
@media only screen and (max-width: 991px) {
  header .mobile-wrap {
    position: relative;
    z-index: 99999;
    background-color: #fff;
  }
}
header .logo-mobile {
  display: none;
}
@media only screen and (max-width: 991px) {
  header .logo-mobile {
    position: relative;
    z-index: 99;
    display: flex;
    padding-bottom: 16px;
    margin-top: 20px;
  }
  header .logo-mobile img,
  header .logo-mobile svg {
    width: 200px;
  }
}
header .hamburger {
  display: none;
}
@media only screen and (max-width: 991px) {
  header .hamburger {
    border-radius: 5px;
    border: 1px solid rgba(38, 100, 158, 0.3);
    display: flex;
    gap: 13px;
    align-items: center;
    background-color: #fff;
    width: 80px;
    justify-content: center;
    height: 30px;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 9999;
  }
}
header .hamburger .label {
  font-size: 12px !important;
  color: var(--main);
}
header .hamburger .hamburger-wrapper {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
header .hamburger .hamburger-wrapper span {
  background-color: var(--main);
  width: 12px;
  height: 1px;
  border-radius: 5px;
  display: flex;
}
@media only screen and (max-width: 991px) {
  header .header-container .logo {
    display: none;
  }
}
header .header-container .logo img,
header .header-container .logo svg {
  width: 300px;
}
@media only screen and (max-width: 991px) {
  header .header-container .logo img,
  header .header-container .logo svg {
    width: 200px;
    margin-left: 27px;
  }
}
header .header-container .header-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 20px;
  margin-top: 93px;
}
@media only screen and (max-width: 991px) {
  header .header-container .header-wrapper {
    display: none;
    position: absolute;
    background: #fff;
    top: 22px;
    left: 0;
    width: 100vw;
    height: calc(100vh - 21px);
    overflow-y: auto;
    padding: 20px 0 100px 0;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 0;
  }
  header .header-container .header-wrapper.active {
    display: flex;
  }
}
header .header-container .header-wrapper .search-mobile {
  display: none;
}
@media only screen and (max-width: 991px) {
  header .header-container .header-wrapper .search-mobile {
    border-bottom: 0.5px solid var(--main);
    display: flex;
    padding-bottom: 20px;
  }
}
header .header-container .header-wrapper .search-mobile .search-mobile-inner {
  width: 100%;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
}
header .header-container .header-wrapper .search-mobile .search-mobile-inner input {
  border: 0.5px solid var(--main);
  border-radius: 5px;
  color: var(--main);
  font-size: 0.75rem;
  padding: 10px;
  width: calc(100% - 20px);
}
header .header-container .header-wrapper .search-mobile .search-mobile-inner input::-moz-placeholder {
  font-size: 0.75rem;
  line-height: 18px;
  color: var(--main);
}
header .header-container .header-wrapper .search-mobile .search-mobile-inner input::placeholder {
  font-size: 0.75rem;
  line-height: 18px;
  color: var(--main);
}
header .header-container .header-wrapper .search-mobile .search-mobile-inner button {
  position: absolute;
  right: 0;
  top: 12px;
  border: 0;
  background-color: #fff;
}
header .header-container .header-wrapper .search-mobile .search-mobile-inner button img {
  width: 13px;
  height: auto;
}
header .header-container .header-wrapper .top-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  background-color: #fff;
  width: 100%;
  z-index: 9999;
}
@media only screen and (max-width: 991px) {
  header .header-container .header-wrapper .top-wrapper {
    position: relative;
    left: inherit;
    top: inherit;
  }
}
header .header-container .header-wrapper .top {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  align-items: center;
  padding-top: 20px;
}
@media only screen and (max-width: 991px) {
  header .header-container .header-wrapper .top {
    flex-direction: column;
    border-top: 0.5px solid var(--main);
    order: 1;
    align-items: flex-start;
  }
}
header .header-container .header-wrapper .top ul {
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 991px) {
  header .header-container .header-wrapper .top ul {
    flex-direction: column;
    gap: 10px;
  }
}
header .header-container .header-wrapper .top ul li a {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--main);
  text-decoration: none;
}
header .header-container .header-wrapper .top ul li a:hover {
  text-decoration: underline;
}
header .header-container .header-wrapper .top ul li.current-menu-item a {
  text-decoration: underline;
}
header .header-container .header-wrapper .top .search-col {
  display: flex;
  gap: 11px;
  align-items: flex-end;
}
@media only screen and (max-width: 991px) {
  header .header-container .header-wrapper .top .search-col {
    align-items: flex-start;
  }
}
header .header-container .header-wrapper .top .search-col .fb-icon {
  width: 14px;
  height: 14px;
  margin: 18px 5px;
}
header .header-container .header-wrapper .top .search-col .log-btn {
  font-size: 0.75rem;
  font-weight: 700;
  background-color: var(--main);
  color: #fff;
  padding: 12px;
  display: inline-flex;
  gap: 12px;
  border: 1px solid var(--main);
  align-items: center;
  text-decoration: none;
}
header .header-container .header-wrapper .top .search-col .log-btn svg {
  width: 26px;
  height: auto;
}
header .header-container .header-wrapper .top .search-col .log-btn svg path {
  stroke: #fff;
}
header .header-container .header-wrapper .top .search-col .search-btn {
  font-size: 0.75rem;
  font-weight: 700;
  background-color: #fff;
  color: #000;
  padding: 12px;
  display: inline-flex;
  border: 1px solid var(--main);
  gap: 12px;
  align-items: center;
  align-items: center;
  cursor: pointer;
}
header .header-container .header-wrapper .top .search-col .search-btn svg {
  width: 26px;
}
header .header-container .header-wrapper .top .search-col .search-btn svg path {
  stroke: var(--main);
}
@media only screen and (max-width: 991px) {
  header .header-container .header-wrapper .top .search-col .search-btn {
    display: none;
  }
}
header .header-container .header-wrapper .top .search-col .search-btn:focus {
  outline: 2px solid #ff9800 !important;
}
@media only screen and (max-width: 991px) {
  header .header-container .header-wrapper .top .menu-col {
    width: 100%;
  }
}
header .header-container .header-wrapper .top .menu-col .main-nav .menu-item {
  position: relative;
}
header .header-container .header-wrapper .top .menu-col .main-nav .menu-item a {
  color: #000;
}
header .header-container .header-wrapper .top .menu-col .main-nav .menu-item.menu-item-has-children .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 10;
  padding: 0;
  margin: 0;
  list-style: none;
  min-width: 300px;
}
@media only screen and (max-width: 991px) {
  header .header-container .header-wrapper .top .menu-col .main-nav .menu-item.menu-item-has-children .sub-menu {
    position: relative;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
  }
}
header .header-container .header-wrapper .top .menu-col .main-nav .menu-item.menu-item-has-children .sub-menu li a {
  display: block;
  padding: 10px 15px;
  color: #333;
  text-decoration: none;
}
header .header-container .header-wrapper .top .menu-col .main-nav .menu-item.menu-item-has-children .sub-menu li a:hover {
  background-color: #f0f0f0;
}
header .header-container .header-wrapper .top .menu-col .main-nav .menu-item.menu-item-has-children:hover .sub-menu {
  display: block;
}
@media only screen and (max-width: 991px) {
  header .header-container .header-wrapper .top .menu-col .main-nav .menu-item.menu-item-has-children.open {
    opacity: 1;
  }
}
header .header-container .header-wrapper .bottom {
  margin-top: 10px;
}
header .header-container .header-wrapper .bottom .main-menu-bottom {
  display: flex;
  justify-content: space-between;
  background-color: var(--main);
  padding: 20px;
}
@media only screen and (max-width: 991px) {
  header .header-container .header-wrapper .bottom .main-menu-bottom {
    flex-direction: column;
    gap: 10px;
  }
}
header .header-container .header-wrapper .bottom .main-nav-bottom .menu-item a {
  font-size: 0.75rem;
  transition-duration: 0.2s;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  header .header-container .header-wrapper .bottom .main-nav-bottom .menu-item a {
    border-bottom: 0;
  }
}
header .header-container .header-wrapper .bottom .main-nav-bottom .menu-item a:hover {
  transition-duration: 0.2s;
  opacity: 0.9;
}
header .header-container .header-wrapper .bottom .main-nav-bottom .menu-item {
  position: relative;
}
header .header-container .header-wrapper .bottom .main-nav-bottom .menu-item.menu-item-has-children .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 10;
  padding: 0;
  margin: 0;
  list-style: none;
  min-width: 300px;
}
@media only screen and (max-width: 991px) {
  header .header-container .header-wrapper .bottom .main-nav-bottom .menu-item.menu-item-has-children .sub-menu {
    position: relative;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
  }
}
header .header-container .header-wrapper .bottom .main-nav-bottom .menu-item.menu-item-has-children .sub-menu li a {
  display: block;
  padding: 10px 15px;
  color: #333;
  text-decoration: none;
}
@media only screen and (max-width: 991px) {
  header .header-container .header-wrapper .bottom .main-nav-bottom .menu-item.menu-item-has-children .sub-menu li a {
    padding: 7px 15px;
  }
}
header .header-container .header-wrapper .bottom .main-nav-bottom .menu-item.menu-item-has-children .sub-menu li a:hover {
  background-color: #f0f0f0;
}
header .header-container .header-wrapper .bottom .main-nav-bottom .menu-item.menu-item-has-children:hover .sub-menu {
  display: block;
}
@media only screen and (max-width: 991px) {
  header .header-container .header-wrapper .bottom .main-nav-bottom .menu-item.menu-item-has-children.open {
    opacity: 1;
  }
}

#wpadminbar {
  bottom: 0 !important;
  top: inherit !important;
  transform: translateY(32px);
  transition-duration: 0.5s;
}
#wpadminbar:hover {
  transform: translateY(0px);
}

.breadcrumbs-wrapper {
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .breadcrumbs-wrapper {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
    padding-top: 120px;
  }
}
.breadcrumbs-wrapper nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.breadcrumbs-wrapper nav a {
  font-size: 14px !important;
  line-height: 24px;
  text-decoration: none;
}
@media only screen and (max-width: 991px) {
  .breadcrumbs-wrapper nav a {
    font-size: 10px !important;
    line-height: 14px !important;
  }
}
.breadcrumbs-wrapper nav span {
  color: var(--main);
  font-size: 14px !important;
}
@media only screen and (max-width: 991px) {
  .breadcrumbs-wrapper nav span {
    font-size: 10px !important;
    line-height: 14px !important;
  }
}

.search-modal {
  width: 100vw;
  background-color: rgba(255, 255, 255, 0.95);
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  transform: translateX(-200vw);
  transition-duration: 0.4s;
}
@media only screen and (max-width: 768px) {
  .search-modal {
    margin-top: 10px;
  }
}
.search-modal .close-search-modal {
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: var(--main);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.search-modal .close-search-modal svg {
  width: 12px;
  height: auto;
}
.search-modal .close-search-modal svg path {
  fill: #fff;
}
.search-modal.show {
  transform: translateX(0);
  transition-duration: 0.4s;
}
.search-modal .search-label {
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 50px;
}
.search-modal .search-container {
  padding: 80px;
  background-color: #fff;
  max-width: 800px;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 16px 12px -8px rgba(30, 30, 30, 0.1176470588);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06), 0 2px 6px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.search-modal .search-container .heading-2 {
  text-align: center;
}
.search-modal .search-container .searchform {
  display: flex;
  justify-content: center;
}
.search-modal .search-container .searchform input[type=text] {
  width: 500px;
  padding: 20px;
  border-radius: 0;
  border: 0;
  outline-color: var(--main);
  color: var(--main);
  border: 1px solid var(--main);
  border-radius: 5px;
}
@media only screen and (max-width: 768px) {
  .search-modal .search-container .searchform input[type=text] {
    max-width: 250px;
  }
}
.search-modal .search-container .searchform input[type=text]::-moz-placeholder {
  color: var(--main);
}
.search-modal .search-container .searchform input[type=text]::placeholder {
  color: var(--main);
}
.search-modal .search-container .searchform input[type=text]:focus-visible {
  border-radius: 0;
}
.search-modal .search-container .searchform button {
  border: 1px solid var(--main);
  width: 60px;
  height: 60px;
  background-color: var(--main);
  display: flex;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
}
.search-modal .search-container .searchform button img {
  width: 24px;
  height: auto;
  filter: brightness(0) invert(1);
}

.menu-item-has-children > a {
  display: flex;
  position: relative;
  align-items: center;
  padding-right: 11px;
  /* odstęp na strzałkę */
}

.menu-item-has-children > a::after {
  content: "▾";
  /* Strzałka w dół */
  font-size: 0.75rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}

.menu-item-has-children.open > a::after {
  transform: translateY(-50%) rotate(180deg);
  /* Obrót strzałki w górę */
}

.dark-mode .logo-mobile svg path {
  fill: #fdca40;
}
.dark-mode .logo-mobile svg rect:last-child {
  fill: #fdca40;
}
.dark-mode .logo svg path {
  fill: #fdca40;
}
.dark-mode .logo svg rect:last-child {
  fill: #fdca40;
}
.dark-mode .search-modal {
  background-color: rgba(0, 0, 0, 0.8);
}
.dark-mode .search-modal .search-container {
  background-color: #000;
}
.dark-mode .search-modal .close-search-modal {
  background-color: #fdca40;
}
.dark-mode .search-modal .close-search-modal svg path {
  fill: #000;
}
.dark-mode .search-modal .search-container .searchform button {
  background-color: #fdca40;
}
.dark-mode .search-modal .search-container .searchform button img {
  filter: brightness(0) invert(0);
}
.dark-mode .search-modal .search-container .searchform input[type=text] {
  background-color: #000;
  color: #fdca40;
  border: 1px solid #fdca40;
}
.dark-mode .search-modal .search-container .searchform input[type=text]::-moz-placeholder {
  color: #fdca40;
}
.dark-mode .search-modal .search-container .searchform input[type=text]::placeholder {
  color: #fdca40;
}
.dark-mode header .header-container .header-wrapper .bottom .main-nav-bottom .menu-item.menu-item-has-children .sub-menu li a:hover {
  background-color: #fdca40;
  color: #000 !important;
}
.dark-mode header .header-container .header-wrapper .top .menu-col .main-nav .menu-item.menu-item-has-children .sub-menu li a {
  background-color: #000;
}
.dark-mode header .header-container .header-wrapper .top .menu-col .main-nav .menu-item.menu-item-has-children .sub-menu li a:hover {
  background-color: #fdca40;
  color: #000 !important;
}
.dark-mode header .hamburger {
  background-color: #000;
  border: 1px solid #fdca40;
}
.dark-mode header .hamburger span {
  background-color: #fdca40;
}
.dark-mode header .header-container .header-wrapper.active {
  background-color: #000;
}
.dark-mode header .header-container .header-wrapper .search-mobile .search-mobile-inner input {
  background-color: #000;
  border: 1px solid #fdca40;
  color: #fdca40 !important;
}
.dark-mode header .header-container .header-wrapper .search-mobile .search-mobile-inner input::-moz-placeholder {
  color: #fdca40 !important;
}
.dark-mode header .header-container .header-wrapper .search-mobile .search-mobile-inner input::placeholder {
  color: #fdca40 !important;
}
.dark-mode header .header-container .header-wrapper .search-mobile {
  border-color: #fdca40;
}
.dark-mode header .header-container .header-wrapper .search-mobile .search-mobile-inner button {
  background-color: #fdca40;
  width: 26px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 5px;
  right: 3px;
  border-radius: 5px;
}
.dark-mode header .mobile-wrap {
  background-color: #000;
}
.dark-mode header .header-container .header-wrapper .top-wrapper {
  background-color: #000;
}
.dark-mode header .header-container .header-wrapper .bottom .main-menu-bottom {
  background-color: #000;
}
.dark-mode header .header-main {
  background-color: #000;
}
.dark-mode header .header-container .header-wrapper .bottom .mega-tab-link {
  border-color: #fdca40;
}
.dark-mode header .header-container .header-wrapper .top {
  border-color: #fdca40;
}
.dark-mode .mega-tabs-content {
  background-color: #000;
}
.dark-mode header .header-container .header-wrapper .top .search-col .search-btn {
  background-color: #fdca40;
  color: #000 !important;
  border-color: #fdca40;
}
.dark-mode header .header-container .header-wrapper .top .search-col .search-btn svg path {
  stroke: #000;
}
.dark-mode header .header-container .header-wrapper .bottom .main-nav-bottom .menu-item.menu-item-has-children .sub-menu {
  background-color: #000;
}
.dark-mode header .header-container .header-wrapper .top .search-col .log-btn {
  background-color: #fdca40;
  color: #000 !important;
  border-color: #fdca40;
}
.dark-mode header .header-container .header-wrapper .top .search-col .log-btn svg path {
  stroke: #000;
}
.dark-mode .ergotree-aktualnosci .btn-theme {
  background: #fdca40 !important;
  color: #000 !important;
}
.dark-mode .fb-icon svg path {
  fill: #fdca40 !important;
}/*# sourceMappingURL=style.css.map */