@charset "UTF-8";
html, body  {
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: 100%
}

#hand {padding-top:0}

#hand-wrapin {
	overflow:hidden;
	min-height: 100%;
	min-height: 100vh; 
}

.top {box-sizing: content-box}
.end, .endup {
	font-size: 30px;
	width: 35px;
	height: 35px;
	margin: 40px auto -30px;
	text-align: center;
	clear: both
}
.end:before {
	content: '•'
}
.endup {
	cursor: pointer;
	opacity: .8;
	background: url(0/keyup.png) center bottom no-repeat;
	background-size: 32px
}
#preloader {
	font-size: 14px;
	position: fixed;
	z-index: 99;
	top: 275px;
	width: 100%;
	text-align: center;
	color: #888
}

a img {
	border: none
}
hr{
	background-color:#666;
	border:none;
	height:1px
}
.center {
	clear: both;
	margin: auto;
	text-align: center
}
.m0 {
	margin: 0
}
#keymin, #keyshow, #keyfull, #keymy, #keymus, #keycolor, #timeminus2, #timeplus2, #time2, .slider, #minsize, .about, #keyclouse, #keynext, #keyprev {
	position: fixed;
	top: 100%;
	cursor: pointer;
}
.slider {
	right: 43px;
	width: 2px;
	height: 71px;
	margin-top: -122px;
	background: #aaa
}
.ui-widget-header {
	position: absolute;
	width: 2px;
	background: #555
}
.ui-slider-handle {
	position: absolute;
	z-index: 778;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	margin-left: -4px;
	border-radius: 4px;
	-khtml-border-radius: 4px;
	background: #ccc;
	border: #000 1px solid;
}
a {
	outline: none;
	-moz-outline-style: none
}
#hand, .section, #min3, #min {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-o-user-select: none
}
#text {
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto;
	-o-user-select: auto;
	margin-top:-10px;
}
#min, a,.eval,.sss,.ssm {
	cursor: pointer
}

#keyfull, #keymy, #keymus, #timeminus2, #timeplus2, #time2, #keyclouse, #keynext, #keyprev {
	right: 0;
	width: 32px;
	height: 25px
}
.endup, #minsize, #keymus, #keyscroll, #keyclouse, #keyfon, #keymin, .menufloat, #location, #musvol {
	display: none
}
#keymin, #keyshow {
	left: 7px;
	width: 90px;
	height: 70px;
	margin-top: -89px;
	background: url(0/keymin.png) no-repeat;
	background-position: left
}
#keyshow {
	background: url(0/keyshow.png) no-repeat;
	background-position: left
}

#keycolor {
	right: 13px;
	width: 13px;
	height: 13px;
	z-index: 999;
	margin-top: -153px;
	border: #ccc groove 1px;
	background: #fff;
	background: -o-linear-gradient(top, #fff 0%, #000 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#000));
	background: linear-gradient(to bottom, #fff 0%, #000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0)
}
#keynext {
	margin-top: -192px;
	background: transparent url(0/next.png) no-repeat
}
#keyprev {
	margin-top: -180px;
	background: transparent url(0/prev.png) no-repeat
}
#keyfull {
	margin-top: -70px;
	background: transparent url(0/keyfull.png) no-repeat
}
:-webkit-full-screen #keyfull {
	background: transparent url(0/keyfullno.png) no-repeat
}
:-moz-full-screen #keyfull {
	background: transparent url(0/keyfullno.png) no-repeat
}
:full-screen #keyfull {
	background: transparent url(0/keyfullno.png) no-repeat
}

.keymus {
	margin-top: -98px;
	background: transparent url(0/keymus.png) no-repeat
}
.musoff {
	background: transparent url(0/keymusoff.png) no-repeat
}


.keymy {
	margin-top: -124px;
	background: transparent url(0/keymy.png) no-repeat
}
.keymyoff {
	background: transparent url(0/keymyoff.png) no-repeat
}

#keyclouse {
	top: 10px;
	z-index: 330;
	background: transparent url(0/keyclouse.png) no-repeat
}
.about {
	z-index: 333;
	top: 75px;
	right: 0px;
	width: 42px;
	height: 60px;
	background: transparent url(0/keyabout.png) 50% no-repeat
}
#timeminus2, #timeplus2, #time2 {
	right: 30px
}
#timeplus2 {
	margin-top: -48px;
	background: left bottom transparent url(0/keytimeplus2.png) no-repeat
}
#timeminus2 {
	margin-top: -22px;
	background: transparent url(0/keytimeminus2.png) no-repeat
}

