BODY {
  min-height: 100%;
  background-color: #ffffff;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Titillium Web", Arial, sans-serif;
  color: #474647;
  padding-bottom: 0px;
  overflow-x: hidden;
}

TD,
TH {
  padding: 8px;
}

IMG,
EMBED,
OBJECT,
VIDEO {
  max-width: 100%;
  height: auto !important;
}

IFRAME {
  max-width: 100%;
}

h1,
.h1 {
  margin: 0;
  padding: 0;
  font-size: 45px;
  font-weight: 700;
  line-height: 40px;
  text-align: left;
  text-transform: uppercase;
  color: #3b5c3c;
  clear: both;
}

h2,
.h2 {
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  color: #3b5c3c;
}

h3,
.h3 {
}

HR {
  margin: 0px;
  padding: 0px;
  border: 0px;
  height: 1px;
  background-color: #cccccc;
}

INPUT,
SELECT {
  vertical-align: middle;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  color: #000000;
  padding: 6px;
}

TEXTAREA {
  border: 1px solid #cccccc;
  background-color: #ffffff;
  color: #000000;
  padding: 6px;
}

INPUT:focus,
INPUT:active,
TEXTAREA:focus,
TEXTAREA:active,
SELECT:focus,
SELECT:active {
  border: 1px solid #666666;
}

INPUT[type="submit"],
INPUT[type="submit"]:hover,
.btn-primary,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary.active,
.btn-primary:active,
.btn-primary:hover,
.open > .dropdown-toggle.btn-primary {
  cursor: pointer;
  vertical-align: middle;
  margin-bottom: 2px;
  margin-top: 2px;
  border: 0px none;
  background: #275899;
  border: 1px solid #275899;
  color: #ffffff;
  padding: 6px;
  transition: all 0.2s ease-in-out;
}

.bootstrap-select {
  width: 100%;
}

INPUT[type="checkbox"].styled,
INPUT[type="radio"].styled {
  margin: 0px;
  margin-right: 10px;
  border: 1px solid #275899;
  width: 15px;
  height: 15px;
  outline: 0px none;
  padding: 1px;
}

LABEL {
  font-weight: normal;
}

A {
  color: #3b5c3c;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

A:hover {
  color: #474647;
  text-decoration: none;
}

#menu1,
#menu1 * {
  margin: 0;
  padding: 0;
  list-style: none;
}

#g_menu {
  max-width: 100%;
}

#menu1 {
  display: block;
  margin: 0px;
  padding: 0px;
}

#menu1 LI {
  position: relative;
  white-space: nowrap;
}

#menu1 UL LI {
  width: 100%;
  white-space: normal;
  text-align: left;
}

#menu1 UL {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  display: block;
  transition: all 0.2s ease-in-out;
  -webkit-box-shadow: 3px 3px 14px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 14px rgba(0, 0, 0, 0.1);
}

#menu1 > LI {
  float: left;
}

#menu1 UL UL {
  top: 0;
  left: 100%;
}

#menu1 LI:hover > UL,
#menu1 LI.sfHover > UL {
  display: block;
  opacity: 1;
  z-index: 99;
  visibility: visible;
}

#menu1 A {
  display: block;
  position: relative;
  text-decoration: none;
}

#menu1 A.item1 {
  padding: 15px 55px;
  font-size: 15px;
  font-weight: 600;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  color: #ffffff;
  background-color: #3b5c3c;
  border-right: 1px solid #80A872;
}

#menu1 LI:last-child A.item1 {
  border-right: none;
}

#menu1 A.item1:hover,
#menu1 LI.sfHover A.item1,
#menu1 LI.sfHover A.current,
#menu1 LI.current A.item1 {
  color: #ffffff;
  background-color: #3a3a3a;
}

.xactive #menu1 .sub A.item1::after {
  content: "\E9C1";
  display: block;
  float: right;
  margin-left: 10px;
  font-family: icomoon;
  width: 19px;
  height: 29px;
  text-align: center;
  color: #000000;
  display: none;
}
           
#menu1 A.item2 {
  padding: 10px;
  font-size: 15px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #3b5c3c;
  border-bottom: 1px solid #80A872;
  transition: all 0.2s ease-in-out;
}

#menu1 A.item2:hover {
  color: #ffffff;
  background-color: #3a3a3a;
  transition: none;
}

#mobnav-btn {
  display: none;
  cursor: pointer;
  width: 23px;
  height: 23px;
  position: absolute;
  top: 10px;
  right: 10px;
}

#mobnav-bt:hover {
  opacity: 0.8;
}

#mobnav-btn DIV {
  position: relative;
  margin: auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

#mobnav-btn SPAN {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #3b5c3c;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#mobnav-btn span:nth-child(1) {
  top: 0px;
}

#mobnav-btn span:nth-child(2) {
  width: 75%;
  top: 8px;
  right: 0;
}

#mobnav-btn span:nth-child(3) {
  top: 16px;
}

.xactive #mobnav-btn span:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  -o-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}

.xactive #mobnav-btn span:nth-child(2) {
  display: none;
}

.xactive #mobnav-btn span:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  -ms-transform: translateY(-8px) rotate(-45deg);
  -o-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}

#top {
  width: 100%;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: #ffffff;
}

#wwwpage #top {
  position: static !important;
}

