body.compensate-for-scrollbar {
  overflow: hidden;
}
.fancybox-active {
  height: auto;
}
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}
.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  box-sizing: border-box;
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}
.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-toolbar {
  right: 0;
  top: 0;
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}
.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}
.fancybox-slide--image:before {
  display: none;
}
.fancybox-slide--html {
  padding: 6px;
}
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}
.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}
.fancybox-container [data-selectable="true"] {
  cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide--video .fancybox-content {
  background: #000;
}
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}
.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button:focus {
  outline: none;
}
.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}
.fancybox-button div {
  height: 100%;
}
.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}
.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}
.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
  display: none;
}
.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}
.fancybox-navigation .fancybox-button div {
  padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}
.fancybox-caption {
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.85) 0,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0.15) 65%,
    rgba(0, 0, 0, 0.075) 75.5%,
    rgba(0, 0, 0, 0.037) 82.85%,
    rgba(0, 0, 0, 0.019) 88%,
    transparent
  );
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}
@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom))
      max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}
.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
.fancybox-loading {
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}
@keyframes a {
  to {
    transform: rotate(1turn);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0);
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0);
}
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1);
}
@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}
.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}
@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

html {
  position: relative;
  min-height: 100%;
  overflow-x: hidden;
}

ol,
ul {
  padding: 0;
  margin: 0;
  margin-bottom: 8px;
}

ul {
  list-style-position: outside;
  padding-left: 17px;
}

ol {
  list-style-position: outside;
  padding-left: 25px;
}

li {
  padding-bottom: 6px;
  line-height: 1.67;
}

.list-unstyled {
  margin: 0;
  padding: 0;
}

.list-unstyled li {
  margin: 0;
  padding: 0;
}

.panel-group .panel-heading {
  padding-left: 0;
}

body {
  font-family: "Inter", sans-serif;
  min-height: 100%;
  font-size: 15px;
  padding-top: 157px;
  position: relative;
  color: #000;
}

body.strona-glowna {
  overflow-x: hidden;
}

input,
input.form-control {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.73;
  letter-spacing: normal;
  text-align: left;
  color: #646464;
  padding: 10px 20px;
  height: unset;
  border-radius: 0;
  height: 48px;
  box-shadow: none;
}

input[type="checkbox"],
input[type="radio"] {
  height: unset;
}

.row.flexrow {
  display: flex;
  flex-wrap: wrap;
}

a,
a:link,
a:visited {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #5e9333;
}

.padd60x80 {
  padding-top: 60px;
  padding-bottom: 80px;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.btn {
  border-radius: 0px;
  box-shadow: none;
  font-size: 13px;
  padding: 14px 23px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  height: 48px;
  position: relative;
  z-index: 1;
  border: 0;
  text-transform: uppercase;
}

.btn.btn-primary {
  font-weight: 500;
  background-color: #5e9333;
  border-color: #5e9333;
  color: #fff;
}

.btn.btn-primary.disabled,
.btn.btn-primary.disabled.active,
.btn.btn-primary.disabled.focus,
.btn.btn-primary.disabled:active,
.btn.btn-primary.disabled:focus,
.btn.btn-primary.disabled:hover,
.btn.btn-primary[disabled],
.btn.btn-primary.active[disabled],
.btn.btn-primary.focus[disabled],
.btn.btn-primary[disabled]:active,
.btn.btn-primary[disabled]:focus,
.btn.btn-primary[disabled]:hover,
fieldset[disabled] .btn.btn-primary,
fieldset[disabled] .btn.btn-primary.active,
fieldset[disabled] .btn.btn-primary.focus,
fieldset[disabled] .btn.btn-primary:active,
fieldset[disabled] .btn.btn-primary:focus,
fieldset[disabled] .btn.btn-primary:hover {
  background-color: #5e9333;
  border-color: #5e9333;
  color: #fff;
}

.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary:focus {
  background-color: #5e9333;
  border-color: #5e9333;
  color: #fff;
}

.btn-green.disabled,
.btn-green.disabled.active,
.btn-green.disabled.focus,
.btn-green.disabled:active,
.btn-green.disabled:focus,
.btn-green.disabled:hover,
.btn-green[disabled] {
  background: #619744;
}
.btn-green {
  background: #619744;
  color: #fff;
  font-size: 20px;
  padding: 5px 30px;
  margin-top: 15px;
  border: none;
}
.btn-green:hover {
  background: #175a40;
  color: #fff;
}
.btn-edit {
  margin: 5px 0;
  font-size: 11px;
}

.btn-edit {
  font-size: 17px !important;
  padding: 0px 10px !important;
}
.btn-red {
  color: #c4161c !important;
}
.btn-blue {
  color: #0956b4 !important;
}
.btn-add {
  color: #679d00 !important;
}
.btn-purple {
  color: #8119d2 !important;
}
.btn-expand {
  color: #5e9333 !important;
  font-size: 11px !important;
  padding: 3px 10px 4px 10px !important;
}

p {
  line-height: 1.67;
}

.green {
  color: #1a5036;
}

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

:focus,
a:focus,
button:focus {
  outline: 3px dashed rgb(206, 61, 61);
  outline-offset: -1px;
}

.screenoff {
  position: absolute;
  left: -9999em;
  top: auto;
  width: 1px;
  height: 1px;
}

.navbar-fixed-top .screenoff:focus {
  position: fixed;
  top: 10px;
  width: auto;
  height: auto;
  z-index: 100000;
  left: 10px;
  background: #5e9333;
  color: #fff;
  padding: 10px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  outline: 2px dashed rgb(206, 61, 61);
  outline-offset: 1px;
}

#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

#loader img {
  max-width: 220px;
  max-height: 73.5px;
}

.topLogo a {
  display: block;
}

.topLogo img {
  width: 140px;
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
  padding: 24px 0;
  height: 100px;
  background-color: #fff;
}

.menu-list {
  display: flex;
  align-items: center;
}

.topText {
  font-size: 13px;
  line-height: 1.38;
  letter-spacing: 0.26px;
  text-align: left;
  color: #000000;
  max-width: 189px;
  padding-left: 24px;
}

.menu-left {
  display: flex;
  align-items: center;
}

.menu-item a {
  transition: color 0.4s;
  display: inline-block;
}

.slogos-list {
  display: flex;
  align-items: center;
  padding: 0 8px;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  margin-left: 16px;
}

.slogos-list .menu-item {
  margin: 0 8px;
}

.slogos-list .menu-item img {
  mix-blend-mode: multiply;
}

.menu-flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wcag-list {
  display: flex;
  align-items: flex-end;
  margin: 0 8px;
}

.wcag-item:first-child {
  font-size: 15px;
}

li.wcag-item {
  margin: 0;
  padding: 8px;
  font-size: 18px;
  font-weight: 900;
  line-height: 13px;
  cursor: pointer;
  user-select: none;
}

span.toup {
  position: relative;
  font-size: 14px;
  top: -5px;
}

.wcag-item img {
  width: 16px;
}

.kontrast-btn {
  cursor: pointer;
}

.search-toggler {
  padding-right: 16px;
  border-right: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  cursor: pointer;
}

.search-toggler img {
  width: 18px;
  height: 18px;
}

.menu-right,
.userct {
  display: flex;
  align-items: center;
  padding-left: 18px;
  position: relative;
}

.userct img {
  height: 17px;
  padding-right: 12px;
}

.top_log {
  margin-right: 32px;
}

.submenubar {
  border-bottom: 1px solid #eee;
  border-color: #e7e7e7;
  position: fixed;
  top: 100px;
  background-color: #fff;
  width: 100%;
  z-index: 101;
}

.smb-item-wrap {
  display: inline-flex;
  position: relative;
  margin-right: 18px;
}

.smb-item {
  display: inline-block;
  padding: 16px 0;
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: left;
  transition: color 0.4s;
  color: #1a5036;
}

.submenu-top {
  display: none;
  position: absolute;
  top: 57px;
  left: 0;
  background: #fff;
  z-index: 2;
  padding: 24px;
  width: 280px;
}

.smb-item::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0%;
  height: 2px;
  background-color: #5e9333;
  transition: 0.4s;
}

.smb-item:hover::before {
  width: 100%;
}

.submenu-top .smb-item-wrap {
  display: flex;
  padding-bottom: 10px;
}

.submenu-top a.smb-item {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  transition: 0.4s;
  float: left;
  clear: left;
  padding: 0 2px 0 0;
  padding-bottom: 3px;
}

.submenu-top .smb-item-wrap:last-child {
  padding-bottom: 0;
}

.submenu-top .smb-item:hover {
  color: #5e9333;
}

.submenu-top .smb-item:last-child {
  margin-bottom: 0;
}

.submenushadow {
  background-image: linear-gradient(to bottom, rgb(0 0 0 / 22%), rgba(196, 196, 196, 0));
  height: 60vh;
  width: 100%;
  position: fixed;
  top: 157px;
  pointer-events: none;
  display: none;
}

