/* 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;
}
/***end css reset***/
a {
  color: #e74a0f;
}
.img-fluid {
  width: 100%;
}
strong {
  font-weight: 900;
}
body {
  font-family: 'Roboto', sans-serif;
}
/***header***/
header {
  position: absolute;
  z-index: 10;
  width: 100%;
}
header #logo {
  display: inline-block;
  margin-top: 50px;
}
header #logo img {
  width: 105px;
}
header nav {
  position: relative;
  text-transform: uppercase;
}
header nav .nav {
  text-align: right;
  position: absolute;
  right: 0;
  top: 130px;
}
header nav .nav li {
  display: inline-block;
  margin: 0 30px;
}
header nav .nav li:nth-last-of-type(-n+2) {
  margin: 0 10px;
}
header nav .nav li.active a {
  color: #e74a0f;
}
header nav .nav a {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}
header nav .nav a:hover {
  color: #e74a0f;
}
header nav .lang {
  position: absolute;
  right: 0;
  top: 70px;
}
header nav .lang ul li {
  display: inline-block;
  margin: 0 7px;
}
header nav .lang ul li a {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  transition: color 0.2s ease-in-out;
}
header nav .lang ul li a::after {
  content: '';
  width: 6px;
  height: 6px;
  background-color: #e74a0f;
  border-radius: 21px;
  position: absolute;
  top: 6px;
  left: 25px;
}
header nav .lang ul li a:hover {
  color: #e74a0f;
}
header nav .lang ul li.last a::after {
  display: none;
}
header nav .lang ul li.active a {
  color: #e74a0f;
}
header nav #b2b {
  background-color: #e74a0f;
  color: #fff;
  border-radius: 30px;
  padding: 3px 10px;
  transition: background 0.2s ease-in-out;
}
header nav #b2b:hover {
  color: #e74a0f;
  background-color: #fff;
}
header nav #panel {
  text-transform: none;
  background-image: url('../SVG/icon-panel.svg');
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 26px;
}
/***end header***/
header nav {
  width: 1440px;
  margin: 0 auto;
}
/***banner***/
#banner {
  background-repeat: no-repeat;
  background-size: cover;
  height: 90vh;
  overflow: hidden;
  position: relative;
}
#banner::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90vh;
  content: '';
  background: #000000;
  background: -moz-linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 65%);
  background: -webkit-linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 65%);
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 65%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}
#banner .slogan {
  position: absolute;
  top: 450px;
  z-index: 12;
  text-align: center;
  width: 100%;
}
#banner .slogan h2 {
  font-weight: 200;
  font-size: 62px;
  line-height: 60px;
  color: #fff;
  text-transform: uppercase;
}
#banner .slogan .more {
  background: #e74a0f;
  color: #fff;
  padding: 20px 20px;
  border: 2px solid #fff;
  border-radius: 6px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 900;
  margin-top: 10px;
  text-decoration: none;
  display: inline-block;
  transition: background 0.2s ease-in-out;
}
#banner .slogan .more:hover {
  background: #000000;
}
#banner .fotoBanner {
  width: 100%;
  height: auto;
}
/***end banner***/
#hp .bar .innerBar {
  background: #fff;
}
#hp .bar {
  top: -27px;
}
.bar {
  position: relative;
  z-index: 12;
  width: 100%;
  top: 0;
}
.bar .innerBar {
  padding: 30px;
  box-sizing: border-box;
  width: 1440px;
  margin: 0 auto;
  background: transparent;
  margin-top: 0;
  border-radius: 0;
  display: grid;
  grid-template-columns: 3fr 1fr;
}
#hp .bar .innerBar {
  margin-top: -46px;
  border-radius: 80px;
}
.singleNews {
  font-size: 15px;
}
.singleNews .latest-btn {
  color: #e74a0f;
  text-decoration: none;
  font-weight: 400;
  padding: 8px 20px;
  display: inline-block;
  border: 1px solid #e74a0f;
  border-radius: 30px;
  transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
}
.singleNews .latest-btn:hover {
  background: #e74a0f;
  color: #fff;
}
.singleNews .more-news {
  color: #000000;
  background-image: url('../SVG/icon-arrow-orange.svg');
  background-repeat: no-repeat;
  background-position: center right;
  padding: 0 25px 0 20px;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}
