@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Libre+Bodoni:ital,wght@0,400..700;1,400..700&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}
html :where(img[class*=wp-image-]) {
  width: 100% !important;
  padding: 1rem 0;
}

body,
ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
a,
ol {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style-type: none;
}

body {
  font-weight: 400;
  line-height: 1.744rem;
  font-family: "Open Sans", sans-serif;
  background-color: #FFFFFF;
  font-size: 1rem;
  overflow-x: hidden;
}

input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: transparent !important;
}

ol {
  list-style-type: decimal;
}
ol li {
  list-style-type: decimal;
}
ol li ul li {
  list-style-type: disc;
}

.button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 20px;
  background-color: #FFFFFF;
  color: #000000;
  font-size: 1rem;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 1px;
  font-weight: 700;
  transition: 0.2s ease-in-out;
  width: fit-content;
}
.button:hover {
  opacity: 0.8;
  color: #000000;
  gap: 15px;
}
.button.reverse {
  background: #FFFFFF;
  color: #000000;
  border: 1px solid #E31E24;
  font-weight: 700;
  text-transform: uppercase;
}
.button.reverse:hover, .button.reverse:focus, .button.reverse:active {
  background: rgba(227, 30, 36, 0.3019607843);
  transition: 0.2s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  line-height: 3.6rem;
  font-family: "Open Sans", sans-serif;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.8rem;
}

h3 {
  font-size: 1.6rem;
}

h4 {
  font-size: 1.4rem;
}

h5 {
  font-size: 1.2rem;
}

h6 {
  font-size: 1rem;
}

a {
  color: inherit;
}
a:hover, a:focus {
  color: #E31E24;
}

b {
  font-weight: bold;
}

strong {
  font-weight: 700;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.dd-container {
  margin: auto;
  max-width: 1440px;
  width: 100%;
  padding: 0 50px;
}

.container-fluid {
  margin: auto;
  max-width: 100%;
  width: 100%;
  padding: 0 50px;
}

.container-post {
  margin: auto;
  width: 100%;
}

.center {
  display: flex;
  justify-content: center;
}

.left-right {
  display: flex;
  gap: 25px;
  flex-wrap: nowrap;
}

.text-left {
  text-align: left;
}

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

.text-right {
  text-align: right;
}

.margin-0 {
  margin: 0 !important;
}

.margin-bottom-0 {
  margin-bottom: 0 !important;
}

.margin-top-0 {
  margin-top: 0 !important;
}

.margin-top-3 {
  margin-top: 3rem;
}

.margin-top-5 {
  margin-top: 5rem;
}

.padding-top-5 {
  padding-top: 5rem;
}

.desktop {
  display: block;
}

.mobile {
  display: none;
}

.section-title {
  font-size: 3rem;
  font-family: "Open Sans", sans-serif;
  color: #000000;
  font-weight: 400;
}

.section-subtitle {
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  color: #E31E24;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 3px;
  margin-bottom: -15px;
}

.section-description {
  font-size: 1.125rem;
  color: #4D4C46;
}

.highlight {
  color: #FFFFFF;
  background-color: #E31E24;
  padding: 5px 10px;
}

.related-link {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1rem;
  color: #E31E24;
  font-weight: 700;
  transition: 0.2s ease-in-out;
}
.related-link:hover, .related-link:focus {
  gap: 15px;
  transition: 0.2s ease-in-out;
}
.related-link svg path {
  stroke: #E31E24;
}

#main-content ol,
#main-content li {
  padding-inline-start: 40px;
}
#main-content .section-contact ol,
#main-content .section-contact li {
  padding-inline-start: 40px;
}
#main-content.error {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80vh;
  gap: 30px;
}
#main-content.error .section-title {
  text-align: center;
}