.sh-slide {
  display: flex;
}

.slide-content {
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  background: #fff;
}

.slide-image {
  flex: 0 0 50%;
  max-width: 50%;
}

.sc-abs {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(calc(-50% - 20px));
}

.slidersection {
  position: relative;
}

section.slidersection::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(100vw - calc(50vw - 568px));
  height: 100%;
  width: calc(50vw - 568px);
  background: #1a5036;
  z-index: -1;
}

.sc-abs-text {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3;
  padding-bottom: 40px;
}

#slider .owl-carousel .owl-nav {
  display: flex;
  position: absolute;
  top: unset;
  bottom: 0;
  height: unset;
  width: unset;
  left: 50%;
  transform: translateX(-50%);
}

#slider .owl-carousel-home .owl-nav .owl-prev,
#slider .owl-carousel-home .owl-nav .owl-next {
  opacity: 1;
  position: relative;
  left: unset;
  right: unset;
  width: 48px;
  height: 48px;
  transform: none;
  display: inline-block;
  border: 0;
  transition: background 0.4s ease;
}

#slider .owl-carousel-home .owl-nav .owl-next {
  background: #5e9333;
}

#slider .owl-carousel-home .owl-nav .owl-prev {
  background: #1a5036;
}

#slider .owl-carousel-home .owl-nav .owl-prev::after,
#slider .owl-carousel-home .owl-nav .owl-next::after {
  content: "";
  height: 9px;
  width: 9px;
  position: absolute;
  top: 50%;
  left: 50%;
}

#slider .owl-carousel-home .owl-nav .owl-prev:hover {
  background-color: #000;
}

#slider .owl-carousel-home .owl-nav .owl-next:hover {
  background-color: #000;
}

#slider .owl-carousel-home .owl-nav .owl-prev::after {
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: translate(-30%, -50%) rotate(-45deg);
}

#slider .owl-carousel-home .owl-nav .owl-next::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(-70%, -50%) rotate(45deg);
}

#slider .owl-carousel-home .owl-dots {
  display: inline-block;
  text-align: center;
  padding: 3px 0px;
  position: absolute;
  bottom: 10px;
  left: 0;
}

#slider .owl-carousel-home .owl-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #c4c4c4;
  margin: 0 7px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

#slider .owl-carousel-home .owl-dots .active {
  background: #5e9333;
}

.title {
  margin: 0;
  padding: 0;
  font-size: 28px;
  font-weight: 600;
  padding-bottom: 36px;
}

.title-sm {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 20px;
}

.title-withlink {
  display: flex;
  align-items: flex-end;
  padding-bottom: 36px;
}

.title-withlink .title {
  padding-bottom: 0;
}

.title-withlink a {
  margin-left: 32px;
}

.btn-light,
a.btn-light {
  color: #5e9333;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.29;
  letter-spacing: -0.1px;
  padding-bottom: 2px;
}

.alert_info {
  padding: 10px;
  margin-bottom: 0;
  width: 100%;
  border: 2px solid #c4161c;
  border-left: 0;
  border-right: 0;
  color: #c4161c;
  font-size: 16px;
  text-align: center;
  text-decoration: none !important;
  margin-top: 0px;
}

.alert_info a {
  color: #c4161c;
  text-decoration: underline;
}

.news-desc {
  padding: 24px 0;
}

.date {
  display: block;
  font-size: 12px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 1px;
  text-align: left;
  color: #1a5036;
  padding-bottom: 12px;
}

.news-title {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.56;
  letter-spacing: -0.4px;
  color: #1c1c1c;
  padding-bottom: 12px;
}

.news-item {
  display: block;
}

.news-desc .content {
  font-size: 16px;
  line-height: 1.63;
  letter-spacing: -0.2px;
  color: #646464;
}

.news-desc p {
  margin: 0;
}

.news-desc .more {
  padding-top: 12px;
}

.news-desc .content strong {
  font-weight: normal;
}

.borderdiv {
  display: block;
  border-top: 1px solid #ececec;
  height: 1px;
  width: 100%;
}

.fucntional-box {
  border: 1px solid #ececec;
  padding: 24px 0;
  height: 100%;
}

.fucntional-box .padded {
  padding: 0 24px;
}

.fbox-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.56;
  letter-spacing: -0.4px;
  padding-bottom: 24px;
}

.fbox-desc {
  font-size: 16px;
  line-height: 1.63;
  letter-spacing: -0.2px;
  color: #646464;
  padding-top: 20px;
  padding-bottom: 24px;
}

.form-subtext {
  font-size: 12px;
  font-weight: 500;
  color: #505050;
  padding-bottom: 8px;
}

.fmenu-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.38;
  letter-spacing: -0.1px;
  margin: 0;
  padding-bottom: 16px;
}

.fmenu-blank {
  margin: 0;
  height: 37px;
}

.boxes {
  padding: 48px 0;
}

a.fmenu-item {
  display: block;
  font-size: 15px;
  line-height: 1.47;
  letter-spacing: -0.2px;
  color: #646464;
  margin-bottom: 12px;
}

footer .slogos-list {
  border: none;
  height: 100%;
  justify-content: flex-end;
  padding: 0;
}

.ue-logos {
  display: flex;
  align-items: center;
}

.uel-item {
  margin-right: 20px;
}

a.sungroup {
  display: block;
  max-width: 225px;
  margin-left: auto;
  opacity: 0.5;
  margin-right: -12px;
}

.footrow {
  padding-top: 32px;
  padding-bottom: 20px;
  color: #bdbdbd;
}

.uelogosrow {
  padding-top: 12px;
  padding-bottom: 12px;
}

a.foot-links {
  padding: 0 12px;
  border-left: 1px solid #d2d2d2;
  font-size: 14px;
  color: #646464;
}

.copyright {
  padding-right: 12px;
  font-size: 14px;
  color: #646464;
}

#searchWaste {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.73;
  letter-spacing: normal;
  text-align: left;
  color: #646464;
  padding: 0;
}

#searchWaste {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.73;
  letter-spacing: normal;
  text-align: left;
  color: #646464;
  padding: 10px 20px;
  height: unset;
  border-radius: 0;
  height: 48px;
  box-shadow: none;
  padding-right: 40px;
}

input.form-control.tt-hint {
  display: none!important;
}

.formflex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.formflex span {
  max-width: 268px;
}

.formflex .btn {
  max-width: 112px;
}

.smb-item.has-submenutrue {
  display: inline-flex;
  white-space: nowrap;
}

.smb-item svg {
  display: none;
}

.has-submenutrue svg {
  display: inline;
  width: 9px;
  height: 10px;
  margin-left: 8px;
}

.submenu-top svg {
  display: none !important;
}

@media (min-width: 1280px) {
  .submenubar .container {
    width: 1226px;
  }
}

.link,
.submenu-top .smb-item {
  display: inline-block;
  position: relative;
  transition: 0.4s;
}

.link::before,
.submenu-top .smb-item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: #5e9333;
  transition: 0.4s;
}

.link:hover::before,
.submenu-top .smb-item:hover::before {
  width: 100%;
}

.btn-primary::before,
a.btn-primary::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  left: 0;
  top: 0;
  background: #1a5036;
  z-index: -1;
  border-radius: 0;
  transition: 0.4s;
}

.btn-primary:hover::before,
a.btn-primary:hover::before {
  width: 100%;
}

.help-block {
  color: #d62c2c;
}

.has-error .form-control-feedback {
  top: 25px;
  transform: translateY(-50%);
  right: 7px !important;
}

.form-control-feedback {
  top: 25px;
  transform: translateY(-50%);
  right: 8px !important;
}

.user-submenu {
  position: fixed;
  top: 99px;
  padding: 24px;
  background: #fff;
  border: 1px solid #ddd;
  display: none;
}

.main_zalogowany .userct::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 40px;
  top: 20px;
  left: -1px;
}

.user-submenu ul {
  list-style: none;
  padding: 0;
}

.user-submenu ul li{
  display: inline-block;
  margin-bottom: 12px;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  transition: 0.4s;
  float: left;
  clear: left;
  padding: 0 2px 0 0;
  padding-bottom: 3px;
}

.user-submenu ul li a, .fmenu a{
  transition: color 0.4s;
}

.fmenu a:hover{
  color: #5e9333;
}

