* {
	box-sizing : border-box;
	outline : none;
}

html {
	width: 100%;
	min-height: 100%;
}

body {
	font-size : 14pt;
	background-color : #eaeaeb;
	color : #383838;
	font-family: 'RT Fonts',Arial,Helvetica Neue,Helvetica,sans-serif;
	padding : 0;
	margin : 0;
	background-image: url('../images/back.jpg');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	/*background-attachment: fixed;*/
}

body.mainPage {}

.layout {
	position: relative;
	transition: transform .5s ease;
	/*overflow: hidden;*/
	z-index: 2;
}

a {
	color: #ff4f12;
	text-decoration: underline;
	cursor: pointer;
}

a:hover {
	text-decoration: none;
}



.planetoids {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	overflow: hidden;
}

.planetoids .object {
	display: inline-block;
	width: 20rem;
	height: 20rem;
	position: absolute;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	
}

.planetoids .object.o1 {
	background-image: url('../images/asteroid1.png');
	bottom: 10%;
	left: 0%;
	animation: flowing-char1 20s 0s linear infinite;
	width: 20rem;
	height: 20rem;
}

.planetoids .object.o2 {
	background-image: url('../images/asteroid3.png');
	top: 5%;
	right: -50%;
	animation: flowing-char4 3600s 0s linear infinite;
	width: 60vw;
	height: 60vw;
	/*animation-direction : reverse;*/
	transform-origin: -25vw -25vw;
	z-index: 0;
}

.planetoids .object.o3 {
	display: none;
	background-image: url('../images/asteroid4.png');
	top: 75%;
	left: 75%;
	/*animation: flowing-char4 2400s 0s linear infinite;*/

	width: 50rem;
	height: 50rem;

	transform-origin: -80vw -80vh;
	z-index: 1;
}

.planetoids .object.o4 {
	background-image: url('../images/asteroid2.png');
	top: 0%;
	left: 10%;
	animation: flowing-char1 45s 0s linear infinite;
	width: 15rem;
	height: 15rem;
	animation-direction : reverse;
}

.layout {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 2;
	bottom: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.platform {
	position: relative;
	width: 100%;
	max-width: 1400px;
	height: 700px;
	background-image: url('../images/platform.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	animation: flowing-char2 20s 0s linear infinite;
}



.platform .point {
	position: absolute;
	cursor: pointer;
}

.platform .point .sign {
	display: none;
	position: absolute;
	background-color: #000;
	font-size: .85rem;
	line-height: 1;
	width: 10rem;

  background-color: rgba(0, 0, 0, 0.75);
  padding: .5rem;
  box-shadow: 0px -1px 5px #ff00f7;
  color: #fff;
  line-height: 1;
  text-shadow: 1px 1px 1rem #ff00f7;
  min-width: 10rem;
  border-radius: .25rem;
 	z-index: 4;
 	/*left: -2.5rem;*/
 	width: 100%;
  background-image: url(../images/holo.png);
}

.platform .point.tleft .sign {
	top: 2rem;
	left: -85%;
}

.platform .point#point12 .sign {
	left: 0;
}

.platform .point .sign p {
	margin: 0;
	width: 100%;
	text-align: center;
	color: #fff;
}

.platform .point .sign p.title {
	font-weight: bold;
	margin-bottom: .25rem;
}

.platform .point .sign p.date {
	opacity: .75;
}

.platform .point#point1 {
	left: 30%;
	top: 60%;
	z-index: 6;
}

.platform .point#point2 {
	left: 15%;
	top: 53%;
	z-index: 5;
}

.platform .point#point3 {
	left: 5%;
	top: 40%;
	z-index: 4;
}

.platform .point#point4 {
	left: 10%;
	top: 25%;
	z-index: 2;
}

.platform .point#point5 {
	left: 20%;
	top: 15%;
	z-index: 1;
}

.platform .point#point6 {
	left: 77%;
	top: 15%;
	z-index: 1;
}

.platform .point#point7 {
	left: 85%;
	top: 25%;
	z-index: 2;
}

.platform .point#point8 {
	left: 87%;
	top: 42%;
	z-index: 4;
}

.platform .point#point9 {
	left: 76%;
	top: 51%;
	z-index: 5;
}

.platform .point#point10 {
	left: 60%;
	top: 60%;
	z-index: 6;
}

.platform .point#point11 {
	left: 50%;
	top: 65%;
	z-index: 3;
}


.platform .point#point12 {
	left: calc( 51% - 7.5rem );
	top: calc( 29% - 7.5rem);
}

.platform .point#point12 .icon {
		width: 15rem;
    height: 15rem;
}

