@charset "UTF-8";

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

/* Document
   ========================================================================== */

@import url("https://use.typekit.net/deb6hzy.css");

@import url("https://fonts.googleapis.com/css?family=Lato");

html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  margin: 0 20px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-slider__item {
  outline: none;
}

/* Slider */

.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */

@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: black;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -15px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -15px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -15px;
}

[dir="rtl"] .slick-next {
  left: -15px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*@font-face {
  font-family: 'Eurostile'; 
  src: url('../fonts/eurostile.woff') format('woff'), 
     
}
*/

.color--black {
  color: #000000;
}

.color--white {
  color: #ffffff;
}

.color--red {
  color: #ff0000;
}

.bg--black {
  background-color: #000000;
}

.bg--white {
  background-color: #ffffff;
}

.bg--red {
  background-color: #ff0000;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

ul {
  margin: 0;
  padding: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
}

li {
  list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

iframe,
button {
  border: none;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-before: 0;
  -webkit-padding-start: 0;
  -webkit-padding-end: 0;
  -webkit-padding-after: 0;
  min-width: auto;
}

body::before {
  content: "(sm: 576px, md: 768px, lg: 1080px, xl: 1240px)";
  display: none;
}

body {
  font-family: "futura-pt", sans-serif;
}

img {
  max-width: 100%;
}

p {
  font-size: 1.1em;
  line-height: 1.3;
}

section {
  padding: 40px 0;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.text--bold {
  font-weight: bold;
}

.text--blue {
  color: #0074bd;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.flex-end {
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.row-eq-height {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

a {
  color: inherit;
  transition: color 0.1s linear;
  text-decoration: none;
}

.header__container {
  padding-top: 5px;
  padding-bottom: 5px;
}

.header__upper-bar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header__right-side {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header__email {
  font-size: 16px;
  margin: 0;
  font-family: "eurostile", sans-serif;
  font-weight: bold;
  display: none;
}

.header__opening-hours {
  font-family: "eurostile", sans-serif;
  color: #ff0000;
  text-align: center;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-top: 15px;
}

.header__opening-hours-time {
  color: #000000;
  font-weight: bold;
}

.header__logo {
  font-family: "eurostile", sans-serif;
  font-size: 24px;
  font-weight: bold;
}

.header__logo:hover {
  text-decoration: none;
  color: #000000;
}

.header__logo--red {
  color: #ff0000;
}

.header__buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header__btn-phone {
  padding: 15px 20px 15px 40px !important;
  margin-left: 0px;
  font-size: 14px;
  min-width: 180px; 
  margin-bottom: 10px;
}

.header__btn-phone:hover {
  text-decoration: none;
  color: #ffffff;
}

.header__btn-phone:before {
  content: url("../img/icons/phone.png");
  width: 18px;
  height: 18px;
  top: 15px;
  left: 16px;
  position: absolute;
}

.header__btn-phone-icon {
  width: 26px;
  margin-right: 10px;
  fill: white;
  color: white;
}

.header__btn-calendar {
  padding: 15px 20px 15px 45px !important;
  margin-left: 0px;
  min-width: 220px;
  font-size: 14px;
  margin-bottom: 10px;
}

.header__btn-calendar:hover {
  text-decoration: none;
  color: #ffffff;
}

.header__btn-calendar:before {
  content: url("../img/icons/calendar.png");
  width: 18px;
  height: 18px;
  top: 15px;
  left: 18px;
  position: absolute;
}

nav ul {
  float: right;
}

nav ul li {
  display: inline-block;
  float: left;
}

nav ul li a {
  display: inline-block;
  outline: none;
  text-decoration: none;
  letter-spacing: 0.04em;
}

nav ul li a:hover {
  text-decoration: none;
}

#nav:checked + .nav-open {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#nav:checked + .nav-open i {
  background: #000;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

#nav:checked + .nav-open i:nth-child(1) {
  -webkit-transform: translateY(6px) rotate(180deg);
          transform: translateY(6px) rotate(180deg);
}

#nav:checked + .nav-open i:nth-child(2) {
  opacity: 0;
}

#nav:checked + .nav-open i:nth-child(3) {
  -webkit-transform: translateY(-6px) rotate(90deg);
          transform: translateY(-6px) rotate(90deg);
}

#nav:checked ~ .nav-container {
  z-index: 9990;
  opacity: 1;
}

#nav:checked ~ .nav-container ul li a {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.hidden {
  display: none;
}

.nav-bar {
  background-color: #000000;
  padding: 0 !important;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.nav-bar__item {
  padding: 5px 0;
}

.nav-bar__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav-bar__link {
  color: #ffffff;
  display: inline-block;
  font-family: "eurostile", sans-serif;
  font-weight: 400;
  font-size: 16px;
  padding: 20px 0;
  transition: all .2s;
}

.nav-bar__link.active {
  color: #ff0000;
}

.nav-bar__link:hover {
  color: #ff0000;
}

.hero {
  background: url(../img/pics/hero-wiosna.jpg) no-repeat;
  background-size: cover;
  background-position: center bottom;
  max-width: 1920px;
  margin: 0 auto;
  height: 400px;
}

.hero__container {
  position: relative;
  height: inherit;
}

.hero__image {
  position: absolute;
  bottom: 0;
  right: 0;
  display: none;
}

.hero__headline {
  position: absolute;
  left: 0;
  top: 100px;
  font-size: 84px;
  text-transform: uppercase;
  text-align: left;
  font-weight: bold;
  color: #000000;
  line-height: 1;
  font-family: "eurostile", sans-serif;
}

.hero__headline--red {
  color: #ff0000;
}

.hero__subheadline {
  font-size: 18px;
  line-height: 1;
  margin-top: 10px;
  padding-left: 0px;
  font-family: "eurostile", sans-serif;
  text-align: center;
}

.hero__button {
  padding: 18px 0;
  width: 280px;
  display: inline-block;
  text-align: center;
  color: #ffffff;
  font-family: "eurostile", sans-serif;
  margin: 0 auto;
  text-transform: uppercase;
  font-family: "futura-pt", sans-serif;
  font-weight: bold;
  transition: all 0.6s;
  font-size: 16px;
  border-radius: 5px;
}

.hero__button:active {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

.hero__button--white {
  background: #ffffff;
  color: #ce0513;
  border: 1px solid #b1b1b1;
  background-size: 200% auto;
  background-image: linear-gradient(to right, #ECE9E6 0%, #ffffff 51%, #ECE9E6 100%);
}

.hero__button--white:hover {
  background-position: right center;
}

.hero__button--red {
  background: #ce0513;
  color: #ffffff;
  border: 1px solid transparent;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.35);
  background-size: 200% auto;
  background-image: linear-gradient(to right, #ce0513 0%, #ff0000 51%, #ce0513 100%);
}

.hero__button--red:hover {
  background-position: right center;
}

.main {
  background-color: #ffffff;
}

.main__title {
  font-size: 32px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "eurostile", sans-serif;
  text-align: center;
}

.main__subtitle {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "eurostile", sans-serif;
  text-align: center;
}

.main__container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main__left-side {
  padding-right: 20px;
}

.main__right-side {
  margin-top: 20px;
}

.main__desc {
  line-height: 1.3;
  font-size: 16px;
  margin: 0;
}

.metabox {
  font-size: 16px;
  margin-top: 10px;
  display: inline-block;
  background-color: #e0e0e0;
  padding: 5px 10px;
  border-radius: 5px;
}

.box-shadow {
  box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.1);
}

.breadcrumbs {
  padding: 10px 16px;
  list-style: none;
  text-align: center;
}

.breadcrumbs__item {
  display: inline;
  font-size: 18px;
}

.breadcrumbs__item.active {
  color: #ff0000;
}

.breadcrumbs__link {
  text-decoration: none;
}

.breadcrumbs li + li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}

.breadcrumbs__link:hover {
  color: #01447e;
  text-decoration: underline;
}

.definition__desc {
  line-height: 1.3;
}

.button {
  display: inline-block;
  background: #000000;
  font-family: "futura-pt", sans-serif;
  font-weight: bold;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.35);
  padding: 10px 20px;
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  outline: none;
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
  box-shadow: 0px 4px 14px 0px rgba(51, 51, 51, 0.2);
  transition: all 0.6s;
}

.button__container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.button--blue {
  background-size: 200% auto;
  position: relative;
  background-image: linear-gradient(to right, #0072bc 0%, #00adee 51%, #0072bc 100%);
  background-repeat: no-repeat;
}

.button--blue:hover {
  box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.2);
  background-position: right center;
  text-decoration: none;
  color: #ffffff;
}

.button--red {
  background-size: 200% auto;
  background-image: linear-gradient(to right, #ff0000 0%, #ff4739 51%, #ff0000 100%);
}

.button--red:hover {
  box-shadow: 0px 1px 10px 0px rgba(50, 50, 50, 0.2);
  background-position: right center;
}

.button--green {
  background-size: 200% auto;
  position: relative;
  background-image: linear-gradient(to right, #018d2d 0%, #01cd3f 51%, #018d2d 100%);
}

.button--green:hover {
  background-position: right center;
  box-shadow: 0px 1px 10px 0px rgba(51, 51, 51, 0.2);
}

.button:hover {
  box-shadow: 0px 1px 10px 0px rgba(51, 51, 51, 0.2);
}

.button:active {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  box-shadow: none;
  outline: none;
}

.link {
  display: inline-block;
  color: #00adee;
}

.link:hover {
  color: #ff0000;
  text-decoration: none;
}

.list {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
}

.list__item {
  list-style-type: disc;
}

.promo {
  padding-top: 80px;
}

.promo__tile {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  max-width: 460px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  padding: 25px;
  margin: 15px;
  position: relative;
}

.promo__tile-tire {
  margin-bottom: 15px;
  margin-top: 40px;
  width: 210px;
}

.promo__desc-title {
  font-size: 32px;
  text-align: center;
  margin: 40px 0;
  color: #ff0000;
  font-family: "eurostile", sans-serif;
}

.promo__section-title {
  text-align: center;
  font-family: "eurostile", sans-serif;
  font-size: 60px;
  margin-bottom: 40px;
}

.promo__btn {
  width: 210px;
}

.promo__maintitle {
  font-size: 48px;
  font-family: "eurostile", sans-serif;
}

.promo__subtitle {
  font-weight: normal;
  font-size: 36px;
}

.promo__row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.promo__column {
  width: 100%;
  padding: 15px;
}

.promo__title {
  font-size: 24px;
  font-family: "eurostile", sans-serif;
}

.promo__list {
  margin: 10px 0 0 10px;
  list-style: disc !important;
}

.promo__list-box {
  margin-bottom: 30px;
  margin-top: 10px;
}

.promo__list-item {
  padding-top: 8px;
  font-size: 18px;
  list-style-type: disc !important;
}

.promo__list-item--nostyle {
  list-style-type: none !important;
}

.promo__icons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 15px;
}

.promo__icons--earth {
  width: 112px;
  margin: 10px;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}

.promo__icons--earth-winter {
  max-width: 270px;
  margin-top: 20px;
  margin-bottom: 50px;
}

.promo__icons--orangeoil {
  width: 75px;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  margin: 10px;
}

.promo__icons--ms {
  width: 80px;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  margin: 10px;
}

.promo__icons--sniezynka {
  width: 90px;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  margin: 10px;
}

.promo__icons--grey {
  width: 69px;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  margin: 10px;
}

.promo__icons--technologia-bieznik {
  max-width: 420px;
  margin: 0 auto;
}

.promo__technologia-image {
  margin: 0 auto !important;
  max-width: 220px;
}

.contact {
  padding-top: 30px;
  padding-bottom: 60px;
}

.contact__title {
  font-family: "eurostile", sans-serif;
  font-size: 48px;
  text-align: center;
}

.contact__title--red {
  color: #ff0000;
}

.contact__column-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.contact__column {
  width: 100%;
  margin-top: 30px;
}

.contact__column--img {
  display: none;
}

.contact__map {
  margin-top: 40px;
}

.contact__logo {
  font-family: "eurostile", sans-serif;
  font-size: 30px;
}

.contact__logo--red {
  color: #ff0000;
}

.contact__address {
  font-size: 21px;
  margin: 5px 0;
  font-style: normal;
}

.contact__address--hours {
  margin-top: 25px;
  margin-bottom: 25px;
}

.contact__address--email {
  margin-bottom: 25px;
}

.contact__address-facebook {
  margin-left: 10px;
}

.contact__facebook {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact__facebook-icon {
  width: 50px;
}

.cennik {
  padding-top: 30px;
  padding-bottom: 60px;
}

.cennik__container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 30px;
}

.cennik__sidebar {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 20px;
  display: none;
}

.cennik__title {
  font-family: "eurostile", sans-serif;
  font-size: 48px;
  text-align: center;
  margin-bottom: 60px;
}

.cennik__title--red {
  color: #ff0000;
}

.cennik__table {
  margin-bottom: 20px;
}

.cennik__table-container {
  width: 100%;
  padding-left: 0px;
}

.cennik__download-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.cennik__download {
  color: #ff0000;
  font-size: 21px;
  font-weight: bold;
  font-family: "eurostile", sans-serif;
  margin-right: 10px;
}

.cennik__btn {
  padding: 18px 15px 18px 40px;
}

.cennik__btn:before {
  content: url("../img/icons/download.png");
  width: 18px;
  height: 18px;
  top: 18px;
  left: 13px;
  position: absolute;
}

.table {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  font-family: "futura-pt", sans-serif;
  font-weight: normal;
  font-size: 16px;
}

.table__title {
  font-size: 21px;
  margin-bottom: 20px;
  color: #ff0000;
  font-family: "eurostile", sans-serif;
}

.table__title-span {
  color: #000000;
  font-size: 16px;
  font-weight: 300;
  font-family: "futura-pt", sans-serif;
}

.table__header {
  color: #000000;
  padding: 10px 0 10px 20px;
  font-size: 15px;
  font-family: "eurostile", sans-serif;
  border: 1px solid #ddd;
  border-radius: 5px;
  text-transform: uppercase;
}

.table__header--40 {
  width: 40%;
}

.table__header--30 {
  width: 30%;
}

.table__header--60 {
  width: 60%;
}

.table__header:not(:first-child) {
  text-align: center;
  padding: 10px 0 10px 0;
}

.table__cell {
  padding: 10px 0 10px 20px;
  font-size: 18px;
  border: 1px solid #ddd;
}

.table__cell--dark {
  background: #fbfbfb;
}

.table__cell:not(:first-child) {
  text-align: center;
}

.table__row--black {
  background: #000000;
}

.table__row--light {
  background: #f4f5f7;
}

.table__row--dark {
  background: #fbfbfb;
}

.oferta {
  padding-top: 30px;
  padding-bottom: 60px;
}

.oferta__container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.oferta__title {
  font-family: "eurostile", sans-serif;
  font-size: 48px;
  text-align: center;
  margin-bottom: 60px;
}

.oferta__title--red {
  color: #ff0000;
}

.oferta__sidebar {
  padding-top: 30px;
  width: 100%;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.oferta__img-desc {
  font-size: 16px;
  text-align: center;
  color: #666;
  font-family: "futura-pt", sans-serif;
}

.oferta__list {
  margin-top: 0px;
  padding-left: 0px;
  width: 100%;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.oferta__article {
  margin-bottom: 10px;
}

.oferta__article-title {
  font-family: "eurostile", sans-serif;
  font-size: 21px;
  margin-bottom: 10px;
  color: #ff0000;
}

.oferta__article-desc {
  font-size: 16px;
  margin: 0;
}

.opony {
  padding-top: 30px;
  padding-bottom: 60px;
}

.opony__container {
  margin-top: 30px;
  text-align: center;
}

.opony__title {
  font-family: "eurostile", sans-serif;
  font-size: 48px;
  text-align: center;
  margin-bottom: 60px;
}

.opony__title--red {
  color: #ff0000;
}

.opony__desc {
  margin: 0;
  font-size: 16px;
}

.opony__load-more {
  width: 280px;
  margin: 20px auto;
}

.opony__link:hover {
  text-decoration: none;
  color: #000000;
}

.opony-zimowe {
  background: url(../img/pics/opony_zimowe_slide.png) no-repeat;
  background-size: cover;
  background-position: center bottom;
  max-width: 1920px;
  margin: 0 auto;
  height: 400px;
}

.opony-letnie {
  background: url(../img/pics/opony_letnie_slide.png) no-repeat;
  background-size: cover;
  background-position: center bottom;
  max-width: 1920px;
  margin: 0 auto;
  height: 400px;
}

.opony-caloroczne {
  background: url(../img/pics/opony_caloroczne_slide.png) no-repeat;
  background-size: cover;
  background-position: center bottom;
  max-width: 1920px;
  margin: 0 auto;
  height: 400px;
}

.quote-slider__item {
  margin: 10px;
  outline: none;
  background-color: rgba(224, 224, 224, 0.2);
}

.quote-slider blockquote {
  padding: 20px;
}

.slick-track {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.slick-slide {
  height: inherit !important;
}

.pagination {
  text-align: center;
}

.pagination__list {
  width: 20%;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagination__link {
  padding: 5px 10px;
  margin: 0 5px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #e0e0e0;
}

.pagination__link--active {
  color: #ffffff;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.35);
  background-image: linear-gradient(to right, #0072bc 0%, #00adee 100%);
}

.pagination__arrow {
  padding: 5px 10px;
  margin: 0 5px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #e0e0e0;
}

.pagination__arrow--disabled {
  color: #e0e0e0;
}

.polityka {
  padding-top: 180px;
  padding-bottom: 60px;
}

.polityka__list {
  padding-left: 40px;
  margin-bottom: 30px;
}

.polityka__item {
  list-style-type: decimal;
  padding-top: 5px;
}

.polityka__title {
  font-size: 18px;
  color: #___;
  margin-bottom: 20px;
}

.social__container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}

.social__icon {
  width: 40px;
  height: auto;
  margin-right: 20px;
}

.serwis__bg {
  background: url(../img/pics/uslugi_background.png) no-repeat;
  background-size: cover;
  background-position: center bottom;
  max-width: 1920px;
  margin: 0 auto;
  height: 400px;
}

.form {
  text-align: right;
}

.form__title {
  font-size: 21px;
  margin-bottom: 20px;
  text-align: left;
  font-family: "eurostile", sans-serif;
}

.form__title--red {
  color: #ff0000;
}

.form__button {
  outline: none;
  margin: 0 0 5px;
  padding: 15px 25px;
  font-size: 16px;
}

.form__button:hover {
  box-shadow: 0px 1px 10px 0px rgba(51, 51, 51, 0.2);
}

.form__fieldset {
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}

.form input[type="text"],
.form input[type="email"],
.form input[type="tel"],
.form input[type="url"],
.form textarea {
  width: 100%;
  border: 1px solid #CCC;
  border-radius: 5px;
  background: #FFF;
  margin: 0 0 5px;
  padding: 8px;
  color: #666;
  font-size: 15px;
}

.form textarea {
  height: 93px;
  max-width: 100%;
  resize: none;
}

.form input:focus,
.form textarea:focus {
  outline: 0;
  border: 1px solid #000000;
}

::-webkit-input-placeholder {
  color: rgba(102, 102, 102, 0.5);
}

:-moz-placeholder {
  color: rgba(102, 102, 102, 0.5);
}

::-moz-placeholder {
  color: rgba(102, 102, 102, 0.5);
}

:-ms-input-placeholder {
  color: rgba(102, 102, 102, 0.5);
}

.tile {
  box-shadow: 0px 4px 14px 0px rgba(51, 51, 51, 0.1);
  border-radius: 5px;
  padding: 15px;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tile img {
  max-width: 70%;
  margin: 0 auto;
}

.tile__desc {
  margin-bottom: 30px;
}

.tile__container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding-top: 50px;
}

.tile__container--oferta {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tile__company {
  margin-bottom: 40px;
  margin-top: 10px;
  display: inline-block;
}

.tile__tire {
  margin-bottom: 15px;
  width: 121px;
}

.tile__promo {
  position: absolute;
  top: 25px;
  left: 0;
  font-size: 18px;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-family: "eurostile", sans-serif;
  background: #ff0000;
  padding: 10px;
  text-transform: uppercase;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.tile__title {
  font-size: 25px;
  text-transform: uppercase;
  width: 100%;
  margin: 0;
  color: #333;
}

.tile__size {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: normal;
  width: 100%;
  margin: 0;
  color: #666;
}

.tile__price {
  font-weight: bold;
  width: 100%;
  font-size: 40px;
  text-transform: uppercase;
  font-family: "eurostile", sans-serif;
  margin-top: 10px;
  margin-bottom: 0;
  color: #ce0513;
}

.tile__price-crossed {
  font-size: 15px;
  color: #666;
  font-family: "eurostile", sans-serif;
  margin: 0;
  margin-bottom: 10px;
}

.tile__price-small {
  font-size: 20px;
}

.tile__service {
  width: 100%;
  font-size: 11px;
  margin: 10px 0 0;
  color: #666;
  font-family: "futura-pt", sans-serif;
  text-transform: uppercase;
}

.tile__btn {
  width: 82%;
  padding: 15px 0px;
}

.title {
  font-family: "eurostile", sans-serif;
}

.title--uppercase {
  text-transform: uppercase;
}

.title--1 {
  font-size: 30px;
}

.title--2 {
  font-size: 28px;
}

.title--3 {
  font-size: 24px;
}

.title--4 {
  font-size: 24px;
}

.title--5 {
  font-size: 21px;
}

.title--6 {
  font-size: 18px;
}

.popup {
  display: none;
  max-width: 420px;
  min-height: 20px;
  padding: 20px;
  border-radius: 5px;
  background-color: #f5f5f5;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.popup__header {
  font-family: "eurostile", sans-serif;
  font-size: 30px;
  text-align: center;
  margin-bottom: 30px;
}

.popup__desc {
  font-size: 16px;
  margin: 10px 0;
}

.popup__desc--span {
  font-weight: bold;
}

.popup__buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}

.popup__input {
  padding: 10px;
  border-radius: 5px;
  width: 100%;
  outline: none;
  border: 0;
  border: 1px solid #ffffff;
  text-transform: none;
}

.popup__input:focus {
  border: 1px solid #ff0000;
}

.footer {
  background-color: #000000;
  color: #ffffff;
}

.footer__container {
  padding: 30px 0 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__logo {
  font-family: "eurostile", sans-serif;
  font-weight: normal;
  font-size: 30px;
  text-align: center;
  line-height: 1;
}

.footer__logo:hover {
  color: #ffffff;
  text-decoration: none;
}

.footer__logo--red {
  color: #ff0000;
}

.footer__nav {
  margin-top: 10px;
  margin-bottom: 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.footer__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer__item {
  padding-bottom: 3px;
}

.footer__link {
  font-family: "eurostile", sans-serif;
  font-size: 14px;
}

.footer__link:hover {
  color: #ff0000;
}

.footer__copyrights {
  font-family: "eurostile", sans-serif;
  font-size: 14px;
  text-align: center;
}

.footer__opening-hours {
  margin-bottom: 5px;
}

.footer__phone {
  margin-bottom: 5px;
}

.footer__phone a:hover {
  color: #ff0000;
  text-decoration: none;
}

.footer__email {
  margin-bottom: 5px;
}

.footer__email a:hover {
  color: #ff0000;
  text-decoration: none;
}

.footer__address {
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 10px;
}

@media (min-width: 576px) {
  .header__email {
    display: block;
  }

  .header__logo {
    font-size: 30px;
  }

  .header__buttons {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .header__btn-calendar {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media (min-width: 768px) {
  .nav-bar__list {
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .nav-bar__link {
    padding: 10px;
  }

  .hero__headline {
    font-size: 84px;
  }

  .main__title {
    font-size: 60px;
  }

  .main__right-side {
    max-width: 380px;
    margin-top: 0px;
  }

  .main__image {
    width: 380px;
  }

  .promo__row {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .promo__column {
    width: 50%;
  }

  .contact__column-container {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .cennik__container {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-top: 60px;
  }

  .cennik__sidebar {
    max-width: 360px;
  }

  .cennik__table-container {
    padding-left: 20px;
  }

  .cennik__image {
    width: 360px;
  }

  .table {
    font-size: 21px;
  }

  .table__title {
    font-size: 24px;
  }

  .title--2 {
    font-size: 36px;
  }

  .title--3 {
    font-size: 30px;
  }
}

@media (min-width: 1080px) {
  .header__opening-hours {
    margin-right: 16px;
  }

  .hero {
    height: 625px;
  }

  .main__title {
    font-size: 72px;
  }

  .main__container {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .main__left-side {
    min-width: 380px;
  }

  .contact__column {
    max-width: 355px;
  }

  .contact__column--img {
    display: block;
  }

  .cennik__sidebar {
    display: block;
  }

  .oferta__container {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .oferta__sidebar {
    width: 354px;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }

  .oferta__list {
    padding-left: 20px;
    width: 65%;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }

  .oferta__article {
    padding-top: 25px;
  }

  .tile__container {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .title--1 {
    font-size: 48px;
  }
}

@media (min-width: 1240px) {
  .container {
    max-width: 1170px;
  }

  .header__upper-bar {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .header__right-side {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .hero__image {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .nav-container {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background: #1f2227;
    opacity: 0;
    transition: all 0.2s ease;
  }

  .nav-container ul {
    position: absolute;
    top: 35%;
    -webkit-transform: translateY(-35%);
            transform: translateY(-35%);
    width: 100%;
  }

  .nav-container ul li {
    display: block;
    float: none;
    width: 100%;
    text-align: right;
    margin-bottom: 5px;
  }

  .nav-container ul li:nth-child(1) a {
    transition-delay: 0.2s;
  }

  .nav-container ul li:nth-child(2) a {
    transition-delay: 0.3s;
  }

  .nav-container ul li:nth-child(3) a {
    transition-delay: 0.4s;
  }

  .nav-container ul li:nth-child(4) a {
    transition-delay: 0.5s;
  }

  .nav-container ul li:nth-child(5) a {
    transition-delay: 0.6s;
  }

  .nav-container ul li:nth-child(6) a {
    transition-delay: 0.7s;
  }

  .nav-container ul li:nth-child(7) a {
    transition-delay: 0.8s;
  }

  .nav-container ul li:not(:first-child) {
    margin-left: 0;
  }

  .nav-container ul li a {
    padding: 5px 25px;
    opacity: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    transition: all 0.2s ease;
  }

  .nav-open {
    position: fixed;
    right: 10px;
    top: 10px;
    display: block;
    width: 48px;
    height: 48px;
    cursor: pointer;
    z-index: 9999;
    background-color: #ffffff;
    border-radius: 50%;
  }

  .nav-open i {
    display: block;
    width: 20px;
    height: 2px;
    background: #1f2227;
    border-radius: 2px;
    margin-left: 14px;
  }

  .nav-open i:nth-child(1) {
    margin-top: 16px;
  }

  .nav-open i:nth-child(2) {
    margin-top: 4px;
    opacity: 1;
  }

  .nav-open i:nth-child(3) {
    margin-top: 4px;
  }
}

/* HEADER */
.btn-header {margin-left:1em; padding:5px 1em 5px 2.4em !important; line-height: 1em; margin-bottom:0;}
.btn-header:before {content: url(../img/icons/phone.png); width: 18px; height: 18px; top: 15px; left: 8px; position: absolute;}
.btn-header:hover {color:white; text-decoration: none;} 

.btn-header .btn-location {font-size: 0.7em; display: block;  font-weight: 300}
.btn-header .btn-location.street {font-size: 0.8em;}
	.header__btn-calendar {margin-bottom: 0}
@media (max-width: 767.98px) {
	.btn-header {width: 100%; margin-left: 0}
		.header__btn-calendar, 	.btn-header {margin-bottom: 1em}