/* Root
================================================== */
:root {
  --main-orange: #f0a61f;
  --dark-grey: #353535;
  --light-grey: #7a7a7a;
  --input-bottom-border: #dbdbdb;
  --popping-font: 'Poppins', sans-serif;
}
.orange {
  color: var(--main-orange);
}
/* Super Form Reset
================================================== */
input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  line-height: 1;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  border-radius: 0;
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
input:focus {
  outline: 0;
}
button,
input[type=reset],
input[type=button],
input[type=submit],
input[type=checkbox],
input[type=radio],
select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form-control {
  border-width: var(--input-border-width);
  border-color: var(--input-border-color);
  border-radius: var(--input-border-radius);
}
input[type=checkbox],
input[type=radio] {
  width: 13px;
  height: 13px;
}
input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
}
::-webkit-search-decoration {
  display: none;
}
button,
input[type="reset"],
input[type="button"],
input[type="submit"] {
  overflow: visible;
  width: auto;
}
::-webkit-file-upload-button {
  padding: 0;
  border: 0;
  background: none;
}
textarea {
  vertical-align: top;
  overflow: auto;
  resize: none;
}
select[multiple] {
  vertical-align: top;
}
input[type=checkbox] {
  -moz-appearance: checkbox;
  -webkit-appearance: checkbox;
}
button {
  cursor: pointer;
}
.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  z-index: 500;
  cursor: pointer;
}
.formError .formErrorContent {
  background: #ff9000;
  position: relative;
  z-index: 5001;
  color: #fff;
  width: 190px;
  font-size: 10px;
  border: 1px solid #ff9000;
  line-height: normal;
  padding: 2px 10px 2px 10px;
}
.formError .formErrorArrow {
  width: 12px;
  margin: -2px 0 0 1px;
  position: relative;
  z-index: 5006;
}
.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 0 0 12px;
  top: 2px;
}
.formError .formErrorArrow div {
  font-size: 0;
  height: 1px;
  background: #ff9000;
  margin: 0 auto;
  line-height: 0;
  display: block;
}
.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.formError .formErrorArrow .line10 {
  width: 15px;
  border: 0;
}
.formError .formErrorArrow .line9 {
  width: 13px;
  border: 0;
}
.formError .formErrorArrow .line8 {
  width: 11px;
}
.formError .formErrorArrow .line7 {
  width: 9px;
}
.formError .formErrorArrow .line6 {
  width: 7px;
}
.formError .formErrorArrow .line5 {
  width: 5px;
}
.formError .formErrorArrow .line4 {
  width: 3px;
}
.formError .formErrorArrow .line3 {
  width: 1px;
}
.formError .formErrorArrow .line2 {
  width: 0;
}
.formError .formErrorArrow .line1 {
  width: 0;
}
.inputbox-error {
  border-bottom: 1px solid #ff9000 !important;
}
/* Fonty
================================================== */
.dm-sans-400 {
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.dm-sans-500 {
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.dm-sans-600 {
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot');
  src: url('../fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.ttf') format('truetype'), url('../fonts/fontawesome-webfont.svg#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa-icons:before,
.fa-icons:after {
  display: inline-block;
  font-family: "FontAwesome";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* Youtube
================================================== */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin: 35px 0;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Popup
================================================== */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #000;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none!important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-close,
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: white;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-hide {
  display: none !important;
}
.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 620px;
  margin: 20px auto;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.white-popup img {
  max-width: 100%;
  height: auto;
}
.dark-popup {
  position: relative;
  background: #fff;
  width: auto;
  max-width: 1080px;
  margin: 20px auto;
}
.form-popup h3 {
  font-size: 28px;
  line-height: 36px;
}
.form-popup h4 {
  font-size: 20px;
  color: #484747;
}
.form-popup .input.filled label {
  color: #828282;
}
.popup-img {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 100%;
}
.popup-img img {
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
}
/* Nadpisz Bootstrap
================================================== */
body {
  background: #003761 url(../images/bg.png) repeat-y center top;
  font-family: var(--popping-font);
  color: #FFF;
}
p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  /* 180% */
}
a,
a:hover {
  text-decoration: none;
}
a:hover {
  color: inherit;
}
a:focus,
button:focus {
  outline: none;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
b,
strong {
  font-weight: 600;
}
p,
li {
  font-size: 20px;
  line-height: 36px;
}
h2,
h3,
h4 {
  color: #fff;
  font-weight: 700;
}
h2 {
  font-size: 35px;
}
h3 {
  font-size: 30px;
}
h4 {
  font-size: 24px;
}
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
  color: #333333;
}
iframe {
  display: block;
  border: 0;
}
.navbar {
  justify-content: flex-end;
  padding: 0;
  flex-wrap: nowrap;
}
.text-justify {
  text-align: justify !important;
}
@media (min-width: 1620px) {
  .container {
    max-width: 1620px;
  }
  .container-1920 {
    max-width: 1620px;
  }
  .container-1920 {
    max-width: 1620px;
  }
}
@media (min-width: 1920px) {
  .container-1920 {
    max-width: 1920px;
  }
  .img-border-overlay {
    border: 30px solid #003761;
    border-left: 0;
  }
  .row-text-overlay {
    margin-top: -390px;
  }
}
.row-overlay {
  margin-top: -100px;
}
@media (max-width: 1919.999px) {
  .row-text-overlay {
    margin-top: -330px;
  }
  .img-border-overlay {
    border: 20px solid #003761;
  }
}
@media (max-width: 1619.99px) {
  .row-overlay {
    margin-top: -50px;
  }
  .row-text-overlay {
    margin-top: -310px;
  }
}
@media (max-width: 1399.98px) {
  .row-text-overlay {
    margin-top: -340px;
  }
}
@media (max-width: 1199.98px) {
  .row-overlay {
    margin-top: 0;
  }
  .row-text-overlay {
    margin-top: 30px;
  }
}
:focus,
button:focus,
.form-control:focus {
  outline: none;
  box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.25);
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.25);
}
::-moz-focus-inner {
  border: 0;
}
.no-gutters {
  margin: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.invalid-feedback {
  margin-top: 0;
  font-size: 11px;
  line-height: normal;
}
.invalid-feedback strong {
  font-weight: normal;
}
.bttn {
  color: #FFF;
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  border: 1px solid white;
  border-radius: 29px;
  padding: 17px 28px;
  line-height: normal;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  position: relative;
  z-index: 1;
  font-size: 18px;
}
.bttn:hover {
  background: #FF9500;
  color: white;
  border-color: #FF9500;
}
.bttn.bttn-icon {
  padding-right: 75px;
}
.bttn.bttn-icon span {
  width: 46px;
  height: 46px;
  background: #FF9500;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 4px;
}
.bttn.bttn-icon span svg {
  fill: #fff;
  transition: all 0.3s;
}
.bttn.bttn-icon:hover span {
  background: white;
}
.bttn.bttn-icon:hover span svg {
  fill: #FF9500;
}
.bttn.bttn-white {
  border-color: #d6d6d6;
  background: white;
}
.bttn.bttn-white:hover {
  border-color: #003761;
  background: #003761;
  color: white !important;
}
.w-700 {
  max-width: 700px;
}
.flex-wrap-nowrap {
  flex-wrap: nowrap !important;
}
.slick-arrow.slick-button {
  width: 70px;
  height: 70px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  transition: all 0.2s;
}
.slick-arrow.slick-button:hover {
  border-color: #FFF;
}
/* Tabele
================================================== */
.table-striped thead th {
  background: #353535;
  color: white;
}
.table-striped thead th,
.table thead th,
.table-striped tbody td,
.table tbody td {
  padding: 15px;
}
/* Articles
================================================== */
.page-blog article {
  padding: 30px;
  background: white;
  border: 1px solid #f1f1f1;
  margin-right: 30px;
  margin-left: 20px;
  margin-bottom: 30px;
}
article .arrow {
  position: absolute;
  bottom: -14px;
  right: -14px;
  width: 90px;
  height: 90px;
  background: #f7a900;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 90;
  transition: background 0.2s, transform 0.2s;
}
article .arrow svg {
  fill: #fff;
}
article .article-date {
  font-size: 12px;
  color: #939393;
}
article h3 {
  font-size: 28px;
  margin: 5px 0 20px;
}
.blog-blue h3 {
  color: #003761;
}
.single-article h1 {
  color: #003761;
  font-size: 40px;
  margin-bottom: 30px;
  font-weight: 600;
}
.single-article .article-date {
  font-size: 12px;
  color: #939393;
}
.col-md-6:nth-child(odd) article {
  margin-right: 20px;
  margin-left: 30px;
}
/* Zrealizowane projekty
================================================== */
.zrealizowane {
  padding: 30px;
  background: white;
  border: 1px solid #f1f1f1;
  margin-left: -1px;
  margin-right: -1px;
}
.zrealizowane:hover .zrealizowane-img img {
  transform: scale(1.1);
}
.zrealizowane li {
  display: flex;
  align-items: center;
  font-size: 15px !important;
  gap: 6px;
  line-height: 26px !important;
}
.zrealizowane-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.zrealizowane-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
/* Page
================================================== */
#page {
  background: #f9f9f9 url(../images/bg-2.png) repeat-y center top;
  padding: 100px 0;
  color: #222;
}
#page p,
#page li,
#page a {
  color: #222;
  margin: 0;
}
#page p,
#page li {
  font-size: 19px;
  line-height: 32px;
}
#page h2,
#page h3,
#page h4 {
  color: #003761;
}
#page .section-header .section-header-subtitle {
  color: #ff9500;
}
.img-rounded {
  border-radius: 7px;
}
.carrer-item {
  border: 1px solid #f2f2f2;
  padding: 40px;
  background: white;
  margin-right: -2px;
}
/* Slick
================================================== */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  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;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-item {
  padding: 0 15px;
}
.slick-list {
  width: 100% !important;
}
/* Header
================================================== */
header {
  width: 100%;
  height: 155px;
}
header nav li {
  margin-right: 50px;
  position: relative;
}
header nav li a,
header nav li span {
  color: #d8d8d8;
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-flex;
  gap: 8px;
  height: 100%;
  align-items: center;
}
header nav li a:hover,
header nav li span:hover {
  color: #FFF;
}
header nav li a i,
header nav li span i {
  font-size: 9px;
  color: #ff9500;
}
header li {
  padding: 10px 0;
}
header li ul {
  background: white;
  border-top: 4px solid #ff9500;
  position: absolute;
  top: 100%;
  left: 0;
  width: 220px;
  display: none;
  z-index: 99;
}
header li ul li {
  border-bottom: 1px solid #0f4f80;
  margin: 0;
  padding: 0;
}
header li ul li a {
  color: black;
  font-size: 12px;
  display: flex;
  padding: 5px 18px;
}
header li ul li a:hover {
  background: #0f4f80;
  color: #FFF;
}
header li:hover ul {
  display: block;
}
header #logo {
  margin: 25px 0;
}
header #logo img {
  width: 206px;
  height: 99px;
  aspect-ratio: 206/99;
  filter: brightness(0) invert(1);
}
header .header-phone a {
  color: #FFF;
  font-size: 16px;
  text-transform: uppercase;
  border: 1px solid #FFF;
  border-radius: 26px;
  padding: 15px 52px;
  line-height: normal;
  transition: all 0.3s;
}
header .header-phone a:hover {
  background: #FF9500;
  color: white;
  border-color: #FF9500;
}
#timeLine {
  padding-top: clamp(30px, 10vw, 270px);
}
#searchForm,
#currentProjects {
  padding-bottom: clamp(30px, 10vw, 150px);
}
#newsList {
  padding-top: clamp(30px, 10vw, 270px);
  padding-bottom: clamp(30px, 10vw, 170px);
}
.news-carousel-wrapper {
  overflow: hidden;
  margin-right: -300px;
}
.news-carousel .slick-list {
  overflow: hidden !important;
}
.news-card img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
.iconbox p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.iconbox h3 {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 25px 0;
}
#numbers {
  padding-top: 100px;
  padding-bottom: clamp(30px, 10vw, 270px);
}
.numerbox {
  padding: 40px 0 0 20px;
  position: relative;
  display: flex;
  align-items: center;
}
.numerbox:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 84px;
  height: 84px;
  background: #FF9500;
  border-radius: 50%;
  z-index: -1;
}
.numerbox span {
  color: #FFF;
  font-size: 90px;
  font-style: normal;
  font-weight: 600;
  line-height: 70px;
}
.numerbox p {
  margin: 0;
  color: #FFF;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
}
.section-header h2 {
  font-weight: 700;
  font-size: 48px;
  font-style: normal;
  margin: 20px 0 35px;
}
.section-header h2.big {
  font-size: 62px;
  font-style: normal;
  font-weight: 500;
  line-height: 82px;
}
.section-header .section-header-subtitle {
  font-size: 18px;
  font-style: normal;
  line-height: 26px;
  position: relative;
  padding: 2px 16px;
  display: inline-flex;
}
.section-header .section-header-subtitle .subtitle-left,
.section-header .section-header-subtitle .subtitle-right {
  position: absolute;
  line-height: 11px;
}
.section-header .section-header-subtitle .subtitle-left {
  left: 0;
  bottom: 0;
}
.section-header .section-header-subtitle .subtitle-right {
  right: 0;
  top: 0;
}
#searchForm label {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 37px;
}
#searchForm select {
  font-size: 18px;
  font-style: normal;
  line-height: 37px;
  border-bottom: 1px solid white;
}
#searchForm button[type=submit] {
  border-radius: 46.5px;
  background: #FF9500;
  transition: all 0.3s;
}
#searchForm button[type=submit] svg {
  fill: #fff;
  transition: all 0.3s;
}
#searchForm button[type=submit]:hover {
  background: white;
}
#searchForm button[type=submit]:hover svg {
  fill: #FF9500;
}
#searchForm .form-checkboxes label {
  font-weight: 400;
  font-size: 22px;
}
#searchForm .form-checkboxes .form-check-input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  border-radius: 0;
  background-color: #003761;
  cursor: pointer;
  position: relative;
  margin: 0 10px 0 0;
}
#searchForm .form-checkboxes .form-check-input:checked {
  background-color: #003761;
}
#searchForm .form-checkboxes .form-check-input:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(245, 164, 0, 0.35);
}
#searchForm .select-like {
  background-color: #003761;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 0;
  padding: 14px 40px 14px 16px;
  text-align: left;
  font-weight: 400;
}
#searchForm .select-like::after {
  border: none;
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #f5a400;
  /* żółta strzałka */
}
#searchForm .select-like:hover,
#searchForm .select-like:focus {
  background-color: #002f50;
  color: #fff;
  box-shadow: none;
}
#searchForm .dropdown-menu {
  background-color: #011e32;
  border-radius: 0;
  border: none;
  padding: 0;
}
#searchForm .dropdown-item {
  color: #fff;
}
#searchForm .dropdown-item:hover,
#searchForm .dropdown-item.active {
  background-color: #002844;
}
.pb-6 {
  padding-bottom: 5rem !important;
}
.pt-6 {
  padding-top: 5rem !important;
}
.mb-6 {
  margin-bottom: 5rem !important;
}
.mt-6 {
  margin-top: 5rem !important;
}
/* Contact page
================================================== */
.mieszkania-submenu {
  background: #012c4c;
  border-top: 1px solid #1c4d72;
}
.mieszkania-submenu h1 {
  margin: 30px 0;
}
#page .sidemenu {
  background: #003761;
  border-radius: 7px;
  padding: 0;
}
#page .sidemenu li {
  border-bottom: 1px solid #1c4d72;
}
#page .sidemenu li a {
  color: white;
  display: flex;
  font-size: 15px;
  padding: 20px 20px;
  border-radius: 7px;
  line-height: 19px;
}
#page .sidemenu li a.active,
#page .sidemenu li a.active:hover {
  background: #002844;
}
#page .sidemenu li:last-child {
  border-bottom: none;
}
#page .sidemenu li:hover a {
  background: #002f50;
}
#page .page-search__wrapper {
  margin-top: 10px;
  background: #003761;
  border-radius: 7px;
  padding: 20px;
}
#page .page-search__wrapper h2 {
  color: white;
  text-transform: uppercase;
  font-size: 21px;
  text-align: center;
  margin-bottom: 20px;
  border-bottom: 1px solid #1c4d72;
  padding-bottom: 20px;
}
#page .page-search__wrapper label {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  color: white;
}
#page .page-search__wrapper select {
  font-size: 16px;
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding: 17px 10px;
  margin-top: 10px;
}
#page .mieszkania-page-title {
  background: white;
  border: 1px solid #f1f1f1;
  padding: 20px;
  text-align: center;
  margin-bottom: 40px;
  margin-right: -1px;
}
.mieszkania-list-flex {
  background: white;
  border: 1px solid #f1f1f1;
  padding: 20px;
  margin: 12px 0;
}
.mieszkania-list-flex h3 {
  width: 100%;
  text-align: center;
  font-size: 23px;
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.mieszkania-list-btn {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
}
.mieszkania-list-btn a {
  background: #003761;
  border-radius: 30px;
  color: white !important;
  padding: 7px 30px;
}
.mieszkania-list-btn .list-status {
  font-weight: 600;
  text-align: center;
  margin-left: auto;
  font-size: 21px;
}
.mieszkania-list-btn .list-status-1 {
  color: green;
}
.mieszkania-list-btn .list-status-2 {
  color: orange;
}
.mieszkania-list-btn .list-status-3 {
  color: red;
}
table .list-status {
  font-weight: 600;
  font-size: 21px;
}
table .list-status-1 {
  color: green;
}
table .list-status-2 {
  color: orange;
}
table .list-status-3 {
  color: red;
}
.mieszkania-list-icn {
  width: 100%;
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.mieszkania-list-icn .mieszkania-list-icn-item {
  width: 25%;
  display: inline-grid;
  justify-content: center;
  font-size: 12px;
}
.mieszkania-list-icn .mieszkania-list-icn-item i {
  font-size: 10px;
}
.mieszkania-list-icn .mieszkania-list-icn-item svg {
  width: 19px;
  height: 19px;
  margin: 0 auto 10px;
  fill: #ff9500;
}
.mieszkania-list-icn span {
  text-align: center;
}
#page #planNav a {
  background: #003761;
  border-radius: 4px;
  color: white !important;
  padding: 12px 10px;
  display: inline-flex;
}
.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-select ~ label::after {
  display: none;
}
/* Karta mieszkania
================================================== */
.page-entry-karta__info-item {
  border-bottom: 1px solid #D6D6D6;
  padding: 11px 0;
}
.page-entry-karta__item {
  background: #003761;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  flex-flow: column;
  padding: 20px;
}
.page-entry-karta__item svg {
  fill: #ff9500;
  width: 40px;
  height: 40px;
  margin-bottom: 15px;
}
.room-plan-img {
  background: white;
  border: 1px solid #f1f1f1;
  padding: 10px;
}
/* Contact page
================================================== */
.contact-box {
  background: #003761;
  padding: 160px 30px 30px;
  text-align: center;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-box h2 {
  position: absolute;
  top: 15px;
  right: 20px;
}
.contact-box p,
.contact-box a,
.contact-box h2 {
  color: white !important;
  margin: 0;
}
.contact-box svg {
  fill: #ff9500;
  width: 180px;
  height: 180px;
  position: absolute;
  left: -90px;
  top: -40px;
}
/* Contact form
================================================== */
#contactForm .form-control {
  border-radius: 0;
  border: 1px solid white;
  background: #003761;
  line-height: normal;
  padding: 14px 26px;
  height: auto;
  color: white;
  font-size: 17px;
}
#contactForm .form-floating > label {
  color: rgba(255, 255, 255, 0.51);
  line-height: normal;
  padding: 14px 26px;
  transition: all 0.1s;
  width: auto;
}
#contactForm .form-floating > .form-control:focus ~ label,
#contactForm .form-floating > .form-control:not(:placeholder-shown) ~ label,
#contactForm .form-floating > .form-select ~ label {
  opacity: 1;
  transform: scale(0.85) translateY(-0.7rem) translateX(0.15rem);
  background: #003761;
  padding: 0 10px !important;
  height: 24px;
}
#contactForm textarea.form-control {
  resize: none;
  height: 190px;
}
#contactForm .obligatory-text p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin: 0;
}
#contactForm .obligatory-text {
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
#contactForm .rodo-rules label {
  color: rgba(255, 255, 255, 0.8);
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
#contactForm .rodo-rules label p {
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin: 0;
}
#contactForm .rodo-rules .form-check-input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 13px;
  height: 13px;
  border: 1px solid #fff;
  border-radius: 0;
  background-color: #003761;
  cursor: pointer;
  position: relative;
  margin: 3px 10px 0 -23px;
}
#contactForm .rodo-rules .form-check-input:checked {
  background-color: #003761;
}
#contactForm .rodo-rules .form-check-input:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(245, 164, 0, 0.35);
}
/* Homepage
================================================== */
#hero {
  padding-bottom: clamp(30px, 10vw, 170px);
}
#hero .container-fluid {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#hero .hero-apla {
  position: absolute;
  bottom: 0;
  left: 0;
}
#hero .hero-img-sub {
  border: 25px solid #003761;
  border-left: 0;
  position: absolute;
  left: 0;
  top: 37px;
}
#hero .hero-button {
  position: absolute;
  bottom: 0;
  right: 0;
}
#hero .hero-button .bttn {
  font-size: 24px;
  border-radius: 40px;
  padding: 22px 105px 22px 28px;
}
#hero .hero-button .bttn span {
  width: 65px;
  height: 65px;
}
#hero .hero-button .bttn span svg {
  width: 28px;
  height: 28px;
}
#hero h1 {
  font-size: 204px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-shadow: 2px 2px 5px rgba(0, 55, 97, 0.74);
}
#hero p {
  font-size: 46px;
  font-style: normal;
  font-weight: 500;
  line-height: 55px;
  margin-left: 90px;
  padding-left: 50px;
  border-left: 5px solid #FF9500;
}
.main-invest {
  color: white;
}
.main-invest h2 {
  font-size: 28px;
  font-weight: 600;
  line-height: normal;
  margin: 30px 0 10px;
}
.main-invest p {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
.main-invest .main-invest-img {
  position: relative;
}
.main-invest .main-invest-thumb {
  position: relative;
  overflow: hidden;
}
.main-invest .main-invest-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.main-invest .main-invest-thumb:hover img {
  transform: scale(1.04);
}
.main-invest .main-invest-img-placeholder {
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  display: flex;
  padding: 20px 15px;
  height: 130px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.84) 9.13%, rgba(0, 0, 0, 0.17) 61.54%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  align-items: end;
}
.main-invest span {
  top: auto;
  bottom: -45px;
}
/* Footer
================================================== */
footer {
  background: #0E0E0E;
}
footer a,
footer a:hover {
  color: white;
}
footer .border-bottom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
}
footer h4 {
  font-size: 62px;
  font-style: normal;
  font-weight: 600;
  line-height: 82px;
}
footer .footer-contact li {
  line-height: 66px;
  font-size: 42px;
  font-style: normal;
  font-weight: 500;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-color: #FF9500;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
footer h5 {
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 20px;
}
footer p {
  margin: 0;
  line-height: 28px;
  font-size: 14px;
}
footer #flogo img {
  width: 147px;
  height: 71px;
  aspect-ratio: 147/71;
  filter: brightness(0) invert(1);
}
footer .footer-menu li,
footer .footer-menu p {
  margin: 0;
  line-height: 30px;
  font-size: 14px;
}
footer .footer-menu p {
  font-weight: 700;
}
footer .footer-menu a {
  transition: all 0.2s;
  text-decoration: underline;
  text-decoration-color: #0E0E0E;
}
footer .footer-menu a:hover {
  text-decoration-color: #FF9500;
}
footer #copyrights {
  background: #1B1B1B;
  border-top: 1px solid #383838;
}
footer #copyrights span {
  display: inline-flex;
  color: #FF9500;
  padding: 0 15px;
}
/* NEWS
================================================== */
.news-card {
  position: relative;
  border-radius: 0;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  display: block;
  transition: box-shadow 0.25s ease;
}
.news-card:hover {
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.14);
  color: inherit;
}
.news-card:hover .news-card__body {
  background: #002f53;
}
.news-card__thumb {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.news-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.news-card:hover .news-card__thumb img {
  transform: scale(1.04);
}
.news-card__date {
  color: #fff;
  font-size: 16px;
  padding: 3px 10px;
  letter-spacing: 0.02em;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.news-card__arrow {
  position: absolute;
  top: -45px;
  right: 18px;
  width: 90px;
  height: 90px;
  background: #f7a900;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 90;
  transition: background 0.2s, transform 0.2s;
}
.news-card__arrow svg {
  fill: #fff;
}
.news-card:hover .news-card__arrow {
  background: #e09800;
  transform: scale(1.08);
}
.news-card__body {
  padding: 30px 25px;
  transition: background-color 0.25s ease;
}
.news-card__title {
  font-size: 29px;
  font-weight: 500;
  line-height: 38px;
  margin: 25px 0 0 0;
}
/* Opis inwestycji
================================================== */
.apartament-slider__slider-for img {
  border-radius: 5px;
}
.apartament-slider__slider-nav .slick-slide {
  padding: 0 10px;
  opacity: 0.6;
  transition: all 0.2s;
}
.apartament-slider__slider-nav .slick-slide.slick-current,
.apartament-slider__slider-nav .slick-slide:hover {
  opacity: 1;
}
.apartament-slider__slider-nav .slick-slide img {
  border-radius: 5px;
}
.slick-arrow {
  width: 48px;
  height: 48px;
  border: none;
  outline: none;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 99;
  background: #ff9500;
  top: 0;
  bottom: 0;
  margin: auto;
}
.slick-arrow:hover {
  transition: 0.5s all !important;
}
.slick-next {
  right: -24px;
}
.slick-prev {
  left: -24px;
}
.map-container {
  height: 540px;
  background: white;
  border: 1px solid #f1f1f1;
  padding: 19px;
}
.border-blue {
  border: 1px solid #1c4d72;
  padding: 19px;
  position: relative;
  right: -1px;
}
/* RWD
================================================== */
@media (max-width: 1399.98px) {
  p,
  li {
    font-size: 16px;
    line-height: 28px;
  }
  .section-header h2 {
    font-weight: 700;
    font-size: 48px;
    font-style: normal;
    margin: 20px 0 35px;
  }
  .section-header h2.big {
    font-size: 46px;
    line-height: 60px;
  }
  .section-header .section-header-subtitle {
    font-size: 18px;
    font-style: normal;
    line-height: 26px;
    position: relative;
    padding: 2px 16px;
    display: inline-flex;
  }
}
/* Lista mieszkan
================================================== */
.qtip {
  position: absolute;
  left: -28000px;
  top: -28000px;
  display: none;
  width: 200px;
  box-shadow: none;
}
.qtip-content {
  position: relative;
  overflow: hidden;
  text-align: left;
  word-wrap: break-word;
  color: white !important;
  font-size: 12px !important;
  line-height: 16px;
  padding: 10px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.qtip-default .qtip-content {
  border-width: 1px;
  border-style: solid;
  border-color: #444444;
  background-color: #444444;
}
.qtip-tip {
  margin: 0 auto;
  overflow: hidden;
  z-index: 10;
  visibility: hidden;
}
.qtip-tip,
.qtip-tip canvas {
  position: absolute;
  color: var(--main-orange) !important;
  border: 0 dashed transparent !important;
}
.qtip-tip canvas {
  top: 0;
  left: 0;
}
.qtip-content h3 {
  color: var(--main-orange);
  font-weight: 600;
  margin: 0;
  font-size: 15px;
}
.qtip-content li {
  border-bottom: 1px solid #3f3f3f;
  padding: 3px 0;
  font-weight: 300;
}
.qtip-content li b {
  font-weight: 600;
}
.dostepny-ap,
.sprzedany-ap,
.rezerwacja-ap {
  font-size: 22px;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
.dostepny-ap {
  color: #25690c;
}
.sprzedany-ap {
  color: #aa1215;
}
.rezerwacja-ap {
  color: #1660b3;
}
/* Kolory dymkow */
.qtip.plan-status-1 .qtip-content {
  background: #25690c;
  border: 1px solid #25690c;
}
.qtip-tip.plan-status-1 canvas {
  background: #25690c !important;
}
.qtip.plan-status-3 .qtip-content {
  background: #1660b3;
  border: 1px solid #1660b3;
}
.qtip-tip.plan-status-3 canvas {
  background: #1660b3 !important;
  color: black;
}
.qtip.plan-status-2 .qtip-content {
  background: #aa1215;
  border: 1px solid #aa1215;
}
.qtip-tip.plan-status-2 canvas {
  background: #aa1215 !important;
}
.qtip.plan-status-4 .qtip-content {
  background: #de8300;
  border: 1px solid #de8300;
}
.qtip-tip.plan-status-4 canvas {
  background: #de8300 !important;
}
.qtip-content h6 {
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 9px;
  margin-bottom: 9px;
}
.qtip-content hr {
  margin: 10px 0 7px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.qtip-content .floor-stats {
  font-size: 12px;
  line-height: normal;
}
.qtip-content .floor-stats span {
  float: right;
}
.qtip-content .tooltip-promo {
  background: #eea31b;
  width: 100%;
  display: block;
  text-align: center;
  padding: 2px 0;
  margin-bottom: 8px;
}
/* Galeria
================================================== */
.sliderWrapper {
  position: relative;
}
.sliderWrapper .rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.sliderWrapper .rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.sliderWrapper .rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}
.sliderWrapper .rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}
.sliderWrapper img,
.sliderWrapper a {
  display: block;
  margin: 0 auto;
}
.sliderWrapper .rslides_nav {
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 90;
  color: white;
  text-align: center;
  padding: 5px 0;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}
.sliderWrapper .rslides_nav i {
  display: none;
}
.sliderWrapper .rslides_nav:hover {
  background: #f0a61f;
  width: 60px;
}
.sliderWrapper .rslides_nav.next {
  right: 0;
}
.sliderWrapper .rslides_nav.next:before {
  font-family: 'FontAwesome';
  content: "\f101";
  font-size: 20px;
}
.sliderWrapper .rslides_nav.prev:after {
  font-family: 'FontAwesome';
  content: "\f100";
  font-size: 20px;
}
.gallery-thumbs {
  padding: 10px 0 35px;
}
.col-gallery-thumb {
  margin-top: 30px;
}
.col-gallery-thumb img,
.col-gallery-thumb a {
  display: block;
  position: relative;
}
.col-gallery-thumb a {
  overflow: hidden;
}
.col-gallery-thumb div {
  position: absolute;
  background: rgba(240, 166, 31, 0.5);
  width: 100%;
  height: 100%;
}
.col-gallery-thumb div:before {
  font-family: 'FontAwesome';
  content: "\f00e";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #fff;
  line-height: normal;
}
.thumbDesc {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 3px 10px;
  font-size: 13px;
}
.carouselWrapper li {
  padding: 0 1px 0 0;
}
.carouselWrapper .slick-arrow {
  width: 55px;
  height: 55px;
  background: #f0a61f;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 90;
  color: white;
  text-align: center;
  padding: 2px 0 0;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  cursor: pointer;
  border-radius: 50%;
}
.carouselWrapper .slick-arrow:hover {
  background: #f0a61f;
}
.carouselWrapper .slick-next {
  right: 30px;
}
.carouselWrapper .slick-prev {
  left: 30px;
}
.carouselWrapper .slick-next:before {
  font-family: 'Line Awesome Free';
  font-weight: 900;
  content: "\f30b";
  font-size: 24px;
}
.carouselWrapper .slick-prev:after {
  font-family: 'Line Awesome Free';
  font-weight: 900;
  content: "\f30a";
  font-size: 24px;
}
.carouselWrapper .slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}
.carouselWrapper .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 2px;
  padding: 0;
  cursor: pointer;
}
.carouselWrapper .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: transparent;
  position: relative;
}
.carouselWrapper .slick-dots li button:hover,
.slick-dots li button:focus {
  outline: 0;
}
.carouselWrapper .slick-dots li button:hover:before,
.carouselWrapper .slick-dots li button:focus:before {
  opacity: 1;
}
.carouselWrapper .slick-dots li button:before {
  font-family: 'FontAwesome';
  font-size: 10px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '\f111';
  text-align: center;
  color: #efefef;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.carouselWrapper .slick-dots li.slick-active button:before {
  content: '\f10c';
  color: #3C9EAA;
}
.image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 500%;
  height: 1000%;
  background: rgba(197, 143, 89, 0.3);
  z-index: 3;
  transform-origin: 0 0;
  transform: translateX(20%) translateY(10%) rotate(-45deg);
  transition: transform 0.5s;
  -moz-transform-origin: 0 0;
  -moz-transform: translateX(20%) translateY(10%) rotate(-45deg);
  -moz-transition: 0.5s;
  -webkit-transform-origin: 0 0;
  -webkit-transform: translateX(20%) translateY(10%) rotate(-45deg);
  -webkit-transition: 0.5s;
  -o-transform-origin: 0 0;
  -o-transform: translateX(20%) translateY(10%) rotate(-45deg);
  -o-transition: 0.5s;
  overflow: hidden;
}
.image {
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.image:hover:after,
article:hover .image:after,
.list-post:hover .image:after {
  transform: translateY(10%) translateX(-500px) rotate(-45deg);
  -moz-transform: translateY(10%) translateX(-500px) rotate(-45deg);
  -webkit-transform: translateY(10%) translateX(-500px) rotate(-45deg);
  -o-transform: translateY(10%) translateX(-500px) rotate(-45deg);
}
/* Swipebox
================================================== */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important;
}
#swipebox-overlay img {
  border: 5px solid white;
}
#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999!important;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%;
}
#swipebox-slider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer;
}
#swipebox-slider .slide {
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
}
#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
#swipebox-slider .slide .swipebox-inline-container,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide img {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}
#swipebox-slider .slide .swipebox-video-container {
  background: 0 0;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100%!important;
  height: 100%!important;
  position: absolute;
  top: 0;
  left: 0;
}
#swipebox-slider .slide-loading {
  background: url('../../gfx/template/loader.gif') center center no-repeat;
}
#swipebox-bottom-bar,
#swipebox-top-bar {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%;
}
#swipebox-bottom-bar {
  top: 50%;
}
#swipebox-bottom-bar.visible-bars {
  -webkit-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0);
}
#swipebox-top-bar {
  top: -50px;
}
#swipebox-top-bar.visible-bars {
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
}
#swipebox-title {
  display: block;
  width: 100%;
  text-align: center;
}
#swipebox-close {
  border: none!important;
  text-decoration: none!important;
  cursor: pointer;
  width: 32px;
  height: 32px;
}
#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 50px;
}
#swipebox-close {
  top: 20px;
  right: 50px !important;
  position: absolute;
  z-index: 9999;
}
.swipebox-no-close-button #swipebox-close {
  display: none;
}
#swipebox-next.disabled,
#swipebox-prev.disabled {
  opacity: 0.3;
}
.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  -webkit-animation: rightSpring 0.3s;
  animation: rightSpring 0.3s;
}
.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  -webkit-animation: leftSpring 0.3s;
  animation: leftSpring 0.3s;
}
.swipebox-touch #swipebox-container:after,
.swipebox-touch #swipebox-container:before {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: ' ';
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0;
}
.swipebox-touch #swipebox-container:before {
  left: 0;
  -webkit-box-shadow: inset 10px 0 10px -8px #656565;
  box-shadow: inset 10px 0 10px -8px #656565;
}
.swipebox-touch #swipebox-container:after {
  right: 0;
  -webkit-box-shadow: inset -10px 0 10px -8px #656565;
  box-shadow: inset -10px 0 10px -8px #656565;
}
.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before,
.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1;
}
@-webkit-keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes leftSpring {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes leftSpring {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@media screen and (min-width: 800px) {
  #swipebox-close {
    right: 30px;
  }
  #swipebox-arrows {
    width: 90%;
  }
}
#swipebox-bottom-bar,
#swipebox-top-bar {
  opacity: 0.95;
}
#swipebox-top-bar {
  color: #fff !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif;
}
#swipebox-overlay {
  background: #000000;
  background: rgba(0, 0, 0, 0.9);
}
#swipebox-prev:before,
#swipebox-next:before,
#swipebox-close:before {
  font-family: 'FontAwesome';
  font-size: 50px;
  color: #afafaf;
  background-image: none !important;
  cursor: pointer;
}
#swipebox-prev:hover:before,
#swipebox-next:hover:before,
#swipebox-close:hover:before {
  color: #fff;
}
#swipebox-prev:before {
  float: left;
  content: "\f053";
}
#swipebox-next:before {
  float: right;
  content: "\f054";
}
#swipebox-close:before {
  float: right;
  content: "\f00d";
  font-size: 30px;
}
#swipebox-slider .slide img {
  background: white;
}
/* SIMPLELIGHTBOX
================================================== */
body.hidden-scroll {
  overflow: hidden;
}
.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  display: none;
  z-index: 9999;
}
.sl-wrapper {
  z-index: 99999;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
}
.sl-wrapper * {
  box-sizing: border-box;
}
.sl-wrapper button {
  border: 0 none;
  background: transparent;
  font-size: 28px;
  padding: 0;
  cursor: pointer;
}
.sl-wrapper button:hover {
  opacity: 0.7;
}
.sl-wrapper .sl-close {
  display: none;
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 10060;
  margin-top: -14px;
  margin-right: -14px;
  height: 44px;
  width: 44px;
  line-height: 44px;
  font-family: Arial,Baskerville,monospace;
  color: #fff;
  font-size: 3rem;
}
.sl-wrapper .sl-counter {
  display: none;
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 10060;
  color: #fff;
  font-size: 1rem;
}
.sl-wrapper .sl-navigation {
  width: 100%;
  display: none;
}
.sl-wrapper .sl-navigation button {
  position: fixed;
  top: 50%;
  margin-top: -22px;
  height: 44px;
  width: 22px;
  line-height: 44px;
  text-align: center;
  display: block;
  z-index: 10060;
  font-family: Arial,Baskerville,monospace;
  color: #fff;
}
.sl-wrapper .sl-navigation button.sl-next {
  right: 5px;
  font-size: 2rem;
}
.sl-wrapper .sl-navigation button.sl-prev {
  left: 5px;
  font-size: 2rem;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 10px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 10px;
    font-size: 3rem;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 20px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 20px;
    font-size: 3rem;
  }
}
.sl-wrapper.sl-dir-rtl .sl-navigation {
  direction: ltr;
}
.sl-wrapper .sl-image {
  position: fixed;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 10000;
}
.sl-wrapper .sl-image img {
  margin: 0;
  padding: 0;
  display: block;
  border: 0 none;
  width: 100%;
  height: auto;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
.sl-wrapper .sl-image iframe {
  background: #000;
  border: 0 none;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-top {
  bottom: auto;
  top: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-outside {
  bottom: auto;
}
.sl-wrapper .sl-image .sl-download {
  display: none;
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #000;
  z-index: 1060;
}
.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  -webkit-animation: pulsate 1s ease-out infinite;
  -moz-animation: pulsate 1s ease-out infinite;
  -ms-animation: pulsate 1s ease-out infinite;
  -o-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite;
}
.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.sl-transition {
  transition: -moz-transform ease 200ms;
  transition: -ms-transform ease 200ms;
  transition: -o-transform ease 200ms;
  transition: -webkit-transform ease 200ms;
  transition: transform ease 200ms;
}
@-webkit-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-moz-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-o-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-ms-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
/* RWD
================================================== */
.closemenu {
  width: 40px;
  height: 40px;
  background: #b97a5d;
  position: absolute;
  top: 10px;
  right: 15px;
  border-radius: 50%;
  display: none;
  z-index: 999;
}
.closemenu:before {
  content: "\f00d";
  font-family: "FontAwesome";
  color: white;
  font-size: 20px;
}
#triggermenu {
  display: none;
  float: right;
  font-size: 16px;
  color: white;
  font-weight: 600;
  text-transform: uppercase;
  margin: 15px 12px 0;
  padding: 5px 12px;
  transition: all 200ms linear;
  background: #222;
  cursor: pointer;
}
#triggermenu:hover {
  background: #d8951c;
  color: white !important;
}
.openmenu #triggermenu {
  color: #f0a61f;
}
#triggermenu:before {
  font-family: 'FontAwesome';
  content: "\f0c9";
  margin-right: 10px;
  font-weight: normal;
  width: 14px;
  display: inline-block;
}
.openmenu #triggermenu:before {
  content: "\f00d";
}
@media (max-width: 1619.98px) {
  header {
    height: 126px;
  }
  header .header-phone a {
    padding: 15px 25px;
  }
  header nav li {
    margin-right: 23px;
  }
  header #logo img {
    width: 150px;
    height: 76px;
  }
  #page p,
  #page li,
  p,
  li {
    font-size: 16px;
    line-height: 27px;
  }
  .contact-box {
    padding: 145px 30px 15px;
  }
  footer h4 {
    font-size: 47px;
    line-height: 62px;
  }
  footer .footer-contact li {
    line-height: 51px;
    font-size: 33px;
  }
  .section-header h2.big {
    font-size: 53px;
    line-height: 68px;
  }
  article h3 {
    font-size: 23px;
  }
}
/* end of 1640 */
/* end of 1479.98 */
@media (max-width: 1399.98px) {
  header {
    height: 68px;
  }
  header .container {
    max-width: 100%;
    padding: 0;
  }
  header .row {
    margin: 0;
  }
  header nav li {
    margin-right: 22px;
  }
  header nav li a,
  header nav li span {
    font-size: 14px;
  }
  header .header-phone a {
    padding: 11px 20px;
    font-size: 14px;
  }
  header #logo {
    margin: 10px 0;
  }
  header #logo img {
    width: 100px;
    height: auto;
  }
  .mieszkania-submenu h1 {
    margin: 20px 0;
    font-size: 23px;
  }
  #page {
    padding: 50px 0;
  }
  .section-header h2.big {
    font-size: 39px;
    line-height: 50px;
    margin: 10px 0 15px;
  }
  .section-header .section-header-subtitle {
    font-size: 14px;
    line-height: 20px;
    padding: 2px 12px;
  }
  #contactForm textarea.form-control {
    height: 140px;
  }
  #contactForm img {
    margin-bottom: -48px;
    position: relative;
    bottom: -95px;
  }
  .iconbox h3 {
    font-size: 22px;
    margin: 15px 0;
  }
  .iconbox p {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
  }
  #numbers {
    padding: 50px 0 20px !important;
  }
  .numerbox {
    padding: 24px 0 0 20px;
  }
  .numerbox span {
    font-size: 50px;
    line-height: normal;
  }
  .numerbox p {
    font-size: 22px;
    line-height: 27px;
  }
  .numerbox:before {
    width: 64px;
    height: 64px;
  }
  .zrealizowane h3 {
    font-size: 26px;
  }
}
/* end of 1359.98 */
/* end of 1199.98 */
@media (max-width: 1199.98px) {
  footer h4 {
    font-size: 36px;
    line-height: 46px;
  }
  footer .footer-contact li {
    line-height: 39px;
    font-size: 24px;
  }
  #searchForm label {
    font-size: 18px;
    line-height: 22px;
  }
  #searchForm button {
    padding: 10px 0;
    border-radius: 4px;
  }
  #searchForm button svg {
    width: 32px;
    height: 32px;
  }
  #hero p {
    font-size: 34px;
    line-height: 37px;
    margin-left: 0;
    padding-left: 20px;
    border-left: 3px solid #FF9500;
  }
  #hero h1 {
    font-size: 96px;
  }
  #hero .hero-img-sub {
    border: 0;
    border-bottom: 20px solid #003761;
    border-right: 20px solid #003761;
    position: absolute;
    left: 0;
    top: 0;
    width: 319px;
  }
  #hero .hero-button .bttn {
    font-size: 19px;
    padding: 22px 95px 22px 28px;
  }
  #hero .hero-button .bttn span {
    width: 57px;
    height: 57px;
  }
  .news-card__title {
    font-size: 20px;
    line-height: 24px;
    margin: 25px 0 0 0;
  }
  .news-card__date {
    font-size: 11px;
  }
  .news-card__body {
    padding: 15px 10px;
    transition: background-color 0.25s ease;
  }
  .news-card__arrow {
    top: -30px;
    right: 0;
    width: 60px;
    height: 60px;
  }
  #newsList {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #searchForm {
    padding-bottom: 0;
  }
  header #triggermenu {
    display: block;
  }
  .openmenu header nav {
    display: block !important;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #003761 url(../images/bg.png) repeat-y center top;
    z-index: 999;
    top: 67px;
  }
  .openmenu header nav ul {
    flex-flow: column wrap;
  }
  .openmenu header nav ul li {
    text-align: center;
    margin: 0;
  }
  .openmenu header nav li a,
  .openmenu header nav li span {
    font-size: 20px;
  }
  .openmenu header li ul {
    background: #003761;
    border: 1px solid #ff9500;
    position: static;
    width: 100%;
    display: block;
    margin-top: 13px;
  }
  .openmenu header li ul li {
    padding: 5px 0;
  }
  .openmenu header li ul li a {
    color: white;
  }
}
/* end of 1199.98 */
@media (max-width: 991.98px) {
  footer .footer-contact li {
    line-height: 32px;
    font-size: 21px;
  }
  footer h4 {
    font-size: 27px;
    line-height: 36px;
  }
  .footer-company {
    text-align: center;
  }
  .footer-company img {
    margin: 0 auto;
  }
  article {
    padding: 20px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 30px;
  }
  article .arrow {
    width: 60px;
    height: 60px;
  }
  .single-article h1 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .carrer-item {
    padding: 20px;
    margin-right: 0;
  }
  .zrealizowane h3 {
    font-size: 22px;
  }
  .iconbox h3 {
    font-size: 17px;
    margin: 15px 0;
  }
  #hero p {
    font-size: 27px;
    line-height: 30px;
  }
  #hero .hero-button .bttn {
    font-size: 13px;
    padding: 18px 84px 18px 25px;
  }
  #hero .hero-button .bttn span {
    width: 47px;
    height: 47px;
    right: 2px;
  }
}
/* end of 991.98 */
@media (max-width: 767.98px) {
  .contact-box {
    padding: 75px 30px 15px;
  }
  .contact-box svg {
    width: 120px;
    height: 120px;
    left: -60px;
    top: -40px;
  }
  h2 {
    font-size: 26px;
  }
  .pt-5.pt-xxl-6.pb-5.pb-xxl-0 {
    padding: 30px 18px !important;
  }
  footer .footer-contact li {
    line-height: 29px;
    font-size: 16px;
  }
  footer h4 {
    font-size: 20px;
    line-height: 30px;
  }
  footer .footer-menu li,
  footer .footer-menu p {
    line-height: 16px;
    font-size: 14px;
    margin-bottom: 15px;
  }
  footer h5 {
    font-size: 17px;
    margin-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 10px;
  }
  footer #copyrights p {
    line-height: normal;
    font-size: 10px;
  }
  .col-md-6:nth-child(2n+1) article {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 30px !important;
  }
  .iconbox {
    text-align: center;
    margin-bottom: 30px;
    border: 1px solid #1c4d72;
    background: #003761;
    padding: 20px 20px 10px !important;
  }
  .iconbox img {
    width: 48px;
    height: 48px;
    margin: 0 auto;
  }
  .iconbox p {
    font-size: 13px;
    line-height: 24px;
  }
  .news-card__arrow {
    top: auto !important;
    right: -10px;
    width: 40px;
    height: 40px;
    bottom: -20px !important;
  }
  #hero .hero-img-sub {
    display: none;
  }
  #hero p {
    font-size: 20px;
    line-height: 22px;
    margin: 0;
  }
  #hero h1 {
    font-size: 64px;
    line-height: 65px;
  }
  #hero .hero-button .bttn {
    font-size: 13px;
    padding: 18px 55px 18px 20px;
  }
  #page-home article {
    padding: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
  }
  #page-home .news-card__title {
    font-size: 15px;
    line-height: 19px;
    margin: 15px 0 0 0;
  }
  #page-home .slick-arrow.slick-button {
    width: 50px;
    height: 50px;
  }
  #page-home .news-card__arrow {
    top: -30px !important;
    right: 0;
    width: 60px;
    height: 60px;
    bottom: 0 !important;
  }
}
/* end of 767.98 */
@media (max-width: 575.98px) {
  footer {
    text-align: center;
  }
  footer p {
    line-height: 18px;
    font-size: 14px;
  }
  #page,
  .section-mobile {
    padding: 30px 18px !important;
  }
  .contact-box {
    padding: 75px 10px 15px;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 18px;
  }
  h3 br {
    display: none;
  }
  #page p,
  #page li,
  p,
  li {
    font-size: 13px;
    line-height: 24px;
  }
  .iconbox {
    text-align: center;
  }
  .iconbox br {
    display: none;
  }
  .iconbox img {
    margin: 0 auto 15px;
  }
  .section-header h2.big {
    font-size: 29px;
    line-height: 34px;
  }
  #numbers {
    padding: 40px 18px 20px !important;
  }
  .zrealizowane {
    padding: 15px;
  }
  #searchForm label {
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
  }
  .section-header h2 {
    font-weight: 700;
    font-size: 26px;
    font-style: normal;
    margin: 10px 0;
  }
  #hero {
    margin-bottom: 50px;
  }
  #hero .hero-button {
    position: absolute;
    bottom: -70px;
    right: 0;
    left: 0;
  }
  #hero .hero-button .bttn {
    width: 100%;
  }
  #hero h1 {
    font-size: 43px;
    line-height: 38px;
  }
  #hero p {
    font-size: 16px;
    line-height: 22px;
    margin: 0;
  }
  #page-home .news-card__arrow {
    top: -20px !important;
    right: 0;
    width: 40px;
    height: 40px;
    bottom: 0 !important;
  }
  #newsList {
    padding-top: 60px;
    padding-bottom: 0;
  }
}
/* end of 575.98 */
/* end of 359.98 */
/* end of 359.98 */
/*# sourceMappingURL=style.css.map */