@import "../fonts/stylesheet.css";
body,
html {
  padding: 0px;
  margin: 0px;
  overflow-x: hidden;
}
body {
  position: relative;
  max-width: 100vw;
  overflow-x: hidden;
  background-image: url('/images/stromy.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.vcentered {
  align-items: center;
}
.grow {
  transition: all 0.2s ease-in-out;
}
.grow:hover {
  transform: scale(1.1);
}
* {
  font-family: 'MADE Evolve Sans';
  font-weight: 300;
  font-size: 16px;
}
@media (min-width: 768px) {
  * {
    font-size: 20px;
  }
}
.container .intro-wrapp {
  margin-top: 20px;
  margin-bottom: 30px;
  width: 100%;
  padding: 20px;
  height: 70vh;
  min-height: 220px;
  background-image: url('/images/MainImageWeb.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom left;
  overflow: hidden;
  position: relative;
}
.container .intro-wrapp .intro-img {
  display: none;
}
.container .intro-wrapp .socials {
  position: absolute;
  width: 200px;
  right: 10px;
}
@media (max-width: 600px) {
  .container .intro-wrapp .socials {
    display: none;
  }
}
.container .intro-wrapp .socials a:nth-child(2) {
  animation-delay: 0.25s;
}
.container .intro-wrapp .socials a:nth-child(3) {
  animation-delay: 0.5s;
}
.container .intro-wrapp .socials a img {
  width: 60px;
  height: 60px;
}
.container .intro-wrapp .top-logo {
  position: absolute;
  bottom: 50%;
  left: calc(50% - 64px);
}
.container .intro-wrapp .top-logo img {
  animation-delay: 1s;
  width: 129px;
  height: 206px;
}
.container .text-block {
  padding-top: 30px;
  padding-bottom: 30px;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  display: block;
}
.container .text-block h1 {
  font-weight: 300;
  color: #8ac43f;
  font-size: 24px;
  text-align: center;
  animation-delay: 1.25s;
}
@media (min-width: 768px) {
  .container .text-block h1 {
    font-size: 38px;
  }
}
.container .text-block h2 {
  font-weight: 300;
  color: #8ac43f;
  font-size: 22px;
  text-align: center;
}
@media (min-width: 768px) {
  .container .text-block h2 {
    font-size: 30px;
  }
}
.container .text-block p {
  animation-delay: 1.5s;
  text-align: center;
  color: #808080;
  font-size: 16px;
}
@media (min-width: 768px) {
  .container .text-block p {
    font-size: 20px;
  }
}
.container .green-block {
  max-width: 880px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  background: #6d973f;
  background: -moz-linear-gradient(left, #6d973f 0%, #94c43f 50%, #6d973f 100%);
  background: -webkit-linear-gradient(left, #6d973f 0%, #94c43f 50%, #6d973f 100%);
  background: linear-gradient(to right, #6d973f 0%, #94c43f 50%, #6d973f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6d973f', endColorstr='#6d973f', GradientType=1);
}
@media (min-width: 768px) {
  .container .green-block {
    flex-wrap: nowrap;
  }
}
.container .green-block img {
  width: 211px;
  height: 248px;
  object-fit: contain;
}
@media (min-width: 768px) {
  .container .green-block img {
    width: 211px;
    height: 270px;
    object-fit: cover;
  }
}
.container .green-block p {
  color: white;
  line-height: 22px;
  width: 100%;
  padding: 15px;
}
@media (min-width: 768px) {
  .container .green-block p {
    width: calc(100% - 212px);
  }
}
.container .green-block p strong {
  font-weight: 500;
  padding-bottom: 5px;
}
.container .map-block {
  max-width: 880px;
  margin: 0 auto;
  padding: 20px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6d973f+0,94c43f+50,6d973f+100 */
  background: #6d973f;
  /* Old browsers */
  background: -moz-linear-gradient(left, #6d973f 0%, #94c43f 50%, #6d973f 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #6d973f 0%, #94c43f 50%, #6d973f 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #6d973f 0%, #94c43f 50%, #6d973f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6d973f', endColorstr='#6d973f', GradientType=1);
  /* IE6-9 */
}
.container .map-block p {
  color: white;
  padding: 0 20px;
  font-size: 24px;
  margin-bottom: 0px;
}
.container .map-block h2 {
  font-weight: 300;
  font-size: 30px;
  padding: 0 20px;
  color: white;
  padding-top: 0px;
  margin-top: 0px;
  margin-bottom: 5px;
}
.container .map-block iframe {
  border: 0px solid transparent !important;
}
.container .dark-block {
  margin-top: 60px;
  margin-bottom: 20px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#404041+0,808184+50,404041+100 */
  background: #404041;
  /* Old browsers */
  background: -moz-linear-gradient(left, #404041 0%, #808184 50%, #404041 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #404041 0%, #808184 50%, #404041 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #404041 0%, #808184 50%, #404041 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#404041', endColorstr='#404041', GradientType=1);
  /* IE6-9 */
  text-align: right;
}
@media (min-width: 768px) {
  .container .dark-block {
    margin-top: 200px;
  }
}
.container .dark-block .wideit {
  width: 100%;
}
.container .dark-block .socials {
  padding-top: 15px;
  padding-right: 20px;
}
.container .dark-block .socials img {
  width: 60px;
  height: 60px;
}
.container .dark-block p {
  color: white;
  font-size: 14px;
  padding-top: 5px;
  padding-bottom: 15px;
  margin-bottom: 0px;
  padding-right: 20px;
}
.tableblock h2 {
  font-weight: 300;
  color: #8ac43f;
  font-size: 22px;
  text-align: center;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .tableblock h2 {
    font-size: 30px;
  }
}
.tableblock table {
  margin-bottom: 2rem;
}
.tableblock table thead tr {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6d973f+0,94c43f+50,6d973f+100 */
  background: #6d973f;
  /* Old browsers */
  background: -moz-linear-gradient(left, #6d973f 0%, #94c43f 50%, #6d973f 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #6d973f 0%, #94c43f 50%, #6d973f 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #6d973f 0%, #94c43f 50%, #6d973f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6d973f', endColorstr='#6d973f', GradientType=1);
}
.tableblock table thead tr th {
  color: white;
  border: 0px solid transparent !important;
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
}
.tableblock table tbody tr td {
  animation-delay: 1.5s;
  text-align: center;
  color: #808080;
  font-size: 16px;
  border: 0px solid transparent !important;
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
}
.tableblock table tbody tr td:first-child {
  text-align: left;
}
.tableblock table tbody tr td:last-child {
  text-align: right;
}
.tableblock .certifikaty {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6d973f+0,94c43f+50,6d973f+100 */
  background: #6d973f;
  /* Old browsers */
  background: -moz-linear-gradient(left, #6d973f 0%, #94c43f 50%, #6d973f 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #6d973f 0%, #94c43f 50%, #6d973f 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #6d973f 0%, #94c43f 50%, #6d973f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6d973f', endColorstr='#6d973f', GradientType=1);
  padding: 15px;
  margin-bottom: 30px;
}
.tableblock .certifikaty h3 {
  font-weight: 300;
  font-size: 24px;
  text-align: center;
  margin-bottom: 0px;
  color: white;
  border: 0px solid transparent !important;
}
@media (min-width: 768px) {
  .tableblock .certifikaty h3 {
    font-size: 30px;
  }
}
.withnew {
  padding-right: 30px;
  overflow: hidden;
}
.new {
  position: absolute;
  transform: rotate(315deg);
  color: white;
  background-color: #8ac43f;
  top: 20px;
  margin-left: -15px;
  font-size: 11px;
  padding: 1px 17px 3px 19px;
}
.white-popup-block {
  width: 90%;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
}
.white-popup-block img {
  width: 100%;
}
.white-popup-block h2 {
  font-weight: 300;
  color: #8ac43f;
  font-size: 22px;
  text-align: center;
}
@media (min-width: 768px) {
  .white-popup-block h2 {
    font-size: 30px;
  }
}
.white-popup-block ul {
  list-style: none;
  padding-left: 0px;
  max-width: 500px;
  margin: 0 auto;
  width: 90%;
  padding-top: 10px;
  padding-bottom: 20px;
}
.white-popup-block ul li {
  padding-left: 20px;
  background-image: url("/images/icn-small.jpg");
  background-repeat: no-repeat;
  background-size: 15px 15px;
  background-position: 0px 7px;
  text-align: left;
  padding-bottom: 10px;
}
.navcard {
  position: relative;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 400px;
  margin-bottom: 30px;
}
.navcard h2 {
  position: absolute;
  width: 100%;
  bottom: 0px;
  padding: 10px;
  margin-bottom: 0px;
  height: 43px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6d973f+0,94c43f+50,6d973f+100 */
  background: #6d973f;
  /* Old browsers */
  background: -moz-linear-gradient(left, #6d973f 0%, #94c43f 50%, #6d973f 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #6d973f 0%, #94c43f 50%, #6d973f 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #6d973f 0%, #94c43f 50%, #6d973f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6d973f', endColorstr='#6d973f', GradientType=1);
  font-size: 20px;
  text-align: center;
  color: white;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.navcard:hover h2 {
  text-decoration: none;
  height: 100%;
  opacity: 0.7;
  padding-top: 190px;
}
.img-wrap-1 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 360px;
  margin-bottom: 30px;
}
.img-wrap-2 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 165px;
  margin-bottom: 30px;
}
.img-wrap-2 p {
  font-size: 24px;
  font-weight: 300;
  font-style: italic;
  text-align: left;
  text-transform: uppercase;
}
.img-wrap-3 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 165px;
  margin-bottom: 30px;
}
.img-wrap-4 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 360px;
  margin-bottom: 30px;
}
.img-wrap-4 p {
  font-size: 24px;
  font-weight: 300;
  font-style: italic;
  text-align: left;
  text-transform: uppercase;
}
.img-wrap-5 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: calc(50% - 15px);
  height: 180px;
  margin-bottom: 30px;
  margin-right: 15px;
  float: left;
}
.img-wrap-5 p {
  font-size: 24px;
  font-weight: 300;
  font-style: italic;
  text-align: left;
  text-transform: uppercase;
}
.img-wrap-6 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: calc(50% - 15px);
  height: 180px;
  margin-bottom: 30px;
  margin-left: 15px;
  float: left;
}
.img-wrap-7 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 180px;
  margin-bottom: 30px;
}
.nav-link.active {
  color: #8ac43f !important;
}
/*# sourceMappingURL=style.css.map */