.main-swipper {
  overflow: hidden;
  position: relative;
}
.main-swipper .main-wrapper {
  position: relative;
}
.main-swipper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 650px;
  width: 100%;
  position: relative;
}
.main-swipper .swiper-slide .slide-image {
  width: 100%;
  min-height: 650px;
  z-index: -1;
  object-fit: cover;
}
.main-swipper .swiper-slide .left-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
  height: 100%;
  position: absolute;
}
.main-swipper .swiper-slide .left-side {
  max-width: 600px;
}
.main-swipper .swiper-slide .left-side:before {
  background-color: rgba(0, 0, 0, 0.6);
  content: "";
  display: flex;
  height: 100%;
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: 42vw;
  position: absolute;
  right: 50%;
  top: 0;
  width: 100vw;
  z-index: -1;
}
.main-swipper .swiper-slide .left-side .main-content {
  font-family: "Open Sans", sans-serif;
  color: #FFFFFF;
}
.main-swipper .swiper-slide .left-side .main-content .subtitle {
  font-size: 1.125rem;
  display: flex;
  align-items: center;
  gap: 10px;
}
.main-swipper .swiper-slide .left-side .main-content .main-title {
  font-size: 3rem;
  margin: 20px 0;
  line-height: 120%;
  font-weight: 400;
  max-width: 450px;
}
.main-swipper .swiper-slide .left-side .main-content .button {
  margin: 20px 0;
}
.main-swipper .custom-pagination {
  display: flex;
  gap: 15px;
  padding-top: 20px;
  height: 60px;
}
.main-swipper .custom-pagination .custom-bullet {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  user-select: none;
}
.main-swipper .custom-pagination .custom-bullet .number {
  color: #FFFFFF;
  font-family: "Open Sans", sans-serif;
  font-size: 1.125rem;
  height: 20px;
  font-weight: 300;
}
.main-swipper .custom-pagination .custom-bullet.active .number {
  font-weight: 700;
}
.main-swipper .custom-pagination .custom-bullet.active .progress-bar .progress-fill {
  background-color: #FFFFFF;
  transform: scaleX(0);
  animation: progressFillAnim 14s linear forwards;
}
.main-swipper .custom-pagination .custom-bullet .progress-bar {
  width: 45px;
  height: 2px;
  background: transparent;
  position: relative;
  margin-top: 5px;
  overflow: hidden;
}
.main-swipper .custom-pagination .custom-bullet .progress-fill {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: transparent;
  transform-origin: left;
  transform: scaleX(0);
}
@keyframes progressFillAnim {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

.section-experience {
  padding: 6.25rem 0 8.75rem 0;
}
.section-experience .left-right {
  display: flex;
}
.section-experience .left-right .left-side {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1 1 65%;
  font-weight: 400;
  font-size: 1rem;
}
.section-experience .left-right .left-side .section-description {
  max-width: 80%;
}
.section-experience .left-right .left-side .links-wrapper {
  display: flex;
  gap: 20px;
}
.section-experience .left-right .left-side .links-wrapper .link {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1rem;
  color: #E31E24;
  font-weight: 700;
  transition: 0.2s ease-in-out;
}
.section-experience .left-right .left-side .links-wrapper .link:hover, .section-experience .left-right .left-side .links-wrapper .link:focus {
  gap: 15px;
  transition: 0.2s ease-in-out;
}
.section-experience .left-right .left-side .links-wrapper .link svg path {
  stroke: #E31E24;
}
.section-experience .left-right .right-side {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 1 35%;
  gap: 25px;
}
.section-experience .left-right .right-side .image {
  max-width: 265px;
}

.section-offers-home .left-right {
  display: flex;
  justify-content: space-between;
}
.section-offers-home .left-right .left-side {
  padding-bottom: 2.5rem;
}
.section-offers-home .left-right .left-side .offers-count {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.section-offers-home .left-right .right-side .link {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1rem;
  color: #E31E24;
  font-weight: 700;
  transition: 0.2s ease-in-out;
}
.section-offers-home .left-right .right-side .link:hover, .section-offers-home .left-right .right-side .link:focus {
  gap: 15px;
  transition: 0.2s ease-in-out;
}
.section-offers-home .left-right .right-side .link svg path {
  stroke: #E31E24;
}

.section-apartments {
  padding-bottom: 6.25rem;
  background-image: url("../../public/bg-vector.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center left;
  min-height: 500px;
}
.section-apartments .content {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.section-apartments .content .section-description {
  max-width: 55%;
}
.section-apartments .content .items {
  display: flex;
  gap: 50px;
  padding-top: 65px;
}
.section-apartments .content .items .item {
  display: flex;
  flex-direction: column;
  flex-basis: calc(50% - 25px);
  gap: 15px;
}
.section-apartments .content .items .item img {
  height: 55px;
  width: 55px;
  transition: 0.2s ease-in-out;
}
.section-apartments .content .items .item img:hover {
  transition: 0.2s ease-in-out;
}
.section-apartments .content .items .item .sub-title {
  color: #E31E24;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 130%;
  letter-spacing: -0.02em;
}
.section-apartments .content .items .item .description {
  font-size: 1.125rem;
  color: #4D4C46;
}

.section-trust {
  padding: 7.25rem 0;
  background-image: url("../../public/bg-vector-red.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom left;
  min-height: 500px;
  background-color: #f5f5f5;
  position: relative;
  overflow: hidden;
}
.section-trust .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 25px;
}
.section-trust .content .trust-stats {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
  margin: 2rem 0;
}
.section-trust .content .trust-stats .stat-item {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  text-align: center;
}
.section-trust .content .trust-stats .stat-item .stat-number {
  font-size: 3.5rem;
  font-weight: 700;
  color: #E31E24;
}
.section-trust .content .trust-stats .stat-item .stat-label {
  font-size: 1.25rem;
  text-transform: capitalize;
  line-height: 150%;
  font-weight: 600;
  color: #666;
}
.section-trust .swiper-button-container {
  display: flex;
  justify-content: center;
  gap: 15px;
  padding: 3rem 0;
}
.section-trust .swiper-button-container .swiper-pagination {
  left: 0 !important;
  transform: unset !important;
}
.section-trust .swiper-button-container .swiper-button-prev,
.section-trust .swiper-button-container .swiper-button-next,
.section-trust .swiper-button-container .swiper-pagination {
  position: relative !important;
}
.section-trust .testimonial-slide {
  display: flex;
  flex-direction: column;
  flex-basis: calc(50% - 15px);
  background-color: #FFFFFF;
  border: 1px solid #dfdfdf;
  border-radius: 6px;
}
.section-trust .testimonial-slide .testimonial-content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 2.5rem;
}
.section-trust .testimonial-slide .testimonial-content .subtitle {
  color: #000000;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 150%;
}
.section-trust .testimonial-slide .testimonial-content .description {
  font-size: 1.25rem;
  color: #4D4C46;
}
.section-trust .testimonial-slide .testimonial-content .client-info {
  display: flex;
  gap: 1rem;
}
.section-trust .testimonial-slide .testimonial-content .client-info .client-image {
  height: 55px;
  width: 55px;
  border-radius: 50%;
}
.section-trust .testimonial-slide .testimonial-content .client-info .client-meta .name {
  font-size: 1.125rem;
  font-weight: 700;
  color: #000000;
}
.section-trust .testimonial-slide .testimonial-content .client-info .client-meta .investment {
  font-size: 1rem;
  color: #939191;
}

.section-process {
  position: relative;
  overflow: hidden;
}
.section-process .background-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 48%;
  height: 100%;
  background-image: url("../../public/process.webp");
  background-position: top left;
  background-repeat: no-repeat;
  z-index: 0;
}
.section-process .left-right {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
}
.section-process .left-right .left-side {
  flex: 0 0 48%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 5rem;
  position: relative;
  gap: 1rem;
  z-index: 1;
  min-height: 900px;
}
.section-process .left-right .left-side .section-subtitle,
.section-process .left-right .left-side .section-title,
.section-process .left-right .left-side .section-description {
  color: #FFFFFF;
}
.section-process .left-right .left-side .section-description {
  max-width: 85%;
  font-size: 1.125rem;
}
.section-process .left-right .right-side {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: stretch;
  min-height: inherit;
}
.section-process .left-right .right-side .accordion {
  overflow: hidden;
}
.section-process .left-right .right-side .accordion .tab {
  position: relative;
}
.section-process .left-right .right-side .accordion .tab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.section-process .left-right .right-side .accordion .tab .tab__label,
.section-process .left-right .right-side .accordion .tab .tab__close {
  display: flex;
  color: #000000;
  cursor: pointer;
}
.section-process .left-right .right-side .accordion .tab .tab__label {
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding: 1rem 0;
  gap: 1rem;
}
.section-process .left-right .right-side .accordion .tab .tab__label::after {
  content: "❯";
  text-align: center;
  transform: rotate(90deg);
  transition: 0.3s ease;
  border: 1px solid #E31E24;
  background-color: transparent;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-process .left-right .right-side .accordion .tab .tab__label::after:hover, .section-process .left-right .right-side .accordion .tab .tab__label::after:focus {
  background-color: rgba(227, 30, 36, 0.3019607843);
}
.section-process .left-right .right-side .accordion .tab input:checked + .tab__label::after {
  transform: rotate(270deg);
}
.section-process .left-right .right-side .accordion .tab input:checked ~ .tab__content {
  max-height: 500px;
}
.section-process .left-right .right-side .accordion .tab .tab__content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.35s ease;
}
.section-process .left-right .right-side .accordion .tab .tab__content p {
  margin: 0;
  padding: 1rem;
}
.section-process .left-right .right-side .accordion .tab .tab__close {
  justify-content: flex-end;
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
}
.section-process .left-right .right-side .accordion .tab input:not(:checked) + .tab__label:hover::after {
  animation: bounce 0.5s infinite alternate;
}

@keyframes bounce {
  0% {
    transform: rotate(90deg);
  }
  100% {
    transform: rotate(90deg);
  }
}
.home .section-offhand {
  padding-top: 0;
}
.home .section-future-projects .futureProjectsSwiper .swiper-wrapper {
  padding: 4rem 0 6.25rem 0;
}
.home footer {
  margin-top: 0;
}

@media (max-width: 1199.98px) {
  .main-swipper .swiper-slide .left-side .main-content .main-title {
    max-width: 350px;
    font-size: 2rem;
  }
  .main-swipper .pagination-wrapper {
    transition: 0.2s ease-in-out;
    bottom: 5px;
  }
}
@media (max-width: 991.98px) {
  .main-swipper .swiper-slide .slide-image {
    min-height: 650px;
  }
  .main-swipper .swiper-slide .left-side::before {
    height: 65%;
    max-width: 100%;
    right: 50%;
    top: unset;
    bottom: 0;
  }
  .main-swipper .swiper-slide .left-side .main-content {
    position: absolute;
    min-height: 315px;
    bottom: 35px;
  }
  .main-swipper .swiper-slide .left-side .main-content .main-title {
    max-width: 100%;
    font-size: 1.75rem;
  }
  .section-process {
    padding-bottom: 4.5rem;
  }
  .section-process .background-left {
    height: 480px;
    background-size: cover;
    background-position: bottom left;
    width: 100%;
  }
  .section-process .left-right {
    flex-direction: column;
  }
  .section-process .left-right .left-side {
    flex: 100%;
    padding-bottom: 1.5rem;
    min-height: 480px;
  }
  .section-process .left-right .left-side .section-description {
    max-width: 100%;
  }
  .section-process .left-right .right-side {
    flex: 100%;
  }
  .section-process .left-right .right-side .accordion .tab .tab__label::after {
    min-width: 45px;
    min-height: 45px;
  }
  .section-trust {
    padding: 4.25rem 0;
    background-size: auto;
  }
  .section-trust .content .trust-stats {
    flex-wrap: wrap;
    justify-content: center;
  }
  .section-trust .content .trust-stats .stat-item {
    flex-basis: calc(50% - 2rem);
  }
  .section-trust .content .trust-stats .stat-item .stat-number {
    font-size: 3rem;
  }
  .section-trust .testimonial-slide {
    flex-basis: 100%;
  }
  .section-trust .testimonial-slide .testimonial-content .client-info {
    flex-direction: column;
  }
  .section-experience {
    padding: 3.25rem 0;
  }
  .section-experience .left-right {
    gap: 2.5rem;
  }
  .section-experience .left-right .left-side {
    flex: 100%;
  }
  .section-experience .left-right .left-side .section-description {
    max-width: 100%;
  }
  .section-experience .left-right .left-side .links-wrapper {
    flex-wrap: wrap;
  }
  .section-experience .left-right .right-side {
    flex: 100%;
  }
  .section-experience .left-right .right-side .image {
    max-width: 100%;
    padding: 77px 0;
  }
  .section-offers-home .left-right {
    gap: 0;
  }
  .section-offers-home .left-right .left-side {
    padding: 0;
  }
  .section-offers-home .left-right .right-side .link {
    padding: 2rem 0;
  }
  .section-apartments {
    padding: 2.25rem 0;
  }
  .section-apartments .content .section-description {
    max-width: 100%;
  }
  .section-apartments .content .items {
    flex-wrap: wrap;
    gap: 28px;
  }
  .section-apartments .content .items .item {
    flex-basis: calc(50% - 25px);
  }
}
@media (max-width: 767.98px) {
  .section-apartments {
    background-image: none;
  }
  .section-apartments .content .items .item {
    flex-basis: 100%;
  }
  .main-swipper .custom-pagination {
    flex-wrap: wrap;
  }
}
.menu-container {
  background-color: #FFFFFF;
  position: sticky;
  top: 0;
  z-index: 999;
  width: 100%;
  height: fit-content;
  transform-origin: top;
  transition: 0.2s ease-in-out;
}
.menu-container.scrolled {
  box-shadow: 0 -12px 15px #373737;
}
.menu-container.scrolled .menu {
  padding: 13px 0 !important;
}
.menu-container .menu {
  display: flex;
  gap: 25px;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  transition: padding 0.3s ease-in-out, box-shadow 0.3s ease;
  position: relative;
}
.menu-container .menu .logo-container {
  width: auto;
  display: inline-flex;
  align-items: center;
}
.menu-container .menu .logo-container img {
  display: inline-block;
  max-height: 150px;
  max-width: 150px;
}
.menu-container .menu .main-menu {
  display: flex;
  gap: 5px;
  align-items: center;
}
.menu-container .menu .main-menu li {
  align-items: center;
  font-weight: 600;
  font-size: 0.875rem;
}
.menu-container .menu .main-menu li:first-of-type a {
  padding-left: 0;
}
.menu-container .menu .main-menu li:last-of-type.current-menu-item a {
  background: rgba(227, 30, 36, 0.3019607843);
}
.menu-container .menu .main-menu li:last-of-type a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 20px;
  background: #FFFFFF;
  color: #000000;
  border: 1px solid #E31E24;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 1px;
  font-weight: 700;
  transition: 0.2s ease-in-out;
  width: fit-content;
}
.menu-container .menu .main-menu li:last-of-type a:hover, .menu-container .menu .main-menu li:last-of-type a:focus, .menu-container .menu .main-menu li:last-of-type a:active {
  background: rgba(227, 30, 36, 0.3019607843);
  transition: 0.2s ease-in-out;
  color: #000000;
}
.menu-container .menu .main-menu li.current-menu-item {
  color: #E31E24;
  font-weight: 700;
}
.menu-container .menu .main-menu li a {
  padding: 5px 15px;
  display: inline-flex;
  flex-direction: row;
  position: relative;
}
.menu-container .menu .main-menu li a .dropdown-icon {
  display: none;
}
.menu-container .menu .main-menu li .sub-menu {
  transition: 0.2s ease-in-out;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  background-color: #E31E24;
  width: 100%;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  color: #FFFFFF;
  transition-delay: 0.1s;
  padding: 25px 0;
  z-index: 999;
}
.menu-container .menu .main-menu li .sub-menu li {
  float: left;
  width: calc(33.333% - 25px);
  margin-left: 25px;
  position: relative;
}
.menu-container .menu .main-menu li .sub-menu li a {
  display: inline-flex;
  justify-content: flex-start;
  min-width: 260px;
  width: auto;
  max-width: 100%;
  padding: 15px;
}
.menu-container .menu .main-menu li .sub-menu li a:hover, .menu-container .menu .main-menu li .sub-menu li a:focus {
  background-color: #055180;
  color: #FFFFFF;
}
.menu-container .menu .main-menu li .sub-menu li:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 15px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.15);
  width: 100%;
  max-width: 230px;
}
.menu-container .menu .main-menu li .sub-menu:before, .menu-container .menu .main-menu li .sub-menu:after {
  content: "";
  position: absolute;
  top: 25px;
  height: calc(100% - 50px);
  width: 1px;
  background-color: #669dc0;
  left: calc(33.333% + 12.5px);
}
.menu-container .menu .main-menu li .sub-menu:after {
  right: calc(33.333% - 12.5px);
  left: auto;
}
.menu-container .menu .main-menu li.menu-item-has-children:before {
  height: 100px;
  content: "";
  width: 100%;
}
.menu-container .menu .main-menu li.menu-item-has-children > a .dropdown-icon {
  display: flex;
}
.menu-container .menu .main-menu li.menu-item-has-children > a .dropdown-icon svg {
  width: 12px;
  height: 8px;
}
.menu-container .menu .main-menu li.menu-item-has-children > a:before {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: block;
  content: "";
  background-color: #E31E24;
  height: 10px;
  transform: translateY(60px);
  transition: 0.2s ease-in-out;
  opacity: 0;
}
.menu-container .menu .main-menu li.menu-item-has-children > a:after {
  position: absolute;
  bottom: 0;
  top: 0;
  width: 100%;
  display: block;
  content: "";
  height: 77px;
}
.menu-container .menu .main-menu li.menu-item-has-children > a:hover + .sub-menu, .menu-container .menu .main-menu li.menu-item-has-children > a:focus + .sub-menu {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.menu-container .menu .main-menu li.menu-item-has-children:hover > a:before, .menu-container .menu .main-menu li.menu-item-has-children:focus > a:before, .menu-container .menu .main-menu li.menu-item-has-children:focus-within > a:before {
  opacity: 1;
  transform: translateY(44px);
  transition-delay: 0.1s;
}
.menu-container .menu .main-menu li.menu-item-has-children:hover .sub-menu, .menu-container .menu .main-menu li.menu-item-has-children:focus .sub-menu, .menu-container .menu .main-menu li.menu-item-has-children:focus-within .sub-menu {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

@media (max-width: 991.98px) {
  .menu-container {
    position: fixed;
    top: 90px;
    width: 100%;
    height: fit-content;
    transition: height 0.3s ease;
    padding-bottom: 1rem;
    transform: translateX(110%);
  }
  .menu-container .menu {
    display: block;
  }
  .menu-container .menu .logo-container {
    display: none;
  }
  .menu-container .menu .main-menu {
    display: block;
  }
  .menu-container .menu .main-menu li {
    margin-bottom: 40px;
  }
  .menu-container .menu .main-menu li:last-of-type a {
    width: 100%;
    justify-content: center;
  }
  .menu-container .menu .main-menu li a {
    padding: 0;
  }
  .menu-container .menu .main-menu li .sub-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    color: #E31E24;
    transform: none;
    background-color: #FFFFFF;
    transition: 0s;
    display: none;
  }
  .menu-container .menu .main-menu li .sub-menu li {
    float: none;
    width: 100%;
  }
  .menu-container .menu .main-menu li .sub-menu li a {
    min-width: auto;
  }
  .menu-container .menu .main-menu li .sub-menu li a:after {
    content: none;
  }
  .menu-container .menu .main-menu li .sub-menu:before, .menu-container .menu .main-menu li .sub-menu:after {
    content: none;
  }
  .menu-container .menu .main-menu li.menu-item-has-children > a:before, .menu-container .menu .main-menu li.menu-item-has-children > a:after {
    content: none;
  }
  .menu-container .menu .main-menu li.menu-item-has-children > a .dropdown-icon {
    display: none;
  }
  .menu-container .menu .right .button {
    width: 100%;
  }
  .menu-container.menu-opened {
    z-index: 999;
    transform: translateX(0);
    border-top: 1px solid #897f7b;
    transition: 0.2s ease-in-out;
  }
  .menu-container.menu-opened .header-navigation-item {
    display: none;
  }
  .menu-container.menu-opened .clipboard {
    display: none;
  }
}
.section-contact {
  padding: 3.5rem 0;
  font-family: "Open Sans", sans-serif !important;
}
.section-contact .left-right .left {
  flex-basis: calc(50% - 25px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section-contact .left-right .left .section-title {
  padding-bottom: 24px;
}
.section-contact .left-right .left .menus {
  display: flex;
  flex-wrap: wrap;
  color: #4d4c46;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  width: 100%;
  max-width: 70%;
  gap: 30px;
}
.section-contact .left-right .left .menus .right {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 0;
  border: none;
  background-color: unset;
}
.section-contact .left-right .left .menus .right .footer-menu {
  display: flex;
  gap: 1rem;
}
.section-contact .left-right .left .menus .right .footer-menu:first-of-type {
  gap: 5px;
}
.section-contact .left-right .left .menus .right .footer-menu:not(:nth-of-type(2)) ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.section-contact .left-right .left .menus .right .footer-menu:not(:nth-of-type(2)) ul li {
  padding-inline-start: 0px !important;
}
.section-contact .left-right .left .menus .right .footer-menu .menu-title {
  font-size: 1rem;
  font-weight: 400;
}
.section-contact .left-right .left .menus .flex {
  display: flex;
  flex-direction: column;
  gap: 35px;
  max-width: 75%;
}
.section-contact .left-right .left .menus .flex .footer-menu {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.section-contact .left-right .left .menus .flex .footer-menu img {
  max-width: 60px;
}
.section-contact .left-right .left .menus .flex .footer-menu .content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.section-contact .left-right .left .menus .flex .footer-menu .content .footer-menu-2, .section-contact .left-right .left .menus .flex .footer-menu .content .footer-menu-3, .section-contact .left-right .left .menus .flex .footer-menu .content .footer-menu-4 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.section-contact .left-right .left .menus .menu-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #181715;
}
.section-contact .left-right .left .menus .footer-menu {
  word-break: break-word;
  width: 100%;
}
.section-contact .left-right .right {
  flex: 1;
  background-color: #FFFFFF;
  border: 1px solid #dfdfdf;
  padding: 2.5rem 3.75rem;
}

.wpcf7 form.invalid .wpcf7-response-output {
  border-color: rgb(220, 50, 50);
}

.wpcf7-response-output {
  font-size: 1rem;
  color: #4D4C46;
}
.wpcf7 textarea,
.wpcf7 input,
.wpcf7 select {
  font-size: 1rem;
  border-radius: 1px;
}
.wpcf7-two-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.wpcf7-two-columns .form-title {
  font-size: 2rem;
}
.wpcf7-column {
  width: calc(50% - 10px);
}
.wpcf7-column input {
  width: 100%;
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 1px;
}
.wpcf7-full-width {
  width: 100%;
}
.wpcf7-full-width a {
  color: #4D4C46;
}
.wpcf7-full-width a:hover, .wpcf7-full-width a:focus {
  text-decoration: underline;
}
.wpcf7-full-width p {
  font-size: 0.875rem;
  color: #FFFFFF;
}
.wpcf7-full-width .wpcf7-form-control-wrap .wpcf7-list-item {
  display: flex;
  gap: 10px;
  margin: 0;
}
.wpcf7-full-width .wpcf7-form-control-wrap .wpcf7-list-item span {
  font-size: 0.875rem;
  font-weight: 400;
  color: #4D4C46;
}
.wpcf7-full-width textarea {
  width: 100%;
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 1px;
  height: 120px;
  resize: none;
  transition: height 0.5s ease;
  font-family: "Open Sans", sans-serif !important;
}
.wpcf7-full-width textarea:focus {
  height: 150px;
  transition: height 0.5s ease;
}
.wpcf7-full-width input[type=submit] {
  font-weight: 700;
  width: 100%;
  background-color: #E31E24;
  color: #FFFFFF;
  text-transform: uppercase;
  padding: 14px;
  border: none;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
.wpcf7-full-width input[type=submit]:hover {
  background-color: transparent;
  color: #000000;
  transition: 0.2s ease-in-out;
}
.wpcf7 .wpcf7-checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  z-index: 999;
}
.wpcf7 .wpcf7-checkbox input[type=checkbox] + span {
  border-radius: 0;
  cursor: pointer;
  line-height: 130%;
}
.wpcf7 .wpcf7-checkbox input[type=checkbox] + span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #dfd8bb;
  border-radius: 1px;
  background: transparent;
}
.wpcf7 .wpcf7-checkbox input[type=checkbox] + span::after {
  content: "🗸";
  position: absolute;
  top: 0;
  left: 2px;
  width: 20px;
  height: 20px;
  font-size: 22px;
  text-align: center;
  line-height: 28px;
  color: #000000;
  visibility: hidden;
}
.wpcf7 .wpcf7-checkbox input[type=checkbox]:checked + span::before {
  background: #FFFFFF;
}
.wpcf7 .wpcf7-checkbox input[type=checkbox]:checked + span::after {
  visibility: visible;
}
.wpcf7 .wpcf7-checkbox input[type=checkbox]:not(:checked) + span::after {
  visibility: hidden;
}
.wpcf7 .wpcf7-list-item-label {
  margin-left: 40px;
  display: inline-block;
}

@media (max-width: 991.98px) {
  .section-contact .left-right .left {
    flex-basis: 100%;
    padding: 0 0 1rem 0;
  }
  .section-contact .left-right .left .menus {
    max-width: 100%;
  }
  .section-contact .left-right .right {
    padding: 25px;
  }
  .wpcf7-column {
    width: 100%;
  }
  .wpcf7 .wpcf7-list-item-label {
    margin-left: 30px;
  }
}
@media (max-width: 767.98px) {
  .section-contact .left-right .left .menus .footer-menu:first-of-type {
    flex-wrap: wrap;
  }
}
.posts-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.posts-list.loading {
  opacity: 0.3;
  pointer-events: none;
}
.posts-list .tab-content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.posts-list .tab-content .tab-post {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  flex-basis: calc(33.333% - 1.3333333333rem);
  flex-grow: 0;
}
.posts-list .tab-content .tab-post.hidden-tab-post {
  display: none;
}
.posts-list .tab-content .tab-post .post-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 100%;
}
.posts-list .tab-content .tab-post .post-item .post-link .post-thumbnail {
  position: relative;
  display: flex;
}
.posts-list .tab-content .tab-post .post-item .post-link .post-thumbnail img {
  aspect-ratio: 16/10;
  display: inline-block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.posts-list .tab-content .tab-post .post-item .post-link .post-thumbnail .placeholder {
  object-fit: contain;
}
.posts-list .tab-content .tab-post .post-item .post-link .post-thumbnail .post-date {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 5px 10px;
  background: #f5f5f5;
  font-size: 0.875rem;
  color: #3c4049;
}
.posts-list .tab-content .tab-post .post-item .post-link .post-thumbnail .post-date .post-date-day-month {
  font-weight: 700;
}
.posts-list .tab-content .tab-post .post-item .post-title {
  font-size: 1rem;
  color: #000000;
  font-weight: 700;
  text-decoration: none;
  margin-top: 5px;
  line-height: 150%;
}
.posts-list .tab-content .tab-post .post-item .post-title:hover {
  color: #E31E24;
}
.posts-list .tab-content .tab-post .post-item .post-excerpt {
  font-size: 1rem;
  color: #3c4049;
  margin-top: 4px;
  line-height: 150%;
}
.posts-list .tab-content .tab-post .post-item .post-category {
  font-size: 0.875rem;
  color: #000000;
  line-height: 130%;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: auto;
}
.posts-list .tab-content .tab-post .post-item .post-read-more {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1rem;
  color: #E31E24;
  font-weight: 700;
  transition: 0.2s ease-in-out;
}
.posts-list .tab-content .tab-post .post-item .post-read-more:hover, .posts-list .tab-content .tab-post .post-item .post-read-more:focus {
  gap: 15px;
  transition: 0.2s ease-in-out;
}
.posts-list .tab-content .tab-post .post-item .post-read-more svg path {
  stroke: #E31E24;
}

.tab-nav {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
  gap: 24px;
  width: 100%;
  scrollbar-width: none;
}
.tab-nav li {
  list-style: none;
  padding-inline-start: 0 !important;
}

.tab-link {
  display: block;
  font-size: 1rem;
  text-decoration: none;
  position: relative;
  white-space: nowrap;
}
.tab-link.active {
  color: #FFFFFF;
  background-color: #E31E24 !important;
  font-weight: 700;
}

@media (max-width: 991.98px) {
  .posts-list .tab-content .tab-post {
    flex-basis: calc(50% - 1rem);
  }
  .posts-list .tab-content .tab-post .post-link .post-thumbnail img {
    min-height: 160px;
  }
  .tab-nav {
    padding-top: 1rem !important;
    padding-bottom: 1.5rem !important;
  }
  .tab-nav li {
    list-style: none;
    padding-inline-start: 0 !important;
  }
  .tab-link {
    display: block;
    font-size: 1rem;
    text-decoration: none;
    position: relative;
    white-space: nowrap;
  }
  .tab-link.active {
    color: #FFFFFF;
    background-color: #E31E24 !important;
    font-weight: 700;
  }
}
@media (max-width: 767.98px) {
  .posts-list .tab-content .tab-post {
    flex-basis: 100%;
  }
}
footer {
  margin-top: 5rem;
}
footer body:not(.page-template-template-kontakt) {
  margin: 0;
}
footer .footer-container {
  background-color: #F5F5F5;
  color: #000000;
  padding: 5rem 0;
}
footer .footer-container .dd-container {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
footer .footer-container .dd-container a {
  text-decoration: none;
  color: #000000;
}
footer .footer-container .dd-container a:hover, footer .footer-container .dd-container a:focus {
  text-decoration: underline;
}
footer .footer-container .dd-container .left-right {
  flex-direction: column;
  gap: 35px;
}
footer .footer-container .dd-container .left-right .info {
  align-items: center;
  width: 100%;
}
footer .footer-container .dd-container .left-right .info.left-right .left {
  display: flex;
  gap: 8rem;
  height: 100%;
  font-size: 1.125rem;
}
footer .footer-container .dd-container .left-right .info.left-right .left .logo-container img {
  min-width: 205px;
}
footer .footer-container .dd-container .left-right hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid rgba(171, 171, 171, 0.3019607843);
  margin: 1em 0;
  padding: 0;
}
footer .footer-container .dd-container .left-right .menus {
  display: flex;
  color: #000000;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  width: 100%;
  gap: 10px;
}
footer .footer-container .dd-container .left-right .menus .left {
  flex-basis: calc(25% - 10px);
  min-width: calc(25% - 10px);
}
footer .footer-container .dd-container .left-right .menus .left .top {
  display: flex;
  gap: 1.5rem;
}
footer .footer-container .dd-container .left-right .menus .left .menu-item {
  padding: 0 !important;
}
footer .footer-container .dd-container .left-right .menus .right {
  display: flex;
  gap: 1rem;
  width: 100%;
  justify-content: space-between;
  flex-basis: calc(75% - 10px);
}
footer .footer-container .dd-container .left-right .menus .right .footer-menu {
  flex-basis: calc(25% - 25px);
}
footer .footer-container .dd-container .left-right .menus .right .footer-menu p {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
footer .footer-container .dd-container .left-right .menus .right .footer-menu:not(:nth-of-type(2)) ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
footer .footer-container .dd-container .left-right .menus .right .footer-menu:not(:nth-of-type(2)) ul li {
  padding: 0;
}
footer .footer-container .dd-container .left-right .menus .right .footer-menu:nth-of-type(2) {
  flex-basis: calc(35% - 25px);
}
footer .footer-container .dd-container .left-right .menus .footer-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
footer .footer-container .dd-container .left-right .menus .footer-menu img {
  max-width: 45px;
}
footer .footer-container .dd-container .left-right .menus .footer-menu-2 .menu-item {
  max-width: 200px;
}
footer .footer-container .dd-container .left-right .menus .footer-menu-2, footer .footer-container .dd-container .left-right .menus .footer-menu-3, footer .footer-container .dd-container .left-right .menus .footer-menu-4 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
footer .footer-container .dd-container .left-right .menu-title {
  font-size: 1.25rem;
  font-weight: 600;
}
footer .footer-container .dd-container .left-right .footer-menu {
  word-break: break-word;
  width: 100%;
}
footer .footer-container .dd-container li {
  padding-bottom: 16px;
}

@media (max-width: 1199.98px) {
  footer .footer-container .dd-container .left-right {
    flex-wrap: wrap;
    gap: 1rem;
  }
  footer .footer-container .dd-container .left-right .info.left-right {
    max-width: 100%;
  }
  footer .footer-container .dd-container .left-right .menus {
    flex-direction: column-reverse;
    gap: 2.5rem;
  }
  footer .footer-container .dd-container .left-right .menus .left {
    flex-basis: 100%;
    min-width: 100%;
  }
  footer .footer-container .dd-container .left-right .menus .right {
    flex-wrap: wrap;
  }
  footer .footer-container .dd-container .left-right .menus .right .footer-menu {
    flex-basis: calc(50% - 10px);
  }
  footer .footer-container .dd-container .left-right .menus .right .footer-menu:nth-of-type(2) {
    flex-basis: calc(50% - 10px);
  }
  footer .footer-container .dd-container .left-right .menus .footer-menu {
    flex-basis: 100%;
  }
  footer .footer-container .dd-container .left-right .menus .footer-menu br {
    display: none;
  }
}
@media (max-width: 991.98px) {
  footer .footer-container .dd-container .left-right {
    gap: 15px;
  }
  footer .footer-container .dd-container .left-right .menus {
    flex-direction: column-reverse;
    gap: 2.5rem;
  }
  footer .footer-container .dd-container .left-right .menus .right {
    flex-wrap: wrap;
  }
  footer .footer-container .dd-container .left-right .menus .right .footer-menu {
    flex-basis: 100%;
  }
  footer .footer-container .dd-container .left-right .menus .right .footer-menu:nth-of-type(2) {
    flex-basis: 100%;
  }
  footer .footer-container .dd-container .left-right .menus .footer-menu {
    flex-basis: 100%;
  }
  footer .footer-container .dd-container .left-right .menus .footer-menu br {
    display: none;
  }
}
@media (max-width: 767.98px) {
  footer .footer-container {
    padding: 3rem 0;
  }
  footer .footer-container .dd-container .left-right {
    gap: 15px;
  }
  footer .footer-container .dd-container .left-right .info .left.side {
    flex-direction: column;
    gap: 1rem;
  }
  footer .footer-container .dd-container .left-right .menus .footer-menu {
    flex-basis: 100%;
  }
  footer .footer-container .dd-container .left-right .menus .footer-menu:first-of-type {
    flex-basis: 100%;
    padding-top: 1rem;
    order: 5;
  }
  footer .footer-container .dd-container .left-right .menus .footer-menu-5 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
}
.single-post header#pageheader {
  min-height: 480px;
}
.single-post header#pageheader:before {
  max-width: 50vw;
}
.single-post header#pageheader .banner-content {
  max-width: 48%;
}
.single-post header#pageheader .banner-content .reverse-link {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1rem;
  color: #FFFFFF;
  font-weight: 700;
  transition: 0.2s ease-in-out;
}
.single-post header#pageheader .banner-content .reverse-link:hover, .single-post header#pageheader .banner-content .reverse-link:focus {
  gap: 15px;
  transition: 0.2s ease-in-out;
}
.single-post header#pageheader .banner-content hr {
  width: 100%;
  height: 1px;
  color: rgba(255, 255, 255, 0.3019607843);
  background: rgba(255, 255, 255, 0.3019607843);
  border: none;
  margin: 20px 0;
}
.single-post header#pageheader .banner-content .meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.875rem;
  align-items: center;
}
.single-post header#pageheader .banner-content .meta a {
  color: #FFFFFF;
}
.single-post header#pageheader .banner-content .meta .post-date {
  border: 1px solid #FFFFFF;
  padding: 5px 10px;
}
.single-post header#pageheader .banner-content .meta .post-date .post-date-day-month {
  font-weight: 700;
}
.single-post header#pageheader .banner-content .meta .post-tags {
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.2s ease-in-out;
}
.single-post header#pageheader .banner-content .meta .post-tags:hover, .single-post header#pageheader .banner-content .meta .post-tags:focus {
  text-decoration: underline;
  transition: 0.2s ease-in-out;
}
.single-post header#pageheader .banner-content .button {
  margin-top: 22px;
}

