@font-face {
  font-family: Ubuntu;
  src: url(../fonts/Ubuntu-Regular.ttf);
}

:root {
  --accent-color:  #DEDED2;
  --accent-color-dark:#E7CAAA;
  --dark-blue:  #5C7B4D;
  --lite-blue: #f9f8f6a1;
}


ul {
  list-style: none;
  padding-left: 0;
}

a,
a:hover,
a:visited {
  text-decoration: none;
  color: #000000;
}

* {
  margin: 0;
  padding: 0;
}

.content p strong {
  font-weight: bold !important;
}

html,
body {
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  color: #ffffff;
}

.apartment .apartment-left ul {
	padding-top: 0;
}

.apartment .apartment-left p {
	margin-bottom: 30px;
}

#cubeTransition {
  position: relative;
  width: 100%;
  height: 100%;
  perspective: 1500px;
  transform-style: preserve-3d;
}

#cubeTransition section {
  height: 100vh;
  min-height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 5em;
  color: #000000;
  display: none;
}

#cubeTransition section {
  background-size: cover;
  background-position: top center;
}

.noCube {
  display: block;
  width: 100%;
  height: 100%;
}

.noCube section {
  position: relative;
  min-height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  font-size: 5em;
  color: #000000;
}

.noCube section {
  background-position: 50% 100%;
}

.visible {
  display: block !important;
}

.rotateCubeTopOut {
  transform-origin: 50% 100%;
  animation: rotateCubeTopOut 0.6s ease-in;
}

.rotateCubeTopIn {
  transform-origin: 50% 0%;
  animation: rotateCubeTopIn 0.6s ease-in;
}

.rotateCubeBottomOut {
  transform-origin: 50% 0%;
  animation: rotateCubeBottomOut 0.6s ease-in;
}

.rotateCubeBottomIn {
  transform-origin: 50% 100%;
  animation: rotateCubeBottomIn 0.6s ease-in;
}

@keyframes rotateCubeTopOut {
  50% {
    animation-timing-function: ease-out;
    transform: translateY(-50%) translateZ(-200px) rotateX(45deg);
  }

  100% {
    transform: translateY(-100%) rotateX(90deg);
  }
}

@keyframes rotateCubeTopIn {
  0% {
    transform: translateY(100%) rotateX(-90deg);
  }

  50% {
    animation-timing-function: ease-out;
    transform: translateY(50%) translateZ(-200px) rotateX(-45deg);
  }
}

@keyframes rotateCubeBottomOut {
  50% {
    animation-timing-function: ease-out;
    transform: translateY(50%) translateZ(-200px) rotateX(-45deg);
  }

  100% {
    transform: translateY(100%) rotateX(-90deg);
  }
}

@keyframes rotateCubeBottomIn {
  0% {
    transform: translateY(-100%) rotateX(90deg);
  }

  50% {
    animation-timing-function: ease-out;
    transform: translateY(-50%) translateZ(-200px) rotateX(45deg);
  }
}

.main-hidden {
  overflow: hidden;
}

.preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: #DEDED2;
  background-color: var(--accent-color);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
}

.preloader svg {
  width: 100px;
  height: 100px;
  margin: 20px;
  display: inline-block;
}

.container {
  margin: 0 10%;
}

.content-hide {
  display: block;
}

.title h2 {
  margin-left: 10%;
  text-transform: uppercase;
  color: #000000;
  font-family: Ubuntu;
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 140%;
  padding-top: 60px;
}

/* ================================main & other-end=============================== */

/* =====================================header==================================== */

.header-block {
  display: flex;
  align-items: center;
  margin-bottom: 3px;
  width: 100%;
  z-index: 1;
  justify-content: space-between;
}

.header-fix {
  position: fixed;
}

.header-left {
  padding-top: 8px;
  margin-left: 10%;
}

.header-left img {
  display: none;
  width: 112px;
}

.header-right {
  font-family: Ubuntu;
  padding: 38px 0;
  display: flex;
  justify-content: space-around;
  margin-right: 10%;
}

.header-right div {
  margin-left: 40px;
}

.header-right .head-phone {
  padding-top: 8px;
}

.header-right .head-phone a {
  color: #000000;
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  font-style: normal;
}

/* ================================header-end=============================== */

/* ================================modal==================================== */

.header-right .button {
  padding: 4px;
  min-height: 25px;
  text-align: center;
  background-color: #DEDED2;
  background-color: var(--accent-color);
}

.header-right .button a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 23px;
  border: 3px solid black;
}

.header-right .cenik-height {
  height: 50px;
}

.header-right .button a {
  cursor: pointer;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  text-transform: uppercase;
  color: #000000;
}

.header-right .wpcf7 {
  margin-left: 0;
}

.header-right .modal-call,
.block .modal-send {
  margin: auto;
  overflow-x: hidden;
  position: fixed;
  right: 0;
  top: 0;
  width: 0%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 10;
  transition: all 0.5s;
}

.header-right .modal-call .modal-body,
.block .modal-send .modal-body {
  margin: 0;
  background-color: #ffffff;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px;
}

.header-right .modal-call .modal-body h2,
.block .modal-send .modal-body h2 {
  margin-left: 20px;
  text-transform: uppercase;
  color: #000000;
  font-family: Ubuntu;
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 140%;
  padding-bottom: 35px;
}

.block .modal-send .modal-body h2 {
  padding-bottom: 0;
}

.header-right .modal-call .modal-body form,
.block .modal-send .modal-body form {
  display: flex;
  flex-direction: column;
}

.header-right .modal-call .modal-body form .form-block {
  margin: 0;
  padding-bottom: 50px;
}

.block .modal-send .modal-body form .form-block {
  margin: 0;
}

.header-right .modal-call .modal-body form .form-block input,
.block .modal-send .modal-body form .form-block input {
  width: 100%;
  height: 40px;
  border: 1px solid #d2d2d2;
  font-size: 16px;
  padding-left: 15px;
}

