/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* 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 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and 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; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 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; }

.bg-module-color {
  background-color: #343434 !important; }

.bg-white-color {
  background-color: #fff !important; }

.module2 {
  color: #ac514e; }

.margin-prawy {
  margin-right: 125px; }

.margin-lewy {
  margin-left: 125px; }

.border-lewy {
  border-left: 2px solid #d3d3d3; }

.border-prawy {
  border-right: 2px solid #d3d3d3; }

.linie-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; }

.linie-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.linie-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; }

.linie-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical; }

.bt {
  z-index: -100;
  opacity: 0;
  position: absolute; }

.overflow-y-hidden {
  overflow-y: hidden; }

body {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin: 0;
  min-height: 100%;
  overflow-x: hidden;
  font: 150% "Rajdhani", sans-serif;
  color: #000;
  background-color: #fff; }
  body h1, body h2, body h3, body h4, body h5 {
    font-family: "Rajdhani", sans-serif; }
  body h1 {
    font-size: 35px;
    color: #343434;
    font-weight: 500;
    text-shadow: none;
    font-style: normal; }
  body h2 {
    font-size: 47px;
    color: #343434;
    text-shadow: none;
    font-style: normal;
    font-weight: 600; }
  body h3 {
    font-size: 32px;
    color: #343434;
    text-shadow: none;
    text-transform: initial;
    font-style: normal;
    font-weight: normal; }
  body h4 {
    font-size: 28px;
    color: #343434;
    text-shadow: none;
    text-transform: initial;
    font-style: normal;
    font-weight: normal; }
  body h5 {
    color: #343434;
    text-shadow: none;
    text-transform: initial;
    font-style: normal;
    font-weight: normal; }
  body h6 {
    color: #000;
    text-shadow: none;
    text-transform: initial;
    font-style: normal;
    font-weight: normal; }
  body b, body strong {
    font-weight: bold; }
  body a {
    z-index: 29;
    color: #1dade3; }
    body a:hover {
      color: #555;
      text-decoration: none;
      transition: 0.2s; }
    body a:focus {
      outline: none !important;
      text-decoration: none; }
  body p {
    color: #343434;
    font-size: 16px;
    z-index: 28; }

.btn {
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.btn-slider-text {
  font-size: 18px;
  line-height: 26px;
  color: #343434;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  margin-right: 25px; }

.btn-slider-foto {
  font-size: 18px;
  line-height: 26px;
  color: #343434;
  font-weight: 700;
  padding: 0px;
  border: 1px solid #343434;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px; }

.btn-blog {
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 20px;
  color: #343434;
  font-weight: 700;
  font-family: "Rajdhani", sans-serif;
  border-top: 2px solid #343434;
  border-bottom: 2px solid #343434;
  padding: 19px 55px;
  transition: 0.5s;
  -webkit-transition: 0.5s; }
  .btn-blog:hover {
    border-color: #ac514e;
    color: #ac514e;
    padding: 19px 65px;
    transition: 0.5s;
    -webkit-transition: 0.5s; }

.btn-social {
  font-family: "Rajdhani", sans-serif;
  background-repeat: no-repeat;
  background-position-x: 15px;
  background-position-y: center;
  font-size: 22px;
  font-weight: 500;
  background-color: transparent;
  border-radius: 15px;
  color: #fff;
  padding: 12px 18px 12px 48px;
  text-transform: lowercase; }
  .btn-social:hover {
    color: #343434;
    transition: 0.3s; }

.btn-callout {
  border-radius: 0px;
  background-color: #343434;
  font-size: 21px;
  color: #fff;
  font-weight: 600;
  font-family: "Raleway";
  padding: 9px 66px; }
  .btn-callout:hover {
    border-color: black; }

.btn-news {
  background-color: #1dade3;
  border-radius: 12px;
  color: #fff;
  padding: 5px 25px 5px 25px;
  text-transform: uppercase; }
  .btn-news:hover {
    background-color: #fff;
    color: #343434;
    transition: 0.3s; }

.btn-infos {
  background-color: #1dade3;
  border-radius: 12px;
  color: #fff;
  padding: 5px 25px 5px 25px;
  text-transform: uppercase; }
  .btn-infos:hover {
    background-color: #fff;
    color: #343434;
    transition: 0.3s; }

.btn-send {
  background-color: #194b69a3;
  border-radius: 15px;
  font-size: 19px;
  color: #fff;
  font-weight: 400;
  padding: 13px 48px;
  text-transform: uppercase; }
  .btn-send:hover {
    background-color: #fff;
    color: #343434;
    transition: 0.3s; }

.bg-blue {
  background-color: #1dade3; }

.btn-question {
  border-radius: 15px;
  background-color: #1dade3;
  text-decoration: none;
  outline: none !important;
  box-shadow: none !important;
  padding: 10px 45px;
  margin: 0;
  width: 100%;
  height: 100%;
  text-align: left;
  color: #fff;
  font-size: 28px;
  font-weight: 600; }
  .btn-question span {
    white-space: pre-wrap; }
  .btn-question:hover {
    color: #fff;
    background-color: #343434; }
  .btn-question:focus {
    color: #fff; }

main {
  padding-top: 154px; }

.videos-3 {
  padding-top: 40px;
  padding-bottom: 40px; }
  .videos-3 iframe {
    width: 100%;
    height: calc(18vw - 50px); }
  .videos-3 .video {
    margin-bottom: 20px; }

.dolne-menu {
  border-top: 2px solid #d3d3d3;
  border-bottom: 2px solid #d3d3d3;
  background-color: #fbfbfb; }
  .dolne-menu.podstrona {
    background-color: transparent; }
    .dolne-menu.podstrona > ul li {
      border-color: white !important; }
    .dolne-menu.podstrona > ul a {
      color: #fff;
      border-color: white !important; }
      .dolne-menu.podstrona > ul a:hover {
        background-color: #555555; }
    .dolne-menu.podstrona > ul .dropdown-menu {
      background-color: #343434;
      border-color: #fff; }
  .dolne-menu > ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
    list-style: none;
    margin-bottom: 0;
    padding: 10px 0; }
    .dolne-menu > ul a {
      padding: 10px 30px 10px 22px;
      text-transform: uppercase;
      font-size: 22px;
      display: block;
      text-decoration: none;
      transition: 0.3s;
      -webkit-transition: 0.3s;
      color: #000; }
      .dolne-menu > ul a span {
        display: none; }

#voucher #top-foto {
  padding-top: 154px; }
  #voucher #top-foto .wrapper .container-fluid .text h1 {
    display: none; }
  #voucher #top-foto img {
    filter: none; }

.cookies-settings {
  position: fixed;
  z-index: 99999;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00000055; }
  .cookies-settings .container {
    max-height: calc(100vh - 80px);
    display: flex;
    flex-direction: column;
    max-width: 100%; }
  .cookies-settings .wrapper {
    position: relative;
    display: none;
    width: 1000px;
    max-width: calc(100% - 40px);
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 -1px 10px 0 #acabab;
    padding-bottom: 15px; }
  .cookies-settings .btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    border-radius: 6px;
    cursor: pointer;
    z-index: 1; }
    .cookies-settings .btn-close:hover {
      background-color: #333333; }
  .cookies-settings .scroll-content {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 100%; }
  .cookies-settings .cookie-change {
    display: flex;
    justify-content: center; }
    .cookies-settings .cookie-change input[type="checkbox"] {
      position: relative;
      width: 48px;
      height: 28px;
      margin: 0;
      background: white;
      -webkit-appearance: none;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      border-radius: 50px;
      cursor: pointer;
      outline: 0;
      border: none;
      top: 0;
      border: 2px solid green; }
      .cookies-settings .cookie-change input[type="checkbox"]:checked {
        background-color: green; }
        .cookies-settings .cookie-change input[type="checkbox"]:checked:before {
          right: 2px;
          left: 20px; }
      .cookies-settings .cookie-change input[type="checkbox"]:before {
        position: absolute;
        content: "";
        height: 20px;
        width: 20px;
        left: 2px;
        right: 20px;
        bottom: 2px;
        border-radius: 50%;
        background-color: white;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        margin: 0;
        border: 2px solid green; }
  .cookies-settings .cookies-wrapper {
    padding: 2px; }
  .cookies-settings .one-cookie {
    cursor: pointer;
    margin-top: 10px;
    border-top: 1px solid #fafafa;
    border-radius: 0;
    font-weight: 400;
    display: block;
    padding: 0;
    text-transform: initial;
    text-align: left;
    width: 100%;
    padding: 0 15px;
    white-space: normal; }
    .cookies-settings .one-cookie > .row {
      align-items: center;
      display: flex; }
    .cookies-settings .one-cookie h3 {
      margin-top: 0;
      padding-top: 10px; }
    .cookies-settings .one-cookie:hover {
      transform: none;
      background-color: #fafafa; }
  .cookies-settings .one-cookie-more {
    background-color: #fafafa;
    padding: 10px; }
  .cookies-settings .cookie-more {
    display: none; }
  .cookies-settings .buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #fafafa; }

.cookies-mini {
  width: 50px;
  height: 50px;
  box-shadow: 0 -1px 5px 0 #acabab;
  cursor: pointer;
  background-color: #fafafa;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: fixed;
  z-index: 5000;
  left: 20px;
  bottom: 20px;
  background-image: url("/img/cookies.svg");
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center;
  transition: 0.3s;
  -webkit-transition: 0.3s; }
  .cookies-mini:hover {
    transform: rotate(90deg); }

.btn.btn-reject {
  border: 2px solid black !important;
  background-color: transparent !important;
  color: black !important;
  padding: 8px 10px;
  min-width: 100px;
  margin: 5px;
  transform: none !important; }

.btn.btn-save {
  border: 2px solid black !important;
  background-color: transparent !important;
  color: black !important;
  padding: 8px 10px;
  min-width: 100px;
  margin: 5px;
  transform: none !important; }

.btn.btn-accept {
  border: 2px solid black !important;
  background-color: black !important;
  color: white !important;
  padding: 8px 10px;
  min-width: 100px;
  margin: 5px;
  transform: none !important; }

.cookies-info {
  position: fixed;
  z-index: 999999;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  pointer-events: none; }
  .cookies-info .container {
    width: 100%; }
  .cookies-info .wrapper {
    width: 550px;
    max-height: calc(100% - 40px);
    max-width: calc(100% - 40px);
    background-color: #fff;
    overflow-y: auto;
    border-radius: 6px;
    box-shadow: 0 -1px 10px 0 #acabab;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    position: relative;
    left: 20px;
    bottom: 20px;
    right: auto;
    top: auto;
    pointer-events: auto;
    padding-bottom: 10px; }
  .cookies-info h2 {
    font-size: 24px; }
  .cookies-info .more {
    display: none; }
  .cookies-info .buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }

.instagram-element .instagram-photo.image {
  width: 100%;
  /*height: 250px;*/ }
  .instagram-element .instagram-photo.image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center; }

#instagram-app {
  overflow: hidden; }
  #instagram-app .owl-stage {
    display: flex;
    position: relative; }
  #instagram-app .owl-item {
    display: flex;
    flex: 1 0 auto;
    max-height: 250px; }
  #instagram-app .element-meta, #instagram-app .icon, #instagram-app .owl-nav {
    display: none !important; }

#komunikat img {
  max-width: 100% !important;
  height: auto !important; }

header {
  position: fixed;
  z-index: 31;
  width: 100%;
  top: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s; }
  header.sticked {
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.4); }
    header.sticked .dolne-menu.podstrona {
      background-color: #fbfbfb; }
      header.sticked .dolne-menu.podstrona > ul > li > a {
        color: #000; }
    header.sticked #top-navbar .navbar .navbar-inner .right .navbar-nav li {
      padding: 8px 13px; }
      header.sticked #top-navbar .navbar .navbar-inner .right .navbar-nav li.social {
        padding-right: 15px;
        height: 70px; }
      header.sticked #top-navbar .navbar .navbar-inner .right .navbar-nav li.last {
        padding-left: 0px;
        padding-right: 0px; }
  header.wyprzedaz:not(.sticked) #top-navbar .navbar {
    background-color: transparent; }
    header.wyprzedaz:not(.sticked) #top-navbar .navbar .navbar-inner .left .wyszukaj {
      filter: brightness(6.5); }
    header.wyprzedaz:not(.sticked) #top-navbar .navbar .navbar-inner .left .brand-wrapper .navbar-brand img {
      filter: invert(100%) sepia(92%) saturate(0%) hue-rotate(179deg) brightness(108%) contrast(109%); }
    header.wyprzedaz:not(.sticked) #top-navbar .navbar .navbar-inner .left .navbar-header .navbar-toggle {
      background-color: transparent; }
      header.wyprzedaz:not(.sticked) #top-navbar .navbar .navbar-inner .left .navbar-header .navbar-toggle span {
        background: #fff; }
    header.wyprzedaz:not(.sticked) #top-navbar .navbar .navbar-inner .right {
      background-color: transparent; }

#top-foto {
  position: relative; }
  #top-foto .container-fluid {
    display: flex;
    justify-content: center;
    align-items: center; }
  #top-foto img {
    max-height: 665px;
    object-position: top;
    object-fit: cover;
    width: 100%;
    filter: brightness(0.35); }
  #top-foto .wrapper {
    position: absolute;
    top: 0;
    padding-top: 100px;
    width: 100%;
    height: 100%; }
    #top-foto .wrapper .container-fluid {
      height: 100%; }
      #top-foto .wrapper .container-fluid .text {
        display: flex;
        flex-direction: column;
        align-items: center; }
        #top-foto .wrapper .container-fluid .text h1 {
          color: #fff;
          font-size: 100px;
          line-height: 1.2em;
          font-weight: 700;
          text-align: center;
          margin: 0; }
        #top-foto .wrapper .container-fluid .text p {
          font-size: 20px;
          line-height: 30px;
          color: #fff;
          font-weight: 400;
          max-width: 1000px;
          text-align: center; }

#myNav {
  height: 100%;
  left: 0;
  width: 0%;
  position: fixed;
  top: 154px;
  padding-bottom: 154px;
  max-width: 400px;
  overflow: auto;
  overflow-y: hidden;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  z-index: 99999999;
  background-color: #fff; }
  #myNav .overlay-content {
    transition: 0.3s;
    -webkit-transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    width: 100%;
    height: 100%;
    margin-bottom: 150px;
    overflow-y: auto; }
    #myNav .overlay-content > ul {
      list-style: none;
      padding: 0;
      text-align: center;
      transition: 0.3s;
      -webkit-transition: 0.3s;
      width: 100%;
      padding-bottom: 10px; }
      #myNav .overlay-content > ul li {
        transition: 0.3s;
        -webkit-transition: 0.3s;
        background-color: #343434;
        border-bottom: 1px solid #f9f9f9; }
        #myNav .overlay-content > ul li a {
          text-align: left;
          padding: 10px 30px 10px 22px;
          text-transform: uppercase;
          font-size: 22px;
          display: block;
          text-decoration: none;
          transition: 0.3s;
          -webkit-transition: 0.3s;
          color: #cecece; }
          #myNav .overlay-content > ul li a:hover {
            color: #fff; }
      #myNav .overlay-content > ul .lang img {
        width: 40px; }
      #myNav .overlay-content > ul .myDropdown {
        transition: 0.3s;
        -webkit-transition: 0.3s; }
        #myNav .overlay-content > ul .myDropdown .myDropdown-menu {
          margin: 0;
          margin-left: auto;
          margin-right: auto;
          float: none;
          position: initial;
          width: auto;
          border: none;
          background: none;
          box-shadow: none;
          display: none;
          transform-origin: top;
          padding: 0; }
          #myNav .overlay-content > ul .myDropdown .myDropdown-menu li {
            background-color: #f9f9f9; }
            #myNav .overlay-content > ul .myDropdown .myDropdown-menu li a {
              font-size: 22px;
              padding-left: 45px;
              display: flex;
              justify-content: space-between;
              color: #343434;
              white-space: normal; }
              #myNav .overlay-content > ul .myDropdown .myDropdown-menu li a span {
                color: transparent; }
              #myNav .overlay-content > ul .myDropdown .myDropdown-menu li a:hover {
                color: #ac514e; }
                #myNav .overlay-content > ul .myDropdown .myDropdown-menu li a:hover span {
                  color: #ac514e; }
            #myNav .overlay-content > ul .myDropdown .myDropdown-menu li:not(:last-child) {
              border-bottom-color: #343434; }
        #myNav .overlay-content > ul .myDropdown .myDropdown-toggle {
          display: flex;
          justify-content: space-between;
          align-items: center;
          padding: 10px 33px 10px 22px;
          text-transform: uppercase;
          color: #cecece;
          font-size: 22px; }
          #myNav .overlay-content > ul .myDropdown .myDropdown-toggle .caret {
            display: inline-block;
            width: 0;
            height: 0;
            margin-left: 2px;
            vertical-align: middle;
            border-top: 10px dashed;
            border-right: 6px solid transparent;
            border-left: 6px solid transparent; }
          #myNav .overlay-content > ul .myDropdown .myDropdown-toggle:hover {
            color: #fff; }
  #myNav.open {
    width: 500px; }
  #myNav.sticked {
    /*        transform: translateY(-134px);*/
    top: 120px;
    padding-bottom: 120px; }
    #myNav.sticked .row .left .navbar-brand {
      padding: 5px 6px 6px 0; }
      #myNav.sticked .row .left .navbar-brand img {
        width: 96px; }
    #myNav.sticked .row .right .inner .social a {
      padding: 15px 14px 15px 53px; }