.platform .point .glow {
	width: 5rem;
	height: 2rem;
	box-shadow: 0 0 1rem 1rem #ff8200, 0 0 1rem 1rem #ff8200 inset;
	border-radius: 50%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	transition: transform .5s ease, opacity .5s ease;
	transform: scale(0.5);
	animation: flowing-char3 5s 0s ease infinite;
	opacity: .5;
	/*border : 2px solid #ff8200;*/
}

.platform .point.inactive .glow {
	opacity: 0!important;
}

.platform .point#point12 .glow {
	width: 15rem;
	height: 6rem;
}

.platform .point .text {
		position: absolute;
    text-align: center;
    top: -6rem;
    /* left: calc(100% + 2rem); */
    background-color: rgba(0, 0, 0, 0.75);
    padding: .5rem;
    box-shadow: 0px -2px 5px #ff00f7;
    color: #fff;
    line-height: 1;
    text-shadow: 1px 1px 1rem #ff00f7;
    font-size: .85rem;
    /* min-width: 20rem; */
    border-bottom: .35rem solid #fff;
    border-radius: .5rem;
    z-index: 4;
    opacity: 0;
    transition: opacity .5s ease;
    visibility: hidden;
    background-image: url(../images/holo.png);
}

.platform .point:hover .text {
	opacity: 1;
	visibility: visible;
}

.platform .point .text:before {
		content: "";
    width: 2px;
    height: 1rem;
    background-color: #ffffff;
    position: absolute;
    top: calc(100% + .25rem);
    left: calc(50% - 1px);
    transform-origin: right top;
    /* transform: rotate(-45deg); */
    /*box-shadow: 0 0 .5rem .4rem #ff00f7;*/
}

.platform .point .text:after {
    content: "";
    width: 1rem;
    height: 1rem;
    background-color: #fff;
    position: absolute;
    top: calc(100% + 1rem);
    left: calc(50% - .5rem);
    border-radius: 50%;
}

.platform .point .text p {
	margin: 0;
}

.platform .point .text p.title {
	font-size: 1rem;
	font-weight: bold;
	margin-bottom: .25rem;
}

.platform .point .icon {
	display: inline-block;
	width: 5rem;
	height: 5rem;
	z-index: 2;
	position: relative;
	transition: transform 1s ease;

	animation: flowing-char5 5s ease infinite;
}

.platform .point.inactive .icon {
	animation: none;
	filter: brightness(0.25);
}

.platform .point .icon span {
	display: inline-block;
	width: 100%;
	height: 100%;

	background-size: contain;
	background-position: center bottom;
	background-repeat: no-repeat;
	transition: transform 1s ease;
}

.platform .point:hover .icon span {
	/*margin-top: -2rem;*/
	transform: translateY(-2rem);
}

.platform .point#point1 .icon span {	background-image: url('../images/icon1.png'); }
.platform .point#point2 .icon span {	background-image: url('../images/icon2.png'); }
.platform .point#point3 .icon span {	background-image: url('../images/icon3.png'); }
.platform .point#point4 .icon span {	background-image: url('../images/icon4.png'); }
.platform .point#point5 .icon span {	background-image: url('../images/icon5.png'); }
.platform .point#point6 .icon span {	background-image: url('../images/icon6.png'); }
.platform .point#point7 .icon span {	background-image: url('../images/icon7.png'); }
.platform .point#point8 .icon span {	background-image: url('../images/icon8.png'); }
.platform .point#point9 .icon span {	background-image: url('../images/icon9.png'); }
.platform .point#point10 .icon span {	background-image: url('../images/icon10.png'); }
.platform .point#point11 .icon span {	background-image: url('../images/icon11.png'); }
.platform .point#point12 .icon span {	background-image: url('../images/icon11.png'); }


.platform .point#point1 .icon, .platform .point#point10 .icon { width:10rem; height: 10rem; }
.platform .point#point2 .icon, .platform .point#point9 .icon { width:9rem; height: 9rem; }
.platform .point#point3 .icon, .platform .point#point8 .icon { width:8rem; height: 8rem; }
.platform .point#point4 .icon, .platform .point#point7 .icon { width:7rem; height: 7rem; }
.platform .point#point5 .icon, .platform .point#point6 .icon { width:6rem; height: 6rem; }

.platform .point#point1 .glow, .platform .point#point10 .glow { width:10rem; height: calc( 10rem / 3); }
.platform .point#point2 .glow, .platform .point#point9 .glow { width:9rem; height: calc( 9rem / 3); }
.platform .point#point3 .glow, .platform .point#point8 .glow { width:8rem; height: calc( 8rem / 3); }
.platform .point#point4 .glow, .platform .point#point7 .glow { width:7rem; height: calc( 7rem / 3); }
.platform .point#point5 .glow, .platform .point#point6 .glow { width:6rem; height: calc( 6rem / 3); }


.platform .point:hover .glow {
	transform: scale(0.5);
	transform: scale(2);
	opacity: 0.8;
}

body.noscroll {
	overflow : hidden;
}