.singleNews .more-news:hover {
  color: #e74a0f;
}
.social-media {
  text-align: right;
  font-size: 15px;
  margin-top: 8px;
}
.social-media span {
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 4px;
  display: inline-block;
}
.social-media .icon-youtube,
.social-media .icon-instagram,
.social-media .icon-facebook,
.social-media .icon-x,
.social-media .icon-tiktok {
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  margin: -4px 3px;
  transition: opacity 0.2s ease-in-out;
  position: relative;
}
.social-media .icon-youtube:hover,
.social-media .icon-instagram:hover,
.social-media .icon-facebook:hover,
.social-media .icon-x:hover,
.social-media .icon-tiktok:hover {
  opacity: 0.5;
}
.social-media .icon-youtube {
  background-image: url('../SVG/icon-youtube.svg');
  width: 23px;
  height: 19px;
}
.social-media .icon-instagram {
  background-image: url('../SVG/icon-instagram.svg');
  width: 19px;
  height: 19px;
}
.social-media .icon-facebook {
  background-image: url('../SVG/icon-facebook.svg');
  width: 10px;
  height: 19px;
}
.social-media .icon-x {
  background-image: url('../SVG/icon-x.svg');
  width: 19px;
  height: 19px;
}
.social-media .icon-tiktok {
  background-image: url('../SVG/icon-tiktok.svg');
  width: 15px;
  height: 19px;
}
/***download catalog HP***/
.downloadCatalog {
  margin-top: -75px;
  background-color: #e74a0f;
  padding: 100px 100px 60px 10px;
  background: #000000;
  background: -moz-linear-gradient(172deg, #000000 0%, #e74a0f 50%);
  background: -webkit-linear-gradient(172deg, #000000 0%, #e74a0f 50%);
  background: linear-gradient(172deg, #000000 0%, #e74a0f 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#e74a0f", GradientType=1);
}
.downloadCatalog h2 {
  text-align: center;
  color: #fff;
  font-size: 32px;
  padding: 40px 0 50px 0;
  font-weight: 300;
}
.downloadCatalog .innerCatalog {
  width: 1440px;
  margin: 0 auto;
  text-align: center;
}
.downloadCatalog .innerCatalog a {
  color: #fff;
  background-image: url('../1x/icon-pdf.png');
  background-repeat: no-repeat;
  background-position: center left;
  padding: 20px 40px 20px 70px;
  display: inline-block;
  font-weight: 900;
  text-decoration: none;
  text-align: left;
  font-size: 18px;
  position: relative;
  top: 0;
  transition: top 0.2s ease-in-out;
}
.downloadCatalog .innerCatalog a span {
  font-weight: 300;
  font-size: 15px;
}
.downloadCatalog .innerCatalog a:hover {
  top: -5px;
}
/***end download catalog HP***/
/***main***/
.box {
  width: 100%;
  margin-bottom: 100px;
}
.box h2 {
  text-align: center;
  color: #3A3939;
  font-size: 32px;
  padding: 80px 0 90px 0;
  font-weight: 300;
}
.box .box4 {
  width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
.box .box4 .item {
  grid-row: 1;
  padding: 30px 30px 30px 30px;
  text-align: center;
  border-radius: 10px;
  margin-bottom: 20px;
}
.box .box4 .item h3 {
  font-size: 22px;
  font-weight: 900;
  text-align: left;
  margin-bottom: 20px;
}
.box .box4 .item p {
  text-align: left;
  line-height: 1.3;
  margin-bottom: 20px;
}
.box .box4 .item img {
  margin-bottom: 20px;
  max-width: 100%;
}
.box .box4 .item .more {
  text-align: left;
  color: #e74a0f;
  text-decoration: none;
  display: block;
  background-image: url('../SVG/icon-arrow-orange.svg');
  background-repeat: no-repeat;
  background-position: center right;
  font-weight: 900;
  font-size: 15px;
}
.asortyment {
  width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
}
.asortyment .item {
  padding: 30px 30px 30px 30px;
  text-align: center;
  border-radius: 10px;
  margin-bottom: 20px;
}
.asortyment .item h3 {
  font-size: 22px;
  font-weight: 900;
  text-align: left;
  margin-bottom: 20px;
}
.asortyment .item p {
  text-align: left;
  line-height: 1.3;
  margin-bottom: 20px;
}
.asortyment .item img {
  margin-bottom: 20px;
  max-width: 100%;
}
.asortyment .item .more {
  text-align: left;
  color: #e74a0f;
  text-decoration: none;
  display: block;
  background-image: url('../SVG/icon-arrow-orange.svg');
  background-repeat: no-repeat;
  background-position: center right;
  font-weight: 900;
  font-size: 15px;
}
.item {
  border: 1px solid #B7B9BB;
  transition: border 0.2s ease-in-out, background 0.2s ease-in-out;
}
.item:hover {
  background-color: #fafafa;
  border-color: #e74a0f;
}
#hp .content {
  text-align: center;
  margin-bottom: 0;
}
#hp .content h2,
#hp .content p {
  padding: 0 20px;
}
#hp .content h2 {
  margin-bottom: 40px;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  margin-bottom: 20px;
}
.content h1 {
  font-size: 36px;
}
.content h2 {
  font-size: 36px;
}
.content h3 {
  font-size: 26px;
}
.content h4 {
  font-size: 20px;
}
.content h5 {
  font-size: 18px;
}
.content h6 {
  font-size: 18px;
}
.content ul,
.content ol {
  margin-left: 30px;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.6;
}
.content ul {
  list-style: disc;
}
.content ol {
  list-style: decimal;
}
.content {
  width: 1440px;
  margin: 0 auto;
  color: #3A3939;
  text-align: left;
}
.content h2 {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 900;
}
.content p {
  font-size: 18px;
  color: #3A3939;
  line-height: 1.6;
  margin-bottom: 20px;
}
.content .more {
  background: #e74a0f;
  color: #fff;
  padding: 20px 20px;
  border: 2px solid #fff;
  border-radius: 6px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 900;
  margin-top: 40px;
  text-decoration: none;
  display: inline-block;
  transition: background 0.2s ease-in-out;
}
.content .more:hover {
  background: #000000;
}
.grid2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  text-align: left;
}
#page .content.grid2 {
  display: grid;
  grid-template-columns: 2fr 1fr;
}
#page .content.grid2 .photoaside {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-left: 40px;
}
#page .content.grid2 .photoaside img {
  max-width: 300px;
}
#page .content.grid3 {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
}
#page .content.grid3 .photoaside {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-left: 40px;
}
#page .content.grid3 .photoaside img {
  max-width: 300px;
}
#page .grid3equal {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
#banner .logos {
  margin-bottom: 0;
}
.logos {
  margin-bottom: 50px;
  text-align: center;
}
.logos img {
  margin: 20px;
}
.product-slider {
  margin-top: 120px;
}
.product-slider .slider {
  text-align: center;
  background: #ffffff;
  background: -moz-linear-gradient(180deg, #ffffff 25%, #e74a0f 25%, #e74a0f 75%, #ffffff 75%);
  background: -webkit-linear-gradient(180deg, #ffffff 25%, #e74a0f 25%, #e74a0f 75%, #ffffff 75%);
  background: linear-gradient(180deg, #ffffff 25%, #e74a0f 25%, #e74a0f 75%, #ffffff 75%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
}
.product-slider h2 {
  text-align: center;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 300;
  margin-bottom: 40px;
  padding: 0 110px;
}
.photo {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
  background: #e9e9e9;
  padding: 30px;
  margin-top: 30px;
  margin-top: 90px;
}
.photo img {
  width: 100%;
}
/***end main***/
.content .pdf-file {
  list-style: none;
  margin-left: 0;
}
.content .pdf-file li {
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.content .pdf-file li a {
  background-image: url('../1x/icon-pdf.png');
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 25px;
  display: inline-block;
  padding: 10px 40px;
  line-height: 1.2;
  text-decoration: none;
  color: #3A3939;
}
.content .pdf-file li a:hover {
  color: #e74a0f;
}
#hp .downloadCatalog h6 {
  margin-top: 50px;
  text-align: center;
}
#hp .downloadCatalog h6 a {
  color: #fff;
}
footer {
  background: #fff;
  background-image: url(../1x/footer-bg-2.jpg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 50%;
  margin-top: 100px;
}
footer .box2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
footer .innerFooter {
  width: 1440px;
  margin: 0 auto;
  padding: 50px 0;
  display: grid;
  grid-template-columns: 1fr 1fr ;
  font-size: 16px;
}
footer .innerFooter h3 {
  color: #3A3939;
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 30px;
}
footer .innerFooter .pdf-file li a {
  background-image: url('../1x/icon-pdf.png');
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 25px;
  display: inline-block;
  padding: 10px 40px;
  line-height: 1.2;
  text-decoration: none;
}
footer .innerFooter ul li {
  line-height: 1.6;
}
footer .innerFooter a {
  color: #3A3939;
  text-decoration: none;
  font-size: 15px;
  font-weight: 300;
}
footer .innerFooter p {
  line-height: 1.6;
}
footer .innerFooter a[href^="tel"] {
  background-image: url('../SVG/icon-phone.svg');
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 20px;
  padding-left: 30px;
  font-size: 20px;
  color: #fff;
  font-weight: 300;
  line-height: 1.6;
}
footer .innerFooter a[href^="mailto"] {
  background-image: url('../SVG/icon-email.svg');
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 20px;
  padding-left: 30px;
  font-size: 20px;
  color: #fff;
  font-weight: 300;
  line-height: 1.3;
}
footer .innerFooter a[href^="tel"]:hover,
footer .innerFooter a[href^="mailto"]:hover {
  color: #000;
}
footer .innerFooter .footerContact {
  padding-left: 50px;
}
footer .innerFooter .footerContact h3,
footer .innerFooter .footerContact p {
  color: #fff;
}
footer a {
  transition: color 0.2s ease-in-out;
}
footer a:hover {
  color: #e74a0f;
}
footer .copy {
  background: #fff;
  text-align: center;
  padding: 15px;
  font-size: 14px;
}
.about {
  margin: 100px 0 30px 0;
  text-align: center;
}
#hp .about {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
#hp .about span {
  color: #3A3939;
  border-radius: 40px;
  border: 2px solid transparent;
  box-shadow: 0 0 3px #000;
  padding: 10px 20px;
  display: inline-block;
  margin: 0 10px;
  transition: box-shadow 0.2s ease-in-out, border 0.2s ease-in-out, color 0.2s ease-in-out;
}
#hp .about span:hover,
#hp .about span.active {
  cursor: pointer;
  color: #e74a0f;
  box-shadow: 0 0 0px #000;
  border: 2px solid #e74a0f;
}
#hp .about .innerAbout {
  margin-top: 30px;
  text-align: left;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
#hp .about .innerAbout h3 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 900;
  color: #3A3939;
}
#hp .about .innerAbout p {
  color: #505050;
  margin-bottom: 30px;
}
.breadcrumb li {
  display: inline-block;
}
.breadcrumb li a {
  color: #e74a0f;
}
.breadcrumb .breadcrumb-item a {
  background-image: url(../SVG/icon-arrow-orange.svg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 6px;
  padding: 0 17px 0 0;
  margin-right: 7px;
  text-decoration: none;
}
.breadcrumb .breadcrumb-item a:hover {
  text-decoration: underline;
}
.itemNews {
  padding: 40px;
  transition: background 0.2s ease-in-out;
  margin-bottom: 100px;
  text-align: justify;
}
.itemNews:nth-child(odd) {
  background: #fafafa;
}
.itemNews:hover {
  background: #fafafa;
}
.itemNews h3 {
  font-weight: 900;
}
.itemNews h3 a {
  text-decoration: none;
  color: #3A3939;
}
.itemNews p {
  margin-bottom: 10px;
}
.itemNews .date {
  font-size: 14px;
}
.faq-item {
  cursor: pointer;
  background-color: #F2F2F2;
  margin-bottom: 10px;
  position: relative;
  padding: 30px;
  transition: background 0.2s ease-in-out;
}
.faq-item h5 {
  margin-bottom: 0;
}
.faq-item span {
  top: 18px;
  right: 20px;
  position: absolute;
  color: #e74a0f;
  font-size: 28px;
  margin-top: 6px;
}
.faq-item {
  transition: border 0.2s ease-in-out;
  border: 1px solid rgba(231, 74, 15, 0.3);
}
.faq-item:hover {
  border: 1px solid #e74a0f;
}
.faq-item .answer {
  padding: 30px 20px 20px 20px;
  background: #fff;
}
.faq-item.dimension h5 {
  background-image: url('../SVG/icon-dimension.svg');
  background-repeat: no-repeat;
  background-position: 23px 26px;
  background-size: 25px;
  padding-left: 60px;
}
.faq-item.details h5 {
  background-image: url('../SVG/icon-details.svg');
  background-repeat: no-repeat;
  background-position: 23px 26px;
  background-size: 25px;
  padding-left: 60px;
}
.faq-item.usage h5 {
  background-image: url('../SVG/icon-usage.svg');
  background-repeat: no-repeat;
  background-position: 23px 22px;
  background-size: 25px;
  padding-left: 60px;
}
.content .faq-imte ul {
  font-size: 16px;
}
.stand {
  position: relative;
  top: -135px;
  left: 30px;
  z-index: 100;
}
.aside-contact {
  background: #fafafa;
  padding: 40px;
}
.aside-contact h3 {
  margin-bottom: 10px;
}
.aside-contact .more {
  margin-top: 10px;
  margin-bottom: 20px;
}
.aside-contact a.catalog {
  color: #e74a0f;
  background-image: url('../1x/icon-pdf.png');
  background-repeat: no-repeat;
  background-position: center left;
  padding: 20px 40px 20px 70px;
  display: inline-block;
  font-weight: 900;
  text-decoration: none;
  text-align: left;
  font-size: 18px;
  position: relative;
  top: 0;
  transition: top 0.2s ease-in-out;
}
.aside-contact a.catalog span {
  font-weight: 300;
  font-size: 15px;
}
.aside-contact a.catalog:hover {
  top: -5px;
}
/***filter div***/
#myBtnContainer {
  margin-top: 40px;
}
#myBtnContainer .btn {
  border: none;
  background: #e74a0f;
  padding: 7px 15px;
  color: #fff;
  border-radius: 20px;
  margin: 4px 0;
  cursor: pointer;
  transition: background 0.2s ease-out;
}
#myBtnContainer .btn.active,
#myBtnContainer .btn:hover {
  background: #000;
}
/***end filter div***/
/***produkt***/
.kontaktProduktBottom {
  position: relative;
  border: 5px solid #e74a0f;
  padding: 40px;
  margin-top: 60px;
  border-radius: 10px;
}
.kontaktProduktBottom .logo-kontakt {
  width: 61px;
  height: 80px;
  position: absolute;
  right: 20px;
  top: -57px;
  border: 10px solid #fff;
}
.content .kontaktProduktBottom .more {
  margin-top: 0;
}
/***end produkt***/
/***newsletter***/
#pytanieoproduktForm div.pytanieodpowiedzaccept input[type="checkbox"],
#newsletterForm div.newsletteraccept input[type="checkbox"] {
  width: 22px;
  height: 22px;
  margin-right: 5px;
  position: relative;
  top: 5px;
  margin-top: 15px;
}
.pytanieoprodukt,
.newsletter {
  text-align: center;
}
.pytanieoprodukt p,
.newsletter p {
  color: #1A1A1A;
  font-size: 13px;
  line-height: 1.2;
  margin-top: 15px;
}
.pytanieoproduktInner,
.newsletterInner {
  background-image: url('/assets/tpl/SVG/newsletter-bg.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #000;
  text-align: center;
  padding: 100px 97px;
  width: 1240px;
  margin: 0 auto;
  border-radius: 10px;
  color: #fff;
}
.pytanieoproduktInner input#newsletterEmail,
.newsletterInner input#newsletterEmail {
  padding: 20px 35px;
  border: none;
  border-radius: 100px;
  margin-top: 15px;
  width: 430px;
}
.pytanieoproduktInner a,
.newsletterInner a {
  color: #fff;
  font-weight: bold;
}
.pytanieoproduktInner h2,
.newsletterInner h2 {
  font-size: 97px;
  letter-spacing: -3px;
  font-weight: 900;
}
.pytanieoproduktInner p,
.newsletterInner p {
  color: #fff;
  font-size: 15px;
  margin-bottom: 11px;
}
.pytanieoproduktInner form > div,
.newsletterInner form > div {
  position: relative;
  width: 500px;
  margin: 0 auto;
}
.pytanieoproduktInner input[type="submit"],
.newsletterInner input[type="submit"] {
  border: none;
  background: #2f890b;
  color: #fff;
  padding: 10px;
  position: absolute;
  right: 7px;
  bottom: 7px;
  border-radius: 31px;
  padding: 13px 22px;
  cursor: pointer;
  transition: background 0.2s ease-out;
}
.pytanieoproduktInner input,
.newsletterInner input {
  outline: #e74a0f;
}
.pytanieoproduktInner input[type="submit"]:hover,
.newsletterInner input[type="submit"]:hover {
  background-color: #e74a0f;
}
/***end-newsletter***/
.grid4 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}
.grid4 img {
  width: 100%;
  box-shadow: 0 0 3px #dbdbdb;
}
.obsluga {
  margin-top: 20px;
  position: relative;
}
.obsluga a[href^="tel"] {
  background-image: url(../SVG/icon-phone-orange.svg);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 20px;
  padding-left: 30px;
  font-size: 20px;
}
.obsluga a[href^="mailto"] {
  background-image: url(../SVG/icon-email-orange.svg);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 20px;
  padding-left: 30px;
  font-size: 20px;
}
.obsluga h3 {
  font-weight: 900;
  margin-bottom: 30px;
}
.obsluga img {
  width: 70px;
  height: 70px;
  border-radius: 200px;
  border: 3px solid #e74a0f;
  padding: 3px;
  position: absolute;
  right: -44px;
  top: 66px;
}
.obsluga a {
  font-size: 20px;
  color: #3a3939;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}
.obsluga a:hover {
  color: #e74a0f;
}
.smallImageText {
  margin-top: 50px;
  border-radius: 10px;
}
.smallImageText img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.smallImageText h5 {
  margin-top: 20px;
  font-size: 15px;
  text-align: center;
  font-weight: bold;
}
form.formcontact {
  font-size: 16px;
}
form.formcontact div {
  width: 100%;
  margin-bottom: 20px;
}
form.formcontact div label {
  display: block;
  margin-bottom: 5px;
}
form.formcontact div input,
form.formcontact div textarea {
  margin-right: 30px;
  box-sizing: border-box;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  padding: 10px 20px;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #ccc;
  transition: border 0.2s ease-in-out;
}
form.formcontact div input:focus,
form.formcontact div textarea:focus,
form.formcontact div input:focus-visible,
form.formcontact div textarea:focus-visible,
form.formcontact div input:hover,
form.formcontact div textarea:hover {
  outline-color: #e74a0f;
  border-color: #e74a0f;
}
form.formcontact div textarea {
  width: 100%;
  height: 120px;
}
.kontakt-img {
  width: 90%;
  border-radius: 10px;
  margin-left: 50px;
}
/*** media queries***/
header nav {
  width: 1440px;
}
.bar {
  width: 100%;
}
.bar .innerBar {
  width: 1440px;
}
.downloadCatalog .innerCatalog {
  width: 1440px;
}
.box {
  width: 100%;
}
.box .box4 {
  width: 1440px;
}
.asortyment {
  width: 1440px;
}
.content {
  width: 1440px;
}
footer .innerFooter {
  width: 1440px;
}
button.hamb {
  cursor: pointer;
  display: none;
  background: transparent;
  width: 53px;
  height: 40px;
  border: none;
  color: #fff;
  position: absolute;
  right: 0;
  top: 75px;
}
button.hamb span {
  width: 40px;
  height: 4px;
  display: block;
  margin-bottom: 7px;
  transition: background 0.2s ease-in;
  background-color: #e74a0f;
}
button.hamb:hover span {
  background-color: #fff;
}
#page #banner {
  height: 220px;
}
#page #banner::after {
  transition: height 0.5s ease-in;
  height: 420px;
}
#page #banner:hover ::after {
  height: 300px;
}
header #page #banner::after {
  height: 300px;
}
#page .bar .innerBar {
  padding: 30px 0;
}
.kooperagrid2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.kooperagrid2 .item {
  border-radius: 8px;
  box-sizing: border-box;
  padding: 50px;
}
@media (max-width: 1440px) {
  #banner .fotoBanner {
    height: auto;
    width: auto;
  }
  #hp .about {
    width: 90%;
  }
  header nav {
    width: 90%;
  }
  .bar {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .bar .innerBar {
    width: 100%;
  }
  .downloadCatalog .innerCatalog {
    width: 90%;
  }
  .box {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .box .box4 {
    width: 90%;
  }
  .asortyment {
    width: 90%;
  }
  .content {
    width: 90%;
  }
  footer .innerFooter {
    width: 90%;
  }
}
@media (max-width: 1400px) {
  header nav .nav li {
    margin: 0 14px;
  }
  .downloadCatalog {
    margin-top: -75px;
    padding: 100px;
  }
  .downloadCatalog h2 {
    font-size: 32px;
    padding: 40px 0 50px 0;
  }
  .downloadCatalog .innerCatalog a {
    background-position: center left;
    padding: 20px 20px 20px 70px;
    font-size: 18px;
  }
  .downloadCatalog .innerCatalog a span {
    font-weight: 300;
    font-size: 15px;
  }
}
@media (max-width: 1200px) {
  header nav .nav li {
    margin: 0 10px;
  }
  header #logo img {
    width: 55px;
  }
  .bar .innerBar {
    width: 100%;
  }
  .downloadCatalog {
    margin-top: -75px;
    padding: 100px 10px;
  }
  .downloadCatalog h2 {
    font-size: 32px;
    padding: 40px 0 50px 0;
  }
  .downloadCatalog .innerCatalog a {
    background-position: center left;
    padding: 20px 20px 20px 70px;
    font-size: 16px;
  }
  .downloadCatalog .innerCatalog a span {
    font-weight: 300;
    font-size: 14px;
  }
}
@media (max-width: 1000px) {
  footer .innerFooter {
    grid-template-columns: 1fr;
  }
  .box .box4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
  .box .box4 .item {
    grid-row: auto;
  }
  .social-media span {
    display: none;
  }
  .bar .innerBar {
    grid-template-columns: 2fr 1fr;
  }
  footer {
    background-position: center bottom;
    background-size: cover;
    margin-top: 100px;
  }
  footer .innerFooter a {
    color: #fff;
    font-weight: bold;
  }
  footer .innerFooter h3 {
    color: #fff;
    margin-bottom: 0;
  }
  footer .innerFooter .footerContact {
    padding-left: 0;
  }
  footer .inner {
    margin-bottom: 50px;
  }
  #page .bar {
    top: 0;
  }
  #page .bar .innerBar {
    padding: 30px 0;
  }
  #page .content.grid2 {
    grid-template-columns: 1fr;
  }
  #page .content.grid2 .photoaside img {
    max-width: 100%;
  }
  .asortyment {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .kooperagrid2 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .kooperagrid2 .item {
    padding: 20px;
  }
  .singleNews {
    font-size: 15px;
    position: relative;
    z-index: 100;
  }
  #page .social-media {
    margin-top: -71px;
  }
  .stand {
    top: 0;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .grid4 {
    grid-template-columns: repeat(2, 1fr);
  }
  #page .content.grid3 {
    grid-template-columns: 1fr;
  }
  .kontakt-img {
    width: 100%;
    border-radius: 10px;
    margin-left: 0;
  }
  #page .grid3equal {
    grid-template-columns: 1fr;
  }
  .asortyment {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 30px;
  }
  .bar {
    top: -27px;
  }
  #page #banner {
    height: 160px;
  }
  #page .slogan {
    display: none;
  }
  header {
    z-index: 20;
  }
  button.hamb {
    display: block;
  }
  header #logo {
    margin-top: 20px;
  }
  header nav .lang {
    top: 30px;
  }
  .nav {
    display: none;
    background: #ffffff;
    border-radius: 7px;
    box-shadow: 0 0 300px #000;
    z-index: 1000;
    position: relative;
    width: 80%;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .nav.show {
    display: block;
  }
  header nav .nav li {
    display: block;
    padding: 20px;
    padding: 15px 20px;
  }
  header nav .nav li a {
    color: #3A3939;
  }
  header #logo img {
    width: 85px;
  }
  .downloadCatalog {
    padding-left: 20px;
    padding-right: 20px;
  }
  #banner .slogan {
    top: 30%;
  }
  #banner .slogan h2 {
    font-size: 40px;
    line-height: 1.1;
    padding: 0 30px;
  }
  .social-media span,
  .singleNews .more-news {
    display: none;
  }
  .photo {
    grid-template-columns: repeat(2, 1fr);
  }
  .box .box4 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px;
  }
  .box .box4 .item {
    grid-row: auto;
  }
  .bar .innerBar {
    grid-template-columns: 1fr 1fr;
  }
  #page .bar .innerBar {
    grid-template-columns: 1fr;
  }
  .grid2 {
    grid-template-columns: 1fr;
  }
  footer {
    background-position: center bottom;
    background-size: cover;
    margin-top: 100px;
  }
  footer .box2 {
    grid-template-columns: 1fr;
  }
  footer .innerFooter {
    grid-template-columns: 1fr;
  }
  footer .innerFooter a {
    color: #fff;
    font-weight: bold;
  }
  footer .innerFooter h3 {
    color: #fff;
    margin-bottom: 0;
  }
  footer .innerFooter .footerContact {
    padding-left: 0;
  }
  footer .inner {
    margin-bottom: 50px;
  }
  #hp .about .innerAbout {
    grid-template-columns: 1fr;
    gap: 0;
  }
  #hp .about span {
    margin: 0 4px;
    font-size: 12px;
  }
  .logos img {
    margin: 30px 10px;
    height: 26px;
  }
  form.formcontact div input,
  form.formcontact div textarea {
    margin-right: 0;
  }
  #page .content.grid2 .photoaside {
    margin: 0;
  }
}
/*# sourceMappingURL=powergiftstyle.css.map */