/* 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 {
  background-image: url('../gfx/SVG/bg-main.svg');
  background-position: right -40px;
  background-repeat: no-repeat;
  font-family: Arial, Helvetica, sans-serif;
}
header {
  width: 1180px;
  margin: 0 auto;
  padding-top: 30px;
  background-image: url('../gfx/SVG/bg-header.svg');
  background-position: right -73px;
  background-repeat: no-repeat;
  background-size: 280px;
}
#logo img {
  height: 77px;
}
#tel {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  padding-right: 5px;
  margin-top: -7px;
  float: right;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}
#tel:hover {
  color: #087BFF;
}
#whatsapp {
  float: right;
  margin-top: -13px;
  margin-right: -12px;
}
#whatsapp img {
  width: 34px;
  height: 34px;
  transform: scale(1);
  transition: transform 0.2s ease-in-out;
}
#whatsapp img:hover {
  transform: scale(1.1);
}
.nav {
  text-align: right;
  padding-bottom: 17px;
}
.nav li {
  display: inline-block;
}
.nav li a {
  font-size: 15px;
  color: #000;
  border-right: 1px solid #000;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
}
.nav li a:hover {
  color: #FF3314;
}
.nav li.active a {
  color: #FF3314;
}
.nav li.last a {
  border-right: 0;
}
#banner {
  width: 100%;
  position: relative;
  width: 1680px;
  margin: 0 auto;
}
#banner button {
  background-color: #FF3314;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 9px;
  transition: background-color 0.2s ease-in-out;
  width: 60px;
  height: 60px;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 45%;
}
#banner button.arrow-left {
  background-image: url('../gfx/SVG/icon-arrow-left.svg');
  left: -20px;
}
#banner button.arrow-right {
  background-image: url('../gfx/SVG/icon-arrow-right.svg');
  right: -20px;
}
#banner button:hover {
  background-color: #087BFF;
}
#banner h1 {
  color: #fff;
  font-size: 45px;
  line-height: 1.1;
  position: absolute;
  top: 40%;
  left: 360px;
  font-weight: bold;
  text-shadow: 2px 2px 6px #727272;
}
h2 {
  font-size: 25px;
  color: #000;
  padding: 30px 0;
  text-align: center;
  font-weight: bold;
}
#content h1,
#content h2 {
  font-size: 25px;
  color: #000;
  padding: 30px 0;
  text-align: left;
  font-weight: bold;
}
#content h3 {
  color: #000;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 20px;
}
#content p {
  line-height: 1.6;
  font-size: 15px;
}
#content a {
  font-weight: bold;
  text-decoration: none;
  color: #000;
  transition: color 0.2s ease-in-out;
}
#content a:hover {
  color: #087BFF;
}
#content,
#realizacje {
  width: 1180px;
  margin: 0 auto;
}
#content .grid,
#realizacje .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 22px;
}
#content .grid .item,
#realizacje .grid .item {
  position: relative;
}
#content .grid .item a,
#realizacje .grid .item a {
  color: #fff;
  font-weight: bold;
  display: block;
}
#content .grid .item a::after,
#realizacje .grid .item a::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #0066B0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
  transition: opacity 0.2s ease-in-out;
}
#content .grid .item a:hover::after,
#realizacje .grid .item a:hover::after {
  opacity: 0;
}
#content .grid .item span,
#realizacje .grid .item span {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 35px;
  line-height: 1.1;
  text-align: right;
  z-index: 10;
}
#content .grid .item7,
#realizacje .grid .item7 {
  grid-column: 3 / 5;
}
.map-container h2 {
  margin-bottom: 10px;
  padding-bottom: 0;
}
.map-container p {
  text-align: center;
  margin-bottom: 30px;
}
.company {
  background-image: url('../gfx/SVG/bg-footer.svg');
  background-repeat: no-repeat;
  background-position: -360px -70px;
  background-size: 718px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 1180px;
  margin: 0 auto;
  padding: 50px 0;
}
.company h3 {
  color: #000;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 20px;
}
.company p {
  line-height: 1.6;
  font-size: 15px;
}
.company a {
  font-weight: bold;
  text-decoration: none;
  color: #000;
  transition: color 0.2s ease-in-out;
}
.company a:hover {
  color: #087BFF;
}
.logo-footer {
  text-align: right;
}
#logo-footer {
  text-align: right;
}
#logo-footer img {
  height: 60px;
}
#whatsapp-footer img {
  width: 34px;
  height: 34px;
  transform: scale(1);
  transition: transform 0.2s ease-in-out;
}
#whatsapp-footer img:hover {
  transform: scale(1.1);
}
.hamb {
  display: none;
  float: right;
  width: 40px;
  height: 40px;
  cursor: pointer;
  margin-top: 7px;
  margin-left: 20px;
  margin-right: 16px;
}
.hamb span {
  display: block;
  width: 40px;
  height: 5px;
  margin-bottom: 6px;
  transition: background 0.2s ease-in-out;
  background: #FF3314;
}
.hamb:hover span {
  background-color: #087BFF;
}
@media (max-width: 1738px) {
  #banner button.arrow-left {
    left: 0;
  }
  #banner button.arrow-right {
    right: 0;
  }
}
@media (max-width: 1738px) {
  #banner {
    width: 100%;
  }
  #banner img {
    width: 100%;
  }
  #realizacje .grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding: 20px;
  }
  #realizacje .grid .item7 {
    grid-column: 3 / 5;
  }
  #realizacje .grid img {
    width: 100%;
    height: 100%;
  }
  #banner button.arrow-left {
    left: 0;
  }
  #banner button.arrow-right {
    right: 0;
  }
}
@media (max-width: 1179px) {
  .nav li a {
    padding-left: 10px;
    padding-right: 10px;
  }
  #logo img {
    height: 45px;
    margin-bottom: 20px;
    margin-left: 20px;
  }
  #tel {
    margin-top: 12px;
  }
  header {
    width: 100%;
    padding-top: 20px;
  }
  #whatsapp {
    margin-right: 5px;
    margin-top: 6px;
  }
  #banner {
    width: 100%;
  }
  #banner img {
    width: 100%;
  }
  #banner h1 {
    position: absolute;
    top: 40%;
    left: 100px;
    font-size: 28px;
  }
  #realizacje {
    width: 100%;
  }
  #realizacje .grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding: 20px;
  }
  #realizacje .grid .item7 {
    grid-column: 3 / 5;
  }
  #realizacje .grid img {
    width: 100%;
    height: 100%;
  }
  .company {
    width: 100%;
    grid-template-columns: 1fr;
    text-align: center;
  }
  .company h3 {
    margin-top: 30px;
  }
  #banner button.arrow-left {
    left: 0;
  }
  #banner button.arrow-right {
    right: 0;
  }
  .logo-footer {
    text-align: center;
  }
  .logo-footer #logo-footer {
    margin-top: 30px;
    display: inline-block;
  }
}
@media (max-width: 900px) {
  .hamb {
    display: block;
  }
  .nav {
    display: none;
  }
  .nav li {
    display: block;
    text-align: left;
    border-bottom: 1px solid #e2e2e2;
  }
  .nav li a {
    font-size: 18px;
    padding: 10px;
    padding: 8px;
    border: none;
    padding-left: 22px;
  }
  .nav li.last {
    border-bottom: 0;
  }
  #logo img {
    height: 45px;
    margin-bottom: 20px;
    margin-left: 20px;
  }
  #tel {
    margin-top: 12px;
    margin-right: 15px;
    font-size: 22px;
  }
  header {
    width: 100%;
    padding-top: 20px;
  }
  #whatsapp {
    margin-right: 5px;
    margin-top: 6px;
  }
  #banner {
    width: 100%;
  }
  #banner img {
    width: 100%;
  }
  #banner h1 {
    position: absolute;
    top: 40%;
    left: 100px;
    font-size: 28px;
  }
  #realizacje {
    width: 100%;
  }
  #realizacje .grid {
    grid-template-columns: 1fr 1fr 1fr ;
    padding: 20px;
  }
  #realizacje .grid .item7 {
    grid-column: 1 / 1;
  }
  #realizacje .grid img {
    width: 100%;
    height: 100%;
  }
  .company {
    width: 100%;
    grid-template-columns: 1fr;
    text-align: center;
  }
  .company h3 {
    margin-top: 30px;
  }
  #banner button.arrow-left {
    left: 0;
  }
  #banner button.arrow-right {
    right: 0;
  }
  .logo-footer {
    text-align: center;
  }
  .logo-footer #logo-footer {
    margin-top: 30px;
    display: inline-block;
  }
}
@media (max-width: 797px) {
    #content, #realizacje{
        width:100%;
    }
  .nav {
    display: none;
  }
  #logo img {
    height: 45px;
    margin-bottom: 20px;
    margin-left: 20px;
  }
  #tel {
    margin-top: 12px;
  }
  header {
    width: 100%;
    padding-top: 20px;
  }
  #whatsapp {
    margin-right: 5px;
    margin-top: 6px;
  }
  #banner {
    width: 100%;
  }
  #banner img {
    width: 100%;
  }
  #banner h1 {
    position: absolute;
    top: 40%;
    left: 100px;
    font-size: 28px;
  }
  #content{
      h1,h2,h3,p{margin-left:20px;}
  }
  #content .grid .item span, #realizacje .grid .item span{
      font-size:23px;
  }
  #realizacje {
    width: 100%;
  }
  #realizacje .grid {
    grid-template-columns: 1fr 1fr;
    padding: 20px;
  }
  #realizacje .grid .item7 {
    grid-column: 1 / 1;
  }
  #realizacje .grid img {
    width: 100%;
    height: 100%;
  }
  .company {
    width: 100%;
    grid-template-columns: 1fr;
    text-align: center;
  }
  .company h3 {
    margin-top: 30px;
  }
  #banner button.arrow-left {
    left: 0;
  }
  #banner button.arrow-right {
    right: 0;
  }
  .logo-footer {
    text-align: center;
  }
  .logo-footer #logo-footer {
    margin-top: 30px;
    display: inline-block;
  }
}
@media (max-width: 600px) {
    
  header {
    background: none;
  }
  .hamb {
    margin-left: 9px;
  }
  #tel {
    margin-top: 17px;
    margin-right: 5px;
    font-size: 16px;
  }
  #banner h1 {
    position: absolute;
    top: 43%;
    left: 58px;
    font-size: 21px;
  }
  #banner button.arrow-left {
    left: 0;
    width: 30px;
    height: 30px;
  }
  #banner button.arrow-right {
    right: 0;
    width: 30px;
    height: 30px;
  }
}
.show {
  display: block;
}
