@charset "UTF-8";
/*==COLORS==*/
/*==Fonty==*/
@import url(sass/font-awesome.min.css);
@import url(sass/brands.min.css);
@import url(sass/solid.min.css);
h1, h2, h3, h4 {
  font-family: "Noto Serif", serif;
  color: #1D2D3D; }
  h1::selection, h2::selection, h3::selection, h4::selection {
    background: #d2b36a;
    color: #fff; }

p {
  font-family: "Noto Serif", serif;
  font-weight: 400;
  color: #36373d;
  line-height: 24px;
  font-size: 16px;
  padding: 0px 0px 20px 0px;
  margin: 0; }
  p::selection {
    background: #d2b36a;
    color: #fff; }
  p strong {
    color: #010101; }

ul li {
  font-family: "Noto Serif", serif;
  font-weight: 400;
  color: #36373d;
  line-height: 26px;
  font-size: 18px;
  padding: 0; }

ol li {
  font-family: "Noto Serif", serif;
  font-weight: 400;
  color: #36373d;
  line-height: 26px;
  font-size: 18px;
  padding: 0; }

blockquote {
  font-style: italic; }

/*==MIXIN==*/
.btn-error {
  color: #fff;
  background: #dc3545;
  border-radius: 20px;
  padding: 10px 20px; }

.btn-success {
  color: #fff;
  background: #28a745;
  border-radius: 20px;
  padding: 10px 20px; }

.btn-warning {
  color: #fff;
  background: #ffc107;
  border-radius: 20px;
  padding: 10px 20px; }

.message-error {
  color: #dc3545; }

.message-success {
  color: #28a745; }

.message-warning {
  color: #ffc107; }

/*==form==*/
input, textarea, select {
  padding: 15px 15px;
  border: 1px solid #e2e2e2;
  margin: 2px 0px 8px 0px !important;
  width: 100%;
  border-radius: 8px; }

textarea {
  height: 200px; }

button {
  width: 100%;
  padding: 16px;
  border: none;
  background: #010101;
  border-radius: 6px;
  color: #fff;
  transition: 0.3s; }
  button:hover {
    background-color: #d2b36a; }

/*==table==*/
table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #e2e2e2; }

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 0px solid #e2e2e2; }

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0; }

.table > tbody + tbody {
  border-top: 2px solid #e2e2e2; }

.table .table {
  background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #e2e2e2; }

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #e2e2e2; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none; }

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

/*==GRID==*/
main {
  width: 100%; }

.container {
  width: 1470px;
  padding: 0px 30px;
  margin: 0 auto; }
  @media only screen and (min-width: 1200px) and (max-width: 1487px) {
    .container {
      width: 1230px; } }
  @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .container {
      width: 980px;
      padding: 0px 20px; } }
  @media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .container {
      max-width: 764px;
      padding: 0px 20px; } }
  @media only screen and (max-width: 767.98px) {
    .container {
      width: 100%;
      padding: 0px 15px; } }

.row {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0px 0px; }
  @media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .row {
      margin: 0px 0px;
      flex-wrap: wrap; } }
  @media only screen and (max-width: 767.98px) {
    .row {
      width: 100%;
      justify-content: center;
      flex-wrap: wrap; } }

.col-* p {
  padding: 10px; }

.col-100 {
  width: 100%; }

.col-12 {
  width: 690px; }
  @media only screen and (min-width: 1200px) and (max-width: 1487px) {
    .col-12 {
      width: 570px; } }
  @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .col-12 {
      width: 460px; } }
  @media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .col-12 {
      width: 100%; } }
  @media only screen and (max-width: 767.98px) {
    .col-12 {
      width: 100%;
      margin: 20px 0px; } }

.col-13 {
  width: 450px; }
  @media only screen and (min-width: 1200px) and (max-width: 1487px) {
    .col-13 {
      width: 370px; } }
  @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .col-13 {
      width: 300px; } }
  @media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .col-13 {
      width: 100%; } }
  @media only screen and (max-width: 767.98px) {
    .col-13 {
      width: 100%;
      margin: 20px 0px; } }

.col-23 {
  width: 930px; }
  @media only screen and (min-width: 1200px) and (max-width: 1487px) {
    .col-23 {
      width: 770px; } }
  @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .col-23 {
      width: 620px; } }
  @media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .col-23 {
      width: 100%; } }
  @media only screen and (max-width: 767.98px) {
    .col-23 {
      width: 100%;
      margin: 20px 0px; } }

.col-14 {
  width: 330px; }
  @media only screen and (min-width: 1200px) and (max-width: 1487px) {
    .col-14 {
      width: 270px; } }
  @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .col-14 {
      width: 220px; } }
  @media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .col-14 {
      width: 50%; } }
  @media only screen and (max-width: 767.98px) {
    .col-14 {
      width: 100%;
      margin: 20px 0px; } }

.col-34 {
  width: 1050px; }
  @media only screen and (min-width: 1200px) and (max-width: 1487px) {
    .col-34 {
      width: 870px; } }
  @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .col-34 {
      width: 700px; } }
  @media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .col-34 {
      width: 538px; } }
  @media only screen and (max-width: 767.98px) {
    .col-34 {
      width: 100%;
      margin: 20px 0px; } }

.col-16 {
  width: 210px; }
  @media only screen and (min-width: 1200px) and (max-width: 1487px) {
    .col-16 {
      width: 170px; } }
  @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .col-16 {
      width: 140px; } }
  @media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .col-16 {
      width: 100%; } }
  @media only screen and (max-width: 767.98px) {
    .col-16 {
      width: 100%;
      margin: 20px 0px; } }

.col-56 {
  width: 1170px; }
  @media only screen and (min-width: 1200px) and (max-width: 1487px) {
    .col-56 {
      width: 970px; } }
  @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .col-56 {
      width: 780px; } }
  @media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .col-56 {
      width: 600px; } }
  @media only screen and (max-width: 767.98px) {
    .col-56 {
      width: 100%;
      margin: 20px 0px; } }

.col-112 {
  width: 70px; }
  @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .col-112 {
      width: 60px; } }
  @media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .col-112 {
      width: 42px; } }
  @media only screen and (max-width: 767.98px) {
    .col-112 {
      width: 100%;
      margin: 20px 0px; } }

