/* wp-image-fallback */
.wp-post-image, .attachment-thumbnail, .size-thumbnail, .wp-embed-site-icon, img.avatar, .rev_bg, .platform-elem, .installment_pic, .exchange_pic, img.alignnone {
    border: none;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4NCIgaGVpZ2h0PSI4NCI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNLTgtOEg5MlY5MkgtOHoiLz48cGF0aCBmaWxsPSIjQjZCNkI2IiBkPSJNNDIgLjMzM0E0LjE2NyA0LjE2NyAwIDAgMSA0Ni4xNjcgNC41VjE3YTQuMTY3IDQuMTY3IDAgMSAxLTguMzM0IDBWNC41QTQuMTY3IDQuMTY3IDAgMCAxIDQyIC4zMzN6bTAgNjIuNUE0LjE2NyA0LjE2NyAwIDAgMSA0Ni4xNjcgNjd2MTIuNWE0LjE2NyA0LjE2NyAwIDEgMS04LjMzNCAwVjY3QTQuMTY3IDQuMTY3IDAgMCAxIDQyIDYyLjgzM3pNODMuNjY3IDQyYTQuMTY3IDQuMTY3IDAgMCAxLTQuMTY3IDQuMTY3SDY3YTQuMTY3IDQuMTY3IDAgMSAxIDAtOC4zMzRoMTIuNUE0LjE2NyA0LjE2NyAwIDAgMSA4My42NjcgNDJ6bS02Mi41IDBBNC4xNjcgNC4xNjcgMCAwIDEgMTcgNDYuMTY3SDQuNWE0LjE2NyA0LjE2NyAwIDEgMSAwLTguMzM0SDE3QTQuMTY3IDQuMTY3IDAgMCAxIDIxLjE2NyA0MnptNTAuMjk2IDI5LjQ2M2E0LjE2NyA0LjE2NyAwIDAgMS01Ljg5MiAwbC04LjgzOC04LjgzOGE0LjE2NyA0LjE2NyAwIDAgMSA1Ljg5Mi01Ljg5Mmw4LjgzOCA4LjgzNGE0LjE2NyA0LjE2NyAwIDAgMSAwIDUuODk2ek0yNy4yNjcgMjcuMjY3YTQuMTY3IDQuMTY3IDAgMCAxLTUuODkyIDBsLTguODMzLTguODM0YTQuMTY4IDQuMTY4IDAgMSAxIDUuODkxLTUuODk1bDguODM0IDguODM3YTQuMTY3IDQuMTY3IDAgMCAxIDAgNS44OTJ6TTEyLjU0MiA3MS40NjNhNC4xNjcgNC4xNjcgMCAwIDEgMC01Ljg5Mmw4LjgzNy04LjgzOGE0LjE2NyA0LjE2NyAwIDEgMSA1Ljg5MiA1Ljg5MmwtOC44MzQgOC44MzhhNC4xNjcgNC4xNjcgMCAwIDEtNS44OTUgMHptNDQuMTkxLTQ0LjE5NmE0LjE2NyA0LjE2NyAwIDAgMSAwLTUuODkybDguODM0LTguODM3YTQuMTY4IDQuMTY4IDAgMCAxIDUuODk2IDUuODkxbC04LjgzOCA4LjgzOGE0LjE2NyA0LjE2NyAwIDAgMS01Ljg5MiAweiIvPjwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-color: rgba(238, 238, 238, 1);
    background-size: 40px 40px;
    background-position: 50% center;
}

.preloader {
display:none;  
}

.innsite-news-text {
  
 margin-top:50px; 
}



.side_menu.force-open {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
    right: 0 !important;
    z-index: 999999 !important;
}

.overlay.force-open {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 999998 !important;
}

.menu_btn, 
.application {
    cursor: pointer !important;
}

.side_menu.force-open {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
    right: 0 !important;
    z-index: 999999 !important;
}

.overlay.force-open {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 999998 !important;
}









