﻿#main-header {
  width: 100%;
  min-width: 320px;
  height: 83px;
  padding: 0 15px;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 20;
  transform: translate3d(0, 0, 0);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  -moz-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
#main-header .container {
  max-width: 1200px;
  padding: 0;
  position: relative;
  z-index: 5000;
}
#main-header.scrolled {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
}
@media all and (max-width: 1485px) {
  #main-header.scrolled {
    height: 90px;
  }
}
@media all and (min-width: 1485px) {
  #main-header.scrolled {
    height: 60px;
  }
}
#main-header.scrolled #logo {
  -moz-transform: scale(0.73417722, 0.73417722);
  -ms-transform: scale(0.73417722, 0.73417722);
  -o-transform: scale(0.73417722, 0.73417722);
  -webkit-transform: scale(0.73417722, 0.73417722);
  transform: scale(0.73417722, 0.73417722);
  /* 116px x 37px */
  margin-top: 10px;
}
#main-header.scrolled #main-nav {
  -moz-transform: translateY(-11px);
  -ms-transform: translateY(-11px);
  -o-transform: translateY(-11px);
  -webkit-transform: translateY(-11px);
  transform: translateY(-11px);
}
#contact-form {
  max-width: 720px;
  width: 100%;
  padding: 68px;
  position: absolute;
  left: 50%;
  top: 10%;
  z-index: 1900;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  background-color: #fff;
  border-radius: 4px;
  opacity: 1;
  visibility: visible;
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
#contact-form.contactHidden {
  visibility: hidden;
  opacity: 0;
  transform: translate(-50%, -20%);
  -webkit-transform: translate(-50%, -20%);
}
#contact-form form {
  max-width: 580px;
  width: 100%;
  margin: 0 auto;
}
#contact-form legend {
  width: 100%;
  margin-bottom: 25px;
  font-size: 52px;
  color: #3c4d7c;
  font-weight: bold;
  display: block;
  text-align: center;
}
#contact-form label {
  margin-bottom: 8px;
  display: block;
  color: #3c4d7c;
}
#contact-form input {
  margin: 0 0 20px 0;
  padding: 0 10px;
  border: 0;
  height: 30px;
  border-radius: 4px;
  background-color: #ebebeb;
}
@media all and (max-width: 767px) {
  #contact-form input {
    width: 100%;
  }
}
#contact-form input[type=submit] {
  width: 130px;
  height: 32px;
  margin-top: 30px;
  color: #fff;
  text-transform: uppercase;
  background-color: #f7941e;
  float: right;
}
#contact-form textarea {
  width: 100%;
  height: 173px;
  padding: 10px;
  border-radius: 4px;
  background-color: #ebebeb;
  padding: 0;
  border: 0;
}
#contact-form div {
  float: left;
}
#contact-form div:first-of-type {
  padding-right: 18px;
  width: 35.34482759%;
}
#contact-form div:last-of-type {
  width: 64.65517241%;
}
#contact-form textarea {
  margin-bottom: 8px;
  padding: 6px;
}
#contact-form .has-error textarea,
#contact-form .has-error input[type=text],
#contact-form .has-error input[type=email] {
  box-shadow: inset 0px 2px 3px rgba(255, 0, 0, 0.2);
  border: 1px solid #ff0000;
  color: #ff0000;
}
#contact-form .has-error textarea,
#contact-form .has-error input {
  margin-bottom: 4px;
}
#contact-form span.help-block {
  padding-top: 4px;
  color: #ff0000;
}
.coverBG {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1800;
  background: url(../images/coverbg.png) no-repeat center center;
  background-size: cover;
  opacity: 1;
  visibility: visible;
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.coverBG.contactHidden {
  visibility: hidden;
  opacity: 0;
}
#modal-form-email-send .close,
#contact-form .close,
.alert .close {
  width: 13px;
  height: 13px;
  position: absolute;
  top: 12px;
  right: 12px;
  display: block;
  cursor: pointer;
  text-indent: -9999px;
  background: url(../images/close.png) no-repeat 0 0;
  transform: rotate(0);
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
#modal-form-email-send .close:hover,
#contact-form .close:hover,
.alert .close:hover {
  transform: rotate(90deg);
}
#ticket-form,
#complaint-form {
  margin-top: 40px;
  position: relative;
}
#ticket-form input[type=text],
#complaint-form input[type=text],
#ticket-form input[type=password],
#complaint-form input[type=password],
#ticket-form select,
#complaint-form select,
#ticket-form textarea,
#complaint-form textarea,
#ticket-form input[type=number],
#complaint-form input[type=number],
#ticket-form input[type=email],
#complaint-form input[type=email],
#ticket-form input[type=phone],
#complaint-form input[type=phone],
#ticket-form input[type=tel],
#complaint-form input[type=tel] {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  border: 0;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: inset 0px 2px 3px rgba(0, 0, 0, 0.2);
  color: #3c4d7c;
}
#ticket-form input[type=text].error,
#complaint-form input[type=text].error,
#ticket-form input[type=password].error,
#complaint-form input[type=password].error,
#ticket-form select.error,
#complaint-form select.error,
#ticket-form textarea.error,
#complaint-form textarea.error,
#ticket-form input[type=number].error,
#complaint-form input[type=number].error,
#ticket-form input[type=email].error,
#complaint-form input[type=email].error,
#ticket-form input[type=phone].error,
#complaint-form input[type=phone].error,
#ticket-form input[type=tel].error,
#complaint-form input[type=tel].error,
#ticket-form input[type=text].input-validation-error,
#complaint-form input[type=text].input-validation-error,
#ticket-form input[type=password].input-validation-error,
#complaint-form input[type=password].input-validation-error,
#ticket-form select.input-validation-error,
#complaint-form select.input-validation-error,
#ticket-form textarea.input-validation-error,
#complaint-form textarea.input-validation-error,
#ticket-form input[type=number].input-validation-error,
#complaint-form input[type=number].input-validation-error,
#ticket-form input[type=email].input-validation-error,
#complaint-form input[type=email].input-validation-error,
#ticket-form input[type=phone].input-validation-error,
#complaint-form input[type=phone].input-validation-error,
#ticket-form input[type=tel].input-validation-error,
#complaint-form input[type=tel].input-validation-error {
  box-shadow: inset 0px 2px 3px rgba(255, 0, 0, 0.2);
  border: 1px solid red;
  color: #ff0000;
}
#ticket-form input[type=text]:disabled,
#complaint-form input[type=text]:disabled,
#ticket-form input[type=password]:disabled,
#complaint-form input[type=password]:disabled,
#ticket-form select:disabled,
#complaint-form select:disabled,
#ticket-form textarea:disabled,
#complaint-form textarea:disabled,
#ticket-form input[type=number]:disabled,
#complaint-form input[type=number]:disabled,
#ticket-form input[type=email]:disabled,
#complaint-form input[type=email]:disabled,
#ticket-form input[type=phone]:disabled,
#complaint-form input[type=phone]:disabled,
#ticket-form input[type=tel]:disabled,
#complaint-form input[type=tel]:disabled {
  background-color: #f6f6f6;
  color: #47516d;
}
#ticket-form textarea,
#complaint-form textarea {
  padding-top: 8px;
  padding-bottom: 8px;
}
#ticket-form input[type=text].error + .Zebra_DatePicker,
#complaint-form input[type=text].error + .Zebra_DatePicker {
  border: 1px solid #ff0000;
}
#ticket-form input[type=checkbox].error + label,
#complaint-form input[type=checkbox].error + label {
  color: #ff0000;
}
#ticket-form .calendar-ticket input[type=text],
#complaint-form .calendar-ticket input[type=text] {
  display: none;
}
#ticket-form label,
#complaint-form label,
#ticket-form span,
#complaint-form span {
  margin-bottom: 8px;
  display: block;
  color: #3c4d7c;
  font-weight: bold;
}
#ticket-form label,
#complaint-form label {
  cursor: pointer;
}
#ticket-form .error,
#complaint-form .error {
  display: block;
  margin: 3px 0;
  color: #ff0000;
}
#ticket-form .field,
#complaint-form .field {
  margin-bottom: 15px;
  position: relative;
}
#ticket-form .field.name-field input:nth-child(2),
#complaint-form .field.name-field input:nth-child(2) {
  width: 43.5%;
  float: left;
}
#ticket-form .field.name-field input:nth-child(3),
#complaint-form .field.name-field input:nth-child(3) {
  width: 53.5%;
  float: right;
}
#ticket-form .checkbox,
#complaint-form .checkbox {
  position: relative;
  margin: 13px auto;
}
#ticket-form .checkbox label,
#complaint-form .checkbox label {
  height: auto;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  top: 0;
  left: 0;
  background: url(../images/sprite_buy.png) no-repeat -782px -677px;
  color: #3c4d7c;
  transition: color 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