#top_fundusze {
  padding: 5px 50px;
  text-align: center;
}

#top1_kontener {
  background-color: #ebebeb;
}

#top1 {
  width: 1600px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

#top1 span {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 40px;
  color: #000000;
}

#top1 span.top_ikona {
  padding-right: 10px;
  font-size: 16px;
  font-family: icomoon;
  letter-spacing: 0px;
  line-height: 2;
  color: #000000;
}

#top1 a {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 2;
  color: #000000;
}

#top1 a:hover {
  color: #3b5c3c;
}

#top1_1 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
}

#top1_1 div {
  padding-right: 60px;
}

#top1_1 div:last-child {
  padding-right: 0;
}

#top1_2 .certyfikat {
  margin-top: -2rem;
  margin-right: 3rem;
  padding-bottom: 0.5rem;
}

.lin-icon {
  font-size: 1.35rem;
}

#top1_2 img {
  padding-right: 5px;
}

#top1_2 span.top_ikona {
  padding-left: 5px;
  padding-right: 0;
  vertical-align: middle;
}

#top2 {
  margin: 0;
  padding: 0;
  background-color: #ffffff;
}

.fixed#top2 {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3000;
}

#top2_kontener {
  width: 1600px;
  max-width: 100%;
  margin: auto;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

#top2_1 {
  padding-left: 55px;
}

#menu1 #top_szukaj.item1 {
  padding-left: 30px;
  padding-right: 30px;
  font-size: 16px;
  font-family: icomoon;
  letter-spacing: 0px;
  line-height: 40px;
  color: #3f3e40;
  background-color: #ffffff;
}

#menu1 #top_szukaj.item1:hover {
  color: #3b5c3c;
}

#search_box {
  z-index: 5000;
  display: none;
  position: fixed;
  top: 0px;
  width: 100%;
  height: 100vh;
  background-color: #e9e9e9;
  text-align: center;
  color: #ffffff;
}

#lang_box {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000;
  background-color: #e9e9e9;
  text-align: center;
  color: #ffffff;
  display: none;
  overflow-y: auto;
}

#lang_wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

#lang_close,
#search_close {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 0;
  z-index: 5001;
  display: block;
  font-size: 35px;
  font-family: icomoon;
  color: #000000;
  opacity: 0.7;
}

#lang_close:hover,
#search_close:hover {
  opacity: 1;
}

#search_panel {
  padding-top: 40vh;
  text-align: center;
  width: 600px;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 98%;
  margin: auto;
}

#search_panel #art_szuk {
  height: 70px;
  line-height: 70px;
  padding: 0px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 20px;
}

#searchp {
  margin-top: -5px;
  color: #3b5c3c;
  font-size: 48px;
  font-family: icomoon;
  width: 100px;
  text-align: center;
  background: none;
  border: 0px none;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

#searchp:hover {
  color: #80A872;
}

#search_panel .title {
  font-size: 36px;
  padding-bottom: 30px;
}

#top_search A {
  display: block;
  font-family: icomoon;
  color: #ffffff;
  font-size: 18px;
  padding-top: 5px;
  padding-right: 20px;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

MAIN {
  background-color: #ffffff;
}

#maincontent2 {
  margin: auto;
  text-align: left;
  background-color: #ffffff;
}

#realizacje {
  background-color: #3f3e40;
}

#kontakt {
  background-color: #3b5c3c;
}

#wwwpage #maincontent2,
#corobimy_2,
#firma_2,
#dlakogo_2,
#realizacje_2,
#logotypy_2,
#kontakt_2 {
  width: 1600px;
  max-width: 100%;
  margin: auto;
  padding: 70px;
}

#realizacje_2 {
  overflow: hidden;
}

#kontakt_2 {
  padding: 10px 70px;
}

#wwwpage #maincontent2,
#maincontent3 {
  padding: 0;
}

#wwwpage #maincontent3 {
  padding: 70px;
}

#wwwpage main.realizacje,
#wwwpage #maincontent2.realizacje,
#wwwpage #maincontent3.realizacje {
  color: #ffffff;
  background-color: #3e403f;
}

#wwwpage #maincontent3 article {
  padding-top: 70px;
  padding-left: 300px;
}

#wwwpage #corobimy_2,
#wwwpage #dlakogo_2,
#wwwpage #maincontent3 article#corobimy,
#wwwpage #maincontent3 article#dlakogo {
  padding: 0;
}

#firma_kontener {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #ffffff url("../img/siatka.png") no-repeat scroll right center /
    60% 100%;
}

#firma_obrazek,
#firma_zajawka {
  width: 50%;
}

#firma_obrazek {
  padding: 40px 40px 40px 0;
}

#firma_obrazek > div {
  width: 100%;
  overflow: hidden;
}

#firma_obrazek img {
  width: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: filter 0.3s ease, transform 1s ease;
  -moz-transition: filter 0.3s ease, transform 1s ease;
  -ms-transition: filter 0.3s ease, transform 1s ease;
  -o-transition: filter 0.3s ease, transform 1s ease;
  transition: filter 0.3s ease, transform 1s ease;
}

#firma_kontener:hover > #firma_obrazek > div img,
#firma_obrazek > div:hover img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

