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

.screen-reader-text, .visually-hidden {
  display: none;
}

body {
  background: #fff;
  font: 13.5pt/22pt Poppins, Arial, Tahoma, sans-serif;
  word-spacing: 1.4pt;
  margin: 0;
  padding: 0;
}

.container {
  max-width: 990px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
  position: relative;
}
.container:after {
  content: "";
  display: table;
  clear: both;
}

a, a:link, a:visited {
  text-decoration: none;
}

header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(13, 28, 58, 0.582);
  height: 80px;
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.05);
}
header nav {
  position: absolute;
  top: 15px;
  right: 0;
}
header ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
header ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
header ul li a {
  padding: 10px 15px;
}
header ul li.active {
  font-weight: bold;
}
header a:link, header a:visited {
  color: #fff;
  float: left;
}
header .logo,
header .site-title {
  position: fixed;
  z-index: 15;
  color: #fff;
}

section {
  padding: 100px 0;
  min-height: 100vh;
  overflow: hidden;
}

section:nth-child(even) {
  background: #eee;
}

section p {
  text-align: justify;
}
section p.highlight {
  text-align: center;
  padding: 20px 0;
}
section p.highlight span {
  padding: 8px 20px;
  background: rgba(9, 61, 110, 0.849);
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  display: inline-block;
}

section h2 {
  font-size: 2em;
}

.section-active .packages {
  visibility: visible;
}

#modele .container {
  visibility: hidden;
}

#modele.section-active .container {
  visibility: visible;
}

#szkolenia .container {
  visibility: hidden;
}

#szkolenia.section-active .container {
  visibility: visible;
}

#kontakt .container {
  visibility: hidden;
}

#kontakt.section-active .container {
  visibility: visible;
}

.packages {
  margin: 80px 0 50px;
  padding: 0;
  list-style: none;
  visibility: hidden;
}
.packages h3 {
  position: relative;
  margin: 0 0 15px 0;
  padding: 1em 0;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.packages h3:after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 50%;
  width: 80px;
  height: 3px;
  background: #325fa3;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}
.packages ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.9em;
}
.packages ul li {
  padding: 3px 0;
}
.packages ul li:nth-child(even) {
  background: rgba(0, 0, 0, 0.04);
}
.packages li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.packages > li {
  position: relative;
  float: left;
  width: 33.3333%;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fff;
  min-height: 400px;
  text-align: center;
  z-index: 9;
}
.packages > li:nth-child(2) {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
  box-shadow: 0 5px 45px -10px rgba(0, 0, 0, 0.3);
  z-index: 10;
}
.packages:after {
  display: table;
  content: "";
  clear: both;
}

.columns .column {
  float: left;
  width: 50%;
}

#kontakt .column {
  width: calc(50% - 15px);
}
#kontakt .column:first-child {
  margin-right: 15px;
}
#kontakt .column:last-child {
  margin-left: 15px;
}

.btn {
  cursor: pointer;
  border: 0;
  background: #24a892;
  color: #fff;
  padding: 7px 30px;
  font: inherit;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 2px;
  box-shadow: inset 0 1px #2fbba4, 0 4px 10px -5px rgba(0, 0, 0, 0.3);
  transition: all 0.2s ease-out;
}
.btn:hover {
  background: #325fa3;
  box-shadow: inset 0 1px #3f6caf, 0 4px 10px -5px rgba(0, 0, 0, 0.3);
}

.btn-range {
  display: none;
}

form .error {
  background: #fff;
  border-radius: 4px;
  color: #f00;
  padding: 10px 15px;
  text-align: center;
}
form label {
  display: block;
  margin-bottom: 15px;
}
form label span.label {
  display: block;
}
form input[type=text], form textarea {
  font: inherit;
  padding: 10px;
  border: 0;
  display: block;
  width: 100%;
  border-radius: 4px;
  background: rgba(64, 92, 146, 0.4);
  color: #fff;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
form input[type=text]:hover, form textarea:hover {
  background: rgba(64, 92, 146, 0.6);
}
form input[type=text]:active, form input[type=text]:focus, form textarea:active, form textarea:focus {
  background: #fff;
  color: #444;
  outline: none;
  box-shadow: 0 4px 10px -5px rgba(0, 0, 0, 0.3);
}
form textarea {
  min-height: 235px;
}
form .columns:after {
  content: "";
  display: table;
  clear: both;
}
form button {
  cursor: pointer;
  border: 0;
  background: #24a892;
  color: #fff;
  padding: 7px 30px;
  font: inherit;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 2px;
  box-shadow: inset 0 1px #2fbba4, 0 4px 10px -5px rgba(0, 0, 0, 0.3);
  transition: all 0.2s ease-out;
}
form button:hover {
  background: #325fa3;
  box-shadow: inset 0 1px #3f6caf, 0 4px 10px -5px rgba(0, 0, 0, 0.3);
}

#start {
  background: no-repeat url(/static/img/start.jpg) 50% 60%;
  background-size: cover;
  color: #fff;
}

#o-firmie {
  background: no-repeat url(/static/img/o-firmie-2.jpg) 50% 60%;
  background-size: cover;
  color: #fff;
}

#sprzedaz {
  background: no-repeat url(/static/img/sprzedaz.jpg) 50% 60%;
  background-size: cover;
}

#szkolenia {
  background: no-repeat url(/static/img/szkolenia.jpg) 50% 60%;
  background-size: cover;
  color: #fff;
}

#kontakt {
  background: #14264d;
  color: #fff;
}

.shadow {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.shadow h2 {
  margin-top: 0;
}
.shadow p:first-child {
  margin-top: 0;
}
.shadow p:last-child {
  margin-bottom: 0;
}

#start .container,
#szkolenia .container,
#o-firmie .container {
  height: 100%;
  min-height: 100vh;
}
#start .shadow,
#szkolenia .shadow,
#o-firmie .shadow {
  position: absolute;
}

