:where([class^="ri-"])::before {
	content: "\f3c2";
}
.header-blur {
	backdrop-filter: blur(10px);
	background: linear-gradient(135deg, rgba(2, 11, 38, 0.95) 0%, rgba(26, 35, 126, 0.95) 100%);
}
.gradient-overlay {
	background: linear-gradient(135deg, rgba(2, 11, 38, 0.5) 0%, rgba(26, 35, 126, 0.3) 50%, rgba(2, 11, 38, 0.6) 100%);
}
nav[aria-label="Breadcrumb"] .B_crumbBox {
    display: flex;
	flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;/
    color: rgba(255, 255, 255, 0.8);
}
nav[aria-label="Breadcrumb"] .B_crumbBox a {
    color: rgba(255, 255, 255, 0.85);
    transition: color 0.2s ease;
    text-decoration: none;
}
nav[aria-label="Breadcrumb"] .B_crumbBox a:hover {
    color: rgb(255 105 31);
}
nav[aria-label="Breadcrumb"] .B_currentCrumb {
    color: #ffffff;
    font-weight: 600;
}
.B_crumbBox a[href="/puteshestvennikam"],
.B_crumbBox a[href="/o-nas"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}
.breadcrumb {
  display: flex;
  align-items: center;

  gap: 0.25rem;         
  font-size: 10px;       
  color: rgba(255, 255, 255, 0.8);

  white-space: nowrap; 
  overflow: hidden;
}

@media (min-width: 640px) {
  .breadcrumb {
    gap: 0.5rem;        
    font-size: 0.875rem;  
  }
}
.price-range-slider {
	-webkit-appearance: none;
	appearance: none;
}

.price-range-slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 1.25rem;
	height: 1.25rem;
	border-radius: 9999px; 
	background: rgb(249 115 22); 
	cursor: pointer;
	border: 2px solid #fff;
	box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
	transition: all 0.2s;
	margin-top: -0.4375rem;
}

.price-range-slider::-webkit-slider-thumb:hover {
	transform: scale(1.1); 
	box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
	background: rgb(234 88 12);
}

.price-range-slider::-webkit-slider-runnable-track {
	height: 0.375rem; 
	border-radius: 0.5rem;
	background: rgb(229 231 235); 
}

.price-range-slider::-moz-range-thumb {
	width: 1.25rem;
	height: 1.25rem; 
	border-radius: 9999px; 
	background: rgb(249 115 22);
	cursor: pointer;
	border: 2px solid #fff;
	box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1); /
	transition: all 0.2s; 
}

.price-range-slider::-moz-range-thumb:hover {
	transform: scale(1.1); 
	box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1); 
	background: rgb(234 88 12);
}

.price-range-slider::-moz-range-track {
	height: 0.375rem; 
	border-radius: 0.5rem; 
	background: rgb(229 231 235); 
}

.price-range-slider::-moz-range-progress {
	height: 0.375rem; 
	border-radius: 0.5rem; 
	background: rgb(249 115 22); 
}
@supports (-webkit-touch-callout: none) {
	.hero-fixed {
		background-attachment: scroll !important;
	}
}