/* ===== RESET ===== */

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, div, span, a, img,
h1, h2, h3, h4, h5, h6, hgroup, p,
dl, dialog, dt, dd, ol, ul, li,
abbr, acronym, address, b, big, blockquote,
cite, code, del, dfn, em, i, ins, kbd, pre, q,
samp, tt, var, small, strong, sub, sup,
object, iframe, form, fieldset, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, footer, header, nav, section,
figure, menu, time, mark, audio, video {
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
  white-space: normal;
  text-align: left;
  line-height: 1.47em;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
}

article,
aside,
header,
hgroup,
nav,
figure,
section,
footer {
  display: block;
}

/* general */
#fancybox-left, #fancybox-right {
  text-indent: -9999px;
}
html {
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  height: 100%;
}
body {
  height: 100%;
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 19px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0.0069em;
  background: #f2f2f2;
  overflow-x: hidden;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
*.yellow {
  color: #f0ed03;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 0.4em;
  line-height: 0.94em;
  font-weight: 700;
  letter-spacing: 0;
  color: #fff;
}
h1.yellow, h2.yellow, h3.yellow, h4.yellow, h5.yellow, h6.yellow {
  color: #f0ed03;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
  font-size: 1em;
  line-height: 1em;
  font-style: italic;
}
h1 {
  font-family: 'Heebo', sans-serif;
  font-size: 9.842em;
  font-weight: 900;
  line-height: 0.8em;
  letter-spacing: 0.003em;
}
h1.big, h1 span {
  font-style: italic;
  font-size: 1.486em;
  letter-spacing: 0em;
  color: #f0ed03;
  position: absolute;
  bottom: -45px;
}
h1 span.pink {
  color: #b532b3;
}
h1 span.blue {
  color: #36b4e7;
}
h2 {
  font-size: 5.263em;
  line-height: 0.94em;
  font-weight: 700;
  letter-spacing: 0;
}
h3 {
  font-size: 3.526em;
  line-height: 1.119em;
}
h4 {
  font-size: 2em;
}
h5 {
  font-size: 1.5em;
}
h6 {
  font-size: 1.157em;
}
p {
  margin: 0 0 1em;
}
ul, ol {
  margin: 0 0 1em 1.5em;
  list-style-position: outside;
}
ul ul, ul ol, ol ul, ol ol {
  margin-top: 1em;
}
ul li, ol li {
  margin-bottom: 0.8em;
  padding-left: 10px;
  font-size: 100%;
}
ul {
  list-style-type: disc;
  /* list-style-image: url("./img/list-style.png"); */
}
ol {
   list-style-type: decimal;
}
ul ul, ol ul {
   list-style-type: circle;
}
ol ol, ul ol {
   list-style-type: lower-latin;
}
dl {
  margin: 0 0 1em 1.5em;
}
dl dt {
  margin-top: 0.5em;
}
a {
  color: #f0ed03;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a.more {
  display: inline-block;
  color: #000;
  background: #f0ed03;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  border-radius: 26px;
  padding: 19px 20px 16px;
  min-width: 186px;
}
a.more2 {
  display: inline-block;
  color: #fff;
  background: transparent;
  font-size: 16px;
  font-weight: 700;
  text-transform: initial;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 26px;
  padding: 15px 20px 13px;
  min-width: 186px;
}
b, strong, th, dt {
  font-weight: bold;
}
i, em {
  font-style: italic;
}
small {
  font-size: 80%;
}
big {
  font-size: 125%;
}
sup {
  font-size: 80%;
  vertical-align: super;
}
sub {
  font-size: 80%;
  vertical-align: sub;
}
blockquote {
  padding: 0.3em 1em 1px;
  margin: 0 0 1em;
  border-left: solid 2px rgba(0,0,0,0.4);
}
blockquote p:last-child {
  margin-bottom: 5px;
}
abbr, acronym {
  font-size: 80%;
  text-transform: uppercase;
  letter-spacing: .1em;
}
abbr[title], acronym[title], dfn[title] {
  border-bottom: 1px dotted black;
  cursor: help;
}
.indent { text-indent: 1.5em; }
.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; }
.justify { text-align: justify; }
[align="left"] { text-align: left; }
[align="right"] { text-align: right; }
[align="center"] { text-align: center; }
[align="justify"] { text-align: justify; }

