@charset "UTF-8";
.btn--arrow {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  padding: 3px 80px 3px 5px;
  position: relative;
  background: transparent;
  border: none;
  max-width: 200px;
}
.btn--arrow span {
  position: relative;
}
.btn--arrow::before, .btn--arrow::after {
  content: "";
  position: absolute;
}
.btn--arrow::before {
  width: 100%;
  height: 80%;
  top: 10px;
  left: 0;
}
.btn--arrow::after {
  width: 50px;
  height: 20px;
  background: url(../img/icons/arrow.svg) no-repeat;
  background-size: 50px auto;
  right: 15px;
  top: 15px;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.btn--arrow:focus, .btn--arrow:hover {
  color: inherit;
}
.btn--arrow:focus::after, .btn--arrow:hover::after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

@-webkit-keyframes barLeftToRight {
  0% {
    width: 0;
  }
  100% {
    width: 110%;
  }
}

@keyframes barLeftToRight {
  0% {
    width: 0;
  }
  100% {
    width: 110%;
  }
}
.page {
  position: relative;
  z-index: 2;
}

.overlay {
  width: 100%;
  height: 100%;
  background: #f2f2f2;
  position: fixed;
  z-index: 9999;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateY(-90%);
          transform: translateY(-90%);
}
.overlay.fadedIn {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.loader {
  width: 100%;
  height: 100%;
  background: #f2f2f2;
  position: fixed;
  z-index: 9999;
  opacity: 1;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  top: 0;
}
.loader.loaded {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  opacity: 0;
}
.loader.fadedIn {
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.loader .lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -32px;
  margin-top: -32px;
}
.loader .lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #fc0;
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
          animation-timing-function: cubic-bezier(0, 1, 1, 0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.loader .lds-ellipsis div:nth-child(1) {
  background: #e6b800;
  left: 6px;
  -webkit-animation: lds-ellipsis1 0.6s infinite;
          animation: lds-ellipsis1 0.6s infinite;
}
.loader .lds-ellipsis div:nth-child(2) {
  left: 6px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
          animation: lds-ellipsis2 0.6s infinite;
}
.loader .lds-ellipsis div:nth-child(3) {
  background: #e6b800;
  left: 26px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
          animation: lds-ellipsis2 0.6s infinite;
}
.loader .lds-ellipsis div:nth-child(4) {
  background: #cca300;
  left: 45px;
  -webkit-animation: lds-ellipsis3 0.6s infinite;
          animation: lds-ellipsis3 0.6s infinite;
}
@-webkit-keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@-webkit-keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(19px, 0);
            transform: translate(19px, 0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(19px, 0);
            transform: translate(19px, 0);
  }
}

body {
  font-size: 12px;
}

a:hover, a:focus, a:active {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
}

p {
  font-family: "Roboto", sans-serif;
}

.section h2 {
  font-size: 36px;
  line-height: 36px;
}
@media screen and (min-width: 768px) {
  .section h2 {
    font-size: 32px;
    line-height: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .section h2 {
    font-size: 46px;
    line-height: 46px;
  }
}
.section h3 {
  font-size: 22px;
  line-height: 22px;
}
@media screen and (min-width: 768px) {
  .section h3 {
    font-size: 24px;
    line-height: 24px;
  }
}
@media screen and (min-width: 992px) {
  .section h3 {
    font-size: 28px;
    line-height: 28px;
  }
}
.section p.lead {
  font-size: 14px;
  line-height: 22px;
  text-align: justify;
}
@media screen and (min-width: 992px) {
  .section p.lead {
    font-size: 16px;
    line-height: 24px;
    width: 90%;
  }
}

.btn {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #1F1A17;
}
.btn.btn_more {
  display: block;
  padding: 5px;
  text-align: right;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 14px;
}
.btn.btn_more span {
  display: inline-block;
  position: relative;
  text-align: right;
}
.btn.btn_more span:before, .btn.btn_more span:after {
  content: "";
  position: absolute;
  width: 400px;
  height: 1px;
  right: 120%;
  top: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.btn.btn_more span:before {
  border-top: 1px solid #1F1A17;
}
.btn.btn_more span:after {
  border-top: 2px solid #1F1A17;
  width: 0;
}
.btn.btn_more:focus, .btn.btn_more:hover {
  color: inherit;
}
.btn.btn_more:focus span:before, .btn.btn_more:hover span:before {
  width: 0;
}
.btn.btn_more:focus span:after, .btn.btn_more:hover span:after {
  width: 400px;
}

body.noscroll {
  overflow-y: hidden;
}

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 1600px) {
  .site-header {
    padding-right: 100px;
  }
}
@media screen and (min-width: 992px) {
  .site-header {
    position: relative;
    width: auto;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .site-header.navbar-fixed {
    position: fixed;
    width: 100%;
    z-index: 100;
    top: -200px;
  }
  .site-header.navbar-fixed.faded {
    top: 0;
    -webkit-transition: top 1s ease;
    transition: top 1s ease;
  }
  .site-header.navbar-fixed .brand .logo img {
    height: 50px;
  }
  .site-header.navbar-fixed .brand .logo span {
    font-size: 16px;
    line-height: 16px;
    padding-top: 5px;
  }
  .site-header.navbar-fixed .nav .mainnav ul li a {
    font-size: 12px;
    line-height: 12px;
    margin: 15px 10px 10px;
  }
  .site-header.navbar-fixed .nav .mainnav ul li a img {
    width: 50px;
  }
}
.site-header.mobile-on {
  height: 100%;
}
.site-header.mobile-on .brand {
  padding-bottom: 15px;
}
.site-header.mobile-on .nav {
  visibility: visible;
  opacity: 1;
  position: relative;
  margin-top: 60px;
}
.site-header.mobile-on .nav .mainnav {
  height: auto;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.site-header.mobile-on .mobile-button .mobile-open-close span.open {
  display: none;
}
.site-header.mobile-on .mobile-button .mobile-open-close span.close {
  display: block;
}
.site-header .brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px;
}
@media screen and (min-width: 768px) {
  .site-header .brand {
    border-bottom: none;
    margin: 15px 0 15px 25px;
  }
}
@media screen and (min-width: 992px) {
  .site-header .brand {
    margin: 15px 0 0 50px;
  }
}
@media screen and (min-width: 1200px) {
  .site-header .brand {
    margin: 20px 50px 15px 100px;
  }
}
@media screen and (min-width: 1600px) {
  .site-header .brand {
    margin: 25px 200px 0 150px;
  }
}
.site-header .brand .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #1F1A17;
}
.site-header .brand .logo img {
  height: 60px;
  width: auto;
  margin: 0 10px 0 0;
}
@media screen and (min-width: 992px) {
  .site-header .brand .logo img {
    height: 80px;
  }
}
.site-header .brand .logo span {
  padding-top: 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 16px;
  line-height: 16px;
}
@media screen and (min-width: 992px) {
  .site-header .brand .logo span {
    font-size: 22px;
    line-height: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .site-header .brand .logo span {
    font-size: 26px;
    line-height: 1em;
  }
}
.site-header .brand .logo span em {
  display: block;
  font-style: normal;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 0.7em;
}
.site-header .mobile-button {
  position: absolute;
  top: 10px;
  right: 10px;
}
@media screen and (min-width: 768px) {
  .site-header .mobile-button {
    top: 15px;
  }
}
@media screen and (min-width: 992px) {
  .site-header .mobile-button {
    display: none;
  }
}
.site-header .mobile-button .mobile-open-close {
  width: 60px;
  height: 60px;
  border: none;
  background: none;
}
.site-header .mobile-button .mobile-open-close span {
  display: block;
}
.site-header .mobile-button .mobile-open-close span.close {
  display: none;
}
.site-header .nav {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
@media screen and (min-width: 992px) {
  .site-header .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}
.site-header .nav .mainnav {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  opacity: 0;
  height: 0;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
@media screen and (min-width: 992px) {
  .site-header .nav .mainnav {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    opacity: 1;
    height: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.site-header .nav .mainnav ul {
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.site-header .nav .mainnav ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
}
@media screen and (min-width: 992px) {
  .site-header .nav .mainnav ul li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (min-width: 1200px) {
  .site-header .nav .mainnav ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}
.site-header .nav .mainnav ul li a {
  color: #1F1A17;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 15px 10px;
}
.site-header .nav .mainnav ul li a img {
  width: 60px;
  height: auto;
  display: block;
  margin: 0 auto 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 1200px) {
  .site-header .nav .mainnav ul li a img {
    width: 70px;
  }
}
.site-header .nav .mainnav ul li a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}
.site-header .nav .mainnav ul li a:hover img {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

#nav-close-icon .fill,
#nav-open-icon .fill {
  fill: #d9d9d9;
}
#nav-close-icon .stroke,
#nav-open-icon .stroke {
  fill: none;
  stroke: #1d1d1b;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 0.5px;
}

#top {
  padding: 30px 0;
  overflow: hidden;
  position: relative;
  margin-top: 80px;
}
@media screen and (min-width: 992px) {
  #top {
    margin-top: 0;
  }
}
#top:after {
  content: "";
  width: 50%;
  height: 5px;
  position: absolute;
  background: #F9C301;
  z-index: 1;
  top: 0;
  left: 0;
}
#top:before {
  content: "";
  height: 70%;
  width: 75%;
  position: absolute;
  background-color: #F2F2F2;
  z-index: 0;
  top: 0;
  left: 0;
}
@media screen and (min-width: 992px) {
  #top:before {
    height: 80%;
    background-image: url(../img/top-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 1200px) {
  #top:before {
    height: 75%;
  }
}
@media screen and (min-width: 1400px) {
  #top:before {
    height: 80%;
  }
}
#top .wrapper {
  position: relative;
  z-index: 10;
  width: 100%;
}
#top h1 {
  line-height: 100%;
  font-size: 42px;
  margin: 50px 0 0;
}
@media screen and (min-width: 992px) {
  #top h1 {
    margin: 100px 0 0;
  }
}
@media screen and (min-width: 1200px) {
  #top h1 {
    margin: 80px 0 0;
  }
}
#top .year {
  display: block;
  font-size: 25px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin-bottom: 50px;
  position: relative;
}
@media screen and (min-width: 768px) {
  #top .year {
    font-size: 28px;
  }
}
@media screen and (min-width: 992px) {
  #top .year {
    font-size: 40px;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1400px) {
  #top .year {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
#top .year:after {
  content: "";
  height: 50px;
  width: 300px;
  position: absolute;
  background: url(../img/lines.png) top right no-repeat;
  z-index: 0;
  top: calc(100% + 20px);
  left: -220px;
}
@media screen and (min-width: 992px) {
  #top .year:after {
    height: 70px;
    top: calc(100% + 50px);
  }
}
@media screen and (min-width: 992px) {
  #top .year:after {
    left: -260px;
  }
}
#top .lead {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 30px;
  position: relative;
  z-index: 20;
  margin-bottom: 20px;
}
#top .lead:before {
  content: "";
  width: 180px;
  height: 180px;
  position: absolute;
  top: -130px;
  right: 35%;
  background: url(../img/icons/piggybank.svg) no-repeat;
  opacity: 0.78;
  display: none;
}
@media screen and (min-width: 768px) {
  #top .lead {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 992px) {
  #top .lead:before {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  #top .lead {
    font-size: 16px;
    line-height: 22px;
  }
}
#top .img_box {
  width: 50%;
  height: 100%;
  background-size: cover;
  position: absolute;
  top: 40px;
  right: 0;
  z-index: 0;
}
#top .img_box:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(-45deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.8) 90%);
  top: 0;
  left: 0;
  opacity: 0.8;
}