.static-header {
  background: #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}
.header-top {
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo img {
  height: 40px;
}
.btn-application {
  background: #e9c4a9;
  color: #000;
  text-decoration: none;
  padding: 10px 24px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 15px;
}
.btn-application:hover {
  background: #dbb08c;
}

.main-nav-horizontal {
  background: #1a1a1a;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
  padding: 10px 20px;
}
.main-nav-horizontal a {
  color: #fff;
  text-decoration: none;
  padding: 8px 16px;
  font-size: 15px;
  border-radius: 4px;
  transition: background 0.3s;
}
.main-nav-horizontal a:hover {
  background: rgba(255,255,255,0.15);
}
.download-link {
  background: #e9c4a9;
  color: #000 !important;
  font-weight: 600;
}
.download-link:hover {
  background: #dbb08c !important;
}


header  {
     padding: 0px 0 0 !important; 
}

.header-top {
    margin-bottom: 50px;
}




















:root {
  --color-primary: #ffffff;
  --color-accent: #d4af37;
  --color-dark: #0d1117;
  --font-main: 'Helvetica Neue', Arial, sans-serif;
}

.main {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 650px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: var(--color-dark);
  box-sizing: border-box;
  font-family: var(--font-main);
}

.main_sky {
  position: absolute;
  top: -5%;
  left: -5%;
  width: 110%;
  height: 110%;
  object-fit: cover;
  z-index: 1;
  pointer-events: none;
  transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
}

.center_cnt {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 1300px;
  padding: 0 40px;
  box-sizing: border-box;
  pointer-events: none;
  transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
}

.main_content {
  max-width: 650px;
  color: var(--color-primary);
  pointer-events: auto;
}

.title-h1 {
  margin: 0 0 20px 0;
  font-size: clamp(3rem, 7vw, 5.5rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--color-primary);
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.main_content p {
  margin: 0;
  font-size: clamp(1rem, 2vw, 1.25rem);
  font-weight: 300;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
  border-left: 3px solid var(--color-accent);
  padding-left: 18px;
  text-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.main_dom {
  position: absolute;
  bottom: 0;
  right: 5%;
  height: 85%;
  max-height: 800px;
  width: auto;
  object-fit: contain;
  z-index: 2;
  pointer-events: none;
  filter: drop-shadow(0 15px 30px rgba(0, 0, 0, 0.4));
}

.scroll_icon {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  user-select: none;
}

.scroll_icon span {
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--color-primary);
  opacity: 0.8;
  margin-top: 10px;
}

.scroll_icon::before {
  content: '';
  width: 22px;
  height: 36px;
  border: 2px solid rgba(255, 255, 255, 0.7);
  border-radius: 20px;
  display: block;
  box-sizing: border-box;
}

.scroll_icon::after {
  content: '';
  position: absolute;
  top: 7px;
  width: 4px;
  height: 8px;
  background-color: var(--color-primary);
  border-radius: 2px;
  animation: scrollAnim 2s infinite;
}

@keyframes scrollAnim {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  50% {
    opacity: 0.2;
    transform: translateY(12px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1024px) {
  .main_dom {
    height: 65%;
    right: 50%;
    transform: translateX(50%);
  }

  .main_content {
    max-width: 100%;
    text-align: center;
  }

  .main_content p {
    border-left: none;
    padding-left: 0;
  }
}

@media (max-width: 768px) {
  .main {
    align-items: flex-start;
    padding-top: 120px;
  }

  .center_cnt {
    padding: 0 20px;
  }

  .main_dom {
    height: 50%;
  }

  .scroll_icon {
    bottom: 15px;
  }
}

.communications {
  position: relative;
  width: 100%;
  padding: 120px 0;
  background-color: #0f141c;
  color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}

.communications .center_cnt {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}

.communications_content {
  max-width: 680px;
  background: rgba(15, 20, 28, 0.85);
  backdrop-filter: blur(12px);
  padding: 60px;
  border-radius: 4px;
  border: 1px solid rgba(212, 175, 55, 0.2);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
}

.communications_title {
  margin: 0 0 35px 0;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 700;
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  color: #ffffff;
  position: relative;
  padding-bottom: 20px;
}

.communications_title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background: #d4af37;
}

.communications_text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.communications_text p {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 300;
}

.communications_text p:nth-child(2) {
  font-size: 1.25rem;
  font-weight: 600;
  color: #d4af37;
  letter-spacing: 0.05em;
}

.render__wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 55%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}

.render__wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.85) contrast(1.05);
  transition: transform 0.8s ease-out;
}

.communications:hover .render__wrap img {
  transform: scale(1.03);
}

.tech-comfort {
  position: relative;
  width: 100%;
  padding: 120px 0;
  background-color: #f8f9fa;
  color: #0f141c;
  box-sizing: border-box;
}

.tech-comfort .center_cnt {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}

.tech-comfort h3 {
  margin: 0 0 60px 0;
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  color: #0f141c;
  text-align: center;
  position: relative;
}

.tech-comfort h3::after {
  content: '';
  display: block;
  width: 80px;
  height: 3px;
  background-color: #d4af37;
  margin: 20px auto 0 auto;
}

.tech-comfort-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
  gap: 30px;
}