#firma_zajawka h1,
#firma_zajawka .h1 {
  padding-bottom: 20px;
  font-size: 30px;
  font-weight: 600;
  color: #3b5c3c;
}

#firma_zajawka {
  margin: auto;
  padding-left: 40px;
  padding-right: 100px;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  color: #3f3e40;
}

#firma_zajawka a {
  width: 100%;
  height: 100%;
  display: block;
  color: #3f3e40;
}

#firma_zajawka a:hover {
  color: #000000;
}

#corobimy_2 ul,
#dlakogo_2 ul,
#realizacje_2 ul,
#logotypy_2 ul,
#kontakt_2 ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 70px;
  padding: 0;
  list-style-type: none;
}

#kontakt_2 ul {
  margin-top: 30px;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

#corobimy_2 ul > li {
  width: 33%;
  margin: 0;
  padding: 20px 10px;
}

#corobimy_2 ul > li > a {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  padding: 0;
}

#corobimy_2 .corobimy_obrazek {
  width: 100%;
  overflow: hidden;
}

#corobimy_2 .corobimy_obrazek img {
  width: 100%;
  height: auto;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: filter 0.3s ease, transform 1s ease;
  -moz-transition: filter 0.3s ease, transform 1s ease;
  -ms-transition: filter 0.3s ease, transform 1s ease;
  -o-transition: filter 0.3s ease, transform 1s ease;
  transition: filter 0.3s ease, transform 1s ease;
}

#corobimy_2 ul > li:hover .corobimy_obrazek img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

#corobimy_2 .corobimy_opis {
  padding: 15px;
}

#corobimy_2 ul > li:nth-child(odd) .corobimy_opis {
  background-color: #3f3e40;
}

#corobimy_2 ul > li:nth-child(even) .corobimy_opis {
  background-color: #3b5c3c;
}

#corobimy_2 .corobimy_opis h2,
#corobimy_2 .corobimy_opis .h2 {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 23px;
  text-align: left;
  text-transform: uppercase;
  color: #ffffff;
}

#dlakogo_2 ul {
  align-items: stretch;
}

#dlakogo_2 ul > li {
  width: 24%;
  margin: 15px 0;
  padding: 40px 35px;
  position: relative;
  top: 0;
  left: 0;
  border: 1px solid #e2e2e2;
  background-image: linear-gradient(0deg, #3b5c3c 50%, #ffffff 50%);
  background-size: 100% 200%;
  background-position: left top;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

#dlakogo_2 ul > li.wyr {
  padding: 0;
  background: none;
}

#dlakogo_2 ul > li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #3b5c3c;
}

#dlakogo_2 ul > li.wyr::after {
  display: none;
}

#dlakogo_2 ul > li .dlakogo_obrazek {
  margin-bottom: 25px;
  text-align: center;
}

#dlakogo_2 ul > li.wyr .dlakogo_obrazek {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#dlakogo_2 ul > li.wyr .dlakogo_obrazek img {
  width: 100%;
  height: 100% !important;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: filter 0.3s ease, transform 1s ease;
  -moz-transition: filter 0.3s ease, transform 1s ease;
  -ms-transition: filter 0.3s ease, transform 1s ease;
  -o-transition: filter 0.3s ease, transform 1s ease;
  transition: filter 0.3s ease, transform 1s ease;
}

#dlakogo_2 .dlakogo_opis {
  min-height: 250px;
}

#dlakogo_2 .dlakogo_opis_naglowek {
  min-height: 50px;
}

#dlakogo_2 .dlakogo_opis h2,
#dlakogo_2 .dlakogo_opis .h2 {
  margin: 0;
  padding: 0;
  font-size: 21px;
  font-weight: 600;
  line-height: 25px;
  color: #3b5c3c;
  text-align: center;
  text-transform: uppercase;
}

#dlakogo_2 .dlakogo_zajawka {
  margin-top: 40px;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  color: #3f3e40;
}

#dlakogo_2 ul > li:hover {
  background-position: left bottom;
}

#dlakogo_2 ul > li:hover .dlakogo_obrazek img {
  -webkit-filter: brightness(0%) invert(100%);
  filter: brightness(0%) invert(100%);
}

#dlakogo_2 ul > li:hover .dlakogo_opis h2,
#dlakogo_2 ul > li:hover .dlakogo_opis .h2 {
  color: #ffffff;
}

#dlakogo_2 ul > li:hover .dlakogo_zajawka {
  color: #ffffff;
}

#dlakogo_2 ul > li.wyr .dlakogo_obrazek:hover img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

#realizacje_2 h1,
#realizacje_2 .h1 {
  color: #ffffff;
}

#realizacje_2 .naglowek_kontener p,
#maincontent2.realizacje .naglowek_kontener p {
  color: #3f3e40;
  text-shadow: -1px 0 #585858, 0 1px #585858, 1px 0 #585858, 0 -1px #585858;
}

#realizacje_2 ul {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: translateX(15%);
  -moz-transform: translateX(15%);
  -ms-transform: translateX(15%);
  transform: translateX(15%);
}