#budzet {
  position: relative;
}
#budzet:after {
  content: "";
  width: 40px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #F9C301;
  display: none;
}
@media screen and (min-width: 768px) {
  #budzet:after {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  #budzet:after {
    width: calc(8.333333% + 20px);
  }
}
#budzet:before {
  content: "";
  position: absolute;
  top: 90px;
  left: 30px;
  width: 150px;
  height: 150px;
  background-image: url(../img/icons/piggybank.svg);
  z-index: 5;
  display: none;
}
@media screen and (min-width: 992px) {
  #budzet:before {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  #budzet:before {
    left: 3%;
    width: 180px;
    height: 180px;
  }
}
#budzet .section_top {
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  #budzet .section_top {
    padding: 100px 0 0px;
  }
}
#budzet .section_bottom {
  padding: 70px 0 50px;
  background: url(../img/chart-bg.png) top center no-repeat;
  background-size: cover;
}
#budzet .buget_amount {
  position: relative;
  padding: 10px 0 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #budzet .buget_amount {
    margin-top: 50px;
  }
}
#budzet .buget_amount:after {
  content: "";
  height: 50px;
  width: 300px;
  position: absolute;
  background: url(../img/lines.png) top right no-repeat;
  z-index: 0;
  top: 100%;
  left: -40%;
}
#budzet .buget_amount .total {
  font-size: 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  position: relative;
  margin-top: 10px;
}
#budzet .buget_amount .total span.header {
  font-size: 0.4em;
  letter-spacing: -1px;
}
#budzet .buget_amount .total:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  top: 50%;
  left: 0;
  background: #F9C301;
  z-index: -1;
}
#budzet .buget_amount .total_header {
  font-size: 16px;
  margin: 15px 0 -10px;
  text-transform: uppercase;
  font-weight: 900;
}
#budzet .buget_amount .spendings,
#budzet .buget_amount .deficit {
  display: block;
  color: #595959;
  font-size: 14px;
}
@media screen and (min-width: 992px) {
  #budzet .buget_amount .spendings,
  #budzet .buget_amount .deficit {
    position: absolute;
    top: 0;
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  #budzet .buget_amount .spendings,
  #budzet .buget_amount .deficit {
    font-size: 18px;
  }
}
#budzet .buget_amount .spendings {
  left: 10px;
}
#budzet .buget_amount .deficit {
  right: 10px;
}
#budzet .incomes {
  display: block;
  padding: 0;
}
@media screen and (min-width: 768px) {
  #budzet .incomes {
    margin: 80px 80px 0 0;
  }
}
#budzet .incomes li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#budzet .incomes li div {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  position: relative;
}
#budzet .incomes li div.year {
  font-size: 18px;
  margin-right: 10px;
  text-align: right;
  width: 60px;
}
#budzet .incomes li div.amount_wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 30px;
  padding: 0 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#budzet .incomes li div.amount_wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 70%;
  bottom: 0;
  left: 0;
  background-color: #d9d9d9;
}
@media screen and (min-width: 480px) {
  #budzet .incomes li div.amount_wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media screen and (min-width: 1200px) {
  #budzet .incomes li div.amount_wrapper {
    display: block;
  }
}
#budzet .incomes li div.amount_wrapper span {
  position: relative;
  z-index: 20;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
#budzet .incomes li div.amount_wrapper em {
  font-style: normal;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
}
#budzet .incomes li div.amount_wrapper .line {
  position: absolute;
  height: 70%;
  top: 30%;
  left: 0;
  background-color: #F9C301;
  z-index: 0;
}
#budzet .incomes li div.amount_wrapper a {
  display: inline-block;
  position: relative;
  z-index: 10;
  font-size: 12px;
  line-height: 14px;
  color: #333;
  padding: 0 0 10px 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 1200px) {
  #budzet .incomes li div.amount_wrapper a {
    font-size: 16px;
  }
}
#budzet .incomes li div.amount_wrapper a img {
  width: 40px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#budzet .incomes li div.amount_wrapper a:hover img {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

#nobudzet {
  position: relative;
}
#nobudzet:after {
  content: "";
  width: 40px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #F9C301;
  display: none;
}
@media screen and (min-width: 768px) {
  #nobudzet:after {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  #nobudzet:after {
    width: calc(8.333333% + 20px);
  }
}
#nobudzet:before {
  content: "";
  position: absolute;
  top: 90px;
  left: 30px;
  width: 150px;
  height: 150px;
  background-image: url(../img/icons/piggybank.svg);
  z-index: 5;
  display: none;
}
@media screen and (min-width: 992px) {
  #nobudzet:before {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  #nobudzet:before {
    left: 3%;
    width: 180px;
    height: 180px;
  }
}
#nobudzet .section_top {
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  #nobudzet .section_top {
    padding: 100px 0 0px;
  }
}
#nobudzet .section_top p {
  font-size: 16px;
  line-height: 24px;
}
#nobudzet .section_top p.lead {
  font-size: 24px;
  line-height: 28px;
  text-align: left;
  margin-top: 30px;
}
#nobudzet .section_bottom {
  padding: 70px 0 50px;
  background: url(../img/chart-bg.png) top center no-repeat;
  background-size: cover;
}

#wydatki {
  padding: 20px 0;
  position: relative;
}
#wydatki:after {
  content: "";
  width: 50%;
  height: 5px;
  position: absolute;
  background: #F9C301;
  z-index: 0;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  #wydatki {
    background: url(../img/spendings-bg.png) 20px center no-repeat;
    background-size: 200px auto;
  }
}
@media screen and (min-width: 992px) {
  #wydatki {
    background-size: 250px auto;
    background-position: 70px center;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 1200px) {
  #wydatki {
    background-position: 100px center;
  }
}
#wydatki > .wrapper {
  position: relative;
  z-index: 10;
}
#wydatki > .wrapper:before {
  content: "";
  position: absolute;
  bottom: -20px;
  right: 20px;
  width: 220px;
  height: 220px;
  background: url(../img/spendings-bg.png) 0 0 no-repeat;
  background-size: contain;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  #wydatki h2 {
    margin-top: 100px;
  }
}
@media screen and (min-width: 1200px) {
  #wydatki h2 {
    margin-top: 75px;
  }
}
#wydatki .lead {
  margin-bottom: 30px;
}
@media screen and (min-width: 1200px) {
  #wydatki .lead {
    padding-right: 80px;
  }
}
#wydatki .tabs {
  margin: 10px 0 30px;
}
#wydatki .tabs .btn {
  border: none;
  background-color: transparent;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  text-align: center;
  padding: 3px 15px;
  margin: 10px 5px;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  #wydatki .tabs .btn {
    padding: 3px 20px;
    margin: 10px;
  }
}
#wydatki .tabs .btn span {
  position: relative;
}
#wydatki .tabs .btn::before {
  content: "";
  width: 0;
  height: 75%;
  background-color: #F9C301;
  position: absolute;
  top: 25%;
  left: 0;
  -webkit-transition: all 0.5s cubic-bezier(0, 1.51, 0.5, 1.02);
  transition: all 0.5s cubic-bezier(0, 1.51, 0.5, 1.02);
}
#wydatki .tabs .btn:hover {
  color: inherit;
}
#wydatki .tabs .btn:hover::before {
  width: 100%;
}
#wydatki .tabs .btn:focus {
  color: inherit;
}
#wydatki .tabs .btn[aria-selected=true]::before {
  width: 100%;
}
#wydatki .button {
  position: relative;
}
#wydatki .button:after {
  content: "";
  height: 50px;
  width: 300px;
  position: absolute;
  background: url(../img/lines.png) top right no-repeat;
  z-index: 0;
  top: -10px;
  left: -120px;
}
#wydatki .spendings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 992px) {
  #wydatki .spendings {
    margin-top: 50px;
  }
}
#wydatki .spendings .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  justify-content: center;
  min-height: 70px;
}
@media screen and (min-width: 992px) {
  #wydatki .spendings .wrapper {
    min-height: 95px;
  }
}
@media screen and (min-width: 1200px) {
  #wydatki .spendings .wrapper {
    min-height: 100px;
  }
}
#wydatki .spendings .wrapper img {
  position: relative;
  height: 64px;
  width: 64px;
}
#wydatki .spendings .wrapper p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 0 0 10px;
}
#wydatki .spendings .wrapper p span.name {
  display: block;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
#wydatki .spendings .wrapper p span.amount {
  display: inline-block;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
}
#wydatki .spendings .slick-list {
  margin-bottom: 20px;
}
#wydatki .spendings .slick-dots {
  margin: 30px 0;
}
#wydatki .presentation_wrapper {
  position: relative;
}
#wydatki .presentation_wrapper #spendings_chart {
  width: 100%;
  background-color: transparent;
}
@media only screen and (min-width: 768px) {
  #wydatki .presentation_wrapper #spendings_chart {
    margin-top: 100px;
  }
}
#wydatki .presentation_wrapper #spendings_chart .tooltip-content-wrapper {
  padding: 10px;
  width: 300px;
  height: auto;
}
#wydatki .presentation_wrapper #spendings_chart .tooltip-content-wrapper .header {
  display: block;
  font-size: 14px;
  text-align: center;
}
#wydatki .presentation_wrapper #spendings_chart .tooltip-content-wrapper .values {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px #ececec solid;
  text-align: center;
}
#wydatki .presentation_wrapper #spendings_chart .tooltip-content-wrapper .amount {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  text-align: right;
}
#wydatki .presentation_wrapper #spendings_chart .tooltip-content-wrapper .percent {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

#wydatki-majatkowe {
  padding: 20px 0;
  position: relative;
}
#wydatki-majatkowe:after {
  content: "";
  width: 50%;
  height: 5px;
  position: absolute;
  background: #F9C301;
  z-index: 0;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  #wydatki-majatkowe {
    background: url(../img/spendings-bg.png) 20px center no-repeat;
    background-size: 200px auto;
  }
}
@media screen and (min-width: 992px) {
  #wydatki-majatkowe {
    background-size: 250px auto;
    background-position: 70px center;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 1200px) {
  #wydatki-majatkowe {
    background-position: 100px center;
  }
}
#wydatki-majatkowe > .wrapper {
  position: relative;
  z-index: 10;
}
#wydatki-majatkowe > .wrapper:before {
  content: "";
  position: absolute;
  bottom: -20px;
  right: 20px;
  width: 220px;
  height: 220px;
  background: url(../img/spendings-bg.png) 0 0 no-repeat;
  background-size: contain;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  #wydatki-majatkowe h2 {
    margin-top: 100px;
  }
}
@media screen and (min-width: 1200px) {
  #wydatki-majatkowe h2 {
    margin-top: 75px;
  }
}
#wydatki-majatkowe .lead {
  margin-bottom: 30px;
}
@media screen and (min-width: 1200px) {
  #wydatki-majatkowe .lead {
    padding-right: 80px;
  }
}
#wydatki-majatkowe .tabs {
  margin: 10px 0 30px;
}
#wydatki-majatkowe .tabs .btn {
  border: none;
  background-color: transparent;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  text-align: center;
  padding: 3px 15px;
  margin: 10px 5px;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  #wydatki-majatkowe .tabs .btn {
    padding: 3px 20px;
    margin: 10px;
  }
}
#wydatki-majatkowe .tabs .btn span {
  position: relative;
}
#wydatki-majatkowe .tabs .btn::before {
  content: "";
  width: 0;
  height: 75%;
  background-color: #F9C301;
  position: absolute;
  top: 25%;
  left: 0;
  -webkit-transition: all 0.5s cubic-bezier(0, 1.51, 0.5, 1.02);
  transition: all 0.5s cubic-bezier(0, 1.51, 0.5, 1.02);
}
#wydatki-majatkowe .tabs .btn:hover {
  color: inherit;
}
#wydatki-majatkowe .tabs .btn:hover::before {
  width: 100%;
}
#wydatki-majatkowe .tabs .btn:focus {
  color: inherit;
}
#wydatki-majatkowe .tabs .btn[aria-selected=true]::before {
  width: 100%;
}
#wydatki-majatkowe .button {
  position: relative;
}
#wydatki-majatkowe .button:after {
  content: "";
  height: 50px;
  width: 300px;
  position: absolute;
  background: url(../img/lines.png) top right no-repeat;
  z-index: 0;
  top: -10px;
  left: -120px;
}
#wydatki-majatkowe .expenses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 992px) {
  #wydatki-majatkowe .expenses {
    margin-top: 50px;
  }
}
#wydatki-majatkowe .expenses .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  justify-content: center;
  min-height: 70px;
}
@media screen and (min-width: 992px) {
  #wydatki-majatkowe .expenses .wrapper {
    min-height: 95px;
  }
}
@media screen and (min-width: 1200px) {
  #wydatki-majatkowe .expenses .wrapper {
    min-height: 100px;
  }
}
#wydatki-majatkowe .expenses .wrapper img {
  position: relative;
  height: 64px;
  width: 64px;
}
#wydatki-majatkowe .expenses .wrapper p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 0 0 10px;
}
#wydatki-majatkowe .expenses .wrapper p span.name {
  display: block;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