#time2 {
	font-size: 16px;
	right: 39px;
	margin-top: -34px;
	color: #fff
}
#min {
	position: absolute;
	max-width: 100%;
	margin: 50px 0 50px 50px; padding-bottom:50px
}
#min .picmin {
	max-width: 100%;
    overflow: hidden;
	float: left;
	margin: 5px;
	border:  solid 1px rgba(255,255,255,0);
	cursor: pointer
}

#min .minkub {-o-object-fit: cover;object-fit: cover; height:100%; width:100%}

#min .picmin:hover {
	border:  solid 1px rgba(255,255,255,.8);
	-webkit-animation: click .8s;
	animation: click .8s;
}
@-webkit-keyframes click {
	0%, 100% {
		opacity: 1
	}
	20% {
		opacity: .4
	}
}
@keyframes click {
	0%, 100% {
		opacity: 1
	}
	20% {
		opacity: .4
	}
}

.show-l {
	margin: auto;
	border: 1px solid #444;
}
#show-l {
	width: 100vw;
	margin-left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	margin-top: -50px;
	text-align: center
}
.youtube-player, .video {
	float: left;
	margin-right: 25px;
	text-decoration: none
}
.videocont {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}
iframe.videoser{
	max-width: 100%;
	margin: auto;
	width: 100%;
	height: 100%/*92%*/
}

video {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit:contain;
}

#mouseup {
	position: absolute;
	left: -100px;
	margin: -20px;
	cursor: default
}
#up, #right, #left, #down {
	position: absolute;
	width: 40px;
	height: 40px
}
#up {
	top: -10px;
	left: 0;
	background: url(0/keyup-m.png) 50% 50% no-repeat;
	background-size: 44%
}
#right {
	top: 0;
	left: 10px;
	background: url(0/next-light.png) 50% 50% no-repeat;
	background-size: 44%
}
#left {
	top: 0;
	left: -10px;
	background: url(0/prev-light.png) 50% 50% no-repeat;
	background-size: 44%
}
#down {
	top: -5px;
	background: url(0/keymin.png) 50% 50% no-repeat;
	background-size: 50%
}
.view {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-weight: 600;
	position: absolute;
	color: #900
}
#keyfon {
	position: fixed;
	top: 0;
	right: 0;
	width: 43px;
	height: 100%;
	background: rgba(0, 0, 0, .3);
}
.r90 {
	position: absolute;
	left: 50%;
	width: 50px;
	height: 50px;
	margin: 0 0 -50px -10px
}
#frame {
	position: fixed;
	top: 3%;
	left: 3%;
	width: 94%;
	height: 94%;
	-webkit-box-shadow: 1px 1px 13px 0 rgba(0, 0, 0, .7);
	box-shadow: 1px 1px 13px 0 rgba(0, 0, 0, .7)
}
textarea::-webkit-input-placeholder {
	font-size: 11px;
	color: #777
}
textarea::-moz-placeholder {
	font-size: 11px;
	color: #777
}
textarea:-moz-placeholder {
	font-size: 11px;
	color: #777
}
textarea:-ms-input-placeholder {
	font-size: 11px;
	color: #777
}
input::-webkit-input-placeholder {
	font-size: 11px;
	color: #777
}
input::-moz-placeholder, input:-moz-placeholder {
	font-size: 11px;
	color: #777
}
input:-ms-input-placeholder {
	font-size: 11px;
	color: #777
}
.pictel {
	width: 100%;
	margin-bottom: 5px
}
#textload, .link {
	font-size: 13px;
	width: 700px;
	max-width: 100%;
	margin: 0 auto 100%;
	text-align: center;
	color: #555
}
h1 {
	font-size: 15px
}
#textload p {
	margin-left: 0
}

