
/* Scrollbars */
* {
	scrollbar-width: thin;
	scrollbar-color: rgba(255, 255, 255, 0.2) rgba(255, 255, 255, 0.1);
}

*::-webkit-scrollbar {
	width: 3px;
	background-color: rgba(255, 255, 255, 0.1);
}

*::-webkit-scrollbar-track {
	background: rgba(255, 255, 255, 0.1);
}

*::-webkit-scrollbar-thumb {
	background-color: rgba(255, 255, 255, 0.5);
}

/* Scrollbars */







.slideBlock{
	height:100vh !important;
	width:100vw;
	overflow: hidden;
}
.pageIframe{
	display: block;
	height: 100vh;
	width: 100vw;
}
.hiddenBlock{
	display: none;
}
.headerCopyrightAndOrder{
	text-align: right;
}
.headerOrder{
	font-size: 1.2rem;
	color:var(--color-content-link);
	margin-left: 1rem;
}
.slidePanoContainer, .slideMapContainer{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}





/* Карусель */
.owl-item{
	overflow: hidden;
}
.owl-item-bg{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	width:100vw;
	height:100vh;
	background-color: black;
	position: fixed;
	top:0;
	left:0;
}
/* Анимация фона слайдов */
.owl-item.active .owl-item-bg {
	animation: scale-up-center 10s ease-in-out infinite alternate backwards;
	-webkit-animation: scale-up-center 10s ease-in-out infinite alternate backwards;
}
.owl-carousel .owl-nav div {
	top:auto;
	bottom:30px;
}
.autoplayProgressBar {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100vw;
	height: 5px;
	background-color: var(--color-content-link);
	z-index: 1;
	transform-origin: left;
}
.autoplayProgressBarRun{
	animation: autoPlayProgress 20s linear 1 normal forwards;
	-webkit-animation: autoPlayProgress 20s linear 1 normal forwards;
}
/* Карусель */










/* Оформление страниц */
.mainContentBlock{
	width: calc(100% - 400px);
	max-width: 1200px;
}

.mainContentBlock.wideSlide{
	width: calc(100% - 300px);
	margin-left: 150px;
}
.investment_highlights .mainContentBlock, .approach_–_vision .mainContentBlock{
	width: calc(100% - 600px);
	max-width: 1000px;
}


.w-popup-box-content{
	border: solid 4px var(--color-content-link);
	padding: 4rem;
	/* background-color: rgb(50, 50, 50); */
	max-height: 80vh;
	overflow-y: auto;
}

.w-popup-box-content h2, .w-popup-box-content h1, .w-popup-box-content h3, .w-popup-box-content h4 {
margin-bottom:0.5rem;
}
.w-popup-box-content ul{
	margin-top:-1.5rem;
}
/* Оформление страниц */

























/* Меню */
.leftMenu,
.rightMenu {
	width: 130px;
	z-index: 2;
}