#top-navbar {
  -webkit-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 0.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
  transition: transform 0.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 0.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0s; }
  #top-navbar .navbar {
    background-color: #fff;
    margin: 0;
    border: none;
    border-radius: 0px;
    min-height: 30px; }
    #top-navbar .navbar .navbar-inner {
      display: flex;
      justify-content: space-between;
      width: 100%; }
      #top-navbar .navbar .navbar-inner .left {
        display: flex;
        align-items: center;
        flex: 1 1 10%;
        justify-content: space-between; }
        #top-navbar .navbar .navbar-inner .left .navbar-header {
          height: 100%;
          display: flex; }
          #top-navbar .navbar .navbar-inner .left .navbar-header .navbar-toggle {
            border-color: transparent;
            background: #fff;
            margin: 10px 35px 10px 36px;
            display: block; }
            #top-navbar .navbar .navbar-inner .left .navbar-header .navbar-toggle:hover {
              transition: 0.2s;
              background: #fff; }
            #top-navbar .navbar .navbar-inner .left .navbar-header .navbar-toggle:focus {
              background: #fff; }
            #top-navbar .navbar .navbar-inner .left .navbar-header .navbar-toggle span {
              background: #343434;
              width: 32px;
              height: 4px;
              border-radius: 5px; }
        #top-navbar .navbar .navbar-inner .left .brand-wrapper {
          width: 100%; }
          #top-navbar .navbar .navbar-inner .left .brand-wrapper .navbar-brand {
            height: auto;
            position: relative;
            transform: scale(1);
            -webkit-transition: 0.5s;
            transition: 0.5s;
            padding: 0;
            margin: 0;
            -webkit-transition: 0.5s;
            transition: 0.5s;
            transform-origin: left;
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-left: 65px; }
            #top-navbar .navbar .navbar-inner .left .brand-wrapper .navbar-brand img {
              width: 347px;
              -webkit-transition: 0.5s;
              transition: 0.5s;
              transform-origin: left; }
              #top-navbar .navbar .navbar-inner .left .brand-wrapper .navbar-brand img.width-0 {
                width: 0; }
        #top-navbar .navbar .navbar-inner .left .wyszukaj {
          background-color: transparent;
          border: none;
          display: block;
          min-width: 30px;
          height: 30px;
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain; }
        #top-navbar .navbar .navbar-inner .left #wyszukiwanie {
          transition: 0.5s;
          -webkit-transition: 0.5s;
          height: 100%;
          display: flex;
          align-items: center; }
          #top-navbar .navbar .navbar-inner .left #wyszukiwanie input {
            font-size: 20px;
            color: #343434;
            padding: 0;
            width: 0;
            border-radius: 10px;
            height: 40px;
            border: none;
            transition: 0.5s;
            -webkit-transition: 0.5s; }
            #top-navbar .navbar .navbar-inner .left #wyszukiwanie input:focus {
              outline: none; }
          #top-navbar .navbar .navbar-inner .left #wyszukiwanie button {
            width: 0;
            padding: 0;
            color: transparent;
            border: none;
            font-size: 18px;
            margin-left: 10px;
            margin-right: 10px;
            border-radius: 7px;
            background-color: #343434; }
          #top-navbar .navbar .navbar-inner .left #wyszukiwanie.open input {
            margin-left: 15px;
            padding: 5px;
            width: 200px;
            border: 2px solid #343434; }
          #top-navbar .navbar .navbar-inner .left #wyszukiwanie.open button {
            padding: 9px 10px;
            color: #adadad;
            width: auto; }
      #top-navbar .navbar .navbar-inner .right {
        flex: 1 1 50%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        max-width: fit-content;
        max-width: -moz-fit-content;
        flex: 1 1 100%;
        background-color: #343434; }
        #top-navbar .navbar .navbar-inner .right .navbar-nav li {
          padding: 50px 13px;
          -webkit-transition: 0.5s;
          transition: 0.5s; }
          #top-navbar .navbar .navbar-inner .right .navbar-nav li a {
            display: block;
            white-space: nowrap;
            color: #898989;
            background-color: transparent;
            font-size: 19px;
            text-transform: uppercase;
            font-family: "Poppins", sans-serif;
            font-weight: 400;
            max-height: 154px;
            border-bottom: 4px solid transparent;
            -webkit-transition: 0.3s;
            transition: 0.3s;
            padding-left: 5px;
            padding-right: 5px; }
            #top-navbar .navbar .navbar-inner .right .navbar-nav li a:hover {
              color: #fff;
              border-color: #fff;
              transition: 0.3s; }
          #top-navbar .navbar .navbar-inner .right .navbar-nav li.social {
            padding-right: 15px;
            padding-top: 0;
            padding-bottom: 0;
            height: 154px;
            display: flex;
            align-items: center; }
            #top-navbar .navbar .navbar-inner .right .navbar-nav li.social a {
              border: none; }
              #top-navbar .navbar .navbar-inner .right .navbar-nav li.social a:hover {
                border: none;
                filter: invert(42%) sepia(7%) saturate(3497%) hue-rotate(314deg) brightness(91%) contrast(97%); }
          #top-navbar .navbar .navbar-inner .right .navbar-nav li.lang a img {
            width: 28px; }
          #top-navbar .navbar .navbar-inner .right .navbar-nav li.lang a:hover {
            border: none;
            filter: none; }
          #top-navbar .navbar .navbar-inner .right .navbar-nav li.last {
            padding-left: 0px;
            padding-right: 0px; }
        #top-navbar .navbar .navbar-inner .right .navbar-nav .dropdown > a {
          white-space: nowrap; }
          #top-navbar .navbar .navbar-inner .right .navbar-nav .dropdown > a:active {
            border-color: #fff; }
          #top-navbar .navbar .navbar-inner .right .navbar-nav .dropdown > a:focus {
            border-color: #fff; }
        #top-navbar .navbar .navbar-inner .right .navbar-nav .dropdown .dropdown-menu {
          border: none;
          border-radius: 0px;
          box-shadow: none;
          border-top: 3px solid #1a4c69;
          padding: 0px 0px;
          left: 0px;
          right: auto;
          box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.2);
          column-count: 2; }
          #top-navbar .navbar .navbar-inner .right .navbar-nav .dropdown .dropdown-menu li {
            padding: 0;
            background: #fff; }
            #top-navbar .navbar .navbar-inner .right .navbar-nav .dropdown .dropdown-menu li a {
              text-transform: initial;
              font-size: 20px;
              letter-spacing: 2px;
              line-height: 52px;
              color: #343434;
              font-weight: 700;
              font-family: "Rajdhani", sans-serif;
              border: none;
              padding: 2px 15px 2px 2.5vw;
              display: flex;
              justify-content: space-between; }
              #top-navbar .navbar .navbar-inner .right .navbar-nav .dropdown .dropdown-menu li a span {
                padding-left: 10px;
                opacity: 0; }
            #top-navbar .navbar .navbar-inner .right .navbar-nav .dropdown .dropdown-menu li a:hover {
              color: #ac514e;
              background: #f9f9f9; }
              #top-navbar .navbar .navbar-inner .right .navbar-nav .dropdown .dropdown-menu li a:hover span {
                opacity: 1; }
        #top-navbar .navbar .navbar-inner .right .navbar-nav .dropdown.open .dropdown-menu {
          transform: scaleY(1);
          opacity: 1; }
        #top-navbar .navbar .navbar-inner .right .socials .social {
          background-color: #f9f9f9; }
          #top-navbar .navbar .navbar-inner .right .socials .social a {
            background-position: left 35px center;
            background-repeat: no-repeat;
            font-size: 23px;
            color: #23211f;
            font-weight: 600;
            font-family: "Poppins", sans-serif;
            height: 100%;
            display: flex;
            align-items: center;
            padding: 52px 28px 52px 72px;
            -webkit-transition: 0.5s;
            transition: 0.5s; }

.dropdown-backdrop {
  z-index: -1 !important; }

#slider-carousel {
  padding-bottom: 154px; }
  #slider-carousel .owl-nav {
    height: 154px;
    position: relative;
    display: flex;
    justify-content: flex-start;
    width: 100%;
    float: right; }
    #slider-carousel .owl-nav .owl-arrow {
      outline: none;
      font-size: 30px;
      font-weight: 900;
      background-color: transparent;
      border: none;
      color: #898989;
      padding-right: 10px;
      width: 50px;
      height: 50px;
      display: flex;
      justify-content: center;
      align-items: center;
      top: 25px;
      position: relative; }
      #slider-carousel .owl-nav .owl-arrow:hover {
        color: white; }
    #slider-carousel .owl-nav .owl-prev {
      left: 165px; }
    #slider-carousel .owl-nav .owl-next {
      left: 205px; }
    #slider-carousel .owl-nav:before {
      content: " ";
      height: 100%;
      border-left: 2px solid #d3d3d3;
      width: 36%;
      margin-left: 125px; }
    #slider-carousel .owl-nav:after {
      content: " ";
      height: 100%;
      width: 64%;
      background-color: #343434; }
  #slider-carousel .one-item .container {
    display: flex;
    align-items: center;
    height: auto;
    width: 100%;
    background-color: #fff;
    padding-left: 0;
    padding-right: 0; }
    #slider-carousel .one-item .container .lewy {
      min-width: 605px;
      max-width: 605px; }
      #slider-carousel .one-item .container .lewy .wrapper {
        padding: 0px 50px 0px 35px; }
        #slider-carousel .one-item .container .lewy .wrapper h2 {
          font-size: 68px;
          line-height: 92px;
          font-weight: 500;
          white-space: pre-wrap;
          text-transform: initial;
          text-align: left; }
        #slider-carousel .one-item .container .lewy .wrapper .linia {
          width: 50%;
          height: 2px;
          background-color: #343434;
          margin-bottom: 40px; }
        #slider-carousel .one-item .container .lewy .wrapper p {
          text-align: left;
          margin: 0;
          white-space: pre-wrap;
          font-size: 20px;
          line-height: 30px;
          font-weight: 400;
          text-transform: initial; }
        #slider-carousel .one-item .container .lewy .wrapper .buttons {
          margin-top: 60px; }
          #slider-carousel .one-item .container .lewy .wrapper .buttons .button {
            text-align: left; }
    #slider-carousel .one-item .container .prawy {
      height: calc(100vh - 254px);
      width: 100%; }
      #slider-carousel .one-item .container .prawy img {
        max-width: 100% !important;
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: center; }

#home-block .one-block {
  width: 100%;
  padding-top: 13vw;
  padding-left: 70px;
  background-image: url(../img/home.svg);
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 60%; }
  #home-block .one-block .wrapper {
    display: flex; }
    #home-block .one-block .wrapper .info-foto {
      height: fit-content;
      height: -moz-fit-content;
      padding-bottom: 65px;
      padding-left: 65px;
      flex: 1 1 10%;
      background-image: url(../img/343434.jpg);
      background-position: 0px 100%;
      background-size: 80% 72%;
      background-repeat: no-repeat; }
      #home-block .one-block .wrapper .info-foto img {
        width: 37vw;
        height: auto;
        max-width: 710px;
        max-height: 630px; }
    #home-block .one-block .wrapper .info-txt {
      flex: 1 1 50%;
      padding: 0 120px 0 110px;
      display: flex;
      align-items: center; }
      #home-block .one-block .wrapper .info-txt .info-txt-inner .info-title h2 {
        font-size: 46px;
        line-height: 62px;
        font-weight: 500; }
      #home-block .one-block .wrapper .info-txt .info-txt-inner .text p {
        font-size: 18px;
        line-height: 30px;
        font-weight: 400; }

#kolekcja-carousel {
  padding-bottom: 154px; }
  #kolekcja-carousel .przerwa {
    max-width: 100%;
    height: 16vw; }
  #kolekcja-carousel .title h2 {
    font-size: 45px;
    font-weight: 500;
    text-align: center;
    margin: 0;
    padding-bottom: 6vw; }
  #kolekcja-carousel .owl-nav {
    height: 154px;
    position: relative;
    display: flex;
    justify-content: flex-start;
    width: 100%;
    float: right; }
    #kolekcja-carousel .owl-nav .owl-arrow {
      outline: none;
      font-size: 30px;
      font-weight: 900;
      background-color: transparent;
      border: none;
      color: #898989;
      padding-right: 10px;
      width: 50px;
      height: 50px;
      display: flex;
      justify-content: center;
      align-items: center;
      top: 25px;
      position: relative;
      color: #ac514e; }
      #kolekcja-carousel .owl-nav .owl-arrow:hover {
        color: #000; }
    #kolekcja-carousel .owl-nav .owl-prev {
      left: 8px; }
    #kolekcja-carousel .owl-nav .owl-next {
      left: 90px; }
    #kolekcja-carousel .owl-nav:before {
      content: " ";
      height: 100%;
      border-left: 2px solid #d3d3d3;
      width: 100%;
      margin-left: 125px; }
    #kolekcja-carousel .owl-nav:after {
      content: " ";
      height: 100%;
      border-right: 2px solid #d3d3d3;
      width: 0;
      margin-right: 125px; }
  #kolekcja-carousel .carousel-wrapper .one-item a {
    height: 34vw;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    #kolekcja-carousel .carousel-wrapper .one-item a .text {
      background-color: rgba(34, 34, 34, 0.6);
      height: 100%;
      padding: 3vw 2.5vw 5vw 2.5vw; }
      #kolekcja-carousel .carousel-wrapper .one-item a .text .text-inner {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%; }
        #kolekcja-carousel .carousel-wrapper .one-item a .text .text-inner .etykieta {
          font-size: 18px;
          letter-spacing: 6px;
          line-height: 26px;
          color: #fff;
          font-weight: 700;
          opacity: 0.5; }
        #kolekcja-carousel .carousel-wrapper .one-item a .text .text-inner .tresc h3 {
          font-size: 46px;
          line-height: 62px;
          color: #fff;
          font-weight: 500; }
        #kolekcja-carousel .carousel-wrapper .one-item a .text .text-inner .tresc .linia {
          height: 4px;
          width: 40%;
          background-color: #fff;
          margin-bottom: 25px; }
        #kolekcja-carousel .carousel-wrapper .one-item a .text .text-inner .tresc p {
          font-size: 18px;
          line-height: 30px;
          color: #fff;
          font-weight: 400; }

#uslugi-three-columns .przerwa {
  height: 4.1vw; }
#uslugi-three-columns .wrapper h2 {
  font-size: 46px;
  line-height: 62px;
  font-weight: 300;
  text-align: center;
  margin: 0; }
#uslugi-three-columns .wrapper h3 {
  font-size: 46px;
  line-height: 62px;
  font-weight: 600;
  text-align: center;
  margin: 0; }
#uslugi-three-columns .wrapper .one-element {
  display: block;
  padding: 0; }
  #uslugi-three-columns .wrapper .one-element .inner {
    padding: 80px 90px 100px 80px; }
    #uslugi-three-columns .wrapper .one-element .inner .foto {
      height: 6.25vw; }
      #uslugi-three-columns .wrapper .one-element .inner .foto img {
        max-height: 6.25vw; }
    #uslugi-three-columns .wrapper .one-element .inner .text {
      padding-top: 25px; }
      #uslugi-three-columns .wrapper .one-element .inner .text h4 {
        margin-top: 0;
        margin-bottom: 15px;
        font-size: 34px;
        line-height: 46px;
        font-weight: 500; }
      #uslugi-three-columns .wrapper .one-element .inner .text p {
        white-space: pre-wrap;
        font-size: 18px;
        line-height: 30px;
        font-weight: 400; }
  #uslugi-three-columns .wrapper .one-element:hover {
    background-color: #f9f9f9; }
    #uslugi-three-columns .wrapper .one-element:hover .inner .foto {
      filter: invert(42%) sepia(7%) saturate(3497%) hue-rotate(314deg) brightness(91%) contrast(97%); }

#info-block {
  background-color: #343434; }
  #info-block .wrapper {
    display: flex; }
    #info-block .wrapper .text {
      flex: 1 1 50%;
      display: flex;
      align-items: center; }
      #info-block .wrapper .text .text-inner {
        height: fit-content;
        height: -moz-fit-content;
        padding-top: 3.5vw;
        padding-left: 85px;
        padding-right: 120px; }
        #info-block .wrapper .text .text-inner h1, #info-block .wrapper .text .text-inner h2 {
          margin-top: 0;
          font-size: 54px;
          line-height: 68px;
          color: #ffffff;
          font-weight: 600; }
        #info-block .wrapper .text .text-inner .linia {
          width: 40%;
          background-color: #fff;
          height: 4px;
          margin-top: 33px;
          margin-bottom: 50px; }
        #info-block .wrapper .text .text-inner .tresc p {
          font-size: 18px;
          line-height: 30px;
          color: #fff;
          font-weight: 400; }
        #info-block .wrapper .text .text-inner .buttons {
          padding-top: 110px;
          margin-bottom: 50px; }
          #info-block .wrapper .text .text-inner .buttons .button .btn-slider-text {
            color: #fff; }
          #info-block .wrapper .text .text-inner .buttons .button .btn-slider-foto {
            border-color: #fff;
            color: #fff; }
    #info-block .wrapper .foto {
      padding: 3.5vw;
      flex: 1 1 50%; }
      #info-block .wrapper .foto img {
        width: 38vw;
        box-shadow: 0 0 3.5vw #000000cc; }

#logotypy .przerwa {
  height: 8vw; }
#logotypy .owl-stage {
  display: flex;
  align-items: center; }
  #logotypy .owl-stage .one-item {
    padding: 0 3vw; }
    #logotypy .owl-stage .one-item img {
      filter: brightness(0.5); }

#news-three-columns .przerwa {
  height: 13vw; }
#news-three-columns h2 {
  font-size: 46px;
  line-height: 62px;
  font-weight: 300;
  text-align: center;
  margin: 0;
  width: 100%; }
#news-three-columns h3 {
  font-size: 46px;
  line-height: 62px;
  font-weight: 600;
  text-align: center;
  margin-top: 0;
  margin-bottom: 4.3vw;
  width: 100%; }
