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

:root {
  --accent-color: #deded2;
  --accent-color-dark: #8B9467;
  --dark-blue: #8B9467;
  --lite-blue: #f9f8f6a1;
}

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

a, a:visited {
  text-decoration: none;
  color: #3C3C3B;
}

a:hover {
  text-decoration: none;
  color: var(--accent-color-dark);
}

* {
  margin: 0;
  padding: 0;
}

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

html,
body {
  height: 100%;
  background-color: #F5F5F5;
  font-size: 16px;
  color: #3C3C3B;
}

.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: #3C3C3B;
  display: none;
}

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

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

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

.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-x: 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: #3C3C3B;
  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: 99;
  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: #3C3C3B;
  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: #3C3C3B;
}

.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: #3C3C3B;
  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-dark);
  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: #3C3C3B;
}

.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; */
  height: auto;
  background: rgba(255, 255, 255, 0.5);
}

.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 .block-text h3 {
  font-family: Ubuntu;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0.2em;
  color: #3C3C3B;
}

.block .block-text h2 {
  font-family: Ubuntu;
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 140%;
  color: #3C3C3B;
  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: #3C3C3B;
}

.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: #3C3C3B;
}

.block-send {
  margin-top: 20px;
  text-align: center;
}

.block-send a {
  cursor: pointer;
  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: #3C3C3B;
}

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

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

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

.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: #3C3C3B;
}

.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: #3C3C3B;
  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: #3C3C3B;
}

.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: #3C3C3B;
  margin: 50px 0;
  width: 48%;
}

.contact-left h2,
.contact-right h2 {
  text-transform: uppercase;
  color: #3C3C3B;
  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: #3C3C3B;
  margin-left: 25px;
  color: #3C3C3B;
}

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

.contact-right form .form-block {
  margin: 0;
}

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

.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;
}

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: #3C3C3B;
  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: #3C3C3B;
}

.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: 40px 50px;
  }

  .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: #3C3C3B;
    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 {
    top: 14%;
  }
  .page3 .block {
    top: 18%;
  }
  .page4 .block {
    top: 18%;
  }
  .block {
    margin: 0 10% 0 10%;
  }
  .block-left {
    left: 0;
  }
  .block-right {
    right: 0;
  }
  .block,
  .block-send {
    width: 644px;
  }
  .block .block-text p,
  .block .block-text a {
    font-size: 16px;
  }
  .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%;
  }
  .block,
  .block-send {
    width: 612px;
  }

  .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 */
  .noCube section:first-child {
    height: 100%;
  }
  .noCube section {
    height: 150%;
  }
  .block .block-text .contact-item p {
    padding-top: 0;
  }
  .block,
  .block-send {
    width: 588px;
  }
}

/* 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%;
  }
  .block,
  .block-send {
    width: 100%;
    max-width: 90vw;
  }
}

/* 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 */
  .noCube section:first-child {
    height: 150%;
  }
  .noCube section {
    height: 250%;
  }
  .noCube section:last-child {
    height: 200%;
  }
  .block,
  .block-send {
    width: 530px;
  }

  .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%;
  }
  .noCube section {
    height: 130%;
  }
  .noCube section:last-child {
    height: 100%;
  }
  .block,
  .block-send {
    width: 448px;
  }

  .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 */
  .block,
  .block-send {
    width: 387px;
  }
}

/* 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 */
  .block,
  .block-send {
    width: 351px;
  }
  .page2 .block {
    top: 4%;
  }
}

/* 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 */
  .block,
  .block-send {
    width: 335px;
  }
  .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 */
  .block,
  .block-send {
    width: 297px;
  }
  .noCube section {
    height: 165%;
  }
  .page1 .block {
    top: 15%;
  }
  .block .block-text .contact-item p,
  .block .block-text .contact-item a {
    margin-left: 10px;
  }
}

/* hero */
.hero-section {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
      font-family: Ubuntu;
}

.hero-section video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 1;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Darker for mobile readability */
  z-index: 2;
}

.content-textcenter {
  position: relative;
  z-index: 3;
  text-align: center;
  max-width: 90%;
  padding: 0 20px;
}

.colorWhite {
  color: #ffffff !important;
}
.textCenter {
  text-align: center;
}
.mTop16 {
  margin-top: 4rem;
}
.mBottom32 {
  margin-bottom: 8rem;
}

h1 {
  font-size: clamp(2rem, 6vw, 4.5rem);
  font-weight: 700;
  line-height: 1.2;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
}

.hero-section .Button, .hero-section .Button:visited {
  display: inline-block;
  padding: 1.2rem 3rem;
  font-size: clamp(1rem, 3vw, 1.125rem);
  font-weight: 600;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  background: var(--dark-blue);
  color: #ecccb5;
  box-shadow: 0 10px 30px rgba(254, 202, 87, 0.4);
}

.hero-section .Button:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(254, 202, 87, 0.6);
   color: #ecccb5;
}

/* Mobile fixes */
@media (max-width: 768px) {
  .mTop16 {
    margin-top: 2rem !important;
  }
  .mBottom32 {
    margin-bottom: 3rem !important;
  }
  .hero-overlay {
    background: rgba(0, 0, 0, 0.6);
  }
  .content-textcenter {
    max-width: 95%;
  }
}

@media (max-width: 480px) {
  h1 {
    text-shadow: 3px 3px 12px rgba(0, 0, 0, 0.9);
  }
}
/* hero */

  .block-send a {
    padding: 25px;
  }

section.page-section {
  min-height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

section.page-section .block {
  padding: 70px;
}

section.page-section .block .block-text {
    max-width: 100%;
    margin: 0 auto;
    width: 1000px;
}

.main-hidden .header-block:not(.scrolled) .header-right .head-phone a {
    color: #fff;
}


.main-hidden .header-block:not(.scrolled) .openBtn span, 
.main-hidden .header-block:not(.scrolled) .openBtn span:before, 
.main-hidden .header-block:not(.scrolled) .openBtn span:after {
    background-color: #fff;
}


.header-block.scrolled {
    background: rgba(255, 255, 255, 0.5);
}

.header-block .header-right {
   transition: 0.3s all;
}

.header-block.scrolled .header-right {
    padding-top: 10px;
     padding-bottom: 10px;
}

@media (max-width: 768px) {
  section.page-section .block {
    padding: 0;
  }
}