.grid1400 {
	display: block;
	max-width: 1400px;
	margin: 0 auto;
	width: 100%;
	position: relative;
}

.grid2 {
	display: flex;
}

.grid2>* {
	width: 50%;
}

.grid3 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}

.grid3>* {
	margin: .5rem;
	width: calc( 100% / 3 - 1rem );
}

.button {
	background-color: transparent;
	border-radius: 2rem;
	padding: .5rem 1rem;
	border: 2px solid #ff4f12;
	color: #ff4f12;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	transition: background-color .5s ease, color .5s ease;
	font-size: 1em;
	cursor: pointer;
}

.button.disabled {
    background-color: transparent !important;
    color: #ff4f12 !important;
    cursor: not-allowed;
    opacity: .75;
}

.button p {
	line-height: 1;
	margin: 0;
}

.button i {
	margin-right: .5rem;
	display: inline-flex;
}

.button:hover {
	background-color: #ff4f12;
	color: #fff;
}

.whatsnew {
	/*position: fixed;*/
	/*bottom: 1rem;*/
	/*right: 1rem;*/
	/*z-index: 99;*/
}

.button.whatsnew {
	background-color: #ff4f12;
	color: #fff;
}

.button.whatsnew:hover {
	background-color: transparent;
	color: #ff4f12;
}




/*  INFOBLOCK  */

.layout.forInfoblock {
	visibility: hidden;
}

.layout.forInfoblock.closing,
.layout.forInfoblock {
	justify-content: flex-start;
	display: block;
	backdrop-filter: blur(0px);
	transition: backdrop-filter 2s ease;
}

.layout.forInfoblock.active.closing {
	visibility: visible;
}

.layout .infoblock>.closeLayer {
	position: absolute;
	top: -1.5rem;
	right: -1.5rem;
	border-radius: 50%;
	border: 2px solid #fff;
	background-color: #000;
	color: #fff;
	font-size: 1.5rem;
	width: 3rem;
	height: 3rem;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	transition: color .5s ease, border-color .5s ease;
}

.layout .infoblock>.closeLayer:hover {
	color: #ff4f12;
	border-color: #ff4f12;
}

.layout.forInfoblock.active {
	visibility: visible;
	backdrop-filter: blur(2px);
}

.layout.forInfoblock .grid1400 {
	height: 100%;
}

.infoblock {
		width: 80%;
}

.layout.active.closing .infoblock,
.infoblock {
	position: relative;
	top: 10%;
	left: 0%;
	bottom: 10%;
	/*overflow: hidden;*/
	max-height: 80%;

	transform-origin: 0 50%;
	transform: perspective(20rem) rotateY(90deg);
	transition: transform 1s ease, left 1s ease, opacity 1s ease;
	opacity: 0;

	padding: 1rem;
	border-radius: 1rem;
	/*border: .25rem solid #ff4f12;*/
	background-image: url('../images/holo.png');
	background-color: #1f0d35e0;

	box-shadow: 0 0 .5rem #ff4f12;

	backdrop-filter: blur(5px);
	color: #fff;
	z-index: 2;
}

.layout.active .infoblock {
	transform: perspective(20rem) rotateY(3deg);
	opacity: 1;
}

.layout.active .infoblock:hover {
	/*transform: perspective(20rem) rotateY(3deg);*/
}

.doubleblocks .infoblock {
	width: 60%;
	z-index: 3;
}

.doubleblocks .infoblock.subblock {
	  transform: perspective(20rem) rotateY(3deg);
    left: 0;
    top: 15%;
    height: 70%;
    z-index: 2;
    position: absolute;
    opacity: 0;
    transition: opacity 1s ease, transform 1s ease, left 1s ease;
}

.doubleblocks.subvis .infoblock.mainblock {
	transform: perspective(20rem) rotateY(10deg) scale(0.9);
}

.doubleblocks.subvis .infoblock.subblock {
		transform: perspective(20rem) rotateY(0deg);
    left: 35%;
    opacity: 1;
    z-index: 4;
}

.layout.active .doubleblocks.subvis .decoblock {
	transform: scale(0.9);
	filter: blur(2px);

}

.infoblock.short {
	width: 60%;
}

.infoblock.ultrashort {
	width: 50%;
}

.infoblock:hover {
	transform: none;
}

.layout.active.closing .decoblock,
.decoblock {
	width: 30%;
	/*background-image: url('../images/icon5.png');*/
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	z-index: 1;
	transform: scale(0.1);
	opacity: 0;
	transition: opacity .5s ease, transform 2s ease, filter 1s ease;
	display: inline-flex;
  align-items: center;
}

.layout.active .decoblock {
	transform: none;
	opacity: 1;
}



.rotate-shadows {
    width: 700px;
    height: 700px;
    min-width: 700px;
    position: relative;
    margin: 0 auto;
    display: inline-flex;
    align-items: center;
}