.tech-comfort-list li {
  display: flex;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.tech-comfort-list li.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.tech__link {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 40px 30px;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 6px;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.tech__link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #d4af37;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.tech__link:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  border-color: rgba(212, 175, 55, 0.3);
}

.tech__link:hover::before {
  opacity: 1;
}

.tech__link svg {
  width: 54px;
  height: 54px;
  margin-bottom: 25px;
  transition: transform 0.3s ease;
}

.tech__link svg path,
.tech__link svg rect,
.tech__link svg g {
  fill: #0f141c;
  transition: fill 0.3s ease;
}

.tech__link:hover svg {
  transform: scale(1.1);
}

.tech__link:hover svg path,
.tech__link:hover svg rect,
.tech__link:hover svg g {
  fill: #d4af37;
}

.tech__title {
  font-size: 1.35rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: #0f141c;
  line-height: 1.3;
}

.tech__text {
  font-size: 0.95rem;
  line-height: 1.65;
  color: #5a626c;
  font-weight: 400;
}

@media (max-width: 1200px) {
  .render__wrap {
    width: 50%;
  }

  .tech-comfort-list {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }
}

@media (max-width: 992px) {
  .communications {
    padding: 0;
  }

  .communications .center_cnt {
    padding: 0;
  }

  .communications_content {
    max-width: 100%;
    padding: 60px 40px;
    border-radius: 0;
    border: none;
  }

  .render__wrap {
    position: relative;
    width: 100%;
    height: 400px;
  }

  .tech-comfort-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .communications_content {
    padding: 40px 20px;
  }

  .render__wrap {
    height: 300px;
  }

  .tech-comfort {
    padding: 80px 0;
  }

  .tech-comfort .center_cnt {
    padding: 0 20px;
  }

  .tech-comfort-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .tech__link {
    padding: 30px 20px;
  }
}

.architecture,
.nature {
  position: relative;
  width: 100%;
  padding: 120px 0;
  background-color: #0f141c;
  color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}

.nature {
  background-color: #141a24;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.architecture .center_cnt,
.nature .center_cnt {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}

.architecture_content,
.nature_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  width: 100%;
}

.nature_content {
  flex-direction: row-reverse;
}

.architecture_desc,
.nature_desc {
  flex: 1;
  max-width: 550px;
}

.architecture_title,
.nature_title {
  margin: 0 0 30px 0;
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 700;
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  color: #ffffff;
  position: relative;
  padding-bottom: 20px;
}

.architecture_title::after,
.nature_title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background-color: #d4af37;
}

.arch_desc_text,
.nature_desc {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.arch_desc_text p,
.nature_desc p {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 300;
}

.plans_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  margin-top: 15px;
  padding: 18px 38px;
  background-color: #d4af37;
  color: #0f141c;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 10px 25px rgba(212, 175, 55, 0.25);
}

.plans_button:hover {
  background-color: #e5c158;
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(212, 175, 55, 0.4);
}