#wydatki-majatkowe .expenses .wrapper p span.amount {
  display: inline-block;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
}
#wydatki-majatkowe .expenses .slick-list {
  margin-bottom: 20px;
}
#wydatki-majatkowe .expenses .slick-dots {
  margin: 30px 0;
}
#wydatki-majatkowe .presentation_wrapper {
  position: relative;
}
#wydatki-majatkowe .presentation_wrapper #spendings_chart {
  width: 100%;
  background-color: transparent;
}
@media only screen and (min-width: 768px) {
  #wydatki-majatkowe .presentation_wrapper #spendings_chart {
    margin-top: 100px;
  }
}
#wydatki-majatkowe .presentation_wrapper #spendings_chart .tooltip-content-wrapper {
  padding: 10px;
  width: 300px;
  height: auto;
}
#wydatki-majatkowe .presentation_wrapper #spendings_chart .tooltip-content-wrapper .header {
  display: block;
  font-size: 14px;
  text-align: center;
}
#wydatki-majatkowe .presentation_wrapper #spendings_chart .tooltip-content-wrapper .values {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px #ececec solid;
  text-align: center;
}
#wydatki-majatkowe .presentation_wrapper #spendings_chart .tooltip-content-wrapper .amount {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  text-align: right;
}
#wydatki-majatkowe .presentation_wrapper #spendings_chart .tooltip-content-wrapper .percent {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

.tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.tabs button {
  text-align: center;
  margin: 5px;
  padding: 0;
  border: 0;
  background: transparent;
  position: relative;
}
.tabs button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.tabs button .wrapper {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 5px;
  margin: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 480px) {
  .tabs button .wrapper {
    padding: 10px;
  }
}
@media screen and (min-width: 992px) {
  .tabs button .wrapper {
    padding: 15px;
  }
}
.tabs button img {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tabs button[aria-selected=true] .wrapper {
  background: #F9C301;
}
.tabs button:hover {
  background: #F9C301;
}
.tabs button:hover img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.tab-item {
  background: transparent;
  padding: 0;
  display: block;
  height: 0;
  overflow: hidden;
}
.tab-item .wrapper {
  min-height: 90px;
}
@media screen and (min-width: 1200px) {
  .tab-item .wrapper {
    min-height: 140px;
  }
}
.tab-item[aria-hidden=false] {
  padding: 15px;
  height: auto;
  display: inherit;
}
.tab-item .total {
  font-size: 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  position: relative;
  margin: 20px auto 0;
  text-align: center;
  display: block;
}
@media screen and (min-width: 480px) {
  .tab-item .total {
    font-size: 40px;
  }
}
@media screen and (min-width: 992px) {
  .tab-item .total {
    font-size: 30px;
    margin-top: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .tab-item .total {
    font-size: 36px;
  }
}
@media screen and (min-width: 1400px) {
  .tab-item .total {
    font-size: 38px;
  }
}
.tab-item .total:before {
  content: "";
  position: absolute;
  width: 110%;
  height: 50%;
  top: 50%;
  left: -5%;
  background: #F9C301;
  z-index: -1;
}
.tab-item .cat_name {
  display: block;
  color: #595959;
  text-align: center;
  font-size: 14px;
}
@media screen and (min-width: 480px) {
  .tab-item .cat_name {
    font-size: 16px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .tab-item .cat_name {
    margin-bottom: 0;
  }
}
.tab-item .circle_wrapper {
  width: 200px;
  position: relative;
  margin: 30px auto 20px;
}
.tab-item .circle_wrapper .percent {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 28px;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  text-align: center;
}
.tab-item .circle_wrapper .percent em {
  display: block;
  margin: -5px 0 0;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  text-transform: uppercase;
}
.tab-item .slider {
  margin: 20px 0;
}
.tab-item .slider .slick-list {
  margin: 0 0 20px;
}
@media screen and (min-width: 1200px) {
  .tab-item .slider .slick-list {
    margin-bottom: 60px;
  }
}
.tab-item .slider .slick-dots {
  margin: 0;
}
.tab-item .item .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  justify-content: center;
}
.tab-item .item .wrapper img {
  position: relative;
  height: 64px;
  width: 64px;
}
.tab-item .item .wrapper p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 0 0 10px;
}
.tab-item .item .wrapper p span {
  display: block;
}
.tab-item .item .wrapper p span.name {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  padding-bottom: 10px;
}
.tab-item .item .wrapper p span.amount {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
}

#wydatki-szczegolowo {
  padding: 30px 0;
  position: relative;
}
#wydatki-szczegolowo .img_box {
  width: 52%;
  height: 100%;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  opacity: 0.1;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  display: none;
}
@media screen and (min-width: 768px) {
  #wydatki-szczegolowo .img_box {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  #wydatki-szczegolowo .img_box {
    width: 58%;
  }
}
@media screen and (min-width: 1200px) {
  #wydatki-szczegolowo .img_box {
    width: 60%;
  }
}
#wydatki-szczegolowo p.lead {
  margin-bottom: 40px;
}
@media screen and (min-width: 480px) {
  #wydatki-szczegolowo h3 {
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px) {
  #wydatki-szczegolowo h3 {
    margin-top: 200px;
  }
}
@media screen and (min-width: 992px) {
  #wydatki-szczegolowo h3 {
    margin-top: 50px;
  }
}

.tab-item[aria-hidden=false] .percentagePath {
  -webkit-animation: dash 1.5s cubic-bezier(0.56, 0.01, 0.13, 1) forwards;
          animation: dash 1.5s cubic-bezier(0.56, 0.01, 0.13, 1) forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@-webkit-keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
#dochody {
  padding: 50px 0;
  position: relative;
}
#dochody:after {
  content: "";
  width: 50%;
  height: 5px;
  position: absolute;
  background: #F9C301;
  z-index: 1;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  #dochody {
    background: url(../img/incomes-bg.png) 20px center no-repeat;
    background-size: 200px auto;
  }
}
@media screen and (min-width: 992px) {
  #dochody {
    background-size: 250px auto;
    background-position: 70px center;
  }
}
@media screen and (min-width: 1200px) {
  #dochody {
    background-position: 100px center;
  }
}
#dochody > .wrapper:after {
  content: "";
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 220px;
  height: 220px;
  background: url(../img/incomes-bg-reverse.png) 0 0 no-repeat;
  background-size: contain;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  #dochody h2 {
    margin-top: 50px;
  }
}
#dochody .zostaw-pit {
  padding-bottom: 60px;
}
#dochody .zostaw-pit h3 {
  font-size: 22px;
}
#dochody .zostaw-pit p {
  font-size: 16px;
  line-height: 24px;
  width: 90%;
}
#dochody .zostaw-pit button {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  text-align: center;
  padding: 3px 80px 3px 5px;
  position: relative;
  background: transparent;
  border: none;
}
#dochody .zostaw-pit button span {
  position: relative;
}
#dochody .zostaw-pit button::before, #dochody .zostaw-pit button::after {
  content: "";
  position: absolute;
}
#dochody .zostaw-pit button::before {
  width: 100%;
  height: 80%;
  top: 10px;
  left: 0;
  background-color: red;
}
#dochody .zostaw-pit button::after {
  width: 50px;
  height: 20px;
  background: url(../img/icons/arrow.svg) no-repeat;
  background-size: 50px auto;
  right: 15px;
  top: 15px;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#dochody .zostaw-pit button:focus, #dochody .zostaw-pit button:hover {
  color: inherit;
}
#dochody .zostaw-pit button:focus::after, #dochody .zostaw-pit button:hover::after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
#dochody .lead {
  margin-bottom: 50px;
}
#dochody .tabs {
  margin: 10px 0 30px;
}
#dochody .tabs .btn {
  border: none;
  background-color: transparent;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  text-align: center;
  padding: 3px 15px;
  margin: 10px 5px;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  #dochody .tabs .btn {
    padding: 3px 20px;
    margin: 10px;
  }
}
#dochody .tabs .btn span {
  position: relative;
}
#dochody .tabs .btn::before {
  content: "";
  width: 0;
  height: 75%;
  background-color: #F9C301;
  position: absolute;
  top: 25%;
  left: 0;
  -webkit-transition: all 0.5s cubic-bezier(0, 1.51, 0.5, 1.02);
  transition: all 0.5s cubic-bezier(0, 1.51, 0.5, 1.02);
}
#dochody .tabs .btn:hover {
  color: inherit;
}
#dochody .tabs .btn:hover::before {
  width: 100%;
}
#dochody .tabs .btn:focus {
  color: inherit;
}
#dochody .tabs .btn[aria-selected=true]::before {
  width: 100%;
}
#dochody .incomes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  #dochody .incomes {
    margin-top: 150px;
  }
}
#dochody .incomes .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 992px) {
  #dochody .incomes .wrapper {
    min-height: 120px;
  }
}
#dochody .incomes .wrapper img {
  position: relative;
  height: 64px;
  width: 64px;
}
#dochody .incomes .wrapper p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 0 0 10px;
}
#dochody .incomes .wrapper p span.name {
  display: block;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
#dochody .incomes .wrapper p span.amount {
  display: inline-block;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
}
#dochody .incomes .slick-list {
  margin-bottom: 20px;
}
#dochody .incomes .slick-dots {
  margin: 30px 0;
}
#dochody .presentation_wrapper {
  position: relative;
}
#dochody .presentation_wrapper #incomes_chart {
  width: 100%;
  background-color: transparent;
}
@media only screen and (min-width: 768px) {
  #dochody .presentation_wrapper #incomes_chart {
    margin-top: 100px;
  }
}
#dochody .presentation_wrapper #incomes_chart .tooltip-content-wrapper {
  padding: 10px;
  width: 300px;
  height: auto;
}
#dochody .presentation_wrapper #incomes_chart .tooltip-content-wrapper .header {
  display: block;
  font-size: 14px;
  text-align: center;
}
#dochody .presentation_wrapper #incomes_chart .tooltip-content-wrapper .values {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px #ececec solid;
  text-align: center;
}
#dochody .presentation_wrapper #incomes_chart .tooltip-content-wrapper .amount {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  text-align: right;
}
#dochody .presentation_wrapper #incomes_chart .tooltip-content-wrapper .percent {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