#news-three-columns .wrapper {
  padding: 0 15px;
  display: flex;
  flex-wrap: wrap; }
  #news-three-columns .wrapper .one-element {
    display: block;
    z-index: 0; }
    #news-three-columns .wrapper .one-element .inner {
      padding: 60px; }
      #news-three-columns .wrapper .one-element .inner .foto img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        height: 25vw; }
      #news-three-columns .wrapper .one-element .inner .text h4 {
        width: 100%;
        font-size: 20px;
        line-height: 30px;
        font-weight: 600;
        text-align: center;
        margin: 30px 0 20px 0;
        padding: 0 10px; }
      #news-three-columns .wrapper .one-element .inner .text p {
        font-size: 16px;
        line-height: 28px;
        color: #343434;
        font-weight: 400;
        text-align: center; }
      #news-three-columns .wrapper .one-element .inner .text .button {
        margin-top: 2.6vw;
        text-align: center; }
    #news-three-columns .wrapper .one-element:hover {
      background-color: #f9f9f9; }
      #news-three-columns .wrapper .one-element:hover .inner .text .button .btn-slider-foto {
        filter: invert(42%) sepia(7%) saturate(3497%) hue-rotate(314deg) brightness(91%) contrast(97%); }
#news-three-columns .buttons {
  margin-top: 4.2vw;
  margin-bottom: 4.2vw;
  text-align: center; }
  #news-three-columns .buttons a {
    display: inline-block; }

#instagram-carousel .element-meta {
  display: none; }
#instagram-carousel span.icon {
  display: none; }
#instagram-carousel .przerwa {
  height: 10.4vw; }
#instagram-carousel .title {
  text-align: center;
  padding-bottom: 3.6vw; }
  #instagram-carousel .title .social {
    width: 40px;
    height: 40px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
    #instagram-carousel .title .social:hover {
      filter: invert(42%) sepia(7%) saturate(3497%) hue-rotate(314deg) brightness(91%) contrast(97%); }
  #instagram-carousel .title h2 a {
    color: #343434; }
    #instagram-carousel .title h2 a:hover {
      color: #ac514e; }
#instagram-carousel img {
  height: calc(100vw / 7);
  object-position: center;
  object-fit: cover; }

#socials .przerwa {
  height: 7.8vw; }
#socials .wrapper {
  text-align: center; }
  #socials .wrapper a {
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
    height: 28px;
    width: 28px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }
    #socials .wrapper a:hover {
      filter: invert(42%) sepia(7%) saturate(3497%) hue-rotate(314deg) brightness(91%) contrast(97%); }

#slider-onas-carousel {
  padding-bottom: 154px;
  background-color: #343434; }
  #slider-onas-carousel .owl-nav {
    height: 154px;
    position: relative;
    display: flex;
    justify-content: flex-start;
    width: 100%;
    float: right; }
    #slider-onas-carousel .owl-nav .owl-arrow {
      outline: none;
      font-size: 30px;
      font-weight: 900;
      background-color: transparent;
      border: none;
      color: #898989;
      padding-right: 10px;
      width: 50px;
      height: 50px;
      display: flex;
      justify-content: center;
      align-items: center;
      top: 25px;
      position: relative; }
      #slider-onas-carousel .owl-nav .owl-arrow:hover {
        color: white; }
    #slider-onas-carousel .owl-nav .owl-prev {
      left: 30px; }
    #slider-onas-carousel .owl-nav .owl-next {
      left: 70px; }
    #slider-onas-carousel .owl-nav:before {
      content: " ";
      height: 100%;
      border-left: 2px solid #d3d3d3;
      margin-left: 125px; }
    #slider-onas-carousel .owl-nav:after {
      content: " ";
      height: 100%;
      background-color: #343434; }
  #slider-onas-carousel .one-item .container {
    display: flex;
    align-items: center;
    height: auto;
    width: 100%;
    background-color: #fff;
    padding-left: 0;
    padding-right: 0;
    background-color: #343434; }
    #slider-onas-carousel .one-item .container .lewy {
      min-width: 800px;
      max-width: 800px; }
      #slider-onas-carousel .one-item .container .lewy .wrapper {
        padding: 0px 50px 0px 65px; }
        #slider-onas-carousel .one-item .container .lewy .wrapper h2 {
          font-size: 60px;
          line-height: 82px;
          font-weight: 700;
          white-space: pre-wrap;
          text-transform: initial;
          text-align: left;
          color: #fff;
          margin-bottom: 0; }
        #slider-onas-carousel .one-item .container .lewy .wrapper h3 {
          margin-top: 0;
          margin-bottom: 60px;
          font-size: 60px;
          line-height: 82px;
          font-weight: 400;
          white-space: pre-wrap;
          text-transform: initial;
          text-align: left;
          color: #fff; }
        #slider-onas-carousel .one-item .container .lewy .wrapper p {
          text-align: left;
          margin: 0;
          white-space: pre-wrap;
          font-size: 20px;
          line-height: 30px;
          font-weight: 400;
          text-transform: initial;
          color: #fff; }
        #slider-onas-carousel .one-item .container .lewy .wrapper .buttons {
          margin-top: 60px; }
          #slider-onas-carousel .one-item .container .lewy .wrapper .buttons .button {
            text-align: left; }
    #slider-onas-carousel .one-item .container .prawy {
      width: 100%; }
      #slider-onas-carousel .one-item .container .prawy img {
        max-width: 100% !important;
        height: calc(100vh - 250px);
        object-fit: cover; }

#zalety {
  background-color: #f9f9f9; }
  #zalety .container-fluid {
    background-color: #fff; }
    #zalety .container-fluid .wrapper {
      display: flex;
      justify-content: space-between;
      padding-top: 50px;
      padding-bottom: 50px; }
      #zalety .container-fluid .wrapper .one-zaleta {
        display: flex;
        align-items: center;
        justify-content: flex-start; }
        #zalety .container-fluid .wrapper .one-zaleta .foto {
          width: 100px;
          height: 100px;
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain;
          margin-right: 35px; }
        #zalety .container-fluid .wrapper .one-zaleta .text h3 {
          font-size: 28px;
          line-height: 38px;
          color: #343434;
          font-weight: 500;
          margin-bottom: 0; }
        #zalety .container-fluid .wrapper .one-zaleta .text h4 {
          margin-top: 0;
          font-size: 28px;
          line-height: 38px;
          color: #343434;
          font-weight: 600; }
        #zalety .container-fluid .wrapper .one-zaleta:first-child {
          margin-left: 50px; }

#tresc {
  background-color: #f9f9f9; }
  #tresc .przerwa {
    height: 7.3vw; }
  #tresc .container-fluid {
    padding-bottom: 13vw; }
    #tresc .container-fluid .wrapper {
      max-width: 1015px;
      margin: 0 auto; }
      #tresc .container-fluid .wrapper h2 {
        margin-top: 10px;
        text-align: center;
        font-size: 46px;
        line-height: 62px;
        font-weight: 500;
        margin-bottom: 4.2vw; }
      #tresc .container-fluid .wrapper p {
        margin-bottom: 3.1vw;
        font-size: 18px;
        line-height: 30px;
        font-weight: 400;
        text-align: center; }

#subsite-text h2 {
  text-align: center;
  font-size: 46px;
  line-height: 62px;
  font-weight: 500;
  padding-top: 5vw; }
#subsite-text p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  text-align: center; }

#kolaz-3foto .container-fluid .wrapper {
  margin-top: -8.333vw;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 46.25vw;
  margin-left: 45px;
  margin-right: 45px; }
  #kolaz-3foto .container-fluid .wrapper .foto img {
    width: 100%; }
  #kolaz-3foto .container-fluid .wrapper .foto1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 23.125vw;
    z-index: 1;
    filter: drop-shadow(0px 20px 28.5px rgba(0, 0, 0, 0.16)); }
  #kolaz-3foto .container-fluid .wrapper .foto2 {
    width: calc(( 1vw - 1.25px ) * 64.583);
    z-index: 0; }
  #kolaz-3foto .container-fluid .wrapper .foto3 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 23.125vw;
    z-index: 1;
    filter: drop-shadow(0px 20px 28.5px rgba(0, 0, 0, 0.16)); }

#kategorie_produktow .przerwa {
  height: 5vw; }
#kategorie_produktow .wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 1180px;
  margin: 0 auto; }
  #kategorie_produktow .wrapper .one-kategoria {
    width: 30%;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 4vw;
    margin-left: auto;
    margin-right: auto; }
    #kategorie_produktow .wrapper .one-kategoria .foto {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      background-color: #fff; }
      #kategorie_produktow .wrapper .one-kategoria .foto img {
        max-width: 100%;
        height: 17vw;
        object-fit: contain; }
    #kategorie_produktow .wrapper .one-kategoria .text {
      text-align: center; }
      #kategorie_produktow .wrapper .one-kategoria .text h2 {
        font-size: 22px;
        line-height: 28px;
        font-weight: 700;
        margin-top: 2.2vw;
        white-space: pre-wrap; }
      #kategorie_produktow .wrapper .one-kategoria .text p {
        white-space: pre-wrap; }
    #kategorie_produktow .wrapper .one-kategoria:hover .foto {
      filter: drop-shadow(0px 20px 28.5px rgba(0, 0, 0, 0.06)); }
    #kategorie_produktow .wrapper .one-kategoria:hover .text h2 {
      color: #ac514e; }

#wszyscy-producenci .przerwa {
  height: 5vw; }
#wszyscy-producenci .wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 1180px;
  margin: 0 auto; }
  #wszyscy-producenci .wrapper .one-kategoria {
    width: 30%;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 4vw;
    margin-left: auto;
    margin-right: auto; }
    #wszyscy-producenci .wrapper .one-kategoria .foto {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      background-color: #fff;
      position: relative; }
      #wszyscy-producenci .wrapper .one-kategoria .foto img {
        max-width: 100%;
        height: auto;
        object-fit: cover;
        filter: brightness(50%);
        transition: 1s; }
      #wszyscy-producenci .wrapper .one-kategoria .foto .logo {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        display: flex;
        justify-content: center;
        align-items: center; }
        #wszyscy-producenci .wrapper .one-kategoria .foto .logo img {
          filter: brightness(400%);
          max-width: 65%;
          height: auto;
          transition: 0.5s; }
      #wszyscy-producenci .wrapper .one-kategoria .foto .zapraszamy {
        position: absolute;
        bottom: 0;
        transition: 1s;
        opacity: 0;
        width: 100%;
        margin: 0;
        padding: 10px;
        color: #fff;
        text-align: center; }
      #wszyscy-producenci .wrapper .one-kategoria .foto:hover img {
        filter: brightness(80%); }
      #wszyscy-producenci .wrapper .one-kategoria .foto:hover .logo img {
        filter: brightness(400%);
        padding-bottom: 20px; }
      #wszyscy-producenci .wrapper .one-kategoria .foto:hover .zapraszamy {
        opacity: 1;
        background-color: #00000055; }
    #wszyscy-producenci .wrapper .one-kategoria .text {
      text-align: center; }
      #wszyscy-producenci .wrapper .one-kategoria .text h2 {
        font-size: 22px;
        line-height: 28px;
        font-weight: 700;
        margin-top: 2.2vw;
        white-space: pre-wrap; }
    #wszyscy-producenci .wrapper .one-kategoria:hover .foto {
      filter: drop-shadow(0px 20px 28.5px rgba(0, 0, 0, 0.06)); }
    #wszyscy-producenci .wrapper .one-kategoria:hover .text h2 {
      color: #ac514e; }

#text-center-tlo {
  background-color: #34343413; }
  #text-center-tlo .text {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 6.3vw;
    padding-bottom: calc(30px + 5vw); }
    #text-center-tlo .text .producenta {
      padding-bottom: 8vw; }
    #text-center-tlo .text p, #text-center-tlo .text ul li, #text-center-tlo .text ol li {
      max-width: 1000px;
      font-size: 18px;
      line-height: 30px;
      font-weight: 400; }
    #text-center-tlo .text p {
      text-align: center; }
    #text-center-tlo .text img {
      max-width: 100%;
      height: auto !important; }

#produkty-wyprzedaz .wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: -40px;
  width: fit-content;
  width: -moz-fit-content;
  margin-left: auto;
  margin-right: auto; }
  #produkty-wyprzedaz .wrapper a {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 5vw;
    filter: drop-shadow(0px 20px 28px rgba(0, 0, 0, 0.06)); }
    #produkty-wyprzedaz .wrapper a .foto {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 17.7vw;
      height: 16.875vw;
      background-color: #fff; }
      #produkty-wyprzedaz .wrapper a .foto img {
        max-height: 100%;
        max-width: 100%; }
    #produkty-wyprzedaz .wrapper a .text {
      padding-top: 1.9vw;
      display: flex;
      justify-content: center; }
      #produkty-wyprzedaz .wrapper a .text h2 {
        font-size: 22px;
        line-height: 28px;
        font-weight: 700;
        text-align: center;
        margin: 0;
        white-space: pre-wrap;
        max-width: fit-content;
        max-width: -moz-fit-content; }
    #produkty-wyprzedaz .wrapper a:hover .text h2 {
      color: #ac514e; }

#produkty-producenta {
  margin-top: -12vw; }
  #produkty-producenta .kategorie-producenta {
    width: 100%;
    text-align: center; }
    #produkty-producenta .kategorie-producenta a {
      font-size: 22px;
      line-height: 28px;
      color: #343434;
      font-weight: 700;
      font-family: "Rajdhani", sans-serif;
      text-align: center;
      padding: 0px 5px 10px 5px; }
      #produkty-producenta .kategorie-producenta a:hover {
        color: #ac514e;
        border-bottom: 4px solid #ac514e; }
      #produkty-producenta .kategorie-producenta a.aktywna {
        color: #ac514e;
        border-bottom: 4px solid #ac514e;
        cursor: default; }
  #produkty-producenta .wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: fit-content;
    width: -moz-fit-content;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px; }
    #produkty-producenta .wrapper a {
      margin-left: 20px;
      margin-right: 20px;
      margin-bottom: 5vw;
      filter: drop-shadow(0px 20px 28px rgba(0, 0, 0, 0.06)); }
      #produkty-producenta .wrapper a .foto {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 17.7vw;
        height: 16.875vw;
        background-color: #fff;
        position: relative;
        margin: 0 auto; }
        #produkty-producenta .wrapper a .foto img {
          max-height: 100%;
          max-width: 100%; }
      #produkty-producenta .wrapper a .text {
        width: 100%; }
        #produkty-producenta .wrapper a .text h3 {
          white-space: pre-wrap;
          text-align: center;
          font-size: 22px;
          line-height: 28px;
          font-weight: 700; }
      #produkty-producenta .wrapper a:hover .text h3 {
        color: #ac514e; }

#wyszukane-produkty .wrapper .kategorie-producenta {
  width: 100%;
  text-align: center; }
  #wyszukane-produkty .wrapper .kategorie-producenta a {
    margin-bottom: 15px;
    display: inline-block;
    font-size: 22px;
    line-height: 28px;
    color: #343434;
    font-weight: 700;
    font-family: "Rajdhani", sans-serif;
    text-align: center;
    padding: 0px 5px 10px 5px; }
    #wyszukane-produkty .wrapper .kategorie-producenta a:hover {
      color: #ac514e;
      border-bottom: 4px solid #ac514e;
      padding-bottom: 6px; }
#wyszukane-produkty .wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: fit-content;
  width: -moz-fit-content;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px; }
  #wyszukane-produkty .wrapper a.one-produkt {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 5vw;
    filter: drop-shadow(0px 20px 28px rgba(0, 0, 0, 0.06)); }
    #wyszukane-produkty .wrapper a.one-produkt .foto {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 17.7vw;
      height: 16.875vw;
      background-color: #fff;
      position: relative; }
      #wyszukane-produkty .wrapper a.one-produkt .foto img {
        max-height: 100%;
        max-width: 100%; }
      #wyszukane-produkty .wrapper a.one-produkt .foto .text {
        display: flex;
        justify-content: center;
        position: absolute;
        width: 100%;
        padding: 10px;
        background-color: #ffffffcc;
        opacity: 0;
        transition: 0.5s; }
        #wyszukane-produkty .wrapper a.one-produkt .foto .text h3 {
          font-size: 22px;
          line-height: 28px;
          font-weight: 700;
          text-align: center;
          margin: 0;
          white-space: pre-wrap; }
    #wyszukane-produkty .wrapper a.one-produkt:hover .foto .text {
      opacity: 1; }

#samo-tlo .foto {
  height: 22.25vw;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 14.6vw; }

#oferta-kategoria {
  padding-top: 7.4vw; }
  #oferta-kategoria > .wrapper {
    display: flex;
    justify-content: space-between; }

#left-menu-kategorie {
  margin-right: 20px;
  min-width: 384px;
  max-width: 384px; }
  #left-menu-kategorie .kategoria a {
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 34px;
    padding: 9px 5px 9px 30px;
    color: #343434;
    font-family: "Rajdhani", sans-serif;
    white-space: pre-wrap;
    display: flex; }
    #left-menu-kategorie .kategoria a span {
      font-weight: 700;
      display: block;
      float: left;
      padding-right: 15px;
      color: transparent; }
    #left-menu-kategorie .kategoria a:hover {
      background-color: #f9f9f9; }
      #left-menu-kategorie .kategoria a:hover span {
        color: #343434; }
  #left-menu-kategorie .kategoria > a {
    font-weight: 700;
    border-bottom: 2px solid #343434; }
    #left-menu-kategorie .kategoria > a:hover {
      color: #ac514e;
      border-bottom-color: #ac514e; }
    #left-menu-kategorie .kategoria > a.aktywna {
      color: #ac514e;
      border-bottom-color: #ac514e; }
  #left-menu-kategorie .kategoria .kategoria2-link:not(.pusta) {
    border-bottom: 1px solid #343434; }
  #left-menu-kategorie .kategoria .kategoria3 a {
    padding-left: 40px; }
  #left-menu-kategorie .kategoria .podkategorie {
    display: none; }
    #left-menu-kategorie .kategoria .podkategorie .podkategorie2 {
      display: none; }

