@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v28/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWV4exQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v28/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjWV4exQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v28/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B4uaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v28/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4uaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v28/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4uaVc.ttf) format('truetype');
}
/* --------------------------------------------------------------------- */
/* > Normalizacja                                                        */
/* --------------------------------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  min-height: 100%;
}
body {
  margin: 0;
  padding: 160px 0 0;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  color: #474747;
  background: url('../../images/front/assets/background.jpg') center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1.2;
  font-weight: bold;
}
p,
li {
  line-height: 1.5;
  margin-top: 0;
}
p.no-margin,
li.no-margin {
  margin: 0;
}
a,
button {
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a {
  color: #9c1518;
}
a:hover {
  color: #e81c24;
}
h1 {
  font-size: 36px;
  text-transform: uppercase;
}
h2 {
  font-size: 24px;
  text-transform: uppercase;
}
h3 {
  font-size: 18px;
  text-transform: uppercase;
}
h4 {
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
}
h5 {
  font-size: 14px;
  text-transform: uppercase;
}
img {
  max-width: 100%;
  display: block;
  height: auto;
  border: 0;
  outline: 0;
}
a.button,
button.button,
input[type=submit].button {
  -webkit-appearance: none;
  text-transform: uppercase;
  text-align: center;
  font-size: 16px;
  line-height: 41.2px;
  height: 43.2px;
  padding: 0 30px;
  background: #e81c24;
  border: 2px #e81c24 solid;
  border-radius: 0;
  font-weight: normal;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  color: white;
}
a.button.small,
button.button.small,
input[type=submit].button.small {
  font-size: 10.4px;
  height: 18.2px;
  line-height: 16.2px;
  padding: 0 7.5px;
}
a.button.medium,
button.button.medium,
input[type=submit].button.medium {
  font-size: 13px;
  height: 35.1px;
  line-height: 33.1px;
  padding: 0 7.5px;
}
a.button.gray,
button.button.gray,
input[type=submit].button.gray {
  background: #848484;
  border-color: #848484;
}
a.button:focus,
button.button:focus,
input[type=submit].button:focus,
a.button:visited,
button.button:visited,
input[type=submit].button:visited {
  color: white;
  background: #e81c24;
}
a.button:hover,
button.button:hover,
input[type=submit].button:hover {
  border-color: #000000;
  background: #000000;
  color: white;
}
input.input,
textarea.input,
select.input {
  background: white;
  padding: 0 10px;
  height: 36px;
  line-height: 36px;
  font-family: 'Open Sans', sans-serif;
  border-radius: 0;
  outline: none;
  border: 1px #e3e7ec solid;
  font-size: 14px;
  color: #585858;
  font-style: italic;
  font-weight: normal;
}
input.input.error,
textarea.input.error,
select.input.error {
  border-color: #e81c24;
  padding-right: 40px;
}
input.input[disabled],
textarea.input[disabled],
select.input[disabled] {
  border: none;
  text-align: left;
  padding: 0;
  width: auto;
  display: inline;
  font-size: 13px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}
.input[type=checkbox] {
  height: auto;
  line-height: 13px;
}
textarea.input {
  height: auto;
  line-height: 1.3em;
  padding: 10px;
  overflow: auto;
  resize: none;
}
.checkbox-wrapper {
  position: relative;
}
.checkbox-wrapper input[type=checkbox] {
  position: absolute;
  left: -9999px;
}
.checkbox-wrapper label:before {
  content: " ";
  position: absolute;
  top: 15px;
  left: 11px;
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid #b5b5b5;
  margin-right: 0.3em;
}
.checkbox-wrapper input[type=checkbox] + label,
.checkbox-wrapper input[type=checkbox] + figure + label {
  display: block;
  padding-left: 39px;
}
.checkbox-wrapper input[type=checkbox]:checked + label:before,
.checkbox-wrapper input[type=checkbox]:checked + figure + label::before {
  background: #da1b2c;
}
.checkbox-wrapper input[type=checkbox].error + label,
.checkbox-wrapper input[type=checkbox].error + figure + label {
  color: #da1b2c;
}
.checkbox-wrapper input[type=checkbox].error + label:before,
.checkbox-wrapper input[type=checkbox].error + figure + label::before {
  border-color: #da1b2c;
}
.page {
  width: 100%;
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  max-width: 1280px;
}
.page:after,
.page:before {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
.row {
  display: block;
  margin-bottom: 15px;
}
.row:after {
  content: " ";
  display: block;
  clear: both;
}
.row > .column {
  float: left;
}
.row > .column.column-2 {
  width: 50%;
}
.row > .column.column-3 {
  width: 33.33%;
}
.row > .column.column-4 {
  width: 25%;
}
table.table {
  width: 100%;
}
table.table thead {
  background: #848484;
  color: #ffffff;
  text-align: left;
}
table.table thead a {
  color: #ffffff;
}
table.table th,
table.table td {
  padding: 15px;
  line-height: 1.3em;
}
table.table tbody tr {
  background: #f2f4f6;
}
table.table tbody tr:nth-child(even) {
  background: #ffffff;
}
table.table tbody tr:nth-child(even).checked {
  background: rgba(51, 136, 0, 0.12);
}
table.table tbody tr.checked {
  background: rgba(51, 136, 0, 0.15);
}
table.table tbody tr:hover {
  background: #e9ecf0;
}
table.table .minimal {
  width: 1%;
  white-space: nowrap;
  text-align: center;
}
table.table .right {
  text-align: right;
}
ul.table {
  border: 1px solid #e3e7ec;
  padding: 0;
  margin: 0 0 15px;
}
ul.table .row {
  display: table;
  margin-bottom: 0;
  width: 100%;
}
ul.table .row:after {
  display: none;
}
ul.table .row:not(:last-child) {
  border-bottom: 1px solid #e3e7ec;
}
ul.table .row:hover {
  background: #fafafa;
}
ul.table .row.title {
  padding: 7.5px;
  font-weight: bold;
  text-align: center;
}
ul.table .row.green, ul.table .row.green .label {
  background-color: lightgreen;
}
ul.table .row.blue, ul.table .row.blue .label{
  background-color: lightblue;
}
ul.table .row.orange, ul.table .row.orange .label{
  background-color: #ffd379;
}
ul.table .sum {
  font-weight: bold;
}
ul.table .label,
ul.table .value {
  display: table-cell;
  padding: 7.5px;
  vertical-align: middle;
}
ul.table .label {
  width: 33.33%;
  background: #f2f4f6;
}
ul.table .value {
  width: 66.66%;
}
ul.table .value .column {
  display: inline-block;
  float: left;
  width: 33.33%;
}
ul.table .value .column:not(:first-child) {
  text-align: right;
}
ul.table .value.col-2 .column {
  width: 50%;
}
ul.table.values-right .value {
  text-align: right;
}
ul.pagination {
  padding: 0;
  margin: 15px 0;
  text-align: center;
}
ul.pagination li {
  display: inline-block;
  padding: 0;
  margin: 0;
  background: #f2f4f6;
}
ul.pagination li a {
  display: block;
  padding: 7.5px 15px;
}
ul.pagination li a:hover {
  background: #f2f4f6;
}
ul.pagination li.active {
  background: #e81c24;
  color: #ffffff;
  padding: 7.5px 15px;
}
ul.pagination li.disabled {
  color: #848484;
  padding: 7.5px 15px;
}
section.perpage form {
  text-align: center;
}
section.perpage label {
  margin: 7.5px;
}
.columns {
  display: table;
  padding: 0;
  margin: 0 0 15px;
  width: 100%;
  position: relative;
  table-layout: fixed;
}
.columns > .column {
  display: table-cell;
  list-style: none;
  vertical-align: top;
}
.columns.gaps {
  display: block;
  font-size: 0;
  margin: 0 -7.5px;
  white-space: nowrap;
  width: calc(100% + 15px);
}
.columns.gaps > .column {
  display: inline-block;
  font-size: 13px;
  padding: 0 7.5px;
}
.columns.gaps.col-5 > .column {
  width: 20%;
}
.columns.gaps.col-4 > .column {
  width: 25%;
}
.columns.gaps.col-3 > .column {
  width: 33.33%;
}
.columns.gaps.col-2 > .column {
  width: 50%;
}
.alert {
  display: table;
  width: 100%;
  position: relative;
  padding: 15px;
  margin: 0 0 30px;
  border: 1px solid #e3e7ec;
  background: #f2f4f6;
}
.alert:after {
  content: " ";
  display: block;
  clear: both;
}
.alert.alert-error {
  border-color: #9c1518;
  color: #9c1518;
  background: rgba(232, 28, 36, 0.05);
}
.alert.alert-success {
  border-color: #338800;
  color: #338800;
  background: rgba(51, 136, 0, 0.05);
}
.alert > * {
  display: table-cell;
  vertical-align: middle;
}
.alert .image {
  width: 64px;
  font-size: 48px;
  line-height: 48px;
  margin: 15px;
}
.alert .title {
  font-size: 1.3em;
  margin: 0 0 15px;
}
.alert .errors {
  padding: 0;
  margin: 0;
}
.alert .errors li {
  list-style: none;
  margin: 0;
}
.alert .errors li:not(:last-child) {
  padding: 0 0 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.print-only {
  display: none;
}
/* --------------------------------------------------------------------- */
/* > Menu                                                                */
/* --------------------------------------------------------------------- */
#header {
  background: white;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  margin-bottom: 30px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