.main-bord{margin-top:20px; padding:5px 0;background:#175a40; color:#fff; font-weight:bold;}
.bord{display: flex; color:#175a40; background:#DEE3DA;align-items: center; }
.bord:nth-child(even){background:#DEE3DA}
.bord:hover{background:#eee}


.all-doc th {text-align:center;}
.all-doc td {vertical-align:middle !important;text-align:center;border: 1px solid #ddd;}
.sec-bord {background:#DEE3DA}

.all-doc .table > tbody > tr > td, .all-doc .table > tbody > tr > th, .all-doc .table > tfoot > tr > td, .all-doc .table > tfoot > tr > th, .all-doc .table > thead > tr > td, .all-doc .table > thead > tr > th {
	padding: 2px 8px;
}

.sec-bord td{
	position:relative;
}

.mycaret{
	top: -3px;
	right: 4px;
	position: absolute;
	font-size: 24px;
	transform: rotate(90deg);
	text-align: center;
	color: #175a40;
	cursor: pointer;
}
.mycaret.collapsed {
    transform: rotate(-90deg);
    right: 8px;
}
.child_place { display:none}
.child_show {display: table-row;}
.btn-edit {
    font-size: 17px !important;
    padding: 0px 10px !important;
}
.btn-red {color:#c4161c !important;}
.btn-blue {color:#0956b4 !important;}
.btn-add {color:#679d00 !important;}
.btn-purple {color:#8119d2 !important;}
.btn-expand {color:#175a40 !important;font-size: 11px !important;padding: 3px 10px 4px 10px !important;}
.mycaret {
    text-align: center;
    cursor: pointer;
    font-size: 14px !important;
    margin-top: 1px;
    transform: rotate(0deg);
    position: static;
}
.mycaret.collapsed {
    transform: rotate(180deg);
    right: 8px;
}
.operations {
	width:28%;
	text-align:left;
	vertical-align:middle;
}
.operations > .btn-group div {
	display: inline;
	margin-right: 10px;
}
.operations .btn-group {
	font-size:0px;
}
.operations .btn.disabled,.operations .btn[disabled],.operations fieldset[disabled] .btn {opacity: .4;}
td .pull-left {margin-top: 6px;}
.child_place .pull-left {margin-top: 7px;}
.profil .all-doc .table > tbody > tr > td {
	border-top: 2px solid #fff;
}
.profil .all-doc .table > tbody > tr.child_place > td {
	border-top: 2px solid #ccc;
}

.operations .btn {
  height: 28px;
  margin: 0 3px;
  width: 28px;
  margin-top: 5px;
  padding: 0!important;
  border-radius: 32px;
}

.operations .btn.expand {
  width: 86px;
  line-height: 2.7;
}

button.nn.btn-wyl {
  padding: 0;
  margin: 0;
  background: 0;
  border: 0;
  text-transform: capitalize;
  transition: color 0.4s;
}

button.nn.btn-wyl:hover {
  color: #5e9333;
}

.ham {
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-left: auto;
}
.hamRotate.active {
  transform: rotate(45deg);
}
.hamRotate180.active {
  transform: rotate(180deg);
}
.line {
  fill: none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke: #000;
  stroke-width: 5.5;
  stroke-linecap: round;
}

.ham4 .top {
  stroke-dasharray: 40 121;
}
.ham4 .bottom {
  stroke-dasharray: 40 121;
}
.ham4.active .top {
  stroke-dashoffset: -68px;
}
.ham4.active .bottom {
  stroke-dashoffset: -68px;
}

.hide-pc {
  display: none;
}

.form-control.tt-hint {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.73;
  letter-spacing: normal;
  text-align: left;
  color: #646464;
  height: 48px;
  padding: 10px 20px;
  padding-right: 40px;
}

.slogos-list.show-mobile {
  display: none;
}

.search-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 99px;
  background: #ffffffc9;
  z-index: 1;
  transform: translateY(-100%);
  transition: 0.4s;
}

.search-popup.active {
  transform: translateY(0%);
}

.search-popup .relative {
  position: relative;
  width: 100%;
}

.search-popup-close {
  position: absolute;
  right: -50px;
  top: 0;
  height: 48px;
  width: 48px;
  padding: 13.5px;
  background: #fff;
  cursor: pointer;
}

.search-popup-close img {
  max-height: 21px;
  max-width: 21px;
}

.search-popup #searchSend {
  width: 48px;
  max-width: 48px;
  background: none;
  border: none;
  height: 48px;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 2;
  transform: translate(0, -48%);
}

.search-popup form#searchForm {
  position: absolute;
  top: 50%;
  left: calc(100vw - calc(50vw + 598px));
  width: 770px;
  transform: translate(0, -50%);
}

.search-popup .input-group-btn {
  width: 48px;
  max-width: 48px;
}

.search-popup input#q {
  padding-right: 48px;
}

.text_content .pull-right.submenu {
  width: 100%;
  min-height: 0px;
}

/* kontrast */
body.contrast {
  color: #fff;
  background-color: #0c0c0c;
}

body.contrast .topText {
  color: #fff;
}

body.contrast .slogos-list {
  padding: 8px;
  border-radius: 90px;
  background-color: #fff;
}

body.contrast .wcag-item img {
  width: 16px;
  filter: invert(1);
}

body.contrast .search-toggler {
  filter: invert(1);
  border-right: 1px solid #000;
}

body.contrast a,
body.contrast a:link,
body.contrast a:visited {
  color: #fff;
}

body.contrast a:hover {
  color: #5e9333;
}

body.contrast .userct img {
  filter: invert(1);
}

body.contrast .navbar-fixed-top {
  background-color: #0c0c0c;
}

body.contrast .search-popup {
  background: #000000c9;
}

body.contrast .search-popup-close {
  filter: invert(1);
}

body.contrast .submenubar {
  border-bottom: 1px solid #fff;
  border-color: #fff;
  position: fixed;
  top: 100px;
  background-color: #0c0c0c;
  width: 100%;
  z-index: 11;
}

body.contrast .alert_info {
  border-top: none;
  border-bottom: 1px solid #fff;
  color: #fff;
}

body.contrast .submenu-top {
  background: #0c0c0c;
}

body.contrast section.slidersection::before {
  background-color: #0c0c0c;
}

body.contrast .news-desc .date {
  color: #61ab87;
}

body.contrast .news-title {
  color: #fff;
}

body.contrast .news-desc .content {
  color: #fff;
}

body.contrast .fbox-desc {
  color: #fff;
}

body.contrast .form-subtext {
  color: #fff;
}

body.contrast footer .slogos-list {
  display: none;
}

body.contrast .uel-item img {
  border-radius: 8px;
}

body.contrast .copyright {
  color: #fff;
}

body.contrast a.sungroup {
  opacity: 1;
  filter: invert(1);
}

body.contrast .glyphicon-home {
  filter: invert(1);
}
/*  */

.text_content {
  padding: 72px 0 80px;
}

/* Aktualności */
.news-item-inside {
  display: flex;
  margin-bottom: 20px;
}

.news-item-inside .date {
  padding-bottom: 6px;
}

.ni-image {
  flex: 0 0 276px;
  max-width: 276px;
}

.ni-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 0 0 calc(100% - 276px);
  padding-left: 25px;
}

.ni-details .content.intro {
  font-size: 16px;
  line-height: 1.63;
  letter-spacing: -0.2px;
  color: #646464;
  max-height: 100px;
  overflow: hidden;
}

.ni-details .content.intro p {
  margin: 0;
}

.ni-details .content.intro strong {
  font-weight: normal;
}

.ni-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.56;
  letter-spacing: -0.4px;
  text-align: left;
  color: #1c1c1c;
  margin: 0;
  padding-bottom: 4px;
}
/*  */

/* Niceselect */
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border: solid 1px #ccc;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 48px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 0;
}
.nice-select:hover {
  border-color: #dbdbdb;
}
.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: #999;
}
.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: "";
  display: block;
  height: 9px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 9px;
}
.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}
.nice-select.disabled:after {
  border-color: #cccccc;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small:after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .list {
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 1px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  min-width: 100%;
  max-height: 300px;
  overflow: auto;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #f6f6f6;
}
.nice-select .option.selected {
  font-weight: bold;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}
/*  */

.bordered-box {
  display: flex;
  border: 1px solid #eee;
  padding: 24px 0;
  flex-direction: column;
  align-content: flex-start;
  position: sticky;
  top: 180px;
}

.nostick {
  position: static;
  top: unset;
}

.bordered-box .title-sm {
  padding-bottom: 24px;
}

.bordered-box .padded {
  padding: 0 24px;
}

.bordered-box .nice-select {
  width: 100%;
}

.glyphicon-home {
  width: 20px;
  height: 20px;
}

.glyphicon-home::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  background: url(../img/new/home-light.svg);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -56%);
  background-position: center;
  background-repeat: no-repeat;
}

.breadcrumb {
  padding: 0;
  margin-bottom: 12px;
  list-style: none;
  background: none;
  border-radius: 4px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 12px;
}

.breadcrumb a {
  font-size: 12px;
  transition: 0.4s;
  text-decoration: none;
  padding: 0 8px 0;
}

.pagination {
  list-style-type: none;
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}

.pagination a {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 1px;
  transition: 0.4s;
}

.pagination .active a {
  background: #5e9333;
  color: #fff;
}

.pagination .disabled a {
  opacity: 0.5;
  pointer-events: none;
}

.pagination svg {
  width: 6px;
  height: 12px;
}

