.caselayout {
	position: relative;
	text-align: center;
	width: 700px;
	padding-bottom: 200px;
	padding-top: 65px;
}

.caselayout .monitor {
	background: transparent url(../i/monitor.png) 0 40px no-repeat;
	display: block;
	width: 700px;
	height: 650px;
	position: absolute;
	margin-left: 1px;
	left: 0;
	top: 0;
	z-index: 50;
}

.caselayout .monitor .in {
	height: 30px;
	background: #fff;
	margin: 0;
	text-align: center;
	padding-top: 10px;
}

.caselayout .monitor .in h2 {
	margin: 0;
}

#text .caselayout .monitor ul {
	margin: 0!important;
}

.caselayout .monitor li {
	list-style: none;
	display: -moz-inline-stack;	display: inline-block; *display: inline;
	vertical-align: middle;
	font-size: 12px;
	padding: 0 5px;
}

.caselayout .monitor li a {
	color: #666;
	text-decoration: none;
	border-bottom: 1px dotted #666;
}

.caselayout .monitor li.active a {
	color: #069ca2;
	border-color: #069ca2;
}

.caselayout .monitor.fixed {
	position: fixed;
	top: 0;
	left: 260px;
}

.caselayout .monitor.bottom {
	position: absolute;
	top: 100%;
	left: 0;
	margin-top: -635px;
}

.caselayout .imglist {
	width: 643px;
	margin: 0 auto;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.caselayout .imglist a,
.caselayout .imglist img {
	display: block;
	background: none;
}



.case_tabs {
	background: #fff;
	margin: 0;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 70px;
}

.case_tabs h2 {
	margin: 0;
	padding-bottom: 5px;
}

#text .case_tabs ul {
	margin: 0!important;
	padding-bottom: 23px;
	border-bottom: 1px solid #ccc;
	width: 700px;
}

.case_tabs li {
	list-style: none;
	display: -moz-inline-stack;	display: inline-block; *display: inline;
	vertical-align: middle;
	font-size: 12px;
	padding: 0 5px;
}

.case_tabs li a {
	color: #666;
	text-decoration: none;
	border-bottom: 1px dotted #666;
}

.case_tabs li.active a {
	color: #069ca2;
	border-color: #069ca2;
}

.case_tabs_content {
	margin-top: 25px;
	box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.case_tabs_content div {
	display: none;
}

.case_tabs_content .active {
	display: block;
}

@font-face {
    font-family: 'pf_din_text_cond_pro_mediumRg';
    src: url('../fonts/pfdintextcondpro-medium-webfont.eot');
    src: url('../fonts/pfdintextcondpro-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pfdintextcondpro-medium-webfont.woff') format('woff'),
         url('../fonts/pfdintextcondpro-medium-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

#text {
	width: auto;
	line-height: 1.4;
	color: #333;
	margin-right: 150px;
}

#text {
	font-size: 14px;
}

#text ul {
	margin: 0;
	padding: 0;
}

#text h1 {
	font-size: 40px;
	font-weight: 400;
	font-family: 'pf_din_text_cond_pro_mediumRg', Arial, sans-serif;
	text-align: center;
	color: #000;
	text-transform: uppercase;
}

#text h2 {
	font-size: 30px;
	font-weight: 400;
	font-family: 'pf_din_text_cond_pro_mediumRg', Arial, sans-serif;
	text-align: center;
	color: #000;
	text-transform: uppercase;
	margin: 50px 0 10px;
}

#text .accent {
	font-size: 16px;
	padding: 10px 0;
}

#text dl {
	background: transparent none 0 7px no-repeat;
	padding: 20px 0;
}

#text dt,
#text dd {
	margin-left: 85px;
}

#text dt {
	font-size: 25px;
	color: #06afb6;
}

#text dd {
	line-height: 1.6;
}

#text .shade {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	margin-left: 20px;
}

#text .iframe_wide {
	width: 1110px;
	margin: 0 -175px 0 -252px;
	border-radius: 4px;
	overflow: hidden;
	border: 1px solid #fff;
}

/* a.gusev*/
.r_banners {
	position: absolute;
	z-index: 990;
	top: 100px;
	left: 1170px; 
}

.winpad {
	 margin: 0 -120px 20px -150px;
}

@media only screen and (max-width: 1350px) {
	#text {
		margin-right: 15px;
	}
	.r_banners {
		position: absolute;
		z-index: 990;
		top: 100px;
		left: 1030px; 
	}
	.winpad {
 		margin: 0 -150px 20px -250px;
	}
	#text .iframe_wide {
		width: 993px;
		margin: 0 -175px 0 -260px;
		border-radius: 4px;
		overflow: hidden;
		border: 1px solid #fff;
	}
}