@charset "UTF-8";
html, * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html body, * body {
  width: 100vw;
  overflow-x: hidden;
  background-color: #fff;
}

ul {
  list-style: none;
}

/*** Color Variables ***/
/*** Mixins & Default Styles ***/
/*** Centering Hack ***/
a {
  color: inherit;
}

.menuMobile {
  -webkit-filter: url("#shadowed-goo");
          filter: url("#shadowed-goo");
}

.menuMobile-item, .menuMobile-open-button {
  background: #193f82;
  border-radius: 100%;
  width: 55px;
  height: 55px;
  margin-left: -27.5px;
  position: absolute;
  bottom: 5%;
  color: white;
  text-align: center;
  line-height: 55px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform ease-out 200ms;
  transition: -webkit-transform ease-out 200ms;
  transition: transform ease-out 200ms;
  transition: transform ease-out 200ms, -webkit-transform ease-out 200ms;
}

.menuMobile-open {
  display: none;
}

.menuMobile-item {
  bottom: 7%;
}

.hamburgerMobile {
  width: 50%;
  height: 5%;
  background: white;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25%;
  margin-top: -2.5%;
  -webkit-transition: -webkit-transform 200ms;
  transition: -webkit-transform 200ms;
  transition: transform 200ms;
  transition: transform 200ms, -webkit-transform 200ms;
}

.hamburgerMobile-1 {
  -webkit-transform: translate3d(0, -250%, 0);
          transform: translate3d(0, -250%, 0);
}