#zostaw-pit-u-siebie {
  position: relative;
  padding: 50px 0 0;
}
#zostaw-pit-u-siebie .pit-close {
  width: 50px;
  height: 50px;
  background: transparent;
  top: 20px;
  right: 50px;
  z-index: 1;
  border: none;
  position: absolute;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#zostaw-pit-u-siebie .pit-close:hover {
  -webkit-transform: scale(1.4) rotate(180deg);
          transform: scale(1.4) rotate(180deg);
}
#zostaw-pit-u-siebie .pit-close::before, #zostaw-pit-u-siebie .pit-close::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #8f8d8b;
  position: absolute;
  top: 50%;
}
#zostaw-pit-u-siebie .pit-close::before {
  left: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#zostaw-pit-u-siebie .pit-close::after {
  right: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#zostaw-pit-u-siebie .section_top {
  position: relative;
}
@media screen and (min-width: 768px) {
  #zostaw-pit-u-siebie .section_top .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 768px) {
  #zostaw-pit-u-siebie .section_top .wrapper h2 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 33.3%;
            flex: 1 0 33.3%;
  }
}
#zostaw-pit-u-siebie .section_top:before {
  content: "";
  position: absolute;
  top: -5px;
  left: 30px;
  width: 150px;
  height: 150px;
  background-image: url(../img/icons/pit.svg);
  z-index: 5;
  display: none;
}
@media screen and (min-width: 992px) {
  #zostaw-pit-u-siebie .section_top:before {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  #zostaw-pit-u-siebie .section_top:before {
    left: 3%;
    width: 180px;
    height: 180px;
  }
}
#zostaw-pit-u-siebie .section_bottom {
  background: url(../img/pit-bg.png) top center no-repeat;
  background-size: cover;
  padding: 25px 0 50px;
}
@media screen and (min-width: 992px) {
  #zostaw-pit-u-siebie .section_bottom {
    padding: 90px 0;
  }
}
@media screen and (min-width: 768px) {
  #zostaw-pit-u-siebie .section_bottom h3 {
    min-height: 100px;
    margin: 0;
  }
}
@media screen and (min-width: 992px) {
  #zostaw-pit-u-siebie .section_bottom h3 {
    font-size: 24px;
    line-height: 28px;
  }
}
@media screen and (min-width: 1200px) {
  #zostaw-pit-u-siebie .section_bottom h3 {
    min-height: 90px;
  }
}
#zostaw-pit-u-siebie .section_bottom h4 {
  font-size: 22px;
  line-height: 22px;
}
@media screen and (min-width: 992px) {
  #zostaw-pit-u-siebie .section_bottom h4 {
    font-size: 24px;
    line-height: 28px;
  }
}
#zostaw-pit-u-siebie .section_bottom p {
  font-size: 14px;
  line-height: 22px;
}
#zostaw-pit-u-siebie .section_bottom .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
#zostaw-pit-u-siebie .section_bottom .wrapper .icon {
  width: 140px;
  height: 140px;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 140px;
          flex: 0 1 140px;
  display: none;
}
@media screen and (min-width: 768px) {
  #zostaw-pit-u-siebie .section_bottom .wrapper .icon {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  #zostaw-pit-u-siebie .section_bottom .wrapper .icon {
    height: 180px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 180px;
            flex: 0 1 180px;
    -webkit-transform: translateX(-60px);
            transform: translateX(-60px);
  }
}
@media screen and (min-width: 1200px) {
  #zostaw-pit-u-siebie .section_bottom .wrapper .icon {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
}
#zostaw-pit-u-siebie .section_bottom .wrapper .icon::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/icons/subwencja-ogolna.svg);
  position: absolute;
  z-index: 10;
}
#zostaw-pit-u-siebie .section_bottom .wrapper .icon::after {
  content: "";
  width: 70%;
  height: 70%;
  position: absolute;
  top: 20%;
  left: 15%;
  border-radius: 50%;
  background-color: #F9C301;
  z-index: 0;
}
#zostaw-pit-u-siebie .section_bottom .wrapper .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 1200px) {
  #zostaw-pit-u-siebie .section_bottom .wrapper .content {
    padding-left: 50px;
  }
}
#zostaw-pit-u-siebie .section_bottom .wrapper .content .link {
  display: inline-block;
  position: relative;
  color: #000;
  padding: 0 3px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#zostaw-pit-u-siebie .section_bottom .wrapper .content .link span {
  position: relative;
}
#zostaw-pit-u-siebie .section_bottom .wrapper .content .link::before {
  content: "";
  width: 104%;
  height: 50%;
  background-color: #F9C301;
  position: absolute;
  left: -2%;
  bottom: 0;
  z-index: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#zostaw-pit-u-siebie .section_bottom .wrapper .content .link:hover::before {
  height: 5px;
  bottom: -5px;
}

.calc {
  width: 100%;
  margin: 10px 10px 40px;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .calc {
    width: 220px;
  }
}
.calc:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 10px;
  left: -10px;
  background-color: #F9C301;
  z-index: 0;
}
.calc .screen {
  width: 100%;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
  position: relative;
}
.calc .screen input.output {
  display: block;
  width: 100%;
  height: 80px;
  padding: 5px;
  border: none;
  text-align: right;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 30px;
  background: transparent;
}
.calc .screen .hint {
  font-size: 12px;
  position: absolute;
  bottom: 5px;
  right: 5px;
}
.calc .keyboard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
}
.calc .keyboard .num_key {
  width: 33.3333333333%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: transparent;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.calc .keyboard .num_key span {
  display: block;
  -webkit-transition: -webkit-transform 0.1s;
  transition: -webkit-transform 0.1s;
  transition: transform 0.1s;
  transition: transform 0.1s, -webkit-transform 0.1s;
}
.calc .keyboard .num_key:hover {
  cursor: pointer;
}
.calc .keyboard .num_key:hover.empty {
  cursor: auto;
}
.calc .keyboard .num_key:active span {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}

#kalkulator {
  position: relative;
  background: url(../img/chart-short-bg.png) bottom left no-repeat;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  #kalkulator {
    padding: 50px 0 100px;
  }
}
@media screen and (min-width: 992px) {
  #kalkulator {
    padding-bottom: 150px;
  }
}
@media screen and (min-width: 1200px) {
  #kalkulator {
    padding-bottom: 100px;
  }
}
#kalkulator:before {
  content: "";
  width: 40px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #F9C301;
  display: none;
}
@media screen and (min-width: 768px) {
  #kalkulator:before {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  #kalkulator:before {
    width: calc(8.333333% + 20px);
  }
}
#kalkulator:after {
  content: "";
  position: absolute;
  top: 90px;
  left: 30px;
  width: 150px;
  height: 150px;
  background-image: url(../img/icons/calculator.svg);
  z-index: 5;
  display: none;
}
@media screen and (min-width: 992px) {
  #kalkulator:after {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  #kalkulator:after {
    left: 3%;
    width: 180px;
    height: 180px;
  }
}
#kalkulator > .wrapper:after {
  content: "";
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 80px;
  height: 80px;
  background: url(../img/calc-bg.png) 0 0 no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  #kalkulator > .wrapper:after {
    width: 100px;
    height: 100px;
  }
}
@media screen and (min-width: 992px) {
  #kalkulator > .wrapper:after {
    width: 170px;
    height: 170px;
  }
}
@media screen and (min-width: 1200px) {
  #kalkulator > .wrapper:after {
    width: 220px;
    height: 220px;
  }
}
#kalkulator p.small {
  display: block;
  background-color: #efefef;
  color: #4F4F4F;
  max-width: 90%;
  padding: 10px;
  margin-bottom: 20px;
  font-size: 12px;
  text-align: justify;
}
#kalkulator p.small.important {
  color: #000;
  background-color: #F9C301;
  display: none;
}
#kalkulator .spendings {
  padding-top: 20px;
  padding-bottom: 50px;
}
#kalkulator .spendings .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  #kalkulator .spendings .wrapper {
    min-height: 90px;
  }
}
@media screen and (min-width: 1200px) {
  #kalkulator .spendings .wrapper {
    min-height: 80px;
  }
}
#kalkulator .spendings .wrapper img {
  position: relative;
  height: 64px;
  width: 64px;
}
#kalkulator .spendings .wrapper p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 0 0 10px;
}
#kalkulator .spendings .wrapper p span.name {
  display: block;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
#kalkulator .spendings .wrapper p span.amount {
  display: inline-block;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
}
#kalkulator .spendings .slick-dots {
  margin: 20px 0;
}
@media screen and (min-width: 1420px) {
  #kalkulator .spendings .slick-dots {
    bottom: -50px;
  }
}
#kalkulator .monthly {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 14px;
  line-height: 18px;
  padding-top: 10px;
}
#kalkulator .howMuchForCity {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  display: inline-block;
  font-size: 42px;
  position: relative;
  margin-left: 15px;
}
@media screen and (min-width: 768px) {
  #kalkulator .howMuchForCity {
    font-size: 38px;
  }
}
#kalkulator .howMuchForCity:before {
  content: "";
  position: absolute;
  width: 110%;
  height: 50%;
  top: 50%;
  left: -5%;
  background: #F9C301;
  z-index: -1;
}
#kalkulator .checkboxPanel {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  display: block;
  position: relative;
  padding-left: 35px;
  margin: 20px 10px;
  cursor: pointer;
  font-size: 16px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#kalkulator .checkboxPanel input {
  height: 40px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 40px;
}
#kalkulator .checkboxPanel input + label {
  cursor: pointer;
}
#kalkulator .checkboxPanel input + label::before, #kalkulator .checkboxPanel input + label::after {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
}
#kalkulator .checkboxPanel input + label::before {
  left: -2px;
  top: -1px;
}
#kalkulator .checkboxPanel input + label::after {
  left: 2px;
  top: -5px;
  border: 1px #333 solid;
}
#kalkulator .checkboxPanel input + label svg {
  position: absolute;
  top: -10px;
  width: 25px;
  height: 25px;
  left: 7px;
}
#kalkulator .checkboxPanel input + label svg path {
  stroke-dasharray: 40;
  stroke-dashoffset: 40;
}
#kalkulator .checkboxPanel input:checked + label svg {
  opacity: 1;
}
#kalkulator .checkboxPanel input:checked + label svg path {
  -webkit-animation: dash 0.3s ease-out forwards;
          animation: dash 0.3s ease-out forwards;
}
#kalkulator .checkboxPanel input:checked + label::after {
  opacity: 1;
}
#kalkulator .checkboxPanel input:checked + label::before {
  opacity: 1;
  background: #FFEA00;
}
#kalkulator .checkboxPanel input:focus + label::before {
  -webkit-box-shadow: 0 0 0 3px #ffbf47;
          box-shadow: 0 0 0 3px #ffbf47;
  outline: 3px solid transparent;
}
#kalkulator .checkboxPanel input:checked + label span::before {
  width: 100%;
}

#inwestycje {
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  #inwestycje {
    background: url(../img/investments-bg.png) 20px center no-repeat;
    background-size: 200px auto;
  }
}
@media screen and (min-width: 992px) {
  #inwestycje {
    background-size: 250px auto;
    background-position: 70px center;
  }
}
@media screen and (min-width: 1200px) {
  #inwestycje {
    background-position: 100px center;
    background-size: 400px auto;
  }
}
@media screen and (min-width: 768px) {
  #inwestycje .inwestycje-wrapper {
    min-height: 500px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
#inwestycje .inwestycje-wrapper .filters-wrapper {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #inwestycje .inwestycje-wrapper .filters-wrapper {
    margin-bottom: 0;
  }
}