.col-1112 {
  width: 1070px; }
  @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .col-1112 {
      width: 860px; } }
  @media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .col-1112 {
      width: 662px; } }
  @media only screen and (max-width: 767.98px) {
    .col-1112 {
      width: 100%;
      margin: 20px 0px; } }

/*Procentowe*/
.col-50pr {
  width: 50%; }
  @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .col-50pr {
      width: 50%; } }
  @media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .col-50pr {
      width: 50%; } }
  @media only screen and (max-width: 767.98px) {
    .col-50pr {
      width: 100%; } }

.col-40pr {
  width: 40%; }
  @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .col-40pr {
      width: 40%; } }
  @media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .col-40pr {
      width: 40%; } }
  @media only screen and (max-width: 767.98px) {
    .col-40pr {
      width: 100%; } }

.col-60pr {
  width: 60%; }
  @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .col-60pr {
      width: 60%; } }
  @media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .col-60pr {
      width: 60%; } }
  @media only screen and (max-width: 767.98px) {
    .col-60pr {
      width: 100%; } }

/*!
 * SlickNav Responsive Mobile Menu v1.0.7
 * (c) 2016 Josh Cope
 * licensed under MIT
 */
.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0.438em 0.625em 0.438em 0.625em;
  line-height: 1.125em;
  cursor: pointer; }

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0.188em; }

.slicknav_menu {
  *zoom: 1; }

.slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left;
  z-index: 9999; }

.slicknav_menu .slicknav_icon {
  float: left;
  width: 1.125em;
  height: 0.875em;
  margin: 0.188em 0 0 0.438em;
  font-size: 25px; }

.slicknav_menu .slicknav_icon:before {
  background: transparent;
  width: 1.125em;
  height: 0.875em;
  display: block;
  content: "";
  position: absolute; }

.slicknav_menu .slicknav_no-text {
  margin: 0; }

.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 1.125em;
  height: 0.125em;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.slicknav_menu:before {
  content: " ";
  display: table; }

.slicknav_menu:after {
  content: " ";
  display: table;
  clear: both; }

.slicknav_nav {
  clear: both; }

.slicknav_nav ul {
  display: block; }

.slicknav_nav li {
  display: block; }

.slicknav_nav .slicknav_arrow {
  font-size: 0.8em;
  margin: 0 0 0 0.4em; }

.slicknav_nav .slicknav_item {
  cursor: pointer; }

.slicknav_nav .slicknav_item a {
  display: inline; }

.slicknav_nav .slicknav_row {
  display: block; }

.slicknav_nav a {
  display: block; }

.slicknav_nav .slicknav_parent-link a {
  display: inline; }

.slicknav_brand {
  float: left; }

.slicknav_menu {
  font-size: 16px;
  box-sizing: border-box;
  background: transparent;
  padding: 5px; }

.slicknav_menu * {
  box-sizing: border-box; }

.slicknav_menu .slicknav_menutxt {
  color: #fff;
  font-weight: bold;
  text-shadow: 0 1px 3px #000; }

.slicknav_menu .slicknav_icon-bar {
  background-color: #010101; }

.slicknav_btn {
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff; }

.slicknav_nav {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 1.4em;
  width: 100%;
  list-style: none;
  overflow: hidden;
  background-color: #010101;
  top: 15px;
  position: relative;
  border-radius: 0px 0px 10px 10px; }

.slicknav_nav ul {
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0 0 0 0px; }

.slicknav_nav .slicknav_row {
  padding: 14px 10px;
  margin: 2px 5px; }

.slicknav_nav .slicknav_row:hover {
  background: #fff;
  color: #010101; }

.slicknav_nav a {
  padding: 14px 10px;
  margin: 2px 5px;
  text-decoration: none;
  color: #fff;
  text-align: center;
  font-family: "Noto Serif", serif;
  font-weight: 300; }

.slicknav_nav a:hover {
  background: #fff;
  color: #010101; }

.slicknav_nav .slicknav_txtnode {
  margin-left: 15px; }

.slicknav_nav .slicknav_item a {
  padding: 0;
  margin: 0; }

.slicknav_nav .slicknav_parent-link a {
  padding: 0;
  margin: 0; }

.slicknav_brand {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif (opinionated).
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

* {
  box-sizing: content-box; }

/**
 * Remove default margin (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent displaying `audio` without controls in Mobile Safari 4/5/6/7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address inconsistent styling of `abbr[title]`.
 * 1. Correct styling in Firefox 39 and Opera 12.
 * 2. Correct missing styling in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Address inconsistent styling of b and strong.
 * 1. Correct duplicate application of `bolder` in Safari 6.0.2.
 * 2. Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+.
 */
b,
strong {
  font-weight: inherit;
  /* 1 */ }

b,
strong {
  font-weight: bolder;
  /* 2 */ }

/**
 * Address styling not present in Android < 4.4.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Correct border-style given when inside `a` element in IE 8/9/10.
 */
img {
  border-style: none; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 15px; }

/**
 * Address inconsistent styling of `hr`.
 * 1. Correct `box-sizing` set to `border-box` in Firefox.
 * 2. Correct `overflow` set to `hidden` in IE 8/9/10/11 and Edge 12.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * 1. Correct inheritance and scaling of font-size for preformatted text.
 * 2. Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct font properties not being inherited.
 * 2. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Restore focus style in Firefox 4+ (unset by a rule above)
 */
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * Address `appearance` set to `searchfield` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited from fieldset in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  color: inherit;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Restore font weight (unset by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

* {
  box-sizing: border-box; }

.clr {
  clear: both; }

body {
  height: 100%;
  padding: 0px;
  font-family: "Noto Serif", serif; }

header {
  width: 100%;
  padding: 5px 0px;
  position: fixed;
  background-color: #fff;
  top: 0;
  transition: 0.2s;
  z-index: 22;
  height: 105px; }
  @media only screen and (min-width: 768px) and (max-width: 991.98px) {
    header {
      top: 0 !important;
      height: 70px; } }
  @media only screen and (max-width: 767.98px) {
    header {
      top: 0 !important;
      height: 70px; } }

a.button-link {
  background-color: #d2b36a;
  color: #fff;
  padding: 24px 38px;
  margin-top: 40px;
  display: inline-block;
  text-align: left;
  font-weight: 700;
  text-decoration-color: transparent;
  text-transform: none;
  font-size: 18px;
  font-family: "Noto Serif", serif;
  border-radius: 20px;
  transition: 0.3s;
  border: 2px solid #fff;
  position: relative; }
  a.button-link:hover {
    background-color: #000;
    transition: 0.4s; }
  @media only screen and (max-width: 767.98px) {
    a.button-link {
      padding: 16px 24px;
      margin-top: 10px; } }

.logo {
  width: 155px;
  margin-top: 0px; }
  .logo img {
    max-width: 100%;
    height: auto; }
  @media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .logo {
      width: 99px;
      margin-top: 1px;
      z-index: 2; } }
  @media only screen and (max-width: 767.98px) {
    .logo {
      width: 99px;
      margin-top: 1px;
      z-index: 2; } }

.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.header-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end; }
  @media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .header-nav {
      margin-right: 45px; } }
  @media only screen and (max-width: 767.98px) {
    .header-nav {
      margin-right: 45px; } }

.google_translate {
  background: #f8f8f8;
  padding: 12px 8px;
  display: flex;
  align-items: center;
  border-radius: 10px;
  margin-left: 10px;
  z-index: 2; }
  .google_translate a {
    margin: 4px;
    padding: 0;
    line-height: 0;
    font-size: 0; }
    .google_translate a img {
      max-width: 34px;
      height: auto; }

#main-menu-content {
  margin: 0 15px;
  margin-top: 0px;
  padding-right: 0px; }
  #main-menu-content ul {
    display: table;
    margin: 0 auto;
    padding: 20px 15px; }
    #main-menu-content ul li {
      list-style: none;
      display: table-cell;
      padding: 0px 4px; }
      #main-menu-content ul li a {
        padding: 10px 12px;
        text-decoration: none;
        color: #000;
        font-size: 18px;
        font-weight: 500;
        font-family: "Noto Serif", serif;
        letter-spacing: 0px;
        position: relative;
        border-radius: 10px; }
        #main-menu-content ul li a:hover {
          color: #d2b36a;
          transition: width .3s; }
        @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
          #main-menu-content ul li a {
            padding: 5px 5px;
            font-size: 15px; } }

