.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: #333;
  font-family: ivymode, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

img {
  max-width: 100%;
  display: inline-block;
}

.section-hero {
  height: 100vh;
}

.container {
  width: 100%;
  max-width: 1210px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2em;
  padding-right: 2em;
}

.hero-slider {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.right-arrow, .left-arrow {
  display: none;
}

.image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}

.slide-mask {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .78));
  position: absolute;
  top: 0;
  left: 0;
}

.hero-slide-content {
  justify-content: center;
  align-items: center;
  line-height: 1.1;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-title {
  color: #e0dad3;
  text-align: center;
  margin-bottom: .8em;
  font-family: ivymode, sans-serif;
  font-size: 3.5em;
  font-weight: 400;
  line-height: 1.2;
}

.hero-subtitle {
  color: #e0dad3;
  text-align: center;
  font-family: Windsong, sans-serif;
  font-size: 2.5em;
  line-height: 1.2;
}

.cs-btn {
  color: #e0dad3;
  letter-spacing: .125em;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #e0dad3;
  padding: .88em 1.38em;
  font-family: ivyepic, sans-serif;
  font-size: .88em;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: all .3s;
}

.cs-btn:hover {
  color: #887041;
  background-color: #e0dad3;
}

.cs-btn.btn-dark {
  color: #e0dad3;
  background-color: #887041;
  border-color: #887041;
  display: inline-block;
}

.cs-btn.btn-dark:hover {
  background-color: #756139;
  border-color: #756139;
}

.cs-btn.btn-dark.btn-send {
  padding-top: 1.3em;
  padding-bottom: 1.3em;
}

.cs-btn.btn-dark.cs-bottom {
  margin-bottom: 2.1em;
}

.cs-btn.btn-color {
  color: #887041;
  border-color: #887041;
}

.cs-btn.btn-color:hover, .cs-btn.btn-color.btn-active {
  color: #e0dad3;
  background-color: #887041;
}

.btn-centered {
  justify-content: center;
  align-items: center;
  margin-top: 5em;
  display: flex;
}

.btn-centered.small-top {
  margin-top: 2em;
}

.btn-centered.small-top.btn-flex {
  grid-column-gap: 1.88em;
  justify-content: center;
  margin-top: 2.5em;
}

.btn-centered.cs-top {
  margin-top: 2.3em;
}

.hero-wyszukiwarka {
  z-index: 9;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  bottom: 1.88em;
}

.wyszukiwarka-box {
  background-color: rgba(21, 21, 19, .8);
  border-bottom: 1px solid #887041;
  justify-content: center;
  padding: 1.38em 2.19em;
  display: flex;
}

.wyszukiwarka-box.wyszukiwarka-main {
  background-color: rgba(0, 0, 0, 0);
}

.wyszkiwarka-form {
  margin-bottom: 0;
}

._w-label {
  color: #e0dad3;
  margin-bottom: .44em;
  font-size: 1.13em;
  font-weight: 400;
}

.form-flex {
  display: flex;
}

.form-flex-item {
  flex-direction: column;
  display: flex;
}

.form-input-div {
  align-items: center;
  display: flex;
}

.cs-input {
  height: auto;
  color: #e0dad3;
  letter-spacing: .125em;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid #000;
  margin-bottom: 0;
  padding-top: 3px;
  padding-bottom: 3px;
  font-family: ivyepic, sans-serif;
  font-size: .88em;
}

.cs-input::-ms-input-placeholder {
  color: #e0dad3;
}

.cs-input::placeholder {
  color: #e0dad3;
}

.image-2 {
  width: 1.06em;
  height: 1.06em;
}

.body {
  font-family: ivymode, sans-serif;
  line-height: 1.3;
}

.form-reset {
  color: #e0dad3;
  letter-spacing: .125em;
  text-transform: uppercase;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 2.75em;
  font-family: ivyepic, sans-serif;
  font-size: .88em;
  display: flex;
}

.image-3 {
  margin-bottom: .6em;
}

.wyszukiarka-title {
  color: #e0dad3;
  margin-right: 6.25em;
  font-size: 1.5em;
  line-height: 1.2;
}

.navbar {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: all .3s;
  position: fixed;
  top: 0;
  left: 0;
}

.nav-item {
  color: #e0dad3;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  font-size: .94em;
  transition: all .3s;
}

.nav-item.w--current {
  color: #e0dad3;
}

.image-4 {
  width: 8.63em;
}

.nav-flex {
  justify-content: space-between;
  align-items: center;
  padding-top: 1.4em;
  padding-bottom: 1.4em;
  display: flex;
}

.nav-drop {
  display: inline-block;
}

.nav-drop.nav-lang-mobile {
  display: none;
}

.text-block {
  color: #e0dad3;
  letter-spacing: .125em;
  text-transform: uppercase;
  margin-top: 3px;
  font-family: ivyepic, sans-serif;
  font-size: .88em;
  line-height: 20px;
}

.dropdown-toggle {
  border-bottom: 1px solid #e0dad3;
  justify-content: center;
  align-items: center;
  margin-left: 3.13em;
  padding: 10px 0;
  display: flex;
}

.image-5 {
  margin-top: -1px;
  margin-left: 6px;
}

.image-6 {
  margin-right: .5em;
}

.nav-menu {
  align-items: center;
  display: flex;
}

.navbar-top {
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  padding-top: 1em;
  display: flex;
}

.nvbar-top-text {
  color: #e0dad3;
  letter-spacing: .25em;
  text-transform: uppercase;
  font-family: ivyepic, sans-serif;
  font-size: .75em;
}

.nvbar-cal {
  color: #e0dad3;
  letter-spacing: .25em;
  text-transform: uppercase;
  align-items: center;
  font-family: ivyepic, sans-serif;
  font-size: .75em;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.nvbar-cal:hover {
  color: #fff;
}

.image-7 {
  margin-right: .63em;
}

.section-numbers {
  background-color: #151513;
  padding-top: 5em;
  padding-bottom: 5em;
}

.numbers-flex {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.s-number {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.number-text {
  color: #887041;
  font-size: 4.75em;
  line-height: 1.2;
}

.number-subtitle {
  color: #e0dad3;
  font-size: 2em;
  line-height: 1.2;
}

.small-span {
  font-size: .5em;
}

.section-apartamenty {
  background-color: #e4e4e4;
  padding-top: 7em;
  padding-bottom: 7em;
}

.section-apartamenty.sec-smaller-padding {
  padding-bottom: 3em;
}

.section-apartamenty.section-kontakt-info {
  background-color: #20201d;
}

.ap-flex {
  justify-content: space-between;
  display: flex;
}

.ap-flex.ap-top {
  align-items: flex-start;
}

.ap-col {
  width: 45%;
}

.ap-col.ap-col-top-padding {
  padding-top: 4em;
}

.ap-title {
  color: #887041;
  font-size: 3.5em;
  line-height: 1.2;
}

.ap-text {
  color: #887041;
  margin-top: 2.7em;
  font-size: 2em;
  line-height: 1.3;
}

.ap-text.no-top {
  margin-top: 0;
}

.ap-text.no-top.white {
  color: #e0dad3;
}

.ap-big-title {
  color: #887041;
  font-size: 8.13em;
  line-height: 1.2;
}

.ap-text-main {
  color: #887041;
  text-align: justify;
  margin-top: 2.6em;
  font-family: ivyepic, sans-serif;
  font-size: 1em;
  line-height: 1.5;
}

.ap-text-main.no-top {
  margin-top: 0;
}

.ap-text-main.no-top.white, .ap-text-main.white {
  color: #e0dad3;
}

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

.ap-details {
  margin-top: 5em;
  display: flex;
}

.ap-info {
  width: 50%;
  background-color: #fff;
  padding: 1.88em 4em 1.88em 1.88em;
}

.ap-info.ap-info-smaller {
  width: 60%;
  padding-left: 3em;
  padding-right: 3em;
}

.ap-info.ap-info-smaller.ap-info-block {
  width: 100%;
  padding-left: 2em;
  padding-right: 2em;
}

.ap-photo {
  width: 50%;
}

.ap-photo.ap-photo-smaller {
  width: 40%;
}

.ap-photo.ap-photo-smaller.ap-photo-block {
  width: 100%;
  height: 15em;
}

.image-8 {
  max-width: 200px;
  margin-left: auto;
  margin-right: 0;
  display: block;
}

.image-8.img-block {
  max-width: 150px;
  margin-left: 0;
  margin-right: auto;
}

.ap-details-box {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 4.38em;
  display: flex;
}

.ap-details-box.box-flex {
  flex-direction: column;
  margin-top: 2em;
}

.ap-details-left {
  width: 40%;
}

.ap-details-left.full {
  width: 100%;
  align-items: flex-start;
  display: flex;
}

.ap-details-item {
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 1em;
  display: flex;
}

.ap-details-item.centered {
  width: 50%;
  align-items: center;
}

.ap-details-item.centered.no-width {
  width: auto;
  flex: none;
}

.ap-details-text {
  color: #887041;
  font-size: 3em;
  line-height: 1.2;
}

.small-meter {
  font-size: .7em;
}

.ap-info-text {
  height: 2.3em;
  color: #887041;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  font-family: ivyepic, sans-serif;
  font-size: .75em;
  line-height: 1;
  display: flex;
}

.image-9 {
  margin-right: .31em;
}

.superscript {
  font-size: .5em;
  top: -13px;
}

.text-block-2 {
  text-transform: uppercase;
}

.text-block-2.white {
  color: #e0dad3;
}

.ap-details-right {
  width: 40%;
}

.ap-details-right.full {
  width: 100%;
  margin-bottom: 1.25em;
}

.ap-details-right.cswidth {
  width: auto;
  flex: none;
}

.ap-info-item {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.25em;
  display: flex;
}

.ap-info-item.ap-info-item-block {
  margin-bottom: .25em;
}

.ap-info-item.ap-info-mobil {
  display: none;
}

.text-block-3 {
  width: 9.9em;
  color: #20201d;
  letter-spacing: .125em;
  text-transform: uppercase;
  margin-top: 9px;
  font-family: ivyepic, sans-serif;
  font-size: .88em;
  line-height: 1.2;
}

.text-block-3.block-text-width {
  width: 13em;
}

.text-block-3.white {
  color: #e0dad3;
}

.image-10 {
  width: .94em;
  height: .94em;
  margin-left: .19em;
}

.liczba-text {
  color: #887041;
  margin-top: 6px;
  font-family: ivyepic, sans-serif;
  font-size: .94em;
}

.ap-bottom-info {
  width: 100%;
  justify-content: flex-end;
  align-items: center;
  margin-top: 3.13em;
  display: flex;
}

.ap-bottom-info.cs-top-space {
  margin-top: 2em;
}

.ap-bottom-info.cs-top-space.info-block {
  justify-content: space-between;
}

.ap-price {
  color: #887041;
  margin-right: 2em;
  font-size: 2em;
}

.smaller {
  font-size: .6em;
}

.image-11 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}

.ap-slider {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.slide-nav {
  display: none;
}

.image-12 {
  width: 1.5em;
  height: 1.5em;
  display: block;
}

.left-arrow-2 {
  height: auto;
  align-items: center;
  display: block;
  top: auto;
  bottom: .7em;
  left: auto;
  right: 2.3em;
}

.image-13 {
  width: 1.5em;
  height: 1.5em;
}

.right-arrow-2 {
  top: auto;
  bottom: .7em;
  left: auto;
  right: .8em;
}

.section-cs-info {
  background-color: #151513;
  padding-top: 7.19em;
  padding-bottom: 7.19em;
}

.cs-info-flex {
  justify-content: space-between;
  display: flex;
}

.cs-info-item {
  width: 32%;
  text-decoration: none;
  position: relative;
}

.cs-info-text {
  color: #e0dad3;
  justify-content: center;
  align-items: center;
  font-size: 2em;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 8%;
  left: 0%;
  right: 0%;
}

.image-14 {
  width: 1.7em;
  margin-left: 1em;
}

.cs-item-bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .4);
  position: absolute;
  top: 0;
  left: 0;
}

.text-centered {
  text-align: center;
}

.text-centered.cs-color {
  color: #887041;
}

.section-kompleksy {
  background-color: #e0dad3;
  padding-top: 6em;
  padding-bottom: 5em;
}

.sec-title.cs-bottom {
  margin-bottom: 5em;
}

.sec-title.cs-bottom2 {
  margin-bottom: 4.2em;
}

.sec-title-sub {
  color: #887041;
  text-align: center;
  font-family: Windsong, sans-serif;
  font-size: 2.5em;
  font-weight: 500;
}

.sec-title-title {
  color: #887041;
  text-align: center;
  margin-top: .1em;
  font-size: 3.5em;
  line-height: 1.4;
}

.sec-title-title.white {
  color: #e0dad3;
}

.kompleksy-lista {
  margin-top: 3.7em;
  margin-bottom: 2em;
}

.kompleks-item {
  width: 23%;
  color: #887041;
  text-align: center;
  margin: 1% 1% 4%;
  font-size: 2em;
  text-decoration: none;
}

.kompleks-item.white {
  color: #e0dad3;
  transition: all .3s;
}

.kompleks-item.white:hover {
  color: #887041;
}

.kompleks-photo {
  margin-bottom: .6em;
}

.image-15 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}

.section-atrakcje {
  background-color: #151513;
  padding-top: 5em;
  padding-bottom: 4em;
}

.atrakcje-flex {
  margin-top: 4.6em;
}

.s-big-atrakcje {
  width: 100%;
  text-decoration: none;
  display: flex;
}

.atrakcja-half {
  width: 50%;
}

.atrakcja-half.cs-bg {
  background-color: #20201d;
  padding: 3.13em 4.06em;
  position: relative;
}

.image-16 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}