#realizacje_2 .slick-prev,
#realizacje_2 .slick-next {
  width: 175px;
  position: absolute;
  top: 32%;
  left: -200px;
  color: #8c8c8c;
  border: 1px solid #8c8c8c;
  background-color: #3f3e40;
  -webkit-transition: background-color 0.2s ease, border 0.2s ease;
  -moz-transition: background-color 0.2s ease, border 0.2s ease;
  -ms-transition: background-color 0.2s ease, border 0.2s ease;
  -o-transition: background-color 0.2s ease, border 0.2s ease;
  transition: background-color 0.2s ease, border 0.2s ease;
}

#realizacje_2 .slick-prev {
  top: 45%;
}

#realizacje_2 .slick-prev span,
#realizacje_2 .slick-next span {
  font-size: 25px;
  font-family: icomoon;
  letter-spacing: 1px;
  line-height: 40px;
}

#realizacje_2 .slick-prev:hover,
#realizacje_2 .slick-next:hover {
  color: #ffffff;
  border: 1px solid #3b5c3c;
  background-color: #3b5c3c;
}

#realizacje_2 li {
  padding: 20px;
}

#realizacje_2 li.slick-slide .realizacje_obrazek img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

#realizacje_2 li.slick-slide.slick-current .realizacje_obrazek img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  -webkit-transition: filter 0.2s ease 1.7s;
  -moz-transition: filter 0.2s ease 1.7s;
  -ms-transition: filter 0.2s ease 1.7s;
  -o-transition: filter 0.2s ease 1.7s;
  transition: filter 0.2s ease 1.7s;
}

#realizacje_2 .realizacje_opis h2,
#realizacje_2 .realizacje_opis .h2 {
  margin: 0;
  padding: 30px 0 20px 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  text-align: left;
  text-transform: uppercase;
  color: #ffffff;
}

#realizacje_2 .realizacje_zajawka {
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: #b7b7b7;
}

#logotypy_2 ul > li {
  width: 14%;
  margin: 0;
  padding: 25px;
  cursor: pointer;
}

#logotypy_2 ul > li img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: filter 0.3s ease;
  -moz-transition: all 4s ease;
  -ms-transition: all 4s ease;
  -o-transition: all 4s ease;
  transition: filter 0.3s ease;
}

#logotypy_2 ul > li:hover img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

#kontakt_2 ul > li {
  width: 24%;
  padding: 40px 20px;
}

#kontakt_2 h1,
#kontakt_2 .h1 {
  padding-bottom: 35px;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
  color: #ffffff;
  text-align: left;
  text-transform: uppercase;
}

#kontakt_2 .kontakt_zajawka {
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
  color: #ffffff;
}

#kontakt_2 .stopka_ikona {
  padding-right: 10px;
  font-size: 16px;
  font-family: icomoon;
  letter-spacing: 0px;
  color: #3f3e40;
}

#kontakt_2 .stopka_ikona#mapa {
  font-size: 40px;
  line-height: 40px;
  color: #424242;
}

#kontakt_2 a {
  color: #ffffff;
}

#kontakt_2 a:hover {
  color: #000000;
}

#kontakt_2 ul > li .kontakt_obrazek {
  position: relative;
  top: 0;
  left: 0;
}

#kontakt_2 ul > li:last-child .kontakt_obrazek,
#kontakt_2 ul > li:last-child .kontakt_obrazek img {
  min-width: 259px;
  max-width: 259px;
  min-height: 197px;
  max-height: 197px;
}

#kontakt_2 #kontakt_mapa_img {
  position: absolute;
  top: 38%;
  left: 43%;
}

#d_menu {
  clear: both;
  background-color: #3b5c3c;
}

#d_menu ul {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#d_menu ul > li {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  padding-left: 25px !important;
}

#d_menu ul > li::before {
  content: "";
  margin: 0 15px 0 -23px;
  font-size: 15px;
  font-family: icomoon;
  letter-spacing: 0px;
  color: #3f3e40;
}

#d_menu A {
  font-size: 17px;
  font-weight: 400;
  text-align: left;
  text-transform: lowercase;
  line-height: 32px;
  color: #ffffff;
}

#d_menu A:hover {
  color: #000000;
}

#foot {
  clear: both;
  background-color: #3b5c3c;
  padding-top: 15px;
  padding-bottom: 15px;
  overflow-y: auto;
}

#foot0 {
  width: 1600px;
  max-width: 96%;
  margin: auto;
  padding-top: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  color: #ffffff;
  border-top: 1px solid #80A872;
}

#foot0 A {
  color: #ffffff;
}

#foot0 A:hover {
  color: #000000;
}

#foot1 {
  float: left;
  text-align: left;
}

#foot2 {
  float: left;
  text-align: center;
}

#foot3 {
  float: right;
  text-align: right;
}

#l_menu {
  clear: both;
}

#l_menu .l_item1 {
  color: #ffffff;
  background: #00bac2;
  display: block;
  padding: 8px;
  border-bottom: 1px solid #ffffff;
  font-size: 16px;
}

#l_menu .l_item1:hover,
#l_menu .l_item1.active {
  opacity: 0.8;
}

#l_menu .l_item2 {
  color: #000000;
  background: #b3ebed;
  display: block;
  padding: 8px;
  border-bottom: 1px solid #ffffff;
  font-size: 15px;
  padding-left: 20px;
}

#l_menu .l_item2:hover,
#l_menu .l_item2.active {
  opacity: 0.8;
}

#lang_menu {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: auto;
  padding: 0;
  list-style-type: none;
}