#header:after,
#header:before {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
#header .row {
  margin: 0;
  padding: 15px 0;
}
#header ul.menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
#header ul.menu li {
  display: inline-block;
  margin: 0 7.5px;
}
#header ul.menu li a {
  color: #585858;
}
#logo {
  float: left;
  margin: 0;
}
#logo a {
  display: block;
}
#logo img {
  display: inline-block;
  width: auto;
  max-height: 40px;
  vertical-align: middle;
}
#logo .name {
  font-size: 26px;
  color: #e81c24;
  text-transform: uppercase;
  vertical-align: middle;
  font-weight: bold;
  margin-left: 7.5px;
  font-family: Roboto, sans-serif;
}
#lang-menu {
  float: right;
  padding: 0;
}
#lang-menu ul.menu li a {
  padding: 15px 7.5px;
}
#lang-menu ul.menu li a:hover,
#lang-menu ul.menu li a.active {
  background: transparent;
}
#lang-menu ul.menu li a:hover .flag,
#lang-menu ul.menu li a.active .flag {
  box-shadow: 0 0 5px #585858;
  outline-color: #ffffff;
  opacity: 1;
  -webkit-filter: grayscale(0);
  filter: none;
}
#lang-menu .flag {
  max-height: 13px;
  display: inline-block;
  vertical-align: middle;
  outline: 1px solid #e3e7ec;
  opacity: 0.8;
  transition: all 0.3s ease;
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(0.5);
  /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(0.5);
  /* Microsoft Edge and Firefox 35+ */
}
#account-menu {
  float: right;
  padding: 0;
}
#account-menu .menu {
  line-height: 40px;
}
#account-menu li {
  cursor: pointer;
}
#account-menu input[type=submit] {
  border: none;
  background: transparent;
  display: inline;
  color: #585858;
  outline: none;
  padding: 0;
}
#main-menu {
  background: #f2f4f6;
}
#main-menu ul.menu {
  font-size: 0;
}
#main-menu ul.menu li {
  margin: 0;
}
#main-menu ul.menu a {
  font-size: 13px;
  padding: 15px;
  display: block;
}
#main-menu ul.menu a:hover,
#main-menu ul.menu a.active {
  background: #e81c24;
  color: #ffffff;
}
/* --------------------------------------------------------------------- */
/* > Content                                                             */
/* --------------------------------------------------------------------- */
#main {
  display: block;
  padding: 0 0 30px;
}
#main .content {
  padding: 30px;
  background: #ffffff;
  min-height: 320px;
}
#main .content > :last-child {
  margin-bottom: 0;
}
#main .content .row h1 {
  margin-bottom: 0;
}
#main .content .row:first-child .pull-right {
  margin-left: 15px;
}
#main .home {
  background: rgba(0, 0, 0, 0.8);
  min-height: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  max-width: 400px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  border-radius: 50%;
}
#main .home .content {
  text-align: center;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  text-shadow: 0 0 3px #000000;
  background: transparent;
  min-height: 0;
  width: 100%;
}
#main .home .content .logo {
  display: inline-block;
  margin-bottom: 15px;
}
#main .home .content p {
  font-size: 1.3em;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#main .home + .buttons {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  max-width: 400px;
  padding: 0;
  margin: 0;
  margin-top: 250px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