img {
  max-width: 100%;
}
img.center {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
img.left {
  float: left;
  margin: 0 20px 20px 0;
}
img.right {
  float: right;
  margin: 0 0 20px 20px;
}

hr {
  height: 0;
  border: 0;
  border-bottom: solid 1px #fff;
  margin: 50px 0;
  width: 30px;
}
hr.center {
  margin: 50px auto;
}

.blue {
  color: #3d61bf;
}
.black {
  color: #000;
}

.columns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  margin: 0 -35px;
  width: 100%;
}
.columns > div { margin: 0 35px; }
.columns-2 > div { width: 50%; }

/* layout-site */
#container {
  min-height: 100%;
  max-width: 1920px;
  padding: 0 0 0;
  position: relative;
  margin: 0 auto 0px;
  background: #36b4e7;
  overflow: hidden;
}
#wrapper {
  max-width: calc(1440px + 40px);
  margin: 0px auto 0px;
  padding: 0px 0px 0px;
  position: relative;
  z-index: 10;
}
#content, .content {
  width: 100%;
  padding: 0px 20px 0px;
  margin: 0px 0 0px;
  background: transparent;
  min-height: 300px;
  position: relative;
}
#subheader {
  width: 100%;
  padding: 0 20px;
  margin: 50px auto;
  background: transparent;
  position: relative;
}
#prefooter {
  width: 100%;
  margin: 50px auto;
  background: transparent;
  position: relative;
}
.sidebar-left,
.sidebar-right,
.sidebar-menu {
  min-width: 300px;
  padding: 0px 20px 0px;
  margin: 0px 0px 0px;
  background: transparent;
  min-height: 300px;
  position: relative;
}
.inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 0px;
  position: relative;
}

.left-side {
  margin-bottom: 20px;
  max-width: 300px;
  position: absolute;
  left: 10px;
  top: 0;
}

.right-side {
  padding-left: 320px;
}

body.home #wrapper {
  padding-top: 0;
}

/* style */

#header {
  position: relative;
  padding: 50px 20px;
  z-index: 100;
}
#header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
#header #logo {
  display: inline-block;
  position: relative;
  margin-left: 70px;
}
#header #logo img {
  display: block;
  max-width: 100%;
  height: 64px;
}
#header .h-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
#header .contact-info *,
#footer .contact-info * {
  color: #fff;
}
#header ul.social,
#footer ul.social {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 0;
  letter-spacing: 0;
}
#header ul.social li,
#footer ul.social li {
  display: inline-block;
  margin: 5px;
  padding: 0;
  font-size: 0;
}
#header ul.social li a,
#footer ul.social li a {
  display: block;
  margin: 0;
  padding: 0;
  width: 54px;
  height: 54px;
  background: transparent url("./img/icons-social.png") no-repeat 0 0;
}
#footer ul.social li a { 
  width: 42px;
  height: 42px;
  background-size: auto 42px;
}
#header ul.social li.facebook a,
#footer ul.social li.facebook a {
  background-position: 0 0;
}
#header ul.social li.linkedin a {
  background-position: -65px 0;
}
#footer ul.social li.linkedin a {
  background-position: -51px 0;
}

#footer {
  background: #36b4e7;
  padding: 40px;
}
#footer .inner {
  position: relative;
  min-height: 150px;
}
#footer #logo-footer {
  position: absolute;
  left: -10px;
  top: 0;
}
#footer #logo-footer img {
  display: block;
  max-width: 100%;
  height: 94px;
}
#footer p.copyright {
  position: absolute;
  left: 0;
  bottom: -20px;
}
#footer ul.social {
  position: absolute;
  right: 0;
  bottom: 0;
}
#footer .contact-info {
  position: absolute;
  right: 0;
  top: 10px;
  font-size: 23px;
}

