@charset "utf-8";
a {
  color: #000000;
}
a:hover {
  text-decoration: none;
}
#pagewrap {
  padding-top: 165px;
}
h1 {
  font-size: 70px;
  line-height: 80px;
  margin: 0;
  padding: 0;
}
h2 {
  font-size: 40px;
  line-height: 60px;
  margin: 0;
  padding: 0;
}
h3 {
  font-size: 74px;
  line-height: 90px;
  margin-bottom: 30px;
}
h4 {
  margin: 0;
  padding: 0;
  font-size: 33px;
  line-height: 50px;
}
h5 {
  margin: 0;
  padding: 0;
  color: #ecb417;
  font-size: 1em;
}
h6 {
  margin: 0;
  padding: 0;
  font-size: 56px;
  line-height: 70px;
}
#breadcrumbs a {
  color: #000;
  text-decoration: none;
}
#breadcrumbs .breadcrumb_last {
  font-weight: 700;
}
.page-header {
  background-color: #ecb417;
  padding-left: 10vw;
  display: flex;
}
.page-header .titletext {
  box-sizing: border-box;
  padding-right: 5vw;
  padding-bottom: 70px;
  padding-top: 200px;
  flex: 0 0 calc(50% - 5vw);
}
.page-header .titletext p {
  font-weight: 700;
}
.page-header .titletext h1 {
  margin-top: 30px;
}
.page-header .titleimg {
  flex: 1;
  background-position: center !important;
  background-size: cover !important;
}
.imgfloat {
  margin-top: -5vw;
  background-attachment: fixed;
  height: 30vw;
}
.prod-header,
.post-header {
  padding-bottom: 70px;
  padding-top: 200px;
  position: relative;
}
.prod-header .prodtitle,
.post-header .prodtitle {
  width: 68%;
}
.prod-header::before,
.post-header::before {
  z-index: -1;
  position: absolute;
  width: 100vw;
  left: 0;
  content: '';
  display: block;
  background-color: #ecb417;
  height: calc(100% - 220px);
  top: 0;
}
.prod-header img,
.post-header img {
  margin-top: 60px;
}
.prod-header h1,
.post-header h1 {
  margin-top: 30px;
}
.prod-header .prod-cats,
.post-header .prod-cats {
  z-index: 1;
  padding: 80px 0 80px 80px;
  box-sizing: border-box;
  width: 28%;
  position: absolute;
  right: 0;
  top: 130px;
}
.prod-header .prod-cats::after,
.post-header .prod-cats::after {
  content: '';
  display: block;
  width: calc(100% + 10vw);
  height: 100%;
  right: -10vw;
  top: 0;
  position: absolute;
  background-color: #f6f5f3;
  z-index: -1;
}
.prod-header .prod-cats h2,
.post-header .prod-cats h2 {
  color: #ecb417;
}
.prod-header .prod-cats h6,
.post-header .prod-cats h6 {
  padding: 0;
  margin: 0;
  font-size: 28px;
  line-height: 50px;
  font-weight: 600;
}
.prod-header .prod-cats h6 .mtitlein,
.post-header .prod-cats h6 .mtitlein {
  display: inline-block;
}
.prod-header .prod-cats h6 .mtitlein::after,
.post-header .prod-cats h6 .mtitlein::after {
  content: '';
  display: inline-block;
  margin-left: 20px;
  width: 20px;
  height: 20px;
  background-image: url(assets/images/arrow.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: ease all 0.25s;
  transform: rotate(-90deg);
}
.prod-header .prod-cats h6:hover .mtitlein::after,
.post-header .prod-cats h6:hover .mtitlein::after {
  transform: rotate(0deg);
}
.prod-header .prod-cats .ui-accordion-header:hover,
.post-header .prod-cats .ui-accordion-header:hover {
  cursor: pointer;
}
.prod-header .prod-cats ul,
.post-header .prod-cats ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.prod-header .prod-cats ul li a,
.post-header .prod-cats ul li a {
  display: block;
  line-height: 28px;
  color: #000000;
  text-decoration: none;
}
.prod-header .prod-cats ul li a:hover,
.post-header .prod-cats ul li a:hover {
  color: #ecb417;
}
.prod-header .prod-cats ul .currentpost,
.post-header .prod-cats ul .currentpost {
  font-weight: 600;
}
.prod-header .prod-cats ul .currentpost a,
.post-header .prod-cats ul .currentpost a {
  color: #ecb417;
}
.post-header::before {
  height: 100%;
}
.prod-header .prod-cats h6.ui-accordion-header-active .mtitlein::after {
  transform: rotate(0deg);
}
.head-deklaracja::before {
  height: calc(100% - 45px);
}
.posts.post .post-wrap {
  flex: 0 0 200px;
  text-align: center;
}
sup,
sub {
  font-size: 12px;
  line-height: 0;
}
.post-wrap {
  display: none;
}
.post-wrap a {
  text-decoration: none;
  color: #000000;
  font-size: 16px;
  line-height: 24px;
}
.post-wrap a .date {
  font-size: 12px;
  color: #737373;
}
.post-wrap a:hover {
  color: #e2001a;
}
.show {
  display: block;
}
#prodselect {
  list-style: none;
}
#prodselect li {
  display: inline-block;
  margin-right: 20px;
}
#prodselect li:hover {
  cursor: pointer;
}
#prodselect .active {
  font-weight: 700;
}
#pdf {
  padding-bottom: 100px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