.map-filters {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  padding: 0 10px 10px 0;
  width: 90%;
  margin-top: 20px;
  position: relative;
}
.map-filters span.title {
  display: inline-block;
  text-transform: uppercase;
  padding: 10px;
  text-align: center;
  font-size: 16px;
  position: relative;
}
.map-filters span.title:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 30%;
  top: 50%;
  left: 0;
  z-index: -1;
  background-color: #efefef;
}
.map-filters .chkboxesWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: none;
}
.map-filters .chkboxesWrapper label {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 45%;
          flex: 1 0 45%;
}
@media screen and (min-width: 1900px) {
  .map-filters .chkboxesWrapper label {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 22.5%;
            flex: 1 0 22.5%;
  }
}
.map-filters .checkState {
  position: relative;
  padding-left: 35px;
  margin: 10px 5px;
  font-size: 12px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 10;
  font-size: 14px;
  cursor: pointer;
}
.map-filters .checkState input {
  position: absolute;
  width: 25px;
  height: 25px;
  left: 2px;
  top: -5px;
  opacity: 0;
}
.map-filters .checkState input + label {
  cursor: pointer;
}
.map-filters .checkState input + label::before, .map-filters .checkState input + label::after {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  border-radius: 50%;
}
.map-filters .checkState input + label::before {
  left: 0;
  top: -3px;
}
.map-filters .checkState input + label::after {
  left: 2px;
  top: -5px;
  border: 1px #333 solid;
}
.map-filters .checkState input + label svg {
  position: absolute;
  top: -10px;
  width: 25px;
  height: 25px;
  left: 7px;
}
.map-filters .checkState input + label svg path {
  stroke-dasharray: 40;
  stroke-dashoffset: 40;
}
.map-filters .checkState input + label span {
  position: relative;
}
.map-filters .checkState input + label span:before {
  content: "";
  position: absolute;
  width: 0;
  height: 50%;
  top: 50%;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: #FFEA00;
  -webkit-transition: width 0.5s cubic-bezier(0, 0.5, 0, 1.3);
  transition: width 0.5s cubic-bezier(0, 0.5, 0, 1.3);
}
.map-filters .checkState input:checked + label svg {
  opacity: 1;
}
.map-filters .checkState input:checked + label svg path {
  -webkit-animation: dash 0.3s ease-out forwards;
          animation: dash 0.3s ease-out forwards;
}
.map-filters .checkState input:checked + label::after {
  opacity: 1;
}
.map-filters .checkState input:focus + label::before {
  -webkit-box-shadow: 0 0 0 3px #ffbf47;
          box-shadow: 0 0 0 3px #ffbf47;
  outline: 3px solid transparent;
}
.map-filters .checkState input.all + label::before, .map-filters .checkState input.all:checked + label span::before {
  background: #FFEA00;
}
.map-filters .checkState input.planned + label::before, .map-filters .checkState input.planned:checked + label span::before {
  background: rgba(3, 169, 244, 0.4);
}
.map-filters .checkState input.ongoing + label::before, .map-filters .checkState input.ongoing:checked + label span::before {
  background: rgba(255, 152, 0, 0.4);
}
.map-filters .checkState input.finished + label::before, .map-filters .checkState input.finished:checked + label span::before {
  background: rgba(76, 175, 80, 0.4);
}
.map-filters .checkState input:checked + label span::before {
  width: 100%;
}

.fundsFilters {
  border: none;
}
.fundsFilters legend {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  padding: 1em 0;
  font-size: 1.4em;
}
.fundsFilters .fundedWithPB-wrapper {
  margin: 5px;
}

#map {
  width: 100%;
  height: 500px;
  margin-right: 20px;
}
#map .si-close-button {
  z-index: 9999;
}
#map .custom {
  padding: 20px;
  position: relative;
}
@media screen and (min-width: 1200px) {
  #map .custom {
    padding: 5px;
    width: 340px;
  }
}
#map .custom h3 {
  font-size: 16px;
  line-height: 16px;
  clear: both;
  display: block;
  text-align: center;
  margin: 20px 0 10px;
}
@media screen and (min-width: 1200px) {
  #map .custom h3 {
    font-size: 22px;
    line-height: 24px;
  }
}
#map .custom p {
  font-size: 10px;
  line-height: 1.5em;
  text-align: justify;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
@media screen and (min-width: 1200px) {
  #map .custom p {
    font-size: 12px;
  }
}
#map .custom .description {
  padding: 10px;
}
@media screen and (min-width: 992px) {
  #map .custom .description {
    padding: 10px 15px;
  }
}
#map .custom .description img {
  width: 100%;
  max-height: 150px;
  height: auto;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  #map .custom .description img {
    width: 50%;
    margin: 0 0 5px 20px;
    float: right;
  }
}
@media screen and (min-width: 992px) {
  #map .custom .description p {
    margin-top: 0;
  }
}
#map .custom .col_both {
  margin: 0 10px 10px 10px;
  padding-bottom: 10px;
}
#map .custom .col_both p:first-child {
  margin-top: 20px;
}
@media screen and (min-width: 992px) {
  #map .custom .content-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
#map .custom .content-row .col_left {
  width: 100%;
}
#map .custom .content-row .col_left p {
  font-size: 10px;
  text-align: justify;
}
@media screen and (min-width: 1200px) {
  #map .custom .content-row .col_left p {
    font-size: 11px;
    line-height: 1.4em;
  }
}
@media screen and (min-width: 992px) {
  #map .custom .content-row .col_left {
    padding: 0 10px 5px;
    -webkit-box-flex: 2;
        -ms-flex: 2 0;
            flex: 2 0;
  }
}
@media screen and (min-width: 992px) {
  #map .custom .content-row .col_left {
    -webkit-box-flex: 4;
        -ms-flex: 4 0;
            flex: 4 0;
  }
}
#map .custom .content-row .col_right img {
  display: block;
  margin: 5px auto;
  height: 100px;
  width: auto;
}
@media screen and (min-width: 992px) {
  #map .custom .content-row .col_right {
    margin: 10px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
  }
}
@media screen and (min-width: 992px) {
  #map .custom .content-row .col_right {
    -webkit-box-flex: 3;
        -ms-flex: 3 0;
            flex: 3 0;
  }
}
#map .custom .budgetYear,
#map .custom .budgetYearTiny {
  font-size: 10px;
  z-index: 10;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0 10px;
  letter-spacing: 10px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
#map .custom .budgetYear {
  position: absolute;
  top: -8px;
  background: #fff;
}
#map .custom .budgetYearTiny {
  position: relative;
  width: 100%;
  color: #333;
  margin: -15px 0 5px;
}
#map .custom .budgetYearTiny::before, #map .custom .budgetYearTiny::after {
  content: "";
  width: 30%;
  height: 1px;
  background: #333;
  position: absolute;
  top: 50%;
}
#map .custom .budgetYearTiny::before {
  left: 0;
}
#map .custom .budgetYearTiny::after {
  right: 0;
}
@media screen and (min-width: 1200px) {
  #map .custom .budgetYearTiny {
    margin: 0 0 5px;
  }
  #map .custom .budgetYearTiny::before {
    left: 5px;
  }
  #map .custom .budgetYearTiny::after {
    right: 5px;
  }
}
#map .custom .cost {
  margin: 15px 15px 0;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  text-align: center;
  padding: 10px;
  position: relative;
  border: 1px solid #000;
}
#map .custom .cost em {
  font-style: normal;
  position: relative;
}
#map .custom .cost::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 7px;
  left: -7px;
  z-index: -1;
}
@media screen and (min-width: 1200px) {
  #map .custom .cost {
    font-size: 20px;
  }
}

.fundedWithPB-wrapper {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  position: relative;
  padding-left: 35px;
  padding: 0 10px 10px 35px;
}
.fundedWithPB-wrapper input {
  height: 40px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 40px;
}
.fundedWithPB-wrapper input + label {
  cursor: pointer;
}
.fundedWithPB-wrapper input + label::before, .fundedWithPB-wrapper input + label::after {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  border-radius: 50%;
}
.fundedWithPB-wrapper input + label::before {
  left: 0;
  top: -3px;
}
.fundedWithPB-wrapper input + label::after {
  left: 2px;
  top: -5px;
  border: 1px #333 solid;
}
.fundedWithPB-wrapper input + label svg {
  position: absolute;
  top: -10px;
  width: 25px;
  height: 25px;
  left: 7px;
}
.fundedWithPB-wrapper input + label svg path {
  stroke-dasharray: 40;
  stroke-dashoffset: 40;
}
.fundedWithPB-wrapper input:checked + label svg {
  opacity: 1;
}
.fundedWithPB-wrapper input:checked + label svg path {
  -webkit-animation: dash 0.3s ease-out forwards;
          animation: dash 0.3s ease-out forwards;
}
.fundedWithPB-wrapper input:checked + label::after {
  opacity: 1;
}
.fundedWithPB-wrapper input:checked + label::before {
  opacity: 1;
  background: #FFEA00;
}
.fundedWithPB-wrapper input:focus + label::before {
  -webkit-box-shadow: 0 0 0 3px #ffbf47;
          box-shadow: 0 0 0 3px #ffbf47;
  outline: 3px solid transparent;
}
.fundedWithPB-wrapper input:checked + label span::before {
  width: 100%;
}

@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
#budzet-obywatelski .wrapper {
  padding: 20px 0 0;
  position: relative;
}
#budzet-obywatelski .wrapper:after {
  content: "";
  position: absolute;
  width: 300px;
  height: 100px;
  top: 60%;
  right: 0;
  background: url(../img/lines.png) left no-repeat;
}
#budzet-obywatelski .wrapper:before {
  content: "";
  position: absolute;
  width: 75%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/budzet-bg.png);
  background-size: cover;
  z-index: 0;
}
@media screen and (min-width: 1200px) {
  #budzet-obywatelski .wrapper {
    padding: 250px 0 0;
  }
}
#budzet-obywatelski .arrow img {
  width: 100%;
  height: auto;
}
#budzet-obywatelski .text {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  #budzet-obywatelski .text {
    margin-top: 100px;
  }
}
#budzet-obywatelski .amount {
  display: block;
  position: relative;
  font-size: 36px;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
}
#budzet-obywatelski .amount span {
  display: inline-block;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 1200px) {
  #budzet-obywatelski .amount span {
    font-size: 60px;
  }
}
#budzet-obywatelski .amount span:before {
  content: "";
  position: absolute;
  width: 110%;
  height: 50%;
  top: 50%;
  left: -5%;
  background: #F9C301;
  z-index: -1;
}
#budzet-obywatelski .button {
  background-color: #fff;
  padding: 50px 0;
  margin-top: 40px;
  text-align: center;
  position: relative;
  z-index: 10;
}
#budzet-obywatelski .button .btn_xl {
  display: inline-block;
  padding: 20px 50px;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  background-color: #fc0;
  margin: 0 auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 1200px) {
  #budzet-obywatelski .button .btn_xl {
    font-size: 22px;
  }
}
#budzet-obywatelski .button .btn_xl:focus, #budzet-obywatelski .button .btn_xl:hover {
  color: #1F1A17;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.55);
          box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.55);
}

#fundusz-solecki .wrapper {
  padding: 20px 0 0;
  margin-bottom: 50px;
  position: relative;
}
#fundusz-solecki .wrapper:before {
  content: "";
  position: absolute;
  width: 80%;
  height: 100%;
  top: 0;
  right: 0;
  background: url(../img/icons/villageFund.svg) bottom right no-repeat;
  background-size: contain;
  z-index: 0;
  opacity: 0.3;
}
@media screen and (min-width: 992px) {
  #fundusz-solecki .wrapper:before {
    width: 45%;
  }
}
@media screen and (min-width: 1400px) {
  #fundusz-solecki .wrapper:before {
    width: 45%;
    background-size: 100%;
    background-position: center right;
  }
}
@media screen and (min-width: 1200px) {
  #fundusz-solecki .wrapper {
    padding: 150px 0 0;
  }
}
#fundusz-solecki .text {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  #fundusz-solecki .text {
    margin-top: 100px;
  }
}
#fundusz-solecki .button {
  text-align: center;
  position: relative;
  z-index: 10;
}
#fundusz-solecki .button .btn_xl {
  display: inline-block;
  padding: 20px 50px;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  background-color: #fc0;
  margin: 0 auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 1200px) {
  #fundusz-solecki .button .btn_xl {
    font-size: 22px;
  }
}
#fundusz-solecki .button .btn_xl:focus, #fundusz-solecki .button .btn_xl:hover {
  color: #1F1A17;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.55);
          box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.55);
}