#main-menu-content {
  display: block;
  float: right; }
  @media only screen and (min-width: 768px) and (max-width: 991.98px) {
    #main-menu-content {
      display: none; } }
  @media only screen and (max-width: 767.98px) {
    #main-menu-content {
      display: none; } }

.slicknav_menu {
  display: none;
  position: fixed;
  top: 14px;
  right: 0px;
  z-index: 1;
  width: 100%;
  padding: 5px 0px; }
  @media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .slicknav_menu {
      display: block; } }
  @media only screen and (max-width: 767.98px) {
    .slicknav_menu {
      display: block; } }

.menu-social-media {
  display: flex;
  border-right: 1px solid #f2f2f23b;
  border-left: 1px solid #f2f2f23b;
  padding: 0px 0px;
  align-items: center; }
  .menu-social-media ul {
    list-style: none;
    padding: 0;
    display: flex;
    margin: 0;
    background: #d2b36a;
    padding: 14px;
    border-radius: 10px; }
    .menu-social-media ul li a {
      color: #fff;
      padding: 0px 10px;
      font-size: 22px; }
    @media only screen and (min-width: 768px) and (max-width: 991.98px) {
      .menu-social-media ul {
        display: none; } }
    @media only screen and (max-width: 767.98px) {
      .menu-social-media ul {
        display: none; } }

/*------ SLIDER ------*/
.slider {
  width: 100%;
  overflow: hidden;
  min-height: 650px;
  height: calc(100vh - 100px);
  max-width: 100%;
  margin: 100px auto 0px auto;
  border-radius: 10px;
  background-image: url(img/slider.jpg);
  background-color: rgba(0, 0, 0, 0.25);
  background-blend-mode: darken, luminosity;
  background-size: cover;
  background-position: center; }
  .slider-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%; }
  .slider-shapes {
    border-radius: 50%;
    width: 565px;
    height: 565px;
    position: relative;
    background-color: #d2b36a; }
    @media only screen and (min-width: 1200px) and (max-width: 1487px) {
      .slider-shapes {
        width: 410px;
        height: 410px; } }
    @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
      .slider-shapes {
        width: 410px;
        height: 410px; } }
    @media only screen and (min-width: 768px) and (max-width: 991.98px) {
      .slider-shapes {
        display: none; } }
    @media only screen and (max-width: 767.98px) {
      .slider-shapes {
        display: none; } }
    .slider-shapes img {
      border-style: none;
      max-height: 100vh;
      object-fit: contain;
      width: auto; }
  @media only screen and (max-width: 767.98px) {
    .slider-text {
      margin-top: -50px; } }
  .slider-text h1 {
    color: #d2b36a;
    font-size: 52px;
    text-transform: uppercase;
    text-align: left;
    padding: 0px 0px;
    font-weight: 700;
    border-radius: 20px;
    position: relative;
    line-height: 68px;
    margin-left: 0px; }
    .slider-text h1 span {
      display: block;
      color: #fff;
      font-weight: 300;
      text-transform: none;
      font-size: 35px;
      text-transform: uppercase; }
      @media only screen and (max-width: 767.98px) {
        .slider-text h1 span {
          font-size: 22px; } }
    @media only screen and (max-width: 767.98px) {
      .slider-text h1 {
        font-size: 28px;
        padding: 0px 0px;
        line-height: 36px;
        /* font-weight: 400; */ } }
  .slider-text p {
    color: #fff;
    display: flex;
    font-size: 18px; }
    .slider-text p .material-symbols-outlined {
      color: #d2b36a;
      padding: 0;
      margin-right: 4px; }
  .slider-buttons {
    position: relative;
    margin-top: 60px; }
    .slider-buttons a {
      background-color: #000;
      color: #d2b36a;
      border: 1px solid #d2b36a;
      text-decoration: none;
      padding: 16px 42px;
      font-size: 18px;
      font-weight: 500;
      margin-right: 20px;
      border-radius: 15px;
      transition: 0.4s; }
      .slider-buttons a:hover {
        background-color: #d2b36a;
        color: #000;
        transition: 0.4s; }
      @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
        .slider-buttons a {
          padding: 18px 35px;
          margin-right: 15px; } }
      @media only screen and (max-width: 767.98px) {
        .slider-buttons a {
          padding: 10px 22px;
          font-size: 15px;
          margin-right: 8px; } }
  @media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .slider {
      height: auto;
      aspect-ratio: 4/2;
      position: relative;
      margin: 60px auto 0px auto;
      border-radius: 0px; } }
  @media only screen and (max-width: 767.98px) {
    .slider {
      height: auto;
      aspect-ratio: 3 / 2;
      position: relative;
      margin: 60px auto 0px auto;
      border-radius: 0px; } }