.rotate-shadows img {
	display: inline-block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	z-index: 2;
	position: relative;
	/*animation: flowing-char 2s linear infinite;*/
}

.rotate-shadows:after, .rotate-shadows:before {
    content: "";
    border-radius: 50%;
    position: absolute;
    top: 2%;
    left: 2%;
    width: 96%;
    height: 96%;
    transform-origin: center center;
}

.rotate-shadows:before {
    box-shadow: inset 0 10rem 0 rgb(255 152 0 / 60%), inset 10rem 0 0 rgb(255 100 0 / 60%), inset 0 -10rem 0 rgb(135 45 0 / 60%), inset -10rem 0 0 rgb(170 40 0 / 60%);
    animation: rotate-before 10s -0.5s linear infinite;
}

.rotate-shadows:after {
    box-shadow: inset 0 10rem 0 rgb(255 152 0 / 60%), inset 10rem 0 0 rgb(255 100 0 / 60%), inset 0 -10rem 0 rgb(135 45 0 / 60%), inset -10rem 0 0 rgb(170 40 0 / 60%);
    animation: rotate-after 10s -0.5s linear infinite;
}

.infoblock .scroller {
	overflow-y: auto;
	height: 100%;
	padding: 1rem;

	scrollbar-color: #ff5722 transparent;
}

.infoblock h1.title {
	margin: 0 0 1rem;
	font-weight: bold;
	font-size: 2rem;
	text-transform: uppercase;
}

.infoblock .warn {
		display: flex;
    padding: .5rem 1rem;
    border-radius: 1rem;
    background: rgb(255 79 18 / 75%);
    margin-bottom: 1rem;
    align-items: center;
}

.infoblock .warn .icon {
	font-size: 2rem;
	margin-right: .5rem;
}
.infoblock .warn .icon i {}
.infoblock .warn .text p { margin:0; line-height:1; font-size:1rem; }
.infoblock .warn .text p.title {
	font-size: 1rem;
	font-weight: bold;
}

.infoblock .anno .grid2>.item {
	padding-right: 1rem;
	font-size: 1em;
	padding-bottom: 2rem;
}

.infoblock .anno .grid2>.item+.item {
	padding-right: 0rem;
	padding-left: 1rem;
}

.infoblock h2 {
		font-size: 1.5rem;
		font-weight: bold;
}

.infoblock .anno {
	margin-bottom: 2rem;
}

.infoblock .anno .ctrls {
	display: flex;
	justify-content: center;
}

.infoblock .anno p {
	margin: 0;
}

.infoblock .anno p+p {
	margin-top: .5rem;
}

.infoblock .anno .belt {
	display: flex;
	align-items: center;
	background-color: #ffffff29;
	padding: .5rem;
	border-radius: .5rem;
	margin-bottom: 1rem;
}

.infoblock .anno .belt a {
	display: inline-block;
	width: 8rem;
	height: 8rem;
	flex-shrink: 0;
}

.infoblock .anno .belt a img {
	display: inline-block;
	border-radius: .5rem;
	width: 100%;
	height: 100%;
}

.infoblock .anno .belt .text {
	display: flex;
	justify-content: center;
	padding-left: 2rem;
	flex-direction: column;
}

.infoblock .anno .belt .text p {
	margin: 0;
}

.infoblock .anno .belt .text p.title {
	font-size: 1.5rem;
	font-weight: bold;
}

.infoblock ul {
	display: flex;
	flex-direction: column;
	padding: 0;
	margin: 0;
	list-style: none;
}

.infoblock ul.grid3 {
	flex-direction: row;
	flex-wrap: wrap;
}

.infoblock ul li {
	padding: 1rem;
	margin: 0;
	display: flex;
	border-radius: 1rem;
	border: 1px solid #7700ff;
	background-color: #7700ff17;
}

.infoblock ul li.inactive {
	cursor: not-allowed;
	opacity: .75;
	filter: grayscale(0.75);
}

.inactive .button {
	background-color: transparent!important;
	color: #ff4f12!important;
	cursor: not-allowed;
}

.infoblock ul li+li {
	margin-top: 3rem;
}

.infoblock ul li .image {
	display: inline-block;
	width: 25%;
	flex-shrink: 0;
	font-size: 3rem;
	color: #ff5722;
}

.infoblock ul li .image img {
	display: inline-block;
	width: 100%;
	height: auto;
	line-height: 1;
	vertical-align: top;
}

.infoblock ul li .text {
	padding-left: 1rem;
	display: inline-flex;
	flex-direction: column;
	flex-grow: 1;
}

.infoblock ul.vgrid li .text {
	padding-left: 0;
}

.infoblock ul li .text header {
	margin-bottom: 1rem;
}

.infoblock ul li .text header h2 {
	margin: 0;
}