/* .news-content{
  padding-bottom: 56px;
} */

.news-gallery {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
  padding-top: 48px;
}

.news-gallery-item {
  margin: 0 12px;
  flex: 0 0 calc(25% - 24px);
  margin-bottom: 24px;
}

.news-gallery-item img {
  width: 100%;
}

.site-baner {
  background-color: #5e9333;
  position: relative;
  padding: 72px 0 40px;
}

.site-baner::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 38%;
  height: 100%;
  background: #1a5036;
}

.site-baner .sba-title {
  color: #fff;
  line-height: 1.3;
  padding-bottom: 40px;
  max-width: 67%;
}

.site-baner .breadcrumb {
  margin: 0;
  color: #fff;
}

.site-baner .breadcrumb a {
  color: #fff;
}

.site-baner .breadcrumb .glyphicon-home {
  filter: invert(1);
}

#main_content.deklaracje .content {
  display: flex;
  flex-wrap: wrap;
}

.customcol-sidebar {
  flex: 0 0 336px;
  max-width: 336px;
  padding: 0 10px;
}

.customcol-content {
  flex: 0 0 calc(100% - 336px);
  max-width: calc(100% - 336px);
  padding: 0 10px 0 84px;
}

.cc-title {
  padding-top: 24px;
  padding-bottom: 32px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: -0.4px;
}

.cc-title.nopad {
  padding-top: 0;
}

.declarations-types {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}

.declaration-link {
  flex: 0 0 calc(50% - 24px);
  padding: 32px 24px;
  border: 2px solid #eee;
  transition: 0.4s;
  font-size: 15px;
  margin: 0 12px 24px;
}

.dl-title {
  font-weight: 500;
  padding-bottom: 4px;
}

.declaration-link:hover {
  border: 2px solid #5e9333;
  color: #000;
}

.attention-box {
  padding: 24px;
  background: #eee;
  line-height: 1.67;
  margin-top: 12px;
}

.actual-templates {
  padding: 48px 0 0;
}

.files:not(.nopad) {
  padding-top: 32px;
}

.file-box {
  margin-bottom: 12px;
}

.file-box a {
  display: inline-flex;
  border: 1px solid #ececec;
  transition: 0.4s;
  width: 100%;
  position: relative;
}

.downloadbtn {
  position: absolute;
  right: 20px;
  top: 50%;
  height: 16px;
  width: 12px;
  transform: translateY(-50%);
  transition: 0.4s;
}

.file-box a:hover {
  color: #000;
  border: 1px solid #5e9333;
}

.file-box a:hover .downloadbtn {
  color: #5e9333;
}

.file-box .file-icon {
  display: flex;
  flex: 0 0 56px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
}

.file-icon svg,
.file-icon img {
  width: 13px;
  height: 17px;
  color: #5e9333;
}

.file-name {
  display: flex;
  align-items: center;
  padding: 16px 24px;
  max-width: 100%;
  width: 100%;
  padding-right: 50px;
  border-left: 1px solid #ececec;
}

.btn-gray {
  padding: 14px 32px;
  background: #eee;
  margin-top: 24px;
  font-size: 13px;
  font-weight: 900;
  display: inline-block;
  transition: 0.4s;
}

.btn-gray:hover {
  background-color: #ccc;
  color: #000;
}

.at-title {
  font-size: 18px;
}

.form-horizontal .form-group {
  margin: 0;
}

.form-container {
  max-width: 316px;
  flex: 0 0 316px;
  border: 1px solid #ececec;
  padding: 20px 0;
}

.form-container .padded {
  padding: 0 20px;
}

.forminput {
  position: relative;
}

.form-container .form-group {
  margin-bottom: 16px;
}

.formlabel {
  font-size: 12px;
  padding-bottom: 4px;
  font-weight: normal;
}

.loginbtn {
  font-size: 13px;
  text-transform: uppercase;
}

.forgot-pass {
  font-size: 12px;
  text-align: right;
  padding-bottom: 24px;
  color: #646464;
}

.forgot-link {
  transition: 0.4s;
}

.noacc {
  font-size: 16px;
  letter-spacing: -0.4px;
  font-weight: 600;
  padding-top: 24px;
}

.fullwidth {
  width: 100%;
  text-align: center;
}

.flexcont {
  display: flex;
  flex-wrap: wrap;
}

.notice-info {
  flex: 0 0 calc(100% - 316px);
  padding-left: 20px;
}

.notice-info .attention-box {
  margin-top: 0;
  font-size: 17px;
}

.attention-box a {
  margin-top: 12px;
}

.logincomment {
  display: none;
  /* padding-bottom: 16px; */
  font-size: 15px;
  background: #f9cccc;
  border: 1px solid #981414;
  color: #981414;
  padding: 8px 16px;
  margin-bottom: 24px;
}

.site-submenu {
  padding: 24px;
  border: 1px solid #eee;
  width: 100%;
}

.site-submenu .sitesubmenu-item {
  display: block;
  width: 100%;
  margin-bottom: 16px;
  transition: color 0.4s;
}

.site-submenu .sitesubmenu-item:last-child {
  margin-bottom: 0;
}

.site-submenu .sitesubmenu-item.active {
  color: #1a5036;
  position: relative;
}

.site-submenu .sitesubmenu-item.active::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  left: -25px;
  top: 0;
  background-color: #1a5036;
}

.faq-title {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  color: #000000;
  margin: 0;
  border: 1px solid #eee;
  margin-bottom: 12px;
}

.faq-name {
  padding: 16.5px 0px;
  padding-right: 50px;
  transition: color 0.4s;
}

.faq-lp {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.32px;
  color: #5e9333;
  height: 56px;
  width: 56px;
  flex: 0 0 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
}

.faq-title a {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
}

.faq-title a::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 16px;
  background: url(../img/new/chevron-up-regular.svg);
  right: 12px;
  top: 28px;
  transform: translate(-50%, -50%);
  transition: 0.4s;
}

.faq-title a.active::after {
  transform: rotate(180deg) translate(50%, 50%);
}

.faq-item .panel-body {
  padding: 0 16px 8px;
  padding-left: 56px;
}

span.green {
  color: #5e9333;
}

.harmonogram-table {
  table-layout: fixed;
}

.harmonogram-table > thead > tr > th {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: -0.2px;
  text-align: center;
  color: #000000;
}

.harmonogram-table > tbody > tr > td,
.harmonogram-table > tbody > tr > th,
.harmonogram-table > tfoot > tr > td,
.harmonogram-table > tfoot > tr > th,
.harmonogram-table > thead > tr > td,
.harmonogram-table > thead > tr > th {
  border: none;
  padding: 0;
}

.harmonogram-table img {
  max-height: 41px;
  margin: auto;
}

.harmonogram-table > tbody > tr > td {
  padding: 12px;
}

.harmonogram-table > tbody > tr:nth-of-type(odd) {
  background-color: #eeeeee;
}

.thname {
  padding: 12px 6px;
  height: 76px;
}

.harmonogram-table > tbody > tr > td {
  padding: 12px 4px;
}

.harmonogram-table > tbody > tr > td:first-child {
  padding-left: 16px;
  font-size: 12px;
  font-weight: 600;
  line-height: 2;
}

.harmonogram-table > tbody > tr > td:last-child {
  padding-right: 16px;
}

.harmonogram-table > tbody > tr > td:not(:first-child) {
  text-align: center;
  font-size: 12px;
  font-weight: normal;
  line-height: 2;
}

.contact-content {
  line-height: 1.75;
  font-size: 16px;
}

.caticon img {
  max-height: 18px;
}

.caticon {
  height: 28px;
  width: 28px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-details {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.caticon-text {
  padding-left: 12px;
}

.contact-container {
  max-width: 567px;
  margin: auto;
}

.form-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.56;
  letter-spacing: -0.4px;
  text-align: left;
  padding-bottom: 48px;
}

.form-horizontal .control-label {
  text-align: left;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 9px;
  color: #505050;
}

.input-container {
  position: relative;
}

textarea,
textarea.form-control {
  padding: 6px 12px;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.73;
  letter-spacing: normal;
  text-align: left;
  color: #646464;
  padding: 10px 20px;
  height: unset;
  border-radius: 0;
  height: 48px;
  box-shadow: none;
}

.term-text {
  font-size: 13px;
  line-height: 1.62;
  color: #646464;
  padding: 18px 0;
}

.contact-container .form-horizontal .control-label {
  padding-top: 24px;
}

.left_submenu {
  width: 100% !important;
  position: sticky !important;
  top: 180px !important;
}

.uchwala-content {
  font-size: 16px;
  line-height: 1.75;
}

.uc {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-bottom: 14px;
}

.uchwala-index {
  flex: 0 0 50px;
  max-width: 50px;
  text-align: right;
  padding-right: 12px;
  white-space: nowrap;
  font-size: 14px;
  padding-top: 2px;
}

.uc ol {
  padding-left: 45px;
}

.uc ol {
  padding: 10px 0;
  padding-left: 68px;
}

.uc li {
  padding: 0 0 6px 0;
}

ol.alpha {
  list-style: lower-alpha;
}

.uchwala-value {
  flex: 0 0 calc(100% - 50px);
}

table.cf.table.table-striped.fixed-table {
  table-layout: fixed;
}

table.cf.table.table-striped.fixed-table.nofix {
  table-layout: auto;
}

.fixed-table.table > tbody > tr > td,
.fixed-table.table > tbody > tr > th,
.fixed-table.table > tfoot > tr > td,
.fixed-table.table > tfoot > tr > th,
.fixed-table.table > thead > tr > td,
.fixed-table.table > thead > tr > th {
  border: 0;
  padding: 0;
}

.fixed-table.table > tbody > tr > td {
  padding: 12px 6px;
}

.fixed-table > tbody > tr > td:first-child,
.fixed-table > thead > tr > th:first-child .thname {
  padding-left: 16px;
}

.fixed-table > tbody > tr > td:last-child,
.fixed-table > thead > tr > th:first-child .thname {
  padding-right: 16px;
}

.fixed-table.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: transparent;
}