#start .shadow {
  transform: none;
  top: 50px;
}

.img-range {
  /*float: right;
  max-width: 40%;
  margin: 0 0 0 50px;*/
  display: block;
  overflow: hidden;
  position: absolute;
  top: 450px;
  width: calc(100% - 30px);
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.3);
  border: 5px solid rgba(0, 0, 0, 0.3);
}
.img-range:active, .img-range:focus {
  outline: none;
}
.img-range img {
  width: 100%;
  height: auto;
  float: left;
}

@media screen and (max-height: 1366px) and (max-width: 1270px) {
  #start {
    background-position: 70% 60%;
  }

  .img-range {
    top: 750px;
  }
}
@media screen and (max-height: 768px) {
  #start {
    background-position: 80% 50%;
  }

  .img-range {
    top: 480px;
  }
}
.tabs-model {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  font-size: 0;
  word-spacing: 0;
}
.tabs-model li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  font-size: 1rem;
  word-spacing: initial;
}
.tabs-model li a {
  padding: 10px 25px;
  float: left;
  position: relative;
  color: #325fa3;
  font-weight: bold;
}
.tabs-model li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  opacity: 0;
  height: 3px;
  background: #325fa3;
  transition: all 0.3s ease-out;
}
.tabs-model li a.model-active:after, .tabs-model li a:hover:after {
  width: 100%;
  opacity: 1;
}

.model {
  display: none;
}
.model.model-active {
  display: block;
}
.model .header {
  height: 320px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-bottom: 2em;
}
.model .technical h4 {
  position: relative;
  text-align: center;
}
.model .gallery {
  margin-top: 2em;
}
.model .gallery a {
  float: left;
  max-width: 25%;
  height: 155px;
  overflow: hidden;
  background: #000;
}
.model .gallery img {
  float: left;
  max-width: 100%;
  height: auto;
}
.model .gallery:after {
  content: "";
  display: table;
  clear: both;
}
.model .details {
  margin-top: 2em;
}

.footnote {
  font-size: 0.7em;
  line-height: 1.2em;
  margin: 15px;
}
.footnote ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footnote ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.technical {
  margin: 0;
}
.technical .parameter {
  border-bottom: 1px solid #ddd;
}
.technical .parameter:last-child {
  border-bottom: 0;
}
.technical .parameter .key {
  width: 50%;
  float: left;
  padding: 5px 15px;
  padding-left: 10%;
  font-weight: bold;
}
.technical .parameter .value {
  width: 50%;
  float: left;
  padding: 5px 15px;
  padding-right: 10%;
}
.technical .parameter:after {
  display: table;
  content: "";
  clear: both;
}

.shadow {
  background: rgba(0, 0, 0, 0.3);
  padding: 30px 60px;
  border-radius: 10px;
}
.shadow:before {
  content: "";
  position: absolute;
  left: -5px;
  top: 42px;
  width: 30px;
  height: 4px;
  border-radius: 2px;
  background: #fff;
}

.menu-toggle {
  display: none;
  position: fixed;
  top: 10px;
  right: 20px;
  width: 50px;
  height: 40px;
  background: #fff;
  cursor: pointer;
  border-radius: 4px;
  z-index: 15;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.menu-toggle i {
  position: absolute;
  top: 11px;
  left: 12px;
  right: 12px;
  height: 4px;
  border-radius: 2px;
  background: #000;
}
.menu-toggle i:nth-child(2) {
  top: 17px;
}
.menu-toggle i:nth-child(3) {
  top: 23px;
}

@media screen and (max-width: 1920px) {
  #start {
    background-image: url(/static/img/start_mobile.jpg);
  }

  #o-firmie {
    background-image: url(/static/img/o-firmie-2.jpg);
  }

  #sprzedaz {
    background-image: url(/static/img/sprzedaz_mobile.jpg);
  }

  #szkolenia {
    background-image: url(/static/img/szkolenia_mobile.jpg);
  }
}
@media screen and (max-width: 767px) {
  .menu-toggle {
    display: block;
  }

  body {
    font-size: 12pt;
    line-height: 15pt;
  }

  .img-range {
    display: none;
  }

  .btn-range {
    display: inline-block;
  }

  section {
    padding: 50px 0;
  }

  .container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .shadow {
    padding: 20px 30px;
    width: calc(100% - 40px);
  }
  .shadow:before {
    top: 28px;
    width: 20px;
  }

  #start .shadow {
    top: 150px;
  }

  #kontakt .column {
    margin: 0 !important;
    float: none;
    width: 100%;
  }
  #kontakt label span {
    margin-bottom: 10px;
  }

  .packages {
    margin: 50px 0;
  }
  .packages ul li {
    padding: 5px 0;
  }
  .packages > li {
    float: none;
    width: 100%;
    transform: none !important;
    min-height: auto;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }

  .tabs-model li a {
    padding: 10px 15px;
  }

  .model .gallery a {
    max-width: 50%;
    height: 125px;
  }

  .technical .parameter .key,
.technical .parameter .value {
    padding: 5px 15px;
  }

  header {
    height: 60px;
  }
  header nav {
    display: none;
  }
  header nav.visible {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 10;
    background: rgba(0, 0, 0, 0.8);
  }
  header nav.visible ul {
    margin-top: 100px;
    text-align: center;
  }
  header nav.visible ul li {
    display: block;
    font-size: 20pt;
  }
  header nav.visible ul li a {
    float: none;
    display: block;
    padding: 20px 60px;
  }
}

/*# sourceMappingURL=style.css.map */