.infoblock ul li .text article {
	flex-grow: 1;
	margin-bottom: .5rem;
}

.infoblock ul li .text article p {
	font-size: 1rem;
	margin: 0;
}

.infoblock footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.infoblock footer .date {
	font-size: .9rem;
	color: #aaa;
}

/* Сувениры */

.infoblock ul.grid3 {	display: flex; }
.infoblock ul.grid3 li {	display: inline-flex; flex-direction: column; margin: .5rem;}

/* Дайджесты */

#digest .infoblock footer {
	flex-direction: column;
}

#digest .infoblock footer .button {
	width: 100%;
}

#digest .infoblock footer .button+.button {
	margin-top: .5rem;
}


/* POLL */

.infoblock form.stdPoll {
	position: relative;
}

.infoblock form.stdPoll .result {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
	height: 100%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	visibility: hidden;
}

.infoblock form.stdPoll.processing .result,
.infoblock form.stdPoll.done .result { visibility:visible; }

.infoblock form.stdPoll .result>div {
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.infoblock form.stdPoll.processing .result div.wait {
	display: inline-flex;
}

.infoblock form.stdPoll.done .result div.done {
	display: inline-flex;
}

.infoblock form.stdPoll.processing .list,
.infoblock form.stdPoll.done .list {
	opacity: .15;
}

.infoblock form.stdPoll .result>div p { margin: 0 }
.infoblock form.stdPoll .result>div p.title { font-size:1.5rem; }

.infoblock ul.poll {
	flex-direction: row;
	flex-wrap: wrap;
}

.infoblock ul.poll li {
	padding: 0;
	margin: 0;
	border-radius: 0;
	background-color: transparent;
	border: 0;
	width: calc( 100% / 3 - 1rem );
	margin: .5rem;
	flex-grow: 1;
	text-align: center;
}

.infoblock ul.poll li.grow2 {
	flex-grow: 2;
}

.infoblock ul.poll .splitter {
	width: 100%;
}

.infoblock ul.poll li.full {
	width: calc( 100% - 2rem );
}

.infoblock ul.poll li .line {
	display: inline-flex;
	position: relative;
	width: 100%;
	transition: opacity .5s ease;
	visibility: visible;
}

.infoblock ul.poll li .line.hidden {
	opacity: 0;
	visibility: hidden;
}

.infoblock ul.poll li.full .line {
	width: calc( 100% / 3 - 1rem );
	flex-shrink: 0;
	margin-right: 2rem;
}

.infoblock ul.poll li.full .line textarea {
	width: 100%;
	font-size: 1rem;
	font-family: inherit;
	border-radius: 1rem;
	padding: 1rem;

}

.infoblock ul.poll li.full .line+.line {
	flex-grow: 1;
	margin: 0;
}

.infoblock ul.poll li .line input {
	display: inline-block;
	width: 1px;
	height: 1px;
	opacity: 0;
	position: absolute;
}

.infoblock ul.poll li .line input:checked+label {
	background-color: #ff4f12;
	box-shadow: 0 0 .5rem #ff4f12;
}


.infoblock ul.poll li .line label {
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 1rem;
	border-radius: 1rem;
  border: 1px solid #7700ff;
  background-color: #7700ff17;
  width: 100%;
  cursor: pointer;
  transition: border-color .5s ease, background-color .5s ease, box-shadow .5s ease;
}

.infoblock ul.poll li .line label:hover {
  border-color: #ff4f12;
  background-color: #ff4f1217;
}

form.stdPoll .ctrls {
	justify-content: flex-end;
	padding: 1rem 1rem;
	display: flex;
	/*position: absolute;*/
	right: 0;
	bottom: 0;
}

form.stdPoll.processing>.ctrls,
form.stdPoll.done>.ctrls {
	display: none;
}

form.stdPoll .ctrls .button {
	font-size: 1.5rem;
	font-weight: bold;
}


/* LECTORIUM */

.item .speaker {
	display: flex;
}

.lections .item .photo { display:inline-block; width: 10rem; flex-shrink: 0; margin-right: 1rem; padding-top: 3.5rem;}
.lections .item .photo img { display:inline-block; border-radius:50%; width:100%; height:auto; border: 2px solid #ff4f12;}
.lections .item .speaker .info {}
.lections .item .speaker .info p { margin:0; }
.lections .item .speaker .info .name { font-size:1.25rem; font-weight:bold; }
.lections .item .speaker .info .regalias { margin: 1rem 0; }

/* QUIZ */

.grid2 .warp {
	flex-wrap: wrap;
}

.warp .item.wide {
	width: 100%;
	padding-left: 0!important;
}

/* QUEST */














/* The Void */

.layout.forPlatform {
	transition: transform 1s ease, opacity 1s ease;
}

.planetoids {
	transition: transform 1.5s ease, opacity 2s ease;
}

.layout#blackhole {
	background-image: url('../images/hole.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0;
	transform-origin: center top;
	/*transform: scale(0.5);*/
	transition: transform 2s ease, opacity 2s ease;
	z-index: 1;
}

.intoTheVoid .layout#blackhole {
	transform: scale(1);
	opacity: 1;
	z-index: 3;
}

.intoTheVoid .planetoids,
.intoTheVoid .layout.forPlatform {
	transform: translateY(100%);
	/*opacity: 0;*/
}


#blackhole .theHole {
	display: inline-block;
	width: 120vh;
	height: 120vh;
	background-image: url('../images/thehole.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: fixed;
	top: calc( (100vh - 120vh) / 2 );
	left : calc( (100vw - 120vh) / 2 );
	animation: flowing-char4 360s 0s linear infinite;
	opacity: 0;
	transform: scale(0.5);
	transition: transform 2s ease, opacity 2s ease;
}

.intoTheVoid #blackhole .theHole {
	opacity: 1;
	transform: scale(1.0);
}