.fixed-table.table-striped > tbody > tr:nth-of-type(even),
.fixed-table thead tr {
  background-color: #eeeeee;
}

.fixed-table .thname {
  padding: 12px 6px;
  height: unset;
}

.site-baner-big {
  background-color: #5e9333;
  color: #fff;
  height: 350px;
  position: relative;
}

.segregate-content {
  max-width: 796px;
  padding: 0 10px;
  margin: auto;
  position: relative;
  /* top: -155px; */
  margin-top: -155px;
  padding-bottom: 80px;
}

.segregate-intro {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: -0.2px;
  text-align: center;
  color: #000000;
  max-width: 452px;
  margin: auto;
}

.segregate-box {
  padding: 24px 0;
  background: #fff;
  border: 1px solid #eee;
}

.segregate-box .formflex {
  justify-content: center;
}

.segregate-box .form-group {
  margin-bottom: 0;
}

.segregate-box small.help-block {
  width: 100%;
  text-align: center;
  padding-top: 4px;
}

.site-baner-big .sba-title {
  position: absolute;
  top: calc(50% - 65px);
  left: 50%;
  transform: translate(-50%, -50%);
}

.site-baner-big .breadcrumb {
  position: absolute;
  left: 50%;
  top: calc(50% - 45px);
  transform: translate(-50%, -50%);
}

.site-baner-big .glyphicon-home {
  filter: invert(1);
}

.site-baner-big .breadcrumb a {
  color: #fff;
}

.flexlegend {
  display: flex;
  flex-wrap: wrap;
  padding: 0 14px;
}

.fl-item {
  display: flex;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 10px;
}

.fl-item:nth-child(n + 3) {
  margin-top: 24px;
}

.fl-img {
  flex: 0 0 64px;
  padding-right: 24px;
}

.fl-list {
  padding-top: 8px;
  list-style-position: outside;
  padding-left: 16px;
}

.fl-list li {
  font-size: 12px;
  color: #505050;
}

.segregate-content .bordered-box {
  margin-top: 24px;
}

.obj-panel {
  padding: 20px;
  border: 1px solid #eee;
  display: flex;
}

.segregate-content .fulltext {
  padding: 48px 0 0;
}

.segregate-content .fulltext > b:first-child {
  display: block;
  padding: 0 0 28px;
}

.obj-img {
  flex: 0 0 40px;
}

.obj-content {
  flex: calc(100% - 40px);
  padding-left: 24px;
}

.obj-title {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 4px;
}

.obj-desc {
  font-size: 12px;
  color: #505050;
}

/* FIX NA BODY, nie wiem jak inaczej naprawic ale na statucie związku były jakieś pojebane style których nie mogłem znaleźć */
#cke_pastebin {
  position: static !important;
  top: unset !important;
  width: unset !important;
  height: unset !important;
  overflow: unset !important;
  padding-top: 157px !important;
}

.input-group-addon {
  border-radius: 0;
}

.strona-glowna .site-baner,
.strona-glowna .text_content {
  display: none;
}

a.media-body {
  padding: 24px;
  border: 1px solid #eee;
}

.litem-intro {
  font-size: 15px;
  line-height: 1.63;
  letter-spacing: -0.2px;
  color: #646464;
  display: block;
  padding-top: 10px;
}

.litem-intro .btn {
  clear: both;
}

body[class="404"] .breadcrumb {
  display: none;
}

.error {
  height: 280px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.err-small {
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1px;
  color: #1a5036;
}

.err-title {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.36;
  color: #000000;
  padding: 24px 0 32px;
  max-width: 520px;
}

.customcol-content.w100 {
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 0;
  padding: 0 10px;
}

.nosubmenu .cc-title {
  padding-top: 0;
}

body.pszok h3.title {
  display: none;
}

#pszok h3 {
  text-align: center;
  color: #175a40;
  font-size: 28px;
  font-weight: normal;
  margin: 36px 0 46px;
}

#pszok .psz-text {
  line-height: 1.75;
}

#pszok h4 {
  text-align: center;
  color: #175a40;
  font-size: 18px;
  margin: 55px 0 25px;
}

#pszok h4.panel-title {
  margin: 0;
  text-align: left;
  font-size: 14px;
  color: #444;
}

#pszok h4.panel-title span {
  font-weight: normal;
  padding-left: 8px;
  font-size: 13px;
  color: #9b9b9b;
}

#pszok h5 {
  color: #175a40;
  font-size: 18px;
  margin: 30px 0 25px;
}

#pszok .row {
  margin-bottom: 25px;
}

#pszok .pszok-boxes {
  text-align: center;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -10px;
}

#pszok .pszok-boxes .psz-box {
  flex: 0 0 calc(20% - 20px);
  max-width: calc(20% - 20px);
  padding: 15px 10px;
  margin: 0 10px 10px;
  border: 1px solid #eee;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 220px;
}

#pszok .pszok-boxes .psz-box span {
  display: block;
}

#pszok .pszok-boxes .psz-box span.title {
  color: #175a40;
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 6px;
}

#pszok .pszok-boxes .psz-box span.title2 {
  color: #c4161c;
  font-weight: bold;
  font-size: 16px;
}

#pszok .pszok-boxes .psz-box span.title3 {
  color: #454545;
}
#pszok .pszok-boxes .psz-box .btn {
  background: #c4161c;
  color: #fff;
  margin-top: 12px;
  padding: 4px 20px;
  height: unset;
}

#pszok .panel-group .panel {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#pszok .panel-default > .panel-heading {
  color: #333;
  background: none;
  border: none;
  padding-left: 0px;
}

#pszok .panel-default > .panel-heading + .panel-collapse > .panel-body {
  padding: 10px 0;
  border: none;
}

.has-infos .control-label {
  display: flex;
}

.relative {
  position: relative;
}

sup img {
  width: 15px;
  height: 15px;
  opacity: 0.7;
  margin-left: 6px;
}

.has-infos .form-group {
  margin-bottom: 12px;
}

input[type="checkbox"],
input[type="radio"] {
  margin: 5px 0 0;
}

.calc-form {
  max-width: 400px;
}

.calc-form .input-group {
  width: 100%;
}

.text_content .alert_info {
  border: 1px solid #c4161c;
  margin: 16px 0;
}

@media (max-width: 1200px) {
  #pszok .psz-text {
    padding-top: 15px;
  }
}

@media (max-width: 991px) {
  #pszok .psz-text {
    padding-top: 0;
    line-height: 22px;
  }
  #pszok h3 {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .news .pszok img {
    margin: 25px auto 0;
  }
}

/* DEKLARACJE */
.declarationform {
  padding: 0 0 60px;
}

.deklaracja .site-baner .sba-title {
  font-size: 28px;
}

.deklaracja .site-baner .sba-subtitle {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: -0.2px;
  color: #ffffff;
  font-weight: normal;
}

.sba-subtitle sup img {
  filter: invert(1);
}

.deklaracja .content {
  padding: 0 12px;
}

.declrow {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 0;
}