footer {
  background-color: #333;
  color: #fff;
  padding-top: 30px;
  padding-bottom: 10px;
  text-align: center;
  margin-top: auto;
}
@media screen and (min-width: 768px) {
  footer {
    text-align: left;
  }
}
footer ul {
  padding-left: 0;
  list-style-type: none;
}
footer p,
footer li,
footer span {
  color: #fff;
  font-size: 12px;
  line-height: 18px;
}
@media screen and (min-width: 992px) {
  footer p,
  footer li,
  footer span {
    font-size: 14px;
    line-height: 20px;
  }
}
footer p a,
footer li a,
footer span a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
footer p a:hover, footer p a:active, footer p a:focus,
footer li a:hover,
footer li a:active,
footer li a:focus,
footer span a:hover,
footer span a:active,
footer span a:focus {
  text-decoration: none;
  color: #fff;
  opacity: 0.9;
}
footer .herb {
  display: block;
  margin: 0 auto 15px;
  max-width: 100%;
  height: auto;
  max-height: 60px;
}
footer span {
  display: block;
}
footer .logo-link {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
footer .logo-link:hover {
  opacity: 0.5;
}
footer .logo-link.konsultacjejst {
  display: inline-block;
  margin-top: 22px;
}
footer .more-info {
  padding-top: 5px;
  margin-top: 5px;
}
footer .logo {
  padding-top: 30px;
  text-align: center;
}
footer .logo a img {
  max-height: 40px;
}
@media screen and (min-width: 768px) {
  footer .logo {
    padding-top: 0;
  }
}
footer .partners {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  footer .partners {
    margin-top: 0;
  }
}
footer .partners ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .partners ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 72px;
          flex: 0 1 72px;
  height: 40px;
}
footer .partners ul li a {
  display: block;
  width: 100%;
  background-size: contain !important;
}
footer .partners ul li a img {
  display: block;
  max-height: 40px;
}
footer .footer__contact ul {
  margin-top: 0;
}
footer .copyrights,
footer .polityka-prywatnosci {
  text-align: center;
}
@media screen and (min-width: 768px) {
  footer .copyrights {
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  footer .polityka-prywatnosci {
    text-align: right;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./../img/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 40%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0;
  border: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-size: 40px;
  line-height: 1;
  color: black;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  display: none !important;
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}
.slick-prev:hover {
  -webkit-transform: translate(-10px, -50%);
          transform: translate(-10px, -50%);
  cursor: pointer;
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}
.slick-next:hover {
  -webkit-transform: translate(10px, -50%);
          transform: translate(10px, -50%);
  cursor: pointer;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.slick-dots {
  margin: 30px 0;
}
.slick-dots li button {
  border: 2px solid #999;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.slick-dots li button:before {
  display: none;
}
.slick-dots li.slick-active button {
  border-color: #F9C301;
  background-color: #F9C301;
}

.slick-slide .item {
  opacity: 0;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.slick-active .item {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.slick-active .item:nth-child(0) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.slick-active .item:nth-child(1) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.slick-active .item:nth-child(2) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.slick-active .item:nth-child(3) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.slick-active .item:nth-child(4) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.slick-active .item:nth-child(5) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.slick-active .item:nth-child(6) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.slick-active .item:nth-child(7) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.slick-active .item:nth-child(8) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

.si-float-wrapper {
  position: absolute;
  width: 100%;
}

.si-float-wrapper,
.si-float-wrapper * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

[class*=si-wrapper] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  cursor: default;
}

.si-wrapper-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: -40px;
  margin-left: 0px;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}

.si-wrapper-bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  margin-top: 0px;
  margin-left: 0px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.si-wrapper-left {
  margin-top: -20px;
  margin-left: -11px;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}

.si-wrapper-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-top: -20px;
  margin-left: 11px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

[class*=si-shadow-wrapper] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.29804;
  z-index: 1;
}

.si-shadow-wrapper-top,
.si-shadow-wrapper-bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.si-shadow-pointer-bottom,
.si-shadow-pointer-right {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.si-shadow-frame {
  -webkit-box-shadow: 0 1px 3px 0 #000;
          box-shadow: 0 1px 3px 0 #000;
}

[class*=si-shadow-pointer] {
  position: relative;
  width: 15px;
  height: 15px;
  margin: auto;
}

[class*=si-shadow-inner-pointer] {
  position: absolute;
  width: 141%;
  height: 141%;
  -webkit-box-shadow: -0.70711px 0.70711px 3px 0 #000;
          box-shadow: -0.70711px 0.70711px 3px 0 #000;
}

.si-shadow-inner-pointer-top {
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.si-shadow-inner-pointer-bottom {
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%) rotate(-45deg);
  transform: translate(-50%, 50%) rotate(-45deg);
}

.si-shadow-inner-pointer-left {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.si-shadow-inner-pointer-right {
  top: 50%;
  right: 0;
  -webkit-transform: translate(50%, -50%) rotate(-45deg);
  transform: translate(50%, -50%) rotate(-45deg);
}

.si-frame {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  border-radius: 3px;
  overflow: hidden;
  z-index: 2;
}

.si-content-wrapper {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  padding: 30px;
  background-color: #fff;
}

.si-has-border .si-content-wrapper {
  border: 1px solid #bbb;
}

.si-content {
  overflow: auto;
}

.si-close-button {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  outline: none;
  background-color: transparent;
  color: inherit;
  font-family: Arial, Baskerville, monospace;
  font-size: 24px;
  cursor: pointer;
  opacity: 0.5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.si-close-button:hover,
.si-close-button:focus {
  opacity: 0.7;
}

[class*=si-pointer-border] {
  position: absolute;
  border: 15px solid transparent;
  z-index: 3;
}

[class*=si-pointer-bg] {
  position: relative;
  border: 15px solid transparent;
  z-index: 4;
}

.si-has-border [class*=si-pointer-bg] {
  border-width: 15px;
}

.si-pointer-border-top,
.si-pointer-border-bottom {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.si-pointer-border-left,
.si-pointer-border-right {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.si-pointer-top {
  border-bottom: 0;
}

.si-pointer-border-top {
  bottom: 0;
  border-top-color: #bbb;
}

.si-pointer-bg-top {
  border-top-color: #fff;
}

.si-has-border .si-pointer-bg-top {
  top: -1px;
  margin-bottom: 0px;
}

.si-pointer-bottom {
  border-top: 0;
}

.si-pointer-border-bottom {
  top: 0;
  border-bottom-color: #bbb;
}

.si-pointer-bg-bottom {
  border-bottom-color: #fff;
}

.si-has-border .si-pointer-bg-bottom {
  bottom: -1px;
  margin-top: 0px;
}

.si-pointer-left {
  border-right: 0;
}

.si-pointer-border-left {
  right: 0;
  border-left-color: #bbb;
}

.si-pointer-bg-left {
  border-left-color: #fff;
}

.si-has-border .si-pointer-bg-left {
  left: -1px;
  margin-right: 0px;
}

.si-pointer-right {
  border-left: 0;
}

.si-pointer-border-right {
  left: 0;
  border-right-color: #bbb;
}

.si-pointer-bg-right {
  border-right-color: #fff;
}

.si-has-border .si-pointer-bg-right {
  right: -1px;
  margin-left: 0px;
}

.wcag__bar {
  position: absolute;
  bottom: -65px;
  height: 60px;
  background: #fff;
  max-width: 300px;
  padding: 0 20px;
  left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: -1;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 992px) {
  .wcag__bar {
    left: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .wcag__bar {
    left: 150px;
  }
}
.wcag__bar .wcag__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wcag__bar .wcag__header span {
  font-size: 12px;
  line-height: 14px;
}
.wcag__bar .wcag__header img {
  max-width: 25px;
  height: auto;
  margin-right: 10px;
}
.wcag__bar .wcag__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px;
}
.wcag__bar .wcag__button {
  background: transparent;
  border: none;
}
.wcag__bar .wcag__button span {
  display: block;
  width: 22px;
  height: 22px;
  text-indent: -9999px;
  background: transparent;
  position: relative;
}
.wcag__bar .wcag__button span::before {
  content: "";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 50%;
  height: 100%;
  z-index: 0;
  border-radius: 0 30px 30px 0;
}
.wcag__bar .wcag__button span::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #333;
  border-radius: 50%;
}
.wcag__bar .wcag__button.button--reset span::before {
  background-color: #333;
}
.wcag__bar .wcag__button.button--contrast span::before {
  background-color: #ffea00;
}
.wcag__bar .wcag__declaration a {
  display: block;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #000;
  position: relative;
  font-family: "Montserrat", sans-serif;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.wcag__bar .wcag__declaration a:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
.wcag__bar .wcag__declaration a:hover::before {
  top: 5px;
}
.wcag__bar .wcag__declaration a span {
  display: block;
  position: relative;
  border: 1px solid #000;
}
.wcag__bar .wcag__declaration a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 3px;
  right: 3px;
  background-color: #03A9F4;
  z-index: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a.skip-main {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
}
a.skip-main:focus, a.skip-main:active {
  color: #000;
  background-color: red;
  left: auto;
  top: 100px;
  width: 30%;
  height: auto;
  overflow: auto;
  margin: 10px 35%;
  padding: 5px;
  -webkit-box-shadow: 0 0 10px red;
          box-shadow: 0 0 10px red;
  text-align: center;
  font-size: 1.2em;
  z-index: 99999;
}

#deklaracja-dostepnosci {
  position: relative;
  padding: 80px 0 0;
  font-size: 16px;
}
#deklaracja-dostepnosci h1,
#deklaracja-dostepnosci .font-h1 {
  font-size: clamp(28.11px, 1.229vw + 24.176px, 47.78px);
}
#deklaracja-dostepnosci h2,
#deklaracja-dostepnosci .font-h2 {
  font-size: clamp(24.89px, 0.933vw + 21.904px, 39.82px);
}
#deklaracja-dostepnosci h3,
#deklaracja-dostepnosci .font-h3 {
  font-size: clamp(22.12px, 0.691vw + 19.908px, 33.18px);
}
#deklaracja-dostepnosci h4,
#deklaracja-dostepnosci .font-h4 {
  font-size: clamp(19.75px, 0.494vw + 18.17px, 27.65px);
}
#deklaracja-dostepnosci h5,
#deklaracja-dostepnosci .font-h5 {
  font-size: clamp(17.72px, 0.333vw + 16.656px, 23.04px);
}
#deklaracja-dostepnosci h6,
#deklaracja-dostepnosci .font-h6 {
  font-size: clamp(16px, 0.2vw + 15.36px, 19.2px);
}
#deklaracja-dostepnosci body,
#deklaracja-dostepnosci .font-body {
  font-size: clamp(14.55px, 0.091vw + 14.26px, 16px);
}
#deklaracja-dostepnosci small,
#deklaracja-dostepnosci .font-small {
  font-size: clamp(12.12px, 0.076vw + 11.878px, 13.33px);
}
#deklaracja-dostepnosci .section_dd {
  position: relative;
}
@media screen and (min-width: 768px) {
  #deklaracja-dostepnosci .section_dd .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 768px) {
  #deklaracja-dostepnosci .section_dd .wrapper h2 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 33.3%;
            flex: 1 0 33.3%;
  }
}
#deklaracja-dostepnosci .section_dd a {
  display: inline-block;
  position: relative;
  color: #000;
  padding: 0 3px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  isolation: isolate;
}
#deklaracja-dostepnosci .section_dd a span {
  position: relative;
}
#deklaracja-dostepnosci .section_dd a::before {
  content: "";
  width: 104%;
  height: 50%;
  background-color: #f9c301;
  position: absolute;
  left: -2%;
  bottom: 0;
  z-index: -1;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#deklaracja-dostepnosci .section_dd a:hover::before {
  height: 5px;
  bottom: -5px;
}
#deklaracja-dostepnosci .section_dd:before {
  content: "";
  position: absolute;
  top: -5px;
  left: 30px;
  width: 150px;
  height: 150px;
  background-image: url(../img/icons/wcag.svg);
  z-index: 5;
  display: none;
}
@media screen and (min-width: 992px) {
  #deklaracja-dostepnosci .section_dd:before {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  #deklaracja-dostepnosci .section_dd:before {
    left: 3%;
    width: 180px;
    height: 180px;
  }
}
#deklaracja-dostepnosci .section_dd ul {
  list-style-type: disc;
}