#produkty-kategorii {
  flex: 1; }
  #produkty-kategorii .wrapper {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 50px;
    padding-right: 10px; }
    #produkty-kategorii .wrapper h2 {
      width: 100%;
      text-align: center; }
    #produkty-kategorii .wrapper .one-produkt {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center; }
      #produkty-kategorii .wrapper .one-produkt .foto {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 10.5vw; }
        #produkty-kategorii .wrapper .one-produkt .foto img {
          max-width: 100%;
          max-height: 100%; }
      #produkty-kategorii .wrapper .one-produkt .text {
        width: 100%; }
        #produkty-kategorii .wrapper .one-produkt .text h2 {
          white-space: pre-wrap;
          text-align: center;
          font-size: 22px;
          line-height: 28px;
          font-weight: 700;
          padding: 0 3px; }
      #produkty-kategorii .wrapper .one-produkt:hover .text h2 {
        color: #ac514e; }

#produkt .wrapper {
  display: flex; }
  #produkt .wrapper .fotos {
    min-width: 41.66vw;
    max-width: 41.66vw; }
    #produkt .wrapper .fotos .big-foto {
      display: flex;
      justify-content: center;
      align-items: center;
      min-height: 41.66vw;
      max-height: 41.66vw;
      height: 41.66vw;
      margin-bottom: 10px; }
      #produkt .wrapper .fotos .big-foto img {
        max-width: 100%;
        max-height: 100%; }
    #produkt .wrapper .fotos .mini-fotos {
      display: flex;
      flex-wrap: wrap; }
      #produkt .wrapper .fotos .mini-fotos .mini-foto {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 10px; }
        #produkt .wrapper .fotos .mini-fotos .mini-foto img {
          max-height: 100%;
          max-width: 100%;
          cursor: pointer; }
          #produkt .wrapper .fotos .mini-fotos .mini-foto img:hover {
            filter: drop-shadow(0px 20px 28.5px rgba(0, 0, 0, 0.06)); }
  #produkt .wrapper .prawy {
    margin-top: 7.8vw;
    width: 100%;
    margin-right: 50px; }
    #produkt .wrapper .prawy .naglowek {
      border-bottom: 2px solid #343434;
      padding-left: 30px;
      margin-bottom: 50px; }
      #produkt .wrapper .prawy .naglowek .gora {
        display: flex;
        justify-content: space-between;
        align-items: center; }
        #produkt .wrapper .prawy .naglowek .gora h1 {
          margin-top: 0;
          margin-bottom: 0;
          font-size: 70px;
          line-height: 92px;
          font-weight: 700; }
        #produkt .wrapper .prawy .naglowek .gora .nawigacja {
          display: flex; }
          #produkt .wrapper .prawy .naglowek .gora .nawigacja .prev {
            font-size: 30px;
            font-weight: 900;
            color: #343434;
            line-height: 40px; }
            #produkt .wrapper .prawy .naglowek .gora .nawigacja .prev:hover {
              color: #ac514e; }
          #produkt .wrapper .prawy .naglowek .gora .nawigacja .next {
            font-size: 30px;
            font-weight: 900;
            color: #343434;
            margin-left: 55px;
            line-height: 40px; }
            #produkt .wrapper .prawy .naglowek .gora .nawigacja .next:hover {
              color: #ac514e; }
      #produkt .wrapper .prawy .naglowek .dol p {
        font-size: 18px;
        line-height: 30px;
        font-weight: 700; }
    #produkt .wrapper .prawy .wlasciwosci {
      padding-left: 30px; }
      #produkt .wrapper .prawy .wlasciwosci .karta-produktu icon {
        font-size: 24px;
        margin-right: 10px; }
      #produkt .wrapper .prawy .wlasciwosci .karta-produktu a {
        font-weight: 600; }
      #produkt .wrapper .prawy .wlasciwosci p {
        font-size: 18px;
        line-height: 30px;
        font-weight: 400;
        margin-bottom: 45px; }
      #produkt .wrapper .prawy .wlasciwosci .tytul-formularza {
        font-size: 20px;
        line-height: 55px;
        color: #343434;
        font-weight: 700;
        padding-top: 25px; }
      #produkt .wrapper .prawy .wlasciwosci form .form-control {
        border: 2px solid #d3d3d3;
        border-radius: 0;
        font-size: 18px;
        line-height: 30px;
        font-weight: 400;
        height: 48px;
        padding: 6px 20px; }
        #produkt .wrapper .prawy .wlasciwosci form .form-control:focus {
          box-shadow: none;
          border-color: #343434; }
      #produkt .wrapper .prawy .wlasciwosci form .form-text-area {
        height: 176px; }
      #produkt .wrapper .prawy .wlasciwosci form #send-btn {
        background-color: transparent;
        border: none;
        display: flex;
        align-items: center;
        padding-top: 15px; }
        #produkt .wrapper .prawy .wlasciwosci form #send-btn .btn-slider-text {
          font-size: 17px;
          line-height: 25px;
          font-weight: 700; }
        #produkt .wrapper .prawy .wlasciwosci form #send-btn .btn-slider-foto {
          border: none;
          background-color: #ac514e;
          color: #fff; }
        #produkt .wrapper .prawy .wlasciwosci form #send-btn:hover .btn-slider-text {
          color: #ac514e; }
#produkt .cofnij {
  padding-top: 6.25vw;
  padding-left: 35px; }
  #produkt .cofnij a {
    font-size: 18px;
    line-height: 30px;
    color: #343434;
    font-weight: 700;
    display: flex;
    align-items: center; }
    #produkt .cofnij a span {
      margin-right: 35px;
      font-size: 30px; }
    #produkt .cofnij a:hover {
      color: #ac514e; }

.sended {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  justify-content: center;
  align-items: center;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 200;
  background-color: rgba(0, 0, 0, 0.8); }
  .sended .wrapper {
    background-color: #f9f9f9;
    padding: 30px;
    border: 1px solid #ac514e;
    position: relative; }
    .sended .wrapper h2 {
      color: black; }
    .sended .wrapper p {
      font-size: 18px; }
    .sended .wrapper .closebtn {
      float: right;
      font-size: 25px;
      font-weight: 600;
      width: 25px;
      height: 25px;
      border: 2px solid black;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      right: 10px;
      top: 10px;
      padding-right: 1px;
      padding-bottom: 1px;
      color: black;
      cursor: pointer; }
      .sended .wrapper .closebtn:hover {
        font-size: 20px; }

#news-l-r .module-title {
  padding-top: 45px;
  padding-bottom: 45px;
  margin: 0;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center; }
#news-l-r .one-news {
  background-color: #e5e5e5;
  padding: 20px;
  margin-bottom: 30px; }
  #news-l-r .one-news .title-data h2 {
    margin: 0;
    padding-top: 10px;
    padding-bottom: 5px;
    font-weight: bold; }
  #news-l-r .one-news .title-data .data span {
    background-repeat: no-repeat;
    background-position: top right;
    background-image: url(../img/kalendarz.png);
    padding-bottom: 10px;
    padding-top: 5px;
    padding-right: 30px;
    display: block;
    font-size: 1.1em; }
  #news-l-r .one-news .foto span {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: block;
    min-height: 100px; }
  #news-l-r .one-news .text-button {
    position: relative;
    padding-bottom: 60px; }
    #news-l-r .one-news .text-button p {
      text-align: justify; }
    #news-l-r .one-news .text-button .btn {
      position: absolute;
      right: 15px;
      bottom: 0px; }
  #news-l-r .one-news:nth-child(odd) .title-data {
    float: left !important; }
  #news-l-r .one-news:nth-child(odd) .foto {
    float: right !important; }
  #news-l-r .one-news:nth-child(odd) .text-button {
    float: left !important; }

#news-2-col .one-news {
  padding: 30px 30px;
  margin-bottom: 30px;
  background: #343434;
  position: relative; }
  #news-2-col .one-news .news-foto span {
    display: block;
    position: relative;
    height: 250px;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important; }
  #news-2-col .one-news .news-txt {
    text-align: justify; }
  #news-2-col .one-news .news-btn {
    position: absolute;
    bottom: 30px;
    right: 15px; }
    #news-2-col .one-news .news-btn .news-btn-inner {
      text-align: right; }
    #news-2-col .one-news .news-btn .read-more {
      position: absolute;
      bottom: 20px;
      z-index: 4;
      transition: color 0.5s ease;
      background: #fff;
      color: #000;
      font-weight: bold;
      border: 1px solid #ed1f24; }
      #news-2-col .one-news .news-btn .read-more:after {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 0;
        height: 100%;
        transform-origin: left;
        background: #ed1f24;
        transition: width 0.25s ease;
        z-index: -1; }
      #news-2-col .one-news .news-btn .read-more:hover {
        color: #fff;
        border: 1px solid #ed1f24; }
      #news-2-col .one-news .news-btn .read-more:hover:after {
        width: 100%; }
    #news-2-col .one-news .news-btn .read-more-right {
      right: 40px; }
    #news-2-col .one-news .news-btn .read-more-left {
      left: 40px; }

.pagination {
  width: 100%;
  text-align: center; }
  .pagination hr {
    border-top: 1px solid #bcbcbc !important; }
  .pagination a {
    padding: 10px;
    margin: 3px;
    color: #000;
    background: #bcbcbc;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    .pagination a:hover {
      background: #000;
      color: #fff;
      text-decoration: none; }
  .pagination .active {
    background: #000;
    color: #fff;
    text-decoration: none; }

#gallery-simple {
  margin-bottom: 30px;
  position: relative;
  display: flow-root;
  background: #343434; }
  #gallery-simple .one-foto {
    padding: 1px; }
    #gallery-simple .one-foto .one-foto-inner {
      position: relative;
      display: block;
      overflow: hidden; }
      #gallery-simple .one-foto .one-foto-inner span {
        height: 230px;
        display: block;
        position: relative;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        background-position: center center !important; }
      #gallery-simple .one-foto .one-foto-inner .carousel-hover {
        position: absolute;
        top: 0px;
        left: 0px;
        height: 230px;
        background-color: #000;
        width: 100%;
        text-align: center;
        opacity: 0; }
        #gallery-simple .one-foto .one-foto-inner .carousel-hover .fas {
          height: 100%;
          padding: 0;
          margin: 0;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          align-items: center;
          justify-content: center;
          color: #fff;
          font-size: 3em; }
      #gallery-simple .one-foto .one-foto-inner:hover .carousel-hover {
        opacity: 0.7;
        transition: 0.3s; }

#contact-block {
  padding-top: 30px;
  padding-bottom: 30px; }
  #contact-block .contact-block-inner {
    position: relative;
    display: flow-root; }
    #contact-block .contact-block-inner .contact-form {
      padding-left: 0px; }
      #contact-block .contact-block-inner .contact-form .contact-form-inner {
        display: flow-root;
        float: left;
        width: 100%; }
        #contact-block .contact-block-inner .contact-form .contact-form-inner h3 {
          font-family: "Rajdhani", sans-serif;
          font-weight: 700;
          font-size: 30px; }
        #contact-block .contact-block-inner .contact-form .contact-form-inner .contact-checkbox {
          position: absolute;
          opacity: 0; }
        #contact-block .contact-block-inner .contact-form .contact-form-inner .contact-checkbox-label {
          cursor: pointer;
          font-size: 24px;
          line-height: 34px;
          color: #000;
          font-weight: 400;
          font-family: "Rajdhani", sans-serif; }
          #contact-block .contact-block-inner .contact-form .contact-form-inner .contact-checkbox-label .contact-checkbox {
            display: none; }
          #contact-block .contact-block-inner .contact-form .contact-form-inner .contact-checkbox-label .checkbox-styled {
            width: 30px;
            height: 30px;
            border: 2px solid #343434;
            border-radius: 15px;
            display: inline-block;
            position: relative;
            top: 3px; }
            #contact-block .contact-block-inner .contact-form .contact-form-inner .contact-checkbox-label .checkbox-styled span {
              color: #ffffff00;
              position: relative;
              font-size: 24px;
              bottom: 3px;
              left: 4px; }
          #contact-block .contact-block-inner .contact-form .contact-form-inner .contact-checkbox-label .checkbox-styled.checked {
            border-color: #ac514e; }
            #contact-block .contact-block-inner .contact-form .contact-form-inner .contact-checkbox-label .checkbox-styled.checked span {
              color: #ac514e; }
          #contact-block .contact-block-inner .contact-form .contact-form-inner .contact-checkbox-label a {
            color: #000; }
            #contact-block .contact-block-inner .contact-form .contact-form-inner .contact-checkbox-label a:hover {
              color: #ac514e; }
    #contact-block .contact-block-inner .adress-info {
      padding-left: 30px; }
      #contact-block .contact-block-inner .adress-info h3 {
        font-family: "Rajdhani", sans-serif;
        font-weight: 700;
        font-size: 30px; }
      #contact-block .contact-block-inner .adress-info p {
        font-size: 18px;
        line-height: 26px;
        font-family: "Rajdhani", sans-serif; }
        #contact-block .contact-block-inner .adress-info p a {
          color: #343434; }
          #contact-block .contact-block-inner .adress-info p a:hover {
            color: #ac514e; }
    #contact-block .contact-block-inner #send-btn {
      background-color: transparent;
      border: none;
      display: flex;
      align-items: center;
      padding-bottom: 15px;
      float: right; }
      #contact-block .contact-block-inner #send-btn .btn-slider-text {
        font-size: 17px;
        line-height: 25px;
        font-weight: 700; }
      #contact-block .contact-block-inner #send-btn .btn-slider-foto {
        border: none;
        background-color: #ac514e;
        color: #fff; }
      #contact-block .contact-block-inner #send-btn:focus {
        outline: none; }
    #contact-block .contact-block-inner .form-group .form-control {
      border: 2px solid #d3d3d3;
      border-radius: 0;
      font-size: 18px;
      line-height: 30px;
      font-weight: 400;
      height: 48px;
      padding: 6px 20px; }
      #contact-block .contact-block-inner .form-group .form-control:focus {
        border-color: #343434;
        box-shadow: none; }
    #contact-block .contact-block-inner .form-group .form-text-area {
      height: 140px; }

#google-map .google-map-helper {
  width: 100%;
  height: 400px; }

#bottom-navbar {
  padding-top: 50px;
  padding-bottom: 15px; }
  #bottom-navbar .navbar {
    text-align: center;
    background: #fff;
    margin: 0px;
    border: none;
    border-radius: 0px; }
    #bottom-navbar .navbar .nav.navbar-nav {
      float: none;
      display: inline-block; }
      #bottom-navbar .navbar .nav.navbar-nav li a {
        padding: 10px 44px;
        font-size: 20px;
        letter-spacing: 2px;
        line-height: 26px;
        color: #343434;
        font-weight: 600;
        font-family: "Rajdhani", sans-serif;
        opacity: 0.5; }
        #bottom-navbar .navbar .nav.navbar-nav li a:hover {
          opacity: 1;
          color: #ac514e;
          transition: 0.3s; }

#footer {
  display: flex;
  align-items: center; }
  #footer .container-fluid {
    width: 100%;
    padding: 0;
    display: flex;
    justify-content: space-between; }
    #footer .container-fluid:before {
      height: 80px;
      min-width: 125px;
      border-top: 2px solid #d3d3d3; }
    #footer .container-fluid:after {
      height: 80px;
      min-width: 125px;
      border-top: 2px solid #d3d3d3; }
  #footer .wrapper {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-top: 2px solid #d3d3d3; }
    #footer .wrapper .author {
      font-size: 12px;
      line-height: 26px;
      color: #343434;
      font-weight: 600;
      font-family: "Rajdhani", sans-serif;
      margin-bottom: 10px; }
      #footer .wrapper .author a {
        color: #ac514e; }

.subsite .title-pages h1 {
  text-align: center;
  font-size: 116px;
  line-height: 160px;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 4vw; }
.subsite .subsite-content img {
  max-width: 100%;
  height: auto !important; }

