html, body {
	width: 100%;
	min-width: 980px;
	min-height: 100%;
	margin: 0 auto;
	font-family: 'PT Sans', 'Arial';
	color: #595959;
	font-size: 14px;
	/*background: #fff url(../images/bk_body.jpg) repeat;*/
}

#wrapper_all {
	width: 100%;
	min-height: 100%;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	background: #fff;
	/*box-shadow: 0px 0px 7px rgba(0,0,0,0.75);*/
	/*background: url(../images/body_bg.jpg) top repeat-x #fff;*/
}

#wrapper {
	width: 980px;
	position: relative;
	overflow: hidden;
	margin: 40px auto;
}

.wp {
	width: 980px;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}

.clearing {
	width: 100%;
	height: 1px;
	position: relative;
	clear: both;
}

#wrapper_all h1 {
	color: #595959;
	font-size: 24px;
	font-weight: normal;
	padding: 0 0 15px 0;
}

#wrapper_all h1 i {
	color: #666;
	font-size: 16px;
	font-weight: normal;
}

/* Контент */

#content {
	width: 980px;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}

#content p {
	margin: 0 0 15px 0;
	line-height: 21px;
}

#content ul {
	margin: 0 0 15px 20px;
	list-style-type: circle;
	line-height: 21px;
}

#content ul li {
	margin: 0 0 10px 0;
}

#header {
	width: 100%;
	position: relative;
	overflow: hidden;
	padding: 30px 0 0 0;
	background: #1E2730;
}

#logo {
	width: 245px;
	height: 50px;
	position: relative;
	float: left;
	background: url('../images/logo.jpg') no-repeat;
}

.phone {
	float: left;
	margin: 10px 0 0 90px;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
}

.phone p {
	font-size: 16px;
	font-weight: 600;
}

.phone p b {
	color: #4ab2d0;
	font-weight: 600;
}

.phone span {
	color: #a7aaac;
	display: block;
	font-size: 11px;
	font-weight: normal;
}

.phone a {
	color: #a7aaac;
	font-size: 12px;
	text-decoration: none;
}

.phone a:hover {
	border-bottom: 1px dashed #a7aaac;
}

.callback-place {
	float: right;
	margin: 12px 0 0 0;
}

.callback-place p {
	margin: 0 0 0 40px;
	color: #4ab2d0;
	font-weight: 600;
	font-size: 12px;
	text-transform: uppercase;
}

.callback {
	height: 30px;
	display: block;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0 10px 0 40px; 
	line-height: 30px;
	background: url('../images/phone-icon.png') no-repeat 10px 50%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.callback span {
	border-bottom: 1px dashed #fff;
}

#phone span {
	height: 30px;
	display: block;
	padding: 0 10px 0 40px;
	line-height: 30px;
	background: rgba(217, 166, 93, 0.8) url('../images/phone-icon.png') no-repeat 10px 50%;
}

/* Меню */

#mainmenu {
	width: 980px;
	position: relative;
	margin: 30px auto 0 auto;
}

#mainmenu .menu {
	position: relative;
	overflow: hidden;
}

#mainmenu  .menu li {
	position: relative;
	float: left;
	padding: 5px 15px;
	margin: 0 2px 0 0;
	list-style-type: none;
	list-style-image: none;
	background: #4ab2d0;
}

#mainmenu .menu li a {
	color: #fff;
	font-size: 15px;
	text-decoration: none;
	line-height: 23px;
}

#mainmenu  .menu li.act {
	background: #2779B2;
}

/* Продукция */

#product {
	position: relative;
	overflow: hidden;
}

#product h2 {
	padding: 10px 0 0 0;
	margin: 10px 0;
	color: #04669f;
	font-size: 17px;
	font-weight: normal;
	border-top: 1px dotted #bbb;
}

#product ul {
	position: relative;
	overflow: hidden;
	margin: 15px -10px 10px 0;
}