.intro {
  position: relative;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  margin-top: -164px;
  width: 100vw;
  max-width: 1920px;
  height: 100vh;
  max-height: 1080px;
  min-height: 600px;
}
.intro .image {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  transform: translateX(-50%);
  width: 100vw;
  max-width: 1920px;
  height: 100%;
  background: transparent url("./img/intro-1.jpg") no-repeat 0 0;
  background-size: cover;
  background-position: 50% 50%;
}
.intro h3 { 
  line-height: 1.1em; 
  margin-bottom: -8px; 
}
.intro .swiper-container {
  position: relative;
  width: 100%;
  height: 100%;
  /* max-width: 900px; */
  margin: 0 auto;
  overflow: visible;
}
.intro .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  padding: 120px 300px 120px 30px;
}
.intro .swiper-slide .caption {
  position: absolute;
  left: 0;
  bottom: 100px;
}
.intro .swiper-slide .caption p {
  display: inline;
  padding: 3px 5px 3px 15px;
  background: #000;
  color: #fff;
  line-height: 1.5em;
}
.intro .swiper-slide .caption b {
  display: inline;
  padding: 3px 5px 3px 15px;
  background: #000;
  color: #fff;
  line-height: 1.5em;
}
.intro .swiper-slide .slogan {
  position: relative;
}
.intro .swiper-slide .slogan h1.big {
  position: absolute;
}
.intro .btn-next, .intro .btn-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 34px;
  height: 116px;
  background: transparent url("./img/icon-right-arrow.png") no-repeat center;
  cursor: pointer;
  z-index: 10;
}
.intro .btn-next.swiper-button-disabled,
.intro .btn-prev.swiper-button-disabled {
  cursor: default;
  opacity: 0.3;
}
.intro .btn-next {
  right: 50px;
}
.intro .btn-prev {
  left: 50px;
  transform: translateY(-50%) rotate(180deg);
}
.intro .btn-more {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 132px;
  height: 54px;
  padding: 15px 10px;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Work Sans', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background: #000;
  z-index: 100;
  cursor: pointer;
}

.columns-wrapper {
  position: relative;
  padding: 140px 0;
}
.columns-wrapper .columns .col-2 {
  width: 40%;
  font-size: 1.25em;
}
.columns-wrapper .columns .col-1.bigger {
  width: 60%;
}
.columns-wrapper .columns .col-1 h2 {
  text-align: right;
  margin-bottom: 0;
}