.infored {color:#7E0000}

.round100 {
	margin: 8px!important
}
.flip-container {
	-webkit-perspective: 1000;
	-o-perspective: 1000;
	perspective: 1000px
}
.flip-container, .front, .back {
	float: left
}
.flipper {
	position: relative;
	-moz-transform: perspective(1000px);
	-moz-transform-style: preserve-3d
}
.front, .back {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}
.back {
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg)
}
.flip-container:hover .back, .flip-container.hover .back {
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg)
}
.flip-container:hover .front, .flip-container.hover .front {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg)
}
.front {
	z-index: 2
}
.size100 {
	width: 100px;
	height: 100px;
	margin: auto 35px 35px auto
}
.size200 {
	width: 200px;
	height: 200px;
	margin: auto 40px 40px auto
}
.right {
	font-family: Georgia, serif;
	font-size: 15px;
	font-style: italic;
	text-align: right;
	color: #999
}
.accordion {
	text-align: left
}
#form {
	max-width: 100vw;
	width: 611px;
	margin-left: 50%; position:relative;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	margin-top: 40px;
	text-align: left;
	padding: 24px 56px 43px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#text input, textarea, .buttonfind {
	font-size: 12pt;
	margin: 20px 0 0 0;
	padding: 4px 10px;
	color: #000;
	border-radius: 3px;
	-khtml-border-radius: 3px
}
#text input, textarea {
	background: #eee;
	max-width: 90vw;
}
#text input:hover, textarea:hover, .buttonfind:hover {
	background-color: #fff!important
}
#text .center p { /*???*/
	margin-left: 0
}
#formname, #formmail {
	width: 214px;
	max-width: 70vw;
}
#formmes {
	width: 475px;
	max-width: 70vw;
}
#formname {
	margin-right: 20px !important
}
.PD {
	font-size: 12px;
	line-height: 1.2em;
	opacity: .8;
	margin-top: 13px;
	font-family: Arial, Helvetica, sans-serif;
	display: table
}
.formfind {
	width: 340px;
	margin: 0 auto 25px;
	padding: 15px 30px 35px
}
#buttonfind2 {padding: 7px 10px}
#inputfind2 { position:relative; left: 10px}
#text .submit1, .buttonfind {
	font-family: Georgia, serif;
	font-size: 11px;
	padding: 5px 10px;
	float: left;
	margin-right: 27px;
	margin-top: 15px;
	text-transform: uppercase;
	cursor:pointer
}
#text .submit1, .buttonfind, #text input, textarea {
	border: rgba(170, 170, 170, 1) solid 1px
}
.buttonfind {
	margin: 20px 0 0 10px !important
}

.t1 {
	display: table
}
.t1 p:nth-child(1) {
	margin-top: -1em
}
#text .pic1 {
	margin-right: 25px
}
@media (max-width:850px) {
	article {
		column-count: 2;
		-moz-column-count: 2;
		-webkit-column-count: 2;
		-khtml-column-count: 2
	}
	.t2 {
		column-count: 1;
		-moz-column-count: 1;
		-webkit-column-count: 1;
		-khtml-column-count: 1
	}
}
@media (max-width:620px) {
	article {
		column-count: 1;
		-moz-column-count: 1;
		-webkit-column-count: 1;
		-khtml-column-count: 1
	}
	.t2 {
		column-count: auto;
		-moz-column-count: auto;
		-webkit-column-count: auto;
		-khtml-column-count: auto
	}
	.t1 {
		display: block;
		text-align: left
	}
	.t1 p:nth-child(1) {
		margin-top: 0
	}
	#text {
		-webkit-text-size-adjust: 107%
	}
	#text p, h2, article, #text ul, .otst {
		margin-left: 0
	}
	#min {
		margin: 100px 0;
	}
	#min .picmin {
		border: none
	}
	/*@media screen and (orientation:portrait) {}*/
}
@media (min-width:1200px) {
	#text {
		max-width: 1050px
	}
}
#gridwrap {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center
}
#gridcontainer {
	position: relative;
	width: 1100px;
	margin: 0 auto 25px;
	padding-bottom: 10px;
	max-width: 100%;
	overflow: hidden
}
.grid {
	cursor: pointer;
	width: 200px;
	min-height: 100px;
	padding: 18px 18px 5px;
	-webkit-transition: top 1s ease, left 1s ease;
	-moz-transition: top 1s ease, left 1s ease;
	-ms-transition: top 1s ease, left 1s ease;
	-o-transition: top 1s ease, left 1s ease;
	text-align: left;
	border: rgba(102, 102, 102, .5) solid 1px;
	background: rgba(0, 0, 0, .4);
	-webkit-box-shadow: 1px 1px 9px rgba(0, 0, 0, 1);
	box-shadow: 1px 1px 9px rgba(0, 0, 0, 1)
}
.grid p {
	margin-left: 0!important;
	color: #777
}
.grid h4 {
	font-weight: 400;
	font-style: normal;
	line-height: normal;
	display: block;
	margin-top: 0;
	padding: 0 0 5px;
	border-bottom: rgba(102, 102, 102, .5) solid 1px
}
.grid img {
	display: block;
	max-width: 100%;
	margin: 0 0 20px
}

#min3wrap {
	cursor: pointer;
	position: fixed;
	bottom: 0;
	left: 77px;
	max-height: 79px;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	word-wrap: normal;
	background: rgba(0, 0, 0, 1);
	border-top: rgba(0, 0, 0, 1) solid 2px;
	border-right: rgba(0, 0, 0, 1) solid 6px;
	border-left: rgba(0, 0, 0, 1) solid 6px;
	-webkit-box-shadow: 0 0 11px rgba(0, 0, 0, .5);
	box-shadow: 0 0 11px rgba(0, 0, 0, .5)
}
#min3 {
    width: 100%;
    margin: 0 0px;
    background: #000;
}
 