.block .modal-send .modal-body form .form-block textarea {
  margin-top: 40px;
  width: 100%;
  height: 80px;
  border: 1px solid #d2d2d2;
  font-size: 16px;
  padding-top: 10px;
  padding-left: 15px;
}

.header-right .modal-call .modal-body form .form-btn,
.block .modal-send .modal-body form .form-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
}

.block .modal-send .modal-body form .form-btn {
  padding-top: 40px;
}

.header-right .modal-call .modal-body form .form-btn input[type='submit'],
.block .modal-send .modal-body form .form-btn input[type='submit'] {
  padding: 20px 75px;
  background:  #5C7B4D;
  background: var(--dark-blue);
  color: #ffffff;
  font-family: Ubuntu;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border: none;
}

.block .modal-send .modal-body form .form-btn input[type='submit'] {
  padding: 20px 125px;
}

.header-right .modal-call .modal-body .closeModal,
.block .modal-send .modal-body .closeModalSend {
  cursor: pointer;
  position: absolute;
  top: 5%;
  right: 5%;
  font-size: 60px;
}

/* ================================modal-end=============================== */

/* ================================MENU==================================== */

.header-right .menu-icon {
  margin: auto;
  overflow-x: hidden;
  position: fixed;
  right: 0;
  top: 0;
  width: 0%;
  height: 100vh;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 2;
  transition: all 0.5s;
}

.header-right .menu-icon .menu-body {
  width: 100%;
  margin-left: 10%;
  font-size: 24px;
}

.header-right .menu-icon .menu-body li {
  text-transform: uppercase;
  padding-bottom: 20px;
}

.header-right .menu-icon .menu-body li a:hover {
  color:#DEDED2;
  color: var(--accent-color);
  transition: all 0.5s;
}

.header-right .menu-icon .in-menu {
  display: none;
}

.header-right .menu-icon .closeBtn {
  cursor: pointer;
  position: absolute;
  top: 5%;
  right: 5%;
  font-size: 60px;
}

