@import url("https://fonts.googleapis.com/css?family=Rubik:300,400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=PT+Serif:400,700");
body,
html {
  padding: 0;
  margin: 0;
  font-family: 'Rubik', sans-serif;
  background-color: #10213d;
  background-image: url("/img/noise.png"), linear-gradient(144deg, #2d3683 -80%, #1e224f 100%);
  background-attachment: fixed;
  font-size: 16px;
  width: 100vw;
  overflow-x: hidden;
}
@media only screen and (max-width: 1400px) {
  body,
  html {
    font-size: 14px;
  }
}
:focus {
  outline: none;
}
::-moz-focus-inner {
  border: 0;
}
::-moz-selection {
  background: #1a65e3;
}
::selection {
  background: #1a65e3;
}
.section {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 400px) and (max-width: 1050px) and (orientation: landscape) {
  .section {
    min-height: 400px;
  }
  .section h1 {
    font-size: 2.2em;
  }
}
.section-title {
  font-size: 3.5em;
  margin-bottom: 60px;
}
.bg-header {
  width: 100%;
  height: 350px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  filter: hue-rotate(84deg);
  opacity: 0.6;
}
.hr-top {
  position: relative;
}
.hr-top:before {
  content: "";
  display: block;
  width: 100px;
  height: 4px;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #506fd4;
  border-radius: 4px;
}
#landing-stroke {
  position: absolute;
  top: -100px;
  stroke-dasharray: 3800;
  animation: dash 2s linear forwards;
  pointer-events: none;
  height: 130vh;
  width: 100%;
}
@media only screen and (max-width: 550px) {
  #landing-stroke {
    display: none;
  }
}
.page-landing {
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  z-index: 1;
}
.page-landing:before {
  content: "";
  background-repeat: no-repeat;
  display: block;
  background-size: cover;
  background-position: 0 100px;
  height: 1324px;
  position: absolute;
  z-index: 0;
  width: 100%;
  pointer-events: none;
}
.page-landing__text {
  width: 80%;
  position: relative;
  z-index: 6;
}
@media only screen and (max-width: 550px) {
  .page-landing__text {
    width: 90%;
  }
}
.page-landing__text h1 {
  font-size: 4em;
  margin-bottom: 0;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
}
@media only screen and (max-width: 1260px) {
  .page-landing__text h1 {
    font-size: 3.2em;
    margin: 0;
  }
}
@media only screen and (max-width: 700px) {
  .page-landing__text h1 {
    font-size: 2.6em;
    position: relative;
    top: -50px;
  }
}
@media only screen and (max-width: 550px) {
  .page-landing__text h1 {
    font-size: 2.2em;
  }
}
@media only screen and (max-width: 360px) {
  .page-landing__text h1 {
    font-size: 2em;
  }
}
.page-landing__text h3 {
  font-size: 2em;
  margin: 0;
  font-weight: 400;
}
.action-text {
  position: relative;
  z-index: 2;
}
.action-text:after {
  content: "";
  position: absolute;
  display: inline-block;
  background: #1a65e3;
  height: 34px;
  width: 100%;
  left: 11px;
  bottom: 8px;
  z-index: -1;
}
@media only screen and (max-width: 1260px) {
  .action-text:after {
    height: 24px;
  }
}
@media only screen and (max-width: 700px) {
  .action-text:after {
    height: 18px;
  }
}
@media only screen and (max-width: 550px) {
  .action-text:after {
    height: 16px;
  }
}
@media only screen and (max-width: 360px) {
  .action-text:after {
    height: 14px;
  }
}
.landing-arrow {
  width: 35px;
  background-image: url("/img/arrow-down.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 50px;
  left: 10%;
  opacity: 0.4;
  text-decoration: none;
  z-index: 10;
}
@media only screen and (max-width: 1200px) {
  .landing-arrow {
    bottom: 100px;
  }
}
@media only screen and (max-width: 720px) {
  .landing-arrow {
    display: none;
  }
}
.landing-arrow:after {
  content: "WIĘCEJ";
  font-size: 14px;
  width: 37px;
  letter-spacing: 1px;
  font-weight: 300;
  height: 37px;
  display: block;
  color: #fff;
  transform: rotate(-90deg);
  position: relative;
  right: -10px;
  top: -55px;
}
@media only screen and (max-width: 700px) {
  .landing-arrow:after {
    font-size: 12px;
    right: -5px;
    top: -45px;
  }
}
.page-nav {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 200;
  padding: 0 10%;
  box-sizing: border-box;
}
@media only screen and (max-width: 550px) {
  .page-nav {
    padding: 0 4%;
  }
}
.page-nav.down {
  background-color: #2c3582;
  box-shadow: 0 0 14px -6px #000;
}
.page-nav.down #logo {
  width: 120px;
}
.page-nav.down li:first-of-type {
  padding-top: 6px;
  padding-bottom: 4px;
}
.page-nav.down li:first-of-type a {
  padding-top: 0;
}
.page-nav.down li {
  padding-top: 10px;
}
.page-nav.down li a {
  font-size: 0.9em;
  padding-top: 0;
}
.page-nav .nav-menu {
  display: flex;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 5;
}
.page-nav .nav-menu li:first-of-type {
  flex: 1;
  padding-top: 20px;
  padding-left: 0;
  margin-left: 0;
}
@media only screen and (max-width: 550px) {
  .page-nav .nav-menu li:first-of-type {
    padding-top: 5px;
  }
}
.page-nav .nav-menu li:first-of-type:hover {
  border-color: transparent;
}
.page-nav .nav-menu li:first-of-type a {
  padding-top: 10px;
}
.page-nav .nav-menu li {
  margin: 0 10px;
  padding: 0 10px;
  list-style: none;
  border-top: 3px solid transparent;
}
.page-nav .nav-menu li:hover {
  border-color: #1a65e3;
}
.page-nav .nav-menu li:hover a {
  color: #1a65e3;
}
.page-nav .nav-menu li a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.1em;
  font-weight: 500;
  padding-top: 35px;
  display: inline-block;
}
@media only screen and (max-width: 550px) {
  .page-nav .nav-menu li a {
    font-size: 0.9em;
    padding-top: 20px;
  }
}
.page-nav #logo {
  width: 160px;
  transition: 0.4s;
}
@media only screen and (max-width: 900px) {
  .page-nav #logo {
    width: 120px;
  }
}
@media only screen and (max-width: 550px) {
  .page-nav #logo {
    width: 100px;
  }
}
#nav li.active {
  border-color: #1a65e3;
}
#nav li.active a {
  color: #1a65e3;
}
.page-about {
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  position: relative;
  top: -180px;
  flex-direction: row;
  justify-content: flex-start;
  padding: 0 10%;
  margin: 0 auto;
  display: flex;
}
@media only screen and (max-width: 1800px) {
  .page-about {
    top: -120px;
  }
}
@media only screen and (min-width: 400px) and (max-width: 1050px) and (orientation: landscape) {
  .page-about {
    top: -20px;
  }
}
@media only screen and (max-width: 550px) {
  .page-about {
    padding: 0 4%;
  }
}
.page-about__text {
  color: #283d55;
  background-color: #fff;
  box-sizing: border-box;
  margin-right: 100px;
  padding: 80px;
  position: relative;
  flex: 1;
}
@media only screen and (max-width: 1050px) {
  .page-about__text {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 1000px) {
  .page-about__text {
    margin: 0;
  }
}
@media only screen and (max-width: 1000px) {
  .page-about__text {
    margin: 0;
  }
}
@media only screen and (max-width: 650px) {
  .page-about__text {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (max-width: 550px) {
  .page-about__text {
    padding-top: 160px;
  }
}
@media only screen and (max-width: 500px) {
  .page-about__text {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 400px) {
  .page-about__text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.page-about__text h2 {
  font-size: 2.2em;
}
@media only screen and (max-width: 800px) {
  .page-about__text h2 {
    font-size: 1.8em;
  }
}
@media only screen and (max-width: 550px) {
  .page-about__text h2 {
    text-align: center;
  }
}
.page-about__text p {
  font-size: 1.2em;
  line-height: 1.4em;
  opacity: 0.5;
  max-width: 600px;
  margin: 60px 0;
}
@media only screen and (max-width: 1500px) {
  .page-about__text p {
    font-size: 1em;
    max-width: 500px;
  }
}
@media only screen and (max-width: 1400px) {
  .page-about__text p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1300px) {
  .page-about__text p {
    font-size: 14px;
    max-width: 400px;
  }
}
@media only screen and (max-width: 1150px) {
  .page-about__text p {
    max-width: 350px;
  }
}
@media only screen and (max-width: 1000px) {
  .page-about__text p {
    max-width: 500px;
  }
}
@media only screen and (max-width: 700px) {
  .page-about__text p {
    max-width: 100%;
  }
}
@media only screen and (max-width: 550px) {
  .page-about__text p {
    text-align: justify;
  }
}
@media only screen and (max-width: 400px) {
  .page-about__text p {
    font-size: 12px;
  }
}
.page-about__image {
  flex: 1;
  background-image: url("/img/about-image.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  height: 600px;
  position: absolute;
  width: 667px;
  top: -60px;
  right: -5%;
  box-shadow: 0 0 60px -10px rgba(0,0,0,0.6);
}
@media only screen and (max-width: 1750px) {
  .page-about__image {
    background-size: cover;
    right: -7%;
  }
}
@media only screen and (max-width: 1700px) {
  .page-about__image {
    height: 550px;
    width: 600px;
    right: -12%;
  }
}
@media only screen and (max-width: 1600px) {
  .page-about__image {
    height: 500px;
    width: 550px;
    top: 55px;
  }
}
@media only screen and (max-width: 1500px) {
  .page-about__image {
    height: 450px;
    width: 500px;
  }
}
@media only screen and (max-width: 1400px) {
  .page-about__image {
    right: -14%;
  }
}
@media only screen and (max-width: 1220px) {
  .page-about__image {
    right: -17%;
  }
}
@media only screen and (max-width: 1190px) {
  .page-about__image {
    right: -19%;
    height: 400px;
    width: 450px;
    top: 75px;
  }
}
@media only screen and (max-width: 1110px) {
  .page-about__image {
    height: 350px;
    width: 400px;
    top: 100px;
  }
}
@media only screen and (max-width: 1050px) {
  .page-about__image {
    height: 350px;
    width: 400px;
    top: -50px;
  }
}
@media only screen and (max-width: 1000px) {
  .page-about__image {
    height: 250px;
    width: 300px;
    top: -50px;
    right: -4%;
  }
}
@media only screen and (max-width: 700px) {
  .page-about__image {
    right: -6%;
  }
}
@media only screen and (max-width: 650px) {
  .page-about__image {
    height: 200px;
    width: 250px;
  }
}
@media only screen and (max-width: 550px) {
  .page-about__image {
    right: calc(50% - 125px);
  }
}
.page-about__action {
  margin-top: 50px;
}
.button {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px 40px;
  background-color: #1a65e3;
  box-shadow: 0px 4px 16px 0px #0d2f56;
  font-size: 0.8em;
  letter-spacing: 1px;
  font-weight: 600;
}
.button:hover {
  background-color: #5273e3;
}
.button-contact {
  margin-top: 40px;
  font-size: 1em;
  font-weight: 700;
}
@media only screen and (max-width: 550px) {
  .page-about__action {
    text-align: center;
  }
}
.page-services {
  color: #fff;
  position: relative;
  padding: 100px 0;
}
.services-title {
  font-size: 3em;
  position: absolute;
  left: 10%;
  top: 20%;
}
.services-title:before {
  content: "";
  height: 3px;
  width: 200px;
  display: block;
  position: absolute;
  background-color: #1a65e3;
  left: -210px;
  top: 25px;
}
.grid-row {
  position: relative;
  display: flex;
  flex: 1;
}
.grid-row.right {
  justify-content: flex-end;
}
.services-grid {
  width: 70%;
  padding: 10% 0;
  margin: 0 auto;
}
.services-grid__item {
  width: 500px;
  color: #fff;
  text-decoration: none;
}
.services-grid__item:hover .services-grid__image:after {
  opacity: 0.4;
}
.services-grid__image {
  height: 300px;
  width: 500px;
  position: relative;
  box-shadow: 0px 6px 43px -2px #05081a;
}
.services-grid__image:after {
  content: "";
  display: block;
  width: 100%;
  background-color: #1a65e3;
  height: 100%;
  opacity: 0;
  transition: 0.2s;
}
.services-grid__image:before {
  content: attr(data-number);
  position: absolute;
  color: #1a65e3;
  font-size: 6em;
  font-weight: bold;
  top: -0.6em;
  left: 10px;
  opacity: 0.6;
}
.services-grid__image.safety {
  background-image: url("/img/bezpieczenstwo-min.jpg");
}
.services-grid__image.servers {
  background-image: url("/img/serwery-min.jpg");
}
.services-grid__image.monit {
  background-image: url("/img/monitoring-min.jpg");
}
.services-grid__title {
  font-size: 2em;
  margin-bottom: 20px;
  font-weight: 700;
  position: relative;
  top: -25px;
  left: 10px;
  font-size: 2.5em;
  text-shadow: 0px 6px 43px -2px #05081a;
  background-color: #1a65e3;
  display: inline-block;
  padding: 0 10px;
}
.services-grid__title:after {
  content: "";
  position: absolute;
  display: inline-block;
  background: #1a65e3;
  height: 34px;
  width: 100%;
  top: 19px;
  z-index: -1;
  opacity: 0;
  right: -200px;
  transition: 0.4s all ease;
}
.services-grid__text {
  font-size: 1.2em;
  position: relative;
  top: -20px;
  left: 10px;
}
.services-button {
  padding: 20px;
  margin-top: 200px;
  position: relative;
}
.services-button:before {
  content: "";
  height: 120px;
  width: 3px;
  display: block;
  position: absolute;
  background-color: #fff;
  top: -140px;
  opacity: 0.4;
  left: 50%;
}
.services-button a {
  left: calc(50% - 125px);
  position: relative;
}
.page-contact {
  color: #fff;
  font-weight: 300;
  position: relative;
}
.page-contact p {
  font-size: 1.6em;
  margin-bottom: 60px;
}
.page-contact .contact-link {
  color: #fff;
  font-size: 1.8em;
  text-decoration: none;
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
}
.page-contact .contact-link:after {
  content: "";
  position: absolute;
  display: inline-block;
  background: #1a65e3;
  height: 34px;
  width: 100%;
  bottom: 0;
  z-index: -1;
  opacity: 0;
  right: -200px;
  transition: 0.4s all ease;
}
.page-contact .contact-link:hover:after {
  opacity: 1;
  right: 0;
}
.side-nav {
  position: absolute;
  right: 10%;
  transform: rotate(90deg) translateY(-50%);
  top: 50%;
  z-index: 1;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  white-space: nowrap;
}
.side-nav:after {
  content: attr(data-text);
  position: absolute;
  right: 50%;
  top: -65px;
  transform: translateX(50%);
  font-size: 8em;
  font-weight: 700;
  opacity: 0.05;
  z-index: -1;
  text-transform: uppercase;
}
.side-nav__arrow-down {
  content: "";
  background-image: url("/img/side-nav-arrow.svg");
  width: 20px;
  height: 20px;
  background-size: contain;
  display: block;
  position: absolute;
  bottom: 46%;
  right: 5%;
  transform: rotate(-90deg);
}
.side-nav__arrow-up {
  content: "";
  background-image: url("/img/side-nav-arrow.svg");
  width: 20px;
  height: 20px;
  background-size: contain;
  display: block;
  position: absolute;
  top: 46%;
  right: 5%;
  transform: rotate(90deg);
}
.page-features__wrap {
  display: flex;
  height: 100vh;
  width: 100%;
}
.page-features__wrap div {
  flex: 1;
  background: #f00;
  border: 1px solid #00f;
}
.services-wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 1350px;
  margin: 80px auto;
}
@media only screen and (max-width: 1300px) {
  .services-wrap {
    width: 100%;
  }
}
.services-header {
  margin: 0 auto;
  color: #fff;
  background-color: rgba(0,0,0,0.3);
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 800px) {
  .services-header {
    width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  .services-header {
    width: 500px;
  }
}
.services-header .header-image {
  flex: 1;
  height: 500px;
  background-image: url("/img/uslugi.jpg");
  filter: hue-rotate(-7deg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  top: 100px;
  box-shadow: 0px 6px 43px -2px rgba(5,8,26,0.5);
}
.services-header .header-image.bezpieczenstwo {
  background-image: url("/img/bezpieczenstwo.jpg");
  filter: hue-rotate(21deg);
}
.services-header .header-image.serwer {
  background-image: url("/img/serwer.jpg");
  filter: hue-rotate(21deg);
}
.services-header .header-image.monitoring {
  background-image: url("/img/monitoring.jpg");
  filter: hue-rotate(21deg);
}
.services-header .header-image.wirtualizacja {
  background-image: url("/img/wirtualizacja.jpg");
  filter: hue-rotate(21deg);
}
.services-header .header-image.optymalizacja {
  background-image: url("/img/optymalizacja.jpg");
  filter: hue-rotate(21deg);
}
.services-header .header-image.serwis {
  background-image: url("/img/serwis.jpg");
  filter: hue-rotate(21deg);
}
.services-header .header-text {
  padding-top: 200px;
  flex: 1;
  position: relative;
  left: -100px;
  line-height: 3.5em;
}
@media only screen and (max-width: 500px) {
  .services-header .header-text {
    left: -160px;
  }
}
@media only screen and (max-width: 400px) {
  .services-header .header-text {
    left: -180px;
  }
}
@media only screen and (max-width: 350px) {
  .services-header .header-text {
    left: -205px;
  }
}
.services-header h1 {
  display: inline-block;
  font-size: 3em;
  text-transform: uppercase;
  color: #fff;
}
@media only screen and (max-width: 1200px) {
  .services-header h1 {
    font-size: 2.5em;
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 500px) {
  .services-header h1 {
    padding-left: 4%;
    font-size: 2.2em;
  }
}
@media only screen and (max-width: 400px) {
  .services-header h1 {
    font-size: 2em;
  }
}
@media only screen and (max-width: 350px) {
  .services-header h1 {
    font-size: 1.9em;
  }
}
.services-header p {
  font-weight: 300;
  max-width: 600px;
  font-size: 1.4em;
  opacity: 0.8;
  line-height: 1.5em;
}
.services-item {
  width: calc(100% / 2 - 160px);
  color: #fff;
  text-decoration: none;
  margin: 80px;
}
@media only screen and (max-width: 720px) {
  .services-item {
    margin: 40px 10px;
  }
}
@media only screen and (max-width: 1100px) {
  .services-item {
    width: calc(100% - 160px);
  }
}
@media only screen and (max-width: 720px) {
  .services-item {
    width: 96%;
  }
}
.services-item:hover .services-item__image:after {
  opacity: 0.4;
}
.services-item__image {
  height: 300px;
  max-width: 550px;
  position: relative;
  box-shadow: 0px 6px 43px -2px #05081a;
}
@media only screen and (max-width: 1100px) {
  .services-item__image {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 450px) {
  .services-item__image {
    height: 220px;
  }
}
.services-item__image:after {
  content: "";
  display: block;
  width: 100%;
  background-color: #1a65e3;
  height: 100%;
  opacity: 0;
  transition: 0.2s;
}
.services-item__image:before {
  content: attr(data-number);
  position: absolute;
  color: #1a65e3;
  font-size: 6em;
  font-weight: bold;
  top: -0.6em;
  left: 10px;
  opacity: 0.6;
}
.services-item__image.safety {
  background-image: url("/img/bezpieczenstwo-min.jpg");
}
.services-item__image.servers {
  background-image: url("/img/serwer-min.jpg");
}
.services-item__image.monit {
  background-image: url("/img/monitoring-min.jpg");
}
.services-item__image.wirtualizacja {
  background-image: url("/img/wirtualizacja-min.jpg");
}
.services-item__image.optimalization {
  background-image: url("/img/optymalizacja-min.jpg");
}
.services-item__image.service {
  background-image: url("/img/serwis-min.jpg");
}
.services-item__title {
  font-size: 2em;
  margin-bottom: 20px;
  font-weight: 700;
  position: relative;
  top: -25px;
  left: 10px;
  font-size: 2.5em;
  text-shadow: 0px 6px 43px -2px #05081a;
  background-color: #1a65e3;
  display: inline-block;
  padding: 0 10px;
}
@media only screen and (max-width: 1100px) {
  .services-item__title {
    left: 50%;
    transform: translateX(-50%);
  }
}
.services-item__title:after {
  content: "";
  position: absolute;
  display: inline-block;
  background: #1a65e3;
  height: 34px;
  width: 100%;
  top: 19px;
  z-index: -1;
  opacity: 0;
  right: -200px;
  transition: 0.4s all ease;
}
.services-item__text {
  font-size: 1.2em;
  position: relative;
  top: -20px;
  left: 10px;
}
@media only screen and (max-width: 1100px) {
  .services-item__text {
    max-width: 550px;
    margin: 0 auto;
  }
}
.page-content {
  margin-bottom: 300px;
  position: realtive;
  z-index: 1;
  box-shadow: 0 10px 10px #1d2225;
}
.page-footer {
  color: #fff;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: rgba(0,0,0,0.2);
}
.page-footer:before {
  content: "";
  display: block;
  width: 90%;
  margin: 0 auto;
  height: 1px;
  background-image: radial-gradient(circle 548px at center, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.2) 20%, transparent 100%);
}
.page-footer__links {
  display: flex;
  padding: 10px 0;
  width: 80%;
  margin: 0 auto;
  justify-content: space-between;
}
@media only screen and (max-width: 1200px) {
  .page-footer__links {
    width: 95%;
  }
}
.page-footer__links div:first-of-type {
  margin-right: 40px;
  align-self: center;
}
@media only screen and (max-width: 1300px) {
  .page-footer__links div:first-of-type {
    margin-right: 0;
  }
}
.page-footer__links .footer-list {
  width: 100%;
}
.page-footer__links ul {
  padding: 0;
  margin: 0;
  display: flex;
}
@media only screen and (max-width: 600px) {
  .page-footer__links ul {
    flex-direction: column-reverse;
  }
}
.page-footer__links ul li {
  list-style: none;
  margin: 10px 0;
  font-size: 0.9em;
  transition: 0.2s;
  padding: 0 20px;
  text-align: center;
}
.page-footer__links ul li a {
  opacity: 0.8;
}
.page-footer__links ul li a:hover {
  opacity: 1;
}
.page-footer__links ul li.made-by {
  flex: 1;
  text-align: right;
  opacity: 0.6;
}
@media only screen and (max-width: 600px) {
  .page-footer__links ul li.made-by {
    display: none;
  }
}
.page-footer__links ul li.copyright {
  flex: 1;
  text-align: left;
  opacity: 0.6;
}
@media only screen and (max-width: 600px) {
  .page-footer__links ul li.copyright {
    text-align: center;
  }
}
.page-footer__links a {
  color: #fff;
  text-decoration: none;
}
.page-footer__links #logo {
  width: 120px;
}
.contact-form {
  width: 1000px;
  margin: 80px auto;
  text-align: left;
}
@media only screen and (max-width: 1300px) {
  .contact-form {
    width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  .contact-form {
    margin-top: 40px;
  }
}
.contact-form__form {
  display: flex;
  flex-direction: column;
}
.contact-form__form label {
  text-transform: uppercase;
  font-weight: 500;
}
.contact-form__form input,
.contact-form__form textarea {
  margin: 8px 0 25px;
  border: none;
  border-bottom: 2px solid rgba(255,255,255,0.2);
  padding: 10px;
  background-color: transparent;
  color: #fff;
}
.contact-form__form input:focus,
.contact-form__form textarea:focus {
  background-color: rgba(255,255,255,0.05);
}
.contact-form__form input:invalid,
.contact-form__form textarea:invalid {
  box-shadow: none;
  border-color: rgba(255,0,0,0.6);
}
.contact-form__form .form-flex {
  display: flex;
}
@media only screen and (max-width: 500px) {
  .contact-form__form .form-flex {
    flex-direction: column;
  }
}
.contact-form__form .form-flex div {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.contact-form__form .form-flex div:first-of-type {
  margin-right: 40px;
}
@media only screen and (max-width: 500px) {
  .contact-form__form .form-flex div:first-of-type {
    margin-right: 0;
  }
}
.contact-form__form .button {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px 40px;
  background-color: #1a65e3;
  box-shadow: 0px 4px 16px 0px #0d2f56;
  font-size: 0.8em;
  letter-spacing: 1px;
  font-weight: 600;
  border-color: transparent;
  width: 300px;
  margin: 30px auto;
}
.contact-form__form .button:hover {
  cursor: pointer;
  background-color: #5273e3;
}
.contact-wrap {
  display: flex;
  width: 80%;
  margin: 200px auto 0;
  flex-direction: column;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .contact-wrap {
    width: 90%;
  }
}
@media only screen and (max-width: 500px) {
  .contact-wrap {
    text-align: left;
  }
}
.contact-wrap .contact-text p {
  margin: 30px 0;
  font-size: 18px;
}
@media only screen and (max-width: 700px) {
  .contact-wrap .contact-text p {
    font-size: 14px;
  }
}
.contact-wrap .contact-contact a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  position: relative;
  margin: 0 20px 25px;
  padding-left: 35px;
}
@media only screen and (max-width: 500px) {
  .contact-wrap .contact-contact a {
    margin-left: 0;
  }
}
.contact-wrap .contact-contact a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  height: 24px;
  width: 24px;
}
.contact-wrap .contact-contact a.contact-phone:before {
  background-image: url("/img/phone.svg");
}
.contact-wrap .contact-contact a.contact-mail:before {
  background-image: url("/img/envelope.svg");
}
.about-title {
  font-size: 2em;
  position: relative;
}
.about-title:before {
  content: "";
  display: block;
  height: 3px;
  width: 120px;
  position: absolute;
  left: -150px;
  background-color: #1a65e3;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 400px) {
  .about-title:before {
    left: -120px;
  }
}
.contact-title {
  font-size: 2em;
  position: relative;
}
.contact-title:before {
  content: "";
  display: block;
  height: 100px;
  width: 3px;
  position: absolute;
  left: 50%;
  background-color: #1a65e3;
  top: -160px;
  transform: translateX(-50%);
}
.contact-title.services {
  margin-top: 350px;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 750px) {
  .contact-title.services {
    font-size: 1.6em;
  }
}
@media only screen and (max-width: 650px) {
  .contact-title.services {
    font-size: 1.4em;
    padding: 0 20px;
  }
}
.services-flex {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
}
.services-flex > div {
  width: calc(100% / 3 - 40px);
  margin: 20px;
  text-align: center;
}
.services-title2 {
  text-align: center;
  position: relative;
  z-index: 2;
}
.services-title2 h2 {
  text-transform: uppercase;
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 20px;
  color: #1a65e3;
}
.services-title2 h4 {
  font-weight: 300;
  font-size: 3em;
  margin-top: 0;
}
.services-description {
  display: flex;
  padding: 0 10%;
  margin: 200px 0 80px;
  color: #283d55;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .services-description {
    padding: 0 2%;
  }
}
.services-description.vertical {
  flex-direction: column;
  width: 1000px;
  margin: 200px auto 80px;
}
@media only screen and (max-width: 1200px) {
  .services-description.vertical {
    width: auto;
    max-width: 1000px;
  }
}
@media only screen and (max-width: 750px) {
  .services-description.vertical {
    margin-top: 100px;
  }
}
.services-description__item {
  font-size: 20px;
  background-color: #fff;
  margin: 20px;
  padding: 20px 30px 30px 120px;
  flex: 1;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .services-description__item {
    margin: 20px 0;
  }
}
@media only screen and (max-width: 700px) {
  .services-description__item {
    padding: 10px 20px 20px 80px;
  }
}
@media only screen and (max-width: 400px) {
  .services-description__item {
    padding: 10px 10px 10px 80px;
  }
}
.services-description__item:after {
  content: "";
  display: block;
  height: 120px;
  width: 120px;
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 700px) {
  .services-description__item:after {
    left: -50px;
  }
}
.services-description__item.audit:after {
  background-image: url("/img/audit.svg");
}
.services-description__item.backup:after {
  background-image: url("/img/database.svg");
}
.services-description__item.www:after {
  background-image: url("/img/www.svg");
}
.services-description__item.ftp:after {
  background-image: url("/img/ftp.svg");
}
.services-description__item.print:after {
  background-image: url("/img/print.svg");
}
.services-description__item.mail:after {
  background-image: url("/img/mail.svg");
}
.services-description__item.file:after {
  background-image: url("/img/file.svg");
}
.services-description__item.dev:after {
  background-image: url("/img/dev.svg");
}
.services-description__item.safe:after {
  background-image: url("/img/safe.svg");
}
.services-description__item.fast:after {
  background-image: url("/img/fast.svg");
}
.services-description__item.system:after {
  background-image: url("/img/windows.svg");
}
.services-description__item.install:after {
  background-image: url("/img/download.svg");
}
.services-description__item.virus:after {
  background-image: url("/img/virus.svg");
}
.services-description__item.part:after {
  background-image: url("/img/motherboard.svg");
}
.services-description__item.pc:after {
  background-image: url("/img/pc.svg");
}
.services-description__item p {
  line-height: 1.5em;
  opacity: 0.7;
  font-size: 18px;
}
@media only screen and (max-width: 700px) {
  .services-description__item p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 700px) {
  .services-description__item h2 {
    font-size: 1.2em;
  }
}
.uslugi {
  display: flex;
  flex-direction: column;
  width: 80%;
  margin: 0 auto;
}
@media only screen and (max-width: 1000px) {
  .uslugi {
    width: 95%;
  }
}
@media only screen and (max-width: 700px) {
  .uslugi {
    width: 85%;
  }
}
.uslugi-item {
  display: flex;
  margin-bottom: 200px;
}
.uslugi-item.right {
  text-align: right;
}
.uslugi-item.right .uslugi-text {
  padding-right: 0;
  padding-left: 190px;
}
@media only screen and (max-width: 1370px) {
  .uslugi-item.right .uslugi-text {
    padding-left: 150px;
  }
}
@media only screen and (max-width: 1150px) {
  .uslugi-item.right .uslugi-text {
    padding-left: 100px;
  }
}
@media only screen and (max-width: 1070px) {
  .uslugi-item.right .uslugi-text {
    padding-left: 40px;
  }
}
.uslugi-item.right .uslugi-text hr {
  left: -4px;
}
.uslugi-item.right .button-more {
  left: auto;
  right: 5px;
}
.uslugi-text {
  flex: 1;
  color: #fff;
  padding-top: 20px;
  position: relative;
  padding-right: 190px;
}
@media only screen and (max-width: 1370px) {
  .uslugi-text {
    padding-right: 150px;
  }
}
@media only screen and (max-width: 1150px) {
  .uslugi-text {
    padding-right: 100px;
  }
}
@media only screen and (max-width: 1070px) {
  .uslugi-text {
    padding-right: 40px;
  }
}
.uslugi-text p {
  opacity: 0.6;
  line-height: 1.6em;
}
.uslugi-text hr {
  width: 2px;
  height: 40px;
  border: none;
  background-color: #1a65e3;
  display: inline-block;
  position: relative;
  left: 4px;
  bottom: -8px;
}
.uslugi-text span {
  display: block;
  font-size: 3.5em;
  font-weight: 500;
}
.uslugi-tytul {
  font-size: 2.2em;
  text-transform: uppercase;
}
.uslugi-more {
  flex: 1;
  position: relative;
}
@media only screen and (max-width: 700px) {
  .uslugi-more {
    flex: none;
  }
}
.uslugi .button-more {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px 25px;
  padding-right: 50px;
  background-color: #1a65e3;
  box-shadow: 0px 4px 16px 0px #0d2f56;
  font-size: 0.8em;
  letter-spacing: 1px;
  font-weight: 600;
  position: absolute;
  bottom: 20px;
}
@media only screen and (max-width: 1500px) {
  .uslugi .button-more {
    position: relative;
    top: 40px;
  }
}
.uslugi .button-more:hover {
  background-color: #5273e3;
}
.uslugi .button-more:after {
  content: "";
  display: inline-block;
  background-image: url("/img/arrow-down.svg");
  background-size: contain;
  background-repeat: no-repeat;
  height: 25px;
  width: 25px;
  top: 5px;
  transform: rotate(-90deg);
  position: absolute;
  right: 10px;
}
.uslugi-photo {
  height: 450px;
  width: 740px;
  background-color: rgba(26,101,227,0.8);
  position: relative;
  z-index: 3;
  box-shadow: 0 0 21px 4px rgba(0,0,0,0.1);
  position: relative;
  z-index: 2;
}
.uslugi-photo:before {
  content: "";
  display: block;
  height: 450px;
  width: 740px;
  position: relative;
  z-index: -1;
  top: 40px;
  right: 40px;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1500px) {
  .uslugi-photo:before {
    width: 600px;
    height: 400px;
  }
}
@media only screen and (max-width: 1250px) {
  .uslugi-photo:before {
    width: 500px;
    height: 350px;
  }
}
@media only screen and (max-width: 1050px) {
  .uslugi-photo:before {
    top: 20px;
    right: 20px;
  }
}
@media only screen and (max-width: 900px) {
  .uslugi-photo:before {
    width: 350px;
    height: 250px;
  }
}
@media only screen and (max-width: 1500px) {
  .uslugi-photo {
    position: relative;
    top: 50px;
    width: 600px;
    height: 400px;
  }
}
@media only screen and (max-width: 1250px) {
  .uslugi-photo {
    width: 500px;
    height: 350px;
  }
}
@media only screen and (max-width: 900px) {
  .uslugi-photo {
    width: 350px;
    height: 250px;
    top: 110px;
  }
}
@media only screen and (max-width: 700px) {
  .uslugi-photo {
    display: none;
  }
}
.uslugi-photo.bezpieczenstwo:before {
  background-image: url("/img/bezpieczenstwo-min.jpg");
}
.uslugi-photo.serwery:before {
  background-image: url("/img/serwer-min.jpg");
}
.uslugi-photo.monitoring:before {
  background-image: url("/img/monitoring-min.jpg");
}
.page-why {
  width: 80%;
  margin: 200px auto 0;
}
@media only screen and (max-width: 1050px) {
  .page-why {
    width: 85%;
  }
}
@media only screen and (max-width: 550px) {
  .page-why {
    width: 95%;
  }
}
.page-why .why-text {
  background-color: #fff;
  padding: 80px;
  color: #283d55;
  text-align: right;
  position: relative;
  box-sizing: border-box;
  margin-left: 10%;
  padding-bottom: 120px;
}
@media only screen and (max-width: 1050px) {
  .page-why .why-text {
    padding: 60px;
  }
}
@media only screen and (max-width: 930px) {
  .page-why .why-text {
    margin-left: 0;
    padding-top: 220px;
    padding-bottom: 100px;
    text-align: center;
  }
}
@media only screen and (max-width: 800px) {
  .page-why .why-text {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 550px) {
  .page-why .why-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 930px) {
  .page-why .why-text.serwis {
    text-align: left;
  }
}
.page-why .why-text h2 {
  font-size: 2.4em;
  margin-top: 0;
  position: relative;
}
@media only screen and (max-width: 1250px) {
  .page-why .why-text h2 {
    font-size: 1.8em;
  }
}
.page-why .why-text h2:before {
  content: "";
  display: block;
  height: 3px;
  width: 120px;
  position: absolute;
  right: -150px;
  background-color: #1a65e3;
  top: 50%;
  transform: translateY(-50%);
}
.page-why .why-text p {
  opacity: 0.6;
  max-width: 600px;
  font-size: 1.2em;
  line-height: 1.4em;
  margin: 60px 0 0 auto;
}
@media only screen and (max-width: 1650px) {
  .page-why .why-text p {
    font-size: 1em;
    max-width: 550px;
  }
}
@media only screen and (max-width: 1500px) {
  .page-why .why-text p {
    max-width: 500px;
  }
}
@media only screen and (max-width: 1400px) {
  .page-why .why-text p {
    line-height: 1.4em;
  }
}
@media only screen and (max-width: 1300px) {
  .page-why .why-text p {
    max-width: 400px;
  }
}
@media only screen and (max-width: 1100px) {
  .page-why .why-text p {
    font-size: 0.9em;
    max-width: 350px;
  }
}
@media only screen and (max-width: 930px) {
  .page-why .why-text p {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
  }
}
.page-why .why-text .why-image {
  background-image: url("/img/why-image2.jpg");
  filter: hue-rotate(21deg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 600px;
  position: absolute;
  width: 700px;
  top: -60px;
  left: -10%;
  box-shadow: 0 0 60px -10px rgba(0,0,0,0.6);
}
@media only screen and (max-width: 1750px) {
  .page-why .why-text .why-image {
    height: 600px;
    width: 600px;
    background-size: cover;
  }
}
@media only screen and (max-width: 1550px) {
  .page-why .why-text .why-image {
    height: 500px;
    width: 550px;
    top: 60px;
    left: -15%;
  }
}
@media only screen and (max-width: 1400px) {
  .page-why .why-text .why-image {
    height: 400px;
    width: 450px;
  }
}
@media only screen and (max-width: 1220px) {
  .page-why .why-text .why-image {
    right: -17%;
  }
}
@media only screen and (max-width: 1190px) {
  .page-why .why-text .why-image {
    right: -19%;
    height: 400px;
    width: 450px;
    top: 75px;
  }
}
@media only screen and (max-width: 1150px) {
  .page-why .why-text .why-image {
    height: 350px;
    width: 400px;
    top: 100px;
  }
}
@media only screen and (max-width: 1050px) {
  .page-why .why-text .why-image {
    height: 350px;
    width: 400px;
    top: -50px;
  }
}
@media only screen and (max-width: 930px) {
  .page-why .why-text .why-image {
    height: 250px;
    width: 280px;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 700px) {
  .page-why .why-text .why-image {
    right: -6%;
  }
}
@media only screen and (max-width: 650px) {
  .page-why .why-text .why-image {
    height: 200px;
    width: 250px;
  }
}
@media only screen and (max-width: 550px) {
  .page-why .why-text .why-image {
    right: calc(50% - 125px);
  }
}
.why-points {
  display: flex;
  margin: 0 auto;
  position: absolute;
  left: 45%;
  transform: translateX(-50%);
  bottom: -25px;
  background-color: #fff;
  box-shadow: 0 0 21px 4px rgba(0,0,0,0.1);
}
@media only screen and (max-width: 930px) {
  .why-points {
    left: 50%;
  }
}
@media only screen and (max-width: 800px) {
  .why-points {
    bottom: -15px;
  }
}
.why-points div {
  flex: 1;
  margin: 0 40px;
  text-align: left;
  padding: 20px 0;
  padding-left: 50px;
  position: relative;
  text-transform: uppercase;
  font-weight: 500;
  color: rgba(40,61,85,0.6);
}
@media only screen and (max-width: 800px) {
  .why-points div {
    font-size: 0.8em;
    padding-left: 35px;
    margin: 0 20px;
    padding: 10px 0 10px 30px;
  }
}
@media only screen and (max-width: 460px) {
  .why-points div {
    margin: 0 10px;
    padding-left: 26px;
    font-size: 0.7em;
  }
}
.why-points div:after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 30px;
  width: 30px;
  background-size: contain;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 800px) {
  .why-points div:after {
    height: 20px;
    width: 20px;
  }
}
@media only screen and (max-width: 460px) {
  .why-points div:after {
    height: 16px;
    width: 16px;
  }
}
.why-points div.rzetelnosc:after {
  background-image: url("/img/handshake.svg");
}
.why-points div.jakosc:after {
  background-image: url("/img/quality.svg");
}
.why-points div.terminowosc:after {
  background-image: url("/img/deadline.svg");
}
.header-scroll {
  width: 45px;
  height: 60px;
  background-image: url("/img/arrow-down.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: 0 3px;
  position: absolute;
  right: 15%;
  text-decoration: none;
  background-color: #1a65e3;
}
.symptoms-list {
  list-style: none;
  padding-top: 20px;
}
.symptoms-list li {
  margin-bottom: 20px;
}
.symptoms-list li:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #1a65e3;
  position: relative;
  left: 10px;
}
@media only screen and (max-width: 930px) {
  .symptoms-list li:after {
    position: absolute;
    left: 60px;
  }
}
@media only screen and (max-width: 550px) {
  .symptoms-list li:after {
    position: absolute;
    left: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .mobile-hide {
    display: none;
  }
}
.mobile-menu {
  background-color: rgba(38,44,102,0.98);
  position: absolute;
  left: 0;
  top: 0;
  padding: 20px;
  height: 100vh;
  width: 100%;
  margin: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  box-sizing: border-box;
  z-index: 3;
  display: none;
}
.mobile-menu li {
  list-style: none;
  font-size: 2em;
  flex: 1;
  position: relative;
}
.mobile-menu li a {
  text-decoration: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.mobile-menu li a.nav-phone {
  font-size: 16px;
  opacity: 0.6;
  white-space: nowrap;
  padding-left: 30px;
}
.mobile-menu li a.nav-phone:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  height: 20px;
  width: 20px;
  background-image: url("/img/phone.svg");
}
.mobile-menu.open {
  display: flex;
}
.nav-menu__icon {
  width: 30px;
  height: 23px;
  cursor: pointer;
  position: absolute;
  z-index: 6;
  margin-top: 10px !important;
  top: 25px;
  right: 10%;
  display: none;
}
@media only screen and (max-width: 600px) {
  .nav-menu__icon {
    display: block;
  }
}
@media only screen and (max-width: 550px) {
  .nav-menu__icon {
    top: 8px;
    right: 5%;
  }
}
.bar,
.bar:after,
.bar:before {
  width: 30px;
  height: 3px;
}
@media only screen and (max-width: 720px) {
  .bar,
  .bar:after,
  .bar:before {
    width: 25px;
    height: 2px;
  }
}
.bar {
  position: relative;
  top: 10px;
  transform: translateY($bar-spacing);
  background: #fff;
  transition: all 0ms 300ms;
}
.bar.animate {
  background: transparent;
}
.bar:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  background: #fff;
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
@media only screen and (max-width: 720px) {
  .bar:before {
    bottom: 8px;
  }
}
.bar:after {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  background: #fff;
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
@media only screen and (max-width: 720px) {
  .bar:after {
    top: 8px;
  }
}
.bar.animate:after {
  top: 0;
  transform: rotate(45deg);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.bar.animate:before {
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
@-moz-keyframes dash {
  0% {
    stroke-dashoffset: 3800;
  }
  25% {
    stroke-dashoffset: 3800;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 3800;
  }
  25% {
    stroke-dashoffset: 3800;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-o-keyframes dash {
  0% {
    stroke-dashoffset: 3800;
  }
  25% {
    stroke-dashoffset: 3800;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 3800;
  }
  25% {
    stroke-dashoffset: 3800;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