.single-slider-shapes {
  border-radius: 30% 70% 67% 33%/30% 33% 67% 70%;
  width: 800px;
  height: 650px;
  position: relative;
  background-position: center center;
  background-size: cover;
  background-image: linear-gradient(180deg, rgba(66, 96, 166, 0.7791491597) 0%, rgba(28, 53, 117, 0.8267682073) 100%), url(img/slider-2.jpg); }

.shape-img {
  border-radius: 50px;
  max-width: 100%;
  height: auto;
  position: relative;
  background-position: center center;
  background-size: cover; }

/*------ strona główna ------*/
.home-info {
  padding: 150px 0px 130px 0px; }
  .home-info h2 {
    color: #000;
    text-align: left;
    font-size: 30px;
    padding: 0;
    margin: 15px 0 5px 0px;
    font-weight: 600; }
    @media only screen and (max-width: 767.98px) {
      .home-info h2 {
        /* font-size: 24px; */
        margin: 0;
        padding: 5px 0px; } }
  .home-info .h2-span {
    color: #d2b36a;
    font-weight: 400;
    font-size: 20px; }
  .home-info .row {
    align-items: center; }
  .home-info .col-12 p {
    font-size: 18px;
    padding: 20px 15px 10px 5px;
    line-height: 30px; }
    @media only screen and (max-width: 767.98px) {
      .home-info .col-12 p {
        line-height: 24px;
        font-size: 16px;
        padding: 10px 5px 5px 5px; } }
  .home-info .col-12 img {
    max-width: 100%;
    height: auto;
    border-radius: 2%;
    /* aspect-ratio: 1; */
    object-fit: cover; }
  .home-info-tekst {
    position: relative;
    /* left: 20px; */
    height: 100%;
    padding: 20px 35px; }
    @media only screen and (max-width: 767.98px) {
      .home-info-tekst {
        padding: 0px; } }
    .home-info-tekst p {
      font-weight: 400;
      color: #36373d;
      font-size: 30px;
      line-height: normal;
      padding: 0px 0px 20px 0px;
      margin: 0; }
      @media only screen and (max-width: 767.98px) {
        .home-info-tekst p {
          font-size: 24px; } }
    .home-info-tekst a {
      background-color: #d2b36a;
      color: #fff;
      padding: 16px 38px;
      margin-top: 40px;
      display: inline-block;
      text-align: left;
      font-weight: 600;
      text-decoration-color: transparent;
      text-transform: none;
      font-size: 16px;
      font-family: "Noto Serif", serif;
      border-radius: 10px;
      transition: 0.3s;
      position: relative; }
      .home-info-tekst a:hover {
        background-color: #000;
        transition: 0.4s; }
      @media only screen and (max-width: 767.98px) {
        .home-info-tekst a {
          padding: 18px 20px;
          font-size: 14px; } }
  @media only screen and (max-width: 767.98px) {
    .home-info {
      padding: 40px 0px; } }

