﻿#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.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.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.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.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;
}
/*@import "prefixer.less";*/
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/muli/v29/7Aulp_0qiz-aVz7u3PJLcUMYOFnOkEk50e0.ttf) format('truetype');
}
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/muli/v29/7Aulp_0qiz-aVz7u3PJLcUMYOFn8kEk50e0.ttf) format('truetype');
}
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/muli/v29/7Aulp_0qiz-aVz7u3PJLcUMYOFkpl0k50e0.ttf) format('truetype');
}
@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: 980px;
  width: 100%;
  position: static;
  margin: 0 auto;
}
.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;
}
.heading.major-heading {
  margin-bottom: 30px;
  text-align: center;
  color: #3c4d7c;
}
.heading.major-heading h2 {
  margin-bottom: 22px;
  font-size: 52px;
}
.heading.major-heading h3 {
  font-size: 18px;
  font-weight: normal;
}
.heading.minor-heading {
  font-size: 24px;
  color: #3c4d7c;
}
.heading * {
  margin: 0;
}
.nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'Muli', sans-serif;
  font-size: 13px;
  line-height: 1;
  color: #444444;
  background-color: #fff;
  min-width: 320px;
}
: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;
}
body {
  padding-top: 83px;
  transition: padding 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
body.hScrolled {
  padding-top: 60px;
}
@media all and (max-width: 1485px) {
  body.hScrolled {
    padding-top: 90px !important;
  }
}
.slicknav_menu {
  display: none;
}
#main-header .slicknav_menu {
  top: 43px;
}
#main-header.scrolled .slicknav_btn {
  transform: translateY(0px);
}
#main-header .slicknav_btn {
  height: 31px;
  transform: translateY(11px);
}
#logo {
  width: 158px;
  height: 49px;
  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;
  transform: scale(1, 1);
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transform-origin: left top;
}
@media all and (min-width: 1485px) {
  #logo {
    margin-top: 16px !important;
  }
}
@media all and (max-width: 1485px) {
  #logo {
    margin-top: 43px !important;
  }
}
#logo a {
  width: 100%;
  height: 100%;
  display: block;
}
.city-select-box {
  background: #3c4d7b;
  border-radius: 4px;
  padding: 5px 15px 5px 15px;
  width: 90%;
  color: white;
  text-align: center;
}
.city-select-box > span {
  line-height: 1.4;
}
.city-select-box .selectbox {
  margin-left: 20px;
}
.city-select-box .selectbox .dk-option {
  color: #3c4d7b;
}
.city-select-box .selectbox .dk-select-options {
  border-color: #3c4d7b;
}
#main-nav {
  margin-top: 26px;
  float: right;
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media all and (max-width: 1485px) {
  #main-nav {
    margin-top: 58px;
  }
}
@media all and (min-width: 1485px) {
  #main-nav {
    margin-top: 26px;
  }
}
#main-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}
#main-nav li {
  margin: 8px 13px;
  display: inline-block;
  font-size: 13px;
  color: #3c4d7c;
}
#main-nav li:last-child {
  margin-right: 0;
}
#main-nav li:hover,
#main-nav li.active {
  color: #f7941e;
}
#main-nav li.border {
  text-align: center;
  margin-top: 0;
  padding: 0;
  margin-bottom: 0;
  border: 1px solid #9da6bd;
  border-radius: 3px;
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
#main-nav li.border:hover {
  border-color: #f7941e;
}
#main-nav li.border a {
  padding: 8px 0;
  display: block;
}
#main-nav li.main-login-nav {
  width: 90px;
  margin-right: 10px;
}
#main-nav li.main-buy-nav {
  display: inline-block;
  opacity: 1;
  background-color: #f7941e;
  border-color: #f7941e;
  color: #fff;
  text-transform: uppercase;
  width: 110px;
  padding: 0;
  height: 31px;
  cursor: pointer;
  position: relative;
  z-index: 9999;
}
#main-nav li a:hover {
  padding: 8px 0;
  text-decoration: none;
}
.parallax-container {
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
}
#home {
  position: relative;
  padding-top: 210px;
  min-height: calc(100vh - 60px);
  background-image: url(../images/photo-landing-mini.jpg);
  background-size: cover;
}
#home > .container {
  padding: 0 20px;
}
#home .selectbox .dk-selected {
  background-color: #f79723;
  border-color: transparent;
  border-radius: 3px;
}
#home .selectbox .dk-option-disabled {
  display: none;
}
#home .tickets-slider-placeholder {
  color: #fff;
  position: absolute;
  top: 60px;
}
#home .city-selector {
  position: relative;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
}
#home .city-selector > div {
  align-items: center;
  display: flex;
  flex-direction: column;
}
#home .city-selector.frozen {
  margin-bottom: 0;
}
#home .city-selector.collapsed .cs-cities {
  display: none;
}
#home .city-selector.collapsed .cs-toggle {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
#home .city-selector.collapsed .cs-toggle:after {
  -moz-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  -o-transform: rotateZ(90deg);
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
  right: 16px;
}
#home .city-selector.frozen .cs-toggle {
  cursor: default;
  padding-right: 18px;
}
#home .city-selector.frozen .cs-toggle:after {
  display: none;
}
#home .city-selector .cs-toggle {
  background-color: #f79723;
  width: 25%;
  min-width: 189px;
  display: block;
  height: 40px;
  line-height: 40px;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  padding: 1px 68px 0 18px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  border-color: transparent;
  border-radius: 3px;
  margin: auto;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#home .city-selector .cs-toggle:hover {
  text-decoration: none;
}
#home .city-selector .cs-toggle:after {
  content: "»";
  position: absolute;
  top: 0;
  right: 18px;
  -moz-transform: rotateZ(270deg);
  -ms-transform: rotateZ(270deg);
  -o-transform: rotateZ(270deg);
  -webkit-transform: rotateZ(270deg);
  transform: rotateZ(270deg);
}
#home .city-selector .cs-cities {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 40px;
  left: 0;
  z-index: 12;
  background: #fff;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border: 1px solid #ddd;
}
#home .city-selector .cs-cities li {
  float: left;
  height: 130px;
  width: 25%;
  text-align: center;
  background: no-repeat left center;
  cursor: pointer;
}
#home .city-selector .cs-cities li:first-child {
  border-bottom-left-radius: 3px;
}
#home .city-selector .cs-cities li:last-child {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
#home .city-selector .cs-cities li:hover {
  background-color: #3297fd;
  color: #fff;
  background-image: none;
}
#home .city-selector .cs-cities li + li {
  background-image: url(../images/line.png);
}
#home .city-selector .cs-cities li:nth-child(5n) {
  background-image: none;
}
#home .city-selector .cs-cities li .cs-ptalogo {
  background: no-repeat center center;
  width: 80px;
  height: 80px;
  margin: 12px auto 10px auto;
}
#home .PKS-btn {
  display: inline-block;
  height: 40px;
  vertical-align: top;
  background: #3c4d7b;
  border: 2px solid;
  border-color: #3c4d7b;
  border-radius: 4px;
  color: white;
  margin: 20px auto;
  cursor: pointer;
}
@media (max-width: 768px) {
  #home .PKS-btn {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.dots {
  margin-top: 5px;
  margin-bottom: 52px;
  overflow: hidden;
  font-size: 0;
  text-align: center;
  margin-right: 20px;
}
@media all and (max-width: 767px) {
  .dots {
    margin-bottom: 20px;
  }
}
.dot {
  width: 5px;
  height: 5px;
  margin: 0 6px;
  border-radius: 50%;
  background-color: #eee;
  display: inline-block;
}
.home-heading {
  margin-bottom: 75px;
  text-align: center;
  color: #FFFFFF;
}
.home-heading h2 {
  margin-bottom: 10px;
  font-size: 52px;
}
.home-heading h2 span {
  color: #f7941e;
}
.home-heading h3 {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 20px;
}
.tickets {
  position: relative;
  display: flex;
  flex-direction: column;
}
.tickets .selectbox {
  position: absolute;
  top: 0;
  left: 0;
}
.tickets .heading {
  height: 40px;
  line-height: 38px;
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
}
.tickets .heading h3 {
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  text-shadow: 3px 3px 3px #00000029;
}
.tickets .heading .mobile {
  display: none;
}
.tickets .hiw-btn {
  width: 235px;
  margin: 50px 0 20px auto;
  padding: 13px 5px;
  color: #fff;
  border: 0;
  font-size: 18px;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  border: 2px solid #fff;
  border-radius: 4px;
  text-shadow: 3px 3px 4px #00000029;
}
.tickets .hiw-btn:hover {
  margin-top: 46px;
  margin-bottom: 16px;
  padding: 17px 5px;
  text-decoration: none;
}
.tickets .hiw-btn::after {
  position: relative;
  top: -1px;
  content: "►";
  display: inline-block;
  margin-left: 12px;
  font-size: 70%;
}
.tickets .other-ticket {
  margin: 0 auto;
  border: 0;
  position: relative;
  width: 25%;
  padding: 2px;
  display: inline-block;
  vertical-align: top;
}
.tickets .other-ticket .container {
  height: 40px;
  line-height: 40px;
  line-height: 1.4;
  text-align: center;
  background-color: #f7941e;
  background-image: none;
  border-radius: 3px;
  display: flex;
}
.tickets .other-ticket strong {
  display: block;
  font-size: 13px;
  margin: auto;
  color: #fff;
  font-weight: bold;
}
.tickets .other-ticket:hover {
  text-decoration: none;
  color: inherit;
}
.tickets-slider {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  display: flex;
}
.tickets-slider > li {
  display: flex;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
}
.tickets-slider .ticket-lodz {
  margin-right: 20px;
}
@media (max-width: 768px) {
  .tickets-slider .ticket-lodz {
    margin-left: 20px;
    margin-top: 3px;
  }
}
.tickets-slider .ticket {
  position: relative;
  flex: 0 0 25%;
  max-width: 25%;
  padding: 2px;
  display: inline-block;
  vertical-align: top;
}
.tickets-slider .ticket .ribbon {
  position: absolute;
  top: 2px;
  right: 1px;
  width: 48px;
  height: 48px;
  z-index: 1;
  background: no-repeat center;
  background-image: url('../images/ribbon.png');
  background-image: image-set(url('../images/ribbon.png') 1x, url('../images/ribbon_2x.png') 2x, url('../images/ribbon_3x.png') 3x, url('../images/ribbon_4x.png') 4x);
  background-image: -webkit-image-set(url('../images/ribbon.png') 1x, url('../images/ribbon_2x.png') 2x, url('../images/ribbon_3x.png') 3x, url('../images/ribbon_4x.png') 4x);
  background-image: -ms-image-set(url('../images/ribbon.png') 1x, url('../images/ribbon_2x.png') 2x, url('../images/ribbon_3x.png') 3x, url('../images/ribbon_4x.png') 4x);
  background-image: -moz-image-set(url('../images/ribbon.png') 1x, url('../images/ribbon_2x.png') 2x, url('../images/ribbon_3x.png') 3x, url('../images/ribbon_4x.png') 4x);
  background-image: -o-image-set(url('../images/ribbon.png') 1x, url('../images/ribbon_2x.png') 2x, url('../images/ribbon_3x.png') 3x, url('../images/ribbon_4x.png') 4x);
}
.tickets-slider .ticket .lodz-promotion {
  position: absolute;
  top: -5px;
  right: 8px;
  width: 82px;
  height: 73px;
  z-index: 1;
  background: no-repeat center;
  background-image: url('../images/lodz-promotion-baget.svg');
}
@media all and (max-width: 767px) {
  .tickets-slider .ticket .lodz-promotion {
    position: static;
    margin-bottom: 10px;
  }
}
.tickets-slider .ticket .lodz-promotion span {
  z-index: 100;
  position: absolute;
  font-size: 16px;
  color: #FFFFFF;
  left: 30px;
  top: 30px;
  font-weight: 900;
}
.tickets-slider .ticket .container {
  padding: 18px 15px 16px 30px;
  font-size: 13px;
  border-radius: 5px;
  vertical-align: top;
  position: relative;
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  background: #fff url(../images/dots.png) 10px 20px no-repeat;
}
.tickets-slider .ticket .container a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: block;
}
.tickets-slider .ticket .container-lodz {
  background: #fff;
  min-height: 264px;
}
.tickets-slider .ticket .container-lodz .header {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 30px;
}
.tickets-slider .ticket .container-lodz ul {
  list-style-type: disc;
  margin-top: 20px;
  margin-left: 20px;
}
.tickets-slider .ticket .container-lodz ul li {
  margin-bottom: 8px;
  height: 15px;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: visible !important;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
}
.tickets-slider .ticket .container-lodz ul li:first-child {
  color: unset;
}
.tickets-slider .ticket ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tickets-slider .ticket .container-rzeszow li {
  margin-bottom: 8px;
  height: 15px;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: visible !important;
}
.tickets-slider .ticket .container-rzeszow li.green {
  color: #35bb00 !important;
  font-weight: bold;
  max-width: 120px;
}
.tickets-slider .ticket .container-rzeszow li.orange {
  color: #f7941e !important;
  font-weight: bold;
  max-width: 120px;
}
.tickets-slider .ticket .container-rzeszow li:first-child {
  color: #3c4d7c;
}
.tickets-slider .ticket .container-rzeszow li:last-child {
  color: #3c4d7b;
}
.tickets-slider .ticket li {
  width: 100%;
  margin-bottom: 8px;
  height: 15px;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
.tickets-slider .ticket li.green {
  color: #35bb00 !important;
}
.tickets-slider .ticket li:first-child {
  color: #3c4d7c;
}
.tickets-slider .ticket li:last-child {
  margin-bottom: 0;
  color: #f79723;
  font-weight: bold;
  max-width: 120px;
}
.tickets-slider .ticket .price {
  color: #3c4d7c;
  position: absolute;
  bottom: 16px;
  right: 15px;
  font-size: 18px;
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.tickets-slider .ticket .buy-ticket {
  width: 100%;
  height: 28px;
  padding-top: 6px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  background-color: #f79723;
  opacity: 0;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.tickets-slider .ticket:hover .container {
  padding-bottom: 43px;
}
.tickets-slider .ticket:hover .buy-ticket {
  opacity: 1;
}
.tickets-slider .ticket:hover .price {
  bottom: 43px;
}
.slide-down {
  width: 78px;
  height: 30px;
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  transform: translate(-50%, 0);
  background: url(../images/slide-down.png);
}
#hiw {
  padding-top: 90px;
  background-color: #fff;
}
#hiw .heading.major-heading,
#hiw .heading.major-heading h2 {
  margin-bottom: 55px;
}
.steps-hiw {
  height: 390px;
  position: relative;
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none;
  background: url(../images/desktop-line.png) no-repeat 47px 27px;
}
.steps-hiw li {
  position: absolute;
}
.steps-hiw li:hover .icon {
  transform: rotate(360deg);
  background-color: #f7941e;
}
.steps-hiw li:hover h4 {
  color: #f7941e;
}
.steps-hiw .icon {
  width: 186px;
  height: 186px;
  border: 1px solid #f7941e;
  display: block;
  border-radius: 50%;
  position: relative;
  background-color: #fff;
  transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1), transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  outline: 1px solid transparent;
  backface-visibility: hidden;
}
.steps-hiw .icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  outline: 1px solid transparent;
  backface-visibility: hidden;
}
.steps-hiw h4 {
  width: 100%;
  margin: 45px 0 12px 0;
  font-size: 24px;
  color: #3c4d7c;
  transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1), transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.steps-hiw p {
  margin: 0;
  color: #000;
  line-height: 1.6;
}
.steps-hiw .step-1-hiw {
  width: 468px;
  top: 0;
  left: 0;
}
.steps-hiw .step-1-hiw .icon {
  margin-right: 15px;
  float: left;
}
.steps-hiw .step-1-hiw .icon::after {
  width: 95px;
  height: 72px;
  background: url(../images/pc-icon.png) no-repeat 0 0;
}
.steps-hiw .step-2-hiw {
  width: 398px;
  top: 81px;
  right: 0;
  text-align: right;
}
.steps-hiw .step-2-hiw .icon {
  margin-left: 15px;
  float: right;
}
.steps-hiw .step-2-hiw .icon::after {
  width: 57px;
  height: 91px;
  background: url(../images/phone-icon.png) no-repeat 0 0;
}
.steps-hiw .step-3-hiw {
  width: 480px;
  top: 205px;
  left: 120px;
  text-align: right;
}
.steps-hiw .step-3-hiw .icon {
  margin-left: 15px;
  float: right;
}
.steps-hiw .step-3-hiw .icon::after {
  width: 109px;
  height: 89px;
  margin-top: -12px;
  background: url(../images/tram-icon.png) no-repeat 0 0;
}
.platforms {
  text-align: center;
  max-width: 1248px;
  background: url(../images/line-2.png) no-repeat center 0;
  padding-top: 15px;
  margin-top: -5px;
  margin-bottom: 50px;
}
.list-platforms {
  width: 100%;
  margin: 0 0 18px 0;
  padding: 0;
  padding-top: 12px;
  font-size: 0;
  text-align: center;
}
.list-platforms li {
  width: 125px;
  height: 40px;
  margin: 0 5px;
  display: inline-block;
}
.list-platforms li a {
  text-indent: -5000px;
}
.list-platforms li.gp-platform {
  background: url(../images/play-new.png) no-repeat center center;
  background-size: contain;
}
.list-platforms li.as-platform {
  background: url(../images/appstore-new.png) no-repeat center center;
  background-size: contain;
}
.list-platforms li.ws-platform {
  width: 126px;
  background: url(../images/ws-new.png) no-repeat center center;
  background-size: contain;
}
#sureness {
  min-height: 750px;
  padding-top: 170px;
  padding-bottom: 70px;
  background-image: url(../images/sureness-background.jpg);
  background-position: right top;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