.nature_waves {
  width: 40px;
  height: 12px;
  background-image: radial-gradient(circle at 50% 100%, transparent 5px, #d4af37 6px, #d4af37 7px, transparent 8px);
  background-size: 16px 12px;
  opacity: 0.8;
  margin-bottom: 10px;
}

.nature_wish {
  margin-top: 10px;
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 400;
  color: #d4af37;
  letter-spacing: 0.05em;
}

.architecture_image,
.nature_image {
  flex: 1;
  position: relative;
  width: 100%;
  height: 520px;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.rev_image {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.rev_bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: transform 0.8s ease;
}

.architecture_image:hover .rev_bg,
.nature_image:hover .rev_bg {
  transform: scale(1.05);
}

.rev_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0f141c;
  z-index: 2;
  transition: transform 1.2s cubic-bezier(0.77, 0, 0.175, 1);
}

.rev_overlay.horizontal {
  transform-origin: right;
}

.rev_overlay.horizontal.reversed {
  transform-origin: left;
}

.rev_overlay.vertical {
  transform-origin: bottom;
  transition-delay: 0.1s;
}

.rev_overlay.vertical.reversed {
  transform-origin: top;
}

.is-revealed .rev_overlay.horizontal {
  transform: scaleX(0);
}

.is-revealed .rev_overlay.vertical {
  transform: scaleY(0);
}

@media (max-width: 1024px) {
  .architecture_content,
  .nature_content {
    flex-direction: column;
    gap: 40px;
  }

  .architecture_desc,
  .nature_desc {
    max-width: 100%;
  }

  .architecture_image,
  .nature_image {
    height: 380px;
  }
}

@media (max-width: 768px) {
  .architecture,
  .nature {
    padding: 80px 0;
  }

  .architecture .center_cnt,
  .nature .center_cnt {
    padding: 0 20px;
  }

  .plans_button {
    width: 100%;
    padding: 16px 20px;
    box-sizing: border-box;
  }

  .architecture_image,
  .nature_image {
    height: 280px;
  }
}


.yard,
.mop {
  position: relative;
  width: 100%;
  padding: 120px 0;
  background-color: #0f141c;
  color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}

.mop {
  background-color: #141a24;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.yard .center_cnt,
.mop .center_cnt {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}

.yard_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  width: 100%;
}

.yard_text_tree {
  flex: 1;
  max-width: 550px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.yard_title,
.mop_title {
  margin: 0 0 30px 0;
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 700;
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  color: #ffffff;
  position: relative;
  padding-bottom: 20px;
}

.yard_title::after,
.mop_title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background-color: #d4af37;
}

.yard_text_tree p,
.mop_text_closed p,
.mop_text_tree p {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 300;
}

.yard_image_second {
  flex: 1;
  position: relative;
  width: 100%;
  height: 520px;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.mop_content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px 50px;
  align-items: center;
  width: 100%;
}

.mop_image_first,
.mop_image_second {
  position: relative;
  width: 100%;
  height: 420px;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.mop_image_first {
  grid-column: 1;
  grid-row: 1;
}

.mop_text_closed {
  grid-column: 2;
  grid-row: 1;
  display: flex;
  flex-direction: column;
}

.mop_text_tree {
  grid-column: 1;
  grid-row: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
  background: rgba(255, 255, 255, 0.03);
  border-left: 3px solid #d4af37;
  border-radius: 0 6px 6px 0;
}

.mop_image_second {
  grid-column: 2;
  grid-row: 2;
}

.rev_image {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.rev_bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: transform 0.8s ease;
}

.yard_image_second:hover .rev_bg,
.mop_image_first:hover .rev_bg,
.mop_image_second:hover .rev_bg {
  transform: scale(1.05);
}

.rev_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0f141c;
  z-index: 2;
  transition: transform 1.2s cubic-bezier(0.77, 0, 0.175, 1);
}

.rev_overlay.horizontal {
  transform-origin: right;
}

.rev_overlay.horizontal.reversed {
  transform-origin: left;
}

.rev_overlay.vertical {
  transform-origin: bottom;
  transition-delay: 0.1s;
}

.rev_overlay.vertical.reversed {
  transform-origin: top;
}

.is-revealed .rev_overlay.horizontal {
  transform: scaleX(0);
}

.is-revealed .rev_overlay.vertical {
  transform: scaleY(0);
}

@media (max-width: 1024px) {
  .yard_content {
    flex-direction: column;
    gap: 40px;
  }

  .yard_text_tree {
    max-width: 100%;
  }

  .yard_image_second {
    height: 380px;
  }

  .mop_content {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .mop_image_first {
    grid-column: 1;
    grid-row: 2;
    height: 380px;
  }

  .mop_text_closed {
    grid-column: 1;
    grid-row: 1;
  }

  .mop_text_tree {
    grid-column: 1;
    grid-row: 3;
  }

  .mop_image_second {
    grid-column: 1;
    grid-row: 4;
    height: 380px;
  }
}

@media (max-width: 768px) {
  .yard,
  .mop {
    padding: 80px 0;
  }

  .yard .center_cnt,
  .mop .center_cnt {
    padding: 0 20px;
  }

  .yard_image_second,
  .mop_image_first,
  .mop_image_second {
    height: 280px;
  }

  .mop_text_tree {
    padding: 20px;
  }
}
.promo {
  position: relative;
  width: 100%;
  padding: 100px 0;
  background-color: #0d1117;
  color: #ffffff;
  text-align: center;
  overflow: hidden;
  box-sizing: border-box;
}

.promo .center_cnt {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}

.promo_content h3 {
  margin: 0;
  font-size: clamp(1.6rem, 3.2vw, 2.8rem);
  font-weight: 700;
  line-height: 1.6;
  text-transform: uppercase;
  color: #ffffff;
}

.promo .title {
  display: inline-block;
  vertical-align: middle;
  height: 1.2em;
  min-width: 160px;
  position: relative;
  margin: 0 6px;
}

.promo .title.ceiling_height {
  min-width: 80px;
}

.title-svg {
  width: 100%;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.title-bg {
  fill: #d4af37;
  mask: url(#terraces);
}

.title.fireplace .title-bg {
  mask: url(#fireplace);
}

.title.ceiling_height .title-bg {
  mask: url(#ceiling_height);
}

.title-alpha {
  fill: #ffffff;
}

.title-text {
  fill: #000000;
  font-size: 78px;
  font-weight: 800;
  font-family: inherit;
  text-transform: uppercase;
}

.entrance {
  position: relative;
  width: 100%;
  padding: 120px 0;
  background-color: #0f141c;
  color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}

.entrance .center_cnt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}

.entrance_image_first {
  flex: 1;
  height: 540px;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.entrance_content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.entrance_title {
  margin: 0;
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  position: relative;
  padding-bottom: 20px;
}

.entrance_title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background-color: #d4af37;
}

.entrance_text p {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 300;
}

.entrance_image_second {
  position: relative;
  width: 100%;
  height: 260px;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
}

.entrance_wish {
  font-size: 1.15rem;
  font-style: italic;
  color: #d4af37;
  letter-spacing: 0.05em;
}

.plans {
  position: relative;
  width: 100%;
  padding: 120px 0;
  background-color: #141a24;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}

.plans .center_cnt {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}

.plans_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  width: 100%;
}

.plans_desc {
  flex: 0 0 45%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.plans_title {
  margin: 0;
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 700;
  line-height: 1.15;
  text-transform: uppercase;
  color: #ffffff;
  position: relative;
  padding-bottom: 20px;
}

.plans_title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background-color: #d4af37;
}

.plans_desc p {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 300;
}

.plans_image {
  flex: 1;
  position: relative;
  width: 100%;
  height: 520px;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  background-color: #0f141c;
}

.plans_carousel {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.plans_wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.plans_list {
  display: flex;
  height: 100%;
  transition: transform 0.5s ease-in-out;
}

.plans_item {
  min-width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  box-sizing: border-box;
}

.plans_item img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.5));
}

.plans_arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  background-color: rgba(15, 20, 28, 0.8);
  border: 1px solid #d4af37;
  border-radius: 50%;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease;
  text-decoration: none;
}

.plans_arrow:hover {
  background-color: #d4af37;
  transform: translateY(-50%) scale(1.1);
}

.plans_arrow_prev {
  left: 20px;
}

.plans_arrow_next {
  right: 20px;
}

.plans_arrow_prev::before {
  content: '';
  width: 10px;
  height: 10px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(45deg);
  margin-left: 4px;
  transition: border-color 0.3s ease;
}

.plans_arrow_next::before {
  content: '';
  width: 10px;
  height: 10px;
  border-right: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  transform: rotate(45deg);
  margin-right: 4px;
  transition: border-color 0.3s ease;
}

.plans_arrow:hover::before {
  border-color: #0f141c;
}

.rev_image {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.rev_bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: transform 0.8s ease;
}

.entrance_image_first:hover .rev_bg,
.entrance_image_second:hover .rev_bg {
  transform: scale(1.05);
}

.rev_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0f141c;
  z-index: 2;
  transition: transform 1.2s cubic-bezier(0.77, 0, 0.175, 1);
}

.rev_overlay.horizontal {
  transform-origin: right;
}

.rev_overlay.horizontal.reversed {
  transform-origin: left;
}

.rev_overlay.vertical {
  transform-origin: bottom;
  transition-delay: 0.1s;
}

.rev_overlay.vertical.reversed {
  transform-origin: top;
}

.is-revealed .rev_overlay.horizontal {
  transform: scaleX(0);
}

.is-revealed .rev_overlay.vertical {
  transform: scaleY(0);
}

@media (max-width: 1024px) {
  .entrance .center_cnt,
  .plans_content {
    flex-direction: column;
    gap: 40px;
  }

  .entrance_image_first,
  .entrance_content,
  .plans_desc,
  .plans_image {
    width: 100%;
    flex: none;
  }

  .entrance_image_first,
  .plans_image {
    height: 400px;
  }
}

@media (max-width: 768px) {
  .promo,
  .entrance,
  .plans {
    padding: 80px 0;
  }

  .promo .center_cnt,
  .entrance .center_cnt,
  .plans .center_cnt {
    padding: 0 20px;
  }

  .entrance_image_first,
  .plans_image {
    height: 300px;
  }

  .entrance_image_second {
    height: 200px;
  }

  .plans_arrow {
    width: 38px;
    height: 38px;
  }
}
.parking {
  position: relative;
  width: 100%;
  padding: 120px 0;
  background-color: #0f141c;
  color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}

.parking .center_cnt {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}

.parking_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  width: 100%;
}