.offer {
  padding: 80px 0px;
  background-color: #fafafa; }
  .offer h2 {
    color: #000;
    text-align: center;
    font-size: 30px;
    padding: 0;
    margin: 15px 0 5px 0px;
    font-weight: 600; }
  .offer .h2-span {
    color: #d2b36a;
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    width: 100%;
    display: inline-block; }
  .offer-items {
    margin-top: 80px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.3%;
    align-items: flex-start; }
  .offer-item {
    display: flex;
    align-items: flex-start;
    min-height: 175px;
    width: 24%;
    position: relative;
    margin-bottom: 1.5%;
    padding: 20px 20px 15px 20px;
    background-color: #ffffff;
    transition: color 0.5s ease-in-out; }
    .offer-item-content h3 {
      padding: 0px;
      margin: 0px 0px 8px 0px; }
      @media only screen and (max-width: 767.98px) {
        .offer-item-content h3 {
          font-size: 15px;
          text-align: center; } }
    .offer-item-content p {
      color: #797979;
      font-size: 14px;
      line-height: normal;
      text-align: left; }
      @media only screen and (max-width: 767.98px) {
        .offer-item-content p {
          font-size: 14px;
          text-align: center; } }
    .offer-item-content a {
      color: #a88d4e;
      text-decoration: none;
      font-weight: 500;
      transition: 0.2s; }
      .offer-item-content a:hover {
        background: #a88d4e;
        color: #fff; }
    .offer-item-img {
      margin-right: 15px;
      background-image: url(img/sssplatter2.png);
      background-size: contain;
      background-repeat: no-repeat; }
      @media only screen and (max-width: 767.98px) {
        .offer-item-img {
          margin: 0 auto 5px auto; } }
      .offer-item-img img {
        max-width: 55px;
        height: auto;
        padding: 10px; }
    @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
      .offer-item {
        min-height: 190px;
        width: 32.4%;
        padding: 15px; } }
    @media only screen and (min-width: 768px) and (max-width: 991.98px) {
      .offer-item {
        min-height: 190px;
        width: 32.4%;
        padding: 15px; } }
    @media only screen and (max-width: 767.98px) {
      .offer-item {
        width: 48%;
        flex-wrap: wrap;
        padding: 10px; } }
    .offer-item:last-of-type {
      width: 100%; }
      .offer-item:last-of-type img {
        max-width: 100px; }
      .offer-item:last-of-type h3 {
        font-size: 25px; }
      .offer-item:last-of-type p {
        font-size: 18px; }

.box-icon-1-tlo {
  background-color: #fafafa;
  padding: 100px 0px 100px 0px; }
  .box-icon-1-tlo h2 {
    color: #000;
    text-align: center;
    font-size: 40px;
    padding: 0;
    margin: 45px 0 60px 0px;
    font-weight: 800;
    z-index: 2;
    position: relative; }
    @media only screen and (max-width: 767.98px) {
      .box-icon-1-tlo h2 {
        font-size: 26px;
        margin: 0 0px 10px 0px;
        padding: 10px; } }
  .box-icon-1-tlo .row {
    flex-wrap: wrap;
    gap: 2%;
    justify-content: center; }

.box-icon-1 {
  padding: 25px 30px;
  border-radius: 15px;
  position: relative;
  transition: 0.6s ease-in;
  overflow: hidden;
  z-index: 0;
  width: 23.5%;
  background: #fff;
  margin-bottom: 2%;
  border: 1px solid #f3f3f3; }
  .box-icon-1-icon {
    font-size: 40px;
    text-align: center;
    color: #010101; }
    .box-icon-1-icon img {
      padding: 20px;
      /* border: 2px solid $color-glowny-2; */
      background-color: #d4ba97a6;
      border-radius: 50%;
      width: 95px;
      height: 95px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: auto;
      transition: 1s; }
      @media only screen and (max-width: 767.98px) {
        .box-icon-1-icon img {
          width: 85px;
          height: 85px; } }
  .box-icon-1-h {
    font-size: 20px;
    text-align: center;
    color: #36373d;
    transition: 1s;
    font-weight: 900; }
    @media only screen and (max-width: 767.98px) {
      .box-icon-1-h {
        font-size: 16px; } }
    .box-icon-1-h a {
      color: inherit;
      text-decoration: none; }
      .box-icon-1-h a:before {
        content: "";
        left: 0;
        bottom: 0;
        position: absolute;
        width: 100%;
        height: 100%; }
  .box-icon-1-tekst {
    display: none; }
    .box-icon-1-tekst p {
      font-size: 16px;
      text-align: center;
      line-height: 23px;
      padding: 0px;
      color: #36373d; }
      @media only screen and (max-width: 767.98px) {
        .box-icon-1-tekst p {
          font-size: 15px;
          line-height: 22px; } }
  .box-icon-1-buttons {
    margin: 20px auto 10px auto;
    display: flex;
    align-items: center;
    justify-content: center; }
    .box-icon-1-buttons a {
      background-color: #d2b36a;
      color: #fff;
      padding: 16px 38px;
      margin-top: 40px;
      display: inline-block;
      text-align: left;
      font-weight: 600;
      text-decoration-color: transparent;
      text-transform: none;
      font-size: 16px;
      font-family: "Noto Serif", serif;
      border-radius: 10px;
      transition: 0.3s;
      position: relative; }
      .box-icon-1-buttons a:hover {
        background-color: #000;
        transition: 0.4s; }
    @media only screen and (max-width: 767.98px) {
      .box-icon-1-buttons {
        font-size: 18px; } }
  @media only screen and (max-width: 767.98px) {
    .box-icon-1 {
      padding: 15px 15px 10px 15px;
      border-radius: 15px;
      margin: 5px 0px;
      width: 49%; } }
  .box-icon-1:hover img {
    transition: 1s;
    transform: scale(1.18); }

/*BOX 2*/
.box-icon-2-tlo {
  margin-top: -200px;
  padding-bottom: 50px; }

.box-icon-2 {
  background: #fff;
  padding: 30px 25px;
  border-radius: 15px;
  box-shadow: 1px 1px 10px #00000024;
  position: relative;
  top: 0;
  cursor: pointer; }
  .box-icon-2-icon {
    font-size: 40px;
    text-align: center; }
    .box-icon-2-icon img {
      padding: 20px;
      width: 95px;
      height: 95px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: auto; }
  .box-icon-2-h {
    font-size: 22px;
    text-align: center; }
  .box-icon-2-tekst p {
    font-size: 16px;
    text-align: center;
    line-height: 23px;
    padding: 0px; }
    @media only screen and (max-width: 767.98px) {
      .box-icon-2-tekst p {
        font-size: 15px;
        line-height: 22px; } }
  @media only screen and (max-width: 767.98px) {
    .box-icon-2 {
      margin: 15px 0px; } }
  .box-icon-2:hover {
    top: -15px;
    box-shadow: 0 0 40px 0 rgba(2, 6, 15, 0.3); }

.home-realizacje-tlo {
  padding: 100px 0px 110px 0px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.8)), url(img/las1.jpeg) no-repeat;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media only screen and (max-width: 767.98px) {
    .home-realizacje-tlo {
      padding-top: 25px; } }
  .home-realizacje-tlo h2 {
    text-align: center;
    font-size: 36px;
    padding-bottom: 50px; }
    @media only screen and (max-width: 767.98px) {
      .home-realizacje-tlo h2 {
        font-size: 26px;
        margin: 0;
        padding: 10px 10px 40px 10px; } }

/*SERWIS*/
.serwis-info {
  padding: 120px 0px 125px 0px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.8)), url(img/serwis.webp) no-repeat;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .serwis-info h2 {
    color: #fff;
    text-align: center;
    font-size: 32px; }
  .serwis-info .h2-span {
    color: #d2b36a;
    text-align: center;
    display: inline-block;
    width: 100%;
    font-size: 20px; }
  .serwis-info-buttons {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
  .serwis-info a {
    background-color: #000;
    color: #d2b36a;
    border: 1px solid #d2b36a;
    text-decoration: none;
    padding: 16px 42px;
    font-size: 18px;
    font-weight: 500;
    margin-top: 20px;
    border-radius: 15px;
    transition: 0.4s; }
    .serwis-info a:hover {
      background-color: #d2b36a;
      color: #000;
      transition: 0.4s; }

/*Portfolio*/
.portfolio-info {
  padding: 80px 0px; }
  .portfolio-info h2 {
    color: #000;
    text-align: center;
    font-size: 30px;
    padding: 0;
    margin: 15px 0 5px 0px;
    font-weight: 600; }
  .portfolio-info .h2-span {
    color: #d2b36a;
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    width: 100%;
    display: inline-block; }

.portfolio-items {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 80px 0px; }
  @media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .portfolio-items {
      flex-wrap: wrap;
      margin: 40px 0px 15px 0px; } }
  @media only screen and (max-width: 767.98px) {
    .portfolio-items {
      flex-wrap: wrap;
      margin: 40px 0px 15px 0px; } }

.portfolio-item {
  width: 24.8%;
  height: auto;
  position: relative;
  overflow: hidden;
  margin-bottom: 0.2%;
  aspect-ratio: 350 / 472;
  filter: brightness(0.8); }
  @media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .portfolio-item {
      width: 49.9%; } }
  @media only screen and (max-width: 767.98px) {
    .portfolio-item {
      width: 49.9%;
      margin-bottom: 0.3%; } }

.porfolio-image {
  width: 100%;
  overflow: hidden;
  height: 100%; }
  .porfolio-image img {
    max-width: 100%;
    height: 100%;
    transition: 0.3s;
    object-fit: cover; }

.portfolio-hover {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #151416de;
  transition: 0.5s;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none; }
  .portfolio-hover h3 {
    color: #fff;
    padding: 28px;
    text-align: center; }

.portfolio-item:hover > .portfolio-hover {
  opacity: 1;
  transition: 0.5s; }

.portfolio-item:hover img {
  transform: scale(1.1);
  filter: blur(2px); }

.portfolio-btns {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 45px; }
  .portfolio-btns a {
    padding: 20px 30px;
    color: #fff;
    background-color: #d2b36a;
    border-radius: 10px;
    text-decoration: none;
    transition: 0.3s; }
    .portfolio-btns a:hover {
      background-color: #010101;
      text-decoration: none; }

/*Partnerzy*/
.partnerzy-tlo {
  padding: 30px 0px 40px 0px; }
  .partnerzy-tlo h2 {
    text-align: center;
    font-size: 36px;
    padding-bottom: 40px; }
    @media only screen and (max-width: 767.98px) {
      .partnerzy-tlo h2 {
        font-size: 26px;
        margin: 0;
        padding: 10px 10px 40px 10px; } }
  .partnerzy-tlo .slick-prev:before, .partnerzy-tlo .slick-next:before {
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    color: #000; }
  .partnerzy-tlo .slick-prev:before {
    content: "\f053"; }
  .partnerzy-tlo .slick-next:before {
    content: "\f054"; }

.home-customers-carousel {
  width: 100%;
  max-width: 1410px; }
.home-customers-item a {
  display: flex;
  align-items: center;
  justify-content: center; }
.home-customers-item img {
  max-width: 100%;
  height: auto;
  transition: 0.2s;
  filter: grayscale(0.8); }
  .home-customers-item img:hover {
    filter: grayscale(0); }
.home-customers-item h4 {
  display: none; }

.slick-prev {
  left: -10px !important; }

.slick-next {
  right: -10px !important; }

/*PODSTRONY*/
.podstrona-tytul {
  font-family: "Noto Serif", serif;
  color: #1D2D3D;
  font-weight: 700;
  font-size: 32px;
  text-transform: uppercase;
  text-align: center;
  padding: 80px 0px 100px 0px; }
  @media only screen and (max-width: 767.98px) {
    .podstrona-tytul {
      font-size: 24px;
      padding: 60px 0px; } }

.container-podstrona {
  padding-bottom: 100px; }

.slider-podstrona {
  width: 100%;
  overflow: hidden;
  height: 360px;
  max-width: 100%;
  margin: 105px auto 50px auto;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.8)), url(img/serwis.webp) no-repeat;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center; }
  .slider-podstrona-text h1 {
    color: #fff;
    font-size: 50px;
    text-transform: uppercase;
    text-align: center;
    padding: 0px 25px;
    font-weight: 700;
    border-radius: 20px;
    position: relative;
    line-height: 68px;
    margin: 0px; }
    .slider-podstrona-text h1 span {
      display: block;
      font-weight: 300;
      text-transform: none;
      font-size: 42px;
      color: #d2b36a; }
      @media only screen and (max-width: 767.98px) {
        .slider-podstrona-text h1 span {
          font-size: 22px; } }
    @media only screen and (min-width: 768px) and (max-width: 991.98px) {
      .slider-podstrona-text h1 {
        font-size: 30px;
        padding: 0px 5px;
        line-height: 32px;
        margin-left: 10px; } }
    @media only screen and (max-width: 767.98px) {
      .slider-podstrona-text h1 {
        font-size: 24px;
        padding: 0px 5px;
        line-height: 32px;
        margin-left: 10px; } }
  @media only screen and (max-width: 767.98px) {
    .slider-podstrona {
      height: auto;
      aspect-ratio: 3 / 2;
      margin: 60px 0px 10px 0px;
      border-radius: 0px; } }

.slider-single-blog h1 {
  text-transform: none; }

.container-slider-podstrona {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  position: relative; }
  .container-slider-podstrona h1 {
    color: #fff;
    font-size: 36px;
    text-align: right;
    padding: 10px 15px;
    font-weight: 400; }
    @media only screen and (max-width: 767.98px) {
      .container-slider-podstrona h1 {
        font-size: 15px;
        padding: 5px 10px; } }

/*OFERTA*/
.oferta-info .row {
  align-items: flex-start;
  margin-bottom: 40px;
  flex-wrap: wrap; }
  @media only screen and (max-width: 767.98px) {
    .oferta-info .row {
      margin-bottom: 5px; } }

.oferta-info .col-50pr {
  padding: 4%; }

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .oferta-info .col-13 {
    order: 2; } }
