
body{
	margin: 0;
}
a.text:active, /* активная/посещенная ссылка */
a.text:hover,  /* при наведении */
a:visited,
a.text,a  {
  text-decoration: none;
  color: #000;
}
.main{
	width: 100%;
	display: inline-block;
}
.polygon{
	width: 69%;
	position: fixed;
	display: inline-block;
	user-select: none;
	transition: transform 0.3s ease-out;
	cursor: zoom-in;
}
.main *{
	vertical-align: top;
}
/*L O G I N */
.loginForm{
	border-radius: 15px;
	background: white;
	display: block;
	width: 250px;
	height: 160px;
	box-shadow: 0px 0px 50px black;
	position: absolute;
	top: -500px;
	left: 20px;
	transition: all .7s;
	padding: 20px;
	font-style: Arial;

}
.loginForm p{
	margin: 0px;
	margin-top: 5px;
	font-style: Arial;
}
.loginForm input{
	width: 93%;
	padding: 6px;
	outline: none;
	border-radius: 5px;
}
.loginForm input[type=submit]{
	width: 99%;
}
.loginForm input[type=submit]:hover{
	background: #CCC;
	/*color: white;*/
	cursor: pointer;
	transition: all .5s;
}
/*E N D    L O G I N */

/* М Е Н Ю */
.autorization{
	display: block;
/*	position: fixed;
	top: 0;*/
	width: 100%;
	height: 40px;
	font-family: Arial;
	font-size: 14px;
	font-style: italic;
	background: url('../img/user.png') no-repeat left top;
	background-size: 20px;
	line-height: 20px;
	margin-left: 20px;
}
.autorization span{
	margin-left: 25px;
}

.autorization span:hover{
	border-bottom: 1px dashed rgba(0,0,0,0.9);
	cursor: pointer;
}
.autorization:hover .profile{
	visibility: visible;
}
.yes-no{
	display: block;
	padding: 10px;
	text-align: center;
	position: absolute;
	width: 200px;
	/*height: 90px;*/
	background: #FF7256;
	box-shadow: 0px 0px 20px black;
	font-family: Arial;
	font-weight: 800;
	visibility: hidden;
	z-index: 1000;
	color: white;
}
.btn{
	display: inline-block;
	width: 40px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	border-radius: 5px;
	/*background: #FFA500;*/
	box-shadow: 0px 0px 8px #8B4500;
	margin: 0px 15px;
	padding: 2px;
}
.btn:hover{
	background: #CDC9C9;
	cursor: pointer;
}
.profile{
	width: 28%;
	min-width: 260px;
	/*height: 95%;*/
	box-shadow: 0px 0px 20px gray;
	display: block;
	visibility: hidden;
	position: absolute;
	top: 30px;
	left: 10px;
	background: #fff;
	/*transition: all .5s;*/
}
.head{
	display: block;
}
.pButton{
	display: inline-block;
	font-family: Arial;
	height: 15px;
	padding: 10px;
	box-shadow: 0px 0px 3px darkgray;
	border-radius: 5px;
	line-height: 15px;
	margin: 10px;
	cursor: pointer;
	transition: background .5s;
}
.pButton:hover{
	background: red;
	color: white;
	box-shadow: 0px 0px 10px darkgray;
}


a[href='#']{
	position: absolute;
	right: 0px;
}
#orderPositions{
	text-align: left;
	padding: 10px;
	margin-top: 30px;
	
}
.orderItemDiv{
	display: inline-block;
	width: 120px;
	height: 100px;
	text-align: center;
	position: relative;
	
}
.orderImg{
	height: 80px;
	margin: 5px;
	cursor: pointer;
}
.del{
	position: absolute;
	height: 20px;
	width: 20px;
	top: -5px;
	right: -5px;
	z-index: 100;
	cursor: pointer;
}
.del:hover{
	transform: scale(1.4);
	transition: all .5s;
}

#menu{
	position: fixed;
	right: 0px;
	top: 0px;
	height: 35px;
	line-height: 15px;
	background-color: #CD5C5C;
	font-family: Arial;
	color: white;
	cursor: pointer;
	text-align: right;
	box-shadow: 0px 0px 5px darkgray;
}
.menuItem{
	display: inline-block;
	padding: 10px;
}
#menu table{
	background: white;
	position: relative;
	top: 5px;
	font-size: 14px;
	font-family: Arial;
	color: black;
	border-collapse: collapse;
	box-shadow: 0px 0px 5px darkgray;
}
.bold{
	font-size: 16px;
}
#menu td, #menu tr{
	padding: 5px 10px;
}
#menu tr:nth-of-type(1){
	font-size: 16px;
	font-weight: 800;
}
#menu tr:nth-of-type(2){
	color: gray;
}
#menu td:nth-of-type(2){
	text-align: left;
}
#infoBlock{
	transition: all 0.5s ease-out;
	opacity: 0;
}
/* К О Н Е Ц   М Е Н Ю */
.folderGroup{
	width: 30%;
	vertical-align: top;
	display: inline-block;
	padding: 5px;
	overflow: hidden;
}
.folder{
	width: 100px;
	height: 140px;
	padding: 10px;
	display: inline-block;
	word-wrap: break-word;
	cursor: pointer;
}
.file{
	width: 100px;
	height: 140px;
	padding: 10px;
	display: inline-block;
	word-wrap: break-word;
	cursor: pointer;
}
.file:hover, .folder:hover{
	box-shadow: 0px 0px 10px gray;
}

.folder img, .file img{
	width: 100%;
}
.folder p{
	color: black;
	margin: 0;
	margin-top: 15px;
	text-align: center;
}
.file p{
	margin: 5px;
	text-align: center;
}
#controls{
	width: 70%;
	position: fixed;
	right: 0%;
	bottom: 0%;
	height: 90px;
	text-align: center;
	line-height: 90px;
	user-select: none;
}
.button:hover{
	box-shadow: 0px 0px 15px green;
}
#buyButton{
	position: fixed;
	bottom: 100px;
	right: 100px;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: white url('../img/fav.png') no-repeat center;
	background-size: 100%;
	transition: all .5s;
}
#buyButton:hover{
	transform: scale(1.1);
	transition: .5s;
	box-shadow: 0px 0px 15px black;
	cursor: pointer;
}
.button{
	width: 50px;
	height: 50px;
	border: 1px solid white;
	border-radius: 50%;
	box-shadow: 0px 0px 10px black;
	display: inline-block;
	margin: 20px;
	user-select: none;
	cursor: pointer;
}
#bBack{
	background: white url('../img/bBack.png') no-repeat center;
	background-size: 80%;
}
#bForward{
	background: white url('../img/bForward.png') no-repeat center;
	background-size: 80%;
}
#bRotateLeft{
	background: white url('../img/left.png') no-repeat center;
	background-size: 60%;
}
#bRotateRight{
	background: white url('../img/right.png') no-repeat center;
	background-size: 60%;
}
#bfullScreen{
	background: white url('../img/fullScreen.png') no-repeat center;
	background-size: 65%;
}
.finish{
	position: absolute;
	top: 30%;
	width: 100%;
	height: 100px;
	font-family: Arial;
	font-size: 24px;
	color: red;
	/*line-height: 40px;*/
	text-align: center;
}
.link{
	position: absolute;
	bottom: 5px;
	right: 5px;
	color: #aaa;
	font-size: 8px;
}