#product li {
	width: 315px;
	position: relative;
	overflow: hidden;
	padding: 0;
	margin: 0 10px 10px 0;
	color: #222;
	vertical-align: top;
	display:-moz-inline-stack;
    display:inline-block; 
  	 _overflow:hidden;
   	*zoom:1;
   	*display:inline;
	border: 1px dotted #bbb;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#product li a {
	color: #222;
	text-decoration: none;
}

#product li:hover a {
	color: #04669f;
	text-decoration: underline;
}

#product li img {
	width: 250px;
	height: auto;
	position: relative;
	display: block;
	margin: 20px auto;
}

#product li span {
	font-size: 14px;
	text-transform: uppercase;
	display: block;
	margin: 10px 0;
	text-align: center;
}
#product li strong {
	font-size: 16px;
	display: block;
	margin: 0 0 10px 0;
	text-align: center;
}

#product p {
	margin: 0 0 25px 0;
	line-height: 21px;
}

.general li {
	width: 480px !important;
}

.general li img {
	width: 300px !important;
	margin: 5px auto !important;
}

.general li span {
	margin: 0 0 20px 0 !important;
}

/* Подвал */

#before_footer {
	height: 100px;
}

#footer {
	width: 100%;
	height: 40px;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 20px 0 0 0;
	background: #1E2730;
	z-index: 5;
}
#footer p {
	color: #fff;
	font-size: 13px;
	text-align: center;
}

.block-grey {
	position: relative;
	padding: 35px 0 20px 0;
	/*margin: 0 0 30px 0;*/
	color: #444;
	/*background: #bebfb7;*/
}

.block-grey .plus {
	width: 250px;
	position: relative;
	float: left;
	margin: 35px 20px 0 40px;
	padding: 0 0 0 0;
}
/*
.block-grey .plus span {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 40px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	background: #111;
	-moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
	box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
*/

.block-grey .plus b {
	font-size: 14px;
	text-transform: uppercase;
	display: block;
	margin: 12px 0 10px 0;
	color: #222;
}

.block-grey .plus p{
	font-size: 13px;
	line-height: 18px;
	margin: 0 0 10px 0;
}

.block-grey .plus a {
	display: block;
	min-height: 25px;
	padding: 0 0 0 30px;
	color: #222;
	font-size: 12px;
	line-height: 25px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	background: url(../images/more-icon-hover.png) 0 0 no-repeat;
}

.block-grey .plus a:hover {
	color: #2779b2;
	background: url(../images/more-icon.png) 0 0 no-repeat;
}

.block-grey .img {
	float: left;
}

#line {
	width: 100%;
	min-height: 8px;
	background: #2779B2; 
}

#grey {
	width: 100%;
	height: 265px;
	position: relative;
	overflow: hidden;
	margin: 0 0 30px 0;
	background: #bebfb7;
}

#grey img {
	float: left;
}

#grey .wp ul {
	width: 420px;
	float: right;
	margin: 20px 0 0 0;
}

#grey .wp ul li {
	position: relative;
	margin: 0 0 20px 0;
	color: #fff;
}

#grey .wp ul li span {
	display: block;
	text-transform: uppercase;
	font-weight: 600;
}

#grey .wp ul li img {
	display: block;
	margin: 0 10px 0 0;
}

#grey .wp ul li p {
	margin: 10px 0 0 0;
	line-height: 18px;
}

#master {
	width: 175px;
	height: 70px;
	padding: 0 0 0 100px;
	display: block;
	margin: 100px auto;
	color: #e2004a;
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 70px;
	background: url('../images/master.jpg') no-repeat;
}