#main-content.single {
  margin-top: 5rem;
}
#main-content.single .section-future-projects.is-template .dd-container {
  padding: 0;
}
#main-content.single .section-future-projects.is-template .dd-container .left-right .right-side {
  display: none;
}
#main-content.single .section-future-projects.is-template .dd-container .futureProjectsSwiper .swiper-wrapper {
  flex-wrap: wrap;
  padding: 1.75rem 0 2rem 0;
}
#main-content.single .section-future-projects.is-template .dd-container .futureProjectsSwiper .swiper-wrapper .swiper-slide {
  padding: 2rem 0;
}
#main-content.single .section-news {
  padding: 5rem 0;
}
#main-content.single .section-news .dd-container {
  padding-left: 0;
  padding-right: 0;
}
#main-content.single .section-news .left-right {
  padding: 0;
}
#main-content.single .section-news.related-news {
  position: relative;
  padding: 6.25rem 0 2.5rem 0;
}
#main-content.single .section-news.related-news .left-right {
  flex-wrap: wrap;
}
#main-content.single .section-news.related-news .left-right .left-side {
  flex: 1 1 65%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#main-content.single .section-news.related-news .left-right .right-side .swiper-button-container {
  display: flex;
  justify-content: center;
  gap: 15px;
  padding: 3rem 0;
}
#main-content.single .section-news.related-news .left-right .right-side .swiper-button-container .swiper-pagination {
  left: 0 !important;
  transform: unset !important;
}
#main-content.single .section-news.related-news .left-right .right-side .swiper-button-container .swiper-button-prev,
#main-content.single .section-news.related-news .left-right .right-side .swiper-button-container .swiper-button-next,
#main-content.single .section-news.related-news .left-right .right-side .swiper-button-container .swiper-pagination {
  position: relative !important;
}
#main-content.single .section-news.related-news .swiper-wrapper {
  flex-wrap: nowrap;
}