#lang_menu LI {
  width: 100%;
  margin: 0;
  padding: 13px 0;
}

#lang_menu span {
  display: inline-block;
  min-width: 130px;
  padding-left: 25px;
  font-size: 18px;
  font-weight: 300;
  line-height: 18px;
  text-align: left;
  text-transform: lowercase;
  color: #484848;
}

#lang_menu a:hover {
  opacity: 0.8;
}

#lang_menu a:hover span {
  color: #3b5c3c;
}

#slider {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  margin: auto;
  background-color: #666666;
  z-index: 1;
}

#slider_img {
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.slider_el {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider_przyslona {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider_wrap {
  width: 1600px;
  max-width: 100%;
  height: 100%;
  margin: auto;
  position: relative;
  top: 0;
  left: 0;
}

.slider_opis {
  position: absolute;
  top: 50%;
  left: 3%;
  width: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 4;
}

.slider_opis_naglowek {
  padding-bottom: 5px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 40px;
  color: #00ccb6;
  text-align: left;
  text-transform: uppercase;
  transform: translateX(500%);
  transition: transform 0.8s ease 0.6s, opacity 0.7s ease 0.5s;
  opacity: 0;
}

.slider_el.activeSlide .slider_opis_naglowek {
  transform: translateX(0%);
  opacity: 1;
}

.slider_opis_name {
  font-size: 75px;
  font-weight: 700;
  color: #ffffff;
  line-height: 50px;
  text-align: left;
  text-transform: uppercase;
  transform: translateX(300%);
  transition: transform 0.8s ease 1s, opacity 0.7s ease 0.7s;
  opacity: 0;
}

.slider_el.activeSlide .slider_opis_name {
  transform: translateX(0%);
  opacity: 1;
}

.slider_opis_tresc {
  margin: 40px 0 35px 0;
  font-size: 17px;
  font-weight: 400;
  color: #ffffff;
  transform: translateX(300%);
  transition: transform 0.9s ease 1.3s, opacity 0.6s ease 0.6s;
  opacity: 0;
}

.slider_more {
  max-width: 200px;
  display: block;
  margin: 0;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: center;
  text-transform: lowercase;
  border: 1px solid #ffffff;
  transform: translateX(3000px);
  transition: transform 0.9s ease 1.3s, opacity 0.6s ease 0.6s;
  opacity: 0;
}

.slider_more:hover {
  color: #dddddd;
  border: 1px solid #00ccb6;
}

.slider_el.activeSlide .slider_opis_tresc,
.slider_el.activeSlide .slider_more {
  transform: translateX(0%);
  opacity: 1;
}

#slider_naw_wrap {
  width: 1600px;
  max-width: 100%;
  height: 100%;
  margin: auto;
  position: relative;
  top: 0;
  left: 0;
}

#slider_naw {
  position: absolute;
  bottom: 0;
  right: 0;
  overflow: hidden;
  z-index: 3;
}

#naw {
  display: block;
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  float: left;
}

#naw LI {
  display: block;
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  padding-left: 10px;
  float: left;
}

#slider_naw a {
  padding: 20px 120px;
  font-size: 25px;
  font-family: icomoon;
  letter-spacing: 1px;
  line-height: 50px;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.4);
}

#slider_naw a#nextp {
  color: #3b5c3c;
  background-color: #ffffff;
}

#slider_naw a#prevp:hover {
  color: #3b5c3c;
}

#slider_naw a#nextp:hover {
  color: #000000;
}

#naw LI A.activeSlide,
#naw LI.activeSlide A {
  background-image: url("../img/zm2.png");
}

.nav-tabs {
  margin-bottom: 15px;
}

.agreement_checkbox {
  margin-right: 10px;
}

.agreement_checkbox.is-valid {
  outline: 2px solid #4caf50;
}

.agreement_checkbox.is-invalid {
  outline: 2px solid red;
}