.parking_image {
  flex: 1;
  position: relative;
  width: 100%;
  height: 480px;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.parking_text {
  flex: 1;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.parking_title {
  margin: 0;
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 700;
  line-height: 1.15;
  text-transform: uppercase;
  color: #ffffff;
  position: relative;
  padding-bottom: 20px;
}

.parking_title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background-color: #d4af37;
}

.parking_text p {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 300;
}

.nearby {
  position: relative;
  width: 100%;
  padding: 120px 0 0 0;
  background-color: #141a24;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  color: #ffffff;
  box-sizing: border-box;
}

.nearby .center_cnt {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}

.nearby_title {
  margin: 0 0 35px 0;
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  position: relative;
  padding-bottom: 20px;
}

.nearby_title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background-color: #d4af37;
}

.nearby_filter {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 40px;
}

.nearby_item {
  position: relative;
}

.nearby_item input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.nearby_item label {
  display: inline-block;
  padding: 12px 24px;
  background-color: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  font-size: 0.9rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  transition: all 0.3s ease;
  user-select: none;
}

.nearby_item label:hover {
  border-color: #d4af37;
  color: #ffffff;
  background-color: rgba(212, 175, 55, 0.08);
}

.nearby_item input[type="checkbox"]:checked + label {
  background-color: #d4af37;
  color: #0f141c;
  border-color: #d4af37;
  font-weight: 700;
  box-shadow: 0 5px 15px rgba(212, 175, 55, 0.25);
}