@media (max-width: 991.98px) {
  .single-post header#pageheader {
    min-height: 665px;
  }
  .single-post header#pageheader:before {
    height: 70%;
    max-width: 100%;
    right: 50%;
    top: unset;
    bottom: 0;
  }
  .single-post header#pageheader .banner-content {
    position: absolute;
    bottom: 30px;
    min-height: 335px;
    max-width: 100%;
  }
  .single-post header#pageheader .banner-content h1 {
    font-size: 2rem;
    line-height: 120%;
    letter-spacing: -0.02em;
  }
  #main-content.single {
    margin-top: 3.75rem;
  }
  #main-content.single .section-future-projects.is-template .dd-container .futureProjectsSwiper .swiper-wrapper .swiper-slide {
    padding: 1rem 0;
  }
  #main-content.single .section-news {
    padding: 3.75rem 0;
  }
  #main-content.single .section-news.related-news .left-right .left-side {
    flex: 100%;
  }
  #main-content.single .section-news.related-news .left-right .right-side .swiper-button-container {
    padding: 1rem 0;
  }
  #main-content.single .section-news.related-news .swiper-wrapper {
    gap: 0;
  }
}
#main-content.archive {
  margin-top: 5rem;
}
#main-content.archive .section-news {
  padding: 0;
}
#main-content.archive .section-news .left-right {
  padding-bottom: 4rem;
  align-items: center;
}
#main-content.archive .section-news .left-right .filters select {
  display: flex;
  gap: 5px;
  background-color: transparent;
  border: none;
  font-size: 1rem;
  font-weight: 700;
  color: #181716;
  text-transform: uppercase;
}
#main-content.archive .section-news .left-right .filters select:focus-visible {
  outline: none;
}
#main-content.archive .section-news .left-right .tab-nav {
  margin: 0;
  padding: 0;
}
#main-content.archive .section-news .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  padding: 3rem 0;
}
#main-content.archive .section-news .pagination .next,
#main-content.archive .section-news .pagination .prev {
  display: none !important;
}
#main-content.archive .section-news .pagination .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  cursor: pointer;
  border: 1px solid #E31E24;
  background: #FFFFFF;
  color: #000000;
  font-weight: 700;
  transition: 0.2s ease-in-out;
}
#main-content.archive .section-news .pagination .page-numbers:hover {
  background-color: rgba(227, 30, 36, 0.3019607843);
  transition: 0.2s ease-in-out;
}
#main-content.archive .section-news .pagination .page-numbers.current {
  background-color: #E31E24;
  color: #FFFFFF;
  border-color: transparent;
}