.content-left {
  flex: 0 0 278px;
  max-width: 278px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.content-right {
  flex: 0 0 calc(100% - 278px);
  max-width: calc(100% - 278px);
  padding-left: 120px;
  padding-top: 24px;
  padding-bottom: 48px;
}

.ftitle {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.56;
  letter-spacing: -0.4px;
  color: #000000;
}

.ftitle.pb {
  padding-bottom: 48px;
}

.borderdiv.green {
  border-top: 2px solid;
  border-color: #5e9333;
  height: 2px;
}

.declarations-types.in-form .declaration-link {
  display: flex;
  align-items: center;
  padding: 24px;
  min-height: 118px;
  margin-bottom: 0;
}

.declarations-types.in-form .declaration-link:nth-child(n + 3) {
  margin-top: 24px;
}

.content-right.hollow {
  padding: 0;
}

.in-form .declaration-link.active {
  position: relative;
  border-color: #5e9333;
}

.in-form .declaration-link.active::after {
  content: "";
  height: 24px;
  width: 24px;
  background: url("../img/new/checkmark.svg");
  position: absolute;
  top: 12px;
  right: 12px;
}

.custom-label {
  padding: 24px;
  border: 2px solid #eee;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.73;
  letter-spacing: -0.2px;
  flex: 0 0 calc(50% - 24px);
  max-width: calc(50% - 24px);
  margin: 0 12px;
  margin-bottom: 20px;
  transition: 0.4s;
  cursor: pointer;
  position: relative;
}

.custom-label input {
  position: absolute;
  opacity: 0;
}

.flex-inputs {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}

.custom-label.active {
  border-color: #5e9333;
}

.custom-label:hover {
  border-color: #5e9333;
}

.custom-label.active::after {
  content: "";
  height: 24px;
  width: 24px;
  background: url("../img/new/checkmark.svg");
  position: absolute;
  top: 12px;
  right: 12px;
}

.deklaracja .cc-title {
  padding-bottom: 20px;
}

.deklaracja .form-inline .input-group {
  width: 100%;
}

.deklaracja .nice-select {
  width: 100%;
}

.deklaracja .nice-select span {
  max-width: calc(100% - 6px);
  overflow: hidden;
  text-overflow: ellipsis;
}

.deklaracja input[type="text"],
.deklaracja input[type="number"],
.deklaracja textarea,
.deklaracja input[type="email"] {
  max-width: 100%;
  width: 100%;
}

.deklaracja .input-group.date .input-group-addon {
  padding-left: 13px;
  padding-right: 13px;
}

.deklaracja .input-group.date input {
  max-width: 100%;
}

.deklaracja .form-group {
  padding-bottom: 12px;
  max-width: calc(50% - 12px);
  display: flex;
  flex-direction: column;
}

.flex-inputs .radio {
  width: 100%;
  margin: 0;
  padding: 0;
  max-width: calc(50% - 24px);
  margin: 0 12px 24px;
}

.flex-inputs .radio .custom-label {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.deklaracja .form-horizontal .control-label {
  padding: 0;
}

.styled-checkbox {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.styled-checkbox + label {
  display: flex;
  position: relative;
  cursor: pointer;
  padding: 0;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.73;
}

.styled-checkbox+label:before {
  content: "";
  margin-right: 10px;
  margin-top: 3px;
  display: block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  width: 100%;
  max-width: 20px;
  background: #fff;
  border: 1px solid #d2d2d2;
  transition: 0.4s;
}

.styled-checkbox:checked + label:before {
  background: #d2d2d2;
}
.styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.styled-checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 12px;
  background: #fff;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 #fff, 4px 0 0 #fff, 4px -2px 0 #fff, 4px -4px 0 #fff, 4px -6px 0 #fff, 4px -8px 0 #fff;
  transform: rotate(45deg);
}

/* .deklaracja .checkbox, .deklaracja .form-group.f-part {
  max-width: calc(50% - 12px);
} */

.fdesc{
  padding: 16px 0 48px;
  color: #646464;
}

.deklaracja .input-group input{
  max-width: 100%;
}

.deklaracja .input-group .input-group-addon{
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  color: #505050;
}

.deklaracja .form-group.has-feedback .control-label+div {
  position: relative;
}

.deklaracja .form-group.has-feedback input {
  max-width: 100%;
}

.deklaracja .form-horizontal .control-label{
  display: block;
}

.styled-checkbox + label sup {
  top: 9px;
  left: 3px;
}

.deklaracja .form-control-feedback,
.deklaracja .has-error .form-control-feedback {
  right: 7px !important;
}

.abs-indicator {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  border-left: 1px solid #cccccc;
  padding-left: 14px;
  padding-bottom: 3px;
  right: 16px;
  font-size: 13px;
}

.nofb i{
  display: none!important;
}

.endtext-dkl{
  font-size: 15px;
  font-weight: normal;
  line-height: 1.87;
  letter-spacing: -0.2px;
  padding-bottom: 32px;
}

.cookies-container {
  height: unset;
  min-height: unset;
}

.cookiepolicyinfo {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.cookiepolicyinfo>div:first-child {
  padding: 10px;
  padding-left: 0;
  font-size: 13px;
  max-width: calc(100% - 20px);
}

.fucntional-box .has-error .form-control-feedback {
  right: 7px!important;
}

.wypelnij-deklaracje-btn{
  display: none;
}

.aktualnosci .customcol-content{
  padding-left: 14px;
}

.aktualnosci .text_content .container:not(.list){
  max-width: 776px;
}

.smb-item-wrap.active{
  color: #5e9333;
}

.jsShowAddress{
  cursor: pointer;
  text-decoration: none;
  transition: color 0.4s;
}

.jsShowAddress:hover{
  text-decoration: none;
}

#address-showable {
  display: none;
  font-weight: 900;
  padding: 12px 0 0 0;
}

.cc-title.true {
  display: none;
}

.yd-item, .yd-indexes {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.yd-item>div, .yd-indexes>div{
  flex: 0 0 20%;
  padding: 5px;
}

.w100fg .form-group{
  max-width: 100%;
}

.form-control:focus {
  border-color: #5e9333;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}


/* Kontrast dalsza czesc + Poprawa widoku aktualnosci */
  body.contrast .slide-content{
    background-color: #0c0c0c;
  }

  body.contrast .news-item-inside .date,
  body.contrast .news-item-inside .ni-title,
  body.contrast .news-item-inside .ni-details .content.intro{
    color: #fff;
  }

  body.contrast .nice-select, body.contrast .nice-select .list{
    background-color: #0c0c0c!important;
    color: #fff;
  }

  body.contrast .nice-select .option:hover, body.contrast .nice-select .option.focus, body.contrast .nice-select .option.selected.focus{
    background-color: #0c0c0c;
  }

  body.contrast .date{
    color: #fff;
  }

  body.contrast .thname {
    color: #fff;
  }

  body.contrast .harmonogram-table > tbody > tr:nth-of-type(odd),
  body.contrast .fixed-table.table-striped > tbody > tr:nth-of-type(even), body.contrast .fixed-table thead tr {
    background-color: #161616;
  }

  body.contrast .site-submenu .sitesubmenu-item.active {
    color: #92e052;
  }

  body.contrast .site-submenu .sitesubmenu-item.active::before {
    background-color: #92e052;
  }

  body.contrast .green{
    color: #92e052;
  }

  body.contrast .panel{
    background-color: #0c0c0c;
    color: #fff;
  }

  body.contrast .ni-title{
    color: #fff;
  }

  body.contrast .litem-intro{
    color: #fff;
  }

  body.contrast .form-horizontal .control-label{
    color: #fff;
  }

  body.contrast .panel-body p{
    color: #fff;
  }

  body.contrast .segregate-box{
    background-color: #0c0c0c;
    color: #fff;
  }

  body.contrast .segregate-intro{
    color: #fff;
  }

  body.contrast .obj-desc{
    color: #fff;
  }

  body.contrast .fl-list li{
    color :#fff;
  }

  body.contrast .term-text{
    color: #fff;
  }

  body.contrast .attention-box{
    background-color: #131313;
    color: #fff;
  }

  body.contrast a.btn-gray{
    color: #000;
  }

  body.contrast .ftitle, body.contrast .fdesc{
    color: #fff;
  }

  body.contrast .page-content p {
    color: #fff!important;
  }
/*  */


#colorbox {
  border: none;
  border-top: 6px solid #619744;
  border-bottom: 6px solid #619744;
  color: #175A40;
  border-radius: 0px;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
}

#cboxTitle {
	padding: 0px;
	margin: 20px;
	left: 0px;
	top: 0px;
	right: 0px;
  font-weight: normal;
  color: #175A40;
  visibility: hidden; display: block;
}

#cboxLoadedContent {
	margin: 20px;
	padding: 0px;
	margin-left: 20px;
	margin-top: 50px;
	margin-right: 20px;
	margin-bottom: 20px;
}

#cboxLoadedContent img{
  object-fit: scale-down;
  height: unset!important;
  width: unset!important;
}

#cboxClose {
	top: 20px;
	right: 20px;
}

#cboxOverlay {
    background: #FFF;
    opacity: 0.8 !important;
}

#colorbox a {
  color: #175A40;
  text-decoration: underline;
}

div#popup p {
  display: block;
  margin: 0;
}

#popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1112;
  border-top: 3px solid #5e9333;
  border-bottom: 3px solid #539333;
}

div#popupbg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000045;
  z-index: 1111;
}

#popup::before {
  content: "";
  position: absolute;
  right: 14px;
  top: 19px;
  width: 10px;
  height: 2px;
  background: #000;
  transform: rotate(
45deg
);
}