#main .home + .buttons li {
  list-style: none;
  display: inline-block;
  margin: 0 5px 15px;
}
#main .home + .buttons li .button {
  border: 2px solid #ffffff;
  font-weight: bold;
  background: transparent;
  width: 180px;
  padding: 0 7.5px;
}
#main .home + .buttons li .button:hover {
  background: rgba(0, 0, 0, 0.33);
}
#main .window {
  text-align: center;
  padding-bottom: 15px;
}
#main .window h2 {
  margin: 0;
}
#main .window figure {
  padding: 15px 0;
}
#main .window:not(:last-child) {
  margin-bottom: 15px;
  border-bottom: 1px solid #e3e7ec;
}
#popup {
  margin: 60px auto;
  background: #ffffff;
  max-width: 580px;
  font-size: 16px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
#popup .header {
  padding: 22.5px;
  background: #f2f4f6;
}
#popup .header h2 {
  margin-bottom: 0;
  text-align: center;
}
#popup .actions {
  padding: 22.5px;
}
#popup .actions .buttons {
  margin-top: 15px;
  text-align: center;
}
#popup .actions .buttons .button {
  padding: 0 30px;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
}
#popup .checkbox-container input[type=checkbox] {
  display: none;
}
#popup .checkbox-container input[type=checkbox] + label {
  padding-left: 30px;
  display: block;
  position: relative;
}
#popup .checkbox-container input[type=checkbox] + label:before {
  content: " ";
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
  background: #ffffff;
  display: block;
  color: #e81c24;
}
#popup .checkbox-container input[type=checkbox]:checked + label:before {
  content: "\f00c";
}
#popup .alert.alert-danger {
  background: #e81c24;
  color: #ffffff;
  margin: 0;
  text-align: center;
}
/* --------------------------------------------------------------------- */
/* > Breadcrumbs                                                         */
/* --------------------------------------------------------------------- */
section.breadcrumbs .content {
  background: #f2f4f6;
  padding: 0 15px;
}
section.breadcrumbs ul,
section.breadcrumbs ol {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
}
section.breadcrumbs ul li,
section.breadcrumbs ol li {
  list-style: none;
  color: #585858;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  line-height: 50px;
  margin-right: 18px;
  min-height: 50px;
}
section.breadcrumbs ul li span,
section.breadcrumbs ol li span {
  font-size: 19.5px;
  line-height: 0;
}
section.breadcrumbs ul li a,
section.breadcrumbs ol li a {
  color: #000000;
  vertical-align: middle;
}
section.breadcrumbs ul li a .icon,
section.breadcrumbs ol li a .icon {
  font-size: 1.5em;
}
section.breadcrumbs .action {
  display: inline-block;
  vertical-align: middle;
  font-size: 15.6px;
  text-align: center;
  line-height: 26px;
  height: 30px;
  width: 30px;
  margin: 10px 0;
  margin-left: 7.5px;
  padding: 0;
  border: 2px solid #a7b4c2;
  border-radius: 50%;
  color: #a7b4c2;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  animation: pulse 5s 1;
}
section.breadcrumbs .action:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  color: #e81c24;
  border-color: #e81c24;
}
@keyframes pulse {
  0%,
  10%,
  30%,
  50% {
    color: #a7b4c2;
    border-color: #a7b4c2;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  20%,
  40% {
    color: #9c1518;
    border-color: #9c1518;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}
/* --------------------------------------------------------------------- */
/* > Filters                                                             */
/* --------------------------------------------------------------------- */
section.filters {
  overflow: hidden;
  max-height: 0;
  transition: all 0.5s ease;
}
section.filters.active {
  max-height: 800px;
}
section.filters .content {
  background: #e3e7ec;
  padding: 15px;
}
section.filters .content:after {
  content: " ";
  display: block;
  clear: both;
}
section.filters .content .filter {
  padding: 0 7.5px 15px;
  float: left;
  width: 33.33%;
}
section.filters .content .filter label {
  display: block;
  margin-bottom: 7.5px;
}
section.filters .content .filter .input {
  display: block;
  width: 100%;
}
section.filters .content .buttons {
  text-align: center;
}
/* --------------------------------------------------------------------- */
/* > Footer                                                              */
/* --------------------------------------------------------------------- */
#footer {
  display: block;
  background: #585858;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
#footer.fixed {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
}
#footer .page {
  display: table;
}
#footer .copyright,
#footer .social,
#footer .footer-menu {
  display: table-cell;
  vertical-align: top;
  width: 33.333%;
  color: #ffffff;
}
#footer .copyright ul,
#footer .social ul,
#footer .footer-menu ul {
  list-style: none;
  font-size: 0;
  padding: 0;
}
#footer .copyright li,
#footer .social li,
#footer .footer-menu li {
  display: inline-block;
}
#footer .copyright a,
#footer .social a,
#footer .footer-menu a {
  color: #848484;
  font-size: 13px;
  line-height: 13px;
}
#footer .copyright a:hover,
#footer .social a:hover,
#footer .footer-menu a:hover {
  color: #ffffff;
}
#footer .copyright {
  font-size: 13px;
  line-height: 13px;
  padding: 17px 0;
}
#footer .social {
  text-align: center;
}
#footer .social a {
  display: block;
  width: 47px;
  height: 47px;
  background-color: black;
}
#footer .social a:hover {
  background-color: #e81c24;
}
#footer .social a.facebook {
  background-image: url('../../images/front/assets/footer-fb.png');
  background-position: center;
  background-repeat: no-repeat;
}
#footer .footer-menu {
  text-align: right;
  padding: 17px 0;
}
#footer .footer-menu li {
  margin-left: 18px;
}
#footer .footer-menu li a {
  text-transform: uppercase;
  position: relative;
  display: block;
}
#footer .footer-menu li a::after {
  content: '';
  opacity: 0;
  position: absolute;
  left: 50%;
  bottom: -6px;
  height: 1px;
  width: 0;
  background: white;
  display: block;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#footer .footer-menu li a:hover::after {
  width: 100%;
  opacity: 1;
}
/* --------------------------------------------------------------------- */
/* > Form                                                                */
/* --------------------------------------------------------------------- */
.form-container {
  border-bottom: 1px solid #e3e7ec;
  padding: 0 0 15px;
  margin: 0 0 15px;
}
.form-container figure {
  padding: 30px 0;
  width: 900px;
  margin: 0 auto;
  position: relative;
}
.form-container figure img {
  margin: 0 auto;
  left: 0;
  right: 0;
}
.form-container figure [class*="param-"] {
  position: absolute;
}
.form-container figure label {
  line-height: 28px;
}
.form-container figure .input {
  height: 28px;
  line-height: 28px;
  background: #f5f5f5;
  padding: 0 0.2em;
  border-color: #ccc;
}
.form-container figure .input[disabled] {
  padding: 0;
}
.form-container figure .row {
  margin-bottom: 3.75px;
}
.form-container textarea.input {
  width: 100%;
  height: 8em;
}
.form-container .row .label + .value {
  margin-top: 3.75px;
}
.form-container .units {
  margin: 0 -3.75px 7.5px;
}
.form-container .units .unit {
  float: left;
  width: calc(33.33% - 15px/2);
  padding: 15px;
  margin: 0 3.75px 7.5px;
  background: #f2f4f6;
}
.form-container .units .unit .row {
  margin-bottom: 7.5px;
}
form.preview label {
  font-weight: bold;
}
form.preview figure label,
form.preview figure .input:not(textarea) {
  height: 20px;
  line-height: 20px;
}
form.preview .form-2 .param-ext-wall {
  top: 120px;
}
form.preview .form-2 .param-front {
  top: 230px;
}
form.preview .form-2 .param-gutter {
  top: 125px;
}
.project_status_1 {
  font-weight: bold;
  color: #338800;
}
.project_status_2 {
  font-weight: bold;
  color: #000000;
}
.project_status_3 {
  font-weight: bold;
  color: #000000;
}
.project_status_4 {
  font-weight: bold;
  color: #e81c24;
}
.gallery {
  display: inline-block;
  width: 100%;
}
.gallery .project-images {
  width: 100%;
  float: left;
  margin: 20px 0;
  padding: 0;
  list-style: none;
}
.gallery .project-images li {
  width: 25%;
  float: left;
  padding: 15px;
  position: relative;
}
.gallery .project-images li .project-image {
  width: 100%;
  height: 200px;
}
.gallery .project-images li .project-image img {
  max-width: 100%;
  max-height: 100%;
}
.gallery .project-images li .project-image-description {
  width: 100%;
}
.gallery .project-images li .project-image-description textarea {
  width: 100%;
  height: 80px;
}
.gallery .project-images li .remove-image {
  width: 30px;
  height: 30px;
  background: #e81c24;
  color: #fff;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  line-height: 30px;
  z-index: 9;
}
.projects-listing .project-list-item .project-number i {
  display: none;
}
.projects-listing .project-list-item.warning .project-number {
  font-weight: bold;
  color: #cc2b26;
}
.projects-listing .project-list-item.warning .project-number i {
  display: inline-block;
}
.projects-listing .project-list-item.orange{
  background-color: #ffd379;
}
.projects-listing .project-list-item.blue{
  background-color: lightblue;
}
.projects-listing .project-list-item.green{
  background-color: lightgreen;
}
.projects-listing .project-list-item .text-orange{
  color: #ffd379;
}
.projects-listing .project-list-item .text-blue{
  color: lightblue;
}
.projects-listing .project-list-item .text-green{
  color: lightgreen;
}
span.overstek-protip {
  position: absolute;
  top: 5px;
  text-align: left;
  right: -165%;
  color: #df6c27;
}
.no-bottom {
  margin-bottom: 0px!important;
  padding-bottom: 0px!important;
}
.red {
  color: #e81c24;
}
.legend {
  margin-bottom: 15px;
}
.legend span {
  display: inline-block;
  width: 50px;
  height: 10px;
}
.legend div{
  display: inline-block;
  margin-right: 10px;
}
.legend .status_1 span{
  background:lightblue;
}
.legend .status_2 span{
  background:lightgreen;
}
.legend .status_3 span{
  background:#ffd379;
}
/* --------------------------------------------------------------------- */
/* > Formularz - Widok boczny                                            */
/* --------------------------------------------------------------------- */
.form-1 figcaption {
  position: absolute;
  top: 30px;
  left: 29%;
  font-weight: bold;
}
.form-1 .iso {
  position: absolute;
  top: 30px;
  left: 0;
  display: none;
}
.form-1 .dach {
  position: absolute;
  top: 82px;
  left: 50%;
  margin: 0;
  margin-left: -241px;
  width: 30px;
  height: 30px;
  display: none;
}
.form-1 .box {
  position: absolute;
  top: 133px;
  left: 50%;
  margin: 0;
  margin-left: -205px;
  transition: all 0.3s ease;
}
.form-1 .isolation {
  position: absolute;
  top: 133px;
  left: 50%;
  margin-left: -184px;
  height: 38px;
  width: 175px;
  background: url(../../images/front/drawings/form/iso.png) top left repeat-x;
  background-size: contain;
  display: block;
  opacity: 0;
  transition: all 0.3s ease;
}
.form-1 .roller {
  position: absolute;
  top: 136px;
  left: 50%;
  margin-left: -202px;
  height: 35px;
  width: 35px;
  background: url(../../images/front/drawings/form/roller.png) top left no-repeat;
  background-size: contain;
  display: block;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  transition: all 0.3s ease;
}
.form-1 .param-overstek {
  top: 0;
  right: 28%;
  text-align: right;
}
.form-1 .param-overstek .input {
  width: 80px;
  text-align: right;
}
.form-1 .param-overstek div {
  position: relative;
}
.form-1 .param-overstek em {
  position: absolute;
  display: inline-block;
  width: auto;
  white-space: nowrap;
  top: 0;
  padding-top: 1px;
  padding-left: 6px;
}
.form-1 .param-binder {
  top: 0;
  left: 0;
}
.form-1 .param-roof {
  top: 50px;
  left: 0;
}
.form-1 .param-roof .input {
  display: block;
}
.form-1 .param-roof-ral {
  top: 50px;
  left: -150px;
  width: 120px;
}
.form-1 .param-roof-ral .input.ral {
  display: block;
  width: 120px;
}
.form-1 .param-roof-ral.hidden {
  display: none;
}
.form-1 .param-attic {
  top: 120px;
  left: 0;
}
.form-1 .param-attic div:first-child .input {
  display: block;
}
.form-1 .param-box {
  top: 220px;
  left: 0;
}
.form-1 .param-box #param-box {
  display: block;
}
.form-1 .param-box #param-guides {
  float: right;
}
.form-1 .param-front-bars {
  top: 320px;
  left: 0;
}
.form-1 .param-front-bars div:first-child .input {
  display: block;
}
.form-1 .param-windowsill {
  top: 420px;
  left: 0;
}
.form-1 .param-w {
  top: 280px;
  left: 55%;
}
.form-1 .param-w .input {
  width: 80px;
}
.form-1 .param-wa {
  top: 280px;
  left: 63.5%;
}
.form-1 .param-wa .input {
  width: 80px;
}
.form-1 .param-h {
  top: 250px;
  left: 77%;
}
.form-1 .param-h .input {
  width: 80px;
}
.form-1 .param-a {
  top: 435px;
  left: 45%;
}
.form-1 .param-a .input {
  width: 80px;
}
.form-1 .param-uw-panel input.input {
  width: 80px;
}
.form-1 #param-roof,
.form-1 #param-attic,
.form-1 #param-box,
.form-1 #param-front-bars {
  width: 185px;
}
.form-1 .input.ral {
  float: right;
  width: 66.66%;
}
.form-1.iso-0 figure .iso-0 {
  display: block;
}
.form-1.iso-0 figure .isolation {
  opacity: 1;
}
.form-1.iso-1 figure .iso-1 {
  display: block;
}
.form-1.iso-2 figure .iso-2 {
  display: block;
}
.form-1.iso-2 figure .isolation {
  opacity: 1;
}
.form-1.iso-3 figure .iso-0 {
  display: block;
}
.form-1.iso-3 figure .isolation {
  opacity: 1;
}
.form-1.dach-alu figure .dach-alu {
  display: block;
}
.form-1.dach-alukral figure .dach-alukral {
  display: block;
}
.form-1.box-empty figure .box,
.form-1.box-roller figure .box {
  margin-left: -165px;
}
.form-1.box-empty figure .isolation,
.form-1.box-roller figure .isolation {
  margin-left: -144px;
  width: 135px;
}
.form-1.box-roller figure .roller {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.form-1 .form-1-additional-parameters {
  background: #fbfbfb;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  margin-bottom: 20px;
}
.form-1 .form-1-additional-parameters > .param {
  display: inline-block;
  width: 32%;
  padding: 5px 10px;
}
.preview .form-1 .param-w {
  left: 52.5%;
}
.preview .red {
  color: #e81c24;
}
.preview .param-roof {
  top: 83px;
  left: 0;
}
.preview .param-roof .input {
  display: inline;
  position: relative;
}
.preview .param-roof .input strong {
  position: absolute;
  left: 0;
  top: 20px;
}
.preview .param-attic {
  top: 170px;
  left: 0;
}
.preview .param-attic div:first-child .input {
  display: inline;
}
.preview .param-box {
  top: 250px;
  left: 0;
}
.preview .param-box .input {
  display: inline;
}
.preview .param-front-bars {
  top: 340px;
  left: 0;
}
.preview .param-front-bars div:first-child .input {
  display: inline;
}
/* --------------------------------------------------------------------- */
/* > Formularz - Widok frontowy                                          */
/* --------------------------------------------------------------------- */
.form-2 .param-ext-wall {
  top: 90px;
  left: -80px;
}
.form-2 .param-front {
  top: 200px;
  left: -80px;
}
.form-2 .param-gutter {
  top: 120px;
  left: 75%;
}
.form-2 #param-ext-wall,
.form-2 #param-front {
  width: 185px;
}
.form-2 .param-i {
  top: 60px;
  left: 45%;
}
.form-2 .param-hs {
  top: 185px;
  left: 45%;
}
.form-2 .param-hs-l {
  top: 185px;
  left: 33.5%;
}
.form-2 .param-hs-r {
  top: 185px;
  left: 65%;
}
.form-2 .param-l {
  top: 225px;
  left: 45%;
}
/* --------------------------------------------------------------------- */
/* > Formularz - Panele                                                  */
/* --------------------------------------------------------------------- */
.form-3 figure img,
.form-3 figure .param-p1,
.form-3 figure .param-p2,
.form-3 figure .param-p3,
.form-3 figure .param-w1,
.form-3 figure .param-w2,
.form-3 figure .param-w3,
.form-3 figure .param-w4,
.form-3 figure .param-ps1,
.form-3 figure .param-ps2 {
  display: none;
}
.form-3 figure .input {
  width: 50px;
}
.form-3 figure .annotation-1,
.form-3 figure .annotation-2 {
  position: absolute;
  top: 185px;
  font-size: 0.9em;
}
.form-3 figure .annotation-1-ext,
.form-3 figure .annotation-2-ext {
  position: absolute;
  top: 160px;
  font-size: 0.9em;
}
.form-3 .param-psc-side {
  display: none;
}
.form-3 .annotation-1 {
  left: 80px;
}
.form-3 .annotation-1-ext {
  left: 125px;
}
.form-3 .annotation-2 {
  right: 85px;
}
.form-3 .annotation-2-ext {
  right: 108px;
}
.form-3 .param-i {
  position: absolute;
  top: 40px;
  left: 415px;
  font-size: 0.9em;
}
.form-3 .param-l {
  position: absolute;
  top: 250px;
  left: 415px;
  font-size: 0.9em;
}
.form-3 .param-p1,
.form-3 .param-p2,
.form-3 .param-p3,
.form-3 .param-ps1,
.form-3 .param-ps2 {
  top: 130px;
}
.form-3 .param-ps1 {
  left: 100px;
}
.form-3 .param-ps1.ext {
  left: 136px;
}
.form-3.psc-r .param-ps1 {
  left: auto;
  right: 108px;
}
.form-3.psc-r .param-ps1.ext {
  right: 140px;
}
.form-3 .param-ps2 {
  right: 108px;
}
.form-3 .param-ps2.ext {
  right: 140px;
}
.form-3 .param-w1,
.form-3 .param-w2,
.form-3 .param-w3,
.form-3 .param-w4 {
  top: 195px;
}
.form-3.type-A figure .param-w1,
.form-3.type-A figure img.img-A {
  display: block;
}
.form-3.type-A figure .param-w1 {
  left: 50%;
  margin-left: -50px;
}
.form-3.type-B figure .param-p1,
.form-3.type-B figure .param-w1,
.form-3.type-B figure .param-w2,
.form-3.type-B figure img.img-B {
  display: block;
}
.form-3.type-B figure .param-w1 {
  left: 180px;
}
.form-3.type-B figure .param-w2 {
  left: 535px;
}
.form-3.type-B figure .param-p1 {
  left: 323px;
}
.form-3.type-C figure .param-p1,
.form-3.type-C figure .param-p2,
.form-3.type-C figure .param-w1,
.form-3.type-C figure .param-w2,
.form-3.type-C figure .param-w3,
.form-3.type-C figure img.img-C {
  display: block;
}
.form-3.type-C figure .param-w1 {
  left: 140px;
}
.form-3.type-C figure .param-w2 {
  left: 395px;
}
.form-3.type-C figure .param-w3 {
  left: 647px;
}
.form-3.type-C figure .param-p1 {
  left: 237px;
}
.form-3.type-C figure .param-p2 {
  left: 551px;
}
.form-3.type-D figure .param-p1,
.form-3.type-D figure .param-p2,
.form-3.type-D figure .param-p3,
.form-3.type-D figure .param-w1,
.form-3.type-D figure .param-w2,
.form-3.type-D figure .param-w3,
.form-3.type-D figure .param-w4,
.form-3.type-D figure img.img-D {
  display: block;
}
.form-3.type-D figure .param-w1 {
  left: 132px;
}
.form-3.type-D figure .param-w2 {
  left: 308px;
}
.form-3.type-D figure .param-w3 {
  left: 481px;
}
.form-3.type-D figure .param-w4 {
  left: 658px;
}
.form-3.type-D figure .param-p1 {
  left: 228px;
}
.form-3.type-D figure .param-p2 {
  left: 397px;
}
.form-3.type-D figure .param-p3 {
  left: 574px;
}
.form-3 img.ps-0,
.form-3 img.ps-1,
.form-3 img.ps-2 {
  position: absolute;
  top: 30px;
  left: 0;
}
.form-3.psc-0 figure .ps-0 {
  display: block;
}
.form-3.psc-1 figure .annotation.ps-0 {
  display: none;
}
.form-3.psc-1 figure .param-w1 {
  margin-left: 30px;
}
.form-3.psc-1 figure .param-ps1,
.form-3.psc-1 figure .annotation.ps-1 {
  display: block;
}
.form-3.psc-1.psc-l .ps-l {
  display: block;
}
.form-3.psc-1.psc-l .annotation-1-ext {
  left: 185px;
}
.form-3.psc-1.psc-r .ps-r {
  display: block;
}
.form-3.psc-1.psc-r .annotation-2-ext {
  right: 169px;
}
.form-3.psc-1 .param-psc-side {
  display: block;
}
.form-3.psc-2 figure .annotation.ps-0 {
  display: none;
}
.form-3.psc-2 figure .ps-2,
.form-3.psc-2 figure .param-ps1,
.form-3.psc-2 figure .param-ps2 {
  display: block;
}
.form-3.psc-2 figure .param-w1 {
  margin-left: 30px;
}
.form-3.psc-2 figure .param-w4 {
  margin-left: -30px;
}
.form-3.psc-2 figure .annotation-1-ext {
  left: 185px;
}
.form-3.psc-2 figure .annotation-2-ext {
  right: 169px;
}
.form-3.type-C.psc-2 .param-w3 {
  margin-left: -32px;
}
.form-3 .figure-wrapper {
  position: relative;
}
.form-3 .figure-wrapper .param-ext-wall {
  position: absolute;
  left: 120px;
  top: -60px;
  font-size: 0.9em;
}
.form-3 .figure-wrapper .param-ext-wall span {
  padding: 0;
}
.form-3 .figure-wrapper .param-ext-wall:after {
  display: block;
  width: 58px;
  border-bottom: 1px solid #000;
  content: " ";
  position: absolute;
  left: -47px;
  bottom: -26px;
  transform: rotate(-40deg);
}
.form-3 .figure-wrapper .param-front {
  position: absolute;
  right: 120px;
  font-size: 0.9em;
  top: -60px;
}
.form-3 .figure-wrapper .param-front span {
  padding: 0;
}
.form-3 .figure-wrapper .param-front:after {
  display: block;
  width: 120px;
  border-bottom: 1px solid #000;
  content: " ";
  position: absolute;
  right: -36px;
  bottom: -63px;
  transform: rotate(63deg);
}
.view figure > div {
  background: rgba(255, 255, 255, 0.5);
}
.view .param-ps1 {
  left: 120px;
}
.view .param-ps2 {
  right: 120px;
}
.view .param-ps2.ext {
  right: 140px;
}
.view .param-p1,
.view .param-p2,
.view .param-p3,
.view .param-ps1,
.view .param-ps2 {
  top: 120px;
}
.view .param-ps1.ext,
.view .param-ps2.ext {
  top: 50px;
}
/* --------------------------------------------------------------------- */
/* > Formularz - Okna                                                    */
/* --------------------------------------------------------------------- */
.form-4 .w1,
.form-4 .w2,
.form-4 .w3,
.form-4 .w4 {
  display: none;
  border-top: 1px solid #d4dbe1;
  padding-top: 15px;
}
.form-4 .w1 label,
.form-4 .w2 label,
.form-4 .w3 label,
.form-4 .w4 label {
  display: inline-block;
  width: 33.33%;
}
.form-4 .w1 .input:not([type=checkbox]),
.form-4 .w2 .input:not([type=checkbox]),
.form-4 .w3 .input:not([type=checkbox]),
.form-4 .w4 .input:not([type=checkbox]) {
  width: 33.33%;
}
.form-4 .w1 .unit:not(.u1),
.form-4 .w2 .unit:not(.u1),
.form-4 .w3 .unit:not(.u1),
.form-4 .w4 .unit:not(.u1) {
  border-top: 1px solid #e3e7ec;
  padding-top: 15px;
}
.form-4 .windows-notes {
  border-top: 1px solid #d4dbe1;
  padding-top: 15px;
}
.form-4.type-A .w1 {
  display: block;
}
.form-4.type-B .w1,
.form-4.type-B .w2 {
  display: block;
}
.form-4.type-C .w1,
.form-4.type-C .w2,
.form-4.type-C .w3 {
  display: block;
}
.form-4.type-D .w1,
.form-4.type-D .w2,
.form-4.type-D .w3,
.form-4.type-D .w4 {
  display: block;
}
.form-4 .params-window > .row {
  display: flex;
}
.form-4 .params-window .left {
  width: 50%;
  flex: 1 0;
}
.form-4 .params-window .right {
  width: 30%;
  min-width: 25%;
  flex: 0 1;
}
.form-4 .params-window .left {
  float: left;
}
.form-4 .params-window .left label {
  display: inline-block;
  width: 33.33%;
}
.form-4 .params-window .left .input {
  width: 33.33%;
}
.form-4 .params-window .right {
  float: right;
}
.form-4 .param-roller-ral {
  margin-bottom: 15px;
}
.form-4 .param-roller-ral > div {
  margin-bottom: 1em;
}
.form-4 .params-window .left .param-wx-info label {
  width: 8%;
}
.form-4 .param-w1-u1-additional {
  width: 100%;
  padding-top: 5px;
}
.form-4 .param-w1-u1-additional .szpb-list {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-bottom: 10px;
}
.form-4 .param-w1-u1-additional .szpb-list li {
  width: 50%;
  padding: 2px;
  text-align: center;
}
.form-4 .param-w1-u1-additional .szpb-list li input[type="radio"] {
  display: none;
}
.form-4 .param-w1-u1-additional .szpb-list li label {
  width: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 2px solid #fff;
  padding: 10px;
  cursor: pointer;
}
.form-4 .param-w1-u1-additional .szpb-list li label > i {
  width: 40px;
  height: 70px;
  display: inline-block;
  margin: auto;
  border: 2px solid #4d392b;
  position: relative;
  margin-bottom: 3px;
}
.form-4 .param-w1-u1-additional .szpb-list li label > i:after {
  display: block;
  width: 100%;
  height: 2px;
  background: #4d392b;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  content: " ";
}
.form-4 .param-w1-u1-additional .szpb-list li label.double > i:before {
  display: block;
  width: 2px;
  height: 100%;
  background: #4d392b;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -1px;
  content: " ";
}
.form-4 .param-w1-u1-additional .szpb-list li input[type="radio"]:checked + label {
  border: 2px solid #e81c24;
}
/* --------------------------------------------------------------------- */
/* > Formularz - Wycena                                                  */
/* --------------------------------------------------------------------- */
.form-5 label {
  display: inline-block;
  width: 200px;
}
.form-5 .input {
  width: 200px;
}
/* --------------------------------------------------------------------- */
/* > Print                                                               */
/* --------------------------------------------------------------------- */
@media print {
  #header,
  .breadcrumbs,
  .pagination,
  #footer,
  .no-print {
    display: none!important;
  }
  .print-only {
    display: block;
    display: initial;
  }
  body {
    padding: 0;
  }
  .print-page-break {
    page-break-before: always;
  }
  img {
    max-height: 1200px;
    max-width: 100%;
  }
  .form-container {
    border-bottom: 0;
  }
  h1 {
    font-size: 14px;
  }
  h2 {
    font-size: 14px;
    padding: 0.3em 0.3em;
    display: block;
    background: #eee;
    color: #666;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    margin-top: 1em;
    margin-bottom: 1em;
  }
  ul.table {
    border: none;
    margin-bottom: 1em;
    font-size: 0.85em;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    border-top: 1px solid #ddd;
  }
  ul.table .label,
  ul.table .value {
    font-size: 10px;
    padding: 5px 0;
    line-height: 1.5em;
    background: transparent;
  }
  ul.table .label {
    font-weight: bold;
  }
  ul.table .row,
  ul.table .row:not(:last-child) {
    border-bottom: 1px solid #ddd;
  }
  ul.table .row.notes {
    font-weight: bold;
  }
  table.table td {
    padding: 7.5px 15px;
  }
  .form-2.big-image h2 {
    margin-bottom: -20px;
  }
  .form-2.big-image figure img {
    max-width: 960px;
    max-height: 1140px;
    margin: 0;
  }
  .form-4 + .form-1 figure img {
    max-width: 600px;
    max-height: 600px;
  }
  form.preview figure label,
  form.preview figure .input:not(textarea) {
    font-size: 0.9em;
  }
  .param-gutter,
  .param-roof,
  .param-attic,
  .param-box,
  .param-front-bars,
  .param-windowsill,
  .param-ext-wall,
  .param-front {
    padding: 5px;
    background: white;
    border: 1px solid #ccc;
    width: 180px;
  }
  .param-ext-wall,
  .param-front {
    width: 240px;
  }
  form.preview .form-2 .param-ext-wall {
    top: 110px;
    left: 0;
  }
  form.preview .form-2 .param-front {
    top: 220px;
    left: 0;
  }
  form.preview .form-2 .param-gutter {
    top: 115px;
    left: 74%;
  }
  form.preview .form-3 .param-ext-wall {
    left: 180px;
  }
  form.preview .form-3 .param-ext-wall:after {
    width: 128px;
    left: -109px;
    bottom: -37px;
    transform: rotate(-31deg);
  }
  form.preview .form-3 .param-front:after {
    width: 110px;
    bottom: -57px;
  }
  .gallery {
    display: none;
  }
  .max-height-350 {
    max-height: 320px;
  }
}
/*# sourceMappingURL=style.css.map */