@media only screen and (max-width: 767.98px) {
  .oferta-info .col-13 {
    order: 2; } }

.oferta-info-tekst, .podstrona-text {
  background: #fff;
  padding: 10px 20px 30px 20px;
  position: relative;
  border-radius: 10px; }
  .oferta-info-tekst h2, .podstrona-text h2 {
    font-size: 28px;
    font-weight: 800;
    margin: 30px 0px 15px; }
    @media only screen and (max-width: 767.98px) {
      .oferta-info-tekst h2, .podstrona-text h2 {
        font-size: 22px;
        margin: 15px 0px; } }
  .oferta-info-tekst p, .podstrona-text p {
    padding: 0;
    margin-bottom: 10px;
    font-size: 1.2em;
    line-height: 1.7em;
    word-break: break-word; }
    @media only screen and (max-width: 767.98px) {
      .oferta-info-tekst p, .podstrona-text p {
        font-size: 1em; } }
  .oferta-info-tekst a, .podstrona-text a {
    color: #a88d4e;
    text-decoration: none;
    font-weight: 500;
    transition: 0.2s; }
    .oferta-info-tekst a:hover, .podstrona-text a:hover {
      background: #a88d4e;
      color: #fff; }
  .oferta-info-tekst ul, .podstrona-text ul {
    margin: 0;
    padding-left: 30px; }
    .oferta-info-tekst ul li, .podstrona-text ul li {
      padding: 0px 0px 10px 0px; }
      @media only screen and (max-width: 767.98px) {
        .oferta-info-tekst ul li, .podstrona-text ul li {
          font-size: 16px;
          line-height: 22px;
          padding-bottom: 10px !important; } }
  @media only screen and (max-width: 767.98px) {
    .oferta-info-tekst, .podstrona-text {
      padding: 10px 20px 25px 20px;
      border-radius: 0px 0px 10px 10px; } }

.oferta-info-img img {
  border-radius: 10px;
  margin-left: -170px;
  width: 860px;
  height: auto; }
  @media only screen and (min-width: 1200px) and (max-width: 1487px) {
    .oferta-info-img img {
      border-radius: 10px;
      margin-left: -150px;
      width: 720px; } }
  @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .oferta-info-img img {
      border-radius: 10px;
      margin-left: -180px;
      width: 640px; } }
  @media only screen and (max-width: 767.98px) {
    .oferta-info-img img {
      margin-left: 0;
      width: 100%;
      margin-bottom: -80px; } }