#blackhole .theGems {
    display: inline-block;
    width: 50vh;
    height: 50vh;
    position: fixed;
    top: calc((100vh - 50vh) / 2);
    left: calc((100vw - 50vh) / 2);
    animation: flowing-char4 90s 0s linear infinite;
    /* opacity: 0; */
    /* transform: scale(0.5); */
    transition: transform 2s ease, opacity 2s ease;
    /*visibility: hidden;*/
}

#blackhole .theEye {
		animation: flowing-char7 30s 0s linear infinite;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 50vh;
    height: 50vh;
    position: fixed;
    top: calc((100vh - 50vh) / 2);
    left: calc((100vw - 50vh) / 2);
}

#blackhole .theEye .eye {
	background-image: url('../images/eye.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
	width: 50%;
	height: 50%;
}

#blackhole .theGems .gem {
	display: inline-block;
	position: absolute;
	width: 6rem;
	height: 6rem;
	background-image: url('../images/gems/gem1.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	/*animation: flowing-char4 10s 0s linear infinite;*/
	transition: transform 2s ease, opacity 2s ease;
}

#blackhole .theGems .gem.drown {
	transform: scale(0.1);
	opacity: 0;
}

#blackhole .theGems .gem1 {	background-image: url('../images/gems/gem1.png'); top: 15%; left: 8%; }
#blackhole .theGems .gem2 {	background-image: url('../images/gems/gem2.png'); top:-5%; left: 42%; }
#blackhole .theGems .gem3 {	background-image: url('../images/gems/gem3.png'); top: 14%; left: 80%;}
#blackhole .theGems .gem4 {	background-image: url('../images/gems/gem4.png'); top: 56%; left: 85%;}
#blackhole .theGems .gem5 {	background-image: url('../images/gems/gem5.png'); top: 82%; left: 56%;}


#blackhole .theGems .gem6 {	background-image: url('../images/gems/gem2.png'); top: 70%; left: 9%;}
#blackhole .theGems .gem7 {	background-image: url('../images/gems/gem4.png'); top: 42%; left: -6%;}
#blackhole .theGems .gem8 {	background-image: url('../images/gems/gem1.png'); top: 0%; left: 0%;}

#blackhole .theAdvize {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 50vh;
    height: 50vh;
    position: fixed;
    top: calc((100vh - 50vh) / 2);
    left: calc((100vw - 50vh) / 2);
    opacity: 0;
    transform: scale(0.05) perspective(20rem) rotateX(360deg);
    transition-delay: 2s;
    visibility: hidden;
    transition: transform 3s ease, opacity .5s ease;
    z-index: 0;
    visibility: hidden;
}

.intoTheVoid #blackhole .theGems,
.intoTheVoid #blackhole .theAdvize {
	visibility: visible;
}

#blackhole .theAdvize.vis {
		opacity: 1;
    transform: scale(1) perspective(20rem) rotateY(0deg);
    visibility: visible;
    z-index: 5;
    transition-delay: 2s;
}

#blackhole .theAdvize .text {
	display: inline-block;
	padding: 0;
	background-color: #000;
	width: 100%;
	border-radius: .5rem;
	position: relative;
	z-index: 2;
}

#blackhole .theAdvize .text div {
	display: inline-block;
	padding: 1rem 2rem;
	background-color: #000;
	background-image: url('../images/blackpapier.jpg');
	background-size: cover;
	cursor: pointer;
	width: 100%;
	text-align: center;
	/*box-shadow: 0 0 1rem #aaa;*/
	color: transparent;
	transition: color 3s ease;
	transition-delay: 5s;
	border-radius: .5rem;
	position: relative;
	box-shadow: 0 0 0.5rem #de00e3;
	z-index: 2;
}