.bread {
  margin-bottom: 30px; }
  .bread .breadcrumb {
    border-radius: 0px;
    background: #343434;
    margin: 0; }
    .bread .breadcrumb li a {
      color: #ea4335; }
      .bread .breadcrumb li a:hover {
        transition: 0.2s;
        color: #7a9faf; }
    .bread .breadcrumb li + li:before {
      content: "/\00a0";
      color: #000;
      padding: 0px 5px; }
    .bread .breadcrumb .active {
      color: red; }
    .bread .breadcrumb .home .fas {
      color: #ea4335; }
      .bread .breadcrumb .home .fas:hover {
        transition: 0.2s;
        color: #7a9faf; }

.subsite {
  -webkit-transition: 0.5s;
  transition: 0.5s; }
  .subsite a {
    white-space: nowrap; }
  .subsite ul {
    list-style: none outside none;
    padding: 0; }
    .subsite ul li {
      white-space: pre-wrap;
      font-size: 16px;
      line-height: 30px;
      font-weight: 400;
      font-family: "Rajdhani", sans-serif;
      margin: 0;
      color: #343434; }
      .subsite ul li:before {
        content: "\00a0";
        min-width: 15px;
        min-height: 15px;
        max-width: 15px;
        max-height: 15px;
        border-radius: 50%;
        display: flex;
        float: left;
        background-color: #e56f6a;
        margin-top: 6px;
        margin-right: 10px; }

.subsite-content {
  margin-bottom: 30px; }
  .subsite-content .subsite-content-inner {
    background: #343434;
    padding: 15px;
    text-align: justify;
    color: #000;
    display: flow-root; }
    .subsite-content .subsite-content-inner .single-gallery {
      padding-bottom: 5px;
      margin-bottom: 30px;
      background: #fff;
      transition: 0.5s; }
      .subsite-content .subsite-content-inner .single-gallery .single-gallery-background {
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        transition: 0.5s;
        height: 250px;
        width: 100%;
        display: block; }
        .subsite-content .subsite-content-inner .single-gallery .single-gallery-background:hover {
          filter: opacity(50%); }
      .subsite-content .subsite-content-inner .single-gallery .single-gallery-title {
        display: block;
        padding: 5px;
        color: #000;
        padding: 10px;
        margin: 0;
        height: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center; }
    .subsite-content .subsite-content-inner #full-gallery {
      padding-top: 30px;
      background: #fff;
      display: flow-root; }
      .subsite-content .subsite-content-inner #full-gallery #site-inner #gallery .gallery-in {
        margin-bottom: 30px;
        height: 200px !important; }
        .subsite-content .subsite-content-inner #full-gallery #site-inner #gallery .gallery-in .example-image-link {
          display: block;
          width: 100%;
          height: 100%; }
          .subsite-content .subsite-content-inner #full-gallery #site-inner #gallery .gallery-in .example-image-link span {
            display: block;
            width: 100%;
            height: 100%;
            transition: all 2.0s;
            background-size: cover;
            background-position: center center; }
    .subsite-content .subsite-content-inner hr {
      border-top: 1px solid #bcbcbc !important; }

#news-l-r-better {
  margin-top: 30px;
  margin-bottom: 30px; }
  #news-l-r-better .one-news {
    margin-bottom: 30px; }
    #news-l-r-better .one-news .inner {
      display: flex;
      justify-content: space-between; }
      #news-l-r-better .one-news .inner .data-title h2 {
        text-transform: uppercase; }
      #news-l-r-better .one-news .inner .data-title span {
        text-align: right;
        display: block; }
      #news-l-r-better .one-news .inner .text {
        flex: 1 1 70%;
        padding-left: 15px;
        padding-right: 15px; }
        #news-l-r-better .one-news .inner .text p {
          text-align: justify; }
      #news-l-r-better .one-news .inner .foto {
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        flex: 1 1 30%; }
      #news-l-r-better .one-news .inner .text-button {
        text-align: right; }
        #news-l-r-better .one-news .inner .text-button .btn:hover {
          color: #fff; }
    #news-l-r-better .one-news:nth-child(even) .inner {
      flex-direction: row-reverse; }
      #news-l-r-better .one-news:nth-child(even) .inner .data-title span {
        text-align: left; }

.r-name {
  z-index: -999999;
  opacity: 0;
  position: absolute;
  left: 0px; }

.container-half {
  width: 585px; }

@media (max-width: 767px) {
  main {
    padding-top: 65px; }

  .margin-prawy {
    margin-right: 10px; }

  .dolne-menu {
    display: none; }

  .videos-3 iframe {
    height: calc(48vw - 20px); }

  .margin-lewy {
    margin-left: 10px; }

  .border-lewy {
    border-left: 0px solid #d3d3d3; }

  .border-prawy {
    border-right: 0px solid #d3d3d3; }

  #voucher #top-foto {
    padding-top: 65px; }

  header.sticked #top-navbar .navbar .navbar-inner .left {
    padding-top: 0;
    padding-bottom: 0;
    transition: 0.5s;
    -webkit-transition: 0.5s; }
    header.sticked #top-navbar .navbar .navbar-inner .left .navbar-header .navbar-toggle {
      margin: 5px 25px; }

  #myNav {
    top: 65px;
    padding-bottom: 65px;
    max-width: 400px; }
    #myNav .overlay-content {
      max-width: 100vw; }
      #myNav .overlay-content > ul li a {
        font-size: 18px; }
      #myNav .overlay-content > ul .myDropdown .myDropdown-toggle {
        font-size: 18px; }
      #myNav .overlay-content > ul .myDropdown .myDropdown-menu li a {
        font-size: 18px; }
    #myNav.sticked {
      top: 50px;
      padding-bottom: 50px; }
    #myNav.open {
      width: 400px; }

  #top-navbar .navbar .navbar-inner .left {
    padding-top: 7.5px;
    padding-bottom: 7.5px;
    margin-bottom: 0;
    margin-top: 0;
    transition: 0.5s;
    -webkit-transition: 0.5s; }
    #top-navbar .navbar .navbar-inner .left .navbar-header .navbar-toggle {
      margin: 5px 25px; }
    #top-navbar .navbar .navbar-inner .left .brand-wrapper .navbar-brand {
      margin-left: 0; }
      #top-navbar .navbar .navbar-inner .left .brand-wrapper .navbar-brand img {
        width: 160px; }
    #top-navbar .navbar .navbar-inner .left #wyszukiwanie input {
      max-width: calc(100vw - 192px); }
    #top-navbar .navbar .navbar-inner .left #wyszukiwanie.open input {
      width: auto; }
    #top-navbar .navbar .navbar-inner .left #wyszukiwanie.open button {
      margin-right: 30px; }
  #top-navbar .navbar .navbar-inner .right .navbar-nav li {
    display: none; }
    #top-navbar .navbar .navbar-inner .right .navbar-nav li.social {
      display: none; }

  #myNav .telefon-belt {
    display: flex !important;
    justify-content: center;
    width: 100%; }
    #myNav .telefon-belt .infolinia {
      text-transform: uppercase;
      font-size: 17px;
      padding: 12px 18px 12px 60px; }
    #myNav .telefon-belt .telefony {
      font-size: 17px;
      width: 100%;
      position: absolute;
      background: #1dade3;
      top: 50px;
      z-index: 50;
      border-top: 3px solid #343434;
      display: none; }
      #myNav .telefon-belt .telefony .inner {
        display: flex;
        flex-direction: column;
        align-items: center; }
        #myNav .telefon-belt .telefony .inner .btn {
          font-size: 17px; }
  #myNav .row {
    width: 100vw; }
    #myNav .row .left .navbar-brand {
      padding: 9px;
      padding-left: 15px; }
    #myNav .row .right .inner .social a {
      padding: 38px 14px 38px 53px; }
  #myNav .div-flex {
    height: 92px; }
  #myNav .navbar-brand {
    left: 0px;
    top: 0px; }
    #myNav .navbar-brand img {
      width: 75px; }
    #myNav .navbar-brand h2 {
      margin-left: 20px;
      font-size: 17px; }
  #myNav .closebtn {
    right: 28px;
    top: 94px;
    font-size: 30px; }
    #myNav .closebtn.sticked {
      top: 3px; }
  #myNav .overlay-content > ul {
    width: 100%; }
    #myNav .overlay-content > ul li, #myNav .overlay-content > ul .myDropdown {
      font-size: 15px; }
      #myNav .overlay-content > ul li a, #myNav .overlay-content > ul li .myDropdown-toggle, #myNav .overlay-content > ul .myDropdown a, #myNav .overlay-content > ul .myDropdown .myDropdown-toggle {
        font-size: 15px; }
        #myNav .overlay-content > ul li a .caret, #myNav .overlay-content > ul li .myDropdown-toggle .caret, #myNav .overlay-content > ul .myDropdown a .caret, #myNav .overlay-content > ul .myDropdown .myDropdown-toggle .caret {
          right: auto; }
      #myNav .overlay-content > ul li .myDropdown-menu li a, #myNav .overlay-content > ul .myDropdown .myDropdown-menu li a {
        font-size: 15px; }
  #myNav.sticked {
    /*        transform: translateY(-50px);*/ }
    #myNav.sticked .row .left .navbar-brand {
      padding-left: 15px; }
    #myNav.sticked .row .right .inner .social a {
      padding: 29px 14px 29px 53px; }

  #slider-carousel {
    padding-bottom: 50px; }
    #slider-carousel .owl-nav {
      display: flex;
      justify-content: center;
      height: 50px;
      background-color: #343434; }
      #slider-carousel .owl-nav .owl-arrow {
        left: auto;
        top: 6px;
        width: 30px;
        height: 30px; }
      #slider-carousel .owl-nav .owl-prev {
        right: 20px; }
      #slider-carousel .owl-nav .owl-next {
        left: 20px; }
      #slider-carousel .owl-nav:before {
        display: none; }
      #slider-carousel .owl-nav:after {
        display: none; }
    #slider-carousel .one-item {
      margin-left: 0; }
      #slider-carousel .one-item .container {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
        height: auto; }
        #slider-carousel .one-item .container .prawy {
          height: 100%; }
          #slider-carousel .one-item .container .prawy img {
            height: calc(100vh - 115px);
            min-height: 300px;
            max-height: 80vw; }
          #slider-carousel .one-item .container .prawy .wrapper {
            padding: 0px 15px 0px 15px;
            position: absolute;
            background-color: #ffffffaa;
            bottom: 0px;
            width: 100%; }
            #slider-carousel .one-item .container .prawy .wrapper h2 {
              font-size: 17px;
              line-height: 25px;
              margin-top: 10px;
              color: #000; }
            #slider-carousel .one-item .container .prawy .wrapper .linia {
              margin-bottom: 13px;
              width: 120px; }
            #slider-carousel .one-item .container .prawy .wrapper p {
              font-size: 15px;
              line-height: 22px;
              color: #000;
              font-weight: 400; }
            #slider-carousel .one-item .container .prawy .wrapper .buttons {
              margin-top: 15px; }
              #slider-carousel .one-item .container .prawy .wrapper .buttons .button {
                padding-bottom: 15px; }
                #slider-carousel .one-item .container .prawy .wrapper .buttons .button a {
                  font-size: 16px; }
                #slider-carousel .one-item .container .prawy .wrapper .buttons .button .btn-slider-foto {
                  font-size: 13px;
                  width: 25px;
                  height: 25px; }

  #wyszukane-produkty .wrapper {
    width: 100%;
    padding-top: 30px; }
    #wyszukane-produkty .wrapper .kategorie-producenta a {
      white-space: pre-wrap;
      font-size: 19px; }
    #wyszukane-produkty .wrapper a.one-produkt {
      margin-left: 5px;
      margin-right: 5px;
      width: calc(50% - 10px); }
      #wyszukane-produkty .wrapper a.one-produkt .foto {
        width: 100%;
        height: 30vw; }

  #home-block .one-block {
    padding-top: 23vw;
    padding-left: 0px;
    background-size: 80%; }
    #home-block .one-block .wrapper {
      flex-direction: column; }
      #home-block .one-block .wrapper .info-foto {
        width: fit-content;
        background-position: 0px 100%;
        background-size: 80% 73%;
        padding-bottom: 20px;
        padding-left: 20px;
        margin: 0 auto; }
        #home-block .one-block .wrapper .info-foto img {
          width: 70vw; }
      #home-block .one-block .wrapper .info-txt {
        padding: 0; }
        #home-block .one-block .wrapper .info-txt .info-txt-inner .info-title h2 {
          font-size: 20px;
          line-height: 29px; }
        #home-block .one-block .wrapper .info-txt .info-txt-inner .text p {
          font-size: 15px;
          line-height: 25px; }

  #kolekcja-carousel {
    padding-bottom: 50px; }
    #kolekcja-carousel .owl-nav {
      justify-content: center;
      height: 50px;
      align-items: center; }
      #kolekcja-carousel .owl-nav .owl-prev {
        left: -20px;
        padding: 0;
        top: 0;
        width: 30px;
        height: 30px; }
      #kolekcja-carousel .owl-nav .owl-next {
        left: 20px;
        padding: 0;
        top: 0;
        width: 30px;
        height: 30px; }
      #kolekcja-carousel .owl-nav:before {
        margin-left: 0px;
        width: 0;
        border: 0; }
      #kolekcja-carousel .owl-nav:after {
        margin-right: 0px;
        border: 0; }
    #kolekcja-carousel .carousel-wrapper .one-item a {
      height: 66vw; }
      #kolekcja-carousel .carousel-wrapper .one-item a .text {
        padding: 3vw 2.5vw 2vw 2.5vw; }
        #kolekcja-carousel .carousel-wrapper .one-item a .text .text-inner .etykieta {
          font-size: 14px;
          letter-spacing: 1px;
          line-height: 17px;
          font-weight: 500; }
        #kolekcja-carousel .carousel-wrapper .one-item a .text .text-inner .tresc h3 {
          font-size: 18px;
          line-height: 17px; }
        #kolekcja-carousel .carousel-wrapper .one-item a .text .text-inner .tresc .linia {
          height: 2px;
          margin-bottom: 8px; }
        #kolekcja-carousel .carousel-wrapper .one-item a .text .text-inner .tresc p {
          font-size: 15px;
          line-height: 21px; }

  #uslugi-three-columns .przerwa {
    height: 8vw; }
  #uslugi-three-columns .wrapper h2 {
    font-size: 30px;
    line-height: 40px; }
  #uslugi-three-columns .wrapper h3 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px; }
  #uslugi-three-columns .wrapper .one-element .inner {
    padding: 35px 10px 35px 10px;
    text-align: center; }
    #uslugi-three-columns .wrapper .one-element .inner .foto {
      height: 17vw; }
      #uslugi-three-columns .wrapper .one-element .inner .foto img {
        max-height: 17vw; }
    #uslugi-three-columns .wrapper .one-element .inner .text h4 {
      font-size: 21px;
      line-height: 30px; }
    #uslugi-three-columns .wrapper .one-element .inner .text p {
      font-size: 15px;
      line-height: 27px; }
  #uslugi-three-columns .wrapper .one-element:nth-child(2n-1) .inner {
    padding-right: 10px; }
  #uslugi-three-columns .wrapper .one-element:nth-child(2n) .inner {
    padding-left: 10px; }

  #info-block .wrapper {
    flex-direction: column; }
    #info-block .wrapper .text .text-inner {
      padding-top: 5vw;
      padding-left: 0px;
      padding-right: 30px; }
      #info-block .wrapper .text .text-inner h1, #info-block .wrapper .text .text-inner h2 {
        font-size: 20px;
        line-height: 28px; }
      #info-block .wrapper .text .text-inner .linia {
        margin-top: 10px;
        margin-bottom: 16px;
        height: 2px; }
      #info-block .wrapper .text .text-inner .tresc p {
        font-size: 15px;
        line-height: 26px; }
      #info-block .wrapper .text .text-inner .buttons {
        padding-top: 20px; }
        #info-block .wrapper .text .text-inner .buttons .button .btn-slider-text {
          font-size: 16px; }
        #info-block .wrapper .text .text-inner .buttons .button .btn-slider-foto {
          font-size: 13px;
          width: 25px;
          height: 25px; }
    #info-block .wrapper .foto {
      padding: 3vw;
      display: flex;
      justify-content: center;
      padding-bottom: 6vw; }
      #info-block .wrapper .foto img {
        width: 100%;
        box-shadow: 0 0 3vw #000000cc; }

  #news-three-columns h2 {
    font-size: 25px;
    line-height: 35px; }
  #news-three-columns h3 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 10px; }
  #news-three-columns .przerwa {
    height: 15vw; }
  #news-three-columns .wrapper {
    padding: 0; }
    #news-three-columns .wrapper .one-element {
      padding: 0; }
      #news-three-columns .wrapper .one-element .inner {
        padding: 40px 0px; }
        #news-three-columns .wrapper .one-element .inner .foto img {
          height: auto;
          max-height: initial;
          object-fit: contain; }
        #news-three-columns .wrapper .one-element .inner .text p {
          font-size: 15px;
          line-height: 27px; }
        #news-three-columns .wrapper .one-element .inner .text .button .btn-slider-foto {
          font-size: 13px;
          width: 25px;
          height: 25px; }
  #news-three-columns .buttons a {
    font-size: 13px;
    padding: 12px 30px; }
    #news-three-columns .buttons a:hover {
      padding: 12px 40px; }

  #instagram-carousel .title .social {
    width: 22px;
    height: 22px; }
  #instagram-carousel .title h2 {
    font-size: 20px; }
  #instagram-carousel img {
    height: calc(100vw / 3); }

  #socials {
    padding-bottom: 30px; }
    #socials .wrapper a {
      width: 18px;
      height: 18px; }

  #slider-onas-carousel {
    padding-bottom: 50px; }
    #slider-onas-carousel .owl-nav {
      display: flex;
      justify-content: center;
      height: 50px;
      background-color: #343434; }
      #slider-onas-carousel .owl-nav .owl-arrow {
        left: auto;
        top: 6px;
        width: 30px;
        height: 30px; }
      #slider-onas-carousel .owl-nav .owl-prev {
        right: 20px; }
      #slider-onas-carousel .owl-nav .owl-next {
        left: 20px; }
      #slider-onas-carousel .owl-nav:before {
        display: none; }
      #slider-onas-carousel .owl-nav:after {
        display: none; }
    #slider-onas-carousel .one-item {
      margin-left: 0; }
      #slider-onas-carousel .one-item .container {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
        height: auto; }
        #slider-onas-carousel .one-item .container .prawy {
          height: auto;
          min-height: 300px; }
          #slider-onas-carousel .one-item .container .prawy img {
            height: calc(100vh - 115px);
            max-height: 80vw; }
          #slider-onas-carousel .one-item .container .prawy .wrapper {
            padding: 0px 20px 0px 5px;
            position: absolute;
            background-color: #343434aa;
            bottom: 0px; }
            #slider-onas-carousel .one-item .container .prawy .wrapper h2 {
              font-size: 17px;
              line-height: 25px;
              margin-top: 10px;
              color: #fff; }
            #slider-onas-carousel .one-item .container .prawy .wrapper h3 {
              font-size: 17px;
              line-height: 25px;
              margin-top: 10px;
              color: #fff; }
            #slider-onas-carousel .one-item .container .prawy .wrapper .linia {
              margin-bottom: 13px;
              width: 120px; }
            #slider-onas-carousel .one-item .container .prawy .wrapper p {
              overflow: hidden;
              text-overflow: ellipsis;
              display: -webkit-box;
              -webkit-line-clamp: 5;
              -webkit-box-orient: vertical;
              font-size: 15px;
              line-height: 22px;
              color: #fff;
              font-weight: 400; }
            #slider-onas-carousel .one-item .container .prawy .wrapper .buttons {
              margin-top: 15px; }
              #slider-onas-carousel .one-item .container .prawy .wrapper .buttons .button {
                padding-bottom: 15px; }
                #slider-onas-carousel .one-item .container .prawy .wrapper .buttons .button a {
                  font-size: 16px; }
                #slider-onas-carousel .one-item .container .prawy .wrapper .buttons .button .btn-slider-foto {
                  font-size: 13px;
                  width: 25px;
                  height: 25px; }

  #zalety .container-fluid {
    margin-right: 15px; }
    #zalety .container-fluid .wrapper {
      margin-right: 0px;
      flex-wrap: wrap;
      padding-top: 30px;
      padding-bottom: 30px; }
      #zalety .container-fluid .wrapper .one-zaleta {
        margin-right: 10px;
        flex: 1 1 40%;
        margin-left: 40px; }
        #zalety .container-fluid .wrapper .one-zaleta .foto {
          width: 8vw;
          height: 8vw;
          margin-right: 10px; }
        #zalety .container-fluid .wrapper .one-zaleta .text h3 {
          font-size: 17px;
          line-height: 25px; }
        #zalety .container-fluid .wrapper .one-zaleta .text h4 {
          font-size: 17px;
          line-height: 25px; }
        #zalety .container-fluid .wrapper .one-zaleta:first-child {
          margin-left: 40px; }

  #kolaz-3foto .container-fluid .wrapper {
    margin-left: 0;
    margin-right: 0; }
    #kolaz-3foto .container-fluid .wrapper .foto2 {
      width: 64.583vw;
      z-index: 0; }

  #tresc .container-fluid .wrapper h2 {
    font-size: 17px;
    line-height: 29px; }
  #tresc .container-fluid .wrapper p {
    font-size: 15px;
    line-height: 25px; }

  #subsite-text h2 {
    font-size: 17px;
    line-height: 29px; }
  #subsite-text p {
    font-size: 15px;
    line-height: 25px; }

  #kategorie_produktow .container-fluid {
    margin: 0; }
    #kategorie_produktow .container-fluid .wrapper .one-kategoria {
      width: 45%; }
      #kategorie_produktow .container-fluid .wrapper .one-kategoria .foto img {
        height: 25vw; }
      #kategorie_produktow .container-fluid .wrapper .one-kategoria .text h2 {
        font-size: 17px;
        line-height: 23px; }
      #kategorie_produktow .container-fluid .wrapper .one-kategoria .text p {
        display: none; }
      #kategorie_produktow .container-fluid .wrapper .one-kategoria:last-child {
        margin-left: 2.5%; }

  #wszyscy-producenci .container-fluid {
    margin: 0; }
    #wszyscy-producenci .container-fluid .wrapper .one-kategoria {
      width: 45%; }
      #wszyscy-producenci .container-fluid .wrapper .one-kategoria .foto .logo {
        max-width: 55%;
        padding: 10px;
        margin-left: auto;
        margin-right: auto; }
        #wszyscy-producenci .container-fluid .wrapper .one-kategoria .foto .logo img {
          max-width: 100%; }
      #wszyscy-producenci .container-fluid .wrapper .one-kategoria .foto img {
        height: 25vw;
        object-fit: contain;
        max-width: 55%; }
      #wszyscy-producenci .container-fluid .wrapper .one-kategoria .text h2 {
        font-size: 17px;
        line-height: 23px; }
      #wszyscy-producenci .container-fluid .wrapper .one-kategoria:last-child {
        margin-left: 2.5%; }

  #top-foto .wrapper {
    padding-top: 0; }
    #top-foto .wrapper .container-fluid {
      padding-top: 50px; }
      #top-foto .wrapper .container-fluid .text {
        height: 100%;
        justify-content: center; }
        #top-foto .wrapper .container-fluid .text h1 {
          font-size: 22px;
          line-height: 24px; }
        #top-foto .wrapper .container-fluid .text p {
          display: none; }

  #text-center-tlo .text {
    flex-direction: column; }
    #text-center-tlo .text .producenta {
      padding-bottom: 25vw; }
    #text-center-tlo .text p {
      font-size: 15px;
      line-height: 25px;
      padding-bottom: 20px; }

  #produkty-wyprzedaz .wrapper {
    margin-top: -20px; }
    #produkty-wyprzedaz .wrapper a {
      margin-left: 10px;
      margin-right: 10px; }
      #produkty-wyprzedaz .wrapper a .foto {
        width: 35.7vw;
        height: 34.875vw; }
      #produkty-wyprzedaz .wrapper a .text h2 {
        font-size: 17px;
        line-height: 23px;
        max-width: 35.7vw;
        white-space: pre-wrap; }

  #produkty-producenta {
    margin-top: calc(-70px - 18vw); }
    #produkty-producenta .kategorie-producenta a {
      font-size: 16px; }
    #produkty-producenta .wrapper {
      margin-top: -20px; }
      #produkty-producenta .wrapper a {
        margin-left: 10px;
        margin-right: 10px; }
        #produkty-producenta .wrapper a .foto {
          width: 35.7vw;
          height: 34.875vw; }
        #produkty-producenta .wrapper a .text h3 {
          font-size: 17px;
          line-height: 23px; }

  #kolekcja-carousel .title h2 {
    font-size: 25px; }

  #oferta-kategoria > .wrapper {
    flex-direction: column;
    align-items: center; }

  #left-menu-kategorie {
    min-width: 280px;
    max-width: 280px;
    margin-right: 0;
    margin-bottom: 30px;
    display: none; }
    #left-menu-kategorie .kategoria a {
      font-size: 16px;
      letter-spacing: 1px;
      line-height: 28px;
      padding: 9px 0 9px 10px; }

  #produkty-kategorii .wrapper .one-produkt {
    margin: 0 0 10px 0 !important; }
    #produkty-kategorii .wrapper .one-produkt .foto {
      height: 27vw; }
      #produkty-kategorii .wrapper .one-produkt .foto img {
        max-width: calc(100px + 14vw); }
    #produkty-kategorii .wrapper .one-produkt .text h2 {
      font-size: 16px;
      line-height: 22px; }

  #produkt .wrapper {
    flex-direction: column-reverse; }
    #produkt .wrapper .fotos {
      min-width: auto;
      max-width: none;
      margin-bottom: 20px; }
      #produkt .wrapper .fotos .big-foto {
        min-height: auto;
        max-height: none;
        max-width: none;
        margin: 0 auto;
        height: calc(100vw - 60px);
        width: calc(100vw - 60px);
        margin-bottom: 10px; }
    #produkt .wrapper .prawy {
      margin-right: 0;
      margin-bottom: 20px; }
      #produkt .wrapper .prawy .naglowek {
        padding-left: 0;
        margin-bottom: 20px; }
        #produkt .wrapper .prawy .naglowek .gora h1 {
          font-size: 25px;
          line-height: 45px; }
        #produkt .wrapper .prawy .naglowek .gora .nawigacja .prev {
          font-size: 25px; }
        #produkt .wrapper .prawy .naglowek .gora .nawigacja .next {
          font-size: 25px;
          margin-left: 20px; }
        #produkt .wrapper .prawy .naglowek .dol p {
          font-size: 15px;
          line-height: 25px; }
      #produkt .wrapper .prawy .wlasciwosci {
        padding-left: 0; }
        #produkt .wrapper .prawy .wlasciwosci p {
          font-size: 15px;
          line-height: 25px;
          margin-bottom: 20px; }
        #produkt .wrapper .prawy .wlasciwosci .tytul-formularza {
          font-size: 17px;
          line-height: 46px;
          padding-top: 15px; }
        #produkt .wrapper .prawy .wlasciwosci form .form-control {
          font-size: 15px;
          line-height: 25px; }
        #produkt .wrapper .prawy .wlasciwosci form #send-btn .btn-slider-text {
          font-size: 16px; }
        #produkt .wrapper .prawy .wlasciwosci form #send-btn .btn-slider-foto {
          font-size: 17px;
          width: 30px;
          height: 30px; }
  #produkt .cofnij {
    padding-left: 0px; }
    #produkt .cofnij a span {
      font-size: 25px;
      margin-right: 20px; }

  #bottom-navbar {
    display: none; }

  #footer .container-fluid:before {
    min-width: 15px; }
  #footer .container-fluid:after {
    min-width: 15px; }
  #footer .author {
    text-align: center; }

  #news-l-r .one-news .news-header {
    margin-bottom: 15px; }
    #news-l-r .one-news .news-header .news-title {
      text-align: center; }
    #news-l-r .one-news .news-header .news-date {
      text-align: center; }
  #news-l-r .one-news .news-foto {
    margin-bottom: 20px; }
    #news-l-r .one-news .news-foto span {
      height: 250px; }
  #news-l-r .one-news .news-txt {
    clear: both; }
  #news-l-r .one-news .news-btn {
    position: initial;
    text-align: center; }

  #news-2-col .one-news {
    padding: 0px 15px 15px 15px; }
    #news-2-col .one-news .news-title {
      float: none !important;
      text-align: center; }
    #news-2-col .one-news .news-foto {
      width: 100%; }
      #news-2-col .one-news .news-foto span {
        height: 250px; }
    #news-2-col .one-news .news-btn {
      float: none !important;
      position: initial; }
      #news-2-col .one-news .news-btn .news-btn-inner {
        text-align: center;
        clear: both; }

  #gallery-simple .one-foto .one-foto-inner span {
    height: 230px; }
  #gallery-simple .one-foto .one-foto-inner .carousel-hover {
    height: 230px; }

  #contact-block .contact-block-inner .form-group .form-control {
    font-size: 16px;
    height: 44px; }
  #contact-block .contact-block-inner .contact-form {
    padding-left: 15px; }
    #contact-block .contact-block-inner .contact-form .contact-form-inner h3 {
      font-size: 20px; }
    #contact-block .contact-block-inner .contact-form .contact-form-inner .contact-checkbox-label {
      font-size: 14px; }
  #contact-block .contact-block-inner .adress-info {
    text-align: center;
    padding-left: 15px; }
    #contact-block .contact-block-inner .adress-info h3 {
      font-size: 20px; }
    #contact-block .contact-block-inner .adress-info p {
      font-size: 15px; }
  #contact-block .contact-block-inner #send-btn {
    margin-right: 15px; }
    #contact-block .contact-block-inner #send-btn .btn-slider-foto {
      width: 30px;
      height: 30px;
      font-size: 17px; }

  #google-map .google-map-helper {
    height: 400px; }

  .subsite .title-pages h1 {
    font-size: 35px;
    line-height: 45px; }

  .container-half {
    width: 100%;
    padding-left: 15px !important;
    padding-right: 15px !important; }

  body {
    padding-bottom: 0px; }
    body h1 {
      font-size: 2em; }
    body h2 {
      font-size: 1.8em; }
    body h3 {
      font-size: 1.6em; }
    body h4 {
      font-size: 1.5em; }
    body h5 {
      font-size: 1.4em; }
    body h6 {
      font-size: 1.3em; }

  .subsite ul li::before {
    margin-right: 10px; }
  .subsite .subsite-content img {
    max-width: 100%;
    height: auto !important; }

  .form-regulamin {
    height: 30px; }
    .form-regulamin .contact-checkbox-label {
      margin-right: 15px !important; }

  #news-l-r-better {
    margin-top: 30px;
    margin-bottom: 30px; }
    #news-l-r-better .one-news {
      margin-bottom: 30px; }
      #news-l-r-better .one-news .inner {
        display: flex;
        flex-direction: column;
        justify-content: space-between; }
        #news-l-r-better .one-news .inner .data-title h2 {
          text-transform: uppercase; }
        #news-l-r-better .one-news .inner .data-title span {
          text-align: left;
          display: block;
          margin-bottom: 10px; }
        #news-l-r-better .one-news .inner .text {
          flex: 1 1 70%;
          padding-left: 15px;
          padding-right: 15px; }
          #news-l-r-better .one-news .inner .text .foto {
            height: 180px;
            margin-bottom: 15px; }
          #news-l-r-better .one-news .inner .text p {
            text-align: justify; }
        #news-l-r-better .one-news .inner .foto {
          background-position: center center;
          background-size: cover;
          background-repeat: no-repeat;
          flex: 1 1 30%; }
        #news-l-r-better .one-news .inner .text-button {
          text-align: right; }
          #news-l-r-better .one-news .inner .text-button .btn:hover {
            color: #fff; }
      #news-l-r-better .one-news:nth-child(even) .inner {
        flex-direction: column; }
        #news-l-r-better .one-news:nth-child(even) .inner .data-title span {
          text-align: left; }

  #instagram-app .owl-stage {
    display: flex; }
  #instagram-app .owl-item {
    display: flex;
    flex: 1 0 auto;
    max-height: 150px; } }