header {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
header#pageheader {
  height: fit-content;
  padding: 90px 0;
}
header#pageheader:before {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  display: flex;
  height: 100%;
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: 38vw;
  position: absolute;
  right: 50%;
  top: 0;
  width: 100vw;
  z-index: 1;
}
header#pageheader .banner-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  position: relative;
  color: #FFFFFF;
  z-index: 2;
  max-width: 32%;
}
header#pageheader .banner-content h1 {
  font-size: 3rem;
  line-height: 120%;
  letter-spacing: -0.02em;
}
header#pageheader .banner-content .header-description {
  font-size: 1.125rem;
  line-height: 155%;
  letter-spacing: 0;
}

@media (max-width: 991.98px) {
  header#pageheader {
    min-height: 353px;
  }
  header#pageheader:before {
    height: 55%;
    max-width: 100%;
    right: 50%;
    top: unset;
    bottom: 0;
  }
  header#pageheader .banner-content {
    position: absolute;
    bottom: 0;
    min-height: 190px;
    max-width: 100%;
  }
  header#pageheader .banner-content h1 {
    font-size: 2rem;
    line-height: 120%;
    letter-spacing: -0.02em;
  }
}
@media (max-width: 767.98px) {
  #main-content.archive {
    margin-top: 3.75rem;
  }
  #main-content.archive .section-news .left-right .filters {
    width: 100%;
  }
  #main-content.archive .section-news .left-right .filters select {
    width: 100%;
  }
  #main-content.archive .section-news .left-right .tab-nav {
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
  }
  #main-content.archive .section-news .left-right .tab-nav li {
    width: 100%;
  }
  #main-content.archive .section-news .left-right .tab-nav .tab-link {
    width: 100%;
    text-align: center;
  }
  #main-content.archive .section-news .pagination {
    flex-wrap: wrap;
    padding-bottom: 0;
  }
}
.mobile-container {
  position: fixed;
  z-index: 1200;
  background-color: #FFFFFF;
  display: none;
  top: 0;
  width: 100%;
  transition: 0.2s ease-in-out;
  height: 90px;
  justify-content: space-between;
}
.mobile-container a.logo-container {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 15px;
  flex-grow: 1;
}
.mobile-container a.logo-container img {
  max-height: 100%;
  width: auto;
  max-width: 70%;
}
.mobile-container .right {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.mobile-container .hamburger-toggle-container {
  height: 100%;
  width: auto;
  transition: 0.2s ease-in-out;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
}
.mobile-container .hamburger-toggle-container .hamburger-toggle {
  user-select: none;
  cursor: pointer;
  height: 25px;
  width: 25px;
  margin: 0 15px;
  display: flex;
  align-items: center;
}
.mobile-container .hamburger-toggle-container .hamburger-toggle-bar, .mobile-container .hamburger-toggle-container .hamburger-toggle-bar:before, .mobile-container .hamburger-toggle-container .hamburger-toggle-bar:after {
  position: absolute;
  transition: 0.2s ease-in-out;
  background: #000000;
  content: "";
  height: 3px;
  width: 25px;
}
.mobile-container .hamburger-toggle-container .hamburger-toggle-bar {
  margin-top: 0px;
}
.mobile-container .hamburger-toggle-container .hamburger-toggle-bar:before {
  margin-top: -7px;
  left: 0;
}
.mobile-container .hamburger-toggle-container .hamburger-toggle-bar:after {
  margin-top: 7px;
  left: 0;
}
.mobile-container .hamburger-toggle-container .hamburger-toggle.expanded .hamburger-toggle-bar {
  background-color: transparent;
}
.mobile-container .hamburger-toggle-container .hamburger-toggle.expanded .hamburger-toggle-bar:before, .mobile-container .hamburger-toggle-container .hamburger-toggle.expanded .hamburger-toggle-bar:after {
  transform: rotate(-45deg);
  margin-top: 0;
}
.mobile-container .hamburger-toggle-container .hamburger-toggle.expanded .hamburger-toggle-bar:before {
  transform: rotate(45deg);
  margin-top: 0;
}

@media (max-width: 991.98px) {
  .mobile-container {
    display: flex;
  }
}
.current-offers {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  padding-bottom: 7.5rem;
}
.current-offers .offer-box {
  position: relative;
  flex-basis: calc(50% - 1rem);
  overflow: hidden;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
.current-offers .offer-box .offer-thumbnail {
  display: block;
  width: 100%;
  height: 500px;
  overflow: hidden;
}
.current-offers .offer-box .offer-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: 0.2s ease-in-out;
}
.current-offers .offer-box .offer-thumbnail::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.15);
  opacity: 1;
  transition: opacity 0.4s ease;
  pointer-events: none;
}
.current-offers .offer-box .offer-thumbnail::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}
.current-offers .offer-box .offer-insider {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  transition: 0.2s ease-in-out;
}
.current-offers .offer-box .offer-insider .corner-overlay {
  position: absolute;
  top: 0;
  pointer-events: none;
}
.current-offers .offer-box .offer-insider .corner-overlay.left {
  left: 0;
}
.current-offers .offer-box .offer-insider .corner-overlay.right {
  right: 0;
}
.current-offers .offer-box .offer-insider .offer-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  left: 0;
  height: 100%;
  padding: 1rem;
  gap: 1rem;
  color: #FFFFFF;
}
.current-offers .offer-box .offer-insider .offer-left .left-top {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-size: 1.125rem;
}
.current-offers .offer-box .offer-insider .offer-left .left-top .offer-city {
  font-weight: 700;
  text-transform: uppercase;
}
.current-offers .offer-box .offer-insider .offer-left .left-top .offer-stage {
  font-weight: 400;
}
.current-offers .offer-box .offer-insider .offer-left .left-bottom {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.current-offers .offer-box .offer-insider .offer-left .left-bottom .wrapper {
  display: flex;
  gap: 1rem;
}
.current-offers .offer-box .offer-insider .offer-left .left-bottom .wrapper .toggle-offer {
  display: none;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 1.5rem;
  font-weight: 100;
  cursor: pointer;
  z-index: 10;
  padding: 10px;
  width: 48px;
  height: 48px;
  background: #FFFFFF;
  border-radius: 46px;
}
.current-offers .offer-box .offer-insider .offer-left .left-bottom .wrapper .toggle-offer .close-label {
  display: none;
}
.current-offers .offer-box .offer-insider .offer-left .left-bottom .offer-title {
  font-weight: 700;
  font-size: 2rem;
  line-height: 130%;
  letter-spacing: -0.02em;
  max-width: 300px;
}
.current-offers .offer-box .offer-insider .offer-content {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: calc(45% + 10px);
  background: #f5f5f5;
  padding: 1rem;
  opacity: 0;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.4s ease, opacity 0.4s ease;
}
.current-offers .offer-box .offer-insider .offer-content .offer-right {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.current-offers .offer-box .offer-insider .offer-content .offer-right hr {
  width: 100%;
}
.current-offers .offer-box .offer-insider .offer-content .offer-right .offer-description {
  font-size: 1rem;
  line-height: 150%;
  color: #181715;
}
.current-offers .offer-box .offer-insider .offer-details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 25px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.current-offers .offer-box .offer-insider .offer-details li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 !important;
  font-size: 0.9rem;
  line-height: 1.3;
  font-size: 0.875rem;
}
.current-offers .offer-box .offer-insider .offer-details li span {
  max-width: 50%;
}
.current-offers .offer-box .offer-insider .offer-details li strong {
  max-width: 50%;
  font-weight: 700;
  text-align: end;
}
@media (min-width: 991.98px) {
  .current-offers .offer-box:hover .offer-content {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
  }
  .current-offers .offer-box:hover .offer-thumbnail::after {
    opacity: 1;
  }
}

@media (max-width: 390px) {
  .current-offers .offer-box.open .toggle-offer::after {
    content: "";
    position: absolute;
    background: #FFFFFF;
    opacity: 1;
    pointer-events: none;
    width: 50px;
    height: 48px;
    opacity: 1;
    bottom: 16px;
    left: 40px;
    z-index: -1;
  }
  .current-offers .offer-box .offer-insider .offer-content .offer-right .offer-description {
    font-size: 0.875rem;
  }
  .current-offers .offer-box .offer-insider .offer-content .offer-right .offer-details {
    gap: 10px;
  }
}
.section-offhand {
  overflow: hidden;
  padding: 7.5rem 0;
}
.section-offhand .left-right {
  display: flex;
  gap: 2rem;
  align-items: center;
}
.section-offhand .left-right .left-side {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-basis: calc(50% - 1rem);
  min-width: calc(50% - 1rem);
  gap: 1rem;
}
.section-offhand .left-right .left-side .swiper-button-container {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
  margin-left: -10px;
}
.section-offhand .left-right .left-side .swiper-button-container .swiper-pagination {
  left: 0;
  transform: unset;
}
.section-offhand .left-right .left-side .swiper-button-container .swiper-button-prev,
.section-offhand .left-right .left-side .swiper-button-container .swiper-button-next,
.section-offhand .left-right .left-side .swiper-button-container .swiper-pagination {
  position: relative !important;
}
.section-offhand .left-right .right-side {
  display: flex;
  gap: 1rem;
  flex-basis: calc(50% - 1rem);
  overflow: hidden;
}
.section-offhand .left-right .right-side .offhandSwiper {
  overflow: hidden;
  position: relative;
}
.section-offhand .left-right .right-side .offhandSwiper .swiper-wrapper {
  position: relative;
}
.section-offhand .left-right .right-side .offhandSwiper .swiper-wrapper .swiper-slide {
  display: flex;
  flex-direction: column;
}
.section-offhand .left-right .right-side .offhandSwiper .swiper-wrapper .swiper-slide .slide-image {
  object-fit: cover;
}
.section-offhand .left-right .right-side .offhandSwiper .swiper-wrapper .swiper-slide .left-right {
  border: 1px solid #dfdfdf;
  padding: 1rem;
  gap: 0;
  justify-content: space-between;
}
.section-offhand .left-right .right-side .offhandSwiper .swiper-wrapper .swiper-slide .left-right .left {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 38%;
}
.section-offhand .left-right .right-side .offhandSwiper .swiper-wrapper .swiper-slide .left-right .left .estate {
  font-size: 1.125rem;
  line-height: 155%;
}
.section-offhand .left-right .right-side .offhandSwiper .swiper-wrapper .swiper-slide .left-right .left .street {
  font-size: 0.875rem;
  line-height: 130%;
}
.section-offhand .left-right .right-side .offhandSwiper .swiper-wrapper .swiper-slide .left-right .right {
  display: flex;
  justify-content: center;
  gap: 15px;
  width: 100%;
}
.section-offhand .left-right .right-side .offhandSwiper .swiper-wrapper .swiper-slide .left-right .right li {
  width: fit-content;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-inline-start: 0 !important;
  font-size: 0.875rem;
  line-height: 130%;
}
.section-offhand .left-right .right-side .offhandSwiper .swiper-wrapper .swiper-slide .left-right .right li:first-of-type {
  max-width: 100px;
}
.section-offhand .left-right .right-side .offhandSwiper .swiper-wrapper .apartment-details {
  list-style: none;
  padding: 0;
  margin: 0;
}

.section-featured {
  padding: 7.5rem 0;
}
.section-featured .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 25px;
}
.section-featured .dd-tabs {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1rem;
  width: 100%;
}
.section-featured .dd-tabs .tab-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  padding: 3.125rem 0;
  transition: all 0.4s ease;
  position: absolute;
  top: 0;
  left: 0;
}
.section-featured .dd-tabs .tab-content.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  position: relative;
}
.section-featured .dd-tabs .pricing {
  display: flex;
  padding: 1rem 0;
}
.section-featured .dd-tabs .pricing .block {
  display: flex;
}
.section-featured .dd-tabs .pricing .block:not(:first-child)::before {
  content: "•";
  display: block;
  text-align: center;
  margin: 0 1rem;
  font-size: 2rem;
  color: #000000;
}
.section-featured .dd-tabs .pricing .block .info {
  display: flex;
  gap: 10px;
  text-align: center;
  align-items: center;
  list-style-type: none;
  padding-left: 0 !important;
}
.section-featured .dd-tabs .pricing .block .info .price {
  font-weight: bold;
  white-space: pre;
}
.section-featured .dd-tabs .tab-nav {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 24px;
  width: 100%;
  padding: 2rem 0;
  scrollbar-width: none;
}
.section-featured .dd-tabs::-webkit-scrollbar {
  display: none;
}
.section-featured .dd-tabs .tab-nav li {
  list-style: none;
  padding-inline-start: 0 !important;
}
.section-featured .dd-tabs .tab-link {
  display: block;
  font-size: 1rem;
  text-decoration: none;
  position: relative;
  transition: color 0.3s ease;
  white-space: nowrap;
}
.section-featured .dd-tabs .tab-link.active {
  color: #FFFFFF;
  background-color: #E31E24;
  font-weight: 700;
}
.section-featured .mieszkaniaSwiper {
  margin: 0;
}
.section-featured .mieszkaniaSwiper .mieszkanie {
  display: flex;
  position: relative;
  flex-basis: calc(25% - 10px);
  height: auto;
  align-items: flex-end;
  padding: 1.25rem;
}
.section-featured .mieszkaniaSwiper .mieszkanie .property-link {
  display: flex;
  flex-direction: column;
  width: 100%;
  color: #4D4C46;
}
.section-featured .mieszkaniaSwiper .mieszkanie .property-link img {
  display: block;
  margin: auto;
  padding-bottom: 1rem;
  height: 210px;
}
.section-featured .mieszkaniaSwiper .mieszkanie .property-link img.placeholder {
  width: 35%;
  min-height: 200px;
  object-fit: contain;
  aspect-ratio: 1/1;
}
.section-featured .mieszkaniaSwiper .mieszkanie .property-linka:hover {
  color: unset;
}
.section-featured .mieszkaniaSwiper .mieszkanie .property-link .title {
  font-weight: 700;
  line-height: 2.5rem;
  text-align: left;
}
.section-featured .mieszkaniaSwiper .mieszkanie .property-link .content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 100%;
}
.section-featured .mieszkaniaSwiper .mieszkanie .property-link .content.with-rooms {
  min-height: 125px;
}
.section-featured .mieszkaniaSwiper .mieszkanie .property-link .content .top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section-featured .mieszkaniaSwiper .mieszkanie .property-link .content .top li {
  padding-left: 0;
}
.section-featured .mieszkaniaSwiper .mieszkanie .property-link .content .top .info {
  display: flex;
  flex-direction: column;
  align-items: start;
  flex-wrap: wrap;
  gap: 5px;
}
.section-featured .mieszkaniaSwiper .mieszkanie .property-link .content .top .info div {
  display: flex;
  align-items: start;
  gap: 7px;
}
.section-featured .mieszkaniaSwiper .mieszkanie .property-link .content .top .status {
  font-weight: 700;
  font-size: 1rem;
  white-space: nowrap;
}
.section-featured .mieszkaniaSwiper .mieszkanie .property-link .bottom {
  display: flex;
  margin-top: auto;
}
.section-featured .mieszkaniaSwiper .mieszkanie .property-link .bottom .price {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 75%;
}
.section-featured .mieszkaniaSwiper .mieszkanie .property-link .bottom .price .price-value {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 25px;
}
.section-featured .mieszkaniaSwiper .mieszkanie .button {
  border: 1px solid #E31E24;
  transition: 0.2s ease-in-out;
  position: absolute;
  bottom: 1rem;
  right: 15px;
  width: 45px;
  height: 45px;
  padding: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.section-featured .mieszkaniaSwiper .mieszkanie .button:hover {
  background-color: rgba(227, 30, 36, 0.3019607843) !important;
  transition: 0.2s ease-in-out;
}

.section-news {
  padding: 7.5rem 0;
}
.section-news .left-right .left-side {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.section-news .left-right .left-side .section-title {
  max-width: 69%;
}
.section-news .left-right .related-link {
  white-space: nowrap;
}

.section-map {
  position: relative;
}
.section-map .map-content {
  position: absolute;
  bottom: 0;
  left: 50px;
  background: #f5f5f5;
  padding: 2rem;
  max-width: 460px;
  z-index: 9;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.section-map .map-content .section-subtitle {
  font-weight: 400;
  color: #4D4C46;
  margin-bottom: -10px;
}
.section-map .map-content .section-title {
  font-size: 2rem;
  line-height: 130%;
  color: #000000;
}
.section-map .map-content .short-description {
  color: #000000;
}

.section-future-projects {
  position: relative;
}
.section-future-projects .left-right {
  justify-content: space-between;
  align-items: flex-end;
}
.section-future-projects .left-right .left-side {
  flex: 1 1 65%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.section-future-projects .swiper-button-container {
  display: flex;
  gap: 15px;
}
.section-future-projects .swiper-button-container .swiper-pagination {
  left: 0 !important;
  transform: unset !important;
}
.section-future-projects .swiper-button-container .swiper-button-prev,
.section-future-projects .swiper-button-container .swiper-button-next,
.section-future-projects .swiper-button-container .swiper-pagination {
  position: relative !important;
}
.section-future-projects .futureProjectsSwiper {
  overflow: hidden;
}
.section-future-projects .futureProjectsSwiper .swiper-wrapper {
  padding: 4rem 0;
  justify-content: space-between;
}
.section-future-projects .futureProjectsSwiper .swiper-wrapper .swiper-slide {
  position: relative;
  flex-basis: calc(50% - 15px);
  overflow: hidden;
}
.section-future-projects .futureProjectsSwiper .swiper-wrapper .swiper-slide .image-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
}
.section-future-projects .futureProjectsSwiper .swiper-wrapper .swiper-slide .image-wrapper .corner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
.section-future-projects .futureProjectsSwiper .swiper-wrapper .swiper-slide .image-wrapper .slide-image {
  object-fit: cover;
  height: 320px;
  width: 100%;
  position: relative;
}
.section-future-projects .futureProjectsSwiper .swiper-wrapper .swiper-slide .image-wrapper .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  padding: 1.5rem;
  color: #FFFFFF;
}
.section-future-projects .futureProjectsSwiper .swiper-wrapper .swiper-slide .image-wrapper .content .location {
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
}
.section-future-projects .futureProjectsSwiper .swiper-wrapper .swiper-slide .image-wrapper .content .title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.02em;
  max-width: 50%;
}
.section-future-projects .futureProjectsSwiper .swiper-wrapper .swiper-slide .projects-info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem;
  border: 1px solid #dfdfdf;
}
.section-future-projects .futureProjectsSwiper .swiper-wrapper .swiper-slide .projects-info .content {
  display: flex;
  justify-content: space-between;
}
.section-future-projects .futureProjectsSwiper .swiper-wrapper .swiper-slide .projects-info .content li {
  display: flex;
  flex-direction: column;
  font-size: 0.875rem;
  gap: 5px;
  padding-inline-start: 0 !important;
}