.a-data {
  color: #887041;
  text-align: right;
  font-size: 3.5em;
  line-height: 1.2;
}

.a-data-small {
  color: #887041;
  text-align: right;
  font-family: ivyepic, sans-serif;
  font-size: .94em;
  font-weight: 400;
}

.a-title {
  color: #e0dad3;
  margin-top: 1.4em;
  font-size: 2em;
}

.a-title-line {
  width: 100%;
  height: 1px;
  background-color: #887041;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.a-text {
  width: 18.75em;
  color: #e0dad3;
  margin-top: 2em;
  font-family: ivyepic, sans-serif;
  font-size: 1em;
  line-height: 1.4;
}

.a-text.kontakt-text {
  width: 26em;
}

.a-arrow {
  text-align: right;
  position: absolute;
  bottom: 2.5em;
  right: 4em;
}

.a-arrow.arrow-small {
  bottom: 2em;
  right: 3.13em;
}

.image-17 {
  width: 37px;
}

.s-small-atrakcje {
  width: 49%;
  background-color: #20201d;
  margin: 1% .5%;
  padding: 3em 3.13em;
  text-decoration: none;
  display: flex;
  position: relative;
}

.a-flex2 {
  flex-wrap: wrap;
  margin: 1% -.5% 4em;
  display: flex;
}

.a-small-left {
  width: 35%;
  margin-top: -11px;
  padding-right: 2.8em;
}