.oferta-info-menu ul {
  background-color: #010101;
  margin: 0;
  padding: 30px 25px;
  border-radius: 10px; }
  .oferta-info-menu ul li {
    list-style: none;
    padding: 12px 20px;
    border-radius: 10px;
    line-height: normal;
    transition: 0.2s; }
    .oferta-info-menu ul li a {
      color: #fff;
      text-decoration-color: transparent;
      font-family: "Noto Serif", serif; }
    .oferta-info-menu ul li:hover {
      background-color: #d2b36a;
      transition: 0.2s; }
  .oferta-info-menu ul li.aktywna {
    background-color: #d2b36a; }

/*REALIZACJE*/
.slider-realizacje {
  background-position: center center !important; }

/*PROJEKTY*/
.slider-projekty {
  background-image: url(img/slider/projekty.jpg); }

.projekty-info-tekst {
  margin-top: -35px;
  margin-bottom: 50px; }

.projekty-items {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .projekty-items {
      flex-wrap: wrap; } }
  @media only screen and (max-width: 767.98px) {
    .projekty-items {
      flex-wrap: wrap; } }

.projekty-item {
  width: 32%;
  height: auto;
  position: relative;
  overflow: hidden;
  margin-bottom: 2%; }
  @media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .projekty-item {
      width: 49%; } }
  @media only screen and (max-width: 767.98px) {
    .projekty-item {
      width: 100%; } }

.projekty-image {
  width: 100%;
  overflow: hidden;
  height: 100%; }
  .projekty-image img {
    max-width: 100%;
    height: 100%;
    transition: 0.3s;
    object-fit: cover; }

.projekty-hover {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 100%;
  text-decoration: none;
  transition: 0.5s;
  opacity: 1;
  display: flex;
  align-items: end;
  justify-content: center; }
  .projekty-hover .projekty-title {
    background-color: #462d1bcc;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
  .projekty-hover h3 {
    color: #fff;
    margin: 15px auto; }

.projekty-item:hover img {
  transform: scale(1.1); }

.projekty-btns {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 45px; }
  .projekty-btns a {
    padding: 20px 30px;
    color: #fff;
    background-color: #010101;
    border-radius: 10px;
    text-decoration: none;
    transition: 0.3s; }
    .projekty-btns a:hover {
      background-color: #d2b36a; }

/*BLOG*/
.blog-info {
  padding: 80px 0px 100px 0px; }
  .blog-info h2 {
    color: #000;
    text-align: center;
    font-size: 22px;
    margin: 0;
    padding: 20px 10px 20px 10px;
    font-weight: 700;
    z-index: 2;
    position: relative; }
    @media only screen and (max-width: 767.98px) {
      .blog-info h2 {
        font-size: 26px;
        margin: 0 0 20px 0;
        padding: 10px; } }

.blog-items {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 2%; }
  @media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .blog-items {
      flex-wrap: wrap; } }
  @media only screen and (max-width: 767.98px) {
    .blog-items {
      flex-wrap: wrap; } }

.blog-item {
  width: 32%;
  height: auto;
  position: relative;
  overflow: hidden;
  margin-bottom: 2%;
  background-color: #fff;
  border-radius: 10px; }
  @media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .blog-item {
      width: 49%; } }
  @media only screen and (max-width: 767.98px) {
    .blog-item {
      width: 100%; } }

.blog-image {
  width: 100%;
  overflow: hidden;
  height: auto;
  aspect-ratio: 3 / 2; }
  .blog-image img {
    max-width: 100%;
    height: auto;
    transition: 0.3s;
    object-fit: cover;
    aspect-ratio: 3 / 2; }

.blog-item:hover img {
  transform: scale(1.1); }

.blog-text-wrap {
  padding: 10px 0px 25px 0px; }

.blog-title {
  padding: 17px 20px 18px 20px;
  font-weight: 700;
  margin: 0;
  font-size: 20px;
  position: absolute;
  z-index: 2;
  background: #1b1516d6;
  bottom: 0px; }
  .blog-title a {
    color: #fff;
    width: 100%;
    text-decoration: none; }
    .blog-title a:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }

.blog-desc {
  color: #616161;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px; }

.blog-buttons {
  margin: 20px auto 10px auto;
  display: flex;
  align-items: center;
  justify-content: center; }
  .blog-buttons a {
    background-color: #d2b36a;
    color: #fff;
    padding: 24px 38px;
    margin-top: 40px;
    display: inline-block;
    text-align: left;
    font-weight: 700;
    text-decoration-color: transparent;
    text-transform: none;
    font-size: 18px;
    font-family: "Noto Serif", serif;
    border-radius: 20px;
    transition: 0.3s;
    border: 2px solid #fff;
    position: relative; }
    .blog-buttons a:hover {
      background-color: #000;
      transition: 0.4s; }
  @media only screen and (max-width: 767.98px) {
    .blog-buttons {
      font-size: 18px; } }

/*SINGLE BLOG*/
.single-blog-row {
  flex-wrap: wrap; }
.single-blog-miniatura {
  display: flex;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto 20px auto; }
  .single-blog-miniatura img {
    max-width: 100%;
    /* width: 100%; */
    /* padding: 20px; */
    border-radius: 15px; }
.single-blog-text {
  line-height: 30px;
  max-width: 1150px;
  margin: auto; }

.baner-cta {
  max-width: 1200px;
  margin: 10px auto;
  padding: 40px;
  background-color: #f2f2f2;
  border-radius: 20px;
  border: 1px solid #f2f2f2;
  text-align: center; }
  @media only screen and (max-width: 767.98px) {
    .baner-cta {
      padding: 25px; } }
  .baner-cta h3 {
    padding: 0px 0px 20px 0px;
    margin: 0;
    font-size: 42px;
    font-weight: 900;
    color: #36373d; }
    @media only screen and (max-width: 767.98px) {
      .baner-cta h3 {
        font-size: 30px; } }
  .baner-cta p {
    color: #36373d;
    font-size: 20px;
    font-weight: 400; }
    @media only screen and (max-width: 767.98px) {
      .baner-cta p {
        font-size: 16px; } }

/*KONTAKT*/
.slider-kontakt {
  background-image: url(img/kontakt.jpg); }

.kontakt {
  margin-top: 120px; }
  @media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .kontakt {
      margin-top: 30px; } }
  @media only screen and (max-width: 767.98px) {
    .kontakt {
      margin-top: 20px; } }

.kontakt-details-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline; }

