/* Common styles */


:root {
	font-family: 'Montserrat', sans-serif;
	color: white;
	line-height: 1.5;
}

*:focus {
	outline: 0 !important;
}

/* Scrollbars */
@-moz-document url-prefix() {
	* {
		scrollbar-width: thin;
		scrollbar-color: rgba(255, 255, 255, 0.3) rgba(255, 255, 255, 0.1);
	}
}


::-webkit-scrollbar {
	width: 3px;
	background-color: rgba(255, 255, 255, 0.0);
}

::-webkit-scrollbar-track {
	background: rgba(255, 255, 255, 0.0);
}

::-webkit-scrollbar-thumb {
	background-color: rgba(255, 255, 255, 0.3);
}

/* Scrollbars */



/* Картинки для навигатора */
* {
	--slideTitleGrayIconLast: url('data: image/svg+xml;utf8,<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="1" y="1" width="12" height="12" rx="6" fill="black" fill-opacity="0.2" stroke="white" stroke-opacity="0.5" stroke-width="1" /></svg>');
	--slideTitleGrayIcon: url('data: image/svg+xml;utf8,<svg width="34" height="14" viewBox="0 0 34 14" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="14" y="6" width="20" height="1" fill="%236F6F6F" /><rect x="1" y="1" width="12" height="12" rx="6" fill="black" fill-opacity="0.2" stroke="white" stroke-opacity="0.5" stroke-width="1" /></svg>');
	--slideTitleSelectedIcon: url('data: image/svg+xml;utf8,<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="14" height="14" rx="7" fill="url(%23paint0_linear_921_4011)" /><defs><linearGradient id="paint0_linear_921_4011" x1="7" y1="0" x2="7" y2="14" gradientUnits="userSpaceOnUse"><stop stop-color="%23E0B481" /><stop offset="1" stop-color="%23CF8A3A" /></linearGradient></defs></svg>');
}

/* Иконка закрытия Thumbline */
* {
	--thumbLineCloseButtonIcon: url('data: image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 15.0382L6.34619 9.38439L7.40002 8.33057L12 12.9306L16.6 8.33057L17.6538 9.38439L12 15.0382Z" fill="white" /></svg>');
}

* {
	/* background: var(--buttonOverGradient); */
	--buttonOverGradient: linear-gradient(0deg, rgba(207, 138, 58, 1) 0%, rgba(224, 180, 129, 1) 100%);
	/* box-shadow:var(--buttonOverOutline); */
	--buttonOverOutline: 0 0 0 4px rgba(255, 255, 255, 0.2) !important;
	/* transition: var(----buttonOverTransition); */
	/* --buttonOverTransition: background-color 0.5s ease,	box-shadow 0.3s ease; */
	--buttonOverTransition: background-color 0.3s ease, box-shadow 0.3s ease;
}