.openBtn {
  cursor: pointer;
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.openBtn span,
.openBtn span:before,
.openBtn span:after {
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 4px;
  background-color: #000000;
}

.openBtn span:before,
.openBtn span:after {
  content: '';
  display: block;
  transition: 0.3s;
}

.openBtn span:before {
  transform: translateY(-13px);
}

.openBtn span:after {
  transform: translateY(10px);
}

/* ================================MENU-end=============================== */

/* ===========================================================main==ф=================================================== */

.block {
  position: absolute;
  width: 690px;
  max-width: calc(100% - 20px);
  height: auto;
  background: rgba(255, 255, 255, 0.75);
}

.page1 .block {
  top: 25%;
}

.page2 .block {
  top: 20%;
}

.page3 .block {
  top: 23%;
}

.page4 .block {
  top: 21%;
}

.arrow-down {
  position: absolute;
  bottom: 0;
  margin-bottom: 3%;
}

.arrow-right {
  right: 0;
  margin-right: 10%;
}

.arrow-left {
  left: 0;
  margin-left: 10%;
}

.arrow-down p {
  font-family: Ubuntu;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 140%;
  color: #ffffff;
}

.arrow-down img {
  animation: location-bounce 0.5s linear infinite both;
}

@-webkit-keyframes location-bounce {
  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

@keyframes location-bounce {
  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

.block-left {
  left: 10%;
}

.block-right {
  right: 10%;
}

.block .block-text {
  margin: 40px 50px;
}

.block .block-text h3 {
  font-family: Ubuntu;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0.2em;
  color: #000000;
}

.block .block-text h2 {
  font-family: Ubuntu;
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 140%;
  color: #000000;
  padding-bottom: 35px;
}

.block .block-text p,
.block .block-text a {
  font-family: Ubuntu;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 140%;
  color: #000000;
}

  .block .block-text p {
    margin-bottom: 1rem;
  }

   .block .block-text strong,
   .block .block-text b {
    font-weight: 700;
  }

.block .block-items {
  background-color:#f9f8f6a1;
  background-color: var(--lite-blue);
  display: flex;
  justify-content: space-around;
}

.block .block-items .block-item:first-child {
  margin-left: 15px;
}

.block .block-items .block-item:last-child {
  margin-right: 15px;
}

.block .block-items .block-item {
  position: relative;
  margin-top: 38px;
  margin-bottom: -48px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #5C7B4D;
  background-color: var(--dark-blue);
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.3);
  height: 150px;
  width: 150px;
}

.block .block-items .block-item img {
  padding-top: 25%;
  padding-left: 30%;
  width: 50px;
  height: 50px;
}

.block .block-items .block-item p {
  text-transform: uppercase;
  padding-bottom: 15px;
  font-family: Ubuntu;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.05em;
  color: #ECCCB5;
}

.block .block-text .contact-item {
  display: flex;
  padding-bottom: 30px;
}

.block .block-text .contact-item img {
  width: 24px;
  height: 24px;
}

.block .block-text .contact-item img {
  padding-top: 10px;
}

.block .block-text .contact-item a {
  padding-top: 10px;
}

.block .block-text .contact-item p,
.block .block-text .contact-item a {
  margin-left: 25px;
  color: #000000;
}

.block-send {
  margin-top: 20px;
  position: absolute;
  width: 690px;
  max-width: 100%;
  height: auto;
  text-align: center;
}

.block-send a {
  cursor: pointer;
  padding: 25px 253px;
  background: #5C7B4D;
  background: var(--dark-blue);
  color: #ffffff;
  font-family: Ubuntu;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.block-send a img {
  margin-bottom: -5px;
  margin-right: 20px;
}

/* ===========================================================main-end================================================= */

/* ===========================================================page===================================================== */

.page-img {
  width: 100%;
  height: 385px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
}

.page-img-bud {
  width: 100%;
  height: 155px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
}

.content.title-bud h2 {
  padding-bottom: 10px;
  font-size: 30px;
}

.page-img .arrow-down {
  position: absolute;
  left: 50%;
  top: 45%;
}

.page-img .arrow-down img {
  width: 80px;

  /* height: 100%; */
}

.content.content-flor {
  margin: 0 20%;
  padding-bottom: 50px;
  color: #000000;
}

.content {
  padding-bottom: 50px;
  margin: 0 10%;
  color: #000000;
}

.content h2 {
  padding-top: 20px;
  padding-bottom: 50px;
  font-family: Ubuntu;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 140%;
  color: #000000;
}

.content h3 {
  padding-top: 60px;
  padding-bottom: 30px;
  font-family: Ubuntu;
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 140%;
  color: #000000;
}

.content p {
  font-family: Ubuntu;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 140%;
  color: #454545;
}

.content ul {
  font-family: Ubuntu;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  margin-left: 20px;
  line-height: 140%;
  color: #454545;
  padding: 50px 0;
}

.content .flor-block ul {
  display: flex;
  justify-content: space-between;
}

.content .flor-block ul li:before {
  content: '';
  display: block;
  position: absolute;
  background: #DEDED2;
  background: var(--accent-color);
  opacity: 1;
  margin-top: -5px;
  margin-left: -55px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.content .flor-block ul li.volno:before {
  background: #DEDED2;
  background: var(--accent-color);
}

.content .flor-block ul li.predz:before {
  background: #82cbf3;
}

.content .flor-block ul li.rezer:before {
  background: #82f385;
}

.content .flor-block ul li.predan:before {
  background: #fb3b3b;
}

.content ul li:before {
  content: '';
  display: block;
  position: absolute;
  background: #DEDED2;
  background: var(--accent-color);
  opacity: 1;
  margin-top: 11px;
  margin-left: -25px;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.content .data {
  font-family: Ubuntu;
  font-style: normal;
  font-weight: normal;
  padding: 0 0 15px 0;
  font-weight: bold;
  font-size: 30px;
  color: #DEDED2;
  color: var(--accent-color);
}

.content .page-items {
  padding-top: 80px;
  margin-left: 100px;
}

.content .page-items .page-item {
  display: flex;
}

.content .page-items .page-item img {
  width: 50px;
  height: 50px;
}

.content .page-items .page-item:before {
  content: '';
  display: block;
  position: absolute;
  background: rgba(236, 204, 181, 0.6) !important;
  background: var(--accent-color);
  opacity: 0.9;
  margin-top: 35px;
  margin-left: 5px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.content .page-items .page-item:after {
  content: '';
  display: block;
  position: absolute;
  width: 2px;
  height: 124px;
  background: rgba(236, 204, 181, 0.6) !important;
  background: var(--accent-color);
  margin-top: 40px;
  margin-left: 20px;
}

.content .page-items .page-item:last-child:after {
  display: none;
}

.content .page-items .page-item .desc-item {
  margin-left: 50px;
}

.content .page-items .page-item .desc-item h3 {
  padding-top: 0;
  padding-bottom: 20px;
  font-family: Ubuntu;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  text-transform: uppercase;
  color: #000000;
}

.content .page-items .page-item:nth-child(2),
.content .page-items .page-item:nth-child(3) {
  padding-top: 60px;
}

.content .page-items .page-item .desc-item p {
  font-family: Ubuntu;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 140%;
  color: #454545;
}

.woman-block {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 226px;
  width: 100%;
  height: 409px;
  background-color: #E7CAAA;
  background-color: var(--accent-color-dark);
}

.woman-block .woman-text {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 78px 0 51px 0;
}

.woman-block .woman-text p {
  border: 5px solid #f9f8f6a1;
  border: 5px solid var(--lite-blue);
  box-sizing: border-box;
  width: 65%;
  height: 280px;
  padding: 89px 120px 89px 440px;
  font-family: Ubuntu;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  color: #ffffff;
}

.woman-block .woman-text:before {
  display: none;
  content: '';
  position: absolute;
  margin-left: 30.5%;
  margin-top: 5.31%;
  background-image: url('../img/Rectangle 4.png');
  width: 77px;
  height: 77px;
  background-size: cover;
  background-repeat: no-repeat;
}

.woman-block .woman-text:after {
  content: '';
  position: absolute;
  left: 20px;
  bottom: -22px;
  background-image: url('../img/288745-P6NYN2-679.png');
  width: 693px;
  height: 560px;
  background-size: cover;
  background-repeat: no-repeat;
}

footer {
  color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  width: 100%;
  background-color: #DEDED2;
  background-color: var(--accent-color);
}

footer p {
  font-family: Ubuntu;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 140%;
}

/* ===========================================================page-end================================================= */

/* ===========================================================gallery================================================== */

.gallery {
  margin: 0 10% 0 10%;
}

.gallery .gallery-items {
  padding-top: 40px;
  padding-bottom: 40px;
}

.gallery .gallery-items .gallery-full {
  width: 100%;
  height: auto;
}

.gallery .gallery-items .gallery-full .gallery-item img {
  width: 100%;

  /* height: 600px; */
}

.gallery .gallery-items .gallery-min {
  padding-top: 20px;
  display: flex;
}

.gallery .gallery-items .gallery-min .gallery-item {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  border-right: 6px solid #ffffff;
  height: 150px;
  cursor: pointer;
}

.gallery .gallery-items .gallery-min .slick-dots {
  display: none !important;
}

/* ===========================================================gallery-end================================================= */

/* ===========================================================news======================================================== */

.news {
  margin: 0 10% 0 10%;
}

.news .row {
  padding: 40px 0 40px 0;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.news .row .post-news {
  width: 48%;
  padding-top: 50px;
  margin: 0 10px 0 10px;
}

.news .row .post-news img {
  width: 100%;
}

.news .row .post-news .post-desc {
  font-family: Ubuntu;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 140%;
  color: #000000;
}

.news .row .post-news .post-desc h3 {
  padding: 30px 0 15px 0;
  text-transform: uppercase;
  font-size: 30px;
}

.news .row .post-news .post-desc .data {
  margin-top: 10px;
  padding: 0 0 1px 0;
  font-weight: bold;
  font-size: 20px;
  color:#DEDED2;
  color: var(--accent-color);
  width: 100%;
  display: block;
  background: #DEDED2;
  background: var(--accent-color);
  border-bottom: 1px solid #DEDED2;
  border-bottom: 1px solid var(--accent-color);
}

/* .news .row .post-news .post-desc .data::after{
	content: '';
	display: block;
	position: absolute;
	width: 33%;
	height: 2px;
	background:var( --accent-color);
	margin-top: -13px;
	margin-left: 105px;
} */

.news .row .post-news .post-desc p {
  line-height: 140%;
  padding: 10px 0 5px 0;
  font-size: 20px;
  color: #454545;
}

.news .row .post-news .post-desc .btn-more {
  padding-top: 30px;
  text-align: right;
}
.news .row .post-news .post-desc .btn-more a {
  position: relative;
  padding: 10px 45px;
  right: 0;
  background:  #5C7B4D;
  background: var(--dark-blue);
  color: #ffffff;
  font-family: Ubuntu;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border: none;
}

.news .row .post-news .post-desc .btn-more a::before {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  bottom:4px;
  right:4px;
  border: 3px solid white;
}

/* ===========================================================news-end================================================= */

/* ===========================================================map====================================================== */

.map {
  margin: 0 10% 0 10%;
}

.map-container {
  padding: 50px 0 50px 0;
}

.map-container p {
  font-family: Ubuntu;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 140%;
  color: #454545;
}

.map-container .this-map {
  padding: 50px 0 0 0;
}

.map-img {
  padding-top: 50px;
  margin: 0;
}

.map-img img {
  width: 100%;
}

.developer {
  padding-top: 50px;
}

/* ===========================================================map-end================================================= */

/* ===========================================================contact======================================================== */

.contact-page {
  margin: 0 10% 0 10%;
  display: flex;
}

.contact-left,
.contact-right {
  color: #000000;
  margin: 50px 0;
  width: 48%;
}

.contact-right .content {
  margin: 0;
}

.contact-left h2,
.contact-right h2 {
  text-transform: uppercase;
  color: #000000;
  font-family: Ubuntu;
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 140%;
  padding-bottom: 30px;
}

.contact-left .contact-item {
  display: flex;
  padding-bottom: 30px;
}

.contact-left .contact-item img {
  padding-top: 10px;
  width: 24px;
  height: 24px;
}

.contact-left .contact-item a {
  padding-top: 10px;
}

.contact-left .contact-item p,
.contact-left .contact-item a {
  font-family: Ubuntu;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 140%;
  color: #000000;
  margin-left: 25px;
  color: #000000;
}

.contact-right form .form-block {
  margin: 0;
  padding-bottom: 10px;
}

.contact-right form .form-block input:not([type="checkbox"]) {
  width: 100%;
  height: 40px;
  border: 1px solid #d2d2d2;
  font-size: 16px;
  padding-left: 15px;
  max-width: 100%;
    max-width: -webkit-fill-available;
}

.contact-right form .form-block.agreement-row {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #5c7b4d;
}

.contact-right form .form-block textarea {
  margin-top: 40px;
  width: 100%;
  height: 80px;
  border: 1px solid #d2d2d2;
  font-size: 16px;
  padding-top: 10px;
  padding-left: 15px;
}

.contact-right form .form-btn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.contact-right form .form-btn {
  padding-top: 20px;
}

.contact-right form .form-btn input[type='submit'] {
  padding: 15px 75px;
  background: #5C7B4D;
  background: var(--dark-blue);
  color: #ffffff;
  font-family: Ubuntu;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border: none;
  width: 100%;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required:focus,textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required:focus{
  outline-color:#E7CAAA ;
}


/* ===========================================================contact-end================================================= */

/* ===========================================================BUILD AND APARTMENTS================================================= */

.content .imgmap-frontend-image {
  margin: 50px 0;
  text-align: center;
}

.apartment {
  /* min-height: 800px; */
  display: flex;
}

.apartment-left,
.apartment-right {
  color: #000000;
  width: 48%;
}

.apartment .apartment-right ul {
  display: flex;
  justify-content: space-evenly;
}

.apartment .apartment-right ul li {
  cursor: pointer;
  font-family: Ubuntu;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 140%;
  text-transform: uppercase;
}

.apartment .apartment-right ul li:hover,
.apartment .apartment-right ul li.active {
  color: var(--accent-color-dark);
}

.apartment .apartment-right ul li:before {
  display: none;
}

.apartment .apartment-right .img-tab {
  text-align: center;
}

.apartment .apartment-right .img-item {
  display: none;
	cursor: pointer;
}

.apartment .apartment-right .img-item img {
  max-width: 100%;
  max-height: 70vh;
}

.apartment .apartment-right .img-item:first-child {
  display: block;
}

.apartment .apartment-right .img-item {
  animation: fadeEffect 2s;
  -webkit-animation: fadeEffect 2s;
}

@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.apartment .apartment-left ul li b {
  font-weight: bold;
}

.apartment .apartment-left ul li {
  padding-bottom: 15px;
}

/* ===========================================================BUILD AND APARTMENTS END================================================= */

/* ===========================================================CENIK================================================= */

.cennic ul li:before {
  display: none;
}

.cennic ul li h4 {
  font-family: Ubuntu;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 140%;
  color: #000000;
}

.cennic ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-family: Ubuntu;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  margin-left: 20px;
  line-height: 140%;
  color: #454545;
  padding: 30px 0;
}

.cennic ul {
  margin-left: 150px;
}

.cennic ul li ul {
  display: block;
}

.cennic ul li input[type='number'] {
  border: none;
}

.cennic .sf-input-checkbox {
  visibility: hidden;
}

.cennic input + .sf-label-checkbox:before {
  content: '';
  border-radius: 50%;
  width: 20px;
  height: 20px;
  border: 2px solid  #5C7B4D;
  border: 2px solid var(--dark-blue);
  background: #ffffff;
  background-size: contain;
  display: inline-block;
  position: relative;
  left: -15px;
  top: 4px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.cennic input:checked + .sf-label-checkbox:before {
  background:  #5C7B4D;
  background: var(--dark-blue);
}

.cennic .titles {
  text-align: center;
  margin: 20px 0;
  font-family: Ubuntu;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 140%;
}

.cennic .houses {
  text-align: center;
  margin: 10px 0;
  font-family: Ubuntu;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
}

.cennic .houses a {
  text-transform: uppercase;
  color: var(--accent-color-dark);
  word-wrap: break-word;
}

.cennic .houses span {
	white-space: nowrap;
}

.cennic .sf-field-reset {
  visibility: hidden;
}

.cennic .houses .doc {
  width: 25px;
  height: 30px;
  display: block;
  margin: 0 auto;
  background-image: url('../img/doc.png');
  padding: 20px;
  margin-left: 35px;
}

.searchandfilter li[data-sf-field-input-type='checkbox'] label,
.searchandfilter li[data-sf-field-input-type='radio'] label,
.searchandfilter li[data-sf-field-input-type='range-radio'] label,
.searchandfilter li[data-sf-field-input-type='range-checkbox'] label {
  font-size: 17px;
  cursor: pointer;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle{
  cursor: pointer;
}

.searchandfilter .noUi-connect{
  background-color: #5C7B4D;
}

/* ===========================================================CENIK END================================================= */
.search-filter__container {
	overflow-x: auto;
}
.cennic {
	margin: 0 20px;
}
.search-filter-results {
	width: 1290px;
	margin: 0 auto;
}
    


/* ===========================================================media================================================= */

@media only screen and (max-width: 1600px) {
  .page-img {
    background-size: cover;
    height: 285px;
  }

  /* 	.news .row .post-news .post-desc .data::after{
		width: 32%;
		margin-left: 103px;
	} */

  .content .page-items .page-item:after {
    height: 128px;
    margin-top: 65px;
  }

  .woman-block .woman-text:before {
    margin-left: 30.1%;
    margin-top: 6.31%;
  }

  .woman-block .woman-text p {
    padding: 67px 120px 89px 440px;
  }
}

@media only screen and (max-width: 1440px) {
  .header-left img {
    width: 75px;
  }

  .header-right {
    padding: 18px 0;
  }

  .woman-block .woman-text:before {
    margin-left: 29.8%;
    margin-top: 7%;
  }

  .woman-block .woman-text p {
    font-size: 20px;
    padding: 67px 100px 89px 440px;
  }

  /* 	.news .row .post-news .post-desc .data::after{
		width: 31%;
	} */
}

@media only screen and (max-width: 1367px) {
  .header-right .head-phone a {
    font-size: 20px;
  }

  .page1 .block {
    top: 22%;
  }

  .page2 .block {
    top: 16%;
  }

  .page3 .block {
    top: 20%;
  }

  .page4 .block {
    top: 18%;
  }
  .block .block-text {
    margin: 30px;
  }

  .block .block-text p,
  .block .block-text a {
    font-size: 18px;
  }

  .woman-block .woman-text:before {
    margin-left: 29.7%;
    margin-top: 7.4%;
  }

  .woman-block .woman-text p {
    font-size: 18px;
    padding: 78px 60px 89px 440px;
  }
}

@media only screen and (max-width: 1200px) {
  .block .block-text h2 {
    font-size: 30px;
    padding-bottom: 15px;
  }

  .block-send {
    margin-top: 10px;
  }

  .block .block-text .contact-item {
    padding-bottom: 15px;
  }

  .header-right .menu-icon .menu-body {
    font-size: 26px;
  }

  .block .block-items .block-item {
    height: 135px;
    width: 135px;
  }
  .block .block-items .block-item img {
    padding-top: 15%;
    padding-left: 30%;
  }
  .block .block-items .block-item p {
    padding-bottom: 15px;
    font-size: 16px;
  }

  .header-right .head-phone {
    padding-top: 13px;
  }

  .content h2 {
    font-size: 36px;
    padding-bottom: 30px;
  }
  .content h3 {
    font-size: 30px;
  }
  .content p,
  .map-container p {
    font-size: 18px;
  }
  .content .page-items .page-item .desc-item p {
    font-size: 18px;
  }
  .content .page-items .page-item:after {
    height: 141px;
  }

  .woman-block .woman-text:before {
    margin-left: 29.3%;
    margin-top: 8.4%;
  }
  .woman-block .woman-text p {
    font-size: 18px;
    padding: 90px 60px 89px 240px;
  }
  .woman-block {
    margin-top: 126px;
  }
  .woman-block .woman-text:after {
    left: 20px;
    bottom: 0;
    width: 493px;
    height: 360px;
  }

  .news .row .post-news {
    width: 45%;
  }

  /* 	.news .row .post-news .post-desc .data::after {
		width: 27%;
	} */
  .news .row .post-news .post-desc h3 {
    font-size: 24px;
  }
  .news .row .post-news .post-desc .data {
    font-size: 18px;
  }
  .news .row .post-news .post-desc p {
    font-size: 16px;
  }

  /* modal */
  .header-right .modal-call .modal-body,
  .block .modal-send .modal-body {
    padding: 40px 50px 40px 40px;
  }
  .block .modal-send .modal-body h2 {
    font-size: 24px;
  }
  .header-right .modal-call .modal-body form .form-block {
    margin: 0;
    padding-bottom: 50px;
  }
  .block .modal-send .modal-body form .form-block textarea {
    margin-top: 40px;
    width: 100%;
    height: 80px;
  }
  .block .modal-send .modal-body form .form-btn {
    padding-top: 40px;
  }
  .header-right .modal-call .modal-body form .form-btn input[type='submit'],
  .block .modal-send .modal-body form .form-btn input[type='submit'] {
    padding: 20px 75px;
    font-size: 20px;
  }
  .block .modal-send .modal-body form .form-btn input[type='submit'] {
    padding: 15px 105px;
  }
}

@media only screen and (max-width: 992px) {
  .woman-block .woman-text:before {
    margin-left: 28.6%;
    margin-top: 10.2%;
  }

  .woman-block .woman-text p {
    font-size: 18px;
    padding: 60px 20px 50px 240px;
  }

  .content .page-items .page-item:after {
    height: 171px;
    z-index: -10;
  }
	.content.content-flor {
		margin: 0 auto;
	}
	.content.title-bud h2 {
		margin-left: 10%;
	}
	.flor-block {
		max-width: 640px;
		margin: 0 auto;
	}

  /* 	.news .row .post-news .post-desc .data::after {
		width: 25%;
	} */

  .news .row .post-news .post-desc .btn-more a {
    padding: 10px 45px;
    font-size: 16px;
  }

  .gallery .gallery-items .gallery-min .gallery-item {
    height: 100px;
  }

  /* modal */
  .block .modal-send .modal-body form .form-block {
    margin-top: -20px;
  }

  .block .modal-send .modal-body form .form-btn {
    padding-top: 10px;
  }
	.apartment {
		flex-direction: column;
	}
	.apartment-right, .apartment-left {
		width: 100%;
	}
	.page-id-16 .imgmap-frontend-image::before {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		right: 0; 
		top: 40.5%;
		height: 14%;
		background-color: rgba(219, 199, 30, 0.3);
		border: 2px solid #dbc71e;
		z-index: 1;  
		pointer-events: none;
		cursor: pointer;
		transition: background-color 0.3s;
	}
	.page-id-16 .imgmap-frontend-image .imagmap-span {
		position: absolute;
		left: 0;
		right: 0; 
		top: 55%;
		height: 12%;
		background-color: rgba(219, 199, 30, 0.3);
		border: 2px solid #dbc71e;
		z-index: 1;  
		pointer-events: none;
		cursor: pointer;
		transition: background-color 0.3s;
	}

	.page-id-16 .imgmap-frontend-image::after {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 13%;
		height: 19%;
		background-color: rgba(219, 199, 30, 0.3);
		border: 2px solid #dbc71e;
		cursor: pointer;
		pointer-events: none;
		z-index: 1;  
		transition: background-color 0.3s;
	}

	.page-id-61 h2 {
		padding-bottom: 0;
	}
	
	.content .imgmap-frontend-image {
		margin: 20px 0;
		text-align: center;
	}

	.title-bud {
		margin: 0;

	}
	.title-bud .imgmap-frontend-image img {
		object-fit: cover;
		min-height: 300px;
	}
	.content.title-bud h2 {
		max-width: 715px;
		margin: 0 auto;
		text-align: center;
	}
	.apartment .apartment-left {
		order: 1;
	}
	.apartment .apartment-right {
		order: 0;
	}
}

/* iPhone X width */
@media only screen and (max-width: 812px) {
  .header-right .head-phone,
  .header-right .button,
  .arrow-down {
    display: none !important;
  }
  .header-right .menu-icon .in-menu {
    position: absolute;
    bottom: 50px;
    right: 5%;
    display: block !important;
  }
  .header-right .menu-icon .head-phone.in-menu {
    bottom: 120px;
  }

  .header-right .menu-icon .menu-bg {
    height: 100%;
    margin-top: 30px;
  }

  .header-right .menu-icon .menu-body {
    margin-left: 10%;
  }

  .header-right .menu-icon .menu-body .menu-hide {
    display: none;
  }

  .page-img {
    height: 185px;
  }

  .content .page-items {
    padding-top: 80px;
    margin-left: 0;
  }

  .woman-block .woman-text:before {
    margin-left: 27.6%;
    margin-top: 9.9%;
  }
  .woman-block .woman-text p {
    height: 240px;
    font-size: 18px;
    padding: 60px 20px 60px 60px;
  }
  .woman-block .woman-text:after {
    display: none;
  }

  /* 	.news .row .post-news .post-desc .data::after {
		width: 23%;
	} */

  .contact-page {
    margin: 0 10% 0 10%;
    display: flex;
    flex-direction: column;
  }

  .contact-left,
  .contact-right {
    color: #000000;
    margin: 30px 0;
    width: 100%;
  }

  .contact-right form .form-btn {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .contact-right h2 {
    text-align: center;
  }

  /* main */

  .noCube section:first-child {
    height: 100%;
  }
  .page1 .block {
    top: 25%;
  }
  .page2 .block,
  .page3 .block  {
    top: 16%;
  }
  
  .page4 .block {
    top: 18%;
  }
  .block {
    margin: 0 10% 0 10%;
  }
  .block-left {
    left: 0;
  }
  .block-right {
    right: 0;
  }

  .block-send a {
    padding: 25px;
    display: inline-block;
    width: calc(100% - 50px);
  }
  .block .block-text p,
  .block .block-text a {
    font-size: 16px;
  }

  .block .block-text p {
    margin-bottom: 1rem;
  }

  .block .block-text .contact-item p {
    padding-top: 10px;
  }

  /* modal */
  .header-right .modal-call .modal-body h2,
  .block .modal-send .modal-body h2 {
    margin-left: 20px;
    font-size: 26px;
    padding-bottom: 25px;
  }
  .header-right .modal-call .modal-body form .form-block {
    margin: 0;
    padding-bottom: 20px;
  }
  .header-right .modal-call .modal-body form .form-btn,
  .block .modal-send .modal-body form .form-btn {
    padding-top: 10px;
  }
  .block .modal-send .modal-body h2 {
    padding-bottom: 0;
  }
  .header-right .modal-call .modal-body form .form-block input,
  .block .modal-send .modal-body form .form-block input {
    height: 30px;
  }
  .block .modal-send .modal-body form .form-block textarea {
    height: 50px;
  }
  .header-right .modal-call .modal-body form .form-btn input[type='submit'],
  .block .modal-send .modal-body form .form-btn input[type='submit'] {
    padding: 10px 45px;
    font-size: 18px;
  }
  .block .modal-send .modal-body form .form-btn input[type='submit'] {
    padding: 10px 85px;
  }
  .block .modal-send .modal-body {
    padding: 20px 50px 20px 40px;
  }
}

@media only screen and (max-width: 768px) {
  .content .page-items .page-item:after {
    height: 195px;
    z-index: -10;
  }
  .woman-block .woman-text:before {
    margin-left: 27.5%;
    margin-top: 10.6%;
  }

  .content .data {
    font-size: 20px;
  }

  .content .gallery {
    margin: 0;
  }

  /* main */
  .noCube section {
    height: 100%;
  }

  .content .flor-block ul {
	display: block;
	margin: 0 auto;
    max-width: 170px;
   }
	.flor-block ul li {
		margin-bottom: 30px;
	}
	.imgmap-frontend-image img {
		object-fit: cover;
	}
	    
}

/* iPhone 6/7/8 Plus samsung s9 width */
@media only screen and (max-width: 740px) {
  .content p,
  .map-container p {
    font-size: 16px;
  }

  .content .page-items .page-item .desc-item p {
    font-size: 16px;
  }
	
	.cennic ul {
		margin-left: 0;
	}

  .woman-block .woman-text:before {
    margin-left: 27.3%;
    margin-top: 11.1%;
  }

  .news .row {
    padding: 0 0 40px 0;
  }

  /* 	.news .row .post-news .post-desc .data::after {
		width: 22%;
	} */

  /* main */

  .block .block-text .contact-item p {
    padding-top: 0;
  }


}

/* iPhone 6/7/8  width */
@media only screen and (max-width: 668px) {
  .page-img {
    display: none;
  }
  .woman-block {
    margin-top: 75px;
  }
  .woman-block .woman-text p {
    height: 180px;
    font-size: 16px;
    padding: 40px 40px 20px 60px;
  }

  .woman-block .woman-text:before {
    margin-left: 26.7%;
    margin-top: 7.7%;
  }

  .news {
    margin: 0 8% 0 8%;
  }

  .gallery .gallery-items .gallery-min .gallery-item {
    height: 75px;
  }

  /* modal */
  .block .modal-send .modal-body form .form-block {
    margin-top: -30px;
  }

  /* main */
  .block {
    margin: 0 3% 0 3%;
  }
  .main-hidden .header-left {
    margin-left: 3%;
  }
  .main-hidden .header-right {
    margin-right: 3%;
  }


}

/* iPhone 5/SE  width */
@media only screen and (max-width: 568px) {
  .header-right {
    padding: 8px 0;
  }
  .header-right div {
	margin-left: 0;	
  }
  .header-left img {
    width: 60px;
  }
	
  .header-right .menu-icon .menu-body {
		margin-left: 20px;
   }
   .header-right .menu-icon .menu-body li a {
	    font-size: 20px;
	}
	.header-right .menu-icon .head-phone.in-menu {
		margin-left: 20px;
		margin-bottom: 30px;
	}

  .content .page-items .page-item:after {
    height: 235px;
    z-index: -10;
  }

  .woman-block {
    height: 250px;
  }
  .woman-block .woman-text p {
    height: 180px;
    font-size: 16px;
    padding: 30px 40px 20px 60px;
  }

	.content.content-flor {
		margin: 0 auto;
	}
	content {
		margin: 0 20px;
	}
	.content.title-bud h2 {
		margin-left: 0;
		font-size: 18px;
	}
	.content .imgmap-frontend-image {
		margin: 0 auto;
	}

  .woman-block .woman-text:before {
    margin-left: 25.7%;
    margin-top: 9%;
  }

  .news .row .post-news {
    width: 100%;
  }

  /* 	.news .row .post-news .post-desc .data::after {
		width: 62%;
	} */

  /* main */
  .block .block-items {
    flex-wrap: wrap;
  }
  .block .block-items .block-item:first-child {
    margin-left: 0;
  }
  .block .block-items .block-item:last-child {
    margin-right: 0;
  }
  .block .block-items .block-item {
    margin: 0 5px;
  }
  .block .block-items .block-item {
    width: 45%;
    margin: 20px 0;
  }
  .block .block-items .block-item img {
    padding-left: 40%;
  }
	.flor-block ul li {
		font-size: 16px;
	}
	#mapster_wrap_0 {
		margin: 0 auto;
	}
	.apartment {
		margin-left: 20px;
		margin-right: 20px;
	}
	.apartment .apartment-left {
		margin-left: 10px;
	}
	.apartment .apartment-left h2 {
		font-size: 28px;
	}
	
	.apartment .apartment-left ul li {
		font-size: 16px;
	}
	.apartment .apartment-right ul {
		margin-left: 0;
	}
	.apartment .apartment-right ul li {
		font-size: 16px;
	}
}

@media only screen and (max-width: 480px) {
  .woman-block .woman-text p {
    width: 85%;
  }
  .woman-block .woman-text:before {
    margin-left: 34.5%;
    margin-top: 10.7%;
  }
  .content .page-items .page-item:after {
    height: 256px;
    z-index: -10;
  }

  .news .row .post-news .post-desc .data:after {
    width: 58%;
  }
  .gallery .gallery-items .gallery-min .gallery-item {
    height: 50px;
  }

  .header-right .menu-icon .menu-bg {
    margin-top: 140px;
  }

  .header-right .menu-icon .in-menu {
    position: relative;
    bottom: 0;
    left: auto;
    right: auto;
	margin-left: 20px;
  }
  .header-right .menu-icon .head-phone.in-menu {
    bottom: 0;
  }
  .header-right .head-phone a {
    font-size: 24px;
  }

  /* main */
  .noCube section:first-child {
    height: 100%;
  }
 


  .block .block-items .block-item img {
    padding-left: 37%;
  }
}

/* iPhone 6/7/8 Plus */
@media only screen and (max-width: 415px) {
  .content .page-items .page-item:after {
    height: 330px;
    z-index: -10;
  }

  .woman-block .woman-text:before {
    margin-left: 35.7%;
    margin-top: 15.1%;
    width: 55px;
    height: 55px;
  }

  .woman-block .woman-text p {
    padding: 40px 10px 20px 10px;
  }

  /* 	.news .row .post-news .post-desc .data::after {
		width: 54%;
	} */

  /* modal */
  .block .modal-send .modal-body form .form-block {
    margin-top: -10px;
  }

  /* main */


}

/* iPhone 6/7/8 and X */
@media only screen and (max-width: 376px) {
  .content .page-items .page-item .desc-item h3 {
    font-size: 16px;
  }
  .woman-block .woman-text:before {
    margin-left: 35.2%;
    margin-top: 16.8%;
  }

  .woman-block .woman-text p {
    padding: 30px 10px 20px 10px;
  }
	

  /* 	.news .row .post-news .post-desc .data::after {
		width: 51%;
	} */

  /* main */

  .page2 .block {
 top: 16%;
  }

}

/* samsung galaxy s5 */
@media only screen and (max-width: 361px) {
  .content .page-items .page-item:after {
    height: 352px;
    z-index: -10;
  }
  .woman-block .woman-text:before {
    margin-left: 34.9%;
    margin-top: 17.3%;
  }
  .news .row .post-news .post-desc .data:after {
    width: 49%;
  }

  /* main */

  .noCube section {
    height: 140%;
  }

}

@media only screen and (max-width: 321px) {
  .content .page-items .page-item .desc-item {
    margin-left: 20px;
  }
  .contact-right h2 {
    font-size: 20px;
  }
  .woman-block .woman-text:before {
    margin-left: 33.9%;
    margin-top: 19.5%;
  }
  .woman-block .woman-text p {
    padding: 20px 10px 20px 10px;
  }

  /* 	.news .row .post-news .post-desc .data::after {
		width: 45%;
	} */

  /* modal */
  .block .modal-send .modal-body {
    padding: 20px 40px 20px 30px;
  }
  .header-right .modal-call .modal-body form .form-btn input[type='submit'] {
    padding: 10px 35px;
  }
  .header-right .modal-call .modal-body {
    padding: 40px 30px 40px 20px;
  }

  /* main */

  .noCube section {
    height: 165%;
  }
  .page1 .block {
    top: 15%;
  }
  .block .block-text .contact-item p,
  .block .block-text .contact-item a {
    margin-left: 10px;
  }

}


/*my fixes*/
.content > p {
    margin-bottom: 1rem;
}

.appartments {
  color: #000;
  font-family: Ubuntu;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  padding-top: 2rem;
}

.appartment-detail a {
  text-transform: uppercase;
    color: var(--accent-color-dark);
    word-wrap: break-word;
        position: absolute;
    width: 100%;
    text-align: left;
    left: 0;
    padding-left: 2.5rem;
}
.appartment-detail {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0;
    line-height: 2rem;
     text-align: center;
     position: relative;
}

.appartment-detail.appartment-detail--header {
   
    font-weight: 600;
}

.appartment-detail > div:nth-child(1) {
    width: 10%;
}

.appartment-detail > div:nth-child(2) {
    width: 11%;
}

.appartment-detail > div:nth-child(3) {
    width: 10%;
}
.appartment-detail > div:nth-child(4) {
    width: 15%;
}
.appartment-detail > div:nth-child(5) {
    width: 14%;
}.appartment-detail > div:nth-child(6) {
    width: 15%;
}
.appartment-detail > div:nth-child(7) {
    width: 12%;
}
.appartment-detail > div:nth-child(8) {
    width: 13%;
}

.appartment-detail:hover {
    background: rgb(222 222 210 / 50%);
}

.appartment-detail a:hover {
    color: #000;
    text-decoration: underline;
}

.appartment-detail-show-desktop {
    display: block;
  }
  .appartment-detail-show-mobile {
    display: none;
  }

@media only screen and (max-width: 1200px) {
.appartment-detail.appartment-detail--header {
    font-size: 0.7rem;
    line-height: 1.1;
}

.appartments.content {
    margin: 0 2.5%;
}
}

@media only screen and (max-width: 768px) {
  .appartments.content {margin: 0 10px;}

  .appartment-detail-show-desktop {
    display: none;
  }
  .appartment-detail-show-mobile {
    display: block;
    overflow: hidden;
  }

  .appartment-detail > div:nth-child(1) {
    width: 25%;
}

.appartment-detail > div:nth-child(2) {
    width: 25%;
}

.appartment-detail > div:nth-child(3) {
    width: 25%;
}
.appartment-detail > div:nth-child(4) {
    width: 25%;
}

.appartment-detail-show-mobile .appartment-detail.appartment-detail--header--mobile {
    font-size: 0.75rem;
    line-height: 1;
    align-items: center;
 background: rgba(0,0,0,0.15);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.appartment-detail-show-mobile .appartment-detail.appartment-detail--header--mobile:first-child {
    margin-top: 2rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-top: 2px solid darkgray
}


}