#popup::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 19px;
  width: 10px;
  height: 2px;
  background: #000;
  transform: rotate(
-45deg
);
}

@media (max-width: 1199px){
  .deklaracja .form-group{
    max-width: 75%;
  }

  .declarations-types.in-form .declaration-link:nth-child(n + 1){
    margin-top: 24px;
  }

  .bordered-box{
    top: 120px;
  }
}

@media (max-width: 991px){
  .declrow{
    display: block;
  }

  .content-right {
    padding-top: 0;
    padding-left: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .content-left{
    margin-bottom: 21px;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .ftitle.pb {
    padding-bottom: 21px;
  }

  .deklaracja .form-group {
    max-width: 100%;
  }

  .nice-select .list{
    max-width: 100%;
  }

  #popup{
    max-width: calc(100% - 24px);
    width: 100%;
  }
}


@media (max-width: 767px){
  .deklaracja .form-inline .input-group {
    display: table;
  }

  .content-right{
    padding-bottom: 12px;
  }

  .deklaracja .input-group.date .input-group-addon {
    padding-left: 9px;
    padding-right: 9px;
    width: 48px;
  }

  .deklaracja .site-baner .sba-title {
    font-size: 21px;
  }
}

@media (max-width: 625px){
  .declrow:first-of-type {
    padding-top: 0;
  }

  .flex-inputs .radio{
    max-width: 100%;
  }

  .fdesc {
    padding: 4px 0 6px;
    color: #646464;
  }

  .custom-label{
    flex: 0 0 calc(100% - 24px);
    max-width: calc(100% - 24px);
  }

  .site-baner .sba-title{
    max-width: 100%;
  }
}

/*  */

.title.page-title {
  padding-bottom: 10px;
}

.page-content {
  width: 100%;
}

.breadcrumb.top {
  padding-bottom: 34px;
}

.customcol-content .cc-title + .media {
  margin-top: 0;
}

a.media-body {
  transition: 0.4s;
}

a.media-body:hover {
  border: 1px solid #5e9333;
}

.menu-left-submenu .site-submenu {
  border: 0;
  margin: 0 0 16px;
  padding: 0;
  padding-left: 21px;
}

.menu-left-submenu .site-submenu .sitesubmenu-item.active::before {
  display: none;
}

.haschild svg {
  display: none;
}

.haschildtrue svg {
  width: 40px;
  height: 40px;
  position: absolute;
  right: -28px;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 15px;
  transition: 0.4s;
  cursor: pointer;
}

.menu-left-submenu {
  display: none;
}

svg.rotate {
  transform: translate(-50%, -50%) rotate(180deg);
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}

.logowanie .breadcrumb,
.rejestracja .breadcrumb,
.przypomnienie .breadcrumb {
  margin-bottom: 0;
  padding-bottom: 11px;
}

#przypomnienie-form {
  max-width: 316px;
}

.menu-wrapper .block.content {
  padding: 0 12px;
}

.declrow .placesm_form>.form-group:last-of-type>label {
  text-align: right;
  padding: 12px;
  margin: 0;
  height: 48px;
  display: flex!important;
  align-items: center;
  justify-content: flex-end;
}

.deklaracja .declrow .placesm .control-label{
  padding: 12px;
}

.placesm_form .row{
  margin-bottom: 12px;
}

.placesm_form .has-feedback .form-control {
  padding-right: inherit;
}

.placesm{
  width: 100%;
}

.placesm .form-group{
  width: 100%;
  max-width: 100%;
  display: block;
}

.placesm .nice-select {
  padding-right: 45px!important;
}

.placesm_form .row {
  margin-bottom: 12px;
}

.declrow .placesm_form>.form-group:last-of-type>div {
  padding-left: 12px;
  padding-right: 12px;
}

#tabele-odpady .form-horizontal {
  margin: 0 -12px;
}

.main-bord th {
  font-size: 13px;
}

@media (max-width: 1199px) {
  body {
    padding-top: 100px;
  }

  .hide-pc {
    display: block;
  }

  .hide-mobile {
    display: none;
  }

  .submenubar .container {
    width: 970px;
  }

  .ham {
    display: block;
  }

  .menu-wrapper {
    position: fixed;
    width: 100%;
    top: 100px;
    left: 0;
    background: #5e9333;
    padding: 10px;
    display: flex;
    flex-direction: column;
    transform: translateX(100%);
    transition: 0.4s;
    height: calc(100vh - 100px);
    overflow-y: auto;
  }

  .smb-item-wrap {
    display: block;
    max-width: 300px;
    width: 100%;
    text-align: center;
  }

  .smb-item {
    padding: 10px 10px;
    width: 100%;
    text-align: left;
    margin-bottom: 8px;
    line-height: normal;
  }

  a.smb-item {
    color: #fff;
  }

  .smb-item::before {
    top: 44px;
    bottom: unset;
  }

  .submenu-top {
    display: none;
    position: static;
    background: transparent;
    z-index: 2;
    padding: 24px;
    padding-top: 0;
    padding-bottom: 9px;
    margin-bottom: 9px;
    width: unset;
  }

  .submenu-top a.smb-item {
    color: #fff;
    display: block;
    float: unset;
    clear: unset;
    padding: 9px 0 0 0;
  }

  .menu-wrapper.active {
    transform: translateX(0%);
  }

  .navbar-fixed-top {
    padding: 21px 0;
  }

  .smb-item-wrap .declaration-btn {
    background: #fff;
    color: #000;
    transition: 0.4s;
    width: unset;
    max-width: 205px;
    margin-left: 10px;
  }

  .menu-wrapper {
    scrollbar-width: thin;
    scrollbar-color: #1a5036 #5e9333;
    overflow-y: auto;
  }

  .menu-wrapper::-webkit-scrollbar {
    width: 11px;
  }

  .menu-wrapper::-webkit-scrollbar-track {
    background: #5e9333;
  }

  .menu-wrapper::-webkit-scrollbar-thumb {
    background-color: #1a5036;
    border-radius: 12px;
    border: 2px solid #5e9333;
  }

  .has-submenutrue svg {
    transition: 0.4s;
  }

  .segregation-box {
    margin-top: 24px;
  }

  .footerrow > div:nth-child(n + 5) {
    margin-top: 24px;
  }

  .sc-abs-text {
    font-size: 32px;
  }

  .search-popup form#searchForm {
    left: calc(100vw - calc(50vw + 475px));
    width: 680px;
  }

  .declaration-link {
    flex: 0 0 calc(100% - 24px);
    padding: 32px 24px;
    border: 2px solid #eee;
    transition: 0.4s;
    font-size: 15px;
  }

  .site-baner::before {
    display: none;
  }

  .customcol-content {
    flex: 0 0 calc(100% - 336px);
    max-width: calc(100% - 336px);
    padding: 0 10px 0 10px;
  }

  .thname {
    height: 94px;
  }

  #pszok .pszok-boxes .psz-box {
    flex: 0 0 calc(25% - 20px);
    max-width: calc(25% - 20px);
  }

  .placesm_form .has-feedback .form-control {
    padding: 8px;
    text-align: center;
  }

  .placesm_form .has-feedback .nice-select{
    padding: 10px 18px;
  }
}

@media (max-width: 991px) {
  body {
    padding-top: 100px;
  }

  .userct {
    line-height: 0;
    padding-left: 0;
  }

  .top_log {
    margin-right: 12px;
  }

  .search-toggler {
    border-right: 0;
    padding-right: 0;
    margin-right: 25px;
  }

  .userct img {
    height: 18px;
    padding-right: 0;
  }

  .userct span {
    display: none;
  }

  .sc-abs-text {
    font-size: 24px;
    padding-bottom: 24px;
  }

  .alert_info {
    font-size: 14px;
  }

  .news-row > div:nth-child(n + 3) {
    margin-top: 24px;
  }

  .menu-wrapper {
    top: 100px;
    height: calc(100vh - 100px);
  }

  .submenubar {
    border: none;
  }

  .footrow > div {
    text-align: center !important;
  }

  a.sungroup {
    margin: auto;
    margin-top: 24px;
  }

  .uel-item:last-child {
    margin-right: 0;
  }

  .ue-logos {
    justify-content: center;
  }

  .topText {
    display: none;
  }

  .search-popup form#searchForm {
    left: calc(100vw - calc(50vw + 364px));
    width: 583px;
  }

  .aktualnosci .bordered-box {
    margin-bottom: 32px;
  }

  body.contrast .search-toggler {
    border-right: 0;
  }

  body.contrast .ham {
    filter: invert(1);
  }

  #main_content.deklaracje .content {
    flex-direction: column-reverse;
  }

  body.harmonogramy #main_content.deklaracje .content {
    flex-direction: column;
  }

  body.harmonogramy .customcol-sidebar {
    margin-top: 0px;
    margin-bottom: 48px;
  }

  .customcol-sidebar {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 10px;
    margin-top: 48px;
  }

  .customcol-content {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 10px;
  }

  .cc-title {
    padding-top: 0;
  }

  .contact-content > div:not(:last-child) {
    margin-bottom: 21px;
  }

  #pszok .pszok-boxes .psz-box {
    flex: 0 0 calc(33.333% - 20px);
    max-width: calc(33.333% - 20px);
  }
}