#pitcit {
  position: relative;
  padding-bottom: 50px;
}
#pitcit::before {
  content: "";
  width: 50%;
  height: 100%;
  background: url(../img/icons/subwencja-ogolna.svg) center left no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.2;
}
#pitcit::after {
  content: "";
  width: 50%;
  height: 5px;
  position: absolute;
  background-color: #4CAF50;
  z-index: 0;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  #pitcit h2 {
    margin-top: 100px;
  }
}
@media screen and (min-width: 1200px) {
  #pitcit h2 {
    margin-top: 75px;
  }
}
#pitcit .lead {
  margin-bottom: 30px;
}
#pitcit #pitcit_chart {
  width: 100%;
  height: 400px;
  margin-top: -40px;
}
#pitcit .citpit_tooltip {
  padding: 10px;
  min-width: 200px;
}
#pitcit .citpit_tooltip span {
  display: block;
  text-align: center;
}
#pitcit .citpit_tooltip span.date {
  display: block;
  text-align: center;
  font-size: 12px;
  border-bottom: 1px #ececec solid;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
#pitcit .citpit_tooltip span.val {
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 16px;
}

/* it will work better with this box-sizing, you may adapt it to your needs */
/*html { box-sizing: border-box; }
*, *:before, *:after {
  box-sizing: inherit;
}*/
/* Tooltip hidden by default */
.simpletooltip[aria-hidden=true],
.minimalist-simpletooltip[aria-hidden=true],
.minimalist-left-simpletooltip[aria-hidden=true] {
  display: none;
}

/* position relative for containers */
.simpletooltip_container,
.minimalist-simpletooltip_container,
.minimalist-left-simpletooltip_container {
  position: relative;
  display: inline;
}

/* tooltip styles */
.simpletooltip,
.minimalist-simpletooltip,
.minimalist-left-simpletooltip {
  position: absolute;
  display: inline-block;
  z-index: 666;
  width: 10em;
  border-radius: 0.5em;
  background: rgba(0, 0, 0, 0.9);
  color: #eee;
  padding: 0.5em;
  text-align: left;
  line-height: 1.3;
}

.simpletooltip,
.minimalist-simpletooltip {
  right: auto;
  left: 100%;
  margin-left: 0.5em;
}

.minimalist-left-simpletooltip {
  right: 100%;
  left: auto;
  margin-right: 0.5em;
}

/* used pseudo-element to make arrows */
.simpletooltip::before,
.minimalist-simpletooltip::before,
.minimalist-left-simpletooltip::before {
  content: "";
  speak: none;
  position: absolute;
  z-index: 666;
  width: 10px;
  height: 10px;
}

.simpletooltip::before,
.minimalist-simpletooltip::before {
  top: 0.5em;
  left: -10px;
  margin-left: -10px;
  border: 10px solid transparent;
  border-right: 10px solid rgba(0, 0, 0, 0.9);
}

.minimalist-left-simpletooltip::before {
  top: 0.5em;
  right: -10px;
  margin-right: -10px;
  border: 10px solid transparent;
  border-left: 10px solid rgba(0, 0, 0, 0.9);
}

/* it can be easily adapted in media-queries for tablets/mobile */
/* for this example: mobile */
@media (max-width: 44.375em) {
  .simpletooltip,
  .minimalist-simpletooltip,
  .minimalist-left-simpletooltip {
    top: 100%;
    left: 50%;
    right: 0;
    margin: 0;
    margin-top: 0.7em;
    margin-left: -5em;
  }
  .simpletooltip::before,
  .minimalist-simpletooltip::before,
  .minimalist-left-simpletooltip::before {
    top: -10px;
    right: auto;
    left: 50%;
    margin-left: -5px;
    margin-top: -10px;
    border: 10px solid transparent;
    border-bottom: 10px solid rgba(0, 0, 0, 0.9);
  }
}
#gdpr__modal {
  position: fixed;
  width: 90vw;
  max-height: 90vh;
  overflow-y: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 99;
  background: #fff;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.7);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.7);
  padding: 10px;
}
@media only screen and (min-width: 768px) {
  #gdpr__modal {
    max-width: 600px;
  }
}
#gdpr__modal .gdpr__doc {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  overflow-y: auto;
}
#gdpr__modal .gdpr__doc h5 {
  font-size: 2.3em;
  margin: 30px 0 0;
  padding: 0;
  text-align: center;
}
#gdpr__modal .gdpr__doc p.gdpr__description {
  font-size: 1.2em;
  line-height: 1.4;
  text-align: center;
  padding: 0;
  margin-bottom: 20px;
}
#gdpr__modal .gdpr__doc .gdpr__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}
#gdpr__modal .gdpr__doc .main__wrapper {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  height: 100%;
}
#gdpr__modal .gdpr__doc .gdpr__buttons {
  margin-top: auto;
  text-align: center;
  margin-bottom: 15px;
  padding: 0 15px;
}
@media only screen and (min-width: 768px) {
  #gdpr__modal .gdpr__doc .gdpr__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#gdpr__modal .gdpr__doc .gdpr__buttons .btn {
  border: 1px solid #000;
  padding: 10px;
  font-family: "Montserrat", sans-serif;
  display: block;
  width: 100%;
  margin: 5px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 768px) {
  #gdpr__modal .gdpr__doc .gdpr__buttons .btn {
    width: auto;
    margin: 0 5px;
  }
}
#gdpr__modal .gdpr__doc .gdpr__buttons .btn:hover, #gdpr__modal .gdpr__doc .gdpr__buttons .btn:focus {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}
#gdpr__modal .gdpr__doc .gdpr__buttons .btn.accept {
  background: #C0CA33;
  border: 1px solid #C0CA33;
}
#gdpr__modal .gdpr__doc fieldset {
  margin-bottom: 10px;
  border: none;
}
#gdpr__modal .gdpr__doc fieldset .checkbox__wrapper {
  padding: 15px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  margin: 10px 0;
}
@media only screen and (min-width: 768px) {
  #gdpr__modal .gdpr__doc fieldset .checkbox__wrapper {
    margin: 10px;
  }
}
#gdpr__modal .gdpr__doc fieldset .checkbox {
  padding: 10px 5px;
}
#gdpr__modal .gdpr__doc fieldset label {
  font-size: 1.1em;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  padding-left: 5px;
}
#gdpr__modal .gdpr__doc fieldset legend {
  border: 0;
  padding: 0;
  font-size: 1.2em;
  padding: 5px 10px;
  background: #fff;
  margin: 0 auto;
  display: none;
}
#gdpr__modal .gdpr__doc fieldset span {
  display: block;
  font-size: 1em;
  padding: 10px 5px 10px 25px;
  border-top: 1px solid #ececec;
}

#gdpr__overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 90;
}

#gdpr__form {
  height: 40%;
  overflow-y: auto;
}

#rozlicz-pit-u-siebie {
  background-color: #fff;
  position: relative;
  padding-top: 2em;
  padding-bottom: 2em;
  --main-color: #c0ca33;
  --font-head: "Montserrat", serif;
  --font-head--bold: bold;
}
#rozlicz-pit-u-siebie .header-ico {
  width: 100%;
  max-width: 200px;
  display: none;
}
@media only screen and (min-width: 992px) {
  #rozlicz-pit-u-siebie .header-ico {
    display: block;
    float: right;
  }
}
@media only screen and (min-width: 1200px) {
  #rozlicz-pit-u-siebie {
    padding-top: 5em;
    padding-bottom: 5em;
  }
}
#rozlicz-pit-u-siebie::before {
  width: 60%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f1f1f1;
  border-top: 5px solid var(--main-color);
}
@media only screen and (min-width: 1200px) {
  #rozlicz-pit-u-siebie::before {
    width: 75%;
  }
}
#rozlicz-pit-u-siebie .coins {
  max-width: 250px;
  margin: 2em 0;
}
#rozlicz-pit-u-siebie .coins .color {
  fill: var(--main-color);
}
#rozlicz-pit-u-siebie .extras__list {
  list-style-type: none;
  margin: 0 0 2em 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#rozlicz-pit-u-siebie .extras__list li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1em;
}
@media only screen and (min-width: 768px) {
  #rozlicz-pit-u-siebie .extras__list li {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 45%;
            flex: 1 0 45%;
  }
}
@media only screen and (min-width: 1024px) {
  #rozlicz-pit-u-siebie .extras__list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 30%;
            flex: 0 1 30%;
  }
}
#rozlicz-pit-u-siebie .extras__ico {
  -webkit-box-flex: 0;
      -ms-flex: 0 115px;
          flex: 0 115px;
}
#rozlicz-pit-u-siebie .extras__ico img {
  width: 115px;
}
#rozlicz-pit-u-siebie .extras__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Montserrat", sans-serif;
}
#rozlicz-pit-u-siebie .extras__item {
  font-weight: var(--font-head--bold);
  font-size: 1.2em;
}
#rozlicz-pit-u-siebie .extras__amount {
  font-weight: var(--font-head--bold);
  font-size: 2em;
}
#rozlicz-pit-u-siebie .extras__desc {
  font-weight: 400;
  font-size: 0.9em;
}
#rozlicz-pit-u-siebie svg.circle {
  width: 200px;
  height: 200px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  overflow: initial;
}
#rozlicz-pit-u-siebie svg.circle circle {
  fill: none;
}
#rozlicz-pit-u-siebie svg.circle circle:nth-child(1) {
  stroke: #333;
  stroke-width: 28px;
}
#rozlicz-pit-u-siebie svg.circle circle:nth-child(2) {
  stroke-width: 30px;
  stroke: var(--main-color);
  position: relative;
  z-index: 1;
}
#rozlicz-pit-u-siebie .pit-chart__circle:nth-child(1) circle:nth-child(2) {
  stroke-dashoffset: 600;
  stroke-dasharray: 600;
  stroke-dashoffset: 1098;
  stroke-position: inside;
}
#rozlicz-pit-u-siebie .pit-chart__circle {
  font-size: 36px;
  color: #fff;
  text-align: center;
}
#rozlicz-pit-u-siebie .pit-chart__circle div {
  position: relative;
}
#rozlicz-pit-u-siebie .pit-chart__circle span {
  position: absolute;
  left: 50%;
  top: 60%;
  -webkit-transform: translate(-50%, -60%);
          transform: translate(-50%, -60%);
  color: #333;
  font-size: 9rem;
  font-weight: var(--font-head--bold);
  font-family: var(--font-head);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  padding: 0;
  gap: 0;
  text-shadow: 4px 4px 0 #f1f1f1, 6px -4px 0 #f1f1f1, -4px -4px 0 #f1f1f1, -4px 4px 0 #f1f1f1;
}
#rozlicz-pit-u-siebie .pit-chart__circle span em {
  font-size: 0.3em;
  font-style: normal;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}