.form {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  /* min-height: 880px; */
  padding: 70px 0 70px;
}
.form .image {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  transform: translateX(-50%);
  width: 100vw;
  max-width: 1920px;
  height: 100%;
  background: #003e8f;
  background-size: cover;
  z-index: -1;
}
.form h3 {
  color: #fff;
  width: 100%;
}
.form h3 span {
  line-height: 0.9em;
  color: #f0ed03;
}
.form form .row {
  margin: 20px 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
}
.form form .columns-2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  margin: -20px -8px;
}
.form form .columns-2 > .row { 
  margin: 20px 8px;
  flex: 1 0 auto;
}
.form form .columns-2 > .row:first-child { 
  width: 30%;
}
.form form .row label {
  margin-right: 5px;
}
.form form .row:not(.checkbox) label {
  display: none;
}
.form form .row input[type="text"],
.form form .row input[type="email"],
.form form .row textarea {
  width: auto;
  height: 54px;
  margin-top: -5px;
  padding: 12px 17px;
  flex: 1 1 auto;
  border: 0;
  border-radius: 0;
  outline: 0;
  appearance: none;
  background: #fff;
  font-size: 15px;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 1.86em;
  color: #003e8f;
}
.form form .row textarea {
  height: 110px;
}
.form form .row.zabezpieczenie {
  position: absolute;
  right: -5000px;
}
.form form .row.checkbox label {
  margin-left: 10px;
  font-size: 14px;
}
.form form .form-action {
  text-align: right;
}
.form form .form-action input {
  display: inline-block;
  border: 0;
  outline: 0;
  appearance: none;
  color: #fff;
  background: #000;
  font-family: 'Work Sans', sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  border-radius: 0;
  padding: 18px 20px 16px;
  min-width: 132px;
  cursor: pointer;
}
::-webkit-input-placeholder { color: #003e8f; }
:-moz-placeholder { color: #003e8f; }
::-moz-placeholder { color: #003e8f; }
:-ms-input-placeholder { color: #003e8f; }

.aboutglass {
  position: relative;
  height: 520px;
  background: #cfd4e8;
  margin: 0 -1000px;
  padding: 0 1000px;
}
.aboutglass .box-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 100%;
  width: 100vw;
  max-width: 1920px;
  padding: 10px 15px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.aboutglass .item {
  position: relative;
  width: 33.33%;
  height: 100%;
  background-color: #cfd4e8;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 100%;
  z-index: 10;
  transition: all .3s;
  cursor: pointer;
}
.aboutglass .image {
  position: relative;
  width: 100%;
  height: 100%;
  background: transparent none no-repeat center;
  background-size: cover;
}
.aboutglass .image .glass {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.2;
}
.aboutglass .item .image .caption {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.aboutglass .item:first-child .image .caption {
  left: calc((100vw - 1440px) / 2);
  transform: translateY(-50%);
}
.aboutglass .item:last-child .image .caption {
  right: calc((100vw - 1440px) / 2);
  left: initial;
  transform: translateY(-50%);
}
.aboutglass h2 {
  font-family: 'Heebo', sans-serif;
  font-style: italic;
  line-height: 0.9em;
  margin-bottom: 0;
}
.aboutglass h2 span {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.5em;
  font-style: normal;
}
.aboutglass .text-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  width: 0%;
  height: 100%;
  margin-left: 10px;
  background: #36b4e7;
  visibility: hidden;
  height: 0;
  padding: 0;
  opacity: 0;
  z-index: -1;
  transition: opacity 2s, z-index 2s;
}
.aboutglass .text-wrapper p {
  font-size: 1em;
} 
.aboutglass .text-wrapper p:last-child {
  margin-bottom: 0;
}
.aboutglass .item.show {
  position: absolute;
  width: 100vw;
  max-width: 1920px;
  padding: 10px 0;
  z-index: 100;
  cursor: initial;
}
.aboutglass .item.show .text-wrapper {
  width: 40%;
  visibility: visible;
  height: 100%;
  padding: 50px 70px;
  opacity: 1;
  z-index: 10;
  transition: opacity 2s, z-index 2s;
}
.aboutglass .item.show .image {
  width: 60%;
}
.aboutglass .item.show .image .caption {
  left: calc((100vw - 1440px) / 2);
  right: initial;
  transform: translateY(-50%);
}

.gallery {
  margin: 0px -1000px;
  padding: 50px 1000px;
  background: #fff;
}
.gallery .classic ul {
      font-size: 0px;
      height: auto;
      margin: -16px;
      padding: 0;
      list-style: none;
}

.gallery .classic ul li {
        width: calc(33.33% - 33px);
        margin: 16px;
        padding: 0;
        position: relative;
        display: inline-block;
      }
.gallery .classic ul li a {
        position: relative;
        top: auto;
        left: auto;
        padding: 0;
        height: 380px;
        background: transparent none no-repeat center;
        background-size: cover;
        display: block;
        font-size: 0;
        transition: all .5s;
}
.gallery .classic ul li a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  opacity: 0;
  transition: opacity .5s;
}
.gallery .classic ul li a:hover {
  box-shadow: 0px 0px 0px 20px rgba(54, 181, 231, 1) inset;
}
.gallery .classic ul li a:hover:after {
  background: transparent url("./img/icon-magnifity.png") no-repeat center;
  opacity: 1;
}
.gallery .classic ul li a .caption {
          bottom: 0;
          color: #333;
          font-size: 12px;
          text-align: center;
          width: 100%;
          padding: 5px 10px 5px;
          margin-bottom: -24px;
          background: #fff;
        }
.gallery .classic ul:after {
        clear: both;
        content: " ";
        display: table;
      }


@media (min-width: 1920px) {
  .aboutglass .item:first-child .image .caption {
    left: calc((1920px - 1440px) / 2)
  }
  .aboutglass .item:last-child .image .caption{
    right: calc((1920px - 1440px) / 2)
  }
}
@media (max-width: 1600px) {
  body {
    font-size: 14px;
  }
  h1 {
    font-size: 7.842em;
  }
  h2 {
    font-size: 4.263em;
  }
  .aboutglass {
    height: 450px;
    margin: 0 -20px;
    padding: 10px;
  }
  .aboutglass .box-wrapper {
    width: auto;
    padding: 0;
    margin: 0 -5px;
    left: initial;
    transform: initial;
  }
  .aboutglass .item {
    width: calc(33.33% - 10px);
    margin: 5px;
  }
  .aboutglass .text-wrapper {
    margin-left: 0;
  }
  .aboutglass .item.show {
    padding: 0;
    width: 100%;
  }
  .aboutglass .item:first-child .image .caption {
    left: 20px;
  }
  .aboutglass .item:last-child .image .caption {
    right: 20px;
  }
  .aboutglass .item.show .image .caption {
    left: 20px;
  }
}

@media (max-width: 1024px) {
  .aboutglass {
    height: 400px;
  }
  .aboutglass .item.show .text-wrapper {
    padding: 30px;
  }
}

@media (max-width: 800px) {
  body {
    font-size: 12px;
  }
  h1 {
    font-size: 5.842em;
  }
  .intro .swiper-slide {
    padding: 120px 230px 120px 30px;
  }
  .aboutglass .item.show {
    padding: 0;
    width: auto;
  }
}

@media (max-width: 700px) {
  h1 {
    font-size: 3.842em;
  }
  h2 {
    font-size: 3em;
  }
  h3 {
    font-size: 2em;
  }
  .intro .btn-more {
    font-size: 16px;
    width: 116px;
    height: 40px;
    padding: 9px 10px;
  }
  .columns-wrapper {
    padding: 50px 0;
  }
}

@media (max-width: 600px) {
  #header {
    padding: 20px;
  }
  #header ul.social li a, #footer ul.social li a {
    width: 32px;
    height: 32px;
    background-size: auto 32px;
  }
  #header ul.social li.linkedin a {
    background-position: right top;
  }
  #header #logo img {
    height: 48px;
  }
  #header #logo {
    margin-top: -70px;
  }
  #header .h-wrapper {
    width: 100%;
    justify-content: space-between;
  }
  .intro {
    margin-top: -118px;
    min-height: 500px;
  }
  .intro .btn-next, .intro .btn-prev {
    height: 80px;
    top: 75%;
  }
  .intro .swiper-slide .caption {
    bottom: 60px;
  }
  h1.big, h1 span {
    bottom: -20px;
  }
  .columns {
    display: block;
    margin: 0;
  }
  .columns-2 > div {
    width: 100% !important;
    margin: 0;
  }
  .columns-wrapper .columns .col-1 h2 {
    text-align: left;
  }
  .form form .columns-2 {
    display: block;
    margin: 0;
  }
  .form form .columns-2 > .row {
    margin: 20px 0;
  }

  .aboutglass {
    height: auto;
  }
  .aboutglass .box-wrapper {
    display: block;
  }
  .aboutglass .item,
  .aboutglass .item.show {
    display: block;
    width: calc(100% - 10px);
    height: auto;
  }
  .aboutglass .image,
  .aboutglass .item.show .image {
    height: 250px;
  }
  .aboutglass .text-wrapper,
  .aboutglass .item.show .text-wrapper {
    visibility: visible;
    height: auto;
    width: 100%;
    padding: 20px;
    opacity: 1;
    z-index: 1;
  }
  .aboutglass .item .image .caption {
    left: 20px;
    transform: translateY(-50%);
  }
  .aboutglass .item:last-child .image .caption {
    right: initial;
    left: 20px;
  }
  #footer #logo-footer img {
    height: 46px;
  }
  #footer .contact-info {
    font-size: 12px;
  }
  #footer ul.social li.linkedin a {
    background-position: right top;
  }
}

@media (max-width: 430px) {
  #header #logo {
    position: absolute;
    right: 0px;
  }
  #header #logo img {
    height: 32px;
  }
  #header .contact-info {
    min-width: 150px;
  }
  #footer {
    padding: 20px;
  }
  #footer #logo-footer img {
    height: 32px;
  }
  .intro .btn-next, .intro .btn-prev {
    height: 60px;
  }
  .gallery .classic ul li a:hover {
    box-shadow: 0px 0px 0px 10px rgb(54 181 231) inset;
  }
  .gallery .classic ul li a:hover:after {
    background-size: 32px auto;
  }
}

@media (max-width: 335px) {
  h1 {
    font-size: 3.2em;
  }
}