.a-small-right {
  width: 65%;
}

.a-small-title {
  color: #e0dad3;
  letter-spacing: .3em;
  text-transform: uppercase;
  font-family: ivyepic, sans-serif;
  font-size: .94em;
  line-height: 1.4;
}

.section-opinie {
  background-color: #e6e6e6;
  padding-top: 4em;
  padding-bottom: 4em;
}

.opinie-slider {
  margin-top: 4.3em;
}

.opinie-slide {
  background-color: #fff;
  display: flex;
}

.opinie-slide-img {
  width: 25%;
}

.image-18 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}

.opinie-slide-content {
  width: 75%;
  align-items: center;
  padding-left: 3.75em;
  padding-right: 6.25em;
  display: flex;
  position: relative;
}

.image-19 {
  width: 47px;
  position: absolute;
  top: 40px;
  right: 40px;
}

.opinia-text {
  color: #887041;
  font-size: 2em;
}

.opinia-cs-info {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding-left: 3.13em;
  padding-right: 3.13em;
  display: flex;
  position: absolute;
  bottom: 3.13em;
  left: 0;
  right: 0;
}

.opinia-star {
  align-items: center;
  margin-left: 1.38em;
  margin-right: 1.38em;
  display: flex;
}

.opinia-star-text {
  color: #887041;
  letter-spacing: .3em;
  text-transform: uppercase;
  margin-top: 5px;
  font-family: ivyepic, sans-serif;
  font-size: .94em;
}

.image-20 {
  margin-right: .7em;
}

.opinia-name {
  color: #887041;
  font-size: 2.5em;
}

.op-left {
  align-items: center;
  display: flex;
}

