.showMobile {
  display: none;
}

.show-on-scroll {
  opacity: 0;
}

.show-on-scroll1 {
  opacity: 0;
}

.show-on-scroll2 {
  opacity: 0;
}

.animationONas {
  -webkit-animation-name: bounceIn;
          animation-name: bounceIn;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.animationONas1 {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: .3s;
          animation-delay: .3s;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.animationONas2 {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: .3s;
          animation-delay: .3s;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.animationDelay1 {
  -webkit-animation-delay: .3s;
          animation-delay: .3s;
}

.animationDelay2 {
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}

.animationDelay3 {
  -webkit-animation-delay: .7s;
          animation-delay: .7s;
}

.animationDelay4 {
  -webkit-animation-delay: .9s;
          animation-delay: .9s;
}

/*** Mixins & Default Styles ***/
/*** Centering Hack ***/
/*** Color Variables ***/
.desktopWrapper {
  height: auto;
  width: 100%;
}

/*** Navigation Styles ***/
.navDesktop {
  width: 100vw;
  height: 100px;
  background: rgba(255, 255, 255, 0.75);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: fixed;
  z-index: 10;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.navDesktop.navShadow {
  -webkit-box-shadow: 0 4px 30px -5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 4px 30px -5px rgba(0, 0, 0, 0.5);
  height: 60px;
  -webkit-transition: .7s;
  transition: .7s;
}

.navDesktop.navShadow #word-mark, .navDesktop.navShadow p {
  opacity: 0;
}

.navDesktop.navShadow #brand {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.navDesktop.navShadow #logo {
  height: 90px;
  width: auto;
  margin-top: 15px;
  padding: 7px;
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-filter: drop-shadow(2px 2px 4px rgba(16, 37, 83, 0.4));
          filter: drop-shadow(2px 2px 4px rgba(16, 37, 83, 0.4));
  -webkit-transition: height, .5s, width .5s;
  transition: height, .5s, width .5s;
}

.navDesktop.navShadow #logo img {
  height: 100%;
  width: auto;
}

.navDesktop .newItemPos {
  height: 60px;
}

.navDesktop .newItemPos li {
  height: 45px;
  width: 45px;
  margin: 0 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .5s;
  transition: .5s;
}

.navDesktop .newItemPos .itemIcon {
  font-size: 1.3rem;
}

.navDesktop .newItemPos a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.navDesktop .newItemPos a .itemIcon {
  margin-top: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.navDesktop .newItemPos a p {
  display: none;
}

.navDesktop .newItemPos li:hover .itemIcon {
  color: white;
  -webkit-filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.4));
  margin-top: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-animation: rubberBand;
          animation: rubberBand;
  -webkit-animation-delay: 0;
          animation-delay: 0;
  -webkit-animation-duration: .7s;
          animation-duration: .7s;
}

.navDesktop .newItemPos li:hover p {
  display: none;
  -webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.3));
  margin-top: -25%;
  -webkit-animation: fadeInUp;
          animation: fadeInUp;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

.navDesktop ul {
  height: 100%;
  width: 65%;
  margin: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 3vw;
}

.navDesktop ul > li:nth-child(2) a p span {
  font-size: .4rem;
}

.navDesktop ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80px;
  height: 80px;
  background: #009fe3;
  position: relative;
  color: white;
  margin-left: 1vw;
  border-radius: 0px;
  -webkit-transition: background-color .5s;
  transition: background-color .5s;
  overflow: hidden;
}

.navDesktop ul li a {
  width: 100%;
  height: 100%;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 1rem;
  font-family: 'Montserrat', sans-serif;
}

.navDesktop ul li a .itemIcon {
  display: block;
  position: relative;
  font-size: 2rem;
  margin-top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: font-size .5s, -webkit-transform .5s;
  transition: font-size .5s, -webkit-transform .5s;
  transition: font-size .5s, transform .5s;
  transition: font-size .5s, transform .5s, -webkit-transform .5s;
}

.navDesktop ul li a p {
  font-size: .5rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  color: white;
  text-transform: uppercase;
  margin: 0;
  display: none;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}

.navDesktop ul li a:hover {
  text-decoration: none;
}

.navDesktop li:hover {
  background-color: #193f82;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

.navDesktop li:hover .itemIcon {
  color: white;
  -webkit-filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.2));
  -webkit-transform: translateY(-85%);
          transform: translateY(-85%);
}

.navDesktop li:hover p {
  -webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.2));
  margin-top: -25%;
  -webkit-animation: fadeInUp;
          animation: fadeInUp;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  display: block;
}

#brand,
#menuDesktop,
ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#brand {
  position: relative;
  padding-left: 3vw;
  height: 100%;
  width: 30vw;
  -webkit-transition: .5s;
  transition: .5s;
}