@media only screen and (max-width: 576px) {
  .naglowek_kontener p {
    display: none;
  }

  h1,
  .h1 {
    font-size: 35px;
    line-height: 38px;
  }

  .form-horizontal .form-group {
    margin-left: 0px;
    margin-right: 0px;
  }

  #facebook_pan {
    background: #3b5998;
    float: none;
    padding: 0;
    position: static;
    right: auto;
    top: auto;
    width: 100%;
    z-index: 1;
  }

  #facebook_pan2 {
    margin-left: 0px;
    overflow: hidden;
  }

  #g_menu,
  #menu1 {
    overflow-y: auto;
    width: 100%;
    height: auto;
    display: block;
  }

  #mobnav-btn {
    display: block;
    clear: both;
  }

  .xactive #menu1 .sub A.item1::after {
    display: block;
  }

  #menu1 {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    right: -100%;
    margin: 0;
    padding: 70px 0;
    background-color: #3b5c3c;
    z-index: 2000;
    opacity: 0;
    visibility: hidden;
    transition: transform 0.6s ease, opacity 0.6s ease, visibility 0.6s ease;
    overflow-x: hidden !important;
    overflow-y: auto;
  }

  .xactive #menu1 {
    height: auto;
    overflow-y: auto;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 1;
    visibility: visible;
  }

  #menu1 A.item1 {
    padding: 0;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
    line-height: 40px;
    color: #000000;
    text-align: left;
    background-color: #ffffff;
  }

  #menu1 #top_szukaj.item1 {
    padding-left: 15px;
    line-height: 40px;
  }

  #menu1 #top_szukaj.item1:hover {
    line-height: 40px;
    background-color: #eeeeee;
  }

  #menu1 A.item1:hover,
  #menu1 LI.sfHover A.item1,
  #menu1 LI.sfHover A.current,
  #menu1 LI.current A.item1 {
    color: #3b5c3c;
    background-color: #eeeeee;
  }

  #menu1 A.item2 {
    padding-left: 15px;
    color: #000000;
    background-color: #ffffff;
    border-bottom: 1px solid #80A872;
    transition: all 0.2s ease-in-out;
  }

  #menu1 A.item2:hover {
    color: #000000;
    background-color: #eeeeee;
    transition: none;
  }

  .xactive #mobnav-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 3000;
  }

  .xactive #mobnav-btn span {
    background-color: #ffffff;
  }

  #menu1 > LI {
    float: none;
    width: 100%;
    position: static;
    border-right: 0px none;
    background: #ffffff;
  }

  #menu1 UL {
    position: static !important;
    opacity: 1 !important;
    visibility: visible !important;
    width: 100%;
    transition: all 0.2s ease-in-out;
    display: block !important;
    height: 0px !important;
    max-height: 0px !important;
    overflow: hidden;
  }

  #menu1 .open UL {
    height: auto !important;
    max-height: 4000px !important;
  }

  #menu1 UL LI {
    width: 100%;
    white-space: normal;
    text-align: left;
  }

  #foot1,
  #foot2,
  #foot3 {
    float: none;
    clear: both;
    width: 100%;
    text-align: center;
  }

  #wwwpage #maincontent3,
  #corobimy_2,
  #firma_2,
  #dlakogo_2,
  #realizacje_2,
  #logotypy_2 {
    padding: 60px 20px;
  }

  #kontakt_2 {
    padding: 10px 20px;
  }

  #wwwpage #maincontent3 article {
    padding-left: 0;
  }

  .naglowek_kontener p {
    display: none;
  }

  #top {
    position: static !important;
  }

  #top1_1 div {
    padding-right: 0;
  }

  #top1,
  #top1_1 {
    /*-webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;*/
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  #top1_1 {
    -webkit-align-items: flex-start;
    align-items: flex-start;
     margin-bottom: 1.5rem;
  }

  #top1_2 .certyfikat {
    margin-top: 0;
  }

  #top2_kontener {
    justify-content: center;
  }

  #top2_1 {
    padding: 20px 0;
  }

  #slider {
    height: 50vw;
    min-height: 300px;
  }

  .slider_opis {
    width: 65%;
  }

  .slider_opis_name {
    font-size: 35px;
    line-height: 30px;
  }

  .slider_opis_tresc {
    margin: 15px 0;
    font-size: 14px;
    line-height: 16px;
  }

  .slider_more {
    max-width: 120px;
    padding: 6px 10px;
    font-size: 13px;
  }

  #slider_naw a {
    padding: 20px 40px;
    line-height: 40px;
  }

  #corobimy_2 ul,
  #dlakogo_2 ul,
  #logotypy_2 ul {
    margin-top: 30px;
  }

  #corobimy_2 ul > li {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  #firma_kontener {
    background-position: center bottom;
    background-size: 100% 70%;
  }

  #firma_obrazek,
  #firma_zajawka {
    width: 100%;
    padding: 0;
  }

  #firma_zajawka {
    padding: 50px 20px 30px 20px;
  }

  #dlakogo_2 ul > li {
    width: 100%;
    margin: 10px 0;
    padding: 40px 25px;
  }

  #dlakogo_2 .dlakogo_opis {
    min-height: 215px;
  }

  #realizacje_2 ul {
    margin-top: 120px;
    transform: none;
  }

  #realizacje_2 li {
    padding-left: 0;
    padding-right: 0;
  }

  #realizacje_2 .slick-prev,
  #realizacje_2 .slick-next {
    width: 140px;
    top: -50px;
    left: 150px;
  }

  #realizacje_2 .slick-prev {
    left: 0;
  }

  #logotypy_2 ul > li {
    width: 25%;
    padding: 20px 15px;
  }

  #kontakt_2 ul > li {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width: 768px) and (min-width: 577px) {
  .naglowek_kontener p {
    display: none;
  }

  .form-horizontal .form-group {
    margin-left: 0px;
    margin-right: 0px;
  }

  #facebook_pan {
    background: #3b5998;
    float: none;
    padding: 0;
    position: static;
    right: auto;
    top: auto;
    width: 100%;
    z-index: 1;
  }

  #facebook_pan2 {
    margin-left: 0px;
    overflow: hidden;
  }

  #g_menu,
  #menu1 {
    overflow-y: auto;
    width: 100%;
    display: block;
  }

  #mobnav-btn {
    display: block;
    clear: both;
  }

  .xactive #menu1 .sub A.item1::after {
    display: block;
  }

  #menu1 {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    right: -100%;
    margin: 0;
    padding: 70px 0;
    background-color: #3b5c3c;
    z-index: 2000;
    opacity: 0;
    visibility: hidden;
    transition: transform 0.6s ease, opacity 0.6s ease, visibility 0.6s ease;
    overflow-x: hidden !important;
  }

  .xactive #menu1 {
    overflow-y: auto;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 1;
    visibility: visible;
  }

  #menu1 A.item1 {
    padding: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 22px;
    line-height: 50px;
    color: #000000;
    text-align: left;
    background-color: #ffffff;
  }

  #menu1 #top_szukaj.item1 {
    padding-left: 20px;
    line-height: 50px;
  }

  #menu1 #top_szukaj.item1:hover {
    background-color: #eeeeee;
  }

  #menu1 A.item1:hover,
  #menu1 LI.sfHover A.item1,
  #menu1 LI.sfHover A.current,
  #menu1 LI.current A.item1 {
    color: #3b5c3c;
    background-color: #eeeeee;
  }

  #menu1 A.item2 {
    padding-left: 20px;
    color: #000000;
    background-color: #ffffff;
    border-bottom: 1px solid #80A872;
    transition: all 0.2s ease-in-out;
  }

  #menu1 A.item2:hover {
    color: #000000;
    background-color: #eeeeee;
    transition: none;
  }

  .xactive #mobnav-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 3000;
  }

  .xactive #mobnav-btn span {
    background-color: #ffffff;
  }

  #menu1 > LI {
    float: none;
    width: 100%;
    position: static;
    border-right: 0px none;
    background: #ffffff;
  }

  #menu1 UL {
    position: static !important;
    opacity: 1 !important;
    visibility: visible !important;
    width: 100%;
    transition: all 0.2s ease-in-out;
    display: block !important;
    height: 0px !important;
    max-height: 0px !important;
    overflow: hidden;
  }

  #menu1 .open UL {
    height: auto !important;
    max-height: 4000px !important;
  }

  #menu1 UL LI {
    width: 100%;
    white-space: normal;
    text-align: left;
  }

  #foot1,
  #foot2,
  #foot3 {
    float: none;
    clear: both;
    width: 100%;
    text-align: center;
  }

  #wwwpage #maincontent3,
  #corobimy_2,
  #firma_2,
  #dlakogo_2,
  #realizacje_2,
  #logotypy_2 {
    padding: 70px 30px;
  }

  #kontakt_2 {
    padding: 10px 30px;
  }

  #wwwpage #maincontent3 article {
    padding-left: 100px;
  }

  #wwwpage #maincontent3.realizacje article {
    padding-left: 0;
  }

  .naglowek_kontener p {
    display: none;
  }

  #top {
    position: static !important;
  }

  #top1 {
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  #top1_1 {
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 1.5rem;
  }

  #top1_1 div {
    padding-right: 30px;
  }

  #top1_2 .certyfikat {
    margin-top: 0;
  }

  #top2_kontener {
    justify-content: center;
  }

  #top2_1 {
    padding: 20px 0;
  }

  #slider {
    height: 50vw;
    min-height: 350px;
  }

  .slider_opis_name {
    font-size: 45px;
    line-height: 40px;
  }

  .slider_opis_tresc {
    margin: 20px 0;
    font-size: 15px;
    line-height: 19px;
  }

  .slider_more {
    max-width: 170px;
    padding: 8px 13px;
    font-size: 14px;
  }

  #slider_naw a {
    padding: 20px 70px;
  }

  #corobimy_2 ul > li {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  #firma_kontener {
    background-position: center bottom;
    background-size: 100% 60%;
  }

  #firma_obrazek,
  #firma_zajawka {
    width: 100%;
    padding: 0;
  }

  #firma_zajawka {
    padding: 70px 25px 30px 25px;
  }

  #dlakogo_2 ul > li {
    width: 100%;
  }

  #dlakogo_2 .dlakogo_opis {
    min-height: 165px;
  }

  #realizacje_2 ul {
    margin-left: 0;
    margin-top: 100px;
    transform: none;
  }

  #realizacje_2 .slick-prev,
  #realizacje_2 .slick-next {
    top: -50px;
    left: 205px;
  }

  #realizacje_2 .slick-prev {
    left: 20px;
  }

  #logotypy_2 ul > li {
    width: 25%;
    padding: 20px;
  }

  #kontakt_2 ul > li {
    width: 48%;
  }

  #kontakt_2 ul > li:last-child .kontakt_obrazek,
  #kontakt_2 ul > li:last-child .kontakt_obrazek img {
    min-width: 200px;
    max-width: 200px;
    min-height: 152px;
    max-height: 152px;
  }

  #kontakt_2 #kontakt_mapa_img {
    left: 40%;
  }
}