.hamburgerMobile-2 {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.hamburgerMobile-3 {
  -webkit-transform: translate3d(0, 250%, 0);
          transform: translate3d(0, 250%, 0);
}

.menuMobile-open:checked + .menuMobile-open-button .hamburgerMobile-1 {
  -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
          transform: translate3d(0, 0, 0) rotate(45deg);
}

.menuMobile-open:checked + .menuMobile-open-button .hamburgerMobile-2 {
  -webkit-transform: translate3d(0, 0, 0) scale(0.1, 1);
          transform: translate3d(0, 0, 0) scale(0.1, 1);
}

.menuMobile-open:checked + .menuMobile-open-button .hamburgerMobile-3 {
  -webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
          transform: translate3d(0, 0, 0) rotate(-45deg);
}

.menuMobile {
  position: fixed;
  bottom: 0;
  padding-left: 50vw;
  width: 100vw;
  height: 250px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 20px;
  text-align: left;
  z-index: 10;
}

.menuMobile-item {
  background-color: #009fe3;
}

.menuMobile-item:hover {
  background: white;
  color: #ff4081;
}

.menuMobile-item:nth-child(2) {
  -webkit-transition-duration: 70ms;
          transition-duration: 70ms;
}

.menuMobile-item:nth-child(3) {
  -webkit-transition-duration: 130ms;
          transition-duration: 130ms;
}

.menuMobile-item:nth-child(4) {
  -webkit-transition-duration: 190ms;
          transition-duration: 190ms;
}

.menuMobile-item:nth-child(5) {
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
}

.menuMobile-item:nth-child(6) {
  -webkit-transition-duration: 310ms;
          transition-duration: 310ms;
}

.menuMobile-item:nth-child(7) {
  -webkit-transition-duration: 370ms;
          transition-duration: 370ms;
}

.menuMobile-item:nth-child(8) {
  -webkit-transition-duration: 430ms;
          transition-duration: 430ms;
}

.menuMobile-open-button {
  z-index: 2;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
          transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
  -webkit-transform: scale(1.1, 1.1) translate3d(0, 0, 0);
          transform: scale(1.1, 1.1) translate3d(0, 0, 0);
}

.menuMobile-open-button:hover {
  -webkit-transform: scale(1.2, 1.2) translate3d(0, 0, 0);
          transform: scale(1.2, 1.2) translate3d(0, 0, 0);
}

.menuMobile-open:checked + .menuMobile-open-button {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
  -webkit-transform: scale(0.8, 0.8) translate3d(0, 0, 0);
          transform: scale(0.8, 0.8) translate3d(0, 0, 0);
}

.menuMobile-open:checked ~ .menuMobile-item {
  -webkit-transition-timing-function: cubic-bezier(0.935, 0, 0.34, 1.33);
          transition-timing-function: cubic-bezier(0.935, 0, 0.34, 1.33);
}

.menuMobile-open:checked ~ .menuMobile-item:nth-child(3) {
  -webkit-transition-duration: 160ms;
          transition-duration: 160ms;
  -webkit-transform: translate3d(-109.96563px, -2.74971px, 0);
          transform: translate3d(-109.96563px, -2.74971px, 0);
}

.menuMobile-open:checked ~ .menuMobile-item:nth-child(4) {
  -webkit-transition-duration: 240ms;
          transition-duration: 240ms;
  -webkit-transform: translate3d(-94.34795px, -56.55496px, 0);
          transform: translate3d(-94.34795px, -56.55496px, 0);
}

.menuMobile-open:checked ~ .menuMobile-item:nth-child(5) {
  -webkit-transition-duration: 320ms;
          transition-duration: 320ms;
  -webkit-transform: translate3d(-54.25505px, -95.68903px, 0);
          transform: translate3d(-54.25505px, -95.68903px, 0);
}

.menuMobile-open:checked ~ .menuMobile-item:nth-child(6) {
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
  -webkit-transform: translate3d(-0.0876px, -109.99997px, 0);
          transform: translate3d(-0.0876px, -109.99997px, 0);
}

.menuMobile-open:checked ~ .menuMobile-item:nth-child(7) {
  -webkit-transition-duration: 480ms;
          transition-duration: 480ms;
  -webkit-transform: translate3d(54.10258px, -95.77531px, 0);
          transform: translate3d(54.10258px, -95.77531px, 0);
}

.menuMobile-open:checked ~ .menuMobile-item:nth-child(8) {
  -webkit-transition-duration: 560ms;
          transition-duration: 560ms;
  -webkit-transform: translate3d(94.25776px, -56.70515px, 0);
          transform: translate3d(94.25776px, -56.70515px, 0);
}

.menuMobile-open:checked ~ .menuMobile-item:nth-child(9) {
  -webkit-transition-duration: 640ms;
          transition-duration: 640ms;
  -webkit-transform: translate3d(109.96111px, -2.92485px, 0);
          transform: translate3d(109.96111px, -2.92485px, 0);
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  overflow-x: hidden;
  overflow-y: scroll;
}

.desktopWrapper {
  height: auto;
  width: 100%;
}

/*** Header Styles ***/
header {
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .mainMobileLogo {
  position: fixed;
  top: 0%;
  right: 50%;
  width: 100%;
  height: 60px;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  z-index: 10;
}

.bar {
  width: 25px;
  height: 2px;
  background: white;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.bar:nth-child(2) {
  width: 20px;
  margin: 5px 0;
}

.bar:last-child {
  width: 15px;
}

#hero-section {
  width: 100vw;
  height: 100vh;
  position: relative;
  background-image: url(../IMG/Header/HeroImgMobile3.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  font-family: Montserrat;
}

#hero-section .textWrapper {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  top: 20%;
  width: 100%;
  height: 50%;
  padding-left: 5%;
}

#hero-section .textWrapper > h1:nth-child(1) {
  color: #193f82;
  font-size: 8vw;
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
  line-height: 75%;
  margin-left: 10vw;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

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

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

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

#hero-section .textWrapper .text-bg {
  width: 105%;
  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;
  -webkit-transform: skew(-12deg);
          transform: skew(-12deg);
  margin-left: -15%;
  -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: 5%;
  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: 3.5vw;
  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;
}

#hero-section .heroSectionButton {
  width: 50%;
  height: auto;
  background: #009fe3;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 15%;
  left: 50%;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 2px solid white;
  border-radius: 10px;
  color: #193f82;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.329);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.329);
  padding: 5px 10px;
  background-color: rgba(255, 255, 255, 0.425);
  text-transform: uppercase;
  font-weight: 600;
}