#pdf table {
  font-size: 14px;
  font-style: italic;
  border: 2px solid #000;
}
#pdf table td,
#pdf table th {
  border: 2px solid #000;
  padding: 4px 8px;
}
#pdf table th {
  font-weight: 700;
}
#pdf table td:last-of-type,
#pdf table .center {
  text-align: center;
}
#pdf table .borderb {
  border-bottom-width: 1px;
}
#pdf table .bordert {
  border-top-width: 1px;
}
#pdf .pdfwartosci {
  font-size: 16px;
}
#pdf .pdfwartosci strong {
  padding-top: 20px;
  padding-bottom: 40px;
  font-size: 18px;
  display: block;
  text-align: center;
  font-style: italic;
}
#pdf .pdfwartosci em {
  display: block;
  padding-bottom: 20px;
  padding-top: 20px;
  text-decoration: underline;
}
#pdf .podpis {
  vertical-align: middle;
  padding-left: 10px;
  padding-right: 10px;
}
#pdf .pdfhead {
  display: flex;
  padding-left: 150px;
  padding-right: 150px;
  justify-content: space-between;
  border-bottom: 2px solid #000;
  align-items: center;
  padding-bottom: 20px;
  font-style: italic;
}
#pdf .pdfhead img {
  width: 100px;
  height: auto;
}
.formsel {
  width: 330px;
}
.tabela {
  margin-top: 20px;
  display: table;
}
.tabela .th .td {
  padding: 20px 30px;
  background-color: #ecb417;
  font-weight: 700;
}
.tabela .th,
.tabela .tr {
  display: table-row;
}
.tabela .th .td,
.tabela .tr .td {
  display: table-cell;
}
table .thead,
.tabela .thead,
table thead,
.tabela thead {
  border: none !important;
}
table .thead th,
.tabela .thead th,
table thead th,
.tabela thead th,
table .thead .th,
.tabela .thead .th,
table thead .th,
.tabela thead .th {
  font-weight: 700;
  background-color: #ecb417 !important;
}
table tr td,
.tabela tr td,
table .tr td,
.tabela .tr td,
table tr .td,
.tabela tr .td,
table .tr .td,
.tabela .tr .td,
table tr th,
.tabela tr th,
table .tr th,
.tabela .tr th,
table tr .th,
.tabela tr .th,
table .tr .th,
.tabela .tr .th {
  border: none !important;
  padding: 20px 30px !important;
  border-bottom: 1px solid #ecb417 !important;
}
table tr:nth-of-type(odd),
.tabela tr:nth-of-type(odd),
table .tr:nth-of-type(odd),
.tabela .tr:nth-of-type(odd) {
  background-color: #f6f5f3;
}
#kalkulator {
  padding: 2vw;
  background-color: #f6f5f3;
  font-weight: 700;
}
#kalkulator #results {
  padding-top: 2vw;
  text-align: center;
}
#kalkulator #results span {
  padding-left: 0.5em;
  color: #ecb417;
  font-weight: 600;
  font-size: 2em;
}
#kalkulator .calcBtn {
  text-align: center;
}
#kalkulator .calcBtn #calcBtn {
  background-color: #ecb417;
  font-weight: 700;
  font-size: 1.2em;
  padding: 10px 60px;
  color: #fff;
  outline: none;
  border: none;
  transition: ease all 0.25s;
}
#kalkulator .calcBtn #calcBtn:hover {
  cursor: pointer;
  background-color: #e2001a;
}
#kalkulator .tabela {
  margin-right: auto;
  margin-left: auto;
}
#kalkulator .tabela .tr {
  background-color: transparent;
  border: none !important;
}
#kalkulator .tabela .tr .td {
  border: none !important;
}
#kalkulator .tabela .tr .td input {
  width: 130px !important;
  text-align: right;
  padding-right: 10px;
}
#kalkulator .tabela .tr .td input,
#kalkulator .tabela .tr .td select {
  padding: 20px 30px;
  line-height: 1em !important;
  background-color: #fff;
  border-right: 5px solid #ecb417;
  border-bottom: 5px solid #ecb417;
}
.jaslo {
  font-weight: 700;
}
.row {
  display: flex;
  gap: 40px;
}
.row .cell select {
  padding: 13px 0;
}
.row .kinput div {
  display: flex;
  align-items: baseline;
}
.row .kinput div input {
  width: 70px;
  margin-right: 6px;
  text-align: right;
}
.divtable {
  font-size: 0.8em;
}
.divtable .trow:hover {
  background-color: #f2f2f2;
}
.divtable .trow .tcell {
  display: none;
}
.divtable .trow .ssee {
  display: table-cell;
}
.divtable .trfirst .tcell {
  font-weight: 700;
  display: table-cell;
}
.dekpok {
  display: inline-block;
}
.dekpok:hover {
  cursor: pointer;
}
.megaprodukty .sub-menuflex {
  background-color: #f6f5f3;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2) !important;
}
.megaprodukty .sub-menuflex1 {
  padding: 20px 0 20px 20px;
  background-color: #ecb417;
}
.megaprodukty .sub-menuflex1 li {
  margin-right: 20px;
}
.megaprodukty .sub-menuflex1 .mplyty {
  background-color: #f6f5f3;
  margin-right: 0;
}
.megaprodukty .sub-menuflex2 {
  padding: 20px;
  background-color: #f6f5f3;
}
#menuprodselect {
  padding-bottom: 20px;
}
#menuprodselect li {
  display: inline-block;
}
#menuprodselect li:hover {
  color: #e2001a;
  cursor: pointer;
}
#menuprodselect .active {
  font-weight: 700;
}
.mprodwrap .content-wrap li {
  display: inline-block;
  padding: 6px 12px;
}
.mprodwrap .submeny-wrap {
  display: flex;
  flex-wrap: wrap;
}
.mprodwrap .submeny-wrap .menu-item {
  margin-bottom: 16px;
  flex: 0 0 0;
  transition: ease all 0.25s;
  transform: scale(0);
  overflow: hidden;
  text-align: center;
}
.mprodwrap .submeny-wrap .menu-item a {
  transition: ease all 0.25s;
  line-height: 18px;
  font-size: 14px;
  white-space: wrap !important;
}
.mprodwrap .submeny-wrap .menu-item a img {
  transition: ease all 0.25s;
  padding-bottom: 10px;
  display: block;
  width: 100%;
  height: auto;
}
.mprodwrap .submeny-wrap .menu-item a:hover {
  color: #e2001a;
}
.mprodwrap .submeny-wrap .menu-item a:hover img {
  transform: scale(1.1);
}
.mprodwrap .submeny-wrap .show {
  transform: scale(1);
  flex: 0 0 150px;
}
#tabs,
.moai-wrapper.tabs {
  width: 68%;
}
#tabs .ui-tabs-nav,
.moai-wrapper.tabs .ui-tabs-nav,
#tabs .moai-tabs-nav,
.moai-wrapper.tabs .moai-tabs-nav {
  padding: 0 0 40px 0;
  margin: 0 0 40px 0;
  list-style: none;
  border-bottom: 2px solid #f6f5f3;
}
#tabs .ui-tabs-nav a,
.moai-wrapper.tabs .ui-tabs-nav a,
#tabs .moai-tabs-nav a,
.moai-wrapper.tabs .moai-tabs-nav a,
#tabs .ui-tabs-nav .moai-tab-button,
.moai-wrapper.tabs .ui-tabs-nav .moai-tab-button,
#tabs .moai-tabs-nav .moai-tab-button,
.moai-wrapper.tabs .moai-tabs-nav .moai-tab-button {
  position: relative;
  font-weight: 700;
  text-decoration: none;
  color: #000000;
  display: inline-block;
}
#tabs .ui-tabs-nav a::after,
.moai-wrapper.tabs .ui-tabs-nav a::after,
#tabs .moai-tabs-nav a::after,
.moai-wrapper.tabs .moai-tabs-nav a::after,
#tabs .ui-tabs-nav .moai-tab-button::after,
.moai-wrapper.tabs .ui-tabs-nav .moai-tab-button::after,
#tabs .moai-tabs-nav .moai-tab-button::after,
.moai-wrapper.tabs .moai-tabs-nav .moai-tab-button::after {
  content: '';
  display: block;
  transition: all ease 0.3s;
  width: 24px;
  height: 24px;
  background-image: url(assets/images/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: -40px;
  top: 8px;
}
#tabs .ui-tabs-nav a:hover::after,
.moai-wrapper.tabs .ui-tabs-nav a:hover::after,
#tabs .moai-tabs-nav a:hover::after,
.moai-wrapper.tabs .moai-tabs-nav a:hover::after,
#tabs .ui-tabs-nav .moai-tab-button:hover::after,
.moai-wrapper.tabs .ui-tabs-nav .moai-tab-button:hover::after,
#tabs .moai-tabs-nav .moai-tab-button:hover::after,
.moai-wrapper.tabs .moai-tabs-nav .moai-tab-button:hover::after {
  top: 14px;
}
#tabs .ui-tabs-nav li,
.moai-wrapper.tabs .ui-tabs-nav li,
#tabs .moai-tabs-nav li,
.moai-wrapper.tabs .moai-tabs-nav li,
#tabs .ui-tabs-nav .moai-tab-button,
.moai-wrapper.tabs .ui-tabs-nav .moai-tab-button,
#tabs .moai-tabs-nav .moai-tab-button,
.moai-wrapper.tabs .moai-tabs-nav .moai-tab-button {
  display: inline-block;
  padding-right: 75px;
}
#tabs .ui-tabs-nav .moai-tab-button::after,
.moai-wrapper.tabs .ui-tabs-nav .moai-tab-button::after,
#tabs .moai-tabs-nav .moai-tab-button::after,
.moai-wrapper.tabs .moai-tabs-nav .moai-tab-button::after {
  right: 40px;
}
#tabs .ui-tabs-nav .ui-tabs-active a,
.moai-wrapper.tabs .ui-tabs-nav .ui-tabs-active a,
#tabs .moai-tabs-nav .ui-tabs-active a,
.moai-wrapper.tabs .moai-tabs-nav .ui-tabs-active a,
#tabs .ui-tabs-nav .active,
.moai-wrapper.tabs .ui-tabs-nav .active,
#tabs .moai-tabs-nav .active,
.moai-wrapper.tabs .moai-tabs-nav .active {
  color: #ecb417;
}
.historia strong {
  font-weight: 600;
  font-size: 1.4em;
  line-height: 1.6em;
}
.single .footer {
  margin-top: 80px;
}
.footer #mainfooter {
  padding: 70px 10% 80px 10%;
  max-width: 100%;
}
.footer a {
  text-decoration: none;
  color: #000000;
}
.footer a:hover {
  color: #e2001a;
}
.footer .strong {
  font-weight: 700;
}
#deklaracjapdf .fromrow {
  padding-bottom: 20px;
}
#deklaracjapdf .fromrow label {
  font-weight: 600;
}
#deklaracjapdf .subbutton {
  background-color: #ecb417;
  background-image: url(assets/images/file-download.svg);
  background-size: auto 60%;
  background-position: calc(100% - 10px) center;
  background-repeat: no-repeat;
  transition: ease all 0.25s;
}
#deklaracjapdf .subbutton:hover {
  background-position: calc(100% - 20px) center;
  background-color: #f6f5f3;
}
#deklaracjapdf .subbutton:hover .submit {
  color: #e2001a;
}
#deklaracjapdf .subbutton .submit {
  margin: 0;
  background-color: transparent;
}
#karty {
  padding-top: 20px;
}
#karty .kshow {
  display: block;
}
#karty a {
  padding: 6px;
  text-align: center;
  background-color: #f6f5f3;
  border: 1px solid #ecb417;
  display: none;
  transition: ease all 0.25s;
  text-decoration: none;
  color: #000000;
  font-weight: 600;
  background-image: url(assets/images/document.svg);
  background-size: auto 60%;
  background-position: calc(100% - 10px) center;
  background-repeat: no-repeat;
}
#karty a:hover {
  background-position: calc(100% - 20px) center;
  color: #e2001a;
}
#aktualnosci .post-wrap,
#aktualnosci .grid-item,
#aktualnosci .grid-sizer {
  display: block;
  width: calc(25% - 30px);
  box-sizing: border-box;
}
#aktualnosci .post-wrap {
  margin-bottom: 60px;
}
#aktualnosci .post-wrap img {
  margin-bottom: 6px;
}
.biura .posttext {
  white-space: nowrap;
  flex: 1;
}
.biura .posttext p:first-of-type {
  padding-top: 0;
  margin-top: 0;
}
#mainslider .swiper-slide {
  height: 600px;
}
.przedstawiciele-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2em;
}
.przedstawiciele-wrap .przedstawiciele .region-info {
  display: none;
}
.przedstawiciele-wrap .przedstawiciele .region-info h5 {
  font-size: 2em;
  padding: 0;
  margin-top: 2em;
  margin-bottom: 1em;
}
.przedstawiciele-wrap .przedstawiciele .show {
  display: block;
}
.pliki {
  width: fit-content;
}
.pliki .plik a {
  display: block;
  padding: 10px 0;
  border-bottom: 1.5px solid #ecb417;
  text-decoration: none;
}
.pliki .plik a:hover {
  color: #e2001a;
}
.pliki .plik .plikinfo {
  font-size: 0.6em;
}