#ticket-form .checkbox input[type=checkbox],
#complaint-form .checkbox input[type=checkbox] {
  position: absolute;
  top: -9999px;
  visibility: hidden;
}
#ticket-form .checkbox input[type=checkbox]:checked + label,
#complaint-form .checkbox input[type=checkbox]:checked + label {
  background: url(../images/sprite_buy.png) no-repeat -782px -785px;
}
#ticket-form .checkbox-no-margin,
#complaint-form .checkbox-no-margin {
  margin-bottom: 0px;
}
#ticket-form .has-error input[type=text],
#complaint-form .has-error input[type=text],
#ticket-form .has-error input[type=password],
#complaint-form .has-error input[type=password],
#ticket-form .has-error input[type=number],
#complaint-form .has-error input[type=number],
#ticket-form .has-error input[type=email],
#complaint-form .has-error input[type=email],
#ticket-form .has-error input[type=phone],
#complaint-form .has-error input[type=phone],
#ticket-form .has-error input[type=tel],
#complaint-form .has-error input[type=tel] {
  box-shadow: inset 0px 2px 3px rgba(255, 0, 0, 0.2);
  border: 1px solid #ff0000;
  color: #ff0000;
}
#ticket-form .has-error input[type=text] + .Zebra_DatePicker,
#complaint-form .has-error input[type=text] + .Zebra_DatePicker {
  border: 1px solid #ff0000;
}
#ticket-form .has-error [type=checkbox] + label,
#complaint-form .has-error [type=checkbox] + label {
  color: #ff0000;
}
#ticket-form .has-error .Zebra_DatePicker,
#complaint-form .has-error .Zebra_DatePicker {
  border: 1px solid #ff0000;
}
#ticket-form .has-error #ticket-form .form-email-sub-info .blue-button,
#complaint-form .has-error #ticket-form .form-email-sub-info .blue-button {
  font-weight: normal;
  color: #4692e8;
}
#ticket-form span.help-block,
#complaint-form span.help-block,
#ticket-form span.help-block span,
#complaint-form span.help-block span,
#ticket-form span.field-validation-error,
#complaint-form span.field-validation-error,
#ticket-form span.field-validation-error span,
#complaint-form span.field-validation-error span {
  padding-top: 4px;
  color: #ff0000;
}
#ticket-form #ticket-form .form-email-sub-info,
#complaint-form #ticket-form .form-email-sub-info {
  font-weight: normal;
  margin-top: 4px;
  line-height: 20px;
  background-color: white;
  border-radius: 4px;
  padding: 7px;
}
#ticket-form #ticket-form .form-email-sub-info p,
#complaint-form #ticket-form .form-email-sub-info p {
  margin: 0;
}
#ticket-form #ticket-form .form-email-sub-info p + p,
#complaint-form #ticket-form .form-email-sub-info p + p {
  margin-top: 10px;
}
#ticket-form {
  padding-right: 298px;
}
@media all and (max-width: 767px) {
  #contact-form {
    top: 100px;
    width: 95%;
    left: 45%;
    padding: 15px;
    padding-top: 44px;
    padding-bottom: 32px;
    transform: translate(-45%, 0);
    -webkit-transform: translate(-45%, 0);
  }
  #contact-form div {
    width: 100% !important;
    padding-right: 0 !important;
    float: none;
  }
  #contact-form input[type=submit] {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  #ticket-form input[type=checkbox] {
    visibility: hidden;
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  #ticket-form input[type=checkbox]:checked + label {
    background: url(../images/sprite_buy.png) no-repeat -773px -897px !important;
    color: #444444;
  }
  #ticket-form input[type=checkbox] + label {
    min-height: 25px;
    padding-left: 35px;
    cursor: pointer;
    background: url(../images/sprite_buy.png) no-repeat -23px -897px;
    transition: color 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
    font-size: 16px;
    font-weight: bold;
    color: #444444;
  }
  #ticket-form .company-ticket {
    margin-bottom: 0px;
  }
  #ticket-form .company-ticket label {
    padding-top: 6px;
  }
  #ticket-form .accept-ticket {
    margin-bottom: 30px;
    display: none;
  }
  #ticket-form .accept-ticket.mobile {
    display: block;
  }
  #ticket-form .send-ticket,
  #ticket-form .submit-button {
    margin-bottom: 25px;
    display: none;
  }
  #ticket-form .send-ticket.mobile,
  #ticket-form .submit-button.mobile {
    display: block;
  }
  #ticket-form .send-ticket input,
  #ticket-form .submit-button input {
    text-transform: uppercase;
    font-size: 16px;
  }
}
@media all and (max-width: 479px) {
  #contact-form {
    top: 10px;
  }
  #contact-form legend {
    font-size: 38px;
  }
  #ticket-form .code-field label {
    margin-top: -10px;
    margin-bottom: 2px;
    width: 60%;
  }
  #ticket-form .code-field .field-group {
    padding-right: 20px;
  }
}
@media all and (max-width: 1023px) {
  #ticket-form {
    padding-right: 325px;
  }
}
#contact-form-new form {
  width: 100%;
  max-width: 600px;
}
#contact-form-new label {
  margin-bottom: 8px;
  display: block;
  color: #3c4d7c;
}
#contact-form-new input {
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0 10px;
  border: 0;
  height: 30px;
  border-radius: 4px;
  background-color: white;
}
#contact-form-new input[type=submit] {
  width: 130px;
  height: 32px;
  margin-top: 30px;
  color: #fff;
  text-transform: uppercase;
  background-color: #f7941e;
  float: right;
  -webkit-appearance: none;
}
#contact-form-new input[type=submit]:hover {
  cursor: pointer;
}
#contact-form-new select {
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0 10px;
  border: 0;
  height: 30px;
  border-radius: 4px;
  background-color: white;
  -webkit-appearance: none;
}
#contact-form-new textarea {
  width: 100%;
  height: 173px;
  padding: 10px;
  border-radius: 4px;
  background-color: white;
  padding: 0;
  border: 0;
}
#contact-form-new textarea {
  margin-bottom: 8px;
  padding: 6px;
}
#contact-form-new .required {
  color: #d9534f;
}
#contact-form-new .has-error textarea,
#contact-form-new .has-error input[type=text],
#contact-form-new .has-error input[type=email] {
  box-shadow: inset 0px 2px 3px rgba(255, 0, 0, 0.2);
  border: 1px solid #ff0000;
  color: #ff0000;
}
#contact-form-new .has-error textarea,
#contact-form-new .has-error input {
  margin-bottom: 4px;
}
#contact-form-new span.help-block {
  padding-top: 4px;
  color: #ff0000;
}
.goog-te-banner-frame.skiptranslate {
  display: none !important;
}
body {
  top: 0px !important;
}
.goog-tooltip {
  display: none !important;
}
.goog-tooltip:hover {
  display: none !important;
}
.goog-text-highlight {
  background-color: transparent !important;
  border: none !important;
  background: none !important;
  box-shadow: none !important;
}
#goog-gt-tt,
.goog-te-balloon-frame {
  display: none !important;
}
footer {
  font: 1rem/1.5 Mulish, sans-serif;
  background-color: #313c5e;
  color: #fff;
  display: grid;
  justify-content: space-between;
  grid-template-columns: repeat(auto-fit, minmax(200px, max-content));
  row-gap: 5rem;
  column-gap: 1rem;
  padding: 5rem calc(10.6796% - 4.0485px);
}
footer ul {
  list-style: none;
  padding: 0;
}
footer li a {
  color: #fff;
  display: block;
  font-weight: bold;
  padding: 0.75rem 0;
  text-decoration: none;
}
footer p {
  margin: 0;
  white-space: pre-line;
}
.fib {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}
.fi {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 1.333333em;
  line-height: 1em;
  cursor: pointer;
  font-size: 25px;
}
.fi:before {
  content: '\00a0';
}
.fi.fis {
  width: 1em;
}
.fi-pl-fis {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 1.333333em;
  line-height: 1em;
  cursor: pointer;
  font-size: 25px;
  background-image: url(/Assets/img/flags/pl.svg);
}
.fi-pl-fis:before {
  content: '\00a0';
}
.fi-pl-fis.fis {
  width: 1em;
}
.fi-us-fis {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 1.333333em;
  line-height: 1em;
  cursor: pointer;
  font-size: 25px;
  background-image: url(/Assets/img/flags/us.svg);
}
.fi-us-fis:before {
  content: '\00a0';
}
.fi-us-fis.fis {
  width: 1em;
}
.fi-ua-fis {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 1.333333em;
  line-height: 1em;
  cursor: pointer;
  font-size: 25px;
  background-image: url(/Assets/img/flags/ua.svg);
}
.fi-ua-fis:before {
  content: '\00a0';
}
.fi-ua-fis.fis {
  width: 1em;
}
.translation-links {
  padding-right: 25px;
  padding-top: 15px;
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  background-color: #fff;
}
@font-face {
  font-family: 'zerospaceregular';
  src: url('../font/zerospace-regular-webfont.eot');
}
@font-face {
  font-family: 'zerospaceregular';
  src: url('../font/zerospace-regular-webfont.woff') format('woff'), url('../font/zerospace-regular-webfont.ttf') format('truetype'), url('../font/zerospace-regular-webfont.svg#zerospaceregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
* {
  box-sizing: border-box;
}
.group:before,
.group:after {
  content: " ";
  display: table;
}
.group:after {
  clear: both;
}
.group {
  *zoom: 1;
}
.container {
  max-width: 1184px;
  width: 100%;
  position: static;
  margin: 0 auto;
  padding: 0 100px;
}
.container.container-1a {
  padding-right: 15px;
}
.button {
  padding: 5px 10px;
  margin: 0;
  display: block;
  border-radius: 3px;
  border: 1px solid #b8c1c2;
}
.button.buttonInline {
  display: inline-block;
}
.button:hover {
  color: #fff;
}
.link100 {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.block {
  text-align: center;
}
/* The ghost, nudged to maintain perfect centering */
.block:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
  /* Adjusts for spacing */
}
/* The element to be centered, can
   also be of any width and height */
.centered {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.hidden-text {
  text-indent: -9999px;
}
.no-space {
  font-size: 0;
}
.no-space > * {
  font-size: 13px;
}
.nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
body {
  min-width: 320px;
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  font-size: 13px;
  line-height: 1;
  color: #444444;
  background-color: #fff;
}
:focus {
  outline: 0;
}
::-webkit-input-placeholder {
  color: inherit;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: inherit;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: inherit;
}
:-ms-input-placeholder {
  color: inherit;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
textarea {
  resize: none;
}
nav {
  margin: 0;
  padding: 0;
}
.text-center {
  text-align: center;
}
.accept-ticket.mobile,
.send-ticket.mobile {
  display: none;
}
#main-header.scrolled .steps {
  margin-top: 9px;
  -moz-transform: scale(0.85);
  -ms-transform: scale(0.85);
  -o-transform: scale(0.85);
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
}
.steps {
  margin: 17px 0 0 0;
  padding: 0;
  list-style: none;
  float: right;
  -moz-transform-origin: top right;
  -ms-transform-origin: top right;
  -o-transform-origin: top right;
  -webkit-transform-origin: top right;
  transform-origin: top right;
  -moz-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media all and (max-width: 1485px) {
  .steps {
    display: none;
  }
}
.steps li {
  margin-left: 22px;
  float: left;
  vertical-align: middle;
  color: #a1a1a1;
}
.steps li.active {
  color: #f7941e;
}
.steps li.active .icon {
  border: 1px solid #f7941e;
  background-position: center -50px !important;
}
.steps li a:hover {
  text-decoration: none;
}
.steps li.step-1 .icon {
  background: url(../images/ticket.png) no-repeat center 0;
}
.steps li.step-2 .icon {
  background: url(../images/dane.png) no-repeat center 0;
}
.steps li.step-3 .icon {
  background: url(../images/done.png) no-repeat center 0;
}
.steps .icon {
  width: 50px;
  height: 50px;
  margin-right: 8px;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #f7941e;
  vertical-align: middle;
  border-color: #a1a1a1;
}
#logo {
  width: 158px;
  height: 49px;
  margin-top: 16px;
  text-indent: -9999px;
  background: no-repeat 0 0;
  background-image: url('../images/logo.png');
  background-image: image-set(url('../images/logo.png') 1x, url('../images/logo_2x.png') 2x, url('../images/logo_3x.png') 3x, url('../images/logo_4x.png') 4x);
  background-image: -webkit-image-set(url('../images/logo.png') 1x, url('../images/logo_2x.png') 2x, url('../images/logo_3x.png') 3x, url('../images/logo_4x.png') 4x);
  background-image: -ms-image-set(url('../images/logo.png') 1x, url('../images/logo_2x.png') 2x, url('../images/logo_3x.png') 3x, url('../images/logo_4x.png') 4x);
  background-image: -moz-image-set(url('../images/logo.png') 1x, url('../images/logo_2x.png') 2x, url('../images/logo_3x.png') 3x, url('../images/logo_4x.png') 4x);
  background-image: -o-image-set(url('../images/logo.png') 1x, url('../images/logo_2x.png') 2x, url('../images/logo_3x.png') 3x, url('../images/logo_4x.png') 4x);
  background-size: 100%;
  float: left;
  overflow: hidden;
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -moz-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
#logo a {
  width: 100%;
  height: 100%;
  display: block;
}
.logo-payments,
.coop-button {
  float: left;
}
.logo-payments {
  width: 225px;
  height: 34px;
  margin-right: 27px;
  background: url(../images/credit-cards.png) no-repeat 0 0;
}
.coop-button {
  width: 438px;
  border: 1px solid #606e94;
  padding: 10px 0 10px 63px;
  background: url(../images/coop.png) #4e5e88 no-repeat 13px 5px;
}
.download-list {
  position: absolute;
  bottom: 0;
  right: 100px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}
.download-list li {
  width: 142px;
  height: 35px;
  margin-bottom: 10px;
}
.download-list li a {
  text-indent: -5000px;
}
.download-list li:last-child {
  margin-bottom: 0;
}
.download-list li.text-download {
  margin-bottom: 12px;
  font-size: 13px;
  height: auto;
  background: none;
  text-align: center;
}
.download-list li.gp-download {
  background: url(../images/play-new.png) no-repeat center center;
  background-size: contain;
}
.download-list li.as-download {
  background: url(../images/appstore-new.png) no-repeat center center;
  background-size: contain;
}
.download-list li.ws-download {
  background: url(../images/ws-new.png) no-repeat center center;
  background-size: contain;
}
.questions {
  height: 35px;
  position: absolute;
  top: 5px;
  left: 100px;
  font-size: 16px;
  padding-top: 14px;
  padding-left: 72px;
  background: url(../images/question.png) no-repeat 8px 0;
}
#wrapper {
  padding-top: 100px;
  background-color: #e0e0e0;
  background: url(../images/gradient.jpg) #e0e0e0 no-repeat center top;
  background-size: cover;
}
@media all and (max-width: 704px) {
  #wrapper {
    padding-top: 145px;
  }
}
@media all and (max-width: 704px) {
  #wrapper {
    padding-top: 126px;
    padding-bottom: 20px;
  }
}
.show-all {
  display: none;
}
.filter-box {
  width: 238px;
  margin-right: 18px;
  float: left;
}
.filter-box .heading {
  margin-bottom: 18px;
}
.filter-box .heading h3 {
  margin: 0;
  font-size: 24px;
  color: #3c4d7c;
  text-align: left;
}
.filter-box .heading h3.mobile {
  display: none;
}
.filter-box .box {
  padding-top: 12px;
  padding-bottom: 3px;
  padding-bottom: ;
  background-color: #fff;
  margin-bottom: 8px;
}
.filter-box .box header {
  width: 220px;
  margin-bottom: 14px;
  padding: 9px 10px 9px 44px;
  position: relative;
  background-color: #f7941e;
}
.filter-box .box header::before {
  width: 10px;
  height: 38px;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -10px;
  background: url(../images/corner.png) no-repeat 0 0;
}
.filter-box .box header h4 {
  margin: 0;
  font-size: 13px;
  color: #fff;
  font-family: Arial, sans-serif;
}
.filter-box .box header .toggle-icon {
  color: #00A5E2;
}
.filter-box .box.promotions-box header {
  background: url(../images/sprite_buy.png) no-repeat 0 -10px;
  background-color: #f7941e;
}
.filter-box .box.date-box header {
  background: url(../images/sprite_buy.png) no-repeat 0 -48px;
  background-color: #f7941e;
}
.filter-box .box.compass-box header {
  background: url(../images/sprite_buy.png) no-repeat -5px -87px;
  background-color: #f7941e;
}
.filter-box .box.type-box header {
  background: url(../images/sprite_buy.png) no-repeat -1px -124px;
  background-color: #f7941e;
}
.filter-box .box.clearch {
  padding-top: 0;
  background: none;
  text-align: right;
  color: #278cff;
}
.filter-box .checkboxes {
  padding: 0 20px;
}
.checkbox-buttons-wrapper {
  display: flex;
}
.checkbox-buttons-wrapper .checkbox-button {
  flex: 1;
  margin: 0 20px 30px 0;
}
.checkbox-buttons-wrapper .checkbox-button label {
  line-height: 30px;
}
.checkbox-buttons-wrapper .checkbox-button label:before {
  height: 30px;
  margin-top: 2px;
  width: 4px;
}
@media (max-width: 767px) {
  .checkbox-button {
    position: relative;
    margin: 13px auto;
  }
  .checkbox-button label {
    height: 14px;
    min-height: 14px !important;
    line-height: 14px;
    padding-left: 25px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/sprite_buy.png) no-repeat 0 -175px;
    color: #3c4d7c;
    transition: color 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  .checkbox-button input[type=checkbox] {
    visibility: hidden;
  }
  .checkbox-button input[type=checkbox]:checked + label {
    background: url(../images/sprite_buy.png) no-repeat 0 -189px;
    color: #f7941e;
  }
}
@media (min-width: 767px) {
  .checkbox-button {
    position: relative;
    margin: 0 auto 25px auto;
  }
  .checkbox-button label {
    line-height: 14px;
    cursor: pointer;
    position: absolute;
    font-weight: 400;
    top: 0;
    left: 0;
    background: url(../images/sprite_buy.png) no-repeat 0 -175px;
    color: #3c4d7c;
    transition: color 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
    background: #f9f9f9;
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
    padding: 10px 10px 10px 20px;
    width: 100%;
    color: #3494FB;
    border-radius: 5px;
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #e8e8e8 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%, #e8e8e8 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%, #e8e8e8 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e8e8e8', GradientType=0);
    /* IE6-9 */
  }
  .checkbox-button label:before {
    content: '';
    display: block;
    background: white;
    position: absolute;
    height: 20px;
    width: 3px;
    margin-left: -10px;
    margin-top: -3px;
    border-radius: 1px;
    -webkit-box-shadow: inset 1px 0px 1px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 1px 0px 1px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 1px 0px 1px 0px rgba(0, 0, 0, 0.2);
  }
  .checkbox-button input[type=checkbox] {
    visibility: hidden;
  }
  .checkbox-button input[type=checkbox][checked=checked] + label {
    background: #e48b21;
    /* Old browsers */
    background: -moz-linear-gradient(top, #e48b21 0%, #f49c2c 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e48b21 0%, #f49c2c 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e48b21 0%, #f49c2c 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e48b21', endColorstr='#f49c2c', GradientType=0);
    /* IE6-9 */
    color: white;
  }
}
.checkbox {
  position: relative;
  margin: 13px auto;
}
.checkbox label {
  height: 14px;
  min-height: 14px !important;
  line-height: 14px;
  padding-left: 25px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/sprite_buy.png) no-repeat 0 -175px;
  color: #3c4d7c;
  transition: color 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.checkbox input[type=checkbox] {
  visibility: hidden;
}
.checkbox input[type=checkbox]:checked + label {
  background: url(../images/sprite_buy.png) no-repeat 0 -189px;
  color: #f7941e;
}
#content {
  max-width: 728px;
  float: left;
}
@media (min-width: 1200px) {
  #content {
    min-width: 728px;
  }
}
@media (min-width: 767px) and (max-width: 1200px) {
  #content {
    width: -webkit-calc(100% - 270px);
    width: -moz-calc(100% - 270px);
    width: calc(100% - 270px);
  }
}
.tickets-heading {
  padding: 4px 20px;
  margin: 0 6px 0 6px;
  background: #fff;
}
.tickets-heading h3 {
  margin: 16px 0 8px 0;
  font-size: 24px;
  font-family: Calibri, sans-serif;
  color: #278cff;
}
.tickets-heading h3 span {
  color: #3c4d7c;
}
.tickets-heading .change-city {
  margin-right: 9px;
  margin-top: 15px;
  color: #278cff;
}
.tickets-heading .pta-logo {
  float: right;
  background: no-repeat center center;
  width: 80px;
  height: 80px;
}
.tickets-heading .description {
  font-size: 16px;
  color: #3c4d7c;
  font-weight: 300;
  line-height: 1.2;
}
.list-tickets-lodz > li {
  width: 230px;
}
@media all and (max-width: 767px) {
  .list-tickets-lodz > li {
    width: 100% !important;
  }
}
.list-tickets-normal > li {
  width: 170px;
}
.list-tickets {
  margin: 17px 0 0 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  font-family: 'zerospaceregular';
}
.list-tickets > li {
  margin: 0 6px;
  margin-bottom: 28px;
  position: relative;
  display: inline-block;
  text-align: left;
  font-family: Arial, sans-serif;
}
.list-tickets > li:hover .buy-ticket {
  text-decoration: none;
  background-color: #f7941e;
}
.list-tickets > li:hover .buy-ticket .buy-ticket-disabled {
  background-color: #a8a7a5;
}
.list-tickets > li .container-ticket {
  width: 100%;
  max-width: 170px;
  padding: 0 14px;
  display: inline-block;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  z-index: 2;
}
.list-tickets > li .container-ticket .flt {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.list-tickets > li .container-ticket::after {
  width: 182px;
  height: 35px;
  content: "";
  display: block;
  position: absolute;
  bottom: -25px;
  left: -9px;
  background: url(../images/shadow.png) no-repeat 0 0;
}
.list-tickets > li .container-ticket-lodz {
  max-width: 235px;
  height: 306px;
  padding: 0px 7px;
  display: inline-block;
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  z-index: 2;
}
.list-tickets > li .container-ticket-lodz .flt {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media all and (max-width: 767px) {
  .list-tickets > li .container-ticket-lodz {
    padding-top: 16px !important;
    max-width: 100%;
    height: 192px;
    border-radius: 10px;
    z-index: 10;
  }
}
.list-tickets > li .container-ticket-lodz .header {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 30px;
  margin-left: 20px;
}
.list-tickets > li .container-ticket-lodz .dots {
  margin: 18px 0;
  margin-bottom: 52px;
  overflow: hidden;
  font-size: 0;
  text-align: center;
}
@media all and (max-width: 767px) {
  .list-tickets > li .container-ticket-lodz .dots {
    display: none !important;
  }
}
.list-tickets > li .container-ticket-lodz .dot {
  width: 5px;
  height: 5px;
  margin: 0 7px;
  border-radius: 50%;
  background-color: #eee;
  display: inline-block;
}
.list-tickets > li .container-ticket-lodz .lodz-promotion {
  position: absolute;
  left: 24px;
  top: 36px;
  right: 8px;
  padding: 6px;
  border-radius: 6px;
  text-align: center;
  z-index: 1;
  background: #f7941e no-repeat center;
}
@media all and (max-width: 767px) {
  .list-tickets > li .container-ticket-lodz .lodz-promotion {
    position: static;
    margin-bottom: 10px;
  }
}
.list-tickets > li .container-ticket-lodz .lodz-promotion span {
  font-size: 13px;
  color: #3c4d7c;
  font-weight: 600;
  text-wrap: inherit;
}
.list-tickets > li.expanded {
  width: 100%;
  overflow: visible;
  max-width: 100%;
  margin-right: 0;
}
.list-tickets > li.expanded .container-ticket {
  position: relative;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
}
.list-tickets > li.expanded .container-ticket::before {
  width: 12px;
  height: 2px;
  content: "";
  display: block;
  position: absolute;
  top: 252px;
  left: -14px;
  background-color: #e0e0e0;
  z-index: 2;
}
.list-tickets > li.expanded .choose-ticket-normal {
  padding-left: 214px;
}
.list-tickets > li.expanded .choose-ticket {
  left: 0;
}
.list-tickets > li.expanded .choose-ticket-lodz {
  padding-left: 285px;
}
.list-tickets .choose-ticket {
  width: 0;
  height: 245px;
  padding: 14px 0 7px 0;
  position: absolute;
  top: 9px;
  left: 0;
  background-color: #fff;
  overflow: hidden;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.list-tickets .choose-ticket::after {
  width: 12px;
  height: 245px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #e0e0e0;
  content: "";
  display: block;
}
.list-tickets .choose-ticket .container-cs {
  height: 224px;
  padding-top: 8px;
  padding-bottom: 13px;
  padding-right: 37px;
  margin-right: 8px;
  overflow: hidden;
  position: relative;
}
.list-tickets .choose-ticket header h4 {
  margin: 0 0 21px 0;
  font-size: 13px;
  color: #3c4d7c;
}
.list-tickets .choose-ticket header h5 {
  margin: 0 0 13px 0;
  padding-left: 42px;
  font-weight: normal;
  font-size: 13px;
  color: #3c4d7c;
}
.list-tickets .choose-ticket .category-1-ticket header h5 {
  padding-bottom: 1px;
  background: url(../images/sprite_buy.png) no-repeat -24px -628px;
}
.list-tickets .choose-ticket .category-2-ticket header h5 {
  padding-top: 11px;
  padding-bottom: 1px;
  background: url(../images/sprite_buy.png) no-repeat -25px -662px;
}
.list-tickets .choose-ticket .list-checkbox {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.list-tickets .choose-ticket .list-checkbox li {
  width: 44px;
  margin-bottom: 11px;
  font-size: 13px;
  float: left;
  position: relative;
}
.list-tickets .choose-ticket .list-checkbox li label {
  height: 14px;
  padding-left: 18px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/sprite_buy.png) no-repeat 0 -175px;
  color: #3c4d7c;
  transition: color 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.list-tickets .choose-ticket .list-checkbox li input[type=checkbox] {
  visibility: hidden;
}
.list-tickets .choose-ticket .list-checkbox li input[type=checkbox]:checked + label {
  background: url(../images/sprite_buy.png) no-repeat 0 -189px;
  color: #f7941e;
}
.list-tickets ul {
  list-style-type: disc;
}
.list-tickets .info-list-lodz {
  margin-top: 16px;
  margin-left: -18px;
}
.list-tickets .info-list-lodz li {
  margin-bottom: 8px;
  height: 15px;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 10px;
  width: 100%;
  white-space: normal;
  word-wrap: break-word;
  margin-top: 20px;
}
@media all and (max-width: 767px) {
  .list-tickets .info-list-lodz li {
    margin-top: 5px;
  }
}
.list-tickets .info-list-lodz li.reduced {
  color: #5d9e00;
}
.list-tickets .info-list {
  height: 144px;
  margin: 22px -10px 0 0;
  padding: 0;
  overflow: hidden;
  list-style: none;
}
.list-tickets .info-list li {
  margin-bottom: 15px;
  padding-left: 28px;
  line-height: 15px;
  font-size: 13px;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
.list-tickets .info-list li.info-1-list {
  color: #f7941e;
  text-transform: uppercase;
  background: url(../images/pdf_prc.png) no-repeat -2px;
  font-weight: bold;
}
.list-tickets .info-list li.info-1-list.reduced {
  color: #5d9e00;
}
.list-tickets .info-list li.info-1-list.senior {
  color: #881515;
}
.list-tickets .info-list li.info-2-list {
  padding-bottom: 3px;
  background: url(../images/sprite_buy.png) no-repeat -24px -545px;
}
.list-tickets .info-list li.info-3-list {
  background: url(../images/sprite_buy.png) no-repeat -24px -505px;
  padding-bottom: 3px;
}
.list-tickets .info-list li.info-4-list {
  background: url(../images/sprite_buy.png) no-repeat -24px -455px;
  padding-bottom: 1px;
  /* dominik dodałem jak wyświetlenie dwóch lini by NYSA*/
  white-space: initial;
}
.list-tickets .dots {
  margin: 18px 0;
  overflow: hidden;
  font-size: 0;
  text-align: center;
}
.list-tickets .dot {
  width: 13px;
  height: 13px;
  margin: 0 7px;
  border-radius: 50%;
  background-color: #eee;
  display: inline-block;
}
.list-tickets .price {
  margin-bottom: 10px;
  padding-left: 20px;
  line-height: 20px;
}
.list-tickets .price span {
  display: block;
}
.list-tickets .price .big-price {
  font-weight: bold;
  color: #444444;
  font-size: 18px;
}
.list-tickets .price .small-price {
  color: #444444;
  font-size: 13px;
}
.list-tickets .big-price-lodz {
  margin-top: 35px;
}
@media all and (max-width: 767px) {
  .list-tickets .big-price-lodz {
    margin-top: 65px;
  }
}
.list-tickets .buy-ticket-disabled {
  height: 31px;
  line-height: 31px;
  display: block;
  text-align: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #949699;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  position: relative;
  z-index: 10;
}
.list-tickets .buy-ticket-disabled:hover {
  text-decoration: none;
}
.list-tickets .buy-ticket {
  height: 31px;
  line-height: 31px;
  display: block;
  text-align: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #3c4d7c;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  position: relative;
  z-index: 10;
}
.list-tickets .buy-ticket:hover {
  text-decoration: none;
  background-color: #f7941e;
}
.list-tickets .buy-ticket-lodz {
  top: 6px;
}
.list-tickets .buy-ticket.buy-ticket-lines {
  border-radius: 5px;
}
.ps-container > .ps-scrollbar-y-rail {
  width: 6px;
  background-color: #e6e6e6;
}
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  width: 6px;
  background-color: #3c4d7c;
}
.haze-wrap {
  width: 100%;
  max-width: 712px;
  padding-bottom: 15%;
  background: url(../images/haze-shadow.png) no-repeat 40px bottom;
  background-size: contain;
}
.haze {
  width: 100%;
  max-width: 712px;
  height: 400px;
  margin-top: 58px;
  padding-top: 4%;
  padding-left: 20%;
  padding-right: 20%;
  font-size: 24px;
  color: #3c4d7c;
  position: relative;
  font-family: Calibri, sans-serif;
  font-weight: 300;
  background: url(../images/dymek.png) no-repeat 0 0;
  line-height: 1.2;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}
.haze .button {
  width: 316px;
  height: 45px;
  line-height: 45px;
  margin: 40px 0 0 0;
  padding: 0;
  border: 0;
  background: #3c4d7c;
  color: #fff;
  font-size: 24px;
  text-align: center;
  display: block;
  font-weight: 300;
  font-family: Calibri, sans-serif;
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.haze .button:hover {
  text-decoration: none;
  background: #f7941e;
}
.heading {
  text-align: center;
}
.heading h3 {
  margin: 0;
  font-size: 24px;
  font-family: Calibri, sans-serif;
  color: #3c4d7c;
}
.data-ticket {
  width: 50%;
  float: left;
}
.data-ticket.data-ticket-wide {
  width: 100%;
}
.price-strikethrough {
  font-size: 14px;
  text-decoration: line-through;
}
.calendar-ticket {
  width: 50%;
  padding-left: 30px;
  float: left;
}
.calendar-ticket .calendar-heading.mobile {
  display: none !important;
}
.calendar-ticket .form-heading h4 {
  padding-right: 0;
}
.company-ticket {
  width: 100%;
  clear: both;
}
.company-ticket .full-field {
  width: 100% !important;
  clear: both;
  float: none !important;
  margin-bottom: 0 !important;
}
.company-ticket input[type=checkbox] {
  display: inline-block;
}
.company-ticket input[type=checkbox] + label {
  color: #444444;
  display: inline-block !important;
}
.company-ticket .other-field {
  padding: 10px 0;
}
.company-ticket .field {
  width: 33.33%;
  padding-right: 14px;
  float: left;
}
.company-ticket .field:nth-child(3n) {
  padding-right: 0;
}
@media all and (min-width: 767px) {
  .filed-height {
    height: 85px;
  }
}
.accept-ticket {
  width: 100%;
  clear: both;
}
.accept-ticket label {
  overflow: hidden;
  line-height: 1.2;
  color: #444444;
}
.accept-ticket label a {
  color: #278cff;
}
.accept-ticket input {
  margin-right: 5px;
  float: left;
}
.send-ticket,
.submit-button {
  width: 100%;
  clear: both;
}
.send-ticket input[type=submit],
.submit-button input[type=submit],
.send-ticket button,
.submit-button button {
  width: 100%;
  border: 0;
  font-weight: bold;
  font-size: 13px;
  font-family: Arial, sans-serif;
  color: #fff;
  height: 44px;
  border-radius: 5px;
  background-color: #4692e8;
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.send-ticket input[type=submit]:hover,
.submit-button input[type=submit]:hover,
.send-ticket button:hover,
.submit-button button:hover {
  background-color: #3c4d7c;
}
.send-ticket input[type=submit][disabled],
.submit-button input[type=submit][disabled],
.send-ticket button[disabled],
.submit-button button[disabled] {
  opacity: 0.5;
  cursor: default;
}
.send-ticket input[type=submit][disabled]:hover,
.submit-button input[type=submit][disabled]:hover,
.send-ticket button[disabled]:hover,
.submit-button button[disabled]:hover {
  background-color: #4692e8;
}
#calendar-form {
  display: none;
}
.form-heading {
  margin-bottom: 12px;
  position: relative;
}
.form-heading h4 {
  padding-right: 90px;
  margin: 0;
  font-size: 24px;
  color: #3c4d7c;
  font-family: Calibri, sans-serif;
}
.form-heading .blue-button {
  margin: 0;
  position: absolute;
  top: 7px;
  right: 0;
}
#my-ticket {
  width: 270px;
  position: absolute;
  top: 0;
  right: 0;
}
#my-ticket.fixed {
  z-index: 10;
}
@media all and (min-width: 767px) {
  #my-ticket .form-heading {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 767px) {
  #my-ticket .form-heading {
    margin-bottom: 30px;
    margin-top: 15px;
  }
}
#my-ticket .mt-container {
  padding: 18px 28px 32px 28px;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 38px;
  position: relative;
}
#my-ticket .mt-container header {
  line-height: 1.2;
}
#my-ticket .mt-container header h5 {
  margin: 0;
  padding-left: 10px;
  font-size: 16px;
  color: #444444;
  word-wrap: break-word;
}
#my-ticket .mt-container::before {
  width: 215px;
  height: 8px;
  background-color: #f7941e;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