.section-team {
  padding: 8.75rem 0;
}
.section-team .team-layout {
  display: grid;
  grid-template-columns: 1fr 2fr;
  align-items: start;
}
.section-team .left {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.section-team .left .section-subtitle {
  text-transform: uppercase;
  margin-bottom: -20px;
}
.section-team .left .section-title {
  max-width: 65%;
  line-height: 120%;
}
.section-team .left .section-description {
  max-width: 77%;
  line-height: 155%;
}
.section-team .team-members {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  column-gap: 60px;
  row-gap: 15px;
}
.section-team .team-member {
  text-align: center;
}
.section-team .team-member .team-photo {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 50%;
}
.section-team .team-member .team-info {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.section-team .team-member .team-info .team-name {
  font-weight: bold;
  font-size: 1rem;
  line-height: 150%;
}
.section-team .team-member .team-info .team-role {
  color: #3c4049;
  font-size: 1rem;
}
.section-team .team-member .team-info .team-phone,
.section-team .team-member .team-info .team-email {
  font-size: 0.875rem;
}
.section-team .team-member .team-info .team-phone a,
.section-team .team-member .team-info .team-email a {
  font-weight: 700;
}

.section-company {
  padding-bottom: 5rem;
}
.section-company .company-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}
.section-company .company-grid .left-side {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  gap: 1rem;
}
.section-company .company-grid .left-side img {
  max-width: 350px;
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}
.section-company .company-grid .right-side {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.section-company .content {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.section-company .content .section-description {
  max-width: 55%;
}
.section-company .content .items {
  display: flex;
  gap: 50px;
  padding-top: 6.25rem;
}
.section-company .content .items .item {
  display: flex;
  flex-direction: column;
  flex-basis: calc(50% - 25px);
  gap: 15px;
}
.section-company .content .items .item img {
  height: 55px;
  width: 55px;
  transition: 0.2s ease-in-out;
}
.section-company .content .items .item img:hover {
  transition: 0.2s ease-in-out;
}
.section-company .content .items .item .sub-title {
  color: #E31E24;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 130%;
  letter-spacing: -0.02em;
}
.section-company .content .items .item .description {
  font-size: 1.125rem;
  color: #4D4C46;
}

.section-awards {
  background-color: #f5f5f5;
  padding: 6.25rem 0;
}
.section-awards .awards-header {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: center;
  margin-bottom: 48px;
}
.section-awards .awards-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  justify-items: center;
}
.section-awards .awards-items .item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.section-awards .awards-items .item .image {
  height: 135px;
  width: 135px;
  object-fit: contain;
}
.section-awards .awards-items .item .title {
  font-size: 1.25rem;
  line-height: 150%;
  font-weight: 700;
  max-width: 80%;
  text-align: center;
}

.section-history {
  background-image: url("../../public/bg-vector.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 100% 50%;
  padding: 7.5rem 0 5rem 0;
}
.section-history .section-header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  text-align: center;
}
.section-history .section-timeline {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin: 4rem 0;
}
.section-history .section-timeline .timeline-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 366px;
  width: 4px;
  background: #FFFFFF;
  z-index: 0;
}
.section-history .section-timeline .timeline-line::after {
  content: "";
  position: absolute;
  top: 55%;
  left: 0;
  width: 100%;
  height: 45%;
  background: #f5f5f5;
}
.section-history .section-timeline .timeline-entry {
  display: grid;
  grid-template-columns: 350px 40px 1fr;
  align-items: start;
  position: relative;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.6s ease-out;
  transition-delay: calc(var(--index) * 0.2s);
}
.section-history .section-timeline .timeline-entry.visible {
  opacity: 1;
  transform: translateY(0);
}
.section-history .section-timeline .timeline-entry .timeline-year {
  text-align: right;
  font-weight: 700;
  font-size: 1.5rem;
  padding-right: 3rem;
  color: #E31E24;
}
.section-history .section-timeline .timeline-entry .timeline-point {
  width: 32px;
  height: 32px;
  background: #E31E24;
  border: 3px solid #E31E24;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
.section-history .section-timeline .timeline-entry .timeline-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-left: 3rem;
}
.section-history .section-timeline .timeline-entry .timeline-content .timeline-label {
  font-size: 1.5rem;
  color: #000000;
  font-weight: 700;
}
.section-history .section-timeline .timeline-entry .timeline-content .timeline-description {
  font-size: 1rem;
  color: #4D4C46;
  max-width: 66%;
}

.realization-section {
  padding: 4rem 0;
}
.realization-section .section-header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 4rem;
}
.realization-section .realization-grid,
.realization-section .realization-hidden {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.realization-section .realization-grid .item,
.realization-section .realization-hidden .item {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.realization-section .realization-grid .item .image,
.realization-section .realization-hidden .item .image {
  display: flex;
  flex-direction: column;
  padding-bottom: 16px;
}
.realization-section .realization-grid .item .content,
.realization-section .realization-hidden .item .content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 100%;
}
.realization-section .realization-grid .item .content .title,
.realization-section .realization-hidden .item .content .title {
  font-size: 1rem;
  line-height: 130%;
  font-weight: 700;
}
.realization-section .realization-grid .item .content .subtitle,
.realization-section .realization-hidden .item .content .subtitle {
  font-size: 0.875rem;
  color: #3c4049;
}
.realization-section .realization-grid .item .content .year-info,
.realization-section .realization-grid .item .content .year,
.realization-section .realization-hidden .item .content .year-info,
.realization-section .realization-hidden .item .content .year {
  font-size: 0.875rem;
  line-height: 1.2;
}
.realization-section .realization-grid .item .content .year,
.realization-section .realization-hidden .item .content .year {
  font-weight: 700;
}
.realization-section .realization-grid .item .content .realization-link,
.realization-section .realization-hidden .item .content .realization-link {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1rem;
  color: #E31E24;
  font-weight: 700;
  transition: 0.2s ease-in-out;
  margin-top: auto;
}
.realization-section .realization-grid .item .content .realization-link:hover, .realization-section .realization-grid .item .content .realization-link:focus,
.realization-section .realization-hidden .item .content .realization-link:hover,
.realization-section .realization-hidden .item .content .realization-link:focus {
  gap: 15px;
  transition: 0.2s ease-in-out;
}
.realization-section .realization-grid .item .content .realization-link svg path,
.realization-section .realization-hidden .item .content .realization-link svg path {
  stroke: #E31E24;
}
.realization-section .realization-hidden {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.realization-section .reveal {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, margin-top 0.3s ease;
  margin-top: 0;
}
.realization-section .toggle-more-checkbox:checked + .reveal {
  max-height: 1500px;
  margin-top: 30px;
}
.realization-section .toggle-more-checkbox:checked ~ .realization-more {
  display: none;
}
.realization-section .realization-more {
  padding-top: 3rem;
  text-align: center;
  display: flex;
  justify-content: center;
}
.realization-section .realization-more label {
  cursor: pointer;
}

@media (max-width: 1199.98px) {
  .section-featured .dd-tabs .tab-nav {
    justify-content: start;
  }
  .current-offers .offer-box .offer-insider .corner-overlay.right {
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
  }
  .current-offers .offer-box .offer-insider .offer-content {
    width: 55%;
  }
  .current-offers .offer-box .offer-insider .offer-content .offer-right .offer-details {
    gap: 20px;
  }
}
@media (max-width: 991.98px) {
  .section-news.related-news {
    padding-bottom: 0 !important;
  }
  .section-news:not(.related-news) .posts-list .tab-content {
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
  }
  .section-news:not(.related-news) .posts-list .tab-content .tab-post {
    min-width: 100%;
  }
  .realization-section {
    padding: 4rem 0 0 0;
  }
  .realization-section .section-header {
    padding-bottom: 2rem;
  }
  .realization-section .realization-grid,
  .realization-section .realization-hidden {
    grid-template-columns: repeat(2, 1fr);
  }
  .section-history {
    background-size: auto;
    background-position: top;
    padding: 5rem 0 2rem 0;
  }
  .section-history .section-timeline {
    margin: 1rem 0;
  }
  .section-history .section-timeline .timeline-line {
    left: 12px;
    background: #f5f5f5;
  }
  .section-history .section-timeline .timeline-line::after {
    content: "";
    display: none;
  }
  .section-history .section-timeline .timeline-entry {
    grid-template-columns: 0px 1fr;
    opacity: 1;
  }
  .section-history .section-timeline .timeline-entry .timeline-year {
    text-align: left;
  }
  .section-history .section-timeline .timeline-entry .timeline-content {
    padding-left: 4rem;
  }
  .section-history .section-timeline .timeline-entry .timeline-content .timeline-description {
    font-size: 1.125rem;
    color: #4D4C46;
    max-width: 100%;
  }
  .section-awards {
    background-color: #f5f5f5;
    padding: 5rem 0;
  }
  .section-awards .awards-items .item {
    justify-content: start;
    flex-basis: calc(50% - 2rem);
  }
  .section-company .company-grid {
    grid-template-columns: 1fr;
  }
  .section-company .content .section-description {
    max-width: 100%;
  }
  .section-company .content .items {
    flex-wrap: wrap;
    padding-top: 32px;
    gap: 32px;
  }
  .section-company .content .items .item {
    flex-basis: calc(50% - 25px);
  }
  .current-offers {
    padding-bottom: 3.75rem;
    gap: 1.3rem;
  }
  .current-offers .offer-box {
    flex-basis: 100%;
  }
  .current-offers .offer-box.open .toggle-offer {
    z-index: -1;
  }
  .current-offers .offer-box.open .toggle-offer .close-label {
    display: inline !important;
  }
  .current-offers .offer-box.open .toggle-offer .open-label {
    display: none;
  }
  .current-offers .offer-box.open .offer-content {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
  }
  .current-offers .offer-box.open .offer-thumbnail::after {
    opacity: 1;
  }
  .current-offers .offer-box .offer-insider {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    transition: 0.2s ease-in-out;
  }
  .current-offers .offer-box .offer-insider .offer-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    left: 0;
    height: 100%;
    padding: 1rem;
    gap: 1rem;
    color: #FFFFFF;
  }
  .current-offers .offer-box .offer-insider .offer-left .left-top {
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-size: 1.125rem;
  }
  .current-offers .offer-box .offer-insider .offer-left .left-top .offer-city {
    font-weight: 700;
    text-transform: uppercase;
  }
  .current-offers .offer-box .offer-insider .offer-left .left-top .offer-stage {
    font-weight: 400;
  }
  .current-offers .offer-box .offer-insider .offer-left .left-bottom {
    display: flex;
    flex-direction: column;
    gap: 25px;
  }
  .current-offers .offer-box .offer-insider .offer-left .left-bottom .wrapper {
    flex-wrap: wrap;
  }
  .current-offers .offer-box .offer-insider .offer-left .left-bottom .wrapper .toggle-offer {
    display: block;
  }
  .current-offers .offer-box .offer-insider .offer-content {
    width: calc(85% - 5vw);
    z-index: 10;
  }
  .current-offers .offer-box .offer-insider .offer-content .offer-right .offer-details {
    gap: 15px;
  }
  .section-featured {
    padding: 3.5rem 0;
  }
  .section-featured .dd-tabs {
    padding: 0;
  }
  .section-featured .dd-tabs .pricing {
    flex-direction: column;
    align-items: center;
  }
  .section-featured .dd-tabs .pricing .block {
    flex-direction: column;
  }
  .section-featured .dd-tabs .pricing .block:not(:last-of-type)::after {
    content: "•";
    display: block;
    text-align: center;
    margin: 0 1rem;
    font-size: 2rem;
    color: #000000;
  }
  .section-featured .dd-tabs .pricing .block::before {
    content: "";
    display: none !important;
  }
  .section-featured .dd-tabs .tab-content {
    padding: 2rem 0;
  }
  .section-featured .mieszkaniaSwiper .swiper-wrapper {
    gap: 10px;
  }
  .section-featured .mieszkaniaSwiper .mieszkanie {
    flex-basis: calc(50% - 10px);
  }
  .section-offhand {
    padding-top: 2rem;
    padding-bottom: 4.5rem;
  }
  .section-future-projects.is-home {
    padding-bottom: 2rem;
  }
  .section-future-projects .left-right {
    gap: 40px;
  }
  .section-future-projects .left-right .left-side {
    flex: 100%;
  }
  .section-future-projects .futureProjectsSwiper .swiper-wrapper {
    padding: 2rem 0;
    justify-content: space-between;
  }
  .section-future-projects .futureProjectsSwiper .swiper-wrapper .swiper-slide {
    flex-basis: 100%;
    padding: 1rem 0;
  }
  .section-future-projects .futureProjectsSwiper .swiper-wrapper .swiper-slide .image-wrapper .content .title {
    font-size: 1.5rem;
    max-width: 100%;
  }
  .section-news {
    padding: 5rem 0;
  }
  .section-news .left-right .left-side .section-title {
    max-width: 100%;
  }
  .section-news .left-right .related-link {
    white-space: wrap;
  }
  .section-map .map-content {
    position: relative;
    left: 0;
    padding: 1rem;
    max-width: 100%;
  }
  .home .section-map {
    padding-bottom: 2.5rem;
  }
  .section-team {
    padding: 3.75rem 0;
  }
  .section-team .team-layout {
    grid-template-columns: 1fr;
  }
  .section-team .left .section-title {
    max-width: 100%;
  }
  .section-team .left .section-description {
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .realization-section .realization-grid,
  .realization-section .realization-hidden {
    grid-template-columns: 1fr;
  }
  .section-company .content .items .item {
    flex-basis: 100%;
  }
  .section-featured .dd-tabs .dd-nav {
    padding: 1rem 0;
  }
  .section-featured .dd-tabs .pricing {
    justify-content: center;
    flex-wrap: wrap;
  }
  .section-featured .mieszkaniaSwiper .mieszkanie {
    flex-basis: 100%;
  }
  .section-offhand .left-right {
    flex-wrap: wrap;
  }
  .section-offhand .left-right .left-side {
    flex-basis: 100%;
    min-width: 100%;
  }
  .section-offhand .left-right .right-side {
    flex-basis: 100%;
  }
  .section-offhand .left-right .right-side .offhandSwiper .swiper-wrapper .swiper-slide .left-right {
    gap: 1rem;
  }
  .section-offhand .left-right .right-side .offhandSwiper .swiper-wrapper .swiper-slide .left-right .left {
    min-width: 100%;
  }
  .section-offhand .left-right .right-side .offhandSwiper .swiper-wrapper .swiper-slide .left-right .right {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .section-offhand .left-right .right-side .offhandSwiper .swiper-wrapper .swiper-slide .left-right .right li {
    flex-direction: row;
  }
  .section-offhand .left-right .right-side .offhandSwiper .swiper-wrapper .swiper-slide .left-right .right li:first-of-type {
    max-width: 100%;
  }
  .section-offhand .left-right .right-side .offhandSwiper .swiper-wrapper .apartment-details {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .section-map .map-content .section-title {
    font-size: 1.5rem;
  }
}
@media (max-width: 320px) {
  .section-future-projects .futureProjectsSwiper .swiper-wrapper .swiper-slide .projects-info .content {
    flex-wrap: wrap;
  }
}
.page-template-template-kontakt footer,
.page-template-template-realizations footer,
.post-type-archive-current_offer footer {
  margin: 0;
}

.page-template-template-aboutus #pageheader {
  background-position: 100% 40%;
}

.page-template-template-kontakt {
  background-image: url("../../public/bg-vector-contact.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 100% 3%;
}
.page-template-template-kontakt #main-content.single {
  margin-top: 0;
}

.post-type-archive-current_offer #pageheader {
  background-position: 50% 30%;
}
.post-type-archive-current_offer .section-featured {
  padding-bottom: 5rem;
}
.post-type-archive-current_offer .section-featured .dd-container {
  padding: 0;
}
.post-type-archive-current_offer .section-offhand {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.post-type-archive-current_offer .section-offhand .left-right {
  padding: 0;
}

.swiper-button-container .swiper-pagination-bullet {
  background: #FFFFFF;
  border: 1px solid #000000;
  width: 10px;
  height: 10px;
  opacity: 1;
  left: 0 !important;
  transform: scale(1) !important;
}
.swiper-button-container .swiper-pagination-bullet-active {
  background: #E31E24;
  border-color: #E31E24;
  opacity: 1;
}
.swiper-button-container .swiper-pagination {
  width: fit-content !important;
  transform: unset;
  overflow: hidden;
}

.mieszkaniaSwiper .mieszkanie {
  transition: 0.2s ease-in-out;
}
.mieszkaniaSwiper .mieszkanie:hover, .mieszkaniaSwiper .mieszkanie:focus {
  transition: 0.2s ease-in-out;
  background: #F5F5F5;
}
.mieszkaniaSwiper .mieszkanie .property-link .content .top .status.sprzedane {
  color: #c53521;
}
.mieszkaniaSwiper .mieszkanie .property-link .content .top .status.dostepne {
  color: #38894a;
}
.mieszkaniaSwiper .mieszkanie .property-link .content .top .status.rezerwacja {
  color: #d79729;
}

.mieszkanie .property-link .title {
  color: #E31E24;
}
.mieszkanie .property-link .bottom .price .price-value {
  color: #000000;
}

.swiper-button-next,
.swiper-button-prev {
  border: 1px solid #E31E24;
  border-radius: 50%;
  width: 45px !important;
  height: 45px !important;
  transition: 0.2s ease-in-out;
  background-repeat: no-repeat;
  background-size: 35%;
  background-position: center;
}
.swiper-button-next::after, .swiper-button-next::before,
.swiper-button-prev::after,
.swiper-button-prev::before {
  display: none !important;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: rgba(227, 30, 36, 0.3019607843) !important;
  transition: 0.2s ease-in-out;
}

.swiper-button-prev {
  background-image: url(../../public/swiper-arrow-left.svg) !important;
}

.swiper-button-next {
  background-image: url(../../public/swiper-arrow-right.svg) !important;
}

@media (max-width: 991.98px) {
  .page-template-template-kontakt {
    background-position: 100% 1%;
    background-size: auto;
  }
  .post-type-archive-current_offer .section-offers-home .current-offers {
    padding-top: 2.5rem;
  }
  .mieszkaniaSwiper {
    overflow: hidden;
  }
  .mieszkaniaSwiper .swiper-wrapper {
    padding: 1.5rem 0;
  }
  .mieszkaniaSwiper .swiper-wrapper .mieszkanie {
    margin-top: 3rem;
    padding: 0.5rem;
  }
  .mieszkaniaSwiper .swiper-button-prev,
  .mieszkaniaSwiper .swiper-button-next {
    visibility: visible;
  }
  .mieszkaniaSwiper .swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, 40%) !important;
  }
  .mieszkaniaSwiper .swiper-button-next {
    right: var(--swiper-navigation-sides-offset, 40%) !important;
  }
}
@media (max-width: 767.98px) {
  .mieszkaniaSwiper .swiper-wrapper {
    padding-bottom: 0;
  }
  .mieszkaniaSwiper .swiper-wrapper .mieszkanie {
    flex-basis: 100%;
  }
  .mieszkaniaSwiper .swiper-wrapper .mieszkanie .swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, 35%) !important;
  }
  .mieszkaniaSwiper .swiper-wrapper .mieszkanie .swiper-button-next {
    right: var(--swiper-navigation-sides-offset, 35%) !important;
  }
}
@media (max-width: 320px) {
  .mieszkaniaSwiper .swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, 25%) !important;
  }
  .mieszkaniaSwiper .swiper-button-next {
    right: var(--swiper-navigation-sides-offset, 25%) !important;
  }
}
@media (max-width: 991.98px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 120%;
  }
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
  .left-right {
    flex-wrap: wrap;
  }
  body {
    padding-top: 90px;
  }
  .section-title {
    font-size: 2rem;
    line-height: 120%;
  }
  .section-subtitle {
    margin-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .dd-container,
  .container-fluid {
    padding: 0 15px;
  }
  .container-post {
    padding: 0;
  }
  .social-media-list {
    flex-wrap: wrap;
    gap: 5px;
  }
  .default-title {
    font-size: 2rem;
    margin: 1.5rem 0;
  }
  .swiper-arrow-container {
    margin-left: 0;
    width: 100%;
  }
}