.nearby_map {
  width: 100%;
  height: 500px;
  background-color: #0d1117;
  border-top: 1px solid rgba(212, 175, 55, 0.2);
  position: relative;
}

.documentation {
  position: relative;
  width: 100%;
  padding: 120px 0;
  background-color: #0f141c;
  color: #ffffff;
  box-sizing: border-box;
}

.documentation .center_cnt {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}

.documentation_title {
  margin: 0 0 40px 0;
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  position: relative;
  padding-bottom: 20px;
}

.documentation_title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background-color: #d4af37;
}

.documentation_content {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
  gap: 20px;
}

.documentation_item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px 28px;
  background-color: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  text-decoration: none;
  color: #ffffff;
  font-size: 0.95rem;
  line-height: 1.5;
  font-weight: 400;
  transition: all 0.3s ease;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.documentation_item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background-color: #d4af37;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.documentation_item:hover {
  background-color: rgba(255, 255, 255, 0.06);
  border-color: rgba(212, 175, 55, 0.4);
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.documentation_item:hover::before {
  opacity: 1;
}

.documentation_item:empty {
  display: none !important;
}

.documentation_size {
  display: block;
  margin-top: 15px;
  font-size: 0.8rem;
  color: #d4af37;
  font-weight: 600;
  letter-spacing: 0.05em;
}


.logo_white, .logo_mini_white {
    opacity: 1;
}

.menu_btn {
 color:white; 
}






.newsinn {
  position: relative;
  width: 100%;
  padding: 120px 0;
  background-color: #0f141c;
  color: #ffffff;
  box-sizing: border-box;
  overflow: hidden;
}

.wrap__960 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}

.platform {
  width: 100%;
}

.innsite-paragragh {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 30px;
  width: 100%;
}

.innsite-paragragh h2 {
  grid-column: 1 / -1;
  margin: 0 0 20px 0;
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  position: relative;
  padding-bottom: 20px;
}

.innsite-paragragh h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background-color: #d4af37;
}

.platform-elem {
  display: flex;
  flex-direction: column;
  background-color: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  overflow: hidden;
  text-decoration: none;
  color: #ffffff;
  transition: transform 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;
  opacity: 0;
  transform: translateY(30px);
}

.platform-elem.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.platform-elem:hover {
  transform: translateY(-6px);
  border-color: rgba(212, 175, 55, 0.4);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
}

.platform-elem.tbig {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  align-items: center;
  min-height: 340px;
  background-color: rgba(255, 255, 255, 0.04);
}

.platform-elem-img-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.platform-elem-img {
  width: 100%;
  height: 220px;
  background-size: cover;
  background-position: center;
  transition: transform 0.6s ease;
}

.platform-elem.tbig .platform-elem-img {
  height: 100%;
  min-height: 340px;
}

.platform-elem:hover .platform-elem-img {
  transform: scale(1.05);
}

.platform-elem-info {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  box-sizing: border-box;
}

.platform-elem-info-date {
  font-size: 0.85rem;
  color: #d4af37;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 600;
  min-height: 1.2em;
}

.platform-elem-info-h {
  font-size: 1.25rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.3;
}

.platform-elem.tbig .platform-elem-info-h {
  font-size: 1.6rem;
}