@media only screen and (max-width: 1100px) and (min-width: 769px) {
  #realizacje_2 ul {
    margin-left: 200px;
    transform: none;
  }
}

@media only screen and (max-width: 1199px) and (min-width: 769px) {
  #g_menu,
  #menu1 {
    overflow-y: auto;
    width: 100%;
    display: block;
  }

  #mobnav-btn {
    display: block;
    clear: both;
  }

  .xactive #menu1 .sub A.item1::after {
    display: block;
  }

  #menu1 {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    right: -100%;
    margin: 0;
    padding: 70px 0;
    background-color: #3b5c3c;
    z-index: 2000;
    opacity: 0;
    visibility: hidden;
    transition: transform 0.6s ease, opacity 0.6s ease, visibility 0.6s ease;
    overflow-x: hidden !important;
  }

  .xactive #menu1 {
    overflow-y: auto;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 1;
    visibility: visible;
  }

  #menu1 A.item1 {
    padding: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 25px;
    line-height: 70px;
    color: #000000;
    text-align: left;
    background-color: #ffffff;
  }

  #menu1 #top_szukaj.item1 {
    line-height: 70px;
  }

  #menu1 #top_szukaj.item1:hover {
    background-color: #eeeeee;
  }

  #menu1 A.item1:hover,
  #menu1 LI.sfHover A.item1,
  #menu1 LI.sfHover A.current,
  #menu1 LI.current A.item1 {
    color: #3b5c3c;
    background-color: #eeeeee;
  }

  #menu1 A.item2 {
    padding-left: 20px;
    color: #000000;
    background-color: #ffffff;
    border-bottom: 1px solid #80A872;
    transition: all 0.2s ease-in-out;
  }

  #menu1 A.item2:hover {
    color: #000000;
    background-color: #eeeeee;
    transition: none;
  }

  .xactive #mobnav-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 3000;
  }

  .xactive #mobnav-btn span {
    background-color: #ffffff;
  }

  #menu1 > LI {
    float: none;
    width: 100%;
    position: static;
    border-right: 0px none;
    background: #ffffff;
  }

  #menu1 UL {
    position: static !important;
    opacity: 1 !important;
    visibility: visible !important;
    width: 100%;
    transition: all 0.2s ease-in-out;
    display: block !important;
    height: 0px !important;
    max-height: 0px !important;
    overflow: hidden;
  }

  #menu1 .open UL {
    height: auto !important;
    max-height: 4000px !important;
  }

  #menu1 UL LI {
    width: 100%;
    white-space: normal;
    text-align: left;
  }

  #wwwpage #maincontent3,
  #corobimy_2,
  #firma_2,
  #dlakogo_2,
  #realizacje_2,
  #logotypy_2 {
    padding: 70px 50px;
  }

  #kontakt_2 {
    padding: 10px 50px;
  }

  #wwwpage #maincontent3 article {
    padding-left: 200px;
  }

  .naglowek_kontener p {
    display: none;
  }

  #top {
    position: static !important;
  }

  #top1_1 div {
    padding-right: 45px;
  }

  #top1_2 .certyfikat {
    margin-right: 0.5rem;
  }

  #top2_kontener {
    justify-content: center;
  }

  #top2_1 {
    padding: 20px 0;
  }

  #slider {
    height: 50vw;
    min-height: 500px;
  }

  .slider_opis_name {
    font-size: 65px;
    line-height: 65px;
  }

  #slider_naw a {
    padding: 20px 90px;
  }

  #corobimy_2 ul > li {
    width: 50%;
  }

  #corobimy_2 .corobimy_opis h2,
  #corobimy_2 .corobimy_opis .h2 {
    font-size: 17px;
    letter-spacing: 0px;
  }

  #firma_obrazek {
    padding: 40px 10px 40px 0;
  }

  #firma_zajawka {
    margin: 0;
    padding: 50px 35px;
  }

  #dlakogo_2 ul > li {
    width: 48%;
    padding: 40px 25px;
  }

  #dlakogo_2 .dlakogo_opis {
    min-height: 215px;
  }

  #logotypy_2 ul > li {
    width: 20%;
    padding: 20px;
  }

  #realizacje_2 .slick-prev,
  #realizacje_2 .slick-next {
    top: 35%;
    left: -185px;
  }

  #realizacje_2 .slick-prev {
    top: 47%;
  }

  #kontakt_2 ul > li {
    width: 48%;
  }

  #kontakt_2 ul > li:nth-child(even) {
    padding-left: 50px;
  }
}