.rightMenu .sideMenu, .sub-menu {
	display: none;
}
.rightMenuVisibleItems{
	display: block;
}
.rightMenu {
	display: none;
	position: fixed;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.leftMenu {
	position: fixed;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.menu-item::before {
	content: "";
	/* width: 1.4rem;
	height: 1.4rem; */
	width: 22px;
	height: 22px;
	margin-top: 4;
	background-color: gray;
	display: block;
	position: absolute;
	left: calc(100% - 6px);
	border-radius: 50%;
	opacity: 0.5;
	background-image: url('/wp-content/uploads/done-white.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.rightMenu .menu-item::before {
	left:-16px;
}

.current-menu-item::before,
.leftMenu .current-page-ancestor::before {
	background-color: black !important;
	opacity: 1;
}

.menu-visited::before {
	background-color: var(--color-content-link);
	opacity: 1;
}

.menu-item a {
	font-size: 0.6rem;
	font-weight: 500;
	text-transform: uppercase;
	line-height: normal;
	
	padding: 0.5rem 1rem !important;
	margin: 1rem 0;
	color: black;
	outline: solid 1px #EFC88B !important;
	box-shadow: 0 0 0 5px var(--color-content-link);
	background-color: var(--color-content-link);
	text-align: center;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
}

.menu-item a:hover {
	background-color: var(--color-content-link-hover);
	color: white;
}

header .menu-item::before {
	display: none;
}

header .menu-item a .w-nav-arrow {
	padding: 0.5rem 0.7rem !important;
}

header .menu-item a {
	border: none;
	background: none;
	outline: none !important;
	box-shadow: none;
	text-align: left;
	font-weight: 400;
	padding: 0.5rem 1rem !important;
}

.menu-item:first-child a,
.menu-item:last-child a {
	margin: 0 !important;
}

.leftMenu .menu-item:last-child a {
	background-color: black;
	color:white;
}

.current-menu-item>a,
.leftMenu .current-page-ancestor>a,
.current-menu-parent>a {
	background: var(--color-content-primary-grad) !important;
	background-color: var(--color-content-link) !important;
	color: white !important;
}

.downloadImage{
	transform: scale(70%);
	-webkit-transform: scale(70%);
	-moz-transform: scale(70%);
	-ms-transform: scale(70%);
	-o-transform: scale(70%);
}
.downloadButtonContainer{
	transform: translate(-1rem, -150%);
	-webkit-transform: translate(-1rem, -150%);
	-moz-transform: translate(-1rem, -150%);
	-ms-transform: translate(-1rem, -150%);
	-o-transform: translate(-1rem, -150%);
}

.downloadButton {
	position: absolute;
	cursor: pointer;
	right: 2rem;
	bottom: 2rem;
	background-color: var(--color-content-link);
	font-size: 0.7rem;
	font-weight: 500;
	text-transform: uppercase;
	line-height: normal;
	border-radius: 30px;
	padding: 0.5rem 1rem !important;
	margin: 1rem 0;
	outline: solid 1px #EFC88B !important;
	box-shadow: 0 0 0 5px var(--color-content-link);
	text-align: center;
	transition: background-color 0.3s ease-in-out;
	-webkit-transition: background-color 0.3s ease-in-out;
	-moz-transition: background-color 0.3s ease-in-out;
	-ms-transition: background-color 0.3s ease-in-out;
	-o-transition: background-color 0.3s ease-in-out;
}

.downloadButton:hover {
	background-color: var(--color-content-link-hover);
}

.menuDownloadIcon {
	display: inline-block;
	vertical-align: middle;
	width: 24px !important;
	height: 24px !important;
	margin: -10px;
	margin-left: 0.2rem;
	border: solid 2px white;
	background-image: url("/wp-content/uploads/download-white-small.svg");
	background-position: center;
	background-size: 70%;
	background-repeat: no-repeat;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}




.leftMenu .sub-menu {
	display: none;
}

.sub-menu {
	list-style: none;
	margin-left: 0;
}

.menu-item a {
	display: block;
}

/* Меню */


#bottomBlock .w-btn{
	padding: 0.4em;
	font-size: 1.2rem;
 }












 /* Calendly - book */
 .calendly-inline-widget{
			position: absolute !important;
			width: 100vw !important;
			height: 100vh !important;
			max-height:670px !important;
			top: 50% !important;
			left: 50% !important;
			transform: translate(-50%, -50%) !important;
			-webkit-transform: translate(-50%, -50%) !important;
			-moz-transform: translate(-50%, -50%) !important;
			-ms-transform: translate(-50%, -50%) !important;
			-o-transform: translate(-50%, -50%) !important;
}
 /* Calendly - book */

 .icon360{
	display: none;
 }
 .icon360 > div{
	background: transparent !important;
 }
 .icon360 img{
	width:1.2em;
	height: 1.2em;
 }

 .textHighlighted{
	color:#fff !important;
 }






 


 /* Fullscreen */
 .w-btn-wrapper:has(.fullscreenButtonExit){
	margin-left: 0;
 }
.fullscreenButtonExit{
	display: none;
}

 /* Fullscreen */


 /* Help screen */
 .helpScreen{
	width: 100vw;
	height: 100vh;
	left: 0 !important;
	top: 0 !important;
	position: absolute;
	overflow: hidden;
	z-index: 2;
	background-color: rgba(0,0,0,0.7);
 }
 .helpScreenMap, .helpScreenPano{
	background-color: transparent;
	pointer-events: none;
 }

 .helpScreen .wpb_raw_html{
		width: 100vw;
			height: 100vh;
			left: 0 !important;
	top: 0 !important;
 }
 .helpNavigation, .helpCategories, .helpBook, .helpMap{
	position: absolute;
	padding: 1rem;
	font-size: 0.8rem;
	width:240px;
	background-color: #fff;
	color:#000;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	box-sizing: border-box;
	pointer-events: all;
	cursor: pointer;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5)
}
 .helpCategories {
 	left: 240px;
 	top: 50%;
 	transform: translateY(-50%);
 	-webkit-transform: translateY(-50%);
 	-moz-transform: translateY(-50%);
 	-ms-transform: translateY(-50%);
 	-o-transform: translateY(-50%);
 }

 .helpNavigation{
	left: 50%;
	bottom: 80px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}
.helpBook, .helpMap{
			left: auto;
			right:2rem;
			bottom: 80px;
}

	
 .helpNavigation::after, .helpCategories::after, .helpBook::after{
	content: "";
	width:20px;
	height: 20px;
	position: absolute;
	background-color: #fff;
	left: 0;
	top: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-moz-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	-o-transform: translate(-50%, -50%) rotate(45deg);
}
 .helpNavigation::after{
		left: 50%;
		top:100%;
}
.helpBook::after{
	top:100%;
	right:60px;
	left:auto;

}

#bottomBlock .vc_column_container{
	margin: 0 !important;
}


.animatedHSback {
	width: 100%;
	height: 100%;
	position: absolute;
	left:0;
	top:0;
	z-index: -1;
	border-radius: 50%;
	pointer-events: none;
	background-color: #ffFFFF;
	animation-duration: 4s;
	animation-iteration-count: infinite;
	animation-name: bgCircleSize;
	transform-origin: center center;
	animation-timing-function: ease-out;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
@keyframes bgCircleSize {
	0% {
		transform: scale(0.9);
		opacity: 1;
	}

	25% {
		transform: scale(0.9);
		opacity: 1;
	}

	100% {
		transform: scale(2);
		opacity: 0;
	}
}


.w-person-name{
	text-transform: uppercase;
}


.tippy-content{
	padding: 1rem;
	font-size:0.8rem;
	text-align: left;
	cursor: pointer;
}
.tippy-content h4{
	color:#000;
}
.w-btn-wrapper:has(.iconMap) {
	display: none;
}
.iconMap{
cursor: default;
}
.blackScreen{
	position: absolute;
	left:0;
	top:0;
	width:100vw;
	height:100vh;
	z-index: 1;
	background-color: rgba(0,0,0,0.7);
}
.blackScreenClose{
	cursor: pointer;
	z-index: 1001;
	position: absolute;
	right:0;
	top: 0;
	text-align: center;
	font-size: 2rem;
	line-height: 5rem;
	width: 5rem;
}
.blackScreenClose::before{
		content: '\f00d';
			font-family: fontawesome;
			font-weight: 400;
			vertical-align: top;
}
.blackScreenLocker {
	z-index: 1000;
	background-color: rgba(0,0,0,0.0);
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}



.mapboxgl-ctrl.mapboxgl-ctrl-group{
	margin-bottom:50px !important;
}