/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/***body***/
strong {
  font-weight: 700;
}
.green {
  color: #7AB842;
}
body {
  font-family: "Montserrat", serif;
}
header {
  background: url('image1.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
header .header-bg {
  padding-top: 110px;
  height: 100vh;
  background: #000000;
  background: -moz-linear-gradient(360deg, #000000 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(360deg, #000000 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(360deg, #000000 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#ffffff", GradientType=1);
}
nav {
  width: 1440px;
  padding: 0px 50px 0px 50px;
  box-sizing: border-box;
  margin: 0 auto;
  background: #fff;
  font-size: 15px;
  text-transform: uppercase;
  display: grid;
  grid-template-columns: 200px 1fr 36px 100px;
  position: relative;
  transition: color 0.2s ease-in-out;
}
nav a {
  text-decoration: none;
  color: #000;
  font-weight: 400;
}
nav a:hover {
  color: #78b833;
}
nav ul li {
  display: inline-block;
}
nav ul#nav {
  text-align: right;
}
nav ul#nav li {
  padding: 30px 25px;
}
nav ul#nav li.nav-more {
  padding-right: 15px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 9px;
  background-image: url('SVG/nav-arrow.svg');
}
nav ul#nav .submenu {
  display: block;
  width: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  text-align: left;
  margin-top: 30px;
  border-top: 1px solid #ccc;
  padding: 40px 70px;
  box-sizing: border-box;
  z-index: 10;
}
nav ul#nav .submenu h3 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
}
nav ul#nav .submenu ul {
  margin-bottom: 20px;
}
nav ul#nav .submenu ul li {
  display: block;
  padding: 10px 0;
}
nav ul#nav .submenu ul li a {
  color: #898988;
  font-size: 16px;
  text-transform: none;
}
nav ul#nav .submenu ul li a:hover {
  color: #78b833;
}
nav ul#nav .submenu .przejdz {
  font-size: 13px;
  margin-top: 50px;
  display: inline-block;
  text-transform: none;
}
nav ul#nav .submenu {
  display: none;
}
nav ul#nav li:hover .submenu {
  display: grid;
}
nav .konfigurator a {
  color: #fff;
  font-weight: 700;
  padding: 20px;
  border-radius: 5px;
  display: inline-block;
  background: #7ab842;
  background: -moz-linear-gradient(90deg, #7ab842 0%, #009245 100%);
  background: -webkit-linear-gradient(90deg, #7ab842 0%, #009245 100%);
  background: linear-gradient(90deg, #7ab842 0%, #009245 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7ab842", endColorstr="#009245", GradientType=1);
}
nav #panel .basket a {
  display: inline-block;
  width: 22px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url('SVG/icon-basket.svg');
  margin-top: 37px;
}
nav #lang .pl a,
nav #lang .en a,
nav #lang .de a {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: inline-block;
  width: 22px;
  height: 22px;
  text-indent: -10px;
  margin-top: 45px;
}
nav #lang .pl a {
  background-image: url('1x/lang-pl.png');
}
nav #lang .en a {
  background-image: url('1x/lang-en.png');
}
nav #lang .de a {
  background-image: url('1x/lang-de.png');
}
#logo img {
  margin-top: 21px;
  height: 62px;
}
.banner {
  width: 1020px;
  margin: 0 auto;
  position: relative;
}
.banner h2 {
  margin-top: 17vh;
  font-size: 74px;
  color: #ffffff;
  letter-spacing: -3px;
}
.banner h2 span {
  font-size: 112px;
  font-weight: 700;
  letter-spacing: -8px;
}
.banner .banner-contact {
  position: absolute;
  right: 0;
  top: 175px;
  background: #000;
  display: inline-block;
  padding: 20px 30px 20px 30px;
  text-align: right;
}
.banner .banner-contact .banner-cotact-inner {
  background-image: url('SVG/icon-tel.svg');
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 30px;
  padding-right: 50px;
}
.banner .banner-contact h3 {
  font-size: 20px;
  color: #fff;
}
.banner .banner-contact a {
  color: #fff;
  text-decoration: none;
  font-size: 35px;
  font-weight: 700;
}
.etex-container {
  margin-top: 20px;
}
.etex-container a.etex {
  background-image: url('SVG/icon-etex.svg');
  background-repeat: no-repeat;
  background-position: 11px 9px;
  background-color: #fff;
  background-size: 154px;
  display: inline-block;
  width: 164px;
  height: 36px;
  padding: 7px;
  border-radius: 4px;
  margin-right: 15px;
}
.etex-container a.arrow-play {
  color: #fff;
  background: transparent;
  background-image: url('SVG/icon-arrow-play.svg');
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 10px;
  text-decoration: none;
  padding-right: 16px;
  position: relative;
  bottom: 20px;
}
.box3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2px;
}
.banner-prod-container {
  position: relative;
  top: -200px;
  width: 1440px;
  margin: 0 auto;
}
.banner-prod-container .prod {
  height: 180px;
  background: #3a3a3a;
  text-align: center;
  padding-top: 390px;
}
.banner-prod-container .prod a {
  position: relative;
  z-index: 10;
  color: #fff;
  text-decoration: none;
  font-size: 35px;
}
.banner-prod-container .prod a strong {
  display: block;
  font-size: 45px;
  font-weight: 700;
}
.banner-prod-container .prod1 {
  background-image: url('1x/image-1a.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.banner-prod-container .prod2 {
  background-image: url('1x/image-2a.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.banner-prod-container .prod2::after {
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #000000;
  background: -moz-linear-gradient(360deg, #000000 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(360deg, #000000 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(360deg, #000000 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#ffffff", GradientType=1);
}
.banner-prod-container .prod3 {
  background-image: url('1x/image-3a.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.content {
  width: 1440px;
  margin: 0 auto;
  font-size: 22px;
  line-height: 37px;
  margin-bottom: 100px;
}
.content .content-margin-left {
  margin-left: 164px;
}
.content p {
  margin-bottom: 20px;
}
.content .text h2 {
  border-left: 90px solid #7AB842;
  padding-left: 70px;
  line-height: 1;
  margin-bottom: 80px;
  font-size: 52px;
  color: #898988;
}
.content .text h2 span {
  color: #7AB842;
  font-size: 72px;
  font-weight: 700;
  letter-spacing: -3px;
}
.content .text p {
  font-size: 22px;
}
.content-bg-image {
  margin-bottom: 300px;
}
.content-bg-image .content .text h2 {
  border-left-color: transparent;
  font-size: 52px;
}
.content-bg-image .content .text h2 span {
  font-size: 67px;
  color: #898988;
}
.content-bg-image .icon-box {
  width: 516px;
  background: #fff;
  position: absolute;
  margin-left: 160px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
  padding: 33px 84px;
}
.content-bg-image .icon-box .icon {
  color: #000;
  display: block;
  font-size: 15px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 107px;
  text-decoration: none;
  text-align: center;
  padding-top: 119px;
  margin-bottom: 40px;
  line-height: 1;
  transition: color 0.2s ease-in-out;
}
.content-bg-image .icon-box .icon:hover {
  color: #78b833;
}
.content-bg-image .icon-box .icon-chlewnie {
  background-image: url('SVG/icon-chlewnie.svg');
}
.content-bg-image .icon-box .icon-maszyny-rolne {
  background-image: url('SVG/icon-maszyny-rolne.svg');
}
.content-bg-image .icon-box .icon-budownictwomieszkaniowe {
  background-image: url('SVG/icon-budownictwomieszkaniowe.svg');
}
.content-bg-image .icon-box .icon-fermydrobiu {
  background-image: url('SVG/icon-fermydrobiu.svg');
}
.content-bg-image .icon-box .icon-stajnie {
  background-image: url('SVG/icon-stajnie.svg');
}
.content-bg-image .icon-box .icon-mleczarnieihodowlabydla {
  background-image: url('SVG/icon-mleczarnieihodowlabydla.svg');
}
.content-bg-image .icon-box .icon-plodyrolne {
  background-image: url('SVG/icon-plodyrolne.svg');
}
.content-bg-image .icon-box .icon-owczarnie {
  background-image: url('SVG/icon-owczarnie.svg');
}
.content-bg-image .icon-box .icon-przemysl {
  background-image: url('SVG/icon-przemysl.svg');
}
.content-bg-image .icon-box .icon-zdolnoscoddychania {
  background-image: url('SVG/icon-zdolnoscoddychania.svg');
  background-size: 101px;
  background-position: 20px 0px;
}
.content-bg-image .icon-box .icon-dlugazywotlnosc {
  background-image: url('SVG/icon-dlugazywotlnosc.svg');
  background-size: 118px;
  background-position: 5px 0px;
}
.content-bg-image .icon-box .icon-izolacjaakustycznaitermiczna {
  background-image: url('SVG/icon-izolacjaakustycznaitermiczna.svg');
  background-size: 119px;
  background-position: 4px 0px;
}
.content-bg-image .icon-box .icon-ekologiaitrwalosc {
  background-image: url('SVG/icon-ekologiaitrwalosc.svg');
  background-size: 86px;
  background-position: 36px 0px;
}
.content-bg-image .icon-box .icon-niepalnymaterial {
  background-image: url('SVG/icon-niepalnymaterial.svg');
  background-size: 87px;
}
.content-bg-image .icon-box-right {
  position: absolute;
  margin-left: 660px;
}
.content-bg-image-1::after {
  content: '';
  display: block;
  width: 100%;
  height: 606px;
  background-image: url('1x/image3.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.content-bg-image-2 .icon-box {
  padding-top: 124px;
  padding-bottom: 124px;
}
.content-bg-image-2::after {
  content: '';
  display: block;
  width: 100%;
  height: 606px;
  background-image: url('1x/image2.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.content-bg-image-3 {
  content: '';
  display: block;
  width: 100%;
  background-image: url('1x/image3.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.content-bg-image-3 .content-bg-image {
  height: 606px;
  background: rgba(0, 0, 0, 0.6);
}
.content-bg-image-3 .content .text h2 {
  color: #fff;
  font-size: 70px;
  font-weight: 700;
  letter-spacing: -2px;
  text-align: center;
  padding-left: 0;
  border-left: none;
  padding-top: 130px;
  margin-bottom: 140px;
}
.content-bg-image-3 .content .text h2 span {
  font-weight: 700;
  color: #fff;
  font-size: 30px;
  letter-spacing: -1px;
}
.number-box {
  text-align: center;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}
.number-box .number {
  color: #7AB842;
  font-size: 100px;
  letter-spacing: -3px;
  display: block;
  font-weight: 700;
  margin-bottom: 30px;
}
.number-box .number-desc {
  font-size: 28px;
  color: #fff;
  display: block;
  font-weight: 700;
}
.more {
  color: #fff;
  border-radius: 4px;
  padding: 5px 20px 5px 30px;
  display: inline-block;
  margin-top: 40px;
  text-decoration: none;
  font-size: 14px;
  background-color: #000;
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
}
.more span {
  background-image: url('SVG/icon-more.svg');
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 10px;
  padding-right: 20px;
  font-weight: 700;
}
.more:hover {
  background-color: #7AB842;
  color: #fff;
}
.grid2 {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 70px;
}
.tooltip-box {
  position: relative;
  top: 120px;
}
.tooltip-box img {
  width: 500px;
}
.tooltip-box .tooltip {
  position: absolute;
}
.tooltip-box .tooltip .tooltip-num {
  background: #7AB842;
  color: #fff;
  font-weight: 700;
  font-size: 19px;
  padding: 5px 12px;
}
.tooltip-box .tooltip .tooltip-text {
  position: absolute;
  top: -37px;
  left: -34px;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
}
.tooltip-box .tooltip-1 {
  top: 98px;
  left: 20px;
}
.tooltip-box .tooltip-1 .tooltip-text {
  top: -27px;
}
.tooltip-box .tooltip-2 {
  top: -10px;
  left: 273px;
}
.tooltip-box .tooltip-3 {
  top: 45px;
  left: 450px;
}
.tooltip-box .tooltip-3 .tooltip-text {
  top: -27px;
}
.grid3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}
.grid2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.prod-container {
  width: 1240px;
  margin: 0 auto;
  padding: 30px 100px;
  margin-bottom: 150px;
  background-color: #f1f1f1;
}
.prod-container .item {
  text-align: center;
  margin-bottom: 50px;
}
.prod-container .item a {
  display: block;
  text-decoration: none;
  font-size: 22px;
  padding: 30px 0;
}
.prod-container .item a:hover img {
  transform: scale(1.1);
}
.prod-container .item a:hover span.name {
  color: #7AB842;
}
.prod-container .item a img {
  transition: transform 0.2s ease-in-out;
  transform: scale(1);
  display: block;
  margin: 0 auto 25px auto;
}
.prod-container .item a span.name {
  transition: color 0.2s ease-in-out;
  color: #000;
  font-weight: 300;
}
.prod-container .item a span {
  color: #7AB842;
  font-weight: 700;
}
.galeria {
  background: #7AB842;
  text-align: center;
  color: #fff;
  padding: 0 0 47px 0;
}
.galeria .foto {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.galeria .foto a {
  display: inline-block;
  margin: 5px;
}
.galeria .foto a img {
  width: 100%;
}
.galeria h2 {
  line-height: 1;
  font-size: 52px;
  color: #fff;
  font-size: 72px;
  margin-bottom: 100px;
  font-weight: 700;
  letter-spacing: -3px;
}
.galeria h2::before {
  content: '';
  display: block;
  width: 90px;
  height: 112px;
  margin: 0 auto;
  background: #fff;
  margin-bottom: 40px;
}
.galeria p {
  font-size: 22px;
}
.galeria .active img {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transform: scale(1.1);
}
.galeria .pagi {
  margin-top: 60px;
}
.galeria .pagi span {
  width: 9px;
  height: 9px;
  display: inline-block;
  background: #fff;
  border: 4px solid #78b833;
  cursor: pointer;
  transition: border 0.3s ease-out;
}
.galeria .pagi span:hover,
.galeria .pagi span.active {
  border-color: #fff;
}
.faq {
  width: 1440px;
  margin: 0 auto;
  margin-bottom: 200px;
}
.faq h2 {
  border-left: 90px solid #7AB842;
  padding-left: 70px;
  line-height: 1;
  margin-bottom: 80px;
  font-size: 52px;
  color: #898988;
}
.faq h2 span {
  color: #7AB842;
  font-size: 72px;
  font-weight: 700;
  letter-spacing: -3px;
}
.faq p {
  font-size: 22px;
}
.faq .item {
  padding: 37px 100px;
  border: 1px solid #666666;
  margin: 15px 168px;
  font-size: 22px;
  position: relative;
  cursor: pointer;
  transition: background 0.2s ease-in-out;
}
.faq .item span.plus {
  background-image: url('SVG/icon-plus.svg');
  background-repeat: no-repeat;
  background-position: center center;
  width: 32px;
  height: 32px;
  display: block;
  background-color: #000;
  background-size: 16px;
  position: absolute;
  right: 164px;
  top: 33px;
}
.faq .item:hover {
  background-color: #f1f1f1;
}
.konfigurator-container {
  width: 1440px;
  margin: 0 auto;
  margin-bottom: 200px;
}
.konfigurator-container h2 {
  border-right: 90px solid #7AB842;
  padding-right: 70px;
  line-height: 1;
  margin-bottom: 80px;
  font-size: 52px;
  color: #898988;
  text-align: right;
  margin-top: 140px;
}
.konfigurator-container h2 span {
  color: #7AB842;
  font-size: 72px;
  font-weight: 700;
  letter-spacing: -3px;
}
footer {
  background-color: #000;
  padding: 100px;
  color: #fff;
  background: #000000;
  background: -moz-linear-gradient(360deg, #000000 0%, #333333 100%);
  background: -webkit-linear-gradient(360deg, #000000 0%, #333333 100%);
  background: linear-gradient(360deg, #000000 0%, #333333 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#333333", GradientType=1);
}
footer .content {
  width: 1440px;
  margin: 0 auto;
  position: relative;
}
footer .content p {
  font-size: 15px;
  line-height: 1.6;
}
footer .content ul li {
  font-size: 15px;
  line-height: 1.6;
}
footer .content a {
  font-size: 15px;
  color: #fff;
  line-height: 1.6;
  text-decoration: none;
}
footer .content a:hover {
  color: #78b833;
}
footer .content h3 {
  font-weight: 700;
  margin-bottom: 30px;
}
footer .grid3footer {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
}
footer a[href^="mailto"],
footer a[href^="tel"] {
  font-size: 25px;
  display: inline-block;
  font-weight: bold;
  color: #78b833;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 18px;
  padding-left: 33px;
}
footer a[href^="tel"] {
  background-image: url('SVG/icon-tel.svg');
}
footer a[href^="mailto"] {
  margin-bottom: 30px;
  background-image: url('SVG/icon-mail.svg');
}
.icon-facebook,
.icon-instagram {
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 5px;
  width: 20px;
  height: 20px;
  display: inline-block;
}
.icon-facebook {
  background-image: url('SVG/icon-facebook.svg');
}
.icon-instagram {
  background-image: url('SVG/icon-instagram.svg');
}
.copy {
  text-align: center;
  padding: 30px;
  font-size: 11px;
  color: #727272;
}
.copy span {
  position: relative;
  top: -18px;
}
.copy img {
  height: 20px;
  border-left: 1px solid #ccc;
  padding: 15px 25px;
  margin-left: 20px;
}
.gototop {
  width: 46px;
  height: 46px;
  background-color: #78b833;
  background-image: url('SVG/icon-arrow-up.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px;
  position: absolute;
  right: 0;
  top: -123px;
  cursor: pointer;
}
