.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.section {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.section-hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-bottom: 30vh;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.63)), to(rgba(0, 0, 0, 0.63))), url('../images/chata012x.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.63), rgba(0, 0, 0, 0.63)), url('../images/chata012x.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section.section-filozofia {
  padding-top: 50px;
  padding-bottom: 50px;
}

.section.section-tn {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.section-hygge-invest {
  position: relative;
  margin-top: 110px;
  padding-top: 140px;
  padding-bottom: 100px;
  background-color: rgba(173, 191, 159, 0.31);
  background-image: url('../images/Union-4.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.section.section-z-dala {
  padding-top: 75px;
  padding-bottom: 75px;
}

.section.section-filozofia2 {
  position: relative;
  margin-top: 100px;
  padding-top: 160px;
  padding-bottom: 100px;
  background-color: #adbf9f;
}

.section.section-lokalizacja {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #b47c4e;
}

.section.section-potencjal {
  padding-top: 100px;
  padding-bottom: 10px;
  background-color: #adbf9f;
}

.section.section-plan {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 900px;
  padding-top: 0px;
  padding-bottom: 100px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/PLAN---calosc-splaszczona2x.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.section-plan-zagospodarowania {
  padding-top: 90px;
  padding-bottom: 80px;
  background-color: #b47c4e;
}

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

.section.section-contact {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #e6ebe1;
}

.section.section-mobile {
  display: none;
}

.container {
  display: block;
  width: 100%;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading {
  margin-top: 0px;
  font-family: conglomerate, sans-serif;
  color: #fff;
  font-size: 59px;
  line-height: 71px;
}

.span-green {
  color: #adbf9f;
}

.hero-text {
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 27px;
  line-height: 36px;
  font-weight: 500;
}

.arrow-down {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 50px;
  width: 40px;
  margin-right: auto;
  margin-left: auto;
}

.bg-tree {
  position: absolute;
  right: 0px;
  bottom: -170px;
}

.navbar {
  position: fixed;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.nav-item {
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: proxima-nova, sans-serif;
  color: #fff;
}

.nav-item.ni {
  font-family: proxima-nova, sans-serif;
}

.nav-item {
  font-size: 15px;
}

.nav-item {
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 15px;
}

.nav-button {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 40px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 39px;
  background-color: #b47c4e;
  background-image: url('../images/arrow-button1.svg');
  background-position: -100% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.22px;
  text-decoration: none;
}

.nav-button:hover {
  padding-right: 55px;
  padding-left: 25px;
  background-color: #adbf9f;
  background-position: 94% 50%;
  color: #1a4031;
}

.nav-button.nav-button-white {
  background-color: #fff;
  background-image: url('../images/download-arrow.svg');
  background-position: 87% -200%;
  color: #b47c4e;
}

.nav-button.nav-button-white:hover {
  background-position: 87% 50%;
}

.nav-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -36px;
  margin-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.nav-info-text {
  margin-bottom: 5px;
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 22px;
  text-align: center;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: transparent;
}

.nav-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.green-box {
  padding: 140px 60px 60px;
  background-color: #adbf9f;
  box-shadow: 0 0 30px 30px rgba(0, 0, 0, 0.1);
}

.box-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.box-column {
  width: 45%;
}

.bx-title {
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: conglomerate, sans-serif;
  color: #1a4031;
  font-size: 40px;
  line-height: 48px;
}

.bx-subtitle {
  font-family: proxima-nova, sans-serif;
  color: #1a4031;
  font-size: 17px;
  font-weight: 700;
}

.bx-text {
  margin-top: 15px;
  font-family: proxima-nova, sans-serif;
  color: #1a4031;
  font-size: 17px;
}

.box-column-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.s-bx-icon {
  width: 48%;
  margin-bottom: 40px;
}

.s-bx-icon-img {
  margin-bottom: 15px;
}

.s-icon-title {
  font-family: conglomerate, sans-serif;
  color: #1a4031;
  font-size: 21px;
  line-height: 25px;
  font-weight: 700;
}

.s-bx-text {
  margin-top: 14px;
  font-family: proxima-nova, sans-serif;
  color: #1a4031;
  font-size: 16px;
  font-weight: 600;
}

.tn-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tn-column {
  width: 48%;
}

.tn-title {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: conglomerate, sans-serif;
  color: #1a4031;
  font-size: 58px;
  line-height: 62px;
}

.span-brown {
  color: #b47c4e;
}

.tn-text {
  margin-bottom: 30px;
  font-family: proxima-nova, sans-serif;
  color: #1a4031;
  font-size: 17px;
}

.hi-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hi-column {
  width: 48%;
}

.hi-title {
  font-family: conglomerate, sans-serif;
  color: #1a4031;
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
}

.hi-text1 {
  font-family: proxima-nova, sans-serif;
  color: #1a4031;
  font-size: 19px;
  line-height: 25px;
  font-weight: 700;
}

.hi-text2 {
  margin-top: 12px;
  font-family: proxima-nova, sans-serif;
  color: #1a4031;
  font-size: 17px;
}

.hygge-img {
  position: absolute;
  left: 0px;
  top: -74px;
  right: 0px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.z-dala-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: conglomerate, sans-serif;
  color: #1a4031;
  font-size: 58px;
  line-height: 62px;
  text-align: center;
}

.z-dala-box-full {
  margin-top: 80px;
  padding-top: 120px;
  padding-right: 60px;
  padding-bottom: 120px;
  background-image: -webkit-gradient(linear, right top, left top, from(#1a4031), to(rgba(26, 64, 49, 0))), url('../images/dron22x.jpg');
  background-image: linear-gradient(270deg, #1a4031, rgba(26, 64, 49, 0)), url('../images/dron22x.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.z-dala-box-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.z-dala-box-column {
  width: 48%;
}

.zb-title {
  margin-bottom: 20px;
  font-family: conglomerate, sans-serif;
  color: #adbf9f;
  font-size: 27px;
  line-height: 32px;
  font-weight: 700;
}

.zb-text {
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 19px;
  line-height: 25px;
  font-weight: 700;
}

.zb-title2 {
  margin-top: 10px;
  font-family: conglomerate, sans-serif;
  color: #adbf9f;
  font-size: 23px;
  line-height: 27px;
  font-weight: 700;
}

.z-dala-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.zdcolumn {
  display: block;
  width: 48%;
}

.zdbox {
  box-shadow: -11px 8px 20px 13px rgba(0, 0, 0, 0.1);
}

.zdbox-bg {
  height: 300px;
  background-image: url('../images/hotel012x-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.zdbox-bg.zdbox-bg2 {
  background-image: url('../images/dron012x.jpg');
}

.zd-box-title {
  margin-bottom: 20px;
  font-family: conglomerate, sans-serif;
  color: #1a4031;
  font-size: 27px;
  line-height: 32px;
  font-weight: 700;
}

.zd-box-text {
  padding-right: 40px;
  font-family: proxima-nova, sans-serif;
  color: #1a4031;
  font-size: 17px;
}

.zd-inner {
  padding: 25px;
}

.ftext {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  font-family: conglomerate, sans-serif;
  color: #1a4031;
  font-size: 27px;
  line-height: 32px;
  font-weight: 700;
  text-align: center;
}

.span-white {
  color: #fff;
}

.lokalizacja-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: conglomerate, sans-serif;
  color: #fff;
  font-size: 58px;
  line-height: 62px;
  text-align: center;
}

.mapa-columns {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.mapa2 {
  margin-top: 40px;
}

.bab-img {
  display: block;
  margin-top: 80px;
  margin-bottom: -20px;
  margin-left: auto;
}

.map2-icon {
  width: 170px;
  margin-right: 80px;
  margin-left: auto;
  text-align: center;
}

.map2-icon.map3-icon {
  margin-top: 80px;
}

.map2-icon.map4-icon {
  width: 200px;
  margin-top: -100px;
  margin-right: 30px;
}

.mapicontitle {
  margin-top: 10px;
  font-family: conglomerate, sans-serif;
  color: #fff;
  font-size: 33px;
  line-height: 35px;
  font-weight: 700;
}

.potencjal-title {
  margin-top: 0px;
  font-family: conglomerate, sans-serif;
  color: #1a4031;
  font-size: 58px;
  line-height: 62px;
  text-align: center;
}

.potencjal-box {
  margin-top: 100px;
  padding-top: 130px;
  padding-bottom: 130px;
  background-image: url('../images/matthew-smith-Rfflri94rs8-unsplash2x.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.potencjal-text {
  font-family: conglomerate, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  text-align: center;
}

.potencjal-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.picon {
  width: 30%;
  margin-bottom: 70px;
}

.picon-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  margin-bottom: 14px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.picon-text {
  font-family: conglomerate, sans-serif;
  color: #1a4031;
  font-size: 21px;
  line-height: 25px;
  font-weight: 700;
}

.plan-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.plan-column {
  width: 40%;
}

.plan-title {
  margin-bottom: 25px;
  font-family: conglomerate, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
}

.plan-text {
  margin-bottom: 33px;
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 17px;
}

.plan-zg-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.plan-zg-column {
  width: 47%;
}

.plan-zg-title {
  font-family: conglomerate, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 43px;
  font-weight: 700;
}

.plan-zg-text {
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
}

.pgraf {
  width: 476px;
}

.cyfry-title {
  font-family: conglomerate, sans-serif;
  color: #1a4031;
  font-size: 58px;
  line-height: 62px;
  font-weight: 700;
  text-align: center;
}

.cyfry-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-icon-img {
  margin-bottom: 10px;
}

.c-icon-text {
  font-family: conglomerate, sans-serif;
  color: #1a4031;
  font-size: 21px;
  line-height: 25px;
  font-weight: 700;
}

.contact-title {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: conglomerate, sans-serif;
  color: #1a4031;
  font-size: 39px;
  line-height: 42px;
  text-align: center;
}

.span-green-light {
  color: #adbf9f;
}

.formularz-kontaktowy {
  margin-top: 80px;
}

.form-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.check-label {
  margin-bottom: 0px;
  font-family: proxima-nova, sans-serif;
  color: #1a4031;
  font-size: 11px;
  line-height: 14px;
  font-weight: 300;
}

.text-field {
  height: 55px;
  margin-bottom: 0px;
  padding: 0em 15px 0em 20px;
  border-style: solid;
  border-width: 0px;
  border-color: rgba(107, 139, 148, 0.5);
  border-radius: 0em;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: proxima-nova, sans-serif;
  color: #1a4031;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
}

.text-field:focus {
  border-color: #ff544a;
}

.text-field::-webkit-input-placeholder {
  color: rgba(26, 64, 49, 0.64);
}

.text-field:-ms-input-placeholder {
  color: rgba(26, 64, 49, 0.64);
}

.text-field::-ms-input-placeholder {
  color: rgba(26, 64, 49, 0.64);
}

.text-field::placeholder {
  color: rgba(26, 64, 49, 0.64);
}

.submit-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-area {
  min-height: 150px;
  margin-top: 0em;
  margin-bottom: 20px;
  padding: 20px;
  border-style: solid;
  border-width: 0px;
  border-color: rgba(107, 139, 148, 0.5);
  border-radius: 0em;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: proxima-nova, sans-serif;
  color: #1a4031;
  font-size: 16px;
  line-height: 21px;
}

.text-area:focus {
  border-color: #ff544a;
}

.text-area::-webkit-input-placeholder {
  font-family: proxima-nova, sans-serif;
  color: rgba(26, 64, 49, 0.64);
  font-size: 16px;
}

.text-area:-ms-input-placeholder {
  font-family: proxima-nova, sans-serif;
  color: rgba(26, 64, 49, 0.64);
  font-size: 16px;
}

.text-area::-ms-input-placeholder {
  font-family: proxima-nova, sans-serif;
  color: rgba(26, 64, 49, 0.64);
  font-size: 16px;
}

.text-area::placeholder {
  font-family: proxima-nova, sans-serif;
  color: rgba(26, 64, 49, 0.64);
  font-size: 16px;
}

.check-field {
  margin-top: 10px;
  margin-bottom: 0px;
}

.form-block {
  max-width: 75%;
  margin: 3em auto 0px;
}

.hero-button {
  padding: 0.5em 2.5em;
  border: 1px solid #ff544a;
  border-radius: 1.4em;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #ff544a;
  font-size: 1.32em;
  line-height: 1;
}

.hero-button:hover {
  background-color: #ff544a;
  color: #fff;
}

.hero-button.submit {
  padding-right: 5em;
  padding-left: 5em;
}

.form-flex-half {
  width: 49.5%;
  margin-bottom: 1.5em;
}

.nav-button.nav-button-submit {
  margin-left: 0px;
  padding-right: 60px;
  padding-left: 60px;
}

.footer {
  position: relative;
  padding-top: 100px;
  padding-bottom: 15px;
  background-color: #adbf9f;
}

.footer-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 80%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.footer-column {
  width: 33%;
}

.footer-logo {
  width: 226px;
}

.footer-text {
  font-family: conglomerate, sans-serif;
  color: #1a4031;
  line-height: 19px;
  font-weight: 700;
}

.footer-copy {
  margin-top: 100px;
}

.footer-copy-text {
  font-family: conglomerate, sans-serif;
  color: #1a4031;
  font-size: 13px;
  line-height: 17px;
  font-weight: 700;
}

.footer-img {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.nav-item-dropdown {
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 15px;
}

.dropdown-toggle {
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 0px;
  padding-left: 0px;
  color: #fff;
}

.dropdown-list {
  background-color: transparent;
}

.dropdown-list.w--open {
  color: #fff;
}

.dlink {
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 0px;
  padding-left: 0px;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
}

.nav-mobile-info {
  display: none;
}

@media screen and (min-width: 1920px) {
  .section.section-plan {
    min-height: 1130px;
    padding-top: 0px;
    padding-bottom: 140px;
  }

  .bg-tree {
    right: 100px;
  }

  .bab-img {
    margin-right: auto;
  }
}

@media screen and (max-width: 991px) {
  .section.section-hero {
    min-height: auto;
    padding-top: 170px;
    padding-bottom: 240px;
  }

  .section.section-z-dala {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.section-filozofia2 {
    padding-top: 90px;
    padding-bottom: 80px;
  }

  .section.section-lokalizacja {
    padding-top: 40px;
  }

  .section.section-potencjal {
    padding-top: 60px;
  }

  .section.section-contact {
    padding-top: 50px;
  }

  .section.section-mobile {
    display: none;
  }

  .heading {
    font-size: 52px;
    line-height: 62px;
    text-align: center;
  }

  .hero-text {
    font-size: 21px;
    line-height: 28px;
    text-align: center;
  }

  .bg-tree {
    bottom: -120px;
    max-width: 230px;
  }

  .nav-item.ni {
    display: block;
  }

  .nav-item {
    margin-right: 0px;
    margin-left: 0px;
    text-align: center;
  }

  .nav-button {
    margin-left: auto;
  }

  .nav-info {
    display: block;
    margin-top: 0px;
  }

  .nav-info-text {
    display: none;
  }

  .nav-menu {
    width: 100%;
    padding-top: 120px;
    background-color: #1a4031;
  }

  .green-box {
    padding-top: 100px;
  }

  .box-columns {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .box-column {
    width: 100%;
  }

  .bx-title {
    font-size: 26px;
    line-height: 31px;
  }

  .bx-subtitle {
    font-size: 15px;
    line-height: 18px;
  }

  .bx-text {
    font-size: 15px;
  }

  .box-column-icons {
    margin-top: 60px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .s-icon-title {
    font-size: 17px;
  }

  .s-bx-text {
    font-size: 14px;
  }

  .tn-columns {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .tn-title {
    font-size: 35px;
    line-height: 42px;
  }

  .tn-text {
    font-size: 15px;
    line-height: 18px;
  }

  .hi-title {
    font-size: 26px;
    line-height: 31px;
  }

  .hi-text1 {
    font-size: 17px;
    line-height: 20px;
  }

  .hi-text2 {
    font-size: 15px;
  }

  .hygge-img {
    top: -50px;
    max-width: 80%;
  }

  .z-dala-title {
    font-size: 35px;
    line-height: 42px;
  }

  .z-dala-box-full {
    margin-top: 40px;
    padding-right: 30px;
  }

  .z-dala-box-column {
    width: 50%;
  }

  .zb-title {
    font-size: 19px;
    line-height: 24px;
  }

  .zb-text {
    font-size: 17px;
    line-height: 22px;
  }

  .zb-title2 {
    font-size: 19px;
    line-height: 22px;
  }

  .zdbox-bg {
    height: 240px;
  }

  .zdbox-bg.zdbox-bg2 {
    height: 240px;
  }

  .zd-box-title {
    font-size: 20px;
  }

  .zd-box-text {
    font-size: 15px;
  }

  .ftext {
    font-size: 20px;
    line-height: 24px;
  }

  .lokalizacja-title {
    font-size: 35px;
    line-height: 42px;
  }

  .map2-icon.map4-icon {
    margin-top: -30px;
  }

  .mapicontitle {
    font-size: 24px;
    line-height: 25px;
  }

  .potencjal-title {
    font-size: 35px;
    line-height: 42px;
  }

  .potencjal-box {
    margin-top: 60px;
  }

  .potencjal-text {
    font-size: 26px;
    line-height: 31px;
  }

  .picon-text {
    font-size: 17px;
    line-height: 20px;
  }

  .plan-title {
    font-size: 25px;
    line-height: 31px;
  }

  .plan-text {
    font-size: 15px;
    line-height: 18px;
  }

  .plan-zg-title {
    font-size: 25px;
    line-height: 31px;
  }

  .plan-zg-text {
    font-size: 15px;
  }

  .cyfry-title {
    font-size: 35px;
    line-height: 41px;
  }

  .c-icon-text {
    font-size: 17px;
  }

  .contact-title {
    font-size: 28px;
    line-height: 30px;
  }

  .formularz-kontaktowy {
    margin-top: 50px;
  }

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

  .footer-columns {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
  }

  .footer-column {
    margin-bottom: 20px;
  }

  .footer-copy-text {
    text-align: center;
  }

  .footer-img {
    top: -100px;
    bottom: auto;
    max-width: 200px;
  }

  .nav-item-dropdown {
    display: block;
    text-align: center;
  }

  .dropdown-toggle {
    text-align: center;
  }

  .dropdown-toggle.w--open {
    display: block;
  }

  .dropdown-list {
    display: block;
  }

  .dlink {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
  }

  .bold-text {
    font-size: 15px;
    line-height: 18px;
  }

  .menu-button {
    z-index: 999;
    background-color: transparent;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .brand {
    z-index: 999;
  }

  .nav-mobile-info {
    position: relative;
    z-index: 999;
    font-family: proxima-nova, sans-serif;
    color: #fff;
    font-size: 17px;
    line-height: 22px;
    font-weight: 700;
  }
}

@media screen and (max-width: 767px) {
  .section.section-hygge-invest {
    margin-top: 50px;
    padding-top: 100px;
    padding-bottom: 70px;
  }

  .section.section-filozofia2 {
    margin-top: 50px;
    padding-top: 70px;
    padding-bottom: 60px;
  }

  .section.section-plan {
    min-height: 750px;
    background-position: 60% 50%;
  }

  .section.section-plan-zagospodarowania {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.section-cyfry {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .section.section-mobile {
    display: block;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #1a4031;
    text-align: center;
  }

  .heading {
    font-size: 35px;
    line-height: 42px;
  }

  .green-box {
    padding-right: 25px;
    padding-left: 25px;
  }

  .s-bx-icon {
    width: 100%;
    text-align: center;
  }

  .tn-columns {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

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

  .tn-title {
    margin-top: 40px;
  }

  .hi-columns {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .hi-column {
    width: 100%;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    text-align: center;
  }

  .hi-column.hi-first {
    margin-top: 20px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    text-align: center;
  }

  .hygge-img {
    top: -22px;
  }

  .z-dala-box-full {
    padding: 160px 25px 50px;
    background-image: linear-gradient(45deg, #1a4031, rgba(26, 64, 49, 0)), url('../images/dron22x.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .z-dala-box-columns {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .z-dala-box-column {
    width: 100%;
  }

  .z-dala-columns {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .zdcolumn {
    width: 100%;
  }

  .zdbox {
    margin-bottom: 40px;
  }

  .mapa-columns {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .mapa2 {
    margin-top: 0px;
  }

  .bab-img {
    max-width: 90%;
    margin-right: auto;
    margin-bottom: -3px;
  }

  .map2-icon {
    position: relative;
    top: 0px;
    margin-top: 0px;
  }

  .map2-icon.map3-icon {
    margin-top: 30px;
    margin-left: 0px;
  }

  .map2-icon.mapmapicon {
    margin-top: -50px;
  }

  .potencjal-box {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .potencjal-icons {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .picon {
    width: 100%;
    margin-bottom: 50px;
    text-align: center;
  }

  .picon-img {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .picon-text {
    max-width: 200px;
    margin-right: auto;
    margin-left: auto;
  }

  .plan-column {
    display: none;
  }

  .plan-zg-columns {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .plan-zg-column {
    width: 100%;
    text-align: center;
  }

  .plan-zg-column.plan-first {
    margin-bottom: 40px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .cyfry-icons {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

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

  .form-flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .form-flex-half {
    width: 100%;
  }

  .footer-copy {
    margin-top: 20px;
  }

  .footer-img {
    max-width: 130px;
  }
}

@media screen and (max-width: 479px) {
  .section.section-hero {
    padding-bottom: 180px;
  }

  .section.section-tn {
    padding-top: 10px;
  }

  .section.section-plan {
    min-height: 480px;
  }

  .heading {
    font-size: 29px;
    line-height: 38px;
  }

  .hero-text {
    font-size: 19px;
  }

  .bg-tree {
    bottom: -60px;
    max-width: 130px;
  }

  .green-box {
    padding-top: 30px;
  }

  .zd-box-text {
    padding-right: 0px;
  }

  .map2-icon.map3-icon {
    margin-right: auto;
    margin-left: auto;
  }

  .map2-icon.map4-icon {
    margin-top: 20px;
    margin-right: auto;
  }

  .map2-icon.mapmapicon {
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: 20px;
  }

  .mapicontitle {
    font-size: 21px;
  }

  .form-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form-flex-half {
    width: 100%;
  }

  .footer {
    padding-top: 70px;
  }

  .footer-img {
    max-width: 110px;
  }

  .image {
    max-width: 190px;
  }
}

