.header-bg .tn-atom, .uc-mobile-menu .t450__overlay_bg, .glass-effect > * {
    background: rgba(255, 255, 255, 0.6)!important;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    border: 1px solid rgba(0, 0, 0, 0.3);    
}

.uc-mobile-menu .t450__overlay_bg {
    opacity: 1;
}




@media (max-width: 640px) {
    .overflow-scroll {
        width: 100%!important;
    }
    .overflow-scroll > .tn-molecule {
        overflow: scroll!important;
        flex-wrap: nowrap!important;
    } 
    
 .overflow-scroll > .tn-molecule {
  scroll-snap-type: y mandatory;  /* принудительная остановка на элементах */
}

.overflow-scroll > .tn-molecule > * {
  scroll-snap-align: start;  /* каждый дочерний блок прилипает как слайд */
  scroll-snap-stop: always;
}   
    
    
}



.contacts-map .tn-atom {
    width: 100%;
    height: 100%;
    overflow: hidden;
}


.custom-marker {
    position: relative;
    transform: translate(-50%, -100%);
    cursor: pointer;
}

.custom-marker__icon {
    width: 40px;
    height: 52px;
}

.custom-marker__label {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    padding: 8px 12px;
    border-radius: 8px;
    background: #fff;
    color: #222;
    font-size: 14px;
    line-height: 1.2;
    box-shadow: 0 4px 20px rgba(0,0,0,.15);
    opacity: 0;
    visibility: hidden;
    transition: .3s;    
}


.custom-marker:hover .custom-marker__label {
    opacity: 1;
    visibility: visible;
}





.about-project-img-masked .tn-atom {
    mask: url("data:image/svg+xml,%3Csvg width='119' height='160' viewBox='0 0 119 160' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cellipse cx='41' cy='78.5' rx='78' ry='90.5' fill='%23EBEBEB'/%3E%3C/svg%3E%0A");
    mask-repeat: repeat;
    mask-size: 115% 100%;
    mask-repeat: no-repeat;
    mask-position: top right;
}




/* Слайдер с квартирами */




.right-arrow-products-slider, .left-arrow-products-slider {
    cursor: pointer;    
    transition: transform .25s ease-in-out;
}

.right-arrow-products-slider:hover, .left-arrow-products-slider:hover {
    cursor: pointer;    
    transform: scale(1.1);
}

.swiper-button-disabled {
    opacity: .5;
    cursor: default;
}

.swiper-button-disabled:hover {
    transform: none;
}


#rec2342981291 .t-col {
    margin-left: 0;
    margin-right: 0;
}

.products-swiper.swiper {
    overflow: visible;
    font-family: var(--t-text-font);
    color: #27292d;
}




  .product-slide {
    background: #f1f1f0;
    border-radius: 15px;
    padding: 15px;
    border: 1px solid #b2b2b2;     
    height: 100%;
  }
  
  .product-image {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 8px;
  }
  
  /*.product-title {*/
  /*  margin: 15px 0 5px;*/
  /*  font-size: 18px;*/
  /*}*/
  
  /*.product-price {*/
  /*  font-size: 24px;*/
  /*}*/
  
  .loader {
    text-align: center;
    padding: 50px;
    font-size: 18px;
  }
  
  
  .characteristic-item {
      display: flex;
      justify-content: space-between;
      gap: 20px;
      align-items: flex-end;
      border-bottom: 1px solid #d5d5d5;
      padding: 3px;
      font-size: 14px;
  }
  
  .product-characteristics {
      display: flex;
      flex-direction: column;
      gap: 5px;
      margin-top: 20px;
  }
  
  .char-title {
      font-weight: 600;
  }
  
  .char-value {
      text-align: right;
  }
  
  
.products-slider-btn {
	background-color: #27292d;
	color: #fafafa!important;
	border-radius: 10px;
	width: 100%;
	display: flex;
	height: 50px;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
	font-weight: 600;
	transition: background-color .25s ease-in-out;
}

.products-slider-btn:hover {
    background-color: #5d3d32;
}

.product-header {
    display: flex;
    align-items: flex-end;
    gap: 5px;
    margin-top: 20px;
}

  .product-title, .product-price {
    font-size: 20px;
  }
  
  
  /* оверфлоу для карты с объектами */ 
#molecule-1780730108617000001 {
    overflow: hidden!important;
}

#molecule-1780730108617000001 iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

#molecule-1780730108617000001 .tn-atom__html {
    height: 100%;    
}


.custom-marker {
    font-family: var(--t-text-font);
    color: #27292d;
}

.custom-marker p {
    font-weight: normal;
}


.policy-content {
    font-family: var(--t-text-font);
    line-height: 1.5;
}
        
.policy-content h2 {
    line-height: 1.2;
    margin-top: 30px;
    margin-bottom: 10px;
}


.circle-blur .tn-atom {
    filter: blur(100px);
}
        
  
