body
{
	opacity:1;
}

#webgl_background
{
	position:fixed;
	width:100%;
	height:100vh;
	z-index:-1000;
}

.page
{
	height:100%;
}
.change_pose
{

	
}
#center_wheel_btns
{
	width:35vw;
	height:35vw;
	//border: 2px solid red;
	border-radius:100%;
	position:absolute;
	display:block;
	left:50%;
	top:50%;
	transform:translateX(-50%) translateY(-50%);
	opacity:.3;
	transition:1s;
}
#center_wheel_btns:hover
{
	opacity:1;
}
.btn
{
	cursor:pointer;
	position:relative;
}
.btn:hover .price_in_ring_btn{
	opacity: 1 !important;
}
.price_in_ring_btn
{
  width: 65%;
  height: 65%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  padding: 23% 0;
  font-size: 27px;
  text-align: center;
  border-radius: 100%;
  color: white;
  box-sizing: border-box;
  background-color: #64C271;
	opacity: 0;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
#white_ring
{
	color: #64C271;
	background-color: white;
}
.split_marker
{
	height:5px;
	width:5px;
	background-color:red;
	position:absolute;
}
.round_btn
{
	transition:0s;
}
.text-button .btn 
{
	opacity:0;
}
#open_win_animation_container
{
	z-index:1000000;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100vh;
	display:none;
	overflow:hidden;
}


#open_win_canvas
{
	
	
	position:fixed;
	left:0;
	top:0;
	
}
.balance .balance-slider .slide-box
{
   display:block;
   opacity:0;
}
.btn_canvas
{
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
}
#console_div 
{
	position:fixed;
	top:0;
	left:0;
	opacity:.5;
	background-color:black;
	color:white;
	width:100%;
	height:100vh;
	z-index:1000000000;
	padding-top:50px;
	box-sizing:border-box;
}
#console_close
{
	position:absolute;
	top:10px;
	right:10px;
	color:white;
	cursor:pointer;
	z-index:1;
	padding:10px;
	font-size:20px;
}
.trigger_lines
{
	width:100%;
	position:absolute;
	left:0;
	border-top:1px solid red;
	z-index:10000000000
}

.slide-dots .slide-dot
{
	transition: 1s;
}

.sun
{
	position:relative;
}
#sun_btn
{
	cursor: pointer;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}
.main-img:hover
{
	cursor:pointer;
}
.buy-img:hover
{
	cursor:pointer;
}

element.style {
}
.living .buttons li div span
{
	transform:translateY(20px);
	display: block;
}
#living-btn__daynight
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border-radius:100%;
}
.living .buttons li .point {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    width: 4px;
    height: 4px;
    background-color: #bdbabb;
    border-radius: 50%;
    -webkit-transition: .4s;
    transition: .4s;
}
.living .buttons li .point:hover{
	background-color: #64C271;
}
.living .buttons li::before
{
	display:none;
}
.absolute
{
	position:absolute;
	left:0;
	top:0;
	color:#5b5355;
}

.absolute p
{
	color:#5b5355;
}
.relaxation-items
{
	position:relative;
}
.text_mask .uniting-bullets__title
{
	color:#5b5355;
}
.text_mask
{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;	
}
@media screen and (max-width: 1024px) {
  .text_mask {
    display: none;
  }
  .living{
	  transition:.5s;
  }
}
.text_mask a{
	color:white;
}