#logo {
  width: auto;
  height: 60px;
  background: none;
  cursor: pointer;
  -webkit-transition: width .5s height .5s;
  transition: width .5s height .5s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

#logo img {
  height: 100%;
  width: auto;
}

#word-mark {
  width: auto;
  height: 50px;
  background: trasparent;
  position: relative;
  -ms-flex-item-align: end;
      align-self: flex-end;
  left: 2vw;
  margin-bottom: 19px;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#word-mark img {
  width: auto;
  height: 100%;
}

#word-mark h1 {
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-size: 2.5rem;
  text-align: left;
  letter-spacing: 5px;
  font-weight: bolder;
  color: white;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  margin: 0;
}

#word-mark h1 span {
  color: #ff2a2a;
  letter-spacing: 2px;
  margin-right: 3px;
}

/*** Hero Section Styles ***/
#hero-section {
  position: relative;
  background-image: url(../IMG/Header/HeroImg3,1.jpg);
  background-size: cover;
  background-position: right 0 bottom 0;
  background-repeat: no-repeat;
  font-family: Montserrat;
}

#hero-section .textWrapper {
  width: 75%;
  height: 50%;
  background: none;
  position: absolute;
  top: 20%;
  right: auto;
  bottom: auto;
  left: auto;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

#hero-section .textWrapper > h1:nth-child(1) {
  position: relative;
  color: #193f82;
  font-size: 5vw;
  margin-left: 20%;
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
  line-height: 75%;
  text-shadow: 3px 3px 3px rgba(97, 97, 97, 0.3);
}

#hero-section .textWrapper > h1:nth-child(1)::before {
  content: "";
  position: absolute;
  width: 150%;
  height: 5px;
  right: -150%;
  bottom: 0;
  background-color: #193f82;
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
  -webkit-filter: drop-shadow(3px 3px 3px rgba(97, 97, 97, 0.3));
          filter: drop-shadow(3px 3px 3px rgba(97, 97, 97, 0.3));
}

#hero-section .textWrapper > h1:nth-child(1) > span {
  margin-right: auto 1rem;
  margin-top: -.5rem;
  font-size: 6vw;
  color: #193f82;
}

#hero-section .textWrapper > h1:nth-child(1) > span:nth-child(2) {
  color: #009fe3;
  font-size: 6.5vw;
}

#hero-section .textWrapper > h2:nth-child(2) {
  color: #193f82;
  font-size: 4vw;
  margin-left: 15%;
  font-weight: 200;
  font-style: italic;
  text-transform: uppercase;
  text-shadow: 3px 3px 3px rgba(97, 97, 97, 0.3);
}

#hero-section .textWrapper .text-bg {
  width: 100%;
  height: auto;
  background: #009fe3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: .5rem 2rem;
  -webkit-transform: skew(-12deg);
          transform: skew(-12deg);
  margin-left: -10%;
  -webkit-filter: drop-shadow(3px 3px 3px rgba(97, 97, 97, 0.3));
          filter: drop-shadow(3px 3px 3px rgba(97, 97, 97, 0.3));
}

#hero-section .textWrapper .text-bg h3 {
  position: absolute;
  top: auto;
  right: 10%;
  bottom: auto;
  left: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  position: relative;
  color: #ffffff;
  margin: 0;
  font-weight: 300;
  text-shadow: 1px 1px 1px rgba(97, 97, 97, 0.7);
  font-size: 1.7rem;
  text-transform: uppercase;
}

#hero-section .textWrapper .text-bg h3::before {
  content: none;
}

#hero-section .textWrapper .text-bg h3 span {
  margin: auto 5px;
  font-size: 3rem;
  font-weight: bold;
  line-height: 3rem;
  color: #009fe3;
}

/*** Section Styles ***/
section {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0;
  padding-bottom: 150px;
}

section .allImgWrapper {
  width: 30vw;
  height: 30vw;
  margin-left: 10%;
  margin-top: 0;
  margin-bottom: 0;
}

section #heading {
  width: 100vw;
  height: 250px;
  margin-bottom: 50px;
}

section #heading > img:nth-child(1) {
  width: auto;
  height: 400%;
  position: absolute;
  top: -80%;
  left: 10%;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: .5;
}

section #heading > img:nth-child(3) {
  width: auto;
  height: 2rem;
}

section #heading p {
  font-size: 2rem;
}

section p {
  margin-bottom: 0;
}

section > p:nth-child(3) {
  position: relative;
  width: 40%;
  height: auto;
  justify-self: flex-start;
  margin-left: 10%;
}

section > p:nth-child(3)::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  top: auto;
  right: auto;
  bottom: -10%;
  left: 0;
  background-color: #009fe3;
}

section > p:nth-child(3) span {
  display: block;
  font-size: 1.2rem;
  font-weight: 600;
}