.minidoc-block-btn {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.minidoc-block-btn .wrap-m,
.minidoc-block-btn .wrap-s {
  padding: 0;
  width: auto;
}

.minidoc-block-btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 38px;
  border: 1px solid #d4af37;
  border-radius: 4px;
  color: #d4af37;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition: all 0.3s ease;
  user-select: none;
}

.minidoc-block-btn a:hover {
  background-color: #d4af37;
  color: #0f141c;
  box-shadow: 0 10px 25px rgba(212, 175, 55, 0.25);
}

@media (max-width: 992px) {
  .platform-elem.tbig {
    grid-template-columns: 1fr;
  }

  .platform-elem.tbig .platform-elem-img {
    height: 260px;
    min-height: auto;
  }
}

@media (max-width: 768px) {
  .newsinn {
    padding: 80px 0;
  }

  .wrap__960 {
    padding: 0 20px;
  }

  .innsite-paragragh {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .minidoc-block-btn a {
    width: 100%;
    padding: 16px 20px;
    box-sizing: border-box;
  }
}



.platform-elem {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}


.tech-comfort-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 25px;
  width: 100%;
  box-sizing: border-box;
}

.tech-comfort-list li {
  display: flex !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  width: 100%;
  box-sizing: border-box;
}

.tech__link {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: center !important;
  width: 100% !important;
  padding: 30px 25px !important;
  background-color: #141a24 !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 6px !important;
  text-decoration: none !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3) !important;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease !important;
  box-sizing: border-box !important;
  position: relative !important;
  overflow: hidden !important;
  cursor: pointer;
}

.tech__link:hover {
  transform: translateY(-5px) !important;
  border-color: #d4af37 !important;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5) !important;
}

.tech__link svg,
.tech__link img {
  width: 54px !important;
  height: 54px !important;
  max-width: 54px !important;
  max-height: 54px !important;
  object-fit: contain !important;
  margin-bottom: 20px !important;
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.tech__link svg path,
.tech__link svg rect,
.tech__link svg g,
.tech__link svg circle {
  fill: #d4af37 !important;
  transition: fill 0.3s ease !important;
}

.tech__link img {
  filter: brightness(0) invert(1) sepia(1) saturate(5) hue-rotate(5deg) !important;
}

.tech__title {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  font-size: 1.15rem !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  color: #ffffff !important;
  margin: 0 !important;
  text-transform: none !important;
  letter-spacing: 0.02em !important;
}

.tech__text {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  font-size: 0.95rem !important;
  line-height: 1.6 !important;
  color: rgba(255, 255, 255, 0.75) !important;
  margin-top: 10px !important;
  font-weight: 300 !important;
}

@media (max-width: 768px) {
  .tech-comfort-list {
    grid-template-columns: 1fr !important;
    gap: 15px !important;
  }

  .tech__link {
    padding: 20px !important;
  }

  .tech__title {
    font-size: 1.05rem !important;
  }
}


.mortgage {
  position: relative;
  width: 100%;
  padding: 120px 0;
  background-color: #0f141c;
  color: #ffffff;
  box-sizing: border-box;
  overflow: hidden;
}

.mortgage .center_cnt {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}

.mortgage h3 {
  margin: 0 0 25px 0;
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 700;
  line-height: 1.15;
  text-transform: uppercase;
  color: #ffffff;
  position: relative;
  padding-bottom: 20px;
}

.mortgage h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background-color: #d4af37;
}

.mortgage_desc {
  max-width: 850px;
  margin-bottom: 50px;
}

.mortgage_desc p {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 300;
}

.banks {
  position: relative;
  width: 100%;
}

.bank_list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
}

.bank_list.owl-carousel {
  display: flex;
}

.bank__item {
  flex: 1 1 160px;
  min-width: 140px;
  height: 90px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  box-sizing: border-box;
  transition: all 0.3s ease;
}

.bank__item:hover {
  border-color: #d4af37;
  background: rgba(255, 255, 255, 0.06);
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
}

.logo_bank {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  filter: brightness(0) invert(1) opacity(0.85);
  transition: filter 0.3s ease;
}

.bank__item:hover .logo_bank {
  filter: brightness(0) invert(1) opacity(1);
}

.slider__controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
  margin-top: 30px;
}

.slider__btn {
  width: 44px;
  height: 44px;
  border: 1px solid #d4af37;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(15, 20, 28, 0.8);
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
}

.slider__btn:hover {
  background-color: #d4af37;
  transform: scale(1.08);
}

.slider__arrow {
  width: 16px;
  height: 16px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}

.slider__btn_prev .slider__arrow {
  transform: rotate(180deg);
}

.slider__btn:hover .slider__arrow {
  filter: brightness(0);
}