#blackhole .theAdvize .text:before {
	content: '';
	position: absolute;
	top: 0;
	left: 10%;
	right: 10%;
	height: 100%;
	box-shadow: 0 0 0rem #ff4f12;
	z-index: 1;
	border-radius: 50%;
	transition: box-shadow 1s ease;
	transition-delay: 5s;
}

#blackhole .theAdvize.vis .text:before {
	box-shadow: 0 0 1rem #ff4f12;
}

#blackhole .theAdvize .text:after {
	/*content: '';*/
	position: absolute;
	bottom: 0;
	left: 20%;
	right: 20%;
	height: 1px;
	box-shadow: 0 0 1rem #ff4f12;
	z-index: 1;
}

#blackhole .theAdvize.vis .text div {
	color: #fff;
}

.bottombar {
	position: fixed;
	z-index: 9;
	bottom: 0;
	left: 0;
	width: 100%;
	display: inline-flex;
	justify-content: center;
	padding-bottom: 1rem;
}

.bottombar a {
	padding: .5rem 3rem;
}

div.header {
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	z-index: 999;
}

div.header .logo {
	font-family: "Project Space";
	color: #fff;
	font-size: 1rem;
	padding: 1rem;
	text-align: center;
}


/* ANIMATIONS */

@keyframes rotate-after {
  0% {transform: rotateZ(0deg) scaleX(1) scaleY(1);}
  50% {transform: rotateZ(180deg) scaleX(0.82) scaleY(0.95);}
  100% {transform: rotateZ(360deg) scaleX(1) scaleY(1);}
}

@keyframes rotate-before {
  0% {transform: rotateZ(0deg) scaleX(1) scaleY(1);}
  50% {transform: rotateZ(-180deg) scaleX(0.95) scaleY(0.85);}
  100% {transform: rotateZ(-360deg) scaleX(1) scaleY(1);}
}

@keyframes flowing-char {
  0% {transform: translateY(0rem);}
  50% {transform: translateY(1rem) rotate(5deg);}
}

@keyframes flowing-char1 {
  0% {transform: translateY(0rem) translateX(0rem) rotate(0deg);}
  25% {transform: translateY(1rem) translateX(.5rem) rotate(5deg);}
  50% {transform: translateY(2rem) translateX(1rem) rotate(0deg);}
  75% {transform: translateY(1rem) translateX(.5rem) rotate(-5deg);}
  100% {transform: translateY(0rem) translateX(0rem) rotate(0deg);}
}

@keyframes flowing-char2 {
  0% {transform: translateY(0rem) rotate(0);}
  50% {transform: translateY(1rem) rotate(2deg);}
  100% {transform: translateY(0rem) rotate(0);}
}

@keyframes flowing-char3 {
  0% {transform: scale(0.5);}
  50% {transform: scale(1);}
  100% {transform: scale(0.5);}
}

@keyframes flowing-char4 {
  0% {transform: rotate(0deg);}
  25% {transform: rotate(90deg);}
  50% {transform: rotate(180deg);}
  75% {transform: rotate(270deg);}
  100% {transform: rotate(360deg);}
}

@keyframes flowing-char5 {
  0% {transform: translateY(0rem);}
  50% {transform: translateY(-1rem);}
  100% {transform: translateY(0rem);}
}

@keyframes flowing-char6 {
  0% {transform: scale(0.85);}
  50% {transform: scale(1);}
  100% {transform: scale(0.85);}
}

@keyframes flowing-char7 {
  0% {opacity: 0;}
  40% {opacity: 0;}
  50% {opacity: 0.25;}
  60% {opacity: 0;}
  100% {opacity: 0;}
}



@media (max-width: 1440px) {
	.grid1400 { max-width:100%;	padding: 0 1rem;}

	.platform {
		max-height: 700px;
		max-width: 1400px;
		height: calc( 100vh - 10rem );
		width: calc( (100vh - 10rem) * 2 );
		/*top : calc( 5rem );*/
	}

	.platform .point#point1 .icon, .platform .point#point10 .icon { width: calc( (100vh - 10rem) * 2 / 10); height: calc( (100vh - 10rem) * 2 / 10); }
	.platform .point#point2 .icon, .platform .point#point9 .icon { width: calc( (100vh - 10rem) * 2 / 11); height: calc( (100vh - 10rem) * 2 / 11); }
	.platform .point#point3 .icon, .platform .point#point8 .icon { width: calc( (100vh - 10rem) * 2 / 12); height: calc( (100vh - 10rem) * 2 / 12); }
	.platform .point#point4 .icon, .platform .point#point7 .icon { width: calc( (100vh - 10rem) * 2 / 13); height: calc( (100vh - 10rem) * 2 / 13); }
	.platform .point#point5 .icon, .platform .point#point6 .icon { width: calc( (100vh - 10rem) * 2 / 14); height: calc( (100vh - 10rem) * 2 / 14); }
	.platform .point#point12 .icon { width: calc( (100vh - 10rem) * 2 / 6 ); height: calc( (100vh - 10rem) * 2 / 6); }

	.platform .point#point1 .glow, .platform .point#point10 .glow { width:6rem; height: calc( 6rem / 3); }
	.platform .point#point2 .glow, .platform .point#point9 .glow { width:5.5rem; height: calc( 5.5rem / 3); }
	.platform .point#point3 .glow, .platform .point#point8 .glow { width:5rem; height: calc( 5rem / 3); }
	.platform .point#point4 .glow, .platform .point#point7 .glow { width:4.5rem; height: calc( 4.5rem / 3); }
	.platform .point#point5 .glow, .platform .point#point6 .glow { width:4rem; height: calc( 4rem / 3); }
	.platform .point#point12 .glow { width: calc( (100vh - 10rem) * 2 / 6); height: calc( (100vh - 10rem) * 2 / 6 / 3); }

	.platform .point#point12 { left: calc(51% - ((100vh - 10rem) * 2 / 6) / 2); top: calc(29% - ((100vh - 10rem) * 2 / 6) / 2); }
}