/* Form */
/*
#wrapper-form {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	overflow: auto;
	background: rgba(0, 0, 0, 0.8);
	z-index: 10;
	display: none;
}

#callback-form {
	width: 355px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -150px 0 0 -177px;
	color: #fff;
}

#callback-form input[type="text"], #callback-form input[type="submit"] {
	height: 30px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#callback-form input[type="text"] {
	width: 340px;
	margin: 0 0 5px 0;
	padding: 0 0 0 10px;
	background: #fff;
	border: 1px solid #98c0de;
}

#callback-form input[type="submit"] {
	width: 352px;
	margin: 0;
	color: #fff;
	background: #2779B2;
	border: none;
	border-bottom: 3px solid #2c6bab;
	-webkit-box-shadow: 0 2px 5px 0 rgba(63, 81, 100, 0.25);
	-moz-box-shadow:    0 2px 5px 0 rgba(63, 81, 100, 0.25);
	box-shadow:         0 2px 5px 0 rgba(63, 81, 100, 0.25);
	cursor: pointer;
}

#close {
	width: 12px;
	height: 12px;
	position: absolute;
	top: 0;
	right: 0;
	background: url('../images/close.png') no-repeat;
	cursor: pointer;
}

#callback-form h2 {
	margin: 0 0 20px 0;
	color: #fff;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 13px;
}
*/

/* popup */
.popup {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(21,21,21,0.6);
    z-index: 6000;
	overflow-y: auto;
	display: none;
}
.popup-wp {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.popup-form {
    width: 90%;
	max-width: 720px;
	position: relative;
    margin: 50px auto;
    padding: 40px;
    background: #fff;
	box-shadow: 0px 0px 50px rgba(21,21,21,0.6);
	box-sizing: border-box;
}
.popup-title {
	position: relative;
    margin: 0 0 10px 0;
    color: #1E2730;
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
}
.popup-text {
	position: relative;
	margin: 0 0 20px 0;
	font-size: 16px;
}	
.popup-close {
	width: 30px;
    height: 30px;
    position: absolute;
    top: 15px;
    right: 15px;
    background: url(../images/close.svg) no-repeat center;
    cursor: pointer;
}
.form {
	position: relative;
}	
.form-item {
	position: relative;
	margin: 0 0 10px 0
}	
.form-item input {
	width: 100%;
	height: 60px;
    margin: 0;
	padding: 0 20px;
	font-family: 'PT Sans', 'Arial';
	color: #151515;
	font-size: 16px;
    font-weight: 500;
	border: 1px dotted #bbb;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: none;
    box-sizing: border-box;
}	
.form ::-webkit-input-placeholder {color: #595959;}
.form ::-moz-placeholder {color: #595959;}
.form :-moz-placeholder {color: #595959;}
.form :-ms-input-placeholder {color: #595959;}	

.form-button {
	position: relative;
	margin: 20px 0 0 0;
	display: inline-block;
}
.form-button input[type="submit"] {
    position: relative;
    padding: 15px 30px;
    display: inline-block;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
	font-family: 'PT Sans', 'Arial';
	background: #1E2730;
	border: none;
    transition: 1s;
	cursor: pointer;
    box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	transition: 1s;
}
.form-button input[type="submit"]:hover {
	background: #2779B2;
	transition: 1s;
}	
.form .personal {
	position: relative;
	margin: 30px 0 0 0;
}	
.form .check {
	position: relative;
	display: inline-block;
	padding: 0 0 0 30px; 
	font-size: 14px;
    line-height: 20px;
	background-repeat: no-repeat;
	background-image: url(../images/check.svg);
	background-position: 0 0;
}
.form .check a {
	color: #2779B2;
}
.form .check a:hover {
	text-decoration: underline;
}	
.form .check input[type="checkbox" i] {
	display: none;
}
.form .checked {
	background-image: url(../images/checked.svg);
}	
.success {
    position: relative;
}
.success .okk, .success .err {
	margin: 0 0 20px 0;
    font-size: 18px;
    font-weight: 700;
}
.button-noact {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(255,255,255,0.4);
	display: none;
}	
.form-button.no-act .button-noact {
	display: block;
}

.conf-content {
	position: relative;
}
.conf-content h1 {
	margin: 0 0 20px 0;
}		
.conf-content ol li {
	margin: 0 0 10px 20px;
	list-style: decimal;
}	