.kontakt-details-item {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 35px; }
  .kontakt-details-item-ico {
    font-size: 28px;
    color: #d2b36a;
    padding: 10px;
    width: 65px;
    height: 65px;
    border: 1px solid #d2b36a;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%; }
    @media only screen and (max-width: 767.98px) {
      .kontakt-details-item-ico {
        font-size: 18px;
        width: 45px;
        min-width: 45px;
        height: 45px; } }
  .kontakt-details-item-info {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 25px; }
    @media only screen and (max-width: 767.98px) {
      .kontakt-details-item-info {
        padding-left: 18px; } }
    .kontakt-details-item-info p {
      padding: 0;
      font-size: 20px;
      line-height: 30px; }
      @media only screen and (max-width: 767.98px) {
        .kontakt-details-item-info p {
          padding: 0;
          font-size: 16px;
          line-height: 26px; } }
    .kontakt-details-item-info a {
      color: #36373d;
      text-decoration: none; }
      .kontakt-details-item-info a:hover {
        opacity: 0.8; }

.kontakt-items {
  box-shadow: 0 0 40px 0 #2f020226;
  padding: 10px 15px;
  border-radius: 10px; }
  .kontakt-items a {
    color: #36373d;
    text-decoration: none; }
    .kontakt-items a:hover {
      opacity: 0.8; }

.kontakt-form {
  background: #010101;
  background: linear-gradient(155deg, rgba(28, 53, 117, 0.95), rgba(0, 0, 0, 0.9));
  padding: 60px 40px;
  border-radius: 10px;
  top: -60px;
  position: relative;
  margin-bottom: 40px; }
  @media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .kontakt-form {
      top: 0; } }
  @media only screen and (max-width: 767.98px) {
    .kontakt-form {
      top: 0; } }
  .kontakt-form button {
    background-color: #fff;
    color: #010101;
    padding: 22px 30px;
    margin-top: 20px;
    display: inline-block;
    text-align: center;
    font-weight: 700;
    text-decoration-color: transparent;
    text-transform: uppercase;
    font-size: 18px;
    font-family: "Noto Serif", serif;
    border-radius: 20px;
    transition: 0.2s;
    border: 3px solid #fff;
    position: relative; }
    .kontakt-form button:hover {
      transition: 0.2s;
      border: 3px solid #010101; }

/*------ footer ------*/
footer {
  background: linear-gradient(160deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.92)), url(img/stopka_tp.webp) no-repeat;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.footer-up {
  padding: 60px 0px 30px 0px; }
  .footer-up h3 {
    color: #fff;
    padding-bottom: 10px;
    font-size: 20px; }
  .footer-up-text {
    color: #fff;
    line-height: 26px; }
    .footer-up-text p {
      color: #fff;
      line-height: 26px;
      padding: 0; }
    .footer-up-text a {
      color: #fff;
      text-decoration: none; }
      .footer-up-text a:hover {
        opacity: 0.7; }
    .footer-up-text i {
      color: #d2b36a; }
    .footer-up-text ul {
      list-style: none;
      padding: 0px;
      margin: 0px; }
      .footer-up-text ul li a {
        position: relative;
        font-size: 16px; }
        .footer-up-text ul li a:hover {
          opacity: 0.7; }
        .footer-up-text ul li a:before {
          font-family: "Font Awesome 5 Free";
          content: "\f054";
          font-weight: 700;
          font-size: 10px;
          position: relative;
          top: -2px;
          padding-right: 5px;
          color: #d2b36a; }
    .footer-up-text ul.social-media-link {
      display: flex; }
      .footer-up-text ul.social-media-link li {
        margin-right: 12px;
        color: #d2b36a; }
        .footer-up-text ul.social-media-link li a::before {
          display: none; }
      .footer-up-text ul.social-media-link i {
        font-size: 25px; }
    .footer-up-text a {
      color: #fff;
      text-decoration: none; }

.social-media-link-mobile {
  display: none; }
  @media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .social-media-link-mobile {
      margin: 0;
      display: flex !important;
      align-items: center;
      justify-content: center; } }
  @media only screen and (max-width: 767.98px) {
    .social-media-link-mobile {
      margin: 0;
      display: flex !important;
      align-items: center;
      justify-content: center; } }

.footer-down {
  padding: 15px;
  text-align: center;
  color: #fff; }
  .footer-down p {
    color: #fff;
    padding: 0px; }
  .footer-down a {
    color: #ccc; }

/*PODSTRONA SINGLE PAGE*/
.page-single-article-wrapper {
  padding: 60px 0px; }
  .page-single-article-wrapper a {
    color: #d2b36a; }

/*WP*/
.wpcf7-list-item label {
  display: flex;
  align-items: flex-start;
  margin: 5px 0px; }
.wpcf7-list-item input {
  width: 16px;
  margin: 5px 0px !important; }
.wpcf7-list-item span {
  font-size: 14px;
  color: #595959;
  padding-left: 10px; }

.wpcf7-submit {
  width: 100%;
  padding: 16px;
  border: none;
  background: #010101;
  border-radius: 6px;
  color: #fff;
  transition: 0.3s; }

.wpcf7 form .wpcf7-response-output {
  display: block !important;
  border: none; }

/*# sourceMappingURL=style.css.map */