@media (max-width: 512px) {
	.grid3>* {
		width: 100%;
	}

	.infoblock ul.grid3 li {
		margin: .5rem 0;
	}

	.infoblock .anno .belt {
		flex-direction: column;
	}

	.infoblock .anno .belt .text {
		padding: 1rem .5rem .5rem .5rem;
		text-align: center;
	}

	.grid2>.item {
		width: 100%;
	}

	.infoblock .anno .grid2>.item,
	.infoblock .anno .grid2>.item+.item {
    padding-right: 0rem;
    padding-left: 0rem;
	}

	div.header .logo {
		font-size: .8rem;
	}

	.layout.forPlatform {
		display: inline-block;
		overflow: auto;
		padding-top: 5rem;
		padding-bottom: 5rem;
		/*height: calc(100vh - 10rem);*/
		/*max-height: 700px;*/
		/*bottom: 5rem;*/
	}

	.platform {
		height: calc( (100vh - 10rem) / 2 );
		width: calc( (100vh - 10rem) );

		top : calc( 25vh - 2.5rem );
	}

	.platform .point#point1 .icon, .platform .point#point10 .icon { width:5rem; height: 5rem; }
	.platform .point#point2 .icon, .platform .point#point9 .icon { width:4.5rem; height: 4.5rem; }
	.platform .point#point3 .icon, .platform .point#point8 .icon { width:4rem; height: 4rem; }
	.platform .point#point4 .icon, .platform .point#point7 .icon { width:3.5rem; height: 3.5rem; }
	.platform .point#point5 .icon, .platform .point#point6 .icon { width:3rem; height: 3rem; }
	.platform .point#point12 .icon { width: 7.5rem; height: 7.5rem; }

	.platform .point#point1 .glow, .platform .point#point10 .glow { width:5rem; height: calc( 5rem / 3); }
	.platform .point#point2 .glow, .platform .point#point9 .glow { width:4.5rem; height: calc( 4.5rem / 3); }
	.platform .point#point3 .glow, .platform .point#point8 .glow { width:4rem; height: calc( 4rem / 3); }
	.platform .point#point4 .glow, .platform .point#point7 .glow { width:3.5rem; height: calc( 3.5rem / 3); }
	.platform .point#point5 .glow, .platform .point#point6 .glow { width:3rem; height: calc( 3rem / 3); }
	.platform .point#point12 .glow { width: 7.5rem; height: 3rem; }

	.platform .point#point12 { left: calc(51% - 3.75rem); top: calc(29% - 3.75rem); }

	.rotate-shadows {
		min-width: 0;
		width: 80vw;
		height: 80vw;
	}

	.layout .decoblock {
		width: 100%;
	}

	.layout .infoblock {
		top: 5rem;
		bottom: 5rem;
		max-height: calc( 100% - 10rem );
		width: 100%;
	}

	.layout.active .infoblock {
		transform: none;
		/*transform: perspective(20rem) rotateY(0deg);*/
	}

	.layout .infoblock>.closeLayer {
		top: -.5rem;
		right: -.5rem;
	}

	#blackhole .theHole {
		width: 140vw;
		height: 140vw;
		top: calc((100vh - 140vw) / 2);
    left: calc((100vw - 140vw) / 2);
	}

	#blackhole .theEye,
	#blackhole .theAdvize,
	#blackhole .theGems {
    width: 80vw;
    height: 80vw;
    top: calc((100vh - 80vw) / 2);
    left: calc((100vw - 80vw) / 2);
	}

	#blackhole .theGems .gem {
		width: 4rem;
		height: 4rem;
	}


}

@media (max-width: 768px) {
}