#materialy {
  width: 100vw;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
      grid-template-columns: auto 1fr;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
      grid-template-areas: "header header" ". allImgWrapper" "text1 allImgWrapper" "text2 allImgWrapper" ". allImgWrapper";
}

#materialy #heading {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: header;
}

#materialy #heading > img:nth-child(1) {
  width: auto;
  height: 300%;
  position: absolute;
  top: -150%;
  left: 10%;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: .5;
}

#materialy #heading p {
  width: auto;
}

#materialy .allImgWrapper {
  -ms-grid-row: 2;
  -ms-grid-row-span: 4;
  -ms-grid-column: 2;
  grid-area: allImgWrapper;
  justify-self: flex-start;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-left: 10vw;
}

#materialy > p {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
  grid-area: text1;
  -ms-flex-item-align: end;
      align-self: flex-end;
  justify-self: flex-start;
  width: 40vw;
  margin-left: 10vw;
}

#materialy > p::before {
  display: none;
}

#materialy ol {
  position: relative;
  -ms-grid-row: 4;
  -ms-grid-column: 2;
  grid-area: text2;
  -ms-flex-item-align: auto;
      align-self: auto;
  -ms-flex-item-align: start;
      align-self: start;
  justify-self: flex-start;
  width: 40vw;
  margin-left: 10vw;
}

#materialy ol::before {
  content: "";
  position: absolute;
  width: 80%;
  height: 2px;
  top: auto;
  right: auto;
  bottom: -10%;
  left: 0;
  background-color: #009fe3;
}

#laptopy #heading > img:nth-child(1) {
  width: auto;
  height: 200%;
  position: absolute;
  top: -70%;
  left: 40%;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: .5;
}

#smartfony #heading {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

#smartfony #heading > img:nth-child(1) {
  width: auto;
  height: 270%;
  position: absolute;
  top: -110%;
  left: 10%;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: .5;
}

#smartfony p {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

#smartfony .allImgWrapper {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

#akcesoria #heading > img:nth-child(1) {
  width: auto;
  height: 250%;
  position: absolute;
  top: -60%;
  left: 10%;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  opacity: .5;
}

#inne {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  padding-bottom: 100px;
}

#inne #heading > img:nth-child(1) {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0%;
  left: 0%;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

#inne > span {
  font-size: 1.5rem;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
}

#inne > span:nth-child(2) {
  margin-top: 150px;
}

#inne > span:nth-child(4) {
  margin-top: .5rem;
  letter-spacing: 3px;
}

#inne > p {
  width: auto;
  font-size: 2rem;
  margin: 3rem auto;
  padding: .5rem;
  text-transform: uppercase;
  font-weight: 900;
  text-align: center;
  line-height: 4rem;
  letter-spacing: 6px;
}

#inne > p span {
  font-size: 3.5rem;
  letter-spacing: 12px;
}

#inne .iWrapper:hover {
  cursor: pointer;
  -webkit-animation: bounce;
          animation: bounce;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

#inne .fa-chevron-circle-down {
  font-size: 3rem;
}

#kontakt {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
      grid-template-columns: auto 1fr;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  justify-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
      grid-template-areas: "header header" "map ." "map text1" "map text2" "map text3" "map text4" "map .";
}

#kontakt #heading {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: header;
}

#kontakt #heading > img:nth-child(1) {
  width: auto;
  height: 320%;
  position: absolute;
  top: -130%;
  left: -10%;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

#kontakt .allImgWrapper {
  -ms-grid-row: 2;
  -ms-grid-row-span: 6;
  -ms-grid-column: 1;
  grid-area: map;
  margin-left: 10vw;
}

#kontakt .allImgWrapper iframe {
  height: 100%;
  width: 100%;
}

#kontakt > p {
  -ms-grid-row: 6;
  -ms-grid-column: 2;
  grid-area: text4;
  font-size: 2rem;
  text-align: center;
  font-weight: 600;
}

#kontakt a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
}

#kontakt a .fasi {
  font-size: 2.5rem;
  color: #193f82;
}

#kontakt a p {
  display: inline-block;
  margin: 0;
  font-size: 1.5rem;
  margin-left: 3rem;
  font-weight: 600;
}

#kontakt > a:nth-child(2) {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
  grid-area: text1;
}

#kontakt > a:nth-child(3) {
  -ms-grid-row: 4;
  -ms-grid-column: 2;
  grid-area: text2;
}

#kontakt > a:nth-child(4) {
  -ms-grid-row: 5;
  -ms-grid-column: 2;
  grid-area: text3;
}

#youtube {
  position: fixed;
  right: 2vw;
  bottom: 2vh;
  font-size: 30px;
  color: #fff;
}
/*# sourceMappingURL=mainL.css.map */