/*** Hero Section Styles ***/
#head-line {
  width: 520px;
  height: 30px;
  background: white;
  border-radius: 90px;
  position: relative;
}

#head-line:before, #head-line:after {
  content: "";
  height: 30px;
  border-radius: 90px;
}

#head-line:before {
  width: 360px;
  background: white;
  position: absolute;
  top: -60px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

#head-line:after {
  width: 200px;
  background: white;
  position: absolute;
  bottom: -60px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

/*** Section Styles ***/
section {
  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-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;
  width: 100vw;
  height: auto;
  position: relative;
  padding: 0 5%;
}

section #heading {
  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: 100vw;
  height: 160px;
  position: relative;
  overflow: hidden;
  color: white;
  margin-bottom: 50px;
}

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

section #heading .colorOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(60%, #009fe3), to(#193f82));
  background-image: linear-gradient(90deg, #009fe3 60%, #193f82);
  mix-blend-mode: multiply;
  opacity: 1;
}

section #heading > img:nth-child(3) {
  width: auto;
  height: 1.5rem;
  -webkit-filter: drop-shadow(2px 2px 1px rgba(59, 59, 59, 0.5));
          filter: drop-shadow(2px 2px 1px rgba(59, 59, 59, 0.5));
  z-index: 2;
}

section #heading p {
  display: inline-block;
  width: auto;
  position: relative;
  margin: 0;
  margin-left: 20px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 2.5rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-shadow: 2px 2px 1px rgba(59, 59, 59, 0.5);
}

section .allImgWrapper {
  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: 85vw;
  height: 85vw;
  position: relative;
  margin-bottom: 50px;
}

section .allImgWrapper .imgWrapper {
  width: 45%;
  height: 45%;
  background: white;
  -webkit-filter: drop-shadow(2px 2px 2px rgba(104, 103, 103, 0.486));
          filter: drop-shadow(2px 2px 2px rgba(104, 103, 103, 0.486));
  background-size: auto 90%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: background-size 1s;
  transition: background-size 1s;
}

section .allImgWrapper .imgWrapper:hover {
  background-size: auto 120%;
}

section .allImgWrapper .imgWrapper:nth-child(1) {
  position: absolute;
  top: 0px;
  left: 0%;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
}

section .allImgWrapper .imgWrapper:nth-child(2) {
  position: absolute;
  top: 0px;
  right: 0%;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
}

section .allImgWrapper .imgWrapper:nth-child(3) {
  position: absolute;
  bottom: 0;
  left: 0%;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
}

section .allImgWrapper .imgWrapper:nth-child(4) {
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
}

section p {
  height: auto;
  margin-bottom: 50px;
}

section p span {
  display: block;
  margin: 0;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  font-weight: 600;
}

#drukarki .allImgWrapper .imgWrapper:nth-child(1) {
  background-image: url(../IMG/Header/Drukarki/HP-M479FDWe.jpg);
}

#drukarki .allImgWrapper .imgWrapper:nth-child(2) {
  background-image: url(../IMG/Header/Drukarki/Xerox-VersaLink-C405e.jpg);
}

#drukarki .allImgWrapper .imgWrapper:nth-child(3) {
  background-image: url(../IMG/Header/Drukarki/HPLaserJetEnterpriseFlowMFP-M577ce.jpg);
}

#drukarki .allImgWrapper .imgWrapper:nth-child(4) {
  background-image: url(../IMG/Header/Drukarki/Brother-HLL8360CDWe.jpg);
}

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

#materialy #heading p {
  width: 60%;
  text-align: center;
  line-height: 1.5rem;
}