/* Для Floor Selector */
* {
	--lightGoldColor: #E0B481;
	--lightGoldColor: #E0B481;
	--darkGoldColor: #CF8A3A;
	--tableRowHover: rgba(207, 138, 58, 0.6);

	--apartmentHotspot: #008DD5;
	--apartmentSold: #F10E00;
	--apartmentAvailable: #39DD00;

	--floorCloseButtonIcon: url('data: image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.40002 18.6538L5.34619 17.6L10.9462 12L5.34619 6.40002L6.40002 5.34619L12 10.9462L17.6 5.34619L18.6538 6.40002L13.0538 12L18.6538 17.6L17.6 18.6538L12 13.0538L6.40002 18.6538Z" fill="white" /></svg>');
	--floorPrevButtonIcon: url('data: image/svg+xml;utf8,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.28851 13.0001L10 5.28857L17.7115 13.0001L16.5914 14.1203L10 7.52893L3.40867 14.1203L2.28851 13.0001Z" fill="white" /></svg>');
	--floorNextButtonIcon: url('data: image/svg+xml;utf8,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.7115 6.9999L9.99997 14.7114L2.28845 6.9999L3.40862 5.87974L9.99997 12.4711L16.5913 5.87974L17.7115 6.9999Z" fill="white" /></svg>');
	--floorZoomInButtonIcon: url('data: image/svg+xml;utf8,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.5422 17.577L10.2615 11.2962C9.76146 11.7091 9.18646 12.0321 8.53646 12.2655C7.88646 12.4988 7.21403 12.6155 6.51916 12.6155C4.80999 12.6155 3.36348 12.0237 2.17961 10.8401C0.995742 9.65655 0.403809 8.21041 0.403809 6.50169C0.403809 4.79296 0.995592 3.34628 2.17916 2.16167C3.36273 0.977065 4.80888 0.384766 6.51761 0.384766C8.22633 0.384766 9.67299 0.9767 10.8576 2.16057C12.0422 3.34443 12.6345 4.79095 12.6345 6.50012C12.6345 7.21422 12.5147 7.89627 12.2749 8.54627C12.0352 9.19627 11.7153 9.76165 11.3153 10.2424L17.5961 16.5232L16.5422 17.577ZM6.51916 11.1155C7.80763 11.1155 8.89897 10.6684 9.79321 9.77417C10.6874 8.87993 11.1346 7.78858 11.1346 6.50012C11.1346 5.21165 10.6874 4.1203 9.79321 3.22607C8.89897 2.33183 7.80763 1.88472 6.51916 1.88472C5.23069 1.88472 4.13934 2.33183 3.24511 3.22607C2.35089 4.1203 1.90378 5.21165 1.90378 6.50012C1.90378 7.78858 2.35089 8.87993 3.24511 9.77417C4.13934 10.6684 5.23069 11.1155 6.51916 11.1155ZM5.76918 9.19239V7.25009H3.82688V5.75014H5.76918V3.80784H7.26916V5.75014H9.21146V7.25009H7.26916V9.19239H5.76918Z" fill="white" /></svg>');
	--floorZoomOutButtonIcon: url('data: image/svg+xml;utf8,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.5422 17.577L10.2615 11.2962C9.76146 11.7091 9.18646 12.0321 8.53646 12.2655C7.88646 12.4988 7.21403 12.6155 6.51916 12.6155C4.80999 12.6155 3.36348 12.0237 2.17961 10.8401C0.995742 9.65655 0.403809 8.21041 0.403809 6.50169C0.403809 4.79296 0.995592 3.34628 2.17916 2.16167C3.36273 0.977065 4.80888 0.384766 6.51761 0.384766C8.22633 0.384766 9.67299 0.9767 10.8576 2.16057C12.0422 3.34443 12.6345 4.79095 12.6345 6.50012C12.6345 7.21422 12.5147 7.89627 12.2749 8.54627C12.0352 9.19627 11.7153 9.76165 11.3153 10.2424L17.5961 16.5232L16.5422 17.577ZM6.51916 11.1155C7.80763 11.1155 8.89897 10.6684 9.79321 9.77417C10.6874 8.87993 11.1346 7.78858 11.1346 6.50012C11.1346 5.21165 10.6874 4.1203 9.79321 3.22607C8.89897 2.33183 7.80763 1.88472 6.51916 1.88472C5.23069 1.88472 4.13934 2.33183 3.24511 3.22607C2.35089 4.1203 1.90378 5.21165 1.90378 6.50012C1.90378 7.78858 2.35089 8.87993 3.24511 9.77417C4.13934 10.6684 5.23069 11.1155 6.51916 11.1155ZM4.13456 7.25009V5.75014H8.90378V7.25009H4.13456Z" fill="white" /></svg>');

	--loadingSpinner: url('data: image/svg+xml;utf8,<svg width="38" height="38" viewBox="0 0 38 38" xmlns="http://www.w3.org/2000/svg" stroke="white"><g fill="none" fill-rule="evenodd"><g transform="translate(1 1)" stroke-width="2"><circle stroke-opacity=".5" cx="18" cy="18" r="18" /><path d="M36 18c0-9.94-8.06-18-18-18"><animateTransform attributeName="transform" type="rotate" from="0 18 18" to="360 18 18" dur="1s" repeatCount="indefinite" /></path></g></g></svg>');

	--thumbLineHeight: 80px;
	--footerHeight: 60px;
	--headerHeight:60px;

	--hotspotSize:40px;
	--hotspotIconSize:20px;

	--floorSelectorHotspotSize:30px;
}