.sectio-dubaj {
  background-color: #20201d;
  background-image: url('../images/1.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 5em;
  padding-bottom: 5em;
}

.dubaj-img {
  margin-top: 3.44em;
  margin-bottom: 3.44em;
}

.dubaj-text {
  color: #887041;
  text-align: center;
  font-size: 2em;
}

.section-kontakt {
  background-color: #151513;
  padding-top: 6em;
  padding-bottom: 6em;
}

.section-kontakt.cs-kontakt-section {
  background-color: #20201d;
}

.kontakt-flex {
  align-items: center;
  display: flex;
}

.kontakt-col {
  width: 50%;
}

.kontakt-col.right-padding {
  padding-right: 7em;
}

.kontakt-subtitle {
  color: #887041;
  font-family: Windsong, sans-serif;
  font-size: 2.5em;
}

.kontakt-title {
  color: #e0dad3;
  font-size: 3em;
}

.form-zgody {
  margin-top: 1.3em;
  margin-bottom: 2em;
}

.contact-link {
  color: #e0dad3;
  text-decoration: none;
  transition: all .3s;
}

.contact-link:hover {
  color: #c7b299;
}

.cs-link {
  color: #030a1c;
  letter-spacing: .125em;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #030a1c;
  padding-top: .2em;
  padding-bottom: .2em;
  font-size: .88em;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
}

.cs-link.btn-send {
  padding-left: 0;
  padding-right: 0;
}

.form-check {
  color: #e0dad3;
  letter-spacing: .125em;
  text-transform: uppercase;
  font-size: .88em;
  font-weight: 400;
}

.form-label-2 {
  width: 200px;
  color: #e0dad3;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.2;
}

.form-flex-2 {
  border-bottom: 1px solid #887041;
  align-items: center;
  margin-bottom: .9em;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.form-flex-2.form-flex-top {
  align-items: flex-start;
  padding-top: 10px;
}

.cs-input-2 {
  color: #e0dad3;
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid #000;
  margin-bottom: 0;
  font-size: 1em;
  line-height: 1.2;
}

.cs-input-2::-ms-input-placeholder {
  color: #e0dad3;
  font-size: 1em;
  font-weight: 400;
}

.cs-input-2::placeholder {
  color: #e0dad3;
  font-size: 1em;
  font-weight: 400;
}

.cs-input-2.cs-textarea {
  height: 70px;
  padding-top: 0;
}

.c-form {
  width: 100%;
  margin-top: 2.5em;
  margin-bottom: 0;
}

.c-form.no-top {
  margin-top: 0;
}

.footer {
  background-color: #e4e4e4;
  padding-top: 8.75em;
  padding-bottom: 1.25em;
}

.footer-flex {
  display: flex;
}

.footer-left {
  width: 75%;
  grid-column-gap: 3.25em;
  border-right: 1px solid #887041;
  display: flex;
}

.footer-right {
  width: 25%;
}

.footer-title {
  color: #887041;
  letter-spacing: .24em;
  margin-bottom: 1.6em;
  font-family: ivyepic, sans-serif;
  font-size: .75em;
}

.footer-link {
  color: #887041;
  margin-bottom: .63em;
  font-family: ivyepic, sans-serif;
  font-size: 1.13em;
  text-decoration: none;
  transition: all .3s;
  display: block;
}

.footer-link:hover {
  color: #756139;
}

.footer-text {
  color: #887041;
  font-family: ivyepic, sans-serif;
  font-size: 1.13em;
  line-height: 1.4;
}

.skontaktuj-sie-subtitle {
  color: #887041;
  text-align: right;
  letter-spacing: .24em;
  margin-bottom: 2px;
  font-family: ivyepic, sans-serif;
  font-size: .75em;
}

.kontakt-link {
  color: #887041;
  text-align: right;
  font-size: 2em;
  text-decoration: none;
  transition: all .3s;
  display: block;
}

.kontakt-link:hover {
  color: #756139;
}

.kontakt-link.white {
  color: #e0dad3;
}

.kontakt-link.white:hover {
  color: #887041;
}

.footer-spec-text {
  max-width: 80%;
  color: #887041;
  margin-top: 4.38em;
  font-family: ivyepic, sans-serif;
  font-size: .88em;
  font-weight: 300;
  line-height: 1.5;
}

.footer-info {
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 2.5em;
  display: flex;
}

.image-21 {
  max-width: 650px;
}

.footer-spe-link {
  color: #887041;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-family: ivyepic, sans-serif;
  font-size: .75em;
  text-decoration: none;
  transition: all .3s;
}

.footer-spe-link:hover {
  color: #756139;
}

.section-s-page {
  background-color: #151513;
  padding-top: 12em;
  padding-bottom: 5em;
}

.section-s-page.onas-page {
  padding-bottom: 7em;
}

.section-s-page.onas-page.dubaj-kontakt-page {
  padding-top: 6em;
  position: relative;
}

.section-s-page.onas-page.dubaj-page {
  background-image: url('../images/Group-49957.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.section-s-page.cs-bottom {
  padding-bottom: 3em;
}

.body-2 {
  line-height: 1.1;
}

.kompleks-line {
  width: 0%;
  height: 1px;
  background-color: #887041;
  margin-top: .7em;
  transition: all .3s;
}

.o-nas-img {
  margin-bottom: 6em;
}

.o-nas-img.cs-bottom {
  margin-bottom: 4em;
}

.o-nas-img2 {
  margin-top: 4em;
  margin-bottom: 4em;
}

.section-zespol {
  background-color: #151513;
  padding-top: 5em;
  padding-bottom: 9em;
}

.zespol-flex {
  margin-top: 5em;
  margin-left: -1%;
  margin-right: -1%;
  display: flex;
}

.s-zespol {
  width: 31.33%;
  margin-left: 1%;
  margin-right: 1%;
}

.zespol-imie {
  color: #e0dad3;
  margin-top: .8em;
  font-size: 2em;
}

.zespol-podpis {
  color: #887041;
  letter-spacing: .3em;
  text-transform: uppercase;
  margin-top: .5em;
  font-family: ivyepic, sans-serif;
  font-size: .94em;
}

.wspolpraca-cs-info {
  justify-content: space-between;
  display: flex;
}

.wspolpraca-cs-info.cs-top-wspolpraca {
  margin-top: 3.44em;
}

.wspolpraca-col {
  width: 45%;
}

.wspolpraca-title {
  color: #887041;
  font-size: 3em;
}

.wspolpraca-title.dubaj-title {
  font-size: 2em;
}

.wspolpraca-text {
  color: #e0dad3;
  text-align: justify;
  margin-bottom: 1em;
  font-family: ivyepic, sans-serif;
  font-size: 1.13em;
  font-weight: 600;
}

.wspolpraca-procent {
  align-items: center;
  display: flex;
}

._w-procent {
  color: #887041;
  font-size: 7.94em;
}

.p-smaller {
  font-size: .6em;
}

.procent-text2 {
  color: #887041;
  margin-top: 29px;
  padding-left: 1.56em;
  font-size: 2em;
}

.wspolpraca-text2 {
  color: #e0dad3;
  text-align: justify;
  margin-top: 2em;
  font-family: ivyepic, sans-serif;
  font-size: 1em;
}

.section-cta {
  background-color: #151513;
  padding-top: 5.94em;
  padding-bottom: 5.94em;
}

.cta-flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-block-4 {
  color: #887041;
  font-size: 2em;
}

.cta-white {
  color: #e0dad3;
}

.at-sec-title {
  color: #887041;
  font-size: 2em;
}

.section-single-news {
  background-color: #151513;
  padding-top: 12em;
  padding-bottom: 5em;
}

.link-back {
  color: #e0dad3;
  letter-spacing: .125em;
  align-items: center;
  font-size: .88em;
  text-decoration: none;
  display: flex;
}

.image-22 {
  margin-right: .9em;
}

.spost-img {
  margin-top: 2.06em;
  margin-bottom: 2.06em;
}

.spost-title {
  margin-top: 4.2em;
}

.text-block-5 {
  color: #887041;
  text-align: center;
  font-size: 3.5em;
}

.blog-post-content {
  max-width: 730px;
  border-left: 1px solid #887041;
  margin: 4em auto 3em;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 3.13em;
}

.blog-post-big-text {
  color: #e0dad3;
  text-align: justify;
  margin-bottom: 10px;
  font-size: 1.5em;
  line-height: 1.3;
}

.btext {
  color: #e0dad3;
  text-align: justify;
  font-family: ivyepic, sans-serif;
  font-size: 1.25em;
  line-height: 1.4;
}

.btext img {
  margin-top: 20px;
  margin-bottom: 20px;
}

.btext h1, .btext h2, .btext h3, .btext h4, .btext h5 {
  color: #887041;
}

.kontakt-cs-title {
  color: #887041;
  margin-bottom: .5em;
  font-size: 2em;
}

.kontakt-cs-dane {
  color: #e0dad3;
  text-align: center;
  font-size: 1em;
  line-height: 1.4;
}

.klink {
  color: #e0dad3;
  text-decoration: none;
  transition: all .3s;
}

.klink:hover {
  color: #887041;
}

.close-popup {
  position: absolute;
  top: 40px;
  right: 40px;
}

.cs-w-list {
  margin-top: 3.75em;
}

.cs-w-list.s-top {
  margin-top: 2em;
  padding-left: 20px;
}

.list-item {
  color: #e0dad3;
  text-align: justify;
  margin-bottom: 2.19em;
  font-family: ivyepic, sans-serif;
  font-size: 1em;
  line-height: 1.4;
}

.list-item.lu {
  margin-bottom: 1em;
}

.section-polecana-inwestycja {
  background-color: #151513;
  padding-top: 5em;
  padding-bottom: 5em;
}

.polecana-cs-ino {
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 2em;
  display: flex;
}

.pleft {
  align-items: flex-end;
  display: flex;
}

.ceny-text {
  color: #887041;
  margin-bottom: 23px;
  margin-right: 20px;
  font-size: 2.88em;
}

.ceny-text2 {
  color: #e0dad3;
  font-size: 3em;
}

.span-big {
  font-size: 2.6em;
}

.span-big.span-big-color {
  color: #887041;
  font-size: 1.9em;
}

.section-inwestycje-dubaj {
  background-color: #e0dad3;
  padding-top: 6em;
  padding-bottom: 4em;
}

.dubaj-inwestycje-title {
  color: #887041;
  text-align: center;
  font-size: 3.5em;
}

.div-block {
  flex-wrap: wrap;
  margin-top: 4em;
  display: flex;
}

.single-dubaj-title {
  color: #887041;
  font-size: 1.5em;
}

.dubaj-cs-info {
  margin-top: 6.25em;
  margin-bottom: 6em;
  display: flex;
}

.dubaj-cs-info-title {
  color: #887041;
  font-size: 2em;
}

.dubaj-cs-col {
  width: 50%;
}

.dubaj-cs-col.cs-right {
  padding-right: 8em;
}

.dubaj-cs-text {
  color: #e0dad3;
  text-align: justify;
  font-family: ivyepic, sans-serif;
  font-size: 1em;
  font-weight: 400;
}

.dubai-mall-text {
  color: #e0dad3;
  margin-top: .9em;
  font-size: 2em;
}

.span-color {
  color: #887041;
}

.s-inwestycja-galeria-slider {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 7em;
}

.slider {
  height: 500px;
}

.slider.no-perspective {
  height: 590px;
  margin-bottom: 140px;
  transform: none;
}

.slider-arrow {
  color: #777;
}

.slider-arrow.left {
  justify-content: center;
  align-items: center;
  display: flex;
  top: auto;
  bottom: 40px;
  left: auto;
  right: 80px;
}

.slider-arrow.right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  top: auto;
  bottom: 40px;
  left: auto;
  right: 40px;
}

.slider-thumb-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}

.slider-thumb-wrap {
  width: 23%;
  height: 150px;
  background-color: rgba(191, 191, 255, .9);
  margin-left: 1%;
  margin-right: 1%;
  padding: 0;
  display: inline-block;
  position: relative;
}

.slider-navigation {
  z-index: 4;
  height: 100px;
  background-color: rgba(255, 255, 255, .27);
  border: 1px dashed #32ff47;
  margin: 0;
  padding-top: 0;
  position: absolute;
  top: auto;
  bottom: -25%;
  left: 0%;
  right: 0%;
}

.slider-navigation.no-perspective {
  height: 150px;
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  margin-top: 20px;
  margin-left: -1%;
  margin-right: -1%;
  display: flex;
  position: static;
}

.slider-navigation.default-no-perspective {
  z-index: 5;
  opacity: .07;
  background-color: rgba(0, 0, 0, 0);
  border: 0 #000;
  font-size: 100px;
}

.image-23 {
  width: 100%;
}

.section-wyniki {
  background-color: #e4e4e4;
  padding-top: 3em;
  padding-bottom: 3em;
}

.wyniki-top {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-block-6 {
  color: #20201d;
  letter-spacing: .125em;
  text-transform: uppercase;
  font-family: ivyepic, sans-serif;
  font-size: .88em;
}

.dropdown-toggle-2 {
  border-bottom: 1px solid #fff;
  align-items: center;
  padding: 13px 20px;
  display: flex;
}

.image-24 {
  margin-top: -3px;
  margin-left: .63em;
}

.wyniki-top-right, .sort-div {
  align-items: center;
  display: flex;
}

.text-block-7 {
  color: #887041;
  letter-spacing: .125em;
  text-transform: uppercase;
  margin-right: .63em;
  font-family: ivyepic, sans-serif;
  font-size: .88em;
}

.widok-btn {
  border-bottom: 1px solid #fff;
  margin-left: 1em;
  padding: .75em;
  text-decoration: none;
  transition: all .3s;
}

.widok-btn:hover, .widok-btn.btn-active {
  background-color: #fff;
}

.btn-flex {
  color: #20201d;
  text-transform: uppercase;
  align-items: center;
  font-family: ivyepic, sans-serif;
  font-size: .88em;
  text-decoration: none;
  display: flex;
}

.image-25 {
  margin-right: .63em;
}

.text-block-8 {
  margin-top: 3px;
}

.wyniki-div {
  align-items: stretch;
  margin-top: 3em;
  display: flex;
  position: relative;
}

.wyniki-left {
  width: 75%;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.wyniki-right {
  width: 25%;
}

.s-ap-s {
  width: 100%;
  margin-bottom: 1.25em;
  display: flex;
}

.s-ap-s.ap-block {
  width: 48%;
  flex-direction: column;
  margin-left: 1%;
  margin-right: 1%;
}

.wyniki-right-map {
  border-left: 1px solid #fff;
  margin-left: 20px;
  padding-left: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 9.38em;
}

.cs-powieksz-mape {
  color: #20201d;
  border-bottom: 1px solid #fff;
  align-items: center;
  padding: 10px;
  font-family: ivyepic, sans-serif;
  font-size: .88em;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 13px;
  right: 0;
}

.text-block-9 {
  text-transform: uppercase;
  margin-top: 3px;
  margin-left: .5em;
}

.wyniki-pag {
  justify-content: space-between;
  align-items: center;
  margin-top: 6em;
  display: flex;
}

.pag-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-26, .image-27 {
  width: 37px;
}

.nav-item-numer {
  width: 2.81em;
  height: 2.81em;
  min-height: 2.81em;
  min-width: 2.81em;
  color: #887041;
  letter-spacing: .125em;
  border: 1px solid rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  margin-left: 3px;
  margin-right: 3px;
  font-size: .88em;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.nav-item-numer:hover, .nav-item-numer.num-active {
  border-color: #887041;
}

.image-28 {
  width: 100%;
}

.wflex {
  flex-wrap: wrap;
  margin-left: -1%;
  margin-right: -1%;
  display: flex;
}

.s-kompleks-slider {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.slide-nav-2 {
  display: none;
}

.s-kompleks-info {
  margin-top: 5em;
  margin-bottom: 1.25em;
  display: flex;
}

.s-kompleks-col {
  width: 50%;
}

.s-kompleks-big-text {
  color: #e0dad3;
  margin-top: -5px;
  padding-right: 5em;
  font-size: 2em;
}

.s-kompleks-small-text {
  color: #e0dad3;
  text-align: justify;
  font-family: ivyepic, sans-serif;
  font-size: 1em;
}

.wyniki-spec-info {
  color: #887041;
  text-align: center;
  padding-top: 1.25em;
  padding-bottom: 3em;
  font-size: 1.5em;
}

.dropdown-link {
  letter-spacing: .125em;
  text-transform: uppercase;
  font-family: ivyepic, sans-serif;
}

.single-ap-spec-info {
  grid-column-gap: 70px;
  justify-content: space-between;
  align-items: center;
  padding-top: 5em;
  display: flex;
}

.white {
  color: #e0dad3;
}

.single-ap-info-cena {
  flex: none;
}

.single-ap-info-cena.ap-cena-mobile {
  display: none;
}

.text-block-10 {
  color: #e0dad3;
  font-size: 3em;
}

.cena-small {
  font-size: .7em;
}

.section-single-ap-nav {
  background-color: #e4e4e4;
  padding-top: 3.44em;
  padding-bottom: 55px;
}

.s-nav-flex {
  grid-column-gap: 2.25em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sec-ap-info {
  background-color: #151513;
  padding-top: 5em;
  padding-bottom: 5em;
}

.ap-spec-title {
  color: #887041;
  font-size: 1.5em;
}

.ap-spec-title.ctop {
  margin-top: 2em;
}

.udogodnienia-cs-text {
  color: #887041;
  margin-top: 3.75em;
  font-family: ivyepic, sans-serif;
  font-size: 1em;
  line-height: 1.4;
}

.section-udogodnienia {
  background-color: #e4e4e4;
  padding-top: 5em;
  padding-bottom: 5em;
}

.udogodnienia-title {
  color: #887041;
  font-size: 2em;
}

.udogodnienia-list {
  width: 100%;
  flex-wrap: wrap;
  margin-top: 4em;
  display: flex;
}

.uogodnienia-item {
  width: 20%;
  align-items: center;
  margin-top: 1%;
  margin-bottom: 2%;
  display: flex;
}

.u-icon {
  flex: none;
}

.uimg {
  width: 68px;
}

.uitem-title {
  color: #887041;
  letter-spacing: .125em;
  text-transform: uppercase;
  margin-left: 1em;
  font-size: .88em;
}

.section-dostepnosc {
  background-color: #20201d;
  padding-top: 5em;
  padding-bottom: 5em;
}

.dostepnosc-title {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-block-11 {
  color: #e0dad3;
  font-size: 2em;
}

.d-legenda {
  color: #e0dad3;
  letter-spacing: .3em;
  align-items: center;
  margin-left: 3em;
  font-family: ivyepic, sans-serif;
  font-size: .88em;
  display: flex;
}

.d-sq {
  width: 20px;
  height: 20px;
  min-height: 20px;
  min-width: 20px;
  background-color: #e0dad3;
}

.d-sq.nd {
  background-color: rgba(224, 218, 211, .5);
}

.text-block-12 {
  margin-top: 3px;
  margin-left: 20px;
}

.d-right {
  align-items: center;
  display: flex;
}

.section-lokalizacja-apartamentu {
  background-color: #f4f4f4;
  padding-top: 6em;
}

.lok-title {
  padding-bottom: 3.44em;
}

.text-block-13 {
  color: #887041;
  text-align: center;
  font-size: 2em;
}

.section-w-tej-lokalizacji {
  background-color: #e4e4e4;
  padding-top: 5em;
  padding-bottom: 5em;
}

._w-tej-slider {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cs-mobile-info, .kontakt-mobile, .nmoble {
  display: none;
}

@media screen and (max-width: 991px) {
  .section-hero {
    height: auto;
  }

  .hero-slider {
    height: 100svh;
  }

  .hero-title {
    font-size: 3.1em;
  }

  .cs-btn.btn-color.btn-active {
    flex: 0 auto;
    align-self: auto;
  }

  .btn-centered {
    margin-top: 3em;
  }

  .hero-wyszukiwarka {
    background-color: #151513;
    position: static;
  }

  .wyszukiwarka-box {
    flex-wrap: wrap;
  }

  ._w-label {
    margin-bottom: 0;
    margin-right: .6em;
  }

  .form-flex {
    flex-wrap: wrap;
    justify-content: center;
  }

  .form-flex-item {
    width: 50%;
    flex-direction: row;
    align-items: center;
    margin-bottom: 1.3em;
  }

  .cs-input {
    flex: none;
  }

  .wyszukiarka-title {
    text-align: center;
    flex: 1;
    margin-bottom: 1.1em;
    margin-right: 0;
  }

  .nav-item {
    width: auto;
    text-align: center;
    flex: 0 auto;
    margin-bottom: 1.13em;
    overflow: auto;
  }

  .nav-drop {
    order: -1;
    display: none;
  }

  .nav-drop.nav-lang-mobile {
    max-width: 100px;
    order: 0;
    margin-bottom: 3em;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .dropdown-toggle {
    margin-left: 0;
  }

  .nav-menu {
    width: 100%;
    height: 100vh;
    text-align: center;
    background-color: #151513;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: auto;
  }

  .navbar-top {
    z-index: 9;
    position: relative;
  }

  .nvbar-top-text, .nvbar-cal {
    font-size: .6em;
  }

  .numbers-flex {
    align-items: flex-start;
  }

  .number-text {
    font-size: 3.6em;
  }

  .number-subtitle {
    font-size: 1.5em;
  }

  .section-apartamenty {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .ap-title {
    font-size: 2.8em;
  }

  .ap-text {
    margin-top: 1.1em;
    font-size: 1.6em;
  }

  .ap-big-title {
    font-size: 6em;
  }

  .ap-info {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .ap-info.ap-info-smaller {
    padding-left: 2em;
    padding-right: 2em;
  }

  .image-8 {
    max-width: 160px;
  }

  .ap-details-left {
    width: 100%;
    display: none;
  }

  .ap-details-left.full {
    display: none;
  }

  .ap-details-item.centered.no-width {
    width: 33.33%;
    order: 0;
  }

  .ap-details-text {
    font-size: 2.2em;
  }

  .ap-details-right {
    width: 100%;
  }

  .ap-details-right.cswidth {
    width: 50%;
    margin-bottom: 2.5em;
  }

  .ap-info-item.ap-info-mobil {
    display: flex;
  }

  .ap-bottom-info {
    justify-content: space-between;
  }

  .ap-price {
    flex: none;
    font-size: 1.9em;
  }

  .image-12 {
    width: 1.1em;
    height: 1.1em;
  }

  .left-arrow-2 {
    bottom: .25em;
    right: 1em;
  }

  .image-13 {
    width: 1.1em;
    height: 1.1em;
  }

  .right-arrow-2 {
    bottom: .25em;
    right: 0;
  }

  .section-cs-info {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .cs-info-text {
    font-size: 1.5em;
  }

  .sec-title.cs-bottom {
    margin-bottom: 4em;
  }

  .sec-title-title {
    font-size: 2.5em;
  }

  .sec-title-title.white {
    font-size: 2em;
  }

  .kompleksy-lista {
    display: flex;
    overflow: auto;
  }

  .kompleks-item {
    width: 300px;
    min-width: 300px;
  }

  .atrakcja-half.cs-bg {
    padding: 2em 2em 4em;
  }

  .a-title {
    font-size: 1.4em;
  }

  .a-title-line {
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .a-text {
    margin-top: 1em;
    font-size: .88em;
  }

  .a-text.kontakt-text {
    margin-left: auto;
    margin-right: auto;
  }

  .a-text.kontakt-text.kdesktop {
    display: none;
  }

  .a-arrow {
    bottom: 1em;
    right: 2em;
  }

  .a-arrow.arrow-small {
    right: 2em;
  }

  .s-small-atrakcje {
    flex-wrap: wrap;
    padding-left: 2em;
    padding-right: 2em;
  }

  .a-small-left {
    width: 100%;
    text-align: right;
    flex-direction: column;
    align-items: flex-end;
    padding-right: 0;
    display: flex;
  }

  .opinia-text {
    font-size: 1.2em;
  }

  .opinia-cs-info {
    bottom: 1.7em;
  }

  .opinia-star-text {
    font-size: .8em;
  }

  .opinia-name {
    font-size: 1.7em;
  }

  .section-kontakt {
    padding-top: 3em;
  }

  .kontakt-col.right-padding {
    padding-right: 1em;
  }

  .kontakt-subtitle.kdesktop, .kontakt-title.kdesktop {
    display: none;
  }

  .form-check {
    font-size: .7em;
  }

  .form-label-2, .cs-input-2 {
    font-size: .9em;
  }

  .footer-left {
    width: 64%;
    grid-column-gap: 3%;
    flex-wrap: wrap;
  }

  .footer-right {
    width: 36%;
  }

  .footer-col {
    width: 45%;
    margin-bottom: 2em;
  }

  .footer-spec-text {
    max-width: 100%;
    margin-top: 2em;
  }

  .footer-info {
    flex-wrap: wrap;
  }

  .footer-spe-link {
    margin-top: .63em;
  }

  .section-s-page {
    padding-bottom: 2em;
  }

  .zespol-flex {
    flex-wrap: wrap;
  }

  .s-zespol {
    width: 48%;
    margin-bottom: 5%;
  }

  .wspolpraca-col {
    width: 46%;
  }

  .wspolpraca-col.mobile-hide {
    display: none;
  }

  .wspolpraca-col.mobile-full {
    width: 100%;
  }

  .wspolpraca-title {
    font-size: 2.4em;
  }

  .wspolpraca-title.dubaj-title {
    font-size: 1.5em;
  }

  ._w-procent {
    font-size: 5em;
  }

  .procent-text2 {
    padding-left: 1em;
    font-size: 1.7em;
  }

  .text-block-5 {
    font-size: 2.9em;
  }

  .blog-post-content {
    padding-left: 2em;
  }

  .blog-post-big-text {
    font-size: 1.25em;
  }

  .btext {
    font-size: 1em;
  }

  .kontakt-cs-title {
    text-align: center;
    line-height: 1.1;
  }

  .cs-w-list {
    padding-left: 20px;
  }

  .list-item, .list-item.lu {
    font-size: .9em;
  }

  .section-polecana-inwestycja {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .polecana-cs-ino {
    flex-wrap: wrap;
    justify-content: center;
  }

  .pleft {
    width: 100%;
    flex: 0 auto;
    justify-content: space-between;
    margin-bottom: 1.25em;
  }

  .ceny-text {
    margin-bottom: 10px;
    font-size: 2.3em;
  }

  .ceny-text2 {
    font-size: 2.2em;
  }

  .span-big {
    font-size: 1.7em;
  }

  .span-big.span-big-color {
    font-size: 1.4em;
  }

  .div-block {
    justify-content: center;
  }

  .dubaj-cs-info-title {
    font-size: 1.8em;
  }

  .dubaj-cs-col.cs-right {
    padding-left: 2em;
    padding-right: 0;
  }

  .dubai-mall-text {
    font-size: 1.8em;
  }

  .s-inwestycja-galeria-slider {
    max-width: 100%;
    padding-bottom: 4em;
  }

  .slider.no-perspective {
    height: 300px;
  }

  .slider-arrow.left {
    bottom: 20px;
    right: 60px;
  }

  .slider-arrow.right {
    bottom: 20px;
    right: 20px;
  }

  .slider-thumb-wrap {
    height: 110px;
  }

  .wyniki-div {
    flex-wrap: wrap;
  }

  .wyniki-left {
    width: 100%;
  }

  .wyniki-right {
    width: 100%;
    order: -1;
  }

  .wyniki-right-map {
    border-left-width: 0;
    margin-bottom: 1.25em;
    margin-left: 0;
    padding-left: 0;
  }

  .s-kompleks-big-text {
    padding-right: 1em;
    font-size: 1.8em;
  }

  .single-ap-spec-info {
    grid-column-gap: 0px;
    flex-wrap: wrap;
    padding-top: 2em;
  }

  .single-ap-info-cena {
    width: 50%;
    order: 0;
  }

  .single-ap-info-cena.ap-cena-mobile {
    text-align: right;
    display: block;
  }

  .single-ap-info-cena.cena-desktop {
    display: none;
  }

  .s-nav-flex {
    grid-row-gap: .75em;
    flex-flow: column wrap;
    align-items: center;
  }

  .ap-spec-title {
    font-size: 1.5em;
  }

  .section-udogodnienia {
    padding-top: 4em;
  }

  .uogodnienia-item {
    width: 33%;
  }

  .d-right {
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: flex-start;
  }

  .text-block-13 {
    font-size: 1.6em;
  }

  .cs-mobile-info {
    color: #887041;
    letter-spacing: .125em;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 1.88em;
    font-size: .88em;
    display: flex;
  }

  .image-29 {
    color: #887041;
    margin-left: .8em;
    font-size: .88em;
  }

  .kontakt-mobile {
    text-align: center;
    flex-direction: column;
    padding-bottom: 1.25em;
    display: flex;
  }

  .image-30 {
    width: 100%;
  }

  .menu-button, .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-mobile-info {
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
    margin-bottom: 60px;
    display: flex;
  }

  .nmoble {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .section-hero {
    height: auto;
  }

  .hero-slide {
    height: 100%;
    min-height: 600px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image {
    z-index: 9;
    width: auto;
    min-height: 600px;
    object-fit: cover;
    display: block;
    position: static;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .hero-slide-content {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .hero-title {
    font-size: 3em;
  }

  .btn-centered.small-top.btn-flex {
    grid-row-gap: 1.25em;
    flex-flow: column wrap;
    align-items: center;
  }

  .hero-wyszukiwarka {
    background-color: #151513;
    position: static;
  }

  ._w-label {
    width: 110px;
  }

  .form-flex-item {
    width: 100%;
    justify-content: flex-start;
  }

  .form-flex-item.ffi-last {
    margin-bottom: 1.5em;
  }

  .cs-input {
    flex: none;
  }

  .wyszukiarka-title {
    margin-bottom: 1.3em;
  }

  .nav-flex {
    padding-top: .5em;
    padding-bottom: .5em;
  }

  .navbar-top {
    flex-flow: column wrap;
    align-items: flex-start;
    padding-top: .5em;
    display: none;
  }

  .nvbar-top-text {
    align-self: flex-end;
  }

  .nvbar-cal {
    flex: none;
    justify-content: flex-end;
    align-self: flex-end;
    margin-top: .25em;
  }

  .numbers-flex {
    flex-flow: column wrap;
    align-items: center;
  }

  .s-number {
    margin-bottom: 1.88em;
  }

  .section-apartamenty.section-kontakt-info {
    padding-bottom: 0;
  }

  .ap-flex {
    flex-wrap: wrap;
  }

  .ap-col {
    width: 100%;
  }

  .ap-col.ap-col-top-padding {
    width: 100%;
    padding-top: 0;
    padding-bottom: .63em;
  }

  .ap-text.no-top.white {
    margin-bottom: 1.25em;
  }

  .ap-text.no-top.cs-bottom-mobile {
    margin-bottom: 1em;
  }

  .ap-details {
    flex-wrap: wrap;
  }

  .ap-info, .ap-info.ap-info-smaller {
    width: 100%;
  }

  .ap-photo {
    width: 100%;
    order: -1;
  }

  .ap-photo.ap-photo-smaller {
    width: 100%;
  }

  .ap-details-item.centered.no-width {
    width: 50%;
  }

  .ap-details-right.cswidth {
    width: 100%;
  }

  .cs-info-flex {
    flex-wrap: wrap;
  }

  .cs-info-item {
    width: 100%;
    margin-bottom: 1.25em;
  }

  .cs-info-text {
    font-size: 1.8em;
  }

  .sec-title.cs-bottom.dubaj-bottom {
    margin-bottom: 2em;
  }

  .sec-title-title {
    font-size: 2.1em;
  }

  .sec-title-title.white {
    font-size: 1.8em;
  }

  .kompleks-item {
    font-size: 1.7em;
  }

  .s-big-atrakcje {
    flex-wrap: wrap;
  }

  .atrakcja-half {
    width: 100%;
  }

  .atrakcja-half.ah-img {
    order: -1;
  }

  .s-small-atrakcje, .a-small-right {
    width: 100%;
  }

  .opinie-slide {
    flex-wrap: wrap;
  }

  .opinie-slide-img {
    width: 100%;
  }

  .opinie-slide-content {
    width: 100%;
    flex-flow: column wrap;
    padding-top: 2em;
    padding-bottom: 2em;
    padding-right: 3em;
  }

  .opinia-text {
    width: 100%;
    padding-top: 40px;
    font-size: 1.4em;
  }

  .opinia-cs-info {
    flex-flow: column wrap;
    align-items: flex-start;
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .opinia-name {
    flex: 1;
    margin-top: 3px;
  }

  .sectio-dubaj {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .dubaj-text {
    font-size: 1.7em;
  }

  .kontakt-flex {
    flex-wrap: wrap;
  }

  .kontakt-col {
    width: 100%;
  }

  .kontakt-col.right-padding {
    width: 100%;
    padding-right: 0;
  }

  .kontakt-col.kc1 {
    order: -1;
    padding-top: .94em;
    padding-bottom: .94em;
  }

  .kontakt-col.kc1.kc-dubaj {
    padding-bottom: 2em;
  }

  .kontakt-title {
    font-size: 2em;
  }

  .footer {
    padding-top: 4em;
  }

  .footer-flex {
    flex-wrap: wrap;
  }

  .footer-left {
    width: 100%;
    text-align: center;
    border-top: 1px solid #887041;
    border-right-width: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 1.5em;
    padding-top: 2em;
  }

  .footer-right {
    width: 100%;
    order: -1;
  }

  .footer-col {
    width: 100%;
  }

  .footer-link, .footer-text {
    font-size: 1em;
  }

  .skontaktuj-sie-subtitle, .kontakt-link {
    text-align: center;
  }

  .footer-info {
    text-align: center;
    justify-content: center;
  }

  .image-21 {
    max-width: 100%;
  }

  .footer-spe-link {
    flex: 1;
    margin-top: .9em;
  }

  .section-s-page {
    padding-top: 10em;
  }

  .section-s-page.onas-page.dubaj-page {
    padding-top: 10em;
    padding-bottom: 4em;
  }

  .o-nas-img {
    margin-bottom: 3em;
  }

  .s-zespol {
    width: 100%;
  }

  .wspolpraca-cs-info {
    flex-wrap: wrap;
  }

  .wspolpraca-col {
    width: 100%;
  }

  .wspolpraca-title.dubaj-title {
    margin-bottom: 20px;
  }

  .wspolpraca-title.cs-bottom {
    margin-bottom: .5em;
  }

  .section-cta {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .cta-flex {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
  }

  .text-block-4 {
    text-align: center;
    margin-bottom: 1.88em;
  }

  .section-single-news {
    padding-top: 10em;
  }

  .spost-title {
    margin-top: 2em;
  }

  .text-block-5 {
    font-size: 2.4em;
  }

  .blog-post-content {
    margin-top: 2.7em;
    padding-left: 1.1em;
  }

  .blog-post-big-text {
    font-size: 1.1em;
  }

  .btext {
    font-size: 1em;
  }

  .cs-w-list.cs-top-list-top {
    margin-top: 1em;
  }

  .list-item {
    margin-bottom: 1.6em;
  }

  .pleft {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .section-inwestycje-dubaj {
    padding-top: 4em;
    padding-bottom: 3em;
  }

  .dubaj-inwestycje-title {
    font-size: 2.5em;
  }

  .dubaj-cs-info {
    flex-wrap: wrap;
    margin-top: 4em;
    margin-bottom: 4em;
  }

  .dubaj-cs-col {
    width: 100%;
  }

  .dubaj-cs-col.cs-right {
    margin-top: 1.88em;
    padding-left: 0;
  }

  .s-inwestycja-galeria-slider {
    padding-bottom: 1em;
  }

  .slider.no-perspective {
    height: auto;
    background-color: rgba(0, 0, 0, 0);
    margin-bottom: 40px;
  }

  .slider-thumb-wrap {
    width: 100%;
    height: 180px;
    margin-bottom: 10px;
  }

  .slider-navigation.no-perspective {
    height: auto;
    flex-wrap: wrap;
  }

  .wyniki-top {
    flex-wrap: wrap;
  }

  .wyniki-top-right {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
  }

  .wyniki-top-left {
    text-align: center;
    flex: 1;
  }

  .widok-btn, .widok-btn.btn-active {
    display: none;
  }

  .s-ap-s {
    flex-wrap: wrap;
  }

  .s-ap-s.ap-block {
    width: 100%;
  }

  .s-kompleks-info {
    flex-wrap: wrap;
    margin-top: 3em;
  }

  .s-kompleks-col {
    width: 100%;
  }

  .s-kompleks-big-text {
    margin-bottom: 1em;
    padding-right: 0;
  }

  .wyniki-spec-info {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .single-ap-info-cena.ap-cena-mobile {
    display: none;
  }

  .single-ap-info-cena.cena-desktop {
    display: block;
  }

  .section-udogodnienia {
    padding-top: 3em;
    padding-bottom: 4em;
  }

  .udogodnienia-title {
    font-size: 1.8em;
  }

  .udogodnienia-list {
    margin-top: 2em;
  }

  .uogodnienia-item {
    flex-flow: column wrap;
    justify-content: center;
    align-self: stretch;
    align-items: center;
  }

  .u-icon {
    margin-bottom: 10px;
  }

  .uitem-title {
    height: 40px;
    text-align: center;
    margin-left: 0;
  }

  .section-dostepnosc {
    padding-top: 3em;
    padding-bottom: 4em;
  }

  .dostepnosc-title {
    flex-wrap: wrap;
  }

  .text-block-11 {
    font-size: 1.8em;
  }

  .d-legenda {
    margin-left: 0;
    margin-right: 2em;
  }

  .d-right {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 1.25em;
  }

  .section-lokalizacja-apartamentu {
    padding-top: 4em;
  }

  .text-block-13 {
    font-size: 1.5em;
  }

  .section-w-tej-lokalizacji {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .text-block-14 {
    font-size: .8em;
  }

  .text-block-15 {
    text-align: center;
    font-size: .8em;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-left: 1em;
    padding-right: 1em;
  }

  .hero-title {
    font-size: 2.2em;
  }

  .hero-subtitle {
    font-size: 2.3em;
  }

  .cs-btn.btn-dark {
    text-align: center;
    line-height: 1.2;
  }

  .cs-btn.btn-color {
    text-align: center;
    align-self: stretch;
    line-height: 1.2;
  }

  .cs-btn.btn-color.btn-active {
    text-align: center;
  }

  .wyszukiwarka-box {
    padding-left: 0;
    padding-right: 0;
  }

  .form-flex-item.ffi-last {
    margin-bottom: 1.7em;
  }

  .nvbar-top-text {
    font-size: .6em;
    line-height: 1.4;
  }

  .section-numbers {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .number-text {
    font-size: 3.3em;
  }

  .ap-text {
    font-size: 1.3em;
  }

  .ap-text.no-top.cs-bottom-mobile {
    font-size: 1.6em;
  }

  .ap-big-title {
    font-size: 4.2em;
  }

  .ap-info {
    padding-top: 1.2em;
    padding-left: 1.2em;
    padding-right: 1.2em;
  }

  .ap-info.ap-info-smaller.ap-info-block {
    padding-left: 1em;
    padding-right: 1em;
  }

  .image-8 {
    max-width: 140px;
  }

  .ap-details-box {
    margin-top: 2.8em;
  }

  .text-block-3.block-text-width {
    width: 150px;
  }

  .text-block-3.white {
    font-size: .8em;
  }

  .ap-bottom-info {
    flex-flow: column wrap;
    justify-content: center;
    margin-top: 1em;
  }

  .ap-bottom-info.cs-top-space {
    margin-top: 1.6em;
  }

  .ap-price {
    margin-bottom: .44em;
    margin-right: 0;
  }

  .image-12 {
    width: 1.1em;
    height: 1.1em;
  }

  .left-arrow-2 {
    bottom: .2em;
    right: 1.1em;
  }

  .image-13 {
    width: 1.1em;
    height: 1.1em;
  }

  .right-arrow-2 {
    bottom: .2em;
    right: 0;
  }

  .section-kompleksy {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .sec-title-sub {
    line-height: 1.1;
  }

  .atrakcje-flex {
    margin-top: 2em;
  }

  .atrakcja-half.cs-bg {
    padding-bottom: 2em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .a-data {
    font-size: 2.5em;
  }

  .a-text, .a-text.kontakt-text {
    width: 100%;
  }

  .a-arrow {
    margin-top: 20px;
    margin-left: auto;
    position: static;
  }

  .a-arrow.arrow-small {
    margin-top: 30px;
    margin-left: auto;
    position: static;
  }

  .s-small-atrakcje {
    padding-bottom: 1.4em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .opinie-slide-content {
    padding-left: 1em;
    padding-right: 1em;
  }

  .opinia-text {
    padding-top: 70px;
    font-size: 1.3em;
  }

  .kontakt-col.kc1 {
    padding-bottom: 1.2em;
  }

  .form-label-2 {
    width: 100%;
  }

  .form-flex-2 {
    flex-wrap: wrap;
  }

  .cs-input-2 {
    width: 100%;
    margin-top: 10px;
    padding-left: 0;
  }

  .footer-col {
    width: 100%;
  }

  .footer-link, .footer-text {
    font-size: .9em;
  }

  .wspolpraca-title.cs-bottom {
    font-size: 2.1em;
  }

  .wspolpraca-procent {
    flex-wrap: wrap;
    justify-content: center;
  }

  .procent-text2 {
    text-align: center;
    margin-top: 10px;
    padding-left: 0;
  }

  .section-single-news {
    padding-top: 10em;
  }

  .text-block-5 {
    font-size: 2.2em;
    line-height: 1.2;
  }

  .blog-post-content {
    border-left-width: 0;
    margin-top: 3em;
    padding-left: 0;
  }

  .ceny-text {
    width: 100%;
    text-align: center;
    margin-right: 0;
    font-size: 1.8em;
  }

  .ceny-text2 {
    font-size: 2em;
  }

  .span-big.span-big-color {
    font-size: 1.2em;
  }

  .dubaj-inwestycje-title {
    font-size: 2.1em;
  }

  .dubaj-cs-info-title {
    font-size: 1.7em;
  }

  .dubai-mall-text {
    font-size: 1.6em;
  }

  .slider.no-perspective {
    margin-bottom: 20px;
  }

  .slider-navigation.no-perspective {
    margin-top: 10px;
  }

  .image-23 {
    height: 100%;
    object-fit: cover;
    position: relative;
  }

  .section-wyniki {
    padding-top: 1em;
  }

  .wyniki-spec-info {
    padding-bottom: 2em;
  }

  .text-block-10 {
    font-size: 2.2em;
  }

  .sec-ap-info {
    padding-top: 2em;
  }

  .uogodnienia-item {
    width: 50%;
  }

  .d-right {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .slide {
    height: 180px;
  }

  .div-block-2 {
    height: 100%;
  }
}


@font-face {
  font-family: 'Windsong';
  src: url('../fonts/WindSong-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Windsong';
  src: url('../fonts/WindSong-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}