@media (min-width: 540px) and (max-width: 767px) {
  #uslugi-three-columns .wrapper .one-element {
    width: 50%; }
    #uslugi-three-columns .wrapper .one-element .inner .foto {
      height: 8.25vw; }
      #uslugi-three-columns .wrapper .one-element .inner .foto img {
        max-height: 8.25vw; } }
@media (min-width: 768px) and (max-width: 991px) {
  main {
    padding-top: 150px; }

  .margin-prawy {
    margin-right: 80px; }

  .videos-3 iframe {
    height: calc(48vw - 50px); }

  .dolne-menu > ul {
    padding: 3px 0; }
    .dolne-menu > ul .dropdown-menu {
      padding-top: 0px !important; }
      .dolne-menu > ul .dropdown-menu li {
        position: relative !important; }
      .dolne-menu > ul .dropdown-menu a {
        padding-top: 5px;
        padding-bottom: 5px; }
    .dolne-menu > ul a {
      padding: 10px 9px 10px 9px;
      font-size: 18px; }

  .margin-lewy {
    margin-left: 80px; }

  #voucher #top-foto {
    padding-top: 100px; }

  header.sticked #top-navbar .navbar .navbar-inner .left .navbar-brand img {
    transform: scale(0.9); }
  header.sticked #top-navbar .navbar .navbar-inner .right .navbar-nav li.social {
    padding-right: 15px;
    height: 70px; }
  header.sticked #top-navbar .navbar .navbar-inner .right .navbar-nav li.last {
    padding-left: 0px;
    padding-right: 0px; }

  #myNav {
    top: 100px;
    padding-bottom: 100px; }
    #myNav .overlay-content > ul li a {
      font-size: 20px; }
    #myNav .overlay-content > ul .myDropdown .myDropdown-toggle {
      font-size: 20px; }
    #myNav .overlay-content > ul .myDropdown .myDropdown-menu li a {
      font-size: 20px; }
    #myNav.sticked {
      top: 80px;
      padding-bottom: 80px; }

  #top-navbar .navbar .navbar-inner .left .navbar-header .navbar-toggle {
    margin: 10px 13px 10px 13px; }
  #top-navbar .navbar .navbar-inner .left .brand-wrapper .navbar-brand {
    margin-left: 20px; }
    #top-navbar .navbar .navbar-inner .left .brand-wrapper .navbar-brand img {
      width: 260px; }
  #top-navbar .navbar .navbar-inner .right .navbar-nav li {
    display: none; }
    #top-navbar .navbar .navbar-inner .right .navbar-nav li.social {
      height: 100px;
      margin-left: 25px; }
      #top-navbar .navbar .navbar-inner .right .navbar-nav li.social:last-child {
        margin-left: 0px; }

  #slider-carousel {
    padding-bottom: 100px; }
    #slider-carousel .owl-nav {
      height: 100px; }
      #slider-carousel .owl-nav .owl-arrow {
        top: 21px; }
      #slider-carousel .owl-nav .owl-prev {
        left: 130px; }
      #slider-carousel .owl-nav .owl-next {
        left: 165px; }
      #slider-carousel .owl-nav:before {
        margin-left: 80px; }
    #slider-carousel .one-item .container .lewy {
      min-width: 250px;
      max-width: 250px; }
      #slider-carousel .one-item .container .lewy .wrapper {
        padding: 0px 20px 0px 5px; }
        #slider-carousel .one-item .container .lewy .wrapper h2 {
          font-size: 25px;
          line-height: 35px; }
        #slider-carousel .one-item .container .lewy .wrapper .linia {
          margin-bottom: 15px;
          width: 120px; }
        #slider-carousel .one-item .container .lewy .wrapper p {
          font-size: 16px;
          line-height: 25px; }
        #slider-carousel .one-item .container .lewy .wrapper .buttons {
          margin-top: 30px; }
          #slider-carousel .one-item .container .lewy .wrapper .buttons .button a {
            width: 38px;
            height: 38px;
            font-size: 17px; }
    #slider-carousel .one-item .container .prawy {
      height: calc(100vh - 200px);
      max-height: 500px; }

  #home-block .one-block {
    padding-left: 0px; }
    #home-block .one-block .wrapper .info-foto {
      background-position: 0px 100%;
      background-size: 80% 73%;
      padding-bottom: 25px;
      padding-left: 25px; }
      #home-block .one-block .wrapper .info-foto img {
        width: 34vw; }
    #home-block .one-block .wrapper .info-txt {
      padding: 0 0px 0 20px; }
      #home-block .one-block .wrapper .info-txt .info-txt-inner .info-title h2 {
        font-size: 23px;
        line-height: 30px; }
      #home-block .one-block .wrapper .info-txt .info-txt-inner .text p {
        font-size: 16px;
        line-height: 26px; }

  #kolekcja-carousel {
    padding-bottom: 110px; }
    #kolekcja-carousel .owl-nav {
      height: 110px; }
      #kolekcja-carousel .owl-nav .owl-prev {
        left: 33px; }
      #kolekcja-carousel .owl-nav .owl-next {
        left: 65px; }
      #kolekcja-carousel .owl-nav:before {
        margin-left: 80px; }
      #kolekcja-carousel .owl-nav:after {
        margin-right: 80px; }
    #kolekcja-carousel .carousel-wrapper .one-item a {
      height: 45vw; }
      #kolekcja-carousel .carousel-wrapper .one-item a .text {
        padding: 3vw 2.5vw 2vw 2.5vw; }
        #kolekcja-carousel .carousel-wrapper .one-item a .text .text-inner .etykieta {
          font-size: 16px;
          letter-spacing: 2px;
          line-height: 17px;
          font-weight: 600; }
        #kolekcja-carousel .carousel-wrapper .one-item a .text .text-inner .tresc h3 {
          font-size: 26px;
          line-height: 27px; }
        #kolekcja-carousel .carousel-wrapper .one-item a .text .text-inner .tresc .linia {
          height: 3px;
          margin-bottom: 12px; }
        #kolekcja-carousel .carousel-wrapper .one-item a .text .text-inner .tresc p {
          font-size: 16px;
          line-height: 23px; }

  #uslugi-three-columns .wrapper h2 {
    font-size: 30px;
    line-height: 40px; }
  #uslugi-three-columns .wrapper h3 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px; }
  #uslugi-three-columns .wrapper .one-element .inner {
    padding: 35px 5px 35px 5px; }
    #uslugi-three-columns .wrapper .one-element .inner .foto {
      height: 8.25vw; }
      #uslugi-three-columns .wrapper .one-element .inner .foto img {
        max-height: 8.25vw; }
    #uslugi-three-columns .wrapper .one-element .inner .text h4 {
      font-size: 24px;
      line-height: 35px; }
    #uslugi-three-columns .wrapper .one-element .inner .text p {
      font-size: 17px;
      line-height: 29px; }
  #uslugi-three-columns .wrapper .one-element:nth-child(2n-1) .inner {
    padding-right: 10px; }
  #uslugi-three-columns .wrapper .one-element:nth-child(2n) .inner {
    padding-left: 10px; }

  #info-block .wrapper .text .text-inner {
    padding-top: 3vw;
    padding-left: 0px;
    padding-right: 30px; }
    #info-block .wrapper .text .text-inner h1, #info-block .wrapper .text .text-inner h2 {
      font-size: 25px;
      line-height: 33px; }
    #info-block .wrapper .text .text-inner .linia {
      margin-top: 10px;
      margin-bottom: 16px;
      height: 3px; }
    #info-block .wrapper .text .text-inner .tresc p {
      font-size: 16px;
      line-height: 27px; }
    #info-block .wrapper .text .text-inner .buttons {
      padding-top: 20px; }
      #info-block .wrapper .text .text-inner .buttons .button .btn-slider-foto {
        width: 38px;
        height: 38px;
        font-size: 17px; }
  #info-block .wrapper .foto {
    padding: 3vw; }
    #info-block .wrapper .foto img {
      width: 32vw;
      box-shadow: 0 0 3vw #000000cc; }

  #news-three-columns h2 {
    font-size: 30px;
    line-height: 40px; }
  #news-three-columns h3 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px; }
  #news-three-columns .wrapper {
    padding: 0; }
    #news-three-columns .wrapper .one-element .inner {
      padding: 40px 0px; }
      #news-three-columns .wrapper .one-element .inner .text .button .btn-slider-foto {
        width: 38px;
        height: 38px;
        font-size: 17px; }
    #news-three-columns .wrapper .one-element:nth-last-child(3) .inner {
      padding-right: 10px; }
    #news-three-columns .wrapper .one-element:nth-last-child(2) .inner {
      padding-left: 10px; }
  #news-three-columns .buttons a {
    font-size: 14px;
    padding: 15px 36px; }
    #news-three-columns .buttons a:hover {
      padding: 15px 46px; }

  #instagram-carousel .title .social {
    width: 28px;
    height: 28px; }
  #instagram-carousel .title h2 {
    font-size: 28px; }
  #instagram-carousel img {
    height: calc(100vw / 4); }

  #socials .wrapper a {
    width: 20px;
    height: 20px; }

  #slider-onas-carousel {
    padding-bottom: 100px; }
    #slider-onas-carousel .owl-nav {
      height: 100px; }
      #slider-onas-carousel .owl-nav:before {
        margin-left: 80px; }
    #slider-onas-carousel .one-item .container .lewy {
      min-width: 370px;
      max-width: 370px; }
      #slider-onas-carousel .one-item .container .lewy .wrapper {
        padding: 0px 15px 0px 15px; }
        #slider-onas-carousel .one-item .container .lewy .wrapper h2 {
          font-size: 27px;
          line-height: 27px; }
        #slider-onas-carousel .one-item .container .lewy .wrapper h3 {
          font-size: 27px;
          line-height: 40px;
          margin-bottom: 10px; }
        #slider-onas-carousel .one-item .container .lewy .wrapper p {
          font-size: 16px;
          line-height: 25px; }
        #slider-onas-carousel .one-item .container .lewy .wrapper .buttons {
          margin-top: 40px; }
    #slider-onas-carousel .one-item .container .prawy img {
      height: calc(100vh - 200px);
      max-height: 500px; }

  #zalety .container-fluid .wrapper {
    margin-right: 30px;
    flex-wrap: wrap; }
    #zalety .container-fluid .wrapper .one-zaleta {
      margin-right: 10px;
      flex: 1 1 40%; }
      #zalety .container-fluid .wrapper .one-zaleta .foto {
        width: 48px;
        height: 48px;
        margin-right: 15px; }
      #zalety .container-fluid .wrapper .one-zaleta .text h3 {
        font-size: 20px;
        line-height: 30px; }
      #zalety .container-fluid .wrapper .one-zaleta .text h4 {
        font-size: 20px;
        line-height: 30px; }
      #zalety .container-fluid .wrapper .one-zaleta:first-child {
        margin-left: 20px; }
      #zalety .container-fluid .wrapper .one-zaleta:nth-child(3) {
        margin-left: 20px; }

  #tresc .container-fluid .wrapper h2 {
    font-size: 30px;
    line-height: 44px; }
  #tresc .container-fluid .wrapper p {
    font-size: 16px;
    line-height: 27px; }

  #wyszukane-produkty .wrapper a.one-produkt {
    width: calc(50% - 40px); }
    #wyszukane-produkty .wrapper a.one-produkt .foto {
      width: 100%;
      height: 30vw; }

  #subsite-text h2 {
    font-size: 30px;
    line-height: 44px; }
  #subsite-text p {
    font-size: 16px;
    line-height: 27px; }

  #kategorie_produktow .wrapper .one-kategoria .text h2 {
    font-size: 20px;
    line-height: 26px; }

  #wszyscy-producenci .wrapper .one-kategoria .text h2 {
    font-size: 20px;
    line-height: 26px; }

  #top-foto img {
    height: 420px; }
  #top-foto .wrapper {
    padding-top: 150px; }
    #top-foto .wrapper .container-fluid .text h1 {
      font-size: 40px;
      line-height: 55px; }
    #top-foto .wrapper .container-fluid .text p {
      font-size: 18px;
      line-height: 28px;
      padding: 0 20px; }

  #text-center-tlo .text p {
    font-size: 18px;
    line-height: 28px;
    padding: 0 20px; }

  #left-menu-kategorie {
    min-width: 240px;
    max-width: 240px; }
    #left-menu-kategorie .kategoria a {
      font-size: 16px;
      letter-spacing: 1px;
      line-height: 28px;
      padding: 9px 0 9px 10px; }

  #produkty-kategorii .wrapper .one-produkt .foto {
    height: 12vw; }
  #produkty-kategorii .wrapper .one-produkt .text h2 {
    font-size: 18px;
    line-height: 24px; }

  #produkt .wrapper .lewy .fotos {
    min-width: 36vw;
    max-width: 36vw; }
    #produkt .wrapper .lewy .fotos .big-foto {
      min-height: 36vw;
      max-height: 36vw; }
  #produkt .wrapper .prawy {
    margin-right: 0; }
    #produkt .wrapper .prawy .naglowek {
      padding-left: 10px;
      margin-bottom: 20px; }
      #produkt .wrapper .prawy .naglowek .gora h1 {
        font-size: 30px;
        line-height: 55px; }
      #produkt .wrapper .prawy .naglowek .gora .nawigacja .prev {
        font-size: 27px; }
      #produkt .wrapper .prawy .naglowek .gora .nawigacja .next {
        font-size: 27px;
        margin-left: 25px; }
      #produkt .wrapper .prawy .naglowek .dol p {
        font-size: 16px;
        line-height: 26px; }
    #produkt .wrapper .prawy .wlasciwosci {
      padding-left: 10px; }
      #produkt .wrapper .prawy .wlasciwosci p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 20px; }
      #produkt .wrapper .prawy .wlasciwosci .tytul-formularza {
        font-size: 18px;
        line-height: 49px;
        padding-top: 15px; }
      #produkt .wrapper .prawy .wlasciwosci form .form-control {
        font-size: 16px;
        line-height: 26px; }
      #produkt .wrapper .prawy .wlasciwosci form #send-btn .btn-slider-foto {
        width: 36px;
        height: 36px; }
  #produkt .cofnij {
    padding-left: 20px; }
    #produkt .cofnij a span {
      font-size: 27px;
      margin-right: 20px; }

  #bottom-navbar {
    padding-top: 30px; }
    #bottom-navbar .navbar .nav.navbar-nav li a {
      padding: 10px 19px;
      font-size: 18px;
      letter-spacing: 0px; }

  #footer .container-fluid:before {
    min-width: 80px; }
  #footer .container-fluid:after {
    min-width: 80px; }

  #news-l-r .one-news .title-data {
    float: none !important;
    text-align: center;
    margin-left: auto;
    margin-right: auto; }
    #news-l-r .one-news .title-data .data {
      text-align: center;
      float: none !important;
      margin-left: auto;
      margin-right: auto; }
      #news-l-r .one-news .title-data .data span {
        width: 115px;
        margin-right: auto;
        margin-left: auto; }
  #news-l-r .one-news .foto {
    margin-bottom: 10px; }
    #news-l-r .one-news .foto span {
      height: 200px; }
  #news-l-r .one-news .news-foto span {
    height: 350px; }

  #news-2-col .one-news .news-foto span {
    height: 250px; }

  #gallery-simple .one-foto .one-foto-inner span {
    height: 230px; }
  #gallery-simple .one-foto .one-foto-inner .carousel-hover {
    height: 230px; }

  #google-map .google-map-helper {
    height: 400px; }

  .subsite .title-pages h1 {
    font-size: 60px;
    line-height: 75px; }

  .container-half {
    width: 375px; }

  body h1 {
    font-size: 2.2em; }
  body h2 {
    font-size: 2.0em; }
  body h3 {
    font-size: 1.8em; }
  body h4 {
    font-size: 1.6em; }
  body h5 {
    font-size: 1.5em; }
  body h6 {
    font-size: 1.4em; }

  #contact-block .contact-block-inner > .row {
    display: flex;
    justify-content: center; }
  #contact-block .contact-block-inner .contact-form {
    padding-right: 0; }
    #contact-block .contact-block-inner .contact-form .contact-form-inner h3 {
      font-size: 27px; }
    #contact-block .contact-block-inner .contact-form .contact-form-inner .contact-checkbox-label {
      font-size: 17px;
      margin-right: 0px !important; }
  #contact-block .contact-block-inner .adress-info {
    padding-left: 15px;
    width: 45%; }
    #contact-block .contact-block-inner .adress-info p {
      font-size: 16px; }
  #contact-block .contact-block-inner #send-btn {
    margin-right: 10px; }
    #contact-block .contact-block-inner #send-btn .btn-slider-foto {
      width: 36px;
      height: 36px;
      font-size: 17px; }

  .container {
    width: 605px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  main {
    padding-top: 150px; }

  .videos-3 iframe {
    height: calc(24vw - 50px); }

  .dolne-menu > ul {
    padding: 0; }
    .dolne-menu > ul a {
      padding: 10px 12px 10px 12px; }

  #myNav {
    top: 120px;
    padding-bottom: 120px; }
    #myNav.sticked {
      top: 100px;
      padding-bottom: 100px; }

  #voucher #top-foto {
    padding-top: 120px; }

  header.sticked #top-navbar .navbar .navbar-inner .right .navbar-nav li.social {
    height: 70px; }

  #top-navbar .navbar .navbar-inner .left .brand-wrapper .navbar-brand {
    margin-left: 30px; }
    #top-navbar .navbar .navbar-inner .left .brand-wrapper .navbar-brand img {
      width: 260px; }
  #top-navbar .navbar .navbar-inner .right .navbar-nav li {
    display: none; }
    #top-navbar .navbar .navbar-inner .right .navbar-nav li.social {
      height: 120px;
      margin-left: 25px; }
      #top-navbar .navbar .navbar-inner .right .navbar-nav li.social:last-child {
        margin-left: 0px; }

  #slider-carousel {
    padding-bottom: 100px; }
    #slider-carousel .owl-nav {
      height: 100px; }
      #slider-carousel .owl-nav .owl-arrow {
        top: 21px; }
      #slider-carousel .owl-nav .owl-prev {
        left: 130px; }
      #slider-carousel .owl-nav .owl-next {
        left: 165px; }
    #slider-carousel .one-item .container .lewy {
      min-width: 300px;
      max-width: 300px; }
      #slider-carousel .one-item .container .lewy .wrapper {
        padding: 0px 30px 0px 15px; }
        #slider-carousel .one-item .container .lewy .wrapper h2 {
          font-size: 35px;
          line-height: 44px; }
        #slider-carousel .one-item .container .lewy .wrapper .linia {
          margin-bottom: 20px;
          width: 150px; }
        #slider-carousel .one-item .container .lewy .wrapper p {
          font-size: 17px; }
        #slider-carousel .one-item .container .lewy .wrapper .buttons {
          margin-top: 40px; }
    #slider-carousel .one-item .container .prawy {
      height: calc(100vh - 120px); }

  #home-block .one-block {
    padding-left: 0px; }
    #home-block .one-block .wrapper .info-foto {
      background-position: 0px 100%;
      background-size: 80% 73%;
      padding-bottom: 35px;
      padding-left: 35px; }
      #home-block .one-block .wrapper .info-foto img {
        width: 32vw; }
    #home-block .one-block .wrapper .info-txt {
      padding: 0 0px 0 30px; }
      #home-block .one-block .wrapper .info-txt .info-txt-inner .info-title h2 {
        font-size: 27px;
        line-height: 38px; }

  #kolekcja-carousel {
    padding-bottom: 110px; }
    #kolekcja-carousel .owl-nav {
      height: 110px; }
    #kolekcja-carousel .carousel-wrapper .one-item a {
      height: 45vw; }
      #kolekcja-carousel .carousel-wrapper .one-item a .text {
        padding: 3vw 2.5vw 2vw 2.5vw; }
        #kolekcja-carousel .carousel-wrapper .one-item a .text .text-inner .etykieta {
          font-size: 17px;
          letter-spacing: 4px;
          line-height: 17px; }
        #kolekcja-carousel .carousel-wrapper .one-item a .text .text-inner .tresc h3 {
          font-size: 28px;
          line-height: 36px; }
        #kolekcja-carousel .carousel-wrapper .one-item a .text .text-inner .tresc .linia {
          height: 3px;
          margin-bottom: 16px; }
        #kolekcja-carousel .carousel-wrapper .one-item a .text .text-inner .tresc p {
          font-size: 17px;
          line-height: 28px; }

  #uslugi-three-columns .wrapper h2 {
    font-size: 40px;
    line-height: 50px; }
  #uslugi-three-columns .wrapper h3 {
    font-size: 40px;
    line-height: 50px; }
  #uslugi-three-columns .wrapper .one-element .inner {
    padding: 50px 20px 50px 20px; }
    #uslugi-three-columns .wrapper .one-element .inner .foto {
      height: 8.25vw; }
      #uslugi-three-columns .wrapper .one-element .inner .foto img {
        max-height: 8.25vw; }
    #uslugi-three-columns .wrapper .one-element .inner .text h4 {
      font-size: 26px;
      line-height: 37px; }
    #uslugi-three-columns .wrapper .one-element .inner .text p {
      font-size: 17px;
      line-height: 29px; }

  #info-block .wrapper .text .text-inner {
    padding-top: 3vw;
    padding-left: 0px;
    padding-right: 30px; }
    #info-block .wrapper .text .text-inner h1, #info-block .wrapper .text .text-inner h2 {
      font-size: 34px;
      line-height: 46px; }
    #info-block .wrapper .text .text-inner .linia {
      margin-top: 20px;
      margin-bottom: 33px; }
    #info-block .wrapper .text .text-inner .tresc p {
      font-size: 17px;
      line-height: 28px; }
    #info-block .wrapper .text .text-inner .buttons {
      padding-top: 20px; }
  #info-block .wrapper .foto {
    padding: 3vw; }
    #info-block .wrapper .foto img {
      width: 32vw;
      box-shadow: 0 0 3vw #000000cc; }

  #news-three-columns h2 {
    font-size: 40px;
    line-height: 50px; }
  #news-three-columns h3 {
    font-size: 40px;
    line-height: 50px; }
  #news-three-columns .wrapper {
    padding: 0; }
    #news-three-columns .wrapper .one-element {
      padding: 0; }
      #news-three-columns .wrapper .one-element .inner {
        padding: 50px 20px; }
        #news-three-columns .wrapper .one-element .inner .foto img {
          max-height: 35vw; }
        #news-three-columns .wrapper .one-element .inner .text .button .btn-slider-foto {
          width: 38px;
          height: 38px;
          font-size: 17px; }

  #instagram-carousel .title .social {
    width: 32px;
    height: 32px; }
  #instagram-carousel .title h2 {
    font-size: 32px; }
  #instagram-carousel img {
    height: calc(100vw / 5); }

  #socials .wrapper a {
    width: 22px;
    height: 22px; }

  #slider-onas-carousel {
    padding-bottom: 100px; }
    #slider-onas-carousel .owl-nav {
      height: 100px; }
    #slider-onas-carousel .one-item .container .lewy {
      min-width: 450px;
      max-width: 450px; }
      #slider-onas-carousel .one-item .container .lewy .wrapper {
        padding: 0px 30px 0px 20px; }
        #slider-onas-carousel .one-item .container .lewy .wrapper h2 {
          font-size: 30px;
          line-height: 30px; }
        #slider-onas-carousel .one-item .container .lewy .wrapper h3 {
          font-size: 30px;
          line-height: 45px;
          margin-bottom: 20px; }
        #slider-onas-carousel .one-item .container .lewy .wrapper p {
          font-size: 18px;
          line-height: 27px; }
        #slider-onas-carousel .one-item .container .lewy .wrapper .buttons {
          margin-top: 40px; }
    #slider-onas-carousel .one-item .container .prawy img {
      height: calc(100vh - 200px); }

  #zalety .container-fluid .wrapper {
    margin-right: 30px; }
    #zalety .container-fluid .wrapper .one-zaleta {
      margin-right: 10px; }
      #zalety .container-fluid .wrapper .one-zaleta .foto {
        width: 48px;
        height: 48px;
        margin-right: 15px; }
      #zalety .container-fluid .wrapper .one-zaleta .text h3 {
        font-size: 20px;
        line-height: 30px; }
      #zalety .container-fluid .wrapper .one-zaleta .text h4 {
        font-size: 20px;
        line-height: 30px; }
      #zalety .container-fluid .wrapper .one-zaleta:first-child {
        margin-left: 20px; }

  #tresc .container-fluid .wrapper h2 {
    font-size: 35px;
    line-height: 50px; }
  #tresc .container-fluid .wrapper p {
    font-size: 17px;
    line-height: 28px; }

  #subsite-text h2 {
    font-size: 35px;
    line-height: 50px; }
  #subsite-text p {
    font-size: 17px;
    line-height: 28px; }

  #top-foto img {
    height: 500px; }
  #top-foto .wrapper {
    padding-top: 170px; }
    #top-foto .wrapper .container-fluid .text h1 {
      font-size: 50px;
      line-height: 70px; }
    #top-foto .wrapper .container-fluid .text p {
      max-width: 600px; }

  #text-center-tlo .text p {
    max-width: 600px; }

  #left-menu-kategorie {
    margin-right: 0;
    min-width: 265px;
    max-width: 265px; }
    #left-menu-kategorie .kategoria a {
      font-size: 17px;
      letter-spacing: 1px;
      line-height: 28px;
      padding: 9px 0 9px 20px; }

  #produkty-kategorii .wrapper .one-produkt .foto {
    height: 12vw; }
  #produkty-kategorii .wrapper .one-produkt .text h2 {
    font-size: 20px;
    line-height: 26px; }

  #produkt .wrapper .lewy .fotos {
    min-width: 36vw;
    max-width: 36vw; }
    #produkt .wrapper .lewy .fotos .big-foto {
      min-height: 36vw;
      max-height: 36vw;
      height: 36vw; }
  #produkt .wrapper .prawy {
    margin-right: 15px; }
    #produkt .wrapper .prawy .naglowek {
      padding-left: 15px;
      margin-bottom: 30px; }
      #produkt .wrapper .prawy .naglowek .gora h1 {
        font-size: 35px;
        line-height: 60px; }
      #produkt .wrapper .prawy .naglowek .gora .nawigacja .next {
        margin-left: 35px; }
      #produkt .wrapper .prawy .naglowek .dol p {
        font-size: 17px;
        line-height: 28px; }
    #produkt .wrapper .prawy .wlasciwosci {
      padding-left: 15px; }
      #produkt .wrapper .prawy .wlasciwosci p {
        font-size: 17px;
        line-height: 28px;
        margin-bottom: 30px; }
      #produkt .wrapper .prawy .wlasciwosci .tytul-formularza {
        font-size: 19px;
        line-height: 52px;
        padding-top: 20px; }
      #produkt .wrapper .prawy .wlasciwosci form .form-control {
        font-size: 17px;
        line-height: 28px; }
      #produkt .wrapper .prawy .wlasciwosci form #send-btn .btn-slider-foto {
        width: 40px;
        height: 40px; }
  #produkt .cofnij {
    padding-left: 25px; }
    #produkt .cofnij a span {
      margin-right: 25px; }

  #bottom-navbar {
    padding-top: 40px; }
    #bottom-navbar .navbar .nav.navbar-nav li a {
      padding: 10px 24px;
      font-size: 18px;
      letter-spacing: 1px; }

  #gallery-carousel .foto-carousel .one-foto span {
    height: 220px; }
  #gallery-carousel .foto-carousel .one-foto .carousel-hover {
    height: 220px; }

  #news-l-r .one-news .news-foto span {
    height: 250px; }

  #news-2-col .one-news .news-foto span {
    height: 250px; }

  #gallery-simple .one-foto .one-foto-inner span {
    height: 230px; }
  #gallery-simple .one-foto .one-foto-inner .carousel-hover {
    height: 230px; }

  #google-map .google-map-helper {
    height: 400px; }

  .subsite .title-pages h1 {
    font-size: 80px;
    line-height: 120px; }

  .container-half {
    width: 485px; }

  body h1 {
    font-size: 2.2em; }
  body h2 {
    font-size: 2.0em; }
  body h3 {
    font-size: 1.8em; }
  body h4 {
    font-size: 1.6em; }
  body h5 {
    font-size: 1.5em; }
  body h6 {
    font-size: 1.4em; }

  #contact-block .contact-block-inner .contact-form .contact-form-inner h3 {
    font-size: 27px; }
  #contact-block .contact-block-inner .contact-form .contact-form-inner .contact-checkbox-label {
    font-size: 17px;
    margin-right: 0px !important; }
  #contact-block .contact-block-inner .adress-info p {
    font-size: 16px; }

  .container {
    width: 740px; } }
