body {
	font-family: Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	background: url("../images/bg.png") repeat; 

	
	background-attachment: fixed;
}



#sheet {
	margin: 0 auto;
	width: 1014px;
	background-color: #cfd2d6;
	box-shadow: 0 0 30px rgba(0,0,0,0.9);
}

#header {
	background: transparent;
	background: url("../images/sky.jpg");
	background-size: 100%;
	position: fixed;
	width: 1014px;
	height: 200px;

}



.search {
	 
	
	margin-top: 60px;

}

.search form img {
	display: inline-block;
	float: left;
	width: 30px; 
	height: 30px;
	margin-left: 10px;
}

.search form input {
	width: 140px;
	float: right;
	margin-right: 10px;
	margin-left: 0;
	display: inline-block;
	height: 30px;
	
	border-radius: 12px;
	-webkit-box-shadow: -2px 11px 11px -6px rgba(0,0,0,0.75);
	-moz-box-shadow: -2px 11px 11px -6px rgba(0,0,0,0.75);
	box-shadow: -2px 11px 11px -6px rgba(0,0,0,0.75);
	background-color: transparent;
	outline: none;
	padding: 5px;
	box-sizing: border-box;
}

.ruen {
	width: 200px;
	height: 40px;
	position: absolute;
	left: 20px;
	
	
}

.ru {
	display: block;
	background: url("../images/ru.png") no-repeat;
	background-size: 34px 22px;
	background-position: bottom center; 
	width: 50px;
	height: 40px;
	float: left;
	text-align: center;
	
}

.en {
	display: block;
	background: url("../images/en.png") no-repeat;
	background-size: 34px 22px;
	background-position: bottom center; 
	width: 50px;
	height: 40px;
	float: left;
	text-align: center;
}

#header h1{
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	text-align: center;
	margin-top: 0;
	font-style: italic;
	text-shadow: 0px 0px 13px rgba(255, 255, 255, 0.78);
	color: #1CA4E8;
	font-size: 220%;
	width: 300px;
	float: left;
}




#header h2{
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-style: italic;
	margin-top: 0;
	font-size: 200%;
	text-align: center;
	padding-right: 20px;
	float: right;
	width: 300px;
	color: #1CA4E8;
}

#dw {
	text-align: center;
}

#sidemenu {
	position: fixed;
	top: 180px;
	background-color: #C6EDF4;
	height: 100vh;
	padding-top: 40px;
	
}

#sidemenuen {
	position: fixed;
	top: 180px;
	background-color: #C6EDF4;
	height: 100vh;
	padding-top: 40px;
	
}

#sidemenu ul , 
#sidemenuen ul 
{
	list-style: none;
	padding: 5px;
	
	
}



.scrol a {
	display: block;
	padding: 5px;
	text-align: center;
	border-radius: 12px;
	-webkit-box-shadow: -2px 11px 11px -6px rgba(0,0,0,0.75);
	-moz-box-shadow: -2px 11px 11px -6px rgba(0,0,0,0.75);
	box-shadow: -2px 11px 11px -6px rgba(0,0,0,0.75);
	margin: 10px;
    box-sizing: border-box;
	
	background-image:
   linear-gradient(45deg, rgba(255,255,255,.0) 30%, rgba(255,255,255,.8), rgba(255,255,255,.0) 70%),
   linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0) 20%, rgba(255,255,255,0) 90%, rgba(255,255,255,.3)),
   linear-gradient(to right, rgba(125,125,125,1), rgba(255,255,255,.9) 45%, rgba(125,125,125,.5)),
   linear-gradient(to right, rgba(125,125,125,1), rgba(255,255,255,.9) 45%, rgba(125,125,125,.5)),
   linear-gradient(to right, rgba(223,190,170,1), rgba(255,255,255,.9) 45%, rgba(223,190,170,.5)),
   linear-gradient(to right, rgba(223,190,170,1), rgba(255,255,255,.9) 45%, rgba(223,190,170,.5));
  background-repeat: no-repeat;
  background-size: 200% 100%, auto, 100% 2px, 100% 2px, 100% 1px, 100% 1px;
  background-position: 200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
  box-shadow: rgba(0,0,0,.5) 3px 10px 10px -10px;
	
}

.scrol a:hover {
  transition: .5s linear;
  -webkit-transition: .5s linear;
  background-position: -200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
}

#sidemenu ul a,
#sidemenuen ul a
{
	text-decoration: none;
	color: black;
}

#sidebar {
	position: fixed;
	top: 200px;
	float: right;
	height: 100vh;
	width: 203px;
	background-color: #C6EDF4;
}

#content {
    width: 100%;
    box-sizing: content-box;
	padding: 230px 40px 100px 40px;
	background-color: #E8FCFF;
	
}



#content p {
	padding-right: 70px;
	text-align: justify;
}

.grad{
	position: fixed;
	top: 50px;
	width: 1014px;
	height: 200px;
	background: url("../images/sky1.png");
	background-size: 100% 100%;
	z-index: 1;
}

#footer {
	background-color: #C6EDF4;
	position: fixed;
	bottom: 0;
	width: 1014px;
	height: 80px;
	padding: 10px;
	box-sizing: border-box;
}



#footer p {
	margin-left: 22px;
	text-align: center;
}

#footer a {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	text-decoration: none;
	color: #1CA4E8;
	font-weight: bold;
	font-size: 120%;
}


.img1 {
	float: left;
	padding: 10px 10px 10px 0px;
	width: 150px;
	height: auto;
}

.img2 {
	float: right;
	padding: 10px 0px 10px 10px;
	
}

.price {
	color: #1CA4E8;
	font-weight: bold;
	font-style: italic;

	
}


@media screen and (max-height: 760px) {
#sidemenu {
	position: static;
	background-color: #C6EDF4;
	height: auto;
	padding-top: 40px;
	margin-top: -1473%
	
}


.men {
	background-color: #C6EDF4;
	
}


#sidemenuen {
	position: static;
	background-color: #C6EDF4;
	height: auto;
	padding-top: 40px;
	margin-top: -1304%
	
}


.menen {
	background-color: #C6EDF4;
	
}
	
}