#min3wrap::-webkit-scrollbar {height:0px}

#min3 img {
	height: 60px;
	margin: 0 2px;
	border: #555 1px solid
}
#min3 img:hover {
	border: #fff 1px solid
}
.tags {
	width: 50%; min-width:350px;
	margin: 44px auto;
	text-align: center
}
.tags span {
	margin: 3px;
	padding: 4px 11px;
	background-color: rgba(70, 70, 70, 1);
	line-height: 36px;
	font-size: 15px;
	white-space: nowrap
}
.tags span:hover {
	background-color: rgba(148, 129, 107, 1);
	cursor: pointer
}
.highlight {
	background-color: rgba(229, 189, 135, 1);
	color: rgba(0, 0, 0, 1)
}

.tab {
	margin-left: 40px
}
.ogl, .oglplus {
	margin: 0;
	padding: 7px 0 17px;
	width: 100%;
	height: 1em;
	overflow: hidden;
	border-bottom: rgba(55, 55, 55, 1) solid 1px;
	line-height: 28px
}
.oglplus {
	padding: 0;
	height: 7px;
	background-color: rgba(55, 55, 55, 1)
}
.none {
	display: none
}
.social-icons {
	height: 33px
}
@media (max-width:700px) and (min-width:650px) and (orientation:landscape) {
	#min {
		margin: 0;
		width: 100%
	}
	#min .picmin {
		height: 100vh;
		width: auto;
		max-width: 100%;
		margin: 0 auto 46px auto;
		display: block;
		border: none;
		float: none
	}
}
@media (max-width:520px) and (orientation:portrait) {
	#min .picmin {
		margin: 0 0 46px 0;
		width: 100%;
		height: auto
	}
}
#show, #showpic img {
	background: #202020;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	-o-object-fit:none;
	-o-object-fit:scale-down;
	object-fit:none;
	object-fit:scale-down;
}
.scale {
	-o-object-fit: contain !important;
	object-fit: contain !important;
}
.caption {
	position: fixed;
	bottom: 0;
	background: rgba(0, 0, 0, .5);
	color: #FFF;
	font-size: 14px;
	padding: 7px 50px;
	width: 100%;
	text-align: center;
	-moz-box-sizing: border-box;
	-opera-sizing: border-box;
	-webkit-box-sizing: border-box;
	-khtml-box-sizing: border-box;
	box-sizing: border-box;
}
#counter {
	position: fixed;
	bottom: 0;
	color: #FFF;
	font-size: 20px;
	padding: 5px 10px;
	text-align: left
}
#total {
	color: #999;
	font-size: 14px
}
#keyplay, #keyscroll {
	position: fixed;
	right: 3px;
	bottom: 0px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	background: transparent url(0/play.png) 50% 0 no-repeat;
	background-size: 26px
}
#keyscroll {
	background: transparent url(0/keyup.png) 50% 0 no-repeat;
	background-size: 26px;
	z-index: 888;
}
.pause {
	background: transparent url(0/pause.png) 50% 0 no-repeat !important;
	background-size: 26px !important
}
#wrapcat {
	width: 100%; padding:10px 0;overflow:hidden; margin:-10px 0 40px
}
#contmenu {
	margin: 78px auto 60px auto; /**/
}
/*#contmenu+div(id^='#text') {margin-top: 30px}*/
#exit {
	position: absolute;
	font-family: Verdana, sans-serif;
	font-size: 13px;
	line-height: 17px;
	display: none;
	height: 50px;
	margin-top: -50px;
	cursor: pointer;
	text-align: left;
	white-space: pre-wrap;
	opacity: .6;
	color: #999;
	background: transparent url(0/prev-light.png) 0 50% no-repeat;
	background-size: 28px
}
#show .punktmenu{float:none; position:fixed; bottom:42px; right:42px}

.punktmenu .pic
{
	width: 200px;
	height: 200px;
    overflow: hidden;
	-o-object-fit:cover;
	object-fit:cover;
}

#home { 
	display: none;
	opacity: 0;
	position: absolute;
	top: 13px
}
#socsety { 
	z-index: 444
}

.backtoshow:before{content: url(0/next-light.png);position: relative; top : 11px; padding-right:11px}

.info {
	max-height:22px; overflow:hidden
}
.infabout:before{content: url(0/infabout.png);position: relative; top :2px}
.r90 {
    transform: rotate(90deg);
   }
.вниз5 {position:relative;top:5px}
/*?
.preloaddata {
	width: 100%;
	height: 250px;
	background: transparent url(0/loading.gif) center no-repeat
}*/