#materialy .imgWrapper:nth-child(1) {
  background-image: url(../IMG/Header/Tonery/brother-czarny-lc123bk-lc-123bke.jpg);
}

#materialy .imgWrapper:nth-child(2) {
  background-image: url(../IMG/Header/Tonery/HPC2P42AEe.jpg);
}

#materialy .imgWrapper:nth-child(3) {
  background-image: url(../IMG/Header/Tonery/HP-CF259X.jpg);
}

#materialy .imgWrapper:nth-child(4) {
  background-image: url(../IMG/Header/Tonery/Canon719H.jpg);
}

#materialy p {
  margin: 0;
  margin-bottom: 1rem;
}

#materialy ol {
  text-align: left;
  list-style: inside;
}

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

#laptopy > .allImgWrapper .imgWrapper:nth-child(2):hover {
  background-size: 130% auto;
}

#laptopy .imgWrapper:nth-child(1) {
  background-image: url(../IMG/Header/LaptopyPC/DellAIO7770e.jpg);
}

#laptopy .imgWrapper:nth-child(2) {
  background-image: url(../IMG/Header/LaptopyPC/DellNotebookL3301e.jpg);
  background-size: 100% auto;
}

#laptopy .imgWrapper:nth-child(3) {
  background-image: url(../IMG/Header/LaptopyPC/SAMSUNG27T550.jpg);
}

#laptopy .imgWrapper:nth-child(4) {
  background-image: url(../IMG/Header/LaptopyPC/LENOVOM720Te.jpg);
}

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

#smartfony .imgWrapper:nth-child(1) {
  background-image: url(../IMG/Header/Smartfony/in-galaxy-s20-plus-e.jpg);
}

#smartfony .imgWrapper:nth-child(2) {
  background-image: url(../IMG/Header/Smartfony/LENOVO-ZA3V003e.jpg);
}

#smartfony .imgWrapper:nth-child(3) {
  background-image: url(../IMG/Header/Smartfony/1591960830_1554840.jpg);
}

#smartfony .imgWrapper:nth-child(4) {
  background-image: url(../IMG/Header/Smartfony/Iphone11e.jpg);
}

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

#akcesoria .imgWrapper:nth-child(1) {
  background-image: url(../IMG/Header/Akcesoria/logitech-mx-master-2s.jpg);
}

#akcesoria .imgWrapper:nth-child(2) {
  background-image: url(../IMG/Header/Akcesoria/unitek-c137_1e.jpg);
}

#akcesoria .imgWrapper:nth-child(3) {
  background-image: url(../IMG/Header/Akcesoria/UnitekD1019A.jpg);
}

#akcesoria .imgWrapper:nth-child(4) {
  background-image: url(../IMG/Header/Akcesoria/USAMS-ładowarka-e.jpg);
}

#inne {
  padding-bottom: 50px;
}

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

#inne > span {
  width: 70%;
  font-size: 1rem;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
}

#inne > p {
  position: relative;
  display: inline-block;
  width: 100%;
  font-size: 1.2rem;
  margin: 1rem auto;
  text-transform: uppercase;
  font-weight: 900;
  text-align: center;
  line-height: 2rem;
  color: #193f82;
}

#inne > p::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 3px;
  bottom: 0;
  left: 50%;
  background-color: #193f82;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

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

#inne .iWrapper {
  position: relative;
  width: auto;
  height: auto;
  margin-top: 2rem;
  padding: 1rem;
  opacity: 1;
}

#inne .fa-chevron-circle-down {
  font-size: 3rem;
  color: #009fe3;
  opacity: 1;
}

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

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

#kontakt > p {
  font-size: 1.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: 1rem;
}

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

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

#youtube {
  position: fixed;
  right: 2vw;
  bottom: 2vh;
  font-size: 30px;
  color: #fff;
}

.showDesktop {
  display: none;
}
/*# sourceMappingURL=main.css.map */