@media (max-width: 767px) {
  body {
    padding-top: 100px;
  }

  .padd60x80 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .slogos-list,
  .wcag-list {
    display: none;
  }

  #slider .container {
    padding: 0;
  }

  .sh-slide {
    position: relative;
  }

  .slide-image {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .slide-content {
    flex: 0 0 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .sc-abs-text {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
    color: #ffffff;
    padding-bottom: 40px;
  }

  .sc-abs {
    left: 16px;
  }

  .slide-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000059;
  }

  #slider .owl-carousel .owl-nav {
    bottom: -48px;
    left: unset;
    right: 0;
    transform: none;
  }

  .news {
    padding-top: 48px;
  }

  #slider .owl-carousel-home .owl-dots {
    bottom: -39px;
    left: 5px;
  }

  .news-row > div,
  .news-img {
    width: 100%;
  }

  .news-row > div:nth-child(n + 2) {
    margin-top: 48px;
  }

  .problem-box {
    margin-top: 24px;
  }

  .fmenu-blank {
    display: none;
  }

  .footerrow > div:nth-child(n + 2) {
    margin-top: 24px;
  }

  .fmenu-title {
    padding: 16px;
    border: 1px solid #d2d2d2;
  }

  a.fmenu-item {
    padding: 16px;
    margin-bottom: 4px;
  }

  .fmenu {
    border: 1px solid #d2d2d2;
    border-top: none;
  }

  .boxes,
  .hidden-print .borderdiv:first-child {
    display: none;
  }

  .title {
    font-size: 24px;
  }

  .title-withlink a {
    margin-left: 20px;
    padding-bottom: 1px;
  }

  .slogos-list.show-mobile {
    display: flex;
    justify-content: center;
    padding: 0;
    margin-top: 24px;
  }

  .search-popup form#searchForm {
    left: 12px;
    width: calc(100% - 80px);
  }

  .news-gallery-item {
    flex: 0 0 calc(33.33% - 24px);
  }

  .notice-info {
    flex: 0 0 100%;
    padding-left: 0;
    margin-top: 20px;
  }

  .form-container {
    max-width: 100%;
    flex: 0 0 100%;
    border: 1px solid #ececec;
    padding: 20px 0;
  }

  .site-baner {
    min-height: 150px;
  }

  .site-baner .breadcrumb {
    position: absolute;
    bottom: 28px;
    margin: 0;
    color: #fff;
  }

  .site-baner .sba-title {
    top: unset;
    bottom: 19px;
    transform: none;
  }

  .slide-content {
    background-color: transparent;
  }

  .site-baner {
    min-height: unset;
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .site-baner .breadcrumb {
    position: static;
  }

  .site-baner .sba-title {
    position: static;
    padding-bottom: 16px;
    font-size: 21px;
  }
}

@media (max-width: 650px) {
  /* News */
  .news-item-inside {
    display: block;
    flex: 0 0 calc(50% - 7.5px);
    max-width: calc(50% - 7.5px);
  }

  .news-item-inside:nth-child(2n) {
    margin-left: 15px;
  }

  .ni-details {
    padding: 15px 0 0 0;
  }

  .news-list {
    display: flex;
    flex-wrap: wrap;
  }

  .ni-image {
    width: 100%;
    max-width: 100%;
  }

  .ni-image img {
    width: 100%;
  }

  .text_content {
    padding: 48px 0;
  }

  .table-container {
    width: 100%;
    max-width: calc(100vw - 20px);
    overflow-x: scroll;
    position: relative;
  }

  .table-container table {
    width: 767px;
    max-width: 767px;
  }

  .table-container .fixed-table {
    width: 550px;
    max-width: 550px;
  }

  .table-container::after {
    position: absolute;
    content: "";
    height: 42px;
    width: 32px;
    background: url(../img/garbage_icons/pointer.svg);
    background-position: -24px;
    background-size: cover;
    background-repeat: no-repeat;
    top: 105px;
    right: 12px;
    transform: translateY(-50%);
  }

  .table-container.clicked::after {
    display: none;
  }

  .table-container::after {
    -webkit-animation: shake-horizontal 9s infinite both;
    animation: shake-horizontal 9s infinite both;
  }
  @-webkit-keyframes shake-horizontal {
    0%,
    100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    10%,
    30%,
    50%,
    70% {
      -webkit-transform: translateX(-10px);
      transform: translateX(-10px);
    }
    20%,
    40%,
    60% {
      -webkit-transform: translateX(10px);
      transform: translateX(10px);
    }
    80% {
      -webkit-transform: translateX(8px);
      transform: translateX(8px);
    }
    90% {
      -webkit-transform: translateX(-8px);
      transform: translateX(-8px);
    }
  }
  @keyframes shake-horizontal {
    0%,
    100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    10%,
    30%,
    50%,
    70% {
      -webkit-transform: translateX(-10px);
      transform: translateX(-10px);
    }
    20%,
    40%,
    60% {
      -webkit-transform: translateX(10px);
      transform: translateX(10px);
    }
    80% {
      -webkit-transform: translateX(8px);
      transform: translateX(8px);
    }
    90% {
      -webkit-transform: translateX(-8px);
      transform: translateX(-8px);
    }
  }

  #pszok .pszok-boxes .psz-box {
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}

@media (max-width: 600px) {
  .deklaracja .placesm .input-group-addon {
    padding: 0;
    max-width: 75px;
  }

  .deklaracja .placesm .input-group-addon span {
    max-width: 75px!important;
    font-size: 10px!important;
  }
}

@media (max-width: 575px) {
  .hide-mobile-news {
    display: none;
  }

  .copyright,
  a.foot-links {
    display: block;
    border-left: none;
    padding: 0;
    margin: 8px 0;
  }

  .copyright {
    margin-bottom: 16px;
  }

  .footrow {
    padding-top: 18px;
    padding-bottom: 28px;
  }
}

@media (max-width: 525px) {
  body {
    font-size: 14px;
  }

  .notice-info .attention-box {
    font-size: 14px;
  }

  .formflex span {
    max-width: 100%;
  }

  .formflex .btn {
    max-width: 100%;
    width: 100%;
    margin-top: 12px;
  }

  .news-item-inside {
    display: block;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }

  .news-item-inside:last-of-type {
    margin-bottom: 0;
  }

  .news-item-inside:nth-child(2n) {
    margin-left: 0;
  }

  .news-gallery-item {
    flex: 0 0 calc(50% - 24px);
  }

  .file-name:not(.file-harm) {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 24px;
  }
  .hidemobile {
    display: none;
  }
}

.file-harm {
  display: inline-block;
}

@media (max-width: 525px) {
  .segregate-box form,
  .segregate-intro {
    padding-left: 24px;
    padding-right: 24px;
  }

  .fl-item {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .fl-item:last-of-type {
    margin-bottom: 0;
  }

  .fl-item:nth-child(n + 3) {
    margin-top: 0;
  }

  .objcol {
    padding: 0 10px;
  }

  .objrow {
    margin: 0 -10px;
  }

  .site-baner-big .sba-title {
    position: absolute;
    top: calc(50% - 65px);
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .site-baner-big .sba-title {
    top: unset;
    transform: none;
    left: 10px;
    bottom: 165px;
  }

  .site-baner-big {
    height: 260px;
  }

  .site-baner-big .breadcrumb {
    width: calc(100% - 20px);
    left: 10px;
    top: unset;
    bottom: 159px;
    transform: none;
  }
}

@media (max-width: 425px) {
  #pszok .pszok-boxes .psz-box {
    flex: 0 0 calc(100% - 20px);
    max-width: calc(100% - 20px);
  }
}

.alert_info p {
  margin-bottom: 0;
}

.pages-list{
  margin-bottom: 21px;
}

.pages-list:last-of-type{
  margin-bottom: 0;
}

.rejestracja .term-text{
  display: none;
}

.declarations-types>.attention-box {
  margin: 0;
  flex: 0 0 calc(50% - 24px);
  margin: 0 12px;
  margin-bottom: 24px;
  border: 2px solid #bd0000;
}

@media (max-width: 1199px){
  .declarations-types>.attention-box {
    flex: 0 0 calc(100% - 24px);
  }
}

.hmn .news-item {
  border: 1px solid #ececec;
  height: 100%;
}

.hmn .news-desc {
  padding: 24px;
}

.boxes {
  border-top: 1px solid #ececec;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none!important;
}

.logincomment.success {
    background: #b7f7c8;
    border: 1px solid #80c793;
    color: #1f7937;
}

@media (max-width: 525px) {
  .strona-glowna .news {
    padding-top: 0;
  }
}