#sureness::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  opacity: 0.5;
  z-index: 1;
}
#sureness .container {
  position: relative;
  z-index: 2;
}
#sureness .major-heading {
  margin-bottom: 40px;
}
#sureness h4 br {
  display: none;
}
.list-sureness {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}
.list-sureness .icon {
  width: 186px;
  height: 186px;
  border: 1px solid #f7941e;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
  position: relative;
  transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1), transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  outline: 1px solid transparent;
  backface-visibility: hidden;
}
.list-sureness .icon::after,
.list-sureness .icon::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
  backface-visibility: hidden;
}
.list-sureness li {
  width: 33.33%;
  display: inline-block;
  text-align: center;
  vertical-align: top;
}
.list-sureness li p {
  font-size: 16px;
  line-height: 20px;
  max-width: 320px;
  line-height: 21px;
  font-weight: 500;
}
.list-sureness li h4 {
  margin: 0;
  font-size: 24px;
  color: #3c4d7c;
  transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.list-sureness li:hover .icon {
  transform: rotate(360deg);
  background-color: #f7941e;
}
.list-sureness li:hover h4 {
  color: #f7941e;
}
.list-sureness li:hover .icon::after {
  opacity: 0;
}
.list-sureness li.list-1-sureness .icon::after {
  width: 90px;
  height: 76px;
  background: url(../images/battery-icon.png) no-repeat 0 0;
}
.list-sureness li.list-1-sureness .icon::before {
  width: 90px;
  height: 76px;
  background: url(../images/battery-hover-icon.png) no-repeat 0 0;
}
.list-sureness li.list-2-sureness .icon::after {
  width: 86px;
  height: 121px;
  background: url(../images/ticket-icon.png) no-repeat 0 0;
}
.list-sureness li.list-2-sureness .icon::before {
  width: 86px;
  height: 121px;
  background: url(../images/ticket-hover-icon.png) no-repeat 0 0;
}
.list-sureness li.list-3-sureness .icon::after {
  width: 85px;
  height: 85px;
  background: url(../images/wallet-icon.png) no-repeat 0 0;
}
.list-sureness li.list-3-sureness .icon::before {
  width: 85px;
  height: 85px;
  background: url(../images/wallet-hover-icon.png) no-repeat 0 0;
}
#why-us {
  background: #fff;
  position: relative;
}
#why-us .container {
  max-width: 990px;
  padding-top: 155px;
  padding-bottom: 40px;
  position: relative;
}
@media all and (min-width: 767px) {
  #why-us .container {
    min-height: 750px;
  }
}
#why-us .phone {
  width: 600px;
  height: 687px;
  display: block;
  position: absolute;
  bottom: 0;
  left: -1800px;
  transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
  background: url(../images/phone.png) no-repeat 0 0;
}
#why-us.active .phone {
  left: -140px;
  transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.list-why-us {
  max-width: 530px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
  position: relative;
  z-index: 10;
}
.list-why-us .icon {
  width: 93px;
  height: 93px;
  border: 1px solid #f7941e;
  border-radius: 50%;
  position: relative;
  margin-right: 21px;
  transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1), transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  float: left;
}
.list-why-us .icon::after,
.list-why-us .icon::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  outline: 1px solid transparent;
}
.list-why-us h4 {
  margin: 0 0 5px 0;
  font-size: 24px;
  color: #3c4d7c;
  transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.list-why-us p {
  margin: 0;
}
.list-why-us div {
  overflow: hidden;
  padding-top: 5PX;
}
.list-why-us li {
  line-height: 1.6;
  margin-bottom: 33px;
  overflow: hidden;
}
.list-why-us li.list-3-why-us h4 {
  margin-top: -10px;
}
.list-why-us li:hover .icon {
  transform: rotate(360deg);
  background-color: #f7941e;
}
.list-why-us li:hover .icon::after {
  opacity: 0;
}
.list-why-us li:hover h4 {
  color: #f7941e;
}
.list-why-us li.heading {
  margin: 0;
  padding: 0;
  text-align: left;
}
.list-why-us li.list-1-why-us .icon::after {
  width: 30px;
  height: 52px;
  background: url(../images/thunder-icon.png) no-repeat 0 0;
}
.list-why-us li.list-1-why-us .icon::before {
  width: 30px;
  height: 52px;
  background: url(../images/thunder-hover-icon.png) no-repeat 0 0;
}
.list-why-us li.list-2-why-us .icon::after {
  width: 48px;
  height: 32px;
  background: url(../images/sofa-icon.png) no-repeat 0 0;
}
.list-why-us li.list-2-why-us .icon::before {
  width: 48px;
  height: 32px;
  background: url(../images/sofa-hover-icon.png) no-repeat 0 0;
}
.list-why-us li.list-3-why-us .icon::after {
  width: 49px;
  height: 37px;
  background: url(../images/house-icon.png) no-repeat 0 0;
}
.list-why-us li.list-3-why-us .icon::before {
  width: 49px;
  height: 37px;
  background: url(../images/house-hover-icon.png) no-repeat 0 0;
}
#about-us {
  background-image: url(../images/misja.jpg);
  background-position: right top;
  background-size: cover;
}
#about-us .container {
  min-height: 578px;
  position: relative;
}
#about-us section {
  display: flex;
  align-items: center;
}
#about-us section article {
  line-height: 1.6;
  color: #fff;
}
#about-us section article h3 {
  margin-bottom: 15px;
  font-size: 24px;
}
#about-us section article p {
  font-size: 18px;
}
#cooperation {
  background-color: #fff;
}
#cooperation .container {
  min-height: 550px;
  position: relative;
}
#cooperation .heading {
  color: #3b5180;
}
#cooperation .heading h2 {
  font-size: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.list-cooperation {
  width: 100%;
  margin: 0;
  padding: 0;
  padding-left: 220px;
  list-style: none;
  text-align: right;
  position: absolute;
  top: 51%;
  transform: translateY(-50%);
}
.list-cooperation li {
  margin: 0 25px;
  margin-bottom: 25px;
  display: inline-block;
  text-align: center;
}
.list-cooperation li.wloclawek {
  margin-left: 0;
}
.list-cooperation li:last-child {
  margin-right: 0;
}
.list-cooperation li img {
  vertical-align: middle;
  margin-bottom: 10px;
}
#slider {
  padding-bottom: 170px;
  position: relative;
  background-image: url(../images/bezpieczenstwo_szerokie.jpg);
  background-position: 30% 38%;
  transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
  display: flex;
  align-items: center;
}
@media all and (min-width: 767px) {
  #slider {
    min-height: 750px;
  }
}
#slider.active {
  background-position: 100% 38%;
}
.list-content-slider {
  margin: 0 0 28px 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  text-align: center;
}
.list-content-slider li {
  margin: 4px;
  font-size: 13px;
  display: inline-block;
  text-transform: uppercase;
}
.list-content-slider li a {
  padding: 10px 18px;
  color: #3c4d7c;
  background-color: #ededed;
  display: block;
  border-radius: 4px;
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.list-content-slider li a:hover,
.list-content-slider li a.active {
  background-color: #f7941e;
  color: #fff;
  text-decoration: none;
}
.content-slider {
  position: relative;
  overflow: hidden;
}
.content-slider .icon {
  width: 190px;
  height: 190px;
  margin-right: 28px;
  float: left;
}
.content-slider .content-slide {
  max-width: 668px;
  width: 100%;
  margin: 0 auto 20px auto;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -20px);
  overflow: hidden;
  line-height: 1.6;
  opacity: 0;
  visibility: hidden;
  transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.content-slider .content-slide.current {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}
.content-slider .content-slide div {
  padding-top: 20px;
  overflow: hidden;
}
.content-slider .more {
  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);
}
.content-slider .more:hover {
  text-decoration: none;
  color: #f7941e;
  border-color: #f7941e;
}
.content-slider #content-1-slider .icon {
  background: url(../images/payu-icon.png) no-repeat 0 0;
  background-size: contain;
}
.content-slider #content-2-slider .icon {
  background: url(../images/return-icon.png) no-repeat 0 0;
  background-size: contain;
}
.content-slider #content-3-slider .icon {
  background: url(../images/ring-icon.png) no-repeat 0 0;
  background-size: contain;
}
.content-slider #content-4-slider .icon {
  width: 191px;
  height: 134px;
  background: url(../images/question-icon.png) no-repeat 0 0;
  background-size: contain;
}
#our-numbers {
  width: 100%;
  height: 170px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.75);
}
.list-numbers {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}
.list-numbers li {
  width: 33.33%;
  height: 170px;
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 13px;
  color: #3c4d7c;
  background: url(../images/line.png) no-repeat right 0;
}
.list-numbers li:last-child {
  background: none;
}
.list-numbers li span.item {
  width: 100%;
  display: block;
  position: absolute;
  top: 58%;
  transform: translate(0, -50%);
}
.list-numbers li span.item span {
  display: block;
  height: 50px;
}
.list-numbers li strong {
  margin-bottom: 14px;
  font-size: 52px;
  font-weight: bold;
  display: block;
  height: 52px;
}
#podrozujtaniej {
  position: relative;
  min-height: 1045px;
  background-image: url(../images/podrozujtaniej.png);
  background-size: cover;
}
#podrozujtaniej > .container {
  padding: 60px 90px;
  background: white;
}
#podrozujtaniej p a {
  color: #f7941e;
}
#podrozujtaniej .header-wrapper {
  overflow: hidden;
}
#podrozujtaniej .header-wrapper h2 {
  float: left;
  margin-top: 0;
}
#podrozujtaniej .header-wrapper > div {
  overflow: hidden;
  margin-top: 2px;
  min-width: 160px;
  text-align: right;
}
#podrozujtaniej .header-wrapper img {
  width: 70px;
  margin-top: -15px;
  margin-left: 70px;
}
#podrozujtaniej h2 {
  color: #3c4d7c;
  margin-bottom: 30px;
  font-size: 25px;
}
#podrozujtaniej.platnoscimobilne ul li {
  display: flex;
  align-items: center;
}
#podrozujtaniej.platnoscimobilne ul li .list-icon {
  padding: 0;
  text-align: center;
  padding-top: 15px;
  float: none;
  flex: auto;
}
#podrozujtaniej.platnoscimobilne ul li .list-icon.has-fa-university {
  padding-top: 10px;
  padding-left: 6px;
}
#podrozujtaniej.platnoscimobilne ul li .list-icon.has-fa-building {
  padding-left: 4px;
}
#podrozujtaniej.platnoscimobilne ul li:nth-child(even) .list-icon {
  float: none;
  order: 2;
}
#podrozujtaniej.platnoscimobilne ul li .list-content {
  flex: 100;
  display: flex;
}
#podrozujtaniej ul {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
}
#podrozujtaniej ul li {
  margin-bottom: 30px;
}
#podrozujtaniej ul li .list-icon {
  border: 1px solid #f7941e;
  border-radius: 50%;
  padding: 15px;
  height: 82px;
  width: 82px;
  float: left;
}
#podrozujtaniej ul li .list-icon img {
  width: 50px;
}
#podrozujtaniej ul li .list-icon .fa {
  color: #f7941e;
  font-size: 50px;
}
#podrozujtaniej ul li .list-content {
  overflow: hidden;
}
#podrozujtaniej ul li .list-content h3 {
  color: #f7941e;
  font-size: 17px;
  margin-bottom: 0;
  margin-top: 0;
}
#podrozujtaniej ul li .list-content p {
  color: #3c4d7c;
  font-size: 15px;
  line-height: 20px;
}
#podrozujtaniej ul li:nth-child(even) .list-content {
  padding-left: 0;
  padding-right: 20px;
}
#podrozujtaniej ul li:nth-child(even) .list-icon {
  float: right;
}
#podrozujtaniej .orange-box {
  background: #f7941e;
  color: white;
  border-radius: 10px;
  padding: 20px 50px;
  margin: 30px -50px;
  margin-bottom: 50px;
}
#podrozujtaniej .orange-box p a {
  color: #3c4d7c;
}
#podrozujtaniej .orange-box p {
  line-height: 20px;
}
#podrozujtaniej .orange-box h3 {
  font-size: 17px;
  margin-top: 0;
}
#podrozujtaniej .orange-box 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;
}
#podrozujtaniej .orange-box .post {
  margin-left: 0;
}
#podrozujtaniej .orange-box .post .button {
  display: inline-block;
}
#podrozujtaniej .orange-box .post .files-o {
  position: relative;
}
#podrozujtaniej .orange-box .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: 'Muli', sans-serif;
  background: #3c4d7c;
  line-height: normal;
  padding: 5px;
  border-radius: 6px;
}
#podrozujtaniej .orange-box .post .files-o .copySuccess.visible {
  opacity: 1;
  visibility: visible;
}
#podrozujtaniej article h3 {
  color: #f7941e;
  font-size: 17px;
}
#podrozujtaniej article p {
  color: #3c4d7c;
  font-size: 15px;
  line-height: 20px;
}
@media all and (max-width: 1023px) {
  #podrozujtaniej > .container {
    padding: 60px 35px;
    max-width: 700px;
  }
  #podrozujtaniej .orange-box {
    padding: 20px 20px;
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media all and (max-width: 767px) {
  #podrozujtaniej {
    background-attachment: fixed;
  }
  #podrozujtaniej > .container {
    padding: 60px 20px;
  }
  #podrozujtaniej .orange-box {
    padding: 20px 10px;
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media all and (max-width: 450px) {
  #podrozujtaniej.platnoscimobilne ul li .list-icon {
    padding: 0;
    text-align: center;
    padding-top: 8px;
  }
  #podrozujtaniej.platnoscimobilne ul li .list-icon.has-fa-university {
    padding-top: 8px;
    padding-left: 3px;
  }
  #podrozujtaniej.platnoscimobilne ul li .list-icon.has-fa-building {
    padding-left: 2px;
  }
  #podrozujtaniej ul li .list-icon {
    height: 50px;
    width: 50px;
    padding: 9px;
  }
  #podrozujtaniej ul li .list-icon img {
    width: 30px;
  }
  #podrozujtaniej ul li .list-icon .fa {
    font-size: 30px;
  }
  #podrozujtaniej .orange-box {
    padding: 20px 20px;
    margin-left: -20px;
    margin-right: -20px;
  }
}
.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: 0;
  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: 0px;
  font-size: 16px;
  padding-top: 14px;
  padding-left: 72px;
  background: url(../images/question.png) no-repeat 8px 0;
}
/*
#modal-form-email-send {
    max-width: 720px;
    width: 100%;
    padding: 68px;
    position: fixed;
    left: 50%;
    top: 15%;
    z-index: 1900;
    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);

    &.contactHidden {
        visibility: hidden;
        opacity: 0;
        transform: translate(-50%, -20%);
    }
}*/
@media all and (max-width: 1500px) {
  #slider {
    background-position: 30% 38%;
  }
  #slider.active {
    background-position: 90% 38%;
  }
}
@media all and (max-width: 1400px) {
  #home {
    padding-top: 112px;
  }
  .parallax-container {
    background-attachment: scroll;
  }
}
@media all and (max-width: 1280px) {
  #slider {
    background-position: 30% 38%;
  }
  #slider.active {
    background-position: 78% 38%;
  }
}
@media all and (max-width: 1100px) {
  .slicknav_menu {
    display: block;
  }
  .slicknav_menu li:last-child a {
    border: 0;
  }
  #main-nav li,
  #main-nav li.main-buy-nav {
    display: none;
  }
  #main-header.scrolled #main-nav li.main-buy-nav {
    display: inline-block !important;
    opacity: 1 !important;
  }
  #main-header.scrolled .slicknav_btn {
    margin-bottom: 14px;
  }
}
@media all and (max-width: 1023px) {
  .container {
    padding-left: 35px;
    padding-right: 35px;
  }
  .tickets .heading .desktop {
    display: none;
  }
  .tickets .heading .mobile {
    display: block;
  }
  .tickets .selectbox {
    left: 6px;
  }
  #slider {
    background-position: 30% 38%;
  }
  #slider.active {
    background-position: 82% 38%;
  }
  #hiw .container {
    max-width: 735px;
  }
  #hiw .steps-hiw {
    background-image: url(../images/tablet-line.png);
    margin-bottom: -30px;
  }
  #hiw .steps-hiw h4 {
    margin-top: 20px;
  }
  #hiw .steps-hiw .icon {
    width: 140px;
    height: 140px;
  }
  #hiw .steps-hiw .icon::after {
    background-size: cover;
  }
  #hiw .steps-hiw .step-1-hiw {
    width: 420px;
  }
  #hiw .steps-hiw .step-1-hiw h4 {
    width: 460px;
  }
  #hiw .steps-hiw .step-1-hiw .icon {
    margin-right: 8px;
  }
  #hiw .steps-hiw .step-1-hiw .icon::after {
    width: 71px;
    height: 52px;
  }
  #hiw .steps-hiw .step-2-hiw .icon {
    margin-left: 8px;
  }
  #hiw .steps-hiw .step-2-hiw .icon::after {
    width: 39px;
    height: 62px;
  }
  #hiw .steps-hiw .step-2-hiw h4 {
    margin-top: 32px;
  }
  #hiw .steps-hiw .step-3-hiw {
    width: 445px;
    left: 12px;
  }
  #hiw .steps-hiw .step-3-hiw .icon {
    margin-right: 8px;
  }
  #hiw .steps-hiw .step-3-hiw .icon::after {
    width: 81px;
    height: 65px;
    margin-top: -4px;
  }
  .list-sureness .icon {
    width: 140px;
    height: 140px;
  }
  .list-sureness .icon::before,
  .list-sureness .icon::after {
    background-size: contain;
  }
  .list-sureness li p br {
    display: none;
  }
  .list-sureness li.list-2-sureness p br {
    display: block !important;
  }
  .list-sureness li.list-1-sureness .icon::before,
  .list-sureness li.list-1-sureness .icon::after {
    width: 68px;
    height: 57px;
    background-size: contain;
  }
  .list-sureness li.list-2-sureness .icon::before,
  .list-sureness li.list-2-sureness .icon::after {
    width: 60px;
    height: 83px;
    background-size: contain;
  }
  .list-sureness li.list-3-sureness .icon::before,
  .list-sureness li.list-3-sureness .icon::after {
    width: 64px;
    height: 66px;
    background-size: contain;
  }
  .list-why-us {
    max-width: 440px;
  }
  .list-why-us .icon {
    width: 69px;
    height: 69px;
  }
  .list-why-us li {
    padding-right: 68px;
  }
  .list-why-us li h4 {
    margin-top: -5px;
  }
  .list-why-us li.list-1-why-us .icon::before,
  .list-why-us li.list-1-why-us .icon::after {
    width: 23px;
    height: 39px;
    background-size: contain;
  }
  .list-why-us li.list-2-why-us .icon::before,
  .list-why-us li.list-2-why-us .icon::after {
    width: 36px;
    height: 25px;
    background-size: contain;
  }
  .list-why-us li.list-3-why-us .icon::before,
  .list-why-us li.list-3-why-us .icon::after {
    width: 37px;
    height: 27px;
    background-size: contain;
  }
  .list-why-us li.list-3-why-us h4 {
    margin-top: -5px;
  }
  #home {
    padding-top: 165px;
  }
  #home .city-selector .cs-toggle {
    min-width: 0;
  }
  #home .city-selector .cs-cities {
    border-top-right-radius: 0;
  }
  #home .city-selector .cs-cities li {
    height: 230px;
  }
  #home .city-selector .cs-cities li .cs-ptalogo {
    margin-top: 62px;
  }
  .tickets-slider .ticket {
    padding: 6px;
  }
  .tickets-slider .ticket .ribbon {
    top: 5px;
    right: 5px;
  }
  .tickets-slider .ticket .container {
    background-position: 10px 23px;
  }
  .tickets-slider .ticket:hover .container {
    padding-bottom: 16px;
  }
  .tickets-slider .ticket:hover .price {
    bottom: 16px;
  }
  .tickets-slider .ticket .buy-ticket {
    display: none;
  }
  .tickets-slider .ticket li {
    font-size: 16px;
  }
  .tickets-slider .ticket li:last-child {
    max-width: 80%;
  }
  #why-us .phone {
    width: 376px;
    height: 630px;
    background: url(../images/tablet-phone.png) no-repeat 0 0;
  }
  #why-us.active .phone {
    left: 0;
  }
  .content-slider .icon {
    width: 140px;
    height: 140px;
  }
  .content-slider .content-slide div {
    padding-top: 0;
  }
  .list-numbers li strong {
    font-size: 42px;
  }
  #sureness .container {
    padding: 0 25px;
  }
  #sureness h4 br {
    display: inline;
  }
  #about-us .container {
    padding: 45px 48px;
    min-height: 0;
  }
  #about-us article {
    max-width: 630px;
    font-size: 16px;
  }
  #about-us article h3 {
    font-size: 52px;
  }
  #cooperation {
    padding: 0;
  }
  #cooperation .container {
    padding-top: 25px;
    padding-bottom: 25px;
    min-height: 0;
  }
  #cooperation .heading {
    margin-bottom: 18px;
    padding: 0 25px;
  }
  #cooperation .heading h2 {
    position: static;
    transform: translate(0, 0);
    font-size: 24px;
  }
  .coop-button {
    width: 448px;
  }
  .questions {
    top: 50px;
    left: 18px;
  }
  .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;
  }
  #main-nav li {
    margin: 8px 6px;
  }
  .list-cooperation {
    position: static;
    transform: translate(0, 0);
    padding-left: 0;
    text-align: center;
  }
  .list-cooperation li {
    margin: 12px;
  }
  .list-cooperation li.wloclawek {
    margin-left: -13px;
  }
  .list-cooperation li:last-child {
    margin-right: 12px;
  }
}
@media all and (max-width: 767px) {
  .city-select-box .selectbox {
    margin-top: 10px;
    margin-left: 0;
  }
  .city-select-box > span {
    display: block;
  }
  .platforms {
    padding-top: 45px;
    margin-bottom: 0;
  }
  .parallax-container {
    background-attachment: scroll;
    background-position: 50% 50% !important;
  }
  #home {
    min-height: 1040px;
    height: 1000px;
    max-height: 1040px;
    padding-bottom: 40px;
    /*padding-top: 95px;*/
    padding-top: 8px;
  }
  #home > .container {
    /*padding: 0 14px;*/
    padding: 90px 14px;
  }
  #home .city-selector .cs-toggle {
    width: 100%;
  }
  #home .city-selector .cs-cities li {
    width: 100%;
    height: 96px;
    vertical-align: middle;
    text-align: left;
    line-height: 96px;
  }
  #home .city-selector .cs-cities li + li {
    border-top: 1px solid #ddd;
  }
  #home .city-selector .cs-cities li .cs-ptalogo {
    float: left;
    margin: 10px 12px;
  }
  .tickets {
    margin-top: -60px;
  }
  .tickets .selectbox {
    left: 0;
  }
  .tickets .hiw-btn {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .tickets .hiw-btn:hover {
    margin-top: 16px;
  }
  .tickets-slider {
    padding-bottom: 0;
  }
  .tickets-slider .ticket {
    flex: 0 0 100%;
    padding: 4px 0;
  }
  .tickets-slider .ticket .ribbon {
    top: 3px;
    right: -1px;
  }
  .tickets-slider .ticket .container {
    font-size: 18px;
    min-height: 80px;
    background-position: 10px 12px;
  }
  .tickets-slider .ticket ul {
    position: relative;
    margin-bottom: -8px;
    margin-left: 10px;
  }
  .tickets-slider .ticket li {
    font-size: 15px;
    margin-bottom: 6px;
    max-width: 60%;
  }
  .tickets-slider .ticket li:last-child {
    position: absolute;
    top: 0;
    right: 0;
  }
  .tickets-slider .ticket .price {
    right: 15px;
    font-size: 24px;
  }
  #slider.active {
    background-position: 50% 0;
  }
  #hiw {
    padding-top: 90px;
    padding-bottom: 20px;
    max-height: 1510px;
  }
  #hiw .heading {
    padding: 0 35px;
    margin-bottom: 0;
  }
  #hiw .steps-hiw {
    max-width: 480px;
    width: 100%;
    margin: 0 auto;
    padding: 0 35px;
    height: auto;
    background: none;
    overflow: hidden;
  }
  #hiw .steps-hiw li {
    width: 100%;
    margin: 0 0 55px 0;
    padding: 0;
    position: static;
  }
  #hiw .steps-hiw li br {
    display: none;
  }
  #hiw .steps-hiw li .icon {
    width: 105px;
    height: 105px;
    margin-right: 25px;
  }
  #hiw .steps-hiw li h4 {
    margin-top: 5px;
  }
  #hiw .steps-hiw li p {
    overflow: hidden;
    font-size: 16px;
    font-weight: 500;
  }
  #hiw .steps-hiw li.step-1-hiw,
  #hiw .steps-hiw li.step-2-hiw,
  #hiw .steps-hiw li.step-3-hiw {
    width: 100%;
    max-width: 100%;
    float: left;
  }
  #hiw .steps-hiw li.step-1-hiw .icon::after {
    width: 53px;
    height: 39px;
  }
  #hiw .steps-hiw li.step-1-hiw h4 {
    width: 100%;
  }
  #hiw .steps-hiw li.step-1-hiw .icon {
    margin-right: 26px;
  }
  #hiw .steps-hiw li.step-2-hiw {
    float: right;
  }
  #hiw .steps-hiw li.step-2-hiw .icon {
    margin-right: 0;
    margin-left: 25px;
  }
  #hiw .steps-hiw li.step-2-hiw .icon::after {
    width: 30px;
    height: 50px;
  }
  #hiw .steps-hiw li.step-2-hiw h4 {
    margin-top: 5px;
  }
  #hiw .steps-hiw li.step-3-hiw {
    text-align: left;
  }
  #hiw .steps-hiw li.step-3-hiw .icon {
    margin-left: 0;
    float: left;
    margin-right: 26px;
  }
  #hiw .steps-hiw li.step-3-hiw .icon::after {
    width: 60px;
    height: 48px;
  }
  #sureness {
    padding-top: 45px;
    padding-bottom: 45px;
    min-height: 0;
  }
  #sureness ul.list-sureness li:last-child {
    margin-bottom: 0px;
  }
  #sureness .container {
    padding: 0 25px;
  }
  #sureness .heading {
    margin-bottom: 30px;
  }
  #sureness .heading h2 {
    font-size: 42px;
    margin-bottom: 15px;
  }
  #sureness h4 br {
    display: none;
  }
  .list-sureness {
    max-width: 424px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }
  .list-sureness li {
    width: 100% !important;
    height: auto;
    margin-bottom: 20px;
    display: block;
    overflow: hidden;
    text-align: left;
  }
  .list-sureness li .icon {
    width: 104px;
    height: 104px;
    margin-bottom: 0;
    margin-right: 20px;
    float: left;
  }
  .list-sureness li h4 {
    margin-top: 5px;
  }
  .list-sureness li p {
    overflow: hidden;
  }
  .list-sureness li.list-1-sureness .icon::before,
  .list-sureness li.list-1-sureness .icon::after {
    width: 51px;
    height: 43px;
    background-size: contain;
  }
  .list-sureness li.list-2-sureness .icon::before,
  .list-sureness li.list-2-sureness .icon::after {
    width: 44px;
    height: 62px;
    margin-left: 1px;
    background-size: contain;
  }
  .list-sureness li.list-3-sureness .icon::before,
  .list-sureness li.list-3-sureness .icon::after {
    width: 48px;
    height: 49px;
    background-size: contain;
  }
  #why-us .container {
    padding-top: 45px;
  }
  #why-us .phone {
    width: 210px;
    height: 630px;
    background: url(../images/mobile-phone.png) no-repeat 0 0;
  }
  #why-us.active .phone {
    left: 0;
  }
  .list-why-us {
    max-width: 100%;
  }
  .list-why-us li {
    max-width: 295px;
    width: 100%;
    padding-right: 25px;
    float: right;
    clear: both;
  }
  .list-why-us li .icon {
    margin-right: 18px;
  }
  .list-why-us li.heading {
    max-width: 100%;
    margin-bottom: 45px;
    float: none;
    clear: both;
    text-align: center;
  }
  .list-why-us li h4 {
    line-height: 1;
  }
  .list-why-us li.list-3-why-us h4 {
    margin-top: 0;
  }
  .list-why-us li:last-child {
    margin-bottom: 0px;
  }
  #slider {
    background-position: 30% 0;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
  }
  #slider > .container {
    padding-top: 45px;
  }
  #slider #our-numbers {
    height: auto;
    position: relative;
  }
  .list-content-slider {
    padding: 0 20px;
    margin-bottom: 37px;
    display: flex;
    flex-wrap: wrap;
  }
  .list-content-slider li {
    width: 50%;
    margin: 0 0 8px 0;
    padding: 0 4px;
    flex: 0 0 50%;
  }
  .list-content-slider li a {
    height: 100%;
    width: 100%;
    display: table;
  }
  .list-content-slider li a span {
    display: table-cell;
    vertical-align: middle;
  }
  .content-slide {
    text-align: center;
    padding: 0 35px;
  }
  .content-slide .icon {
    margin: 0 auto;
    float: none;
    display: block;
  }
  .content-slide > div div {
    margin-top: -10px;
    display: flex;
    flex-direction: column;
    max-width: 240px;
    margin: auto;
  }
  .list-numbers li {
    background: none;
    vertical-align: top;
  }
  .list-numbers li span.item {
    padding: 0 30px;
    line-height: 1.1;
  }
  .list-numbers li strong {
    margin-bottom: 0;
    font-size: 52px;
  }
  #about-us {
    background-image: url(../images/4-bg.jpg);
    background-position: center center;
  }
  #about-us .container {
    padding: 45px 0;
    min-height: 0;
  }
  #about-us article {
    width: 100%;
    padding: 0 30px;
  }
  #about-us article h3 {
    margin-top: 0;
    margin-bottom: 25px;
    line-height: 1;
  }
  #about-us article p {
    margin-bottom: 0;
  }
  #cooperation .container {
    height: auto !important;
  }
  #cooperation .container .slick-dots {
    display: none !important;
  }
  .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%);
    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;
  }
  .slicknav_nav {
    padding: 5px 0 5px 0;
    width: 100%;
  }
  .slicknav_nav a {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  #main-header.scrolled #logo {
    transform: scale(0.62658228, 0.62658228);
    /* 99px x 30px */
    margin-top: 13px;
  }
  #hiw section.container {
    overflow: hidden;
  }
  .list-sureness li .icon {
    display: none;
  }
  #main-header.scrolled .slicknav_menu {
    top: 43px;
  }
  #main-header.scrolled #main-nav li.main-buy-nav {
    display: inline-block;
    zoom: 90%;
  }
  #main-header.scrolled .slicknav_btn {
    margin-right: 130px;
    zoom: 90%;
  }
  #main-header.scrolled .slicknav_icon {
    zoom: 110%;
    margin-bottom: -2px;
  }
  #main-nav li.main-buy-nav {
    display: none;
  }
  .slicknav_btn {
    margin-right: 20px;
  }
  .heading.major-heading h2 {
    margin-bottom: 8px;
    font-size: 42px;
    line-height: 1;
  }
  .steps-hiw li {
    width: 100% !important;
    text-align: center !important;
  }
  .steps-hiw li .icon {
    float: none !important;
    display: block;
    margin: 0 auto 20px auto !important;
  }
  .list-platforms li {
    width: 100% !important;
    height: 70px;
    margin-bottom: 5px;
  }
  .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;
  }
  #sureness {
    background-position: 90% center;
  }
  #why-us .container {
    background: none;
  }
  #why-us .phone {
    display: none;
  }
  .list-why-us {
    padding: 0 20px;
  }
  .list-why-us li {
    max-width: 100%;
    padding-right: 0;
  }
  .list-numbers li span.item {
    padding: 0 10px;
  }
  #about-us article {
    font-size: 14px;
  }
  #about-us article h3 {
    font-size: 32px;
  }
  .payments {
    padding-left: 0;
  }
  .logo-payments {
    margin-bottom: 20px;
    position: static;
    top: 0;
    transform: translate(0, 0);
    float: none;
  }
  .tickets .heading {
    display: none;
  }
  .tickets .selectbox {
    position: static;
    margin: 0 auto;
  }
  .tickets .dk-select-open-down .dk-select-options {
    top: auto;
  }
  .tickets .dk-select {
    width: 100%;
    margin-bottom: 10px;
    display: block;
  }
  .tickets .other-ticket {
    width: 100%;
  }
  .tickets-slider {
    padding-bottom: 0;
  }
  .tickets-slider .ticket {
    width: 100%;
    max-width: 100%;
    padding: 4px 0;
  }
  .tickets-slider .ticket .container {
    font-size: 18px;
  }
  .tickets-slider .ticket ul {
    padding-bottom: 0;
    top: 0;
  }
  .tickets-slider .ticket ul li:last-child {
    top: 0;
    right: 18px;
    max-width: 30%;
  }
  .tickets-slider .ticket .price {
    right: 33px;
  }
}
@media all and (max-width: 402px) {
  #slider .list-content-slider li {
    overflow: hidden;
  }
  #slider .list-content-slider li a {
    height: 46px;
  }
  .slicknav_menu .slicknav_menutxt {
    display: none;
  }
  .slicknav_menu .slicknav_icon {
    margin-right: 0;
  }
  .city-select-box {
    width: 100%;
    padding: 5px;
  }
  .city-select-box .dk-select {
    width: 200px;
  }
  #about-us .container {
    padding: 80px 0;
  }
  #about-us .container article {
    transform: none;
    position: static;
  }
}
/*# sourceMappingURL=style.css.map */
section.subpage {
  margin-top: 20px;
  margin-bottom: 20px;
}
section.subpage article p {
  line-height: 20px;
}
.list-cooperation {
  text-align: left;
}
#wrapper {
  padding-top: 15px;
  padding-bottom: 55px;
  overflow: hidden;
  background-color: #e0e0e0;
  background: url(../images/gradient.jpg) #e0e0e0 no-repeat center top;
  background-size: cover;
  min-height: 470px;
}
#wrapper header {
  margin-bottom: 18px;
}
#wrapper header h2 {
  margin: 0;
  font-size: 52px;
  color: #3C4D7C;
  text-align: left;
}
#wrapper header h2.mobile {
  display: none;
}
#wrapper article h3 {
  margin-bottom: 8px;
  display: block;
  color: #3C4D7C;
  font-weight: bold;
  font-size: 24px;
  cursor: pointer;
}
#wrapper article p {
  text-align: justify;
}
#wrapper .subpage article h3 {
  cursor: default;
}
#wrapper .subpage article a {
  color: #dc6840;
  font-weight: bold;
}
#wrapper .subpage article a.more {
  padding: 8px 14px;
  border: 1px solid #3c4d7c;
  border-radius: 4px;
  color: #444444;
  display: inline-block;
  line-height: 1;
  font-weight: normal;
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
#wrapper .subpage article a.more:hover {
  text-decoration: none;
  color: #f7941e;
  border-color: #f7941e;
}
#kontrola-phonePhoto {
  width: 247px;
  height: 515px;
  float: right;
}
#kontrola-article {
  width: 60%;
  float: left;
  padding-right: 40px;
}
@media all and (max-width: 767px) {
  #wrapper {
    background: url(../images/gradient-small.jpg) no-repeat center bottom;
    background-size: cover;
  }
  #kontrola-phonePhoto {
    display: none;
  }
  #kontrola-article {
    width: 100%;
    padding-right: 0;
  }
}
#wrapper .smaller-heading h2,
.smaller_heading h2 {
  font-size: 32px;
}
#wrapper .smaller-heading h3,
.smaller-heading h3 {
  font-size: 20px;
}
#user-register-form {
  margin: auto;
  width: 280px;
}
#user-login-form {
  margin: auto;
  width: 300px;
}
#ticket-form {
  margin: auto;
  width: 300px;
}
#ticket-form h2 {
  min-width: 200px;
}
#login-form {
  margin: auto;
  width: 300px;
}
#reg-form {
  margin: auto;
  width: 300px;
}
#complaint-form {
  margin: auto;
  width: 300px;
}
#loginForm {
  margin: auto;
  width: 300px;
}
.info-sended {
  margin: 0 0 30px 0;
  font-size: 24px;
  color: #f79723;
  text-align: center;
}
@media all and (max-width: 767px) {
  section.subpage {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media all and (max-width: 767px) and all and (min-width: 767px) and (max-width: 1023px) {
  section.subpage {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.subpage {
  padding-top: 25px;
  padding-bottom: 85px;
  min-height: 150px;
}
.subpage .more {
  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);
}
.subpage .more:hover {
  text-decoration: none;
  color: #f7941e;
  border-color: #f7941e;
}
.subpage h2 {
  font-size: 32px;
}
.subpage h3 {
  font-size: 20px;
}
.table-zwroty {
  margin: 20px 0;
}
.table-zwroty tr td {
  padding: 10px 5px;
  line-height: 140%;
  border-bottom: 1px solid #3C4D7B;
}
.table-zwroty tr:last-child td {
  border-bottom-width: 0;
}
.table-zwroty tr td:first-child {
  font-style: italic;
}
@media all and (max-width: 767px) {
  .table-zwroty {
    display: block;
  }
  .table-zwroty tr {
    display: block;
  }
  .table-zwroty tr td {
    display: block;
    width: 100%;
    border-bottom-width: 0;
  }
  .table-zwroty tr td:last-child {
    border-bottom-width: 1px;
  }
  .table-zwroty tr:last-child td:last-child {
    border-bottom-width: 0;
  }
}
@media all and (min-width: 2470px) {
  #slider {
    background-size: cover;
  }
}
html {
  height: 100%;
  background-color: #3c4d7b;
}
@media all and (max-width: 1200px) {
  #main-nav li {
    font-size: 12px;
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media all and (max-width: 434px) {
  .padding-input {
    padding-right: 25px;
  }
}
.clsoe-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;
}
.clsoe-alert:hover {
  color: #000000;
  text-decoration: none;
  opacity: 0.4;
  filter: alpha(opacity=40);
  cursor: pointer;
}
ol.policy-list {
  line-height: 1.4;
  margin-bottom: 18px;
}
ol.policy-list li {
  margin-bottom: 10px;
}
ol.custom-ordered-list {
  list-style-type: none;
  counter-reset: level1;
  margin-bottom: 18px;
  padding-left: 0;
  line-height: 1.4;
}
ol.custom-ordered-list > li {
  font-weight: bold;
  text-indent: 0;
  margin-bottom: 10px;
}
ol.custom-ordered-list > li.custom-ordered-list-section:before {
  content: counter(level1) ". ";
  counter-increment: level1;
}
ol.custom-ordered-list > li > ol {
  list-style-type: none;
  counter-reset: level2;
  padding-left: 40px;
}
ol.custom-ordered-list > li > ol > li {
  font-weight: normal;
  text-indent: -30px;
  margin-bottom: 4px;
}
ol.custom-ordered-list > li > ol > li:before {
  content: counter(level1) "." counter(level2) ". ";
  counter-increment: level2;
}
ol.custom-ordered-list > li > ol > li > ol {
  list-style-type: none;
  counter-reset: level3;
  padding-left: 30px;
}
ol.custom-ordered-list > li > ol > li > ol > li {
  text-indent: -11px;
  margin-bottom: 4px;
}
ol.custom-ordered-list > li > ol > li > ol > li:before {
  content: counter(level3, lower-alpha) ".";
  counter-increment: level3;
}
.mfp-iframe-holder {
  padding: 40px;
}
.mfp-iframe-holder .mfp-content {
  max-width: 1920px;
  max-height: 100%;
}
.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;
}
.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.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;
}
.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;
}
.profile-button {
  color: #fff;
  background-color: #4692e8;
  border-radius: 5px;
  border: 0;
}
.profile-button:hover {
  background-color: #3c4d7c;
  cursor: pointer;
}
.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: none;
  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: 'Muli', 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: 'Muli', 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);
}
.user-profile-tables {
  padding-top: 70px;
  min-width: 600px;
  overflow: hidden;
}
@media all and (max-width: 650px) {
  .user-profile-tables {
    min-width: 300px;
  }
}
@media all and (max-width: 450px) {
  .user-profile-tables {
    margin: 0 -15px;
  }
}
.user-profile-tables .link-wrapper {
  width: 100%;
}
.user-profile-tables .link-wrapper button {
  float: right;
}
.user-profile-tables .link-wrapper .input-wrapper {
  overflow: hidden;
}
.user-profile-tables .link-wrapper input {
  border-radius: 3px;
  background-color: #fff;
  box-shadow: inset 0px 2px 3px rgba(0, 0, 0, 0.2);
  color: #3c4d7c;
  height: 30px;
  width: 100%;
}
@media all and (max-width: 830px) {
  .user-profile-tables .link-wrapper input {
    margin-bottom: 5px;
  }
}
.user-profile-tables .link-wrapper #copy-url {
  position: relative;
}
.user-profile-tables .link-wrapper #copy-url .copySuccess {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s;
  position: absolute;
  width: 170px;
  bottom: -60px;
  right: 65px;
  font-size: 13px;
  font-family: 'Muli', sans-serif;
  background: #3c4d7c;
  line-height: normal;
  padding: 5px;
  border-radius: 6px;
}
.user-profile-tables .link-wrapper #copy-url .copySuccess.visible {
  opacity: 1;
  visibility: visible;
}
@media all and (max-width: 450px) {
  .user-profile-tables .link-wrapper button {
    width: 100%;
    float: none;
  }
  .user-profile-tables .link-wrapper #copy-url {
    margin-left: 0;
  }
}
.user-profile-tables button {
  margin-left: 10px;
}
@media all and (max-width: 605px) {
  .user-profile-tables h3 {
    display: none;
  }
}
.user-profile-tables .table thead tr:first-child {
  border-bottom: 1px solid #d9d9d9;
}
.user-profile-tables .table thead tr:first-child th {
  padding: 5px;
  background-color: #f7941e;
}
.user-profile-tables .table thead tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.user-profile-tables .table thead tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.user-profile-tables .table tbody tr {
  border-bottom: 1px solid #d9d9d9;
  background-color: #f4f4f4;
}
.user-profile-tables .table tbody tr:nth-child(2n+1) {
  background-color: #d4e1ef;
}
.user-profile-tables .table tfoot tr:first-child th {
  padding: 5px 0;
}
.user-profile-tables .credit-table {
  margin-top: 25px;
  margin-bottom: 75px;
  border-collapse: collapse;
  line-height: 15px;
  width: 100%;
}
.user-profile-tables .credit-table tr td:nth-child(2) {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.user-profile-tables .credit-table tbody tr td i.fa {
  padding-left: 5px;
}
.user-profile-tables .credit-table tr td {
  text-align: center;
}
@media all and (max-width: 650px) {
  .user-profile-tables .credit-table {
    table-layout: fixed;
  }
  .user-profile-tables .credit-table tr th:first-child {
    width: 58px;
  }
  .user-profile-tables .credit-table tr th:last-child {
    width: 95px;
  }
}
.user-profile-tables .ticket-table {
  text-align: center;
  line-height: 18px;
  border-collapse: collapse;
  width: 100%;
}
.user-profile-tables .ticket-table tr td:first-child {
  text-align: left;
  padding-left: 5px;
}
.user-profile-tables .ticket-table tr td:last-child {
  padding-right: 5px;
}
.user-profile-tables .ticket-table tr td:nth-child(1) {
  padding-right: 5px;
}
.user-profile-tables .ticket-table tr td:nth-child(2) {
  padding-right: 5px;
}
.user-profile-tables .ticket-table tr td:nth-child(3) {
  padding-right: 5px;
}
.user-profile-tables .ticket-table td a {
  display: inline-block;
  margin-bottom: 5px;
  margin-left: 10px;
  padding: 5px;
}
@media all and (max-width: 560px) {
  .user-profile-tables .ticket-table td {
    font-size: 90%;
  }
  .user-profile-tables .ticket-table td a {
    margin-bottom: 5px;
    padding: 3px;
    border-radius: 3px;
    font-size: 90%;
  }
  .user-profile-tables .ticket-table tr td:nth-child(1) {
    padding-right: 3px;
  }
  .user-profile-tables .ticket-table tr td:nth-child(2) {
    padding-right: 3px;
  }
  .user-profile-tables .ticket-table tr td:nth-child(3) {
    padding-right: 3px;
  }
}
@media all and (max-width: 450px) {
  .user-profile-tables .ticket-table {
    border-spacing: 1px;
    border-width: 0px;
  }
  .user-profile-tables .ticket-table td a {
    margin-bottom: 5px;
  }
  .user-profile-tables .ticket-table th:nth-child(3) {
    display: none;
  }
  .user-profile-tables .ticket-table td:nth-child(3) {
    display: none;
  }
}
@media all and (max-width: 400px) {
  .user-profile-tables .ticket-table {
    border-spacing: 1px;
    border-width: 0px;
  }
  .user-profile-tables .ticket-table td a {
    margin-bottom: 5px;
  }
  .user-profile-tables .ticket-table th:nth-child(3) {
    display: none;
  }
  .user-profile-tables .ticket-table td:nth-child(3) {
    display: none;
  }
}
.user-profile-tables .ticket-table td a:last-child {
  margin-bottom: 0;
}
#my-account-button {
  position: absolute;
  margin-top: 35px;
  font-size: 13px;
  color: #3c4d7c;
  z-index: 9999;
  padding-left: 870px;
}
@media all and (min-width: 1100px) {
  #my-account-button {
    display: none;
  }
}
#my-account-button:before {
  display: table;
}
#btn-submit:hover {
  cursor: pointer;
}
.validation-summary-errors ul {
  margin-left: -40px;
  list-style: none !important;
}
.validation-summary-errors ul li:before {
  font-family: FontAwesome;
  content: "\f057";
  padding-right: 5px;
}
.validation-summary-errors ul li {
  font-size: 14px;
  margin: 0px 0px;
  padding: 15px 10px 15px 15px;
  background-repeat: no-repeat;
  background-position: 10px center;
  color: #D8000C;
}
.download-div {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.android-download-div {
  background: url(../images/play-new.png) no-repeat center center;
  width: 230px;
  height: 75px;
  float: left;
  border-radius: 5px;
}
.ios-download-div {
  background: url(../images/appstore-new.png) no-repeat center center;
  width: 230px;
  height: 75px;
  float: left;
  border-radius: 5px;
}
@media (max-width: 537px) {
  .ios-download-div {
    margin-top: 10px;
  }
}