#my-ticket .mt-container::after {
  width: 100%;
  height: 48px;
  position: absolute;
  bottom: -26px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  content: "";
  display: block;
  background: url(../images/shadow.png) no-repeat 0 0;
  background-size: 100%;
}
#my-ticket .dots {
  margin: 4px 0 0 0;
  overflow: hidden;
  font-size: 0;
  text-align: center;
}
#my-ticket .dot {
  width: 18px;
  height: 18px;
  margin: 0 7px;
  border-radius: 50%;
  background-color: #eee;
  display: inline-block;
}
#my-ticket .info-pta {
  margin: 18px auto;
  line-height: 48px;
  text-align: center;
}
#my-ticket .info-pta img {
  vertical-align: middle;
  max-width: 48px;
  max-height: 48px;
  margin-right: 4px;
}
#my-ticket .info-client {
  margin: 0 0 18px 0;
  padding: 0;
  list-style: none;
  border-bottom: 2px dashed #bfbfbf;
}
#my-ticket .info-client li {
  padding: 8px 0;
  padding-left: 30px;
  color: #444444;
  border-bottom: none;
  margin-bottom: 1px;
  border-top: 1px solid #d0d0d0;
}
#my-ticket .info-client li.info-1-client {
  background: url(../images/sprite_buy.png) no-repeat -17px -706px;
}
#my-ticket .info-client li.info-2-client {
  background: url(../images/sprite_buy.png) no-repeat -17px -734px;
}
#my-ticket .info-client li.info-3-client {
  background: url(../images/sprite_buy.png) no-repeat -17px -762px;
  border-top: none;
}
#my-ticket .info-client li.info-4-client {
  text-align: right;
  border-bottom: 0;
  padding-bottom: 0;
  background: url(../images/sprite_buy.png) no-repeat -17px -795px;
  line-height: 1.7;
  padding-right: 10px;
}
#my-ticket .info-client li.info-4-client em.highlighted {
  font-weight: bold;
}
#my-ticket .info-client li.info-4-client em.muted {
  margin-top: 5px;
  display: block;
  color: #aaa;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.2;
  cursor: default;
  margin-bottoM: 8px;
  font-style: italic;
}
#my-ticket .mt-container::before {
  background-color: none !important;
  display: none;
  background: none;
}
#my-ticket .box.clearch {
  margin-top: 10px;
  margin-bottom: 10px;
}
#my-ticket .info-list {
  margin: 0 0 28px 0;
  padding: 0;
  list-style: none;
}
#my-ticket .info-list li {
  padding: 8px 0 8px 35px;
  border-bottom: 1px solid #d0d0d0;
  line-height: 1.2;
}
#my-ticket .info-list li.info-1-list {
  background: url(../images/sprite_buy.png) no-repeat -10px -580px;
  color: #f7941e;
  text-transform: uppercase;
  font-weight: bold;
}
#my-ticket .info-list li.info-1-list.reduced {
  color: #5d9e00;
}
#my-ticket .info-list li.info-1-list.senior {
  color: #881515;
}
#my-ticket .info-list li.info-2-list {
  background: url(../images/sprite_buy.png) no-repeat -13px -540px;
}
#my-ticket .info-list li.info-3-list {
  background: url(../images/sprite_buy.png) no-repeat -15px -499px;
}
#my-ticket .info-list li.info-4-list {
  background: url(../images/sprite_buy.png) no-repeat -15px -449px;
}
#my-ticket .info-list liinfo-5-list {
  background: url(../images/sprite_buy.png) no-repeat -10px -580px;
}
#my-ticket .info-list li.info-6-list {
  font-weight: bold;
  color: #f7941e;
  font-style: italic;
}
#my-ticket .info-list li h1 {
  font-size: 13px;
}
#my-ticket .price {
  color: #444444;
  text-align: center;
  font-weight: bold;
}
#my-ticket .price span {
  font-size: 18px;
  font-weight: bold;
  display: inline;
  cursor: default;
}
#my-ticket .znizka {
  margin-top: 20px;
  text-align: center;
}
#my-ticket .znizka > div {
  display: inline;
  font-weight: bold;
  color: #d9534f;
}
#my-ticket .link {
  margin-top: 10px;
  font-size: 11px;
  text-align: center;
}
.tooltip {
  width: 16px;
  height: 16px;
  position: absolute;
  top: -3px;
  right: 0;
  border-radius: 50%;
  background: url(../images/tooltip.png) #cbcfd8 no-repeat center center;
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.tooltip:hover {
  background-color: #3c4d7c;
}
.tooltip-kalisz {
  background: url(../images/tooltip.png) #f7941e no-repeat center center !important;
}
.tooltip-kalisz:hover {
  background-color: #d67604 !important;
}
.data-ticket .form-heading .mobile {
  display: none;
}
.finish-main-heading {
  margin-bottom: 20px;
}
.finish-main-heading h3 {
  margin: 0;
  color: #3c4d7c;
  font-size: 38px;
  font-family: Calibri, sans-serif;
}
.finish-heading {
  margin-bottom: 25px;
  text-align: center;
  line-height: 1.3;
  font-size: 100%;
}
.finish-heading h4 {
  margin: 0;
  color: #3c4d7c;
  font-size: 24px;
  font-family: Calibri, sans-serif;
}
.finish-heading.special h4 {
  color: #f7941e;
}
.loading {
  width: 74px;
  height: 74px;
  display: block;
  margin: 0 auto 48px auto;
  background: url(../images/loading.gif) no-repeat 0 0;
}
.blue-button {
  margin: 13px 0;
  display: block;
  text-align: center;
  font-size: 13px;
  font-family: Arial, sans-serif;
  color: #4692e8;
}
#finish {
  text-align: center;
  margin-bottom: 45px;
}
#finish p {
  margin-bottom: 20px;
  color: #3c4d7c;
  font-size: 24px;
  line-height: 23px;
  font-weight: bold;
  font-family: Calibri, sans-serif;
}
#finish p.last {
  font-size: 18px;
}
#finish p.last a {
  font-size: 12px;
}
#finish p.special {
  margin: 50px 0;
  color: #f7941e;
}
#finish p.special br {
  display: none;
}
#finish p.thin {
  margin: 40px 0 60px 0;
  font-weight: lighter;
}
#finish p a {
  font-size: 16px;
}
#finish .what-now {
  width: 100%;
  padding: 34px;
  margin-bottom: 55px;
  background-color: #fff;
  border-radius: 5px;
  position: relative;
}
#finish .what-now .finish-heading {
  margin-bottom: 35px;
}
#finish .what-now::before {
  width: 137px;
  height: 180px;
  content: "";
  display: block;
  position: absolute;
  top: -180px;
  right: -10px;
  background: url(../images/person.png) no-repeat 0 0;
}
#finish .what-now::after {
  width: 904px;
  height: 45px;
  content: "";
  display: block;
  background: url(../images/shadow-big.png) no-repeat 0 0;
  position: absolute;
  bottom: -45px;
  left: 50%;
  transform: translate(-50%, 0);
}
#finish .what-now ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  font-family: 'zerospaceregular';
}
#finish .what-now li {
  width: 33.33%;
  padding-right: 55px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  font-family: Calibri, sans-serif;
}
#finish .what-now li p {
  line-height: 18px;
}
#finish .what-now li:last-child p {
  padding-right: 0;
}
#finish .what-now .icon {
  width: 50px;
  height: 50px;
  background-color: #f7941e;
  border-radius: 50%;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
  font-size: 24px;
  color: #fff;
}
#finish .what-now p {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  margin: 0;
  padding-left: 60px;
  overflow: hidden;
  font-size: 13px;
  color: #444;
  font-weight: normal;
  font-family: Arial, sans-serif;
  text-align: left;
}
#finish .what-now .link-input {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  border: 0;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: inset 0px 2px 3px rgba(0, 0, 0, 0.2);
  color: #3c4d7c;
}
#finish .finish-button {
  padding: 10px 20px;
  display: inline-block;
  background-color: #f7941e;
  color: #fff;
  font-size: 24px;
  font-weight: lighter;
  font-family: Calibri, sans-serif;
  border-radius: 3px;
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
#finish .finish-button:hover {
  text-decoration: none;
  background-color: #3c4d7c;
}
.big-apps {
  margin: 0 0 40px 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  text-align: center;
}
.big-apps li {
  width: 30%;
  margin: 0 1%;
  display: inline-block;
}
.big-apps li a {
  width: 100%;
  height: 100%;
  display: block;
  text-indent: -5000px;
}
.big-apps li.gp-ba {
  height: 77px;
  background: url(../images/gp-small.png) no-repeat 0 0;
  background-size: 100%;
}
.big-apps li.as-ba {
  height: 77px;
  background: url(../images/as-small.png) no-repeat 0 0;
  background-size: 100%;
}
.big-apps li.ws-ba {
  height: 77px;
  background: url(../images/ws-small.png) no-repeat 0 0;
  background-size: 100%;
}
#modal-form-email-send {
  max-width: 720px;
  width: 100%;
  padding: 68px;
  position: fixed;
  left: 50%;
  top: 162px;
  z-index: 1900;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  background-color: #fff;
  border-radius: 4px;
  opacity: 1;
  visibility: visible;
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
#modal-form-email-send.contactHidden {
  visibility: hidden;
  opacity: 0;
  transform: translate(-50%, -20%);
  -webkit-transform: translate(-50%, -20%);
}
#modal-form-email-send legend {
  width: 100%;
  margin-bottom: 25px;
  font-size: 40px;
  color: #3c4d7c;
  font-weight: bold;
  display: block;
  text-align: center;
}
.Zebra_DatePicker {
  padding: 14px 30px 34px 30px;
  border-radius: 3px;
  border-bottom: 1px solid #d8d8d8;
}
.Zebra_DatePicker.dp_hidden {
  display: none;
}
.Zebra_DatePicker table.dp_footer {
  display: none !important;
}
.Zebra_DatePicker table.dp_header td.dp_caption {
  cursor: default;
}
.Zebra_DatePicker table.dp_header td.dp_next div,
.Zebra_DatePicker table.dp_header td.dp_previous div {
  position: absolute;
  top: 300px;
  font-size: 10px;
  color: #3c4d7c;
}
.Zebra_DatePicker table.dp_header td.dp_next div {
  right: 40px;
}
.Zebra_DatePicker table.dp_header td.dp_previous div {
  left: 40px;
}
.Zebra_DatePicker table.dp_daypicker,
.Zebra_DatePicker table.dp_monthpicker,
.Zebra_DatePicker table.dp_yearpicker {
  width: 100% !important;
  height: 230px !important;
}
.Zebra_DatePicker table.dp_daypicker th,
.Zebra_DatePicker table.dp_monthpicker th,
.Zebra_DatePicker table.dp_yearpicker th {
  padding: 1px;
  cursor: default;
}
.Zebra_DatePicker table.dp_daypicker td,
.Zebra_DatePicker table.dp_monthpicker td,
.Zebra_DatePicker table.dp_yearpicker td {
  padding: 1px;
  background: #fff;
  color: #3c4d7c;
}
.Zebra_DatePicker table.dp_daypicker td.dp_disabled,
.Zebra_DatePicker table.dp_monthpicker td.dp_disabled,
.Zebra_DatePicker table.dp_yearpicker td.dp_disabled {
  background: transparent;
  color: #adb8d7;
}
.Zebra_DatePicker table.dp_daypicker td.dp_weekend,
.Zebra_DatePicker table.dp_monthpicker td.dp_weekend,
.Zebra_DatePicker table.dp_yearpicker td.dp_weekend {
  color: #BA2D4E;
}
.Zebra_DatePicker table.dp_daypicker td.dp_weekend_disabled,
.Zebra_DatePicker table.dp_monthpicker td.dp_weekend_disabled,
.Zebra_DatePicker table.dp_yearpicker td.dp_weekend_disabled {
  color: #f0c3cd;
}
.Zebra_DatePicker table.dp_daypicker td.dp_current,
.Zebra_DatePicker table.dp_monthpicker td.dp_current,
.Zebra_DatePicker table.dp_yearpicker td.dp_current {
  font-weight: bold;
}
.Zebra_DatePicker table.dp_daypicker td.dp_not_in_month,
.Zebra_DatePicker table.dp_monthpicker td.dp_not_in_month,
.Zebra_DatePicker table.dp_yearpicker td.dp_not_in_month {
  color: #ddd;
}
.Zebra_DatePicker table.dp_daypicker td.dp_not_in_month_selectable,
.Zebra_DatePicker table.dp_monthpicker td.dp_not_in_month_selectable,
.Zebra_DatePicker table.dp_yearpicker td.dp_not_in_month_selectable {
  color: #999;
}
.Zebra_DatePicker table.dp_daypicker td.dp_selected,
.Zebra_DatePicker table.dp_monthpicker td.dp_selected,
.Zebra_DatePicker table.dp_yearpicker td.dp_selected {
  background: #f7941e !important;
  border-radius: 0px;
}
.suggested-months {
  padding-left: 0;
}
.suggested-months li {
  cursor: pointer;
  width: 100%;
  height: 40px;
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  display: block;
  border-radius: 5px;
  padding: 12px;
  padding-left: 70px;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 16px;
  margin: 10px 0;
  line-height: 16px;
  background: url(../images/sprite_buy.png) no-repeat 0 -416px !important;
  background-color: #fff !important;
  -moz-transition: background-color 0.2s cubic-bezier(0.075, 0.82, 0.165, 1), color 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: background-color 0.2s cubic-bezier(0.075, 0.82, 0.165, 1), color 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition: background-color 0.2s cubic-bezier(0.075, 0.82, 0.165, 1), color 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: background-color 0.2s cubic-bezier(0.075, 0.82, 0.165, 1), color 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.suggested-months li.disabled {
  cursor: default;
  opacity: 0.8;
}
.suggested-months .sm-selected {
  color: #fff;
  background-color: #f7941e !important;
}
#ticket-form.new-form {
  margin: unset;
  color: white;
  padding-right: unset;
  width: unset;
}
#ticket-form.new-form form {
  margin: unset;
  width: unset;
}
#ticket-form.new-form form .input {
  width: 300px;
}
#ticket-form.new-form form .submit-button button {
  background: #f7941e;
  height: 42px;
  min-width: 80px;
}
#ticket-form.new-form form .submit-button button:hover {
  background: #da7a08;
  cursor: pointer;
}
#ticket-form.new-form form label {
  color: white;
  cursor: default;
}
#ticket-form.new-form form .validation-summary-errors {
  background: rgba(224, 224, 224, 0.64);
  border-radius: 5px;
  width: 300px;
}
#ticket-form.new-form form .field-validation {
  min-height: 30px;
}
#ticket-form.new-form.new-form-inline form .field-group {
  display: inline-block;
  vertical-align: top;
}
#ticket-form.new-form a {
  color: white;
  text-decoration: none;
}
#ticket-form.new-form ul.list {
  list-style: none;
  padding: 0;
  margin: 0;
}
#ticket-form.new-form ul.list li {
  line-height: 20px;
  padding-left: 15px;
}
#ticket-form.new-form ul.list li:before {
  content: "•";
  padding-right: 8px;
  color: #f7941e;
  font-size: 30px;
  position: absolute;
  left: 0;
}
#ticket-form .phone-info {
  background: #f7941e;
  border-radius: 6px;
  color: white;
  padding: 10px;
  font-weight: normal;
  position: absolute;
  margin: 0 5px;
  top: -54px;
  transition: opacity 0.4s, visibility 0.4s;
  opacity: 0;
  visibility: hidden;
}
#ticket-form .phone-info.visible {
  opacity: 1;
  visibility: visible;
}
@media all and (max-width: 1023px) {
  .container {
    padding: 0 50px;
  }
  .haze {
    padding-left: 25%;
    padding-right: 5%;
  }
  .haze .button {
    width: 296px;
    font-size: 22px;
  }
  .filter-box {
    margin-right: 25px;
  }
  .list-tickets {
    text-align: left;
  }
  .list-tickets > li {
    margin-bottom: 28px;
  }
  .list-tickets > li.expanded .choose-ticket {
    padding-left: 195px;
  }
  .list-tickets > li.expanded .choose-ticket .container-cs {
    padding-right: 0px;
  }
  .list-tickets .choose-ticket .list-checkbox li {
    width: 36px;
    height: 25px;
    margin-right: 6px;
  }
  .list-tickets .choose-ticket .list-checkbox li label {
    height: 25px;
    width: 100%;
    padding-top: 6px;
    text-align: center;
    padding-left: 3px;
    border-radius: 2px;
    background: #eeeeee;
  }
  .list-tickets .choose-ticket .list-checkbox li input[type=checkbox]:checked + label {
    color: #fff;
    background: #f7941e !important;
  }
  #modal-form-email-send {
    width: 95%;
    left: 45%;
    padding: 15px;
    padding-top: 44px;
    padding-bottom: 32px;
    transform: translate(-45%, 0);
    -webkit-transform: translate(-45%, 0);
  }
  .coop-button {
    width: 448px;
  }
  .download-list {
    width: 100%;
    bottom: 26px;
    left: 0;
  }
  .download-list li {
    width: 135px;
    vertical-align: middle;
    margin: 0 8px;
    display: inline-block;
  }
  .download-list li.text-download {
    margin-bottom: 0;
  }
  .download-list li.gp-download {
    width: 177px;
    height: 43px;
  }
  .download-list li.as-download {
    width: 178px;
    height: 43px;
    background: url(../images/appstore-new.png) no-repeat center center;
    background-size: contain;
  }
  .download-list li.ws-download {
    width: 178px;
    height: 43px;
    background: url(../images/ws-new.png) no-repeat center center;
    background-size: contain;
  }
  .questions {
    top: 50px;
    left: 18px;
  }
  .data-ticket,
  .calendar-ticket {
    width: 100%;
    padding: 0;
    float: none;
  }
  .accept-ticket {
    width: calc(100% + 325px) !important;
  }
  .send-ticket input {
    width: calc(100% + 313px) !important;
  }
  .fm-field {
    width: 100% !important;
    float: none;
    clear: both;
    padding-right: 0 !important;
  }
  .fh-field {
    width: 50% !important;
    padding-right: 0 !important;
  }
  .fh-field.town-field {
    width: 70% !important;
  }
  .fh-field.code-field {
    width: 30% !important;
  }
  .town-field {
    padding-right: 14px !important;
  }
  #finish p {
    margin-bottom: 30px;
  }
  #finish p.special br {
    display: inline;
  }
  .big-apps li {
    width: 100%;
    display: block;
    margin: 20px auto !important;
  }
  .big-apps li.gp-ba {
    max-width: 381px;
    background: url(../images/gp-big.png) no-repeat 0 0;
    background-size: contain;
  }
  .big-apps li.as-ba {
    max-width: 381px;
    background: url(../images/as-big.png) no-repeat 0 0;
    background-size: contain;
  }
  .big-apps li.ws-ba {
    max-width: 381px;
    background: url(../images/ws-big.png) no-repeat 0 0;
    background-size: contain;
  }
  #finish .what-now {
    max-width: 430px;
    margin-top: 205px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 70px;
  }
  #finish .what-now::before {
    left: 50%;
    right: auto;
    transform: translate(-50%, 0);
  }
  #finish .what-now::after {
    width: 414px;
    height: 49px;
    bottom: -49px;
    background: url(../images/shadow-medium.png) no-repeat 0 0;
  }
  #finish .what-now ul {
    text-align: left;
  }
  #finish .what-now li {
    max-width: 100% !important;
    width: 100% !important;
    margin-bottom: 35px;
  }
  #finish .what-now li:last-child {
    margin-bottom: 0;
  }
}
@media all and (min-width: 768px) {
  .hidden-on-desktop {
    display: none !important;
  }
}
@media all and (max-width: 767px) {
  .hidden-on-mobile {
    display: none !important;
  }
  .tooltip-position {
    float: right;
    position: relative;
    top: -30px !important;
  }
  .back-to-position {
    top: -7px !important;
  }
  #wrapper {
    background: #F8F8F8;
  }
  #content {
    overflow: visible;
    float: none;
    width: 100%;
  }
  .clearch {
    display: none;
  }
  .container {
    padding: 0 30px;
  }
  .tooltip {
    top: -7px;
    height: 24px;
    width: 24px;
    background-image: url(../images/i-big.png);
  }
  .haze-wrap {
    display: none;
  }
  .filter-box {
    width: 100%;
    float: none;
  }
  .filter-box .heading {
    max-width: 360px;
    width: 100%;
    margin: 0 auto 40px auto;
    padding: 0 15px;
    text-align: center;
  }
  .filter-box .heading h3 {
    display: none;
    font-size: 24px;
  }
  .filter-box .heading h3.mobile {
    display: block;
    text-align: center;
  }
  .filter-box .box {
    background: none;
  }
  .filter-box .box header {
    display: flex;
    height: auto;
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: transparent !important;
    align-items: center;
  }
  .filter-box .box header.open .toggle-icon {
    transform: rotate(180deg);
  }
  .filter-box .box header .header-icon {
    min-height: 18px;
    max-height: 18px;
    margin-right: 15px;
  }
  .filter-box .box header h4 {
    color: #303E66;
    margin-right: auto;
    font-size: 16px;
  }
  .filter-box .box header::before {
    display: none !important;
  }
  .filter-box .checkboxes {
    visibility: hidden;
    height: 0;
    padding: 0;
  }
  .filter-box .checkboxes.open {
    height: auto;
    margin-top: 20px;
    visibility: visible;
  }
  .filter-box .zone-filter,
  .filter-box .other-filters {
    padding: 10px;
    background: red;
  }
  .filter-box .zone-filter {
    background: #E8E8E8;
    margin-bottom: 20px;
  }
  .filter-box .zone-filter label {
    font-weight: 400;
  }
  .filter-box .other-filters {
    background: #F6F6F6;
  }
  .filter-box .hook-zones {
    margin-bottom: 0;
  }
  .filter-box .checkbox,
  .filter-box .checkbox-button {
    height: 40px;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .filter-box .checkbox label,
  .filter-box .checkbox-button label {
    width: 100%;
    height: 40px;
    box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
    display: block;
    border-radius: 5px;
    padding: 12px 0;
    padding-left: 70px;
    font-size: 16px;
    line-height: 16px;
    background: url(../images/sprite_buy.png) no-repeat 0 -416px !important;
    background-color: #fff !important;
    transition: background-color 0.2s cubic-bezier(0.075, 0.82, 0.165, 1), color 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  .filter-box .checkbox input[type=checkbox]:checked + label,
  .filter-box .checkbox-button input[type=checkbox]:checked + label {
    color: #fff;
    background-color: #f7941e !important;
  }
  .tickets-heading {
    margin: 10px 0;
    background: transparent;
    padding: 0;
    margin-bottom: 20px;
  }
  .tickets-heading h3 {
    color: #303E66;
  }
  .tickets-heading h3 span {
    display: none;
  }
  .tickets-heading .change-city {
    color: #00A5E2;
    font-weight: bold;
  }
  .tickets-heading .description {
    font-size: 16px;
    color: #3c4d7c;
    font-weight: 300;
    line-height: 1.2;
  }
  .ticket-list-heading {
    color: #303E66;
    margin-right: auto;
    font-size: 22px;
    text-align: center;
  }
  .show-all {
    padding: 8px 25px;
    border: 2px solid #F7931E;
    border-radius: 5px;
    color: #3c4d7c;
    display: inline-block;
    line-height: 1;
    color: #F7931E;
    font-weight: bold;
    margin: -30px 0;
    float: right;
    transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  .show-all:hover,
  .show-all:focus {
    text-decoration: none;
  }
  .list-tickets {
    margin: 0;
  }
  .list-tickets > li {
    width: 100%;
    margin: 0 0 27px 0;
  }
  .list-tickets > li .container-ticket {
    max-width: 100%;
    height: 190px;
    padding-left: 52px;
    padding-top: 12px;
    border-radius: 10px;
    z-index: 10;
  }
  .list-tickets > li .container-ticket::after {
    width: 100%;
    height: 59px;
    z-index: 2;
    margin: 0;
    left: 50%;
    bottom: -59px;
    transform: translate(-50%, 0);
    background: url(../images/shadow_small.png) no-repeat 0 0;
    background-size: 100%;
  }
  .list-tickets > li.expanded .container-ticket::after {
    display: none;
  }
  .list-tickets > li.expanded .choose-ticket {
    height: auto;
    margin-top: -8px;
    left: 0;
    padding: 45px 25px 0 25px;
    position: static;
    border-radius: 0;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
    border-left: 4px solid #e0e0e0;
    border-right: 4px solid #e0e0e0;
  }
  .list-tickets > li.expanded .choose-ticket::after {
    display: none;
  }
  .list-tickets > li.expanded .choose-ticket .container-cs {
    height: auto;
    position: static;
    margin-right: 0;
  }
  .list-tickets > li.expanded .choose-ticket .list-checkbox {
    margin-left: 4px;
    overflow: hidden;
  }
  .list-tickets > li.expanded .choose-ticket .list-checkbox li {
    width: 53px;
    height: 46px;
  }
  .list-tickets > li.expanded .choose-ticket .list-checkbox li label {
    height: 46px;
    line-height: 46px;
    padding-top: 0;
  }
  .list-tickets .dots {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 18px;
    margin-top: -43px;
  }
  .list-tickets .dot {
    width: 16px;
    height: 16px;
    margin: 0;
    margin-bottom: 19px;
    float: none;
    display: block;
  }
  .list-tickets .dot:last-child {
    margin-bottom: 0;
  }
  .list-tickets .info-list {
    width: 200px;
    float: left;
    margin-right: 0;
    height: auto;
  }
  .list-tickets .info-list li {
    padding-left: 28px;
    font-size: 16px;
  }
  .list-tickets .price {
    width: 150px;
    position: absolute;
    top: 30px;
    right: 18px;
    line-height: 25px;
    padding: 0;
    text-align: right;
  }
  .list-tickets .price .big-price {
    font-size: 24px;
  }
  .list-tickets .price .small-price {
    font-size: 16px;
  }
  .list-tickets .buy-ticket-disabled,
  .list-tickets .buy-ticket {
    width: 147px;
    height: 47px;
    position: absolute;
    top: 127px;
    right: 19px;
    border-radius: 5px;
    font-size: 16px;
    line-height: 47px;
  }
  .steps {
    padding-left: 58px;
    position: relative;
  }
  .steps li {
    margin-bottom: 6px;
    margin-left: 0;
    float: none;
  }
  .steps li .icon {
    display: none;
  }
  .steps li.active .icon {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
  }
  .payments {
    margin-bottom: 25px;
    padding-left: 185px;
    position: relative;
  }
  .logo-payments {
    width: 161px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    background-size: cover;
    float: left;
  }
  .coop-button {
    line-height: 1.2;
    padding-right: 15px;
    width: auto;
    float: none;
    overflow: hidden;
    background-position: 13px center;
  }
  .download-list {
    position: static;
    text-align: center;
    margin-bottom: 82px;
  }
  .download-list li {
    width: 33.33% !important;
    height: 50px !important;
    margin: 0 !important;
    padding: 0 2px;
    display: inline-block;
    background: none !important;
    vertical-align: top;
  }
  .download-list li.text-download {
    width: 100% !important;
    height: 30px !important;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
    text-align: left;
  }
  .download-list li a {
    width: 100%;
    display: block;
    height: 100%;
  }
  .download-list li.gp-download a {
    background: url(../images/play-new.png) no-repeat center center;
    background-size: contain;
  }
  .download-list li.as-download a {
    background: url(../images/appstore-new.png) no-repeat center center;
    background-size: contain;
  }
  .download-list li.ws-download a {
    background: url(../images/ws-new.png) no-repeat center center;
    background-size: contain;
  }
  #modal-form-email-send {
    width: 95%;
    left: 45%;
    padding: 15px;
    padding-top: 44px;
    padding-bottom: 32px;
    transform: translate(-45%, 0);
    -webkit-transform: translate(-45%, 0);
  }
  #modal-form-email-send legned {
    font-size: 34px;
  }
  #ticket-form {
    margin-top: 0;
    padding-right: 0;
  }
  #ticket-form .calendar-heading {
    display: none;
  }
  #ticket-form .calendar-heading.mobile {
    margin-bottom: 20px !important;
    display: block !important;
    font-family: Calibri, sans-serif;
    font-size: 24px;
  }
  #ticket-form label,
  #ticket-form span {
    font-size: 16px;
  }
  #ticket-form input[type=text],
  #ticket-form input[type=email],
  #ticket-form input[type=phone],
  #ticket-form input[type=tel],
  #ticket-form input[type=number] {
    padding: 0 18px;
    font-size: 16px !important;
    color: #444444;
  }
  .Zebra_DatePicker {
    padding-bottom: 54px;
  }
  .Zebra_DatePicker * {
    font-size: 16px;
  }
  .form-main-heading {
    display: none;
  }
  .data-ticket {
    margin-bottom: 40px;
  }
  .data-ticket h4 {
    display: none;
  }
  .data-ticket .mobile {
    margin-bottom: 40px;
    display: block !important;
  }
  .calendar-ticket h4 {
    display: none;
  }
  .calendar-ticket span {
    margin-bottom: 12px !important;
    display: block;
    font-size: 24px;
    font-weight: bold;
  }
  .accept-ticket,
  .send-ticket input {
    width: 100% !important;
  }
  #my-ticket {
    width: 100%;
    margin-bottom: 60px;
    position: static !important;
  }
  #my-ticket .info-pta {
    font-size: 16px;
  }
  #my-ticket .info-pta img {
    max-height: 64px;
    max-width: 64px;
  }
  #my-ticket .mt-container::before {
    width: 318px;
    height: 13px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
  }
  #my-ticket .mt-container::after {
    height: 108px;
    bottom: -70px;
  }
  #my-ticket .mt-container header h5 {
    font-size: 24px;
  }
  #my-ticket .info-client li {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    padding-left: 48px;
  }
  #my-ticket .info-client li.info-1-client {
    background: url(../images/sprite_buy.png) no-repeat -764px -15px;
  }
  #my-ticket .info-client li.info-2-client {
    background: url(../images/sprite_buy.png) no-repeat -764px -54px;
  }
  #my-ticket .info-client li.info-3-client {
    background: url(../images/sprite_buy.png) no-repeat -764px -92px;
  }
  #my-ticket .info-client li.info-4-client {
    background: url(../images/sprite_buy.png) no-repeat -764px -135px;
  }
  #my-ticket .info-list li {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 52px;
    font-size: 16px;
  }
  #my-ticket .info-list li.info-1-list {
    background: url(../images/sprite_buy.png) no-repeat -764px -400px;
  }
  #my-ticket .info-list li.info-2-list {
    background: url(../images/sprite_buy.png) no-repeat -764px -444px;
  }
  #my-ticket .info-list li.info-3-list {
    background: url(../images/sprite_buy.png) no-repeat -764px -483px;
  }
  #my-ticket .info-list li.info-4-list {
    background: url(../images/sprite_buy.png) no-repeat -764px -523px;
  }
  #my-ticket .price {
    font-size: 24px;
    font-weight: bold;
  }
  #my-ticket .price span {
    font-size: 24px;
    color: #444444;
  }
  #finish p {
    margin-bottom: 30px;
  }
  .big-apps li {
    width: 100%;
    display: block;
    margin: 20px auto !important;
  }
  .big-apps li.gp-ba {
    max-width: 300px;
    background: url(../images/gp-tiny.png) no-repeat 0 0;
    background-size: contain;
  }
  .big-apps li.as-ba {
    max-width: 300px;
    background: url(../images/as-tiny.png) no-repeat 0 0;
    background-size: contain;
  }
  .big-apps li.ws-ba {
    max-width: 300px;
    background: url(../images/ws-tiny.png) no-repeat 0 0;
    background-size: contain;
  }
  #finish p.special br {
    display: none;
  }
  .finish-heading {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
  .blue-button {
    top: 5px;
    font-size: 16px;
    font-weight: bold;
  }
}
@media all and (max-width: 479px) {
  #main-header #logo {
    -moz-transform: scale(0.87755102, 0.87755102);
    -ms-transform: scale(0.87755102, 0.87755102);
    -o-transform: scale(0.87755102, 0.87755102);
    -webkit-transform: scale(0.87755102, 0.87755102);
    transform: scale(0.87755102, 0.87755102);
    /* 140px x 43px */
  }
  .container {
    padding: 0 15px;
  }
  .haze-wrap {
    display: none;
  }
  .filter-box .checkbox label {
    padding-left: 50px;
    background: url(../images/sprite_buy.png) no-repeat -7px -416px !important;
    background-color: #fff !important;
    font-size: 14px;
  }
  #my-ticket .mt-container::after {
    height: 68px;
    bottom: -60px;
  }
  #my-ticket .mt-container::before {
    width: 234px;
    transform: none;
    margin-left: -117px;
    left: 50%;
  }
  #my-ticket .info-client li.info-4-client span {
    font-size: 12px;
  }
  .download-list li.gp-download,
  .download-list li.as-download,
  .download-list li.ws-download {
    width: 100% !important;
    height: 70px !important;
    margin-bottom: 10px !important;
  }
  .payments {
    padding-left: 0;
  }
  .logo-payments {
    margin-bottom: 20px;
    position: static;
    top: 0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    float: none;
  }
  .list-tickets .info-list {
    width: 128px;
  }
  .list-tickets .info-list li {
    font-size: 13px;
  }
}
@media all and (max-width: 380px) {
  .steps {
    padding-left: 0;
  }
  .steps li.active .icon {
    display: none;
  }
  .dots {
    display: none !important;
  }
  .list-tickets > li .container-ticket {
    padding-left: 15px;
    height: auto;
  }
  .list-tickets ul.info-list {
    width: 100%;
    margin: 10px 0;
  }
  .list-tickets ul.info-list li {
    margin-bottom: 10px;
  }
  .list-tickets .buy-ticket-lodz {
    /*position: absolute !important;*/
    margin: 0 0 20px 0 !important;
  }
  .list-tickets .buy-ticket-disabled {
    position: relative;
    right: auto;
    top: auto;
    /*margin: 0 0 20px -19px;*/
    width: 100%;
  }
  .list-tickets .buy-ticket {
    position: relative;
    right: auto;
    top: auto;
    /*margin: 0 0 20px -19px;*/
    width: 100%;
  }
  .list-tickets .price-lodz {
    position: absolute !important;
    top: 30px !important;
    text-align: right !important;
  }
  .list-tickets .price-lodz .big-price {
    font-size: 24px !important;
  }
  .list-tickets .price {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    text-align: center;
    margin: 0 0 20px -19px;
  }
  .list-tickets .price .big-price {
    font-size: 28px;
  }
  .payments {
    padding-left: 0;
    padding-top: 35px;
  }
  .payments .logo-payments {
    top: 0;
    left: 0%;
  }
  .payments .coop-button {
    width: 100%;
  }
}
label.fvat-click {
  font-weight: normal !important;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
#ticket-form .checkbox-no-margin,
#complaint-form .checkbox-no-margin {
  margin-bottom: 0px;
}
#ticket-form textarea,
#complaint-form textarea {
  height: 100px;
  padding: 8px;
}
#ticket-form .send-ticket input[type=submit] span,
#complaint-form .send-ticket input[type=submit] span,
#ticket-form .submit-button input[type=submit] span,
#complaint-form .submit-button input[type=submit] span,
#ticket-form .send-ticket button span,
#complaint-form .send-ticket button span,
#ticket-form .submit-button button span,
#complaint-form .submit-button button span {
  color: #fff;
  margin-bottom: 0px;
}
.submit-button button span,
.submit-button input[type=submit] span {
  color: #fff;
  margin-bottom: 0px;
}
.send-ticket input[type=submit]:hover,
.send-ticket button:hover {
  background-color: #3c4d7c;
}
.info-sended {
  margin: 0 0 30px 0;
  font-family: Calibri, sans-serif;
  font-size: 24px;
  color: #f79723;
  text-align: center;
}
.close-alert {
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
  color: #000000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
  text-decoration: none;
  float: right;
}
.close-alert:hover {
  color: #000000;
  text-decoration: none;
  opacity: 0.4;
  filter: alpha(opacity=40);
  cursor: pointer;
}
/* 
 * disable input[type=number] spinners
 * http://stackoverflow.com/a/23374725
 */