.calculation {
  position: relative;
  width: 100%;
  padding: 120px 0;
  background-color: #141a24;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  color: #ffffff;
  box-sizing: border-box;
  overflow: hidden;
      margin-top: 200px;
}

.calculation .center_cnt {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  box-sizing: border-box;
}

.installment_img,
.exchange_img {
  flex: 1;
  position: relative;
  width: 100%;
  height: 480px;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.installment_pic,
.exchange_pic {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: transform 0.8s ease;
}

.installment_img:hover .installment_pic,
.exchange_img:hover .exchange_pic {
  transform: scale(1.05);
}

.installment_txt,
.exchange_txt {
  flex: 1;
  max-width: 550px;
  display: flex;
  flex-direction: column;
}

.installment_txt h3,
.exchange_txt h3 {
  margin: 0 0 25px 0;
  font-size: clamp(1.8rem, 3.2vw, 2.6rem);
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  color: #ffffff;
  position: relative;
  padding-bottom: 20px;
}

.installment_txt h3::after,
.exchange_txt h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background-color: #d4af37;
}

.installment_txt p,
.exchange_txt p {
  margin: 0 0 15px 0;
  font-size: 1.05rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 300;
}

.installment_txt p:last-child,
.exchange_txt p:last-child {
  margin-bottom: 0;
}

.rev_overlay {
  display: none !important;
}

.main_contacts {
  position: relative;
  width: 100%;
  padding: 120px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #ffffff;
  box-sizing: border-box;
  overflow: hidden;
}

.main_contacts_container {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}

.main_contacts_cnt {
  width: 100%;
  max-width: 650px;
  background: rgba(15, 20, 28, 0.95);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(212, 175, 55, 0.3);
  border-radius: 8px;
  padding: 60px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
  text-align: center;
  box-sizing: border-box;
}

.form__title {
  margin: 0 0 20px 0;
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #ffffff;
  position: relative;
  padding-bottom: 20px;
}

.form__title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background-color: #d4af37;
}

.main_contacts_cnt p {
  margin: 0 0 35px 0;
  font-size: 1.1rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 300;
}

.main_contacts_cnt b {
  color: #d4af37;
  font-weight: 600;
  display: inline-block;
  margin-top: 5px;
}

.fm_content {
  width: 100%;
  position: relative;
}

.thanks {
  padding: 25px;
  background: rgba(212, 175, 55, 0.1);
  border: 1px solid #d4af37;
  border-radius: 4px;
  color: #ffffff;
  font-size: 1.15rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

.note_block {
  margin-top: 30px;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  max-width: 650px;
}

@media (max-width: 1024px) {
  .calculation .center_cnt {
    flex-direction: column;
    gap: 40px;
  }

  .exchange .center_cnt {
    flex-direction: column-reverse;
  }

  .installment_img,
  .exchange_img,
  .installment_txt,
  .exchange_txt {
    width: 100%;
    max-width: 100%;
  }

  .installment_img,
  .exchange_img {
    height: 380px;
  }
}

@media (max-width: 768px) {
  .mortgage,
  .calculation,
  .main_contacts {
    padding: 80px 0;
  }

  .mortgage .center_cnt,
  .calculation .center_cnt,
  .main_contacts_container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bank_list {
    gap: 10px;
  }

  .bank__item {
    flex: 1 1 120px;
    height: 70px;
    padding: 10px;
  }

  .installment_img,
  .exchange_img {
    height: 280px;
  }

  .main_contacts_cnt {
    padding: 40px 20px;
  }
}

.innsite-news-text {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  color: #ffffff !important;
  font-size: 1rem;
  line-height: 1.7;
  padding: 30px;
  background-color: #141a24;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  width: 100%;
}



.menu_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
    padding-right: 45px;
    position: relative;
    user-select: none;
}

.burger-click-region,
.burger-menu-piece {
    pointer-events: none;
}

.side_menu {
    position: fixed;
    top: 0;
    right: 0;
    background: black;
    color: white;
    padding: 80px 0 100px 80px;
    height: 100%;
    display: none;
    flex-wrap: wrap;
    align-content: space-between;
    align-items: center;
    border-left: 50px solid #e9c4a9;
    z-index: 99999 !important;
    max-width: 700px;
    width: 100%;
    overflow-y: auto;
    box-sizing: border-box;
}

.side_menu.is-open {
    display: flex !important;
}

.overlay.is-open {
    display: block !important;
    z-index: 99998 !important;
}



@media (max-width: 768px) {
    #main-text {
         margin-top: 400px !important;
    }
}

@media (max-width: 400px) {
   .btn-application {
       margin-bottom: 100px;  
  }
}

