@charset "utf-8";
/* BASE STYLE */	

html {height:100%;}
html   body {display:table; position: relative; width: 100%; position: relative; z-index: 0; margin: 0; padding: 0; min-height: 100%; font-family: verdana; font-size: 13px; color: #333; line-height: 1.5; left:50%; margin-left:-50%;}
html  body canvas {z-index: 1 !important;}
a {color: rgb(0, 108, 142); text-decoration: none; cursor: pointer;}
a:hover {text-decoration: underline;}
em {font-style: italic;}
strong {font-weight: bold;}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {margin: 0;}
table {border-collapse: collapse; border-spacing: 0 !important; font: normal 13px arial,helvetica,tahoma,sans-serif; line-height: 2;}
fieldset, img {border: 0;}
address, caption, cite, code, dfn, strong, th, var {font-style: normal;}
ol li {margin-bottom: 15px;}
ul {list-style: none;}
hr {border-top: none; border-left: none; border-right: none; border-bottom: 1px solid #B6B6B6;}
caption,th {text-align: left;}
h1, h2, h3, h4, h5, h6 {font-size: 100%; font-weight: normal;}
input[type="image"] {cursor: pointer;}
iframe {border: 0 inset !important;}
textarea {resize: none;}
input {outline: 0 !important;}


/* MAIN STYLE */
.bg_center {
	width:1000px;
	margin:0 auto;
	box-sizing: border-box;
	}
.header {
	background:#D92A0F;
	color:#fff;
	}
.menu > ul {
	padding:0;
	}
.menu > ul li {
	padding:5px;
	background:#fff;
	text-transform:uppercase;
	font-size:9pt;
	cursor:pointer;
	padding: 5px 10px;
	}
.menu > ul li a {
	color: #666;
	text-decoration:none;
	}
.menu > ul li:hover > a {
	color: #999;
	}
.menu > ul > li {
	display: inline-block;
	position:relative;	
	font-weight:bold;
	margin: 2px 0;
	
	}
.menu > ul > li ul {
	position:absolute;
	padding-left:0;
	width:290px;
	margin-left: -10px;
	margin-top: 5px;
	border-top: #C7BC90 2px solid;
	display:none;
	z-index:4;
	border:#999 solid 1px;
	
	}
.menu > ul > li:hover ul {
	display: block;
	}
.menu > ul li.active a{
	color: #F00;
	}
.spec {
	display:inline-block;
	width:225px;
	background:#fff;
	height: 290px;
	vertical-align: top;
	margin: 0 8px 25px;
	text-decoration: none;
	color:#666;
	border:2px solid #CCC;
	}
.spec:hover {
	border:2px solid #F00;
	text-decoration:none;
	}
.spec img {
	width:100%;
	}
.spec div {
	text-transform:uppercase;
	font-weight: bold;
	padding: 5px 15px;
	}
.application {
	position:fixed;
	width:100%;
	top:0;
	bottom:0;
	background: rgba(0, 0, 0, 0.5);
	display:none;
	}
.application form {
	position:fixed;
	top:150px;
	left:50%;
	margin-left:-125px;
	background:#fff;
	width:250px;
	font-size: 9pt;
	line-height: 1.2em;
	font-weight: bold;
	border-radius:5px;
	box-shadow: 5px 5px 10px rgba(255,255,255,0.5);
	}
.application form input[type=text], .application form textarea {
	width:225px;
	margin: 5px 0;
	border-radius:5px;
	}
.application form input[type=reset], .application form input[type=button] {
	width:113px;
	text-transform:uppercase;
	font-size:10pt;
	font-weight: bold;
	margin: 5px 0;
	border-radius:2px;
	}
.goods div {
	width:320px;
	display:inline-block;
	}
.goods img {
	width:320px;
	}
.goods span {
	text-transform:uppercase;
	color:#fff;
	font-weight:bold;
	margin-left: 10px;
	}
.content_text {
	background:#fff;
	text-align:justify;
	margin: 15px 0;
	padding: 10px;
	font-size:120%;
	}
.content_text p {
	margin:5px 0;
	}

.spectehnika > div {
	width:320px;
	height:420px;
	background:#fff;
	font-size:9pt;
	float:left;
	margin: 6px 13px 6px 0;
	}

.spectehnika img {
	width:320px;
	}
.spectehnika h1 {
	text-transform:uppercase;
	font-weight:bold;
	padding:5px 10px;
	}
.spectehnika p {
	padding:5px 10px;
	text-align:justify;
	}
	
input[type="text"], input[type="email"], textarea {
    padding:5px 10px;
    border:1px solid #ccc;
    display: block;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="text"], input[type="email"] {
    height:40px;
}

label {
    display:block;
    font-size:inherit;
    margin-bottom:5px;
}

.form-group {
    margin-top:15px;
}

.req {
    display:none;
}

.popup-form h3 {
	font-size: 24px;
    margin-bottom: 5px;
}

.popup-form button[type="submit"] {
    float:right;
    border:none;
    background: #F64B2F;
    padding: 10px 20px;
    color: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.popup-block {
    position:relative;
    max-width:500px;
    margin:0 auto;
}

.popup-form {
    padding:30px;
    background:white;
    overflow:hidden;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    border-radius:8px;
}