.text-rendering {
    text-rendering: optimizeLegibility;
}
.font-uppercase {
    font-feature-settings: "case" on !important;
	text-transform: uppercase;
}
[x-cloak] {
    display: none !important;
}

/*find apartment menu item*/
.main_menu li.select_apartment {
    color: #fff;
    background:  #b91c1c;
    padding: 8px 20px;
	border-radius: 20px;
	font-size:0.9rem;
}
.main_menu li.select_apartment:hover {
	color: #fff;
    background: #dc2626;
}

.mobile_menu li.select_apartment {
    color: #fff;
    background:  #b91c1c;
    padding: 5px 25px;
	border-radius: 50px;
	font-size:1.4rem;
}
.mobile_menu li.select_apartment:hover {
	color: #fff;
    background: #dc2626;
}


/*video bg*/
.video_bg::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 300px; 
    background-image: url('/images/bg/bg_logo.svg');
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
    opacity: 1;
    z-index: 0;
    pointer-events: none;
}
.video_bg {
    position: relative;
}
.video_bg > * {
    position: relative;
    z-index: 1;
}


/*currecy active*/
.active  {
    background: #009688 !important;
    border-color: #009688 !important;
}

/*scroll to top*/
.progress-wrap {
	position: fixed;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	border-radius: 50px;
	box-shadow: inset  0 0 0 2px rgba(0,0,0,0.1);
	z-index: 10000;
	opacity: 0;
	visibility: hidden;
	transform: translateY(15px);
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap.active-progress {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.progress-wrap::after {
	position: absolute;
	content: '\2191';
	text-align: center;
	line-height: 46px;
	font-size: 24px;
	color: #222; 
	top: 0;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	z-index: 1;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap:hover::after {
	opacity: 0;
}
.progress-wrap::before {
	position: absolute;
	content: '\2191';
	text-align: center;
	line-height: 46px;
	font-size: 24px;
	opacity: 0;
	background: #2f708f; 
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	left: 0;
	top: 0;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	z-index: 2;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap:hover::before {
	opacity: 1;
}
.progress-wrap svg path { 
	fill: none; 
}
.progress-wrap svg.progress-circle path {
	stroke: #222; 
	stroke-width: 4;
	box-sizing:border-box;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
 

/*nouislider*/
#slider {
    margin: 40px auto;
    height: 10px;
    position: relative;
}
.noUi-target {
    background: #eee;
    border: none;
    box-shadow: none;
    height: 14px;
    border-radius: 20px;
    padding: 0;
}
.noUi-connect {
    background: linear-gradient(90deg, #000, #000);
    border-radius: 20px;
}
.noUi-handle  {
    width: 22px !important;
    height: 22px !important;
    background: white;
    border-radius: 50%;
    top: -4px !important;
    right: -10px !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    border: 1px solid #e1e1e1;
}
.noUi-handle:before,
.noUi-handle:after {
    display: none;
}


p {
    margin-bottom: 0.5rem;
}



@font-face {
	font-family: 'Firago';
	src: url('/fonts/FiraGO-SemiBold.ttf') format('truetype'),
		 url('/fonts/FiraGO-SemiBold.woff2') format('woff2'), 
		 url('/fonts/FiraGO-SemiBold.woff') format('woff'),
		 url('/fonts/FiraGO-SemiBold.eot');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'FiragoMedium';
	src: url('/fonts/FiraGO-Medium.ttf') format('truetype'),
		 url('/fonts/FiraGO-Medium.woff2') format('woff2'), 
		 url('/fonts/FiraGO-Medium.woff') format('woff'),
		 url('/fonts/FiraGO-Medium.eot');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'FiragoRegular';
	src:  url('/fonts/FiraGO-Regular.ttf') format('truetype');
	src:  	url('/fonts/FiraGO-Regular.woff2') format('woff2'), 
			url('/fonts/FiraGO-Regular.woff') format('woff'),
			url('/fonts/FiraGO-Regular.eot');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Noto Sans Georgian Regular';
	src: url('/fonts/NotoSansGeorgian-Regular.ttf') format('truetype'),
		 url('/fonts/NotoSansGeorgian-Regular.woff2') format('woff2'), 
		 url('/fonts/NotoSansGeorgian-Regular.woff') format('woff'),
		 url('/fonts/NotoSansGeorgian-Regular.eot');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}




/*headroom*/
.headroom--unpinned {
  transform: translateY(-100%);
}
.headroom--pinned {
  transform: translateY(0);
}
.headroom {
  transition: transform 300ms ease-in-out;
}