#rozlicz-pit-u-siebie .pit-chart__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#rozlicz-pit-u-siebie .pit-chart__description,
#rozlicz-pit-u-siebie .extras__header {
  text-align: center;
  max-width: 450px;
  margin: 0 auto;
  text-align: center;
}
#rozlicz-pit-u-siebie .pit-chart__description path:nth-child(1),
#rozlicz-pit-u-siebie .extras__header path:nth-child(1) {
  fill: var(--main-color);
}
#rozlicz-pit-u-siebie .pit-chart__description p,
#rozlicz-pit-u-siebie .extras__header p {
  font-family: var(--font-head);
  font-weight: var(--font-head--bold);
  font-size: 1.85em;
}
#rozlicz-pit-u-siebie .pit-chart__description p strong,
#rozlicz-pit-u-siebie .extras__header p strong {
  display: inline-block;
  position: relative;
  isolation: isolate;
}
#rozlicz-pit-u-siebie .pit-chart__description p strong::before,
#rozlicz-pit-u-siebie .extras__header p strong::before {
  z-index: -1;
  content: "";
  width: 120%;
  height: 55%;
  top: 55%;
  position: absolute;
  left: -10%;
  background-color: var(--main-color);
}
#rozlicz-pit-u-siebie .pit-chart__description svg,
#rozlicz-pit-u-siebie .extras__header svg {
  width: 300px;
  margin: 0 auto;
}
#rozlicz-pit-u-siebie .pit-chart__description {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
#rozlicz-pit-u-siebie .extras__header {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
#rozlicz-pit-u-siebie .pit-chart {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 2em;
}
@media only screen and (min-width: 768px) {
  #rozlicz-pit-u-siebie .pit-chart {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#rozlicz-pit-u-siebie .pit-chart__circle {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin: 1em 0.5em;
}
@media only screen and (min-width: 768px) {
  #rozlicz-pit-u-siebie .pit-chart__circle {
    margin: 0 0.75em;
  }
}
#rozlicz-pit-u-siebie .pit-chart__val {
  text-align: center;
  font-family: var(--font-head);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#rozlicz-pit-u-siebie .pit-chart__val span {
  color: #333;
  font-weight: var(--font-head--bold);
}
#rozlicz-pit-u-siebie .pit-chart__val span:nth-child(1) {
  font-weight: 300;
}
#rozlicz-pit-u-siebie .pit-chart__val span:nth-child(2) {
  font-size: 3.2em;
  margin: -5px 0;
}
#rozlicz-pit-u-siebie .pit-chart__val--actual {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
#rozlicz-pit-u-siebie .pit-chart__val--actual span:nth-child(2) {
  color: var(--main-color);
}
@media only screen and (min-width: 768px) {
  #rozlicz-pit-u-siebie .pit-chart__val--actual {
    text-align: right;
  }
}
#rozlicz-pit-u-siebie .pit-chart__val--predicted {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
#rozlicz-pit-u-siebie .pit-chart__val--predicted span:nth-child(2) {
  color: var(--main-color);
}
@media only screen and (min-width: 768px) {
  #rozlicz-pit-u-siebie .pit-chart__val--predicted {
    text-align: left;
  }
}

#rozliczaj-sie-lokalnie {
  --main-color: #c0ca33;
  --font-head: "Montserrat", serif;
  --font-head--bold: bold;
  position: relative;
  padding: 4em 1em 8em;
  isolation: isolate;
}
#rozliczaj-sie-lokalnie::after {
  width: 60%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-top: 5px solid var(--main-color);
}
@media only screen and (min-width: 1200px) {
  #rozliczaj-sie-lokalnie::after {
    width: 75%;
  }
}
#rozliczaj-sie-lokalnie::before {
  content: "";
  width: 25%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #f1f1f1;
  z-index: -1;
}
#rozliczaj-sie-lokalnie h3 {
  font-size: clamp(24.89px, 0.933vw + 21.904px, 39.82px);
}
#rozliczaj-sie-lokalnie .header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#rozliczaj-sie-lokalnie .header__wrapper .icon {
  display: none;
}
@media only screen and (min-width: 768px) {
  #rozliczaj-sie-lokalnie .header__wrapper .icon {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 180px;
            flex: 0 180px;
  }
}
#rozliczaj-sie-lokalnie .header__wrapper .header {
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  #rozliczaj-sie-lokalnie .header__wrapper .header {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 25%;
            flex: 0 25%;
  }
}
@media only screen and (min-width: 768px) {
  #rozliczaj-sie-lokalnie .header__wrapper .lead {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 50%;
            flex: 0 50%;
  }
}
#rozliczaj-sie-lokalnie .header__wrapper .lead p {
  font-size: 1.8rem;
}
#rozliczaj-sie-lokalnie .taxLocal__list {
  list-style-type: none;
  margin: 2em 0.5em;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2em;
}
#rozliczaj-sie-lokalnie .taxLocal__list li {
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
  max-width: 250px;
  text-align: center;
  gap: 2em;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
#rozliczaj-sie-lokalnie .taxLocal__list li .ico {
  width: 150px;
  height: 150px;
  position: relative;
  isolation: isolate;
}
#rozliczaj-sie-lokalnie .taxLocal__list li .ico::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: var(--main-color);
  position: absolute;
  z-index: -1;
}
#rozliczaj-sie-lokalnie .taxLocal__list li img {
  height: 150px;
  padding-bottom: 1em;
}
#rozliczaj-sie-lokalnie .taxLocal__list li .title {
  font-size: 1.8rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  line-height: 1;
}
#rozliczaj-sie-lokalnie .taxLocal__list li button::before {
  background-color: var(--main-color);
}
#rozliczaj-sie-lokalnie .taxLocal__list li .btn {
  border: none;
  background-color: transparent;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  text-align: center;
  padding: 3px 15px;
  margin: 10px 5px;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  #rozliczaj-sie-lokalnie .taxLocal__list li .btn {
    padding: 3px 20px;
    margin: 10px;
  }
}
#rozliczaj-sie-lokalnie .taxLocal__list li .btn span {
  position: relative;
}
#rozliczaj-sie-lokalnie .taxLocal__list li .btn::before {
  content: "";
  width: 0;
  height: 75%;
  background-color: #f9c301;
  position: absolute;
  top: 25%;
  left: 0;
  -webkit-transition: all 0.5s cubic-bezier(0, 1.51, 0.5, 1.02);
  transition: all 0.5s cubic-bezier(0, 1.51, 0.5, 1.02);
}
#rozliczaj-sie-lokalnie .taxLocal__list li .btn:hover {
  color: inherit;
}
#rozliczaj-sie-lokalnie .taxLocal__list li .btn:hover::before {
  width: 100%;
}
#rozliczaj-sie-lokalnie .taxLocal__list li .btn:focus {
  color: inherit;
}
#rozliczaj-sie-lokalnie .taxLocal__list li .btn[aria-selected=true]::before {
  width: 100%;
}
#rozliczaj-sie-lokalnie .taxLocal__wwrapper {
  position: relative;
}
#rozliczaj-sie-lokalnie .taxLocal__modal {
  position: absolute;
  margin-inline: auto;
  top: 10%;
  left: 1em;
  right: 1em;
  -webkit-transform: translate(-50%, -50%) scale(0.9);
          transform: translate(-50%, -50%) scale(0.9);
  width: 80%;
  max-width: 1100px;
  background-color: white;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  padding: 7em 2em 5em;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0s linear 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0s linear 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s linear 0.3s;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s linear 0.3s, -webkit-transform 0.3s ease;
  z-index: 10;
}
@media only screen and (min-width: 992px) {
  #rozliczaj-sie-lokalnie .taxLocal__modal {
    padding: 7em 5em 5em;
  }
}
#rozliczaj-sie-lokalnie .taxLocal__modal::before {
  content: "";
  width: 25%;
  height: 100%;
  background-color: #f1f1f1;
  position: absolute;
  top: 0;
  left: 0;
}
#rozliczaj-sie-lokalnie .taxLocal__modal .modal__content {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
}
@media only screen and (min-width: 992px) {
  #rozliczaj-sie-lokalnie .taxLocal__modal .modal__content {
    grid-template-columns: 4fr 6fr;
  }
}
@media only screen and (min-width: 1200px) {
  #rozliczaj-sie-lokalnie .taxLocal__modal .modal__content {
    grid-template-columns: repeat(2, 1fr);
  }
}
#rozliczaj-sie-lokalnie .taxLocal__modal .modal__content .modal__text {
  grid-row: 1;
  grid-column: 1/span 2;
  position: relative;
}
@media only screen and (min-width: 992px) {
  #rozliczaj-sie-lokalnie .taxLocal__modal .modal__content .modal__text {
    grid-row: 1/span 2;
    grid-column: 1;
    padding-right: 5em;
  }
}
#rozliczaj-sie-lokalnie .taxLocal__modal .modal__content .modal__text h3 {
  font-size: clamp(22.12px, 0.691vw + 19.908px, 33.18px);
  margin-bottom: 2em;
  line-height: 1;
}
#rozliczaj-sie-lokalnie .taxLocal__modal .modal__content .modal__text svg {
  position: absolute;
  display: none;
}
@media only screen and (min-width: 992px) {
  #rozliczaj-sie-lokalnie .taxLocal__modal .modal__content .modal__text svg {
    right: 0;
    top: 0;
    display: block;
    height: 100%;
    max-height: 300px;
  }
}
#rozliczaj-sie-lokalnie .taxLocal__modal .modal__content .modal__actions {
  grid-row: 2;
  grid-column: 1/span 2;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  #rozliczaj-sie-lokalnie .taxLocal__modal .modal__content .modal__actions {
    grid-row: 1/span 2;
    grid-column: 2;
  }
}
#rozliczaj-sie-lokalnie .taxLocal__modal .modal__content .modal__actions .image {
  -webkit-box-shadow: 10px 10px var(--main-color);
          box-shadow: 10px 10px var(--main-color);
  margin-bottom: 2em;
}
#rozliczaj-sie-lokalnie .taxLocal__modal .modal__content .modal__actions .image img {
  display: block;
  max-width: 100%;
  max-height: 320px;
}
#rozliczaj-sie-lokalnie .taxLocal__modal .modal__content .modal__actions .btn--arrow {
  max-width: 250px;
  text-align: left;
  color: inherit;
  margin-top: 1em;
}
#rozliczaj-sie-lokalnie .taxLocal__modal .modal__content .modal__actions .btn--arrow::before {
  background-color: var(--main-color);
}
#rozliczaj-sie-lokalnie .taxLocal__modal .close {
  position: absolute;
  top: 2em;
  right: 20px;
  border: none;
  background-color: transparent;
  font-family: "Montserrat", serif;
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  font-size: 2rem;
}
#rozliczaj-sie-lokalnie .taxLocal__modal .close img {
  height: 15px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#rozliczaj-sie-lokalnie .taxLocal__modal .close:hover img, #rozliczaj-sie-lokalnie .taxLocal__modal .close:focus img {
  margin-right: 0.3em;
}
#rozliczaj-sie-lokalnie .taxLocal__modal.visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  -webkit-transition: opacity 0.3s ease, visibility 0s linear 0s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0s linear 0s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s linear 0s;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s linear 0s, -webkit-transform 0.3s ease;
}
#rozliczaj-sie-lokalnie .overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0s linear 0.3s;
  transition: opacity 0.3s ease, visibility 0s linear 0.3s;
  z-index: 5;
}
#rozliczaj-sie-lokalnie .overlay.visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s ease, visibility 0s linear 0s;
  transition: opacity 0.3s ease, visibility 0s linear 0s;
}
#rozliczaj-sie-lokalnie .fade-down {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  pointer-events: none;
}
#rozliczaj-sie-lokalnie .fade-up {
  -webkit-animation: fadeUp 0.3s forwards;
          animation: fadeUp 0.3s forwards;
}
@-webkit-keyframes fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.tabpanel[aria-hidden=true] {
  display: none;
}
.tabpanel[aria-hidden=false] {
  display: block;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *:hover,
  *:focus {
    -webkit-animation: none;
            animation: none;
    -webkit-transition: none;
    transition: none;
  }
}