@media (min-width: 1200px) and (max-width: 1599px) {
  #top-navbar .navbar .navbar-inner .right .navbar-nav li {
    display: none; }
  #top-navbar .navbar .navbar-inner .right .navbar-nav .social {
    display: block;
    margin-left: 25px; }
    #top-navbar .navbar .navbar-inner .right .navbar-nav .social:last-child {
      margin-left: 0px; }

  #slider-carousel .one-item .container .lewy {
    min-width: 415px;
    max-width: 415px; }
    #slider-carousel .one-item .container .lewy .wrapper h2 {
      font-size: 45px;
      line-height: 60px; }
    #slider-carousel .one-item .container .lewy .wrapper .linia {
      margin-bottom: 30px; }
    #slider-carousel .one-item .container .lewy .wrapper p {
      font-size: 18px; }
    #slider-carousel .one-item .container .lewy .wrapper .buttons {
      margin-top: 40px; }

  #home-block .one-block {
    padding-left: 20px; }
    #home-block .one-block .wrapper .info-foto {
      padding-bottom: 50px;
      padding-left: 50px; }
    #home-block .one-block .wrapper .info-txt {
      padding: 0 35px 0 50px; }
      #home-block .one-block .wrapper .info-txt .info-txt-inner .info-title h2 {
        font-size: 28px;
        line-height: 38px; }

  #kolekcja-carousel .carousel-wrapper .one-item a .text {
    padding: 3vw 2.5vw 2vw 2.5vw; }
    #kolekcja-carousel .carousel-wrapper .one-item a .text .text-inner .etykieta {
      font-size: 17px;
      letter-spacing: 4px;
      line-height: 17px; }
    #kolekcja-carousel .carousel-wrapper .one-item a .text .text-inner .tresc h3 {
      font-size: 30px;
      line-height: 40px; }
    #kolekcja-carousel .carousel-wrapper .one-item a .text .text-inner .tresc .linia {
      margin-bottom: 17px; }
    #kolekcja-carousel .carousel-wrapper .one-item a .text .text-inner .tresc p {
      font-size: 17px;
      line-height: 28px; }

  #uslugi-three-columns .wrapper h2 {
    font-size: 40px;
    line-height: 50px; }
  #uslugi-three-columns .wrapper h3 {
    font-size: 40px;
    line-height: 50px; }
  #uslugi-three-columns .wrapper .one-element .inner {
    padding: 50px 20px 50px 20px; }
    #uslugi-three-columns .wrapper .one-element .inner .text h4 {
      font-size: 28px;
      line-height: 40px; }

  #info-block .wrapper .text .text-inner {
    padding-top: 3.2vw;
    padding-left: 20px;
    padding-right: 50px; }
    #info-block .wrapper .text .text-inner h1, #info-block .wrapper .text .text-inner h2 {
      font-size: 44px;
      line-height: 57px; }
    #info-block .wrapper .text .text-inner .linia {
      margin-top: 25px;
      margin-bottom: 42px; }
    #info-block .wrapper .text .text-inner .buttons {
      padding-top: 20px; }
  #info-block .wrapper .foto {
    padding: 3.2vw; }
    #info-block .wrapper .foto img {
      width: 34vw;
      box-shadow: 0 0 3.2vw #000000cc; }

  #news-three-columns h2 {
    font-size: 40px;
    line-height: 50px; }
  #news-three-columns h3 {
    font-size: 40px;
    line-height: 50px; }
  #news-three-columns .wrapper {
    padding: 0; }
    #news-three-columns .wrapper .one-element {
      padding: 0; }
      #news-three-columns .wrapper .one-element .inner {
        padding: 50px 20px; }

  #instagram-carousel .title .social {
    width: 36px;
    height: 36px; }
  #instagram-carousel .title h2 {
    font-size: 37px; }
  #instagram-carousel img {
    height: calc(100vw / 6); }

  #socials .wrapper a {
    width: 25px;
    height: 25px; }

  #slider-onas-carousel .one-item .container .lewy {
    min-width: 600px;
    max-width: 600px; }
    #slider-onas-carousel .one-item .container .lewy .wrapper h2 {
      font-size: 41px;
      line-height: 41px; }
    #slider-onas-carousel .one-item .container .lewy .wrapper h3 {
      font-size: 35px;
      line-height: 50px;
      margin-bottom: 40px; }
    #slider-onas-carousel .one-item .container .lewy .wrapper p {
      font-size: 19px;
      line-height: 29px; }
    #slider-onas-carousel .one-item .container .lewy .wrapper .buttons {
      margin-top: 40px; }

  #zalety .container-fluid .wrapper .one-zaleta .foto {
    width: 60px;
    height: 60px;
    margin-right: 20px; }
  #zalety .container-fluid .wrapper .one-zaleta .text h3 {
    font-size: 20px;
    line-height: 30px; }
  #zalety .container-fluid .wrapper .one-zaleta .text h4 {
    font-size: 20px;
    line-height: 30px; }

  #tresc .container-fluid .wrapper h2 {
    font-size: 40px;
    line-height: 56px; }

  #subsite-text h2 {
    font-size: 40px;
    line-height: 56px; }

  #top-foto .wrapper .container-fluid .text h1 {
    font-size: 67px;
    line-height: 95px; }
  #top-foto .wrapper .container-fluid .text p {
    max-width: 800px; }

  #text-center-tlo .text p {
    max-width: 800px; }

  #left-menu-kategorie {
    min-width: 300px;
    max-width: 300px; }
    #left-menu-kategorie .kategoria a {
      font-size: 18px;
      letter-spacing: 1px;
      line-height: 30px;
      padding: 9px 0 9px 20px; }

  #produkty-kategorii .wrapper .one-produkt .foto {
    height: 14vw; }

  #produkt .wrapper .lewy .fotos {
    min-width: 36vw;
    max-width: 36vw; }
    #produkt .wrapper .lewy .fotos .big-foto {
      min-height: 36vw;
      max-height: 36vw;
      height: 36vw; }
  #produkt .wrapper .prawy {
    margin-right: 30px; }
    #produkt .wrapper .prawy .naglowek {
      padding-left: 20px;
      margin-bottom: 40px; }
      #produkt .wrapper .prawy .naglowek .gora h1 {
        font-size: 50px;
        line-height: 72px; }
      #produkt .wrapper .prawy .naglowek .gora .nawigacja .next {
        margin-left: 45px; }
    #produkt .wrapper .prawy .wlasciwosci {
      padding-left: 20px; }
      #produkt .wrapper .prawy .wlasciwosci p {
        margin-bottom: 35px; }
      #produkt .wrapper .prawy .wlasciwosci .tytul-formularza {
        padding-top: 20px; }
  #produkt .cofnij {
    padding-left: 30px; }
    #produkt .cofnij a span {
      margin-right: 30px; }

  #bottom-navbar .navbar .nav.navbar-nav li a {
    padding: 10px 34px;
    font-size: 19px; }

  .subsite .title-pages h1 {
    font-size: 100px;
    line-height: 145px; }

  .container {
    width: 945px; } }