a,
a:link,
a:visited {
	color: var(--lightGoldColor);
	text-decoration: none;
	transition: color 0.3s ease;
}

body.hasHover a:hover,
body.hasHover a:active {
	color: var(--darkGoldColor);
}

* {
	box-sizing: border-box;
}

@font-face {
	font-display: block;
	font-style: normal;
	font-family: "Material Icons";
	font-weight: 400;
	src: url("../fonts/material-icons.woff2?ver=8.20") format("woff2");
}

.material-icons {
	display: inline-block;
	line-height: 1;
	font-weight: normal;
	font-style: normal;
	letter-spacing: normal;
	text-transform: none;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	font-feature-settings: 'liga';
	-moz-osx-font-smoothing: grayscale;
	font-family: "Material Icons";
	font-weight: 400;
}



/* Header */
html {
	font-weight: 300;
	width: 100%;
	padding: 0;
	margin: 0;
	font-size:16px;
	/* font-size: calc(1vw / 18.0); */
}

body {
	overflow-y: hidden;
	overflow-x: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

ul {
	margin: 0 0 0 1em;
	line-height: 1;
		list-style-type: disc;
		padding: 0;
}
li{
	margin: 0 0 0.5rem;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

#panoramaRow {
	position: absolute;
	top: -200vh;
	left: -200vw;
	visibility: hidden;
}

.openPopupText {
	pointer-events: all;
}

/* Header */




.overContent {
	pointer-events: none !important;
	z-index: 2;
}

.overContent h2 {
	opacity: 0.7;
}

.subtitle {
	/* background-color: rgba(0, 0, 0, 0.3); */
	border-top: 1px solid var(--lightGoldColor);
	border-bottom: 1px solid var(--lightGoldColor);
	background: rgba(0, 0, 0, 0.01);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	padding: 2rem 0 !important;
	margin-top: 2rem !important;
	display: inline-block;
}

.subtitle ul {
	line-height: 1.2em;
	margin: 0 1em 0 1.5em;
}


.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(--lightGoldColor);
	margin-left: 1rem;
} */
.slidePanoContainer,
.slideMapContainer {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}





/* Карусель */



.owl-item {
	overflow: hidden;
	background-color: #000;
}

.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;
	opacity: 0.5;
}

/* Анимация фона слайдов, кроме фона под панорамами */
.owl-item.active:not([pano])>.owl-item-bg {
	-webkit-animation: scale-up-center 10s ease-in-out infinite alternate backwards;
	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(--lightGoldColor);
	z-index: 1;
	transform-origin: left;
}

.autoplayProgressBarRun {
	-webkit-animation: autoPlayProgress 20s linear 1 normal forwards;
	animation: autoPlayProgress 20s linear 1 normal forwards;
}

/* Карусель */










/* Оформление страниц */


.w-popup-box-content {
	border: solid 1px var(--lightGoldColor);
	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;
} */


.textInPopup {
	display: none;
}





.contentColumn,
.contentRow .vc_row>div:nth-child(2) {
	font-size: 1.2vw;
	line-height: 1.2;
}

/* .contentColumn h4,
.contentRow .vc_row>div:nth-child(2) h4 {
	font-size: 1em;
} */

#contactUsContacts.contentColumn {
	font-size: 1rem;
}

/* Оформление страниц */




























#bottomBlock .w-btn {
	padding: 0.4em;
	font-size: 1.2rem;
}
















.textHighlighted {
	color: #fff !important;
}