@media only screen and (min-width: 1350px) {
  .naglowek_kontener {
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding-top: 60px;
  }

  .naglowek_kontener h1,
  .naglowek_kontener .h1 {
    position: relative;
    z-index: 1;
  }

  .naglowek_kontener p {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: -40px;
    left: 30px;
    font-size: 115px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Titillium Web";
    text-align: center;
    text-shadow: -1px 0 #e3e3e3, 0 1px #e3e3e3, 1px 0 #e3e3e3, 0 -1px #e3e3e3;
    text-transform: uppercase;
  }
}

@media only screen and (max-width: 1349px) and (min-width: 1199px) {
  #dlakogo_2 .dlakogo_opis {
    min-height: 215px;
  }

  #dlakogo_2 ul > li {
    width: 32%;
  }

  .naglowek_kontener p {
    display: none;
  }
}

@media only screen and (max-width: 830px) and (min-width: 769px) {
  #corobimy_2 .corobimy_opis {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    min-height: 65px;
    padding: 10px 15px;
  }
}

@media only screen and (max-width: 1400px) and (min-width: 1200px) {
  #menu1 a.item1 {
    padding-left: 35px;
    padding-right: 35px;
  }

  #corobimy_2 .corobimy_opis {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    min-height: 65px;
    padding: 10px 15px;
  }
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important; /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group; /* h5bp.com/t */
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }

  p,
  h2,
  h3,
  .h2,
  .h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3,
  .h2,
  .h3 {
    page-break-after: avoid;
  }

  DIV {
    max-width: 100%;
  }
}