input[type=number].disable-spinning::-webkit-outer-spin-button,
input[type=number].disable-spinning::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number].disable-spinning {
  -moz-appearance: textfield;
}
.alert {
  margin: 5px 0;
  line-height: 1.4;
  padding: 10px 31px 10px 18px;
  background: #fff;
  position: relative;
}
.alert p {
  margin: 0;
}
.alert p + p {
  margin-top: 10px;
}
.alert .close {
  border: none;
}
.alert .alert-button {
  padding: 8px 14px;
  border: 1px solid #3c4d7c;
  border-radius: 4px;
  color: #3c4d7c;
  display: inline-block;
  line-height: 1;
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.alert .alert-button:hover {
  text-decoration: none;
  color: #f7941e;
  border-color: #f7941e;
}
.share .button {
  font-size: 24px;
  line-height: 1em;
  text-align: center;
  width: 40px;
  margin-bottom: 2px;
  z-index: 1;
}
.share .button a,
.share .button button {
  color: inherit;
  display: block;
  outline: 0;
  width: 100%;
}
.share .button button {
  background: none;
  border: none;
  height: 100%;
  cursor: pointer;
  font-size: inherit;
  padding: 0;
}
.share .button i.fa {
  padding: 6px 5px;
}
.share .button.twitter {
  background: #5ea9dd;
  color: white;
}
.share .button.twitter .counter {
  background: #3493d4;
  font: 12px "Lucida Sans Unicode", "Lucida Grande", sans-seriff;
  line-height: 1em;
  padding: 2px 0px 1px 0px;
}
.share .button.twitter .counter:empty {
  display: none;
}
.share .button.twitter .counter:hover {
  background: #51a2da;
}
.share .button.twitter:hover {
  background: #7bb9e3;
}
.share .button.twitter:hover .counter {
  background: #51a2da;
}
.share .button.google-plus {
  background: #cd3c2a;
  color: white;
}
.share .button.google-plus .counter {
  background: #a33021;
  font: 12px "Lucida Sans Unicode", "Lucida Grande", sans-seriff;
  line-height: 1em;
  padding: 2px 0px 1px 0px;
}
.share .button.google-plus .counter:empty {
  display: none;
}
.share .button.google-plus .counter:hover {
  background: #c03827;
}
.share .button.google-plus:hover {
  background: #d85342;
}
.share .button.google-plus:hover .counter {
  background: #c03827;
}
.share .button.pinterest {
  background: #bc071b;
  color: white;
}
.share .button.pinterest .counter {
  background: #8b0514;
  font: 12px "Lucida Sans Unicode", "Lucida Grande", sans-seriff;
  line-height: 1em;
  padding: 2px 0px 1px 0px;
}
.share .button.pinterest .counter:empty {
  display: none;
}
.share .button.pinterest .counter:hover {
  background: #ad0619;
}
.share .button.pinterest:hover {
  background: #de0820;
}
.share .button.pinterest:hover .counter {
  background: #ad0619;
}
.share .button.facebook {
  background: #4966b6;
  color: white;
}
.share .button.facebook .counter {
  background: #3a5292;
  font: 12px "Lucida Sans Unicode", "Lucida Grande", sans-seriff;
  line-height: 1em;
  padding: 2px 0px 1px 0px;
}
.share .button.facebook .counter:empty {
  display: none;
}
.share .button.facebook .counter:hover {
  background: #4560ab;
}
.share .button.facebook:hover {
  background: #627bc0;
}
.share .button.facebook:hover .counter {
  background: #4560ab;
}
.share .button.linkedin {
  background: #1783bc;
  color: white;
}
.share .button.linkedin .counter {
  background: #11638f;
  font: 12px "Lucida Sans Unicode", "Lucida Grande", sans-seriff;
  line-height: 1em;
  padding: 2px 0px 1px 0px;
}
.share .button.linkedin .counter:empty {
  display: none;
}
.share .button.linkedin .counter:hover {
  background: #157aae;
}
.share .button.linkedin:hover {
  background: #1b99dc;
}
.share .button.linkedin:hover .counter {
  background: #157aae;
}
.share .button.files-o {
  background: #1783bc;
  color: white;
  position: relative;
}
.share .button.files-o .copySuccess {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s;
  position: absolute;
  width: 170px;
  bottom: -50px;
  right: -65px;
  font-size: 13px;
  font-family: Arial, sans-serif;
  background: #f7941e;
  line-height: normal;
  padding: 5px;
  border-radius: 6px;
}
.share .button.files-o .copySuccess.visible {
  opacity: 1;
  visibility: visible;
}
.share .button.files-o .counter {
  background: #11638f;
  font: 12px "Lucida Sans Unicode", "Lucida Grande", sans-seriff;
  line-height: 1em;
  padding: 2px 0px 1px 0px;
}
.share .button.files-o .counter:empty {
  display: none;
}
.share .button.files-o .counter:hover {
  background: #157aae;
}
.share .button.files-o:hover {
  background: #1b99dc;
}
.share .button.files-o:hover .counter {
  background: #157aae;
}
.share .button.stumbleupon {
  background: #ea4b24;
  color: white;
}
.share .button.stumbleupon .counter {
  background: #c83713;
  font: 12px "Lucida Sans Unicode", "Lucida Grande", sans-seriff;
  line-height: 1em;
  padding: 2px 0px 1px 0px;
}
.share .button.stumbleupon .counter:empty {
  display: none;
}
.share .button.stumbleupon .counter:hover {
  background: #e84016;
}
.share .button.stumbleupon:hover {
  background: #ed6645;
}
.share .button.stumbleupon:hover .counter {
  background: #e84016;
}
.share .button.shareEmail {
  background: #8E44AD;
  color: white;
}
.share .button.shareEmail a {
  color: inherit;
  display: block;
  outline: 0;
  width: 100%;
}
.share .button.shareEmail .counter {
  background: #c83713;
  font: 12px "Lucida Sans Unicode", "Lucida Grande", sans-seriff;
  line-height: 1em;
  padding: 2px 0px 1px 0px;
}
.share .button.shareEmail .counter:empty {
  display: none;
}
.share .button.shareEmail .counter:hover {
  background: #e84016;
}
.share .button.shareEmail:hover {
  background: #ed6645;
}
.share .button.shareEmail:hover .counter {
  background: #e84016;
}
.share.image .button.twitter {
  background: gray;
  color: white;
  opacity: 0.5;
}
.share.image .button.twitter a {
  color: inherit;
  display: block;
  outline: 0;
  width: 100%;
}
.share.image .button.twitter .counter {
  background: #676767;
  font: 12px "Lucida Sans Unicode", "Lucida Grande", sans-seriff;
  line-height: 1em;
  padding: 2px 0px 1px 0px;
}
.share.image .button.twitter .counter:empty {
  display: none;
}
.share.image .button.twitter .counter:hover {
  background: #3493d4;
}
.share.image .button.twitter:hover {
  background: #5ea9dd;
  opacity: 1;
}
.share.image .button.twitter:hover .counter {
  background: #3493d4;
}
.share.image .button.google-plus {
  background: gray;
  color: white;
  opacity: 0.5;
}
.share.image .button.google-plus a {
  color: inherit;
  display: block;
  outline: 0;
  width: 100%;
}
.share.image .button.google-plus .counter {
  background: #676767;
  font: 12px "Lucida Sans Unicode", "Lucida Grande", sans-seriff;
  line-height: 1em;
  padding: 2px 0px 1px 0px;
}
.share.image .button.google-plus .counter:empty {
  display: none;
}
.share.image .button.google-plus .counter:hover {
  background: #a33021;
}
.share.image .button.google-plus:hover {
  background: #cd3c2a;
  opacity: 1;
}
.share.image .button.google-plus:hover .counter {
  background: #a33021;
}
.share.image .button.pinterest {
  background: gray;
  color: white;
  opacity: 0.5;
}
.share.image .button.pinterest a {
  color: inherit;
  display: block;
  outline: 0;
  width: 100%;
}
.share.image .button.pinterest .counter {
  background: #676767;
  font: 12px "Lucida Sans Unicode", "Lucida Grande", sans-seriff;
  line-height: 1em;
  padding: 2px 0px 1px 0px;
}
.share.image .button.pinterest .counter:empty {
  display: none;
}
.share.image .button.pinterest .counter:hover {
  background: #8b0514;
}
.share.image .button.pinterest:hover {
  background: #bc071b;
  opacity: 1;
}
.share.image .button.pinterest:hover .counter {
  background: #8b0514;
}
.share.image .button.facebook {
  background: gray;
  color: white;
  opacity: 0.5;
}
.share.image .button.facebook a {
  color: inherit;
  display: block;
  outline: 0;
  width: 100%;
}
.share.image .button.facebook .counter {
  background: #676767;
  font: 12px "Lucida Sans Unicode", "Lucida Grande", sans-seriff;
  line-height: 1em;
  padding: 2px 0px 1px 0px;
}
.share.image .button.facebook .counter:empty {
  display: none;
}
.share.image .button.facebook .counter:hover {
  background: #3a5292;
}
.share.image .button.facebook:hover {
  background: #4966b6;
  opacity: 1;
}
.share.image .button.facebook:hover .counter {
  background: #3a5292;
}
.share.image .button.linkedin {
  background: gray;
  color: white;
  opacity: 0.5;
}
.share.image .button.linkedin a {
  color: inherit;
  display: block;
  outline: 0;
  width: 100%;
}
.share.image .button.linkedin .counter {
  background: #676767;
  font: 12px "Lucida Sans Unicode", "Lucida Grande", sans-seriff;
  line-height: 1em;
  padding: 2px 0px 1px 0px;
}
.share.image .button.linkedin .counter:empty {
  display: none;
}
.share.image .button.linkedin .counter:hover {
  background: #11638f;
}
.share.image .button.linkedin:hover {
  background: #1783bc;
  opacity: 1;
}
.share.image .button.linkedin:hover .counter {
  background: #11638f;
}
.share.image .button.stumbleupon {
  background: gray;
  color: white;
  opacity: 0.5;
}
.share.image .button.stumbleupon a {
  color: inherit;
  display: block;
  outline: 0;
  width: 100%;
}
.share.image .button.stumbleupon .counter {
  background: #676767;
  font: 12px "Lucida Sans Unicode", "Lucida Grande", sans-seriff;
  line-height: 1em;
  padding: 2px 0px 1px 0px;
}
.share.image .button.stumbleupon .counter:empty {
  display: none;
}
.share.image .button.stumbleupon .counter:hover {
  background: #c83713;
}
.share.image .button.stumbleupon:hover {
  background: #ea4b24;
  opacity: 1;
}
.share.image .button.stumbleupon:hover .counter {
  background: #c83713;
}
.share.image .button.shareEmail {
  background: gray;
  color: white;
  opacity: 0.5;
}
.share.image .button.shareEmail a {
  color: inherit;
  display: block;
  outline: 0;
  width: 100%;
}
.share.image .button.shareEmail .counter {
  background: #676767;
  font: 12px "Lucida Sans Unicode", "Lucida Grande", sans-seriff;
  line-height: 1em;
  padding: 2px 0px 1px 0px;
}
.share.image .button.shareEmail .counter:empty {
  display: none;
}
.share.image .button.shareEmail .counter:hover {
  background: #3a5292;
}
.share.image .button.shareEmail:hover {
  background: #4966b6;
  opacity: 1;
}
.share.image .button.shareEmail:hover .counter {
  background: #3a5292;
}
.horizontal .share .button {
  display: inline-block;
  margin-right: 4px;
}
.horizontal .share.counter-top .button {
  vertical-align: bottom;
}
.horizontal .share.counter-bottom .button {
  vertical-align: top;
}
.post {
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-seriff;
  margin-left: 10px;
}
.post p {
  font-size: 20px;
}
.post .example {
  margin-top: 20px;
}
.post .example.image {
  position: relative;
}
.post .example.image .share {
  left: 0;
  position: absolute;
  top: 0;
}
.promotion-bar {
  width: 100%;
  background: #f7941e;
  min-height: 45px;
  position: fixed;
  padding: 0 15px;
  z-index: 20;
  transition-property: transform;
  transition-duration: 0.4s;
  display: flex;
  align-items: center;
  transform: translateY(-45px);
  cursor: pointer;
  box-shadow: 0px 3px 6px #00000029;
}
.promotion-bar .container {
  max-width: 1200px;
  padding: 0;
}
.promotion-bar .container .row .inside-wrapper {
  display: flex;
}
.promotion-bar .close-promotion-bar-wrapper {
  display: flex;
  align-items: center;
}
.promotion-bar .close-promotion-bar-wrapper .close-promotion-bar {
  width: 20px;
  height: 20px;
  position: relative;
  opacity: 0.6;
}
.promotion-bar .close-promotion-bar-wrapper .close-promotion-bar:before {
  transform: rotate(45deg);
}
.promotion-bar .close-promotion-bar-wrapper .close-promotion-bar:after {
  transform: rotate(-45deg);
}
.promotion-bar .close-promotion-bar-wrapper .close-promotion-bar:hover {
  opacity: 1;
}
.promotion-bar .close-promotion-bar-wrapper .close-promotion-bar:before,
.promotion-bar .close-promotion-bar-wrapper .close-promotion-bar:after {
  position: absolute;
  left: 8px;
  content: ' ';
  height: 20px;
  width: 2px;
  background-color: #fff;
}
.promotion-bar.collapsed {
  transform: translateY(0px);
}
.promotion-bar.collapsed .open::after {
  transform: rotateZ(270deg);
  right: 19px;
}
.promotion-bar .header {
  display: flex;
  color: white;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  flex: none;
  padding: 0 25px;
}
.promotion-bar .header a:hover {
  text-decoration: none;
}
.promotion-bar .text {
  align-items: center;
  display: inline-flex;
  height: 100%;
  line-height: 110%;
  color: white;
  font-size: 15px;
  padding: 0 5px;
  margin-left: 10px;
  margin-right: 10px;
}
.promotion-bar .text span {
  margin-left: 10px;
}
.promotion-bar .text a:hover {
  text-decoration: none;
}
.promotion-bar .download-wrapper {
  margin-left: auto;
  align-items: center;
  display: flex;
}
.promotion-bar .download {
  padding: 8px 14px;
  border: 1px solid white;
  border-radius: 4px;
  color: white;
  display: inline-block;
  text-decoration: none;
  line-height: 1;
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.promotion-bar .download:hover {
  background: white;
  color: #f7941e;
}
.promotion-bar .post {
  display: flex;
  flex: none;
  width: 320px;
  align-items: center;
  justify-content: center;
}
.promotion-bar .post .zachec-znajomych {
  color: white;
  padding-right: 15px;
  text-align: center;
  font-family: Arial, sans-serif;
}
.promotion-bar .post .button {
  display: inline-block;
  margin-bottom: 0;
}
.promotion-bar .post .example {
  margin-top: 0;
}
.promotion-bar .post .files-o {
  position: relative;
}
.promotion-bar .post .files-o .copySuccess {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s;
  position: absolute;
  width: 170px;
  bottom: -50px;
  right: -65px;
  font-size: 13px;
  font-family: Arial, sans-serif;
  background: #f7941e;
  line-height: normal;
  padding: 5px;
  border-radius: 6px;
}
.promotion-bar .post .files-o .copySuccess.visible {
  opacity: 1;
  visibility: visible;
}
@media all and (max-width: 1146px) {
  .promotion-bar {
    min-height: 60px;
    transform: translateY(-60px);
  }
  .promotion-bar.collapsed {
    transform: translateY(0px);
  }
  .promotion-bar.isShareHidden {
    min-height: 45px;
    transform: translateY(-45px);
  }
  .promotion-bar.isShareHidden.collapsed {
    transform: translateY(0px);
  }
}
@media all and (max-width: 937px) {
  .promotion-bar .header {
    padding: 0 5px;
  }
  .promotion-bar .text {
    font-size: 13px;
  }
}
@media all and (max-width: 767px) {
  .promotion-bar {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-height: 80px;
    transform: translateY(-80px);
  }
  .promotion-bar.collapsed {
    transform: translateY(0px);
  }
  .promotion-bar.isShareHidden {
    min-height: 40px;
    transform: translateY(-40px);
  }
  .promotion-bar.isShareHidden.collapsed {
    transform: translateY(0px);
  }
  .promotion-bar .header {
    display: none;
  }
  .promotion-bar .text {
    padding: 5px;
    flex-direction: column;
    align-items: start;
  }
  .promotion-bar .text span {
    margin-left: 0;
  }
  .promotion-bar .text .more {
    display: none;
  }
  .promotion-bar .post {
    flex: 1;
    padding: 3px;
  }
}
@media all and (max-width: 590px) {
  .promotion-bar {
    min-height: 94px;
    transform: translateY(-94px);
  }
  .promotion-bar.collapsed {
    transform: translateY(0px);
  }
  .promotion-bar.isShareHidden {
    min-height: 52px;
    transform: translateY(-52px);
  }
  .promotion-bar.isShareHidden.collapsed {
    transform: translateY(0px);
  }
}
@media all and (max-width: 381px) {
  .promotion-bar {
    min-height: 108px;
    transform: translateY(-108px);
  }
  .promotion-bar.collapsed {
    transform: translateY(0px);
  }
  .promotion-bar.isShareHidden {
    min-height: 66px;
    transform: translateY(-66px);
  }
  .promotion-bar.isShareHidden.collapsed {
    transform: translateY(0px);
  }
}
@media all and (max-width: 295px) {
  .promotion-bar {
    min-height: 122px;
    transform: translateY(-122px);
  }
  .promotion-bar.collapsed {
    transform: translateY(0px);
  }
  .promotion-bar.isShareHidden {
    min-height: 80px;
    transform: translateY(-80px);
  }
  .promotion-bar.isShareHidden.collapsed {
    transform: translateY(0px);
  }
}
.promotion-bar .open {
  height: 25px;
  width: 45px;
  color: white;
  font-weight: bold;
  padding-top: 3px;
  position: absolute;
  bottom: -25px;
  right: 5px;
  background: #f7941e;
  border-bottom-right-radius: 26px;
  border-bottom-left-radius: 26px;
  cursor: pointer;
}
.promotion-bar .open::after {
  content: "»";
  position: absolute;
  font-size: 20px;
  top: 0;
  right: 16px;
  transform: rotateZ(90deg);
}
.button-line-choosen {
  margin-top: 10px;
  border-radius: 5px;
  text-align: center;
  background-color: #3c4d7c;
  height: 30px;
}
.button-line-choosen :hover {
  cursor: pointer;
  background-color: #f7941e;
  height: 30px;
  border-radius: 5px;
}
.button-line-choosen h5 {
  color: white !important;
  padding-top: 10px;
  padding-right: 30px;
}
.invalid-line-count {
  margin-top: 10px;
  text-align: left;
  height: 30px;
  color: #f7941e !important;
  padding-top: 10px;
  font-size: 13px;
}
.clearfix {
  clear: both;
}
body.ticket-page {
  background: #e0e0e0;
}