/* 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% !important;
	height: 100% !important;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-ms-border-radius: 50%;
		-o-border-radius: 50%;
	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;

}

@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;
}

body.hasHover .w-popup-closer:hover::before {
	transform: rotate(90deg);
}

.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;
}

.verticalCenter {
	display: flex;
	align-items: center;
}

.verticalBottom {
	display: flex;
	align-items: flex-end;
}

.verticalTop {
	display: flex;
	align-items: flex-start;
}


/* Slides */


/* End Slide */
.endSlideTop .wpb_wrapper {
	display: flex;
	justify-content: center;
}

.contactUs h4 {
	color: #fff;
	border-bottom: solid 1px var(--lightGoldColor);
	display: inline-block;
	margin-bottom: 1rem !important;
}

.endPageFirstLine {
	color: #fff !important;
}

.contactUsContacts {
	height: calc(70vh);
}

.contactUsContacts .vc_column-inner {
	padding-left: 5vw;
	justify-content: flex-end
}

/* End Slide */

/* Download Slide */
.downloadButtonPosition {
	display: flex;
	width: 100%;
	height: 65vh;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-end;
}

.downloadButtonPosition>div {
	position: relative;
	width: 50%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
}

/* Download Slide */




/* Project Team */
.project-team .personImage {
	background-repeat: no-repeat;
	background-position: center;
	background-color: rgba(255, 255, 255, 0.1);
	background-size: 80%;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}

.project-team .teamColumn .person {
	width: 30%;
	height: 40vh;
	justify-content: center;
}

/* Project Team */



/* Perth BTR */
.chart01 svg {
	width: 80%;
	height: 80%;
}

.chart01 path {
	transition: all 0.2s ease;
}

.chart01 path:hover {
	fill-opacity: 1;
}

/* Perth BTR */


/* Slides */
.moreInfoText {
	display: none;
}

.moreInfoOpen {
	pointer-events: all;
}

.moreInfoOpened .material-icons {
	transform: rotate(180deg);
}











/* Buttons */

.buttonPrimary,
.buttonSecondary{
	color: white !important;
}

.buttonPrimary,
.buttonSecondary {
	color: white;
	pointer-events: all;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	box-sizing: border-box;
	background-color: rgba(0, 0, 0, 0.5);
	border: solid 2px rgba(255, 255, 255, 0.1);
	cursor: pointer;
	position: relative;
	overflow: hidden;
	transition: var(--buttonOverTransition);
	isolation: isolate;
}

.buttonPrimaryWithText {
	text-transform: uppercase;
	padding: 12px 27px;
	border-color: var(--lightGoldColor);
	font-weight: 500;
}

.buttonSecondary,
.buttonPrimaryWithText {
	width: auto;
	height: auto;
	font-size: 12px;
	border-radius: 20em;
	display: inline-block;
	line-height: 1em;
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
}

.buttonSecondary {
	padding: 7px 20px;
}

body.hasHover .buttonPrimary:hover,
body.hasHover .buttonSecondary:hover {
	box-shadow: var(--buttonOverOutline);
	color: white !important;
}

.buttonPrimary i {
	color: white;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 1.5em;
	line-height: normal;
	font-weight: 100;
	padding: 0;
	margin: 0;
	z-index: 1;
	pointer-events: none;
}

.buttonSecondary i,
.buttonPrimaryWithText i {
	position: relative;
	top: 0;
	left: 0;
	transform: none;
	vertical-align: middle;
	font-size: 13px;
	line-height: 1em;
}

.buttonPrimary::after,
.buttonSecondary::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--buttonOverGradient);
	transform: scaleY(0);
	opacity: 0;
	transform-origin: top;
	transition: transform 0.3s ease, opacity 0.3s ease;
	z-index: -1;
}

body.hasHover .buttonPrimary:hover::after,
body.hasHover .buttonSecondary:hover::after {
	transform: scaleY(1);
	opacity: 1;
}
.btnDisabled{
	pointer-events: none;
	opacity: 0.5;
}

/* Buttons */



.contentIcon {
	width: 64px;
	height: 64px;
	margin-bottom: 20px;
}











.hidden{
	display: none !important;
}


.pageBg {
	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;
	opacity: 0.7;
	pointer-events:none;
}