@media (min-width: 1600px) {
  .dolne-menu {
    display: none; }

  .container {
    width: 1345px; } }
@media (min-width: 1600px) and (max-width: 1700px) {
  header.sticked #top-navbar .navbar .navbar-inner .right .navbar-nav li {
    padding: 8px 7px; }
    header.sticked #top-navbar .navbar .navbar-inner .right .navbar-nav li.social {
      padding-right: 15px; }
    header.sticked #top-navbar .navbar .navbar-inner .right .navbar-nav li.last {
      padding-left: 0px;
      padding-right: 0px; }

  #top-navbar .navbar .navbar-inner .left .brand-wrapper .navbar-brand {
    margin-left: 50px; }
  #top-navbar .navbar .navbar-inner .right .navbar-nav li {
    padding: 50px 7px; } }
@media (max-width: 400px) {
  #wszyscy-producenci .container-fluid .wrapper .one-kategoria {
    width: 90%; }
    #wszyscy-producenci .container-fluid .wrapper .one-kategoria .foto .logo {
      max-width: 100%;
      padding: 20px;
      margin-left: auto;
      margin-right: auto; }
      #wszyscy-producenci .container-fluid .wrapper .one-kategoria .foto .logo img {
        max-width: 100%; }
    #wszyscy-producenci .container-fluid .wrapper .one-kategoria .foto img {
      height: 90vw;
      object-fit: contain;
      max-width: 100%; }
    #wszyscy-producenci .container-fluid .wrapper .one-kategoria:last-child {
      margin-left: 2.5%; } }
.faq {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto; }
  .faq .one-item {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
    padding: 2px;
    box-shadow: 0px 0px 2px 1px #343434;
    background-color: #f0f0f0; }
    .faq .one-item .title {
      font-weight: 600;
      font-size: 24px;
      line-height: 31px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      cursor: pointer;
      position: relative;
      padding: 18px;
      border: none;
      width: 100%;
      border-radius: 8px;
      text-transform: initial;
      text-align: left;
      outline: none;
      white-space: normal; }
      .faq .one-item .title .roll {
        transition: 0.2s;
        -webkit-transition: 0.2s;
        width: 40px;
        height: 40px;
        border-radius: 5px;
        flex: none;
        order: 1;
        flex-grow: 0;
        background: white;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 15px; }
        .faq .one-item .title .roll .line1 {
          width: 2px;
          height: 20px;
          background-color: black;
          border-radius: 5px;
          position: absolute;
          transition: 0.3s;
          -webkit-transition: 0.3s; }
        .faq .one-item .title .roll .line2 {
          width: 20px;
          height: 2px;
          background-color: black;
          border-radius: 5px;
          position: absolute;
          transition: 0.3s;
          -webkit-transition: 0.3s; }
        .faq .one-item .title .roll.open {
          background-color: black; }
          .faq .one-item .title .roll.open .line2 {
            background-color: white; }
      .faq .one-item .title:hover {
        transform: none; }
    .faq .one-item .line {
      border: 1px solid black;
      display: block;
      margin-top: 10px;
      margin-bottom: 30px; }
    .faq .one-item .item-body {
      display: none;
      padding: 20px;
      padding-top: 0; }

@media (max-width: 575px) {
  .faq .one-item {
    margin-bottom: 20px; }
    .faq .one-item .title {
      font-size: 18px;
      line-height: 20px;
      padding: 10px 15px; }
      .faq .one-item .title .roll {
        width: 32px;
        height: 32px; }
    .faq .one-item .line {
      margin-bottom: 20px; }
    .faq .one-item .item-body {
      padding: 0 15px 10px 15px; }
      .faq .one-item .item-body .line {
        margin-bottom: 20px; } }
@media (min-width: 576px) and (max-width: 767px) {
  .faq .one-item {
    margin-bottom: 20px; }
    .faq .one-item .title {
      font-size: 20px;
      line-height: 30px;
      padding: 10px 15px; }
      .faq .one-item .title .roll {
        width: 36px;
        height: 36px; }
    .faq .one-item .item-body {
      padding: 0 15px 10px 15px; }
      .faq .one-item .item-body .line {
        margin-bottom: 20px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .faq .one-item .title {
    padding: 15px 20px; }
  .faq .one-item .item-body {
    padding: 0 20px 15px 20px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .faq .one-item .title {
    padding: 15px 20px; }
  .faq .one-item .item-body {
    padding: 0 20px 15px 20px; } }

/*# sourceMappingURL=main.css.map */