/* Анимация фона слайдов, кроме фона под панорамами */
.pageBgAnimated {
	animation: scale-up-center 10s ease-in-out infinite alternate backwards;
	-webkit-animation: scale-up-center 10s ease-in-out infinite alternate backwards;
}














/* All Pages */
.mainContentBlock {
	width: 90%;
}

.leftColumnGradient{
	position: fixed;
	width:50vw;
	height:100vh;
	top:0;
	left:0;
	z-index: 1;
	pointer-events: none;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 70%);
}

/* Page Animation */
.leftColumn{
	opacity: 0;
	transition: opacity 0.5s ease;
}
.leftColumnAnimated{
	opacity: 1;
}
.contentColumn:not(.teamColumn) .vc_column_container{
	transform:scale(0);
	transition: transform 0.5s ease;
}
.teamColumn .person {
	transform: scale(0);
	transition: transform 0.5s ease;
}
.rightColumnAnimated {
	transform: scale(1) !important;
	/* opacity: 1 !important; */
}
/* Page Animation */

/* All Pages */


/* Switcher */
.switcherSelector {
	background-color: rgba(207, 138, 58, 1);
	background: linear-gradient(0deg, rgba(207, 138, 58, 1) 0%, rgba(224, 180, 129, 1) 100%);
	height: calc(100% - 4px);
	width: 0px;
	height:calc(100% - 4px);
	position: absolute;
	box-sizing: border-box;
	top: 2px;
	left: 1px;
	border-radius: 2em;
	transition: all 0.5s cubic-bezier(.5, -0.3, .5, 1.3);
	pointer-events: none;
	display: block;
}
.switcherSelectorScale{
	transform: scale(-10%, 20%);
}
.switherItem {
	position: relative;
	display: block;
	padding: 3px 10px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 400;
	cursor:pointer;
}
.switcherContainer {
	position: absolute;
	bottom: calc(var(--footerHeight) + 10px);
	left: 50%;
	transform: translateX(-50%);
	background-color: rgba(0, 0, 0, 0.7);
	box-sizing: border-box;
	z-index: 10;
	display: flex;
	gap: 10px;
	flex-direction: row;
	flex-wrap: nowrap;
	border-radius: 2em;
	padding: 4px 2px;
	border: solid 1px rgba(255, 255, 255, 0.3);
	/* transition: all 0.0s ease; */
	transition: box-shadow 0.3s ease;
}
.switherAboveThumbs{
	bottom: calc(var(--thumbLineHeight) * 2  + 10px);
}

body.hasHover .switcherContainer:hover {
	/* outline: solid 4px rgba(255, 255, 255, 0.2); */
	box-shadow:var(--buttonOverOutline);
	background-color: rgba(0, 0, 0, 0.9);
}
body.hasHover .switcherContainer:hover .switcherSelector{
			/* -webkit-animation: switcherAnimation 0.3s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
			animation: switcherAnimation 0.3s cubic-bezier(0.455, 0.030, 0.515, 0.955) both; */
			
}
.switcherActive{
	cursor: default ;
	pointer-events: none;
}

.switherAtLeft{
	left: 0;
	transform: translateX(0) translateY(110px);
	bottom: 50%;
}

/* Switcher */



/* Popup */
.w-popup-closer{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	top: 10px;
	right: 10px;
	border: solid 1px rgba(255, 255, 255, 0.1);
	box-sizing: border-box;
	/* transition: all 2.2s ease; */
}

body.hasHover .w-popup-closer:hover{
background: linear-gradient(0deg, rgba(207, 138, 58, 1) 0%, rgba(224, 180, 129, 1) 100%);
outline: solid 5px rgba(255, 255, 255, 0.1);
}
.w-popup-closer::before{
font-family: 'Material Icons';
content: 'close';
display: block;
transition: all 0.2s ease;
font-size: 20px;
	line-height: 40px;
	font-weight: 300;
}
.w-popup-closer:hover::before{
transform: rotate(90deg);
}
/* Popup */