*,
*:after,
*:before {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
	outline: none;
}

/* Цвет посещённых ссылок */

img {
	display: block;
	margin: 0 auto;
	border: 3px solid #ccc;
}

h1 {
	font: 24px/20px Arial;
	text-align: center;
	margin: 10px 0;
}


body {
	width: 100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #474747;
	background: url('/newimages/bg.jpg') 0 0 repeat-x #fff;
	line-height: 1;
}

body,
html, #container {
	overflow-x: hidden;
}

#container {
	margin: 0 auto;
	max-width: 950px;
	min-width: 300px;
}

.but {
	border: 1px solid #cb5505;
	margin: 10px 20px;
	padding: 0 20px;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
	outline: none;
	background: #ef8f1c;
}

.but:hover {
	background: #e07f0b;
}

#wb_Form1 {
	padding: 5px;
	margin: 45px 0 0;
}

form {
	background: #f0f0f0;
	padding: 0 0 10px;
	border-radius: 5px;
	overflow: hidden;
}

#inBlock {
	width: 365px;
	font-size: 0;
	margin: 0 5px;
	float: left;
	text-align: left;
}

#inBlock p, #inBlock input {
	display: inline-block;
	font-size: 15px;
}

#inBlock p {
	width: 57%;
}

#inBlock input {
	width: 43%;
}

.input6 {
	width: 30px !important;
	padding: 2px !important;
}

.p6 {
	width: 26px !important;
	padding: 5px;
	text-align: right;
}

textarea, p#textareaP, #inBlock input.button1  {
	width: 100%;
	margin: 5px 0 0;
}

input.button1 {
	height: 40px;
}

#inBlock input {
	padding: 5px 0px 5px 5px;
	margin: 5px 0;
}

#inBlock .ppp {
	width: 100%;
}

.inBl {
	display: inline-block;
}

.padding5 {
	padding: 5px;
}

#wb_Image1 {
	max-width: 600px;
	margin: 5px auto;
	overflow: hidden;
}

#wb_Image1 img {
	width: 100%;
}

.imgNext {
	margin: 0 0 19%;
	width: 10%;
}

.imgNext img {
	border-style: none;
	width: 100%;
	cursor: pointer;
}

#sliderOne {
	max-width: 600px;
	margin: 5px auto;
	overflow: hidden;
	font-size: 0;
}

.imgCenter {
	max-width: 80%;
}

#slider1 {
	display: block;
}

#slider2, #slider3, #slider4 {
	display: none;
}

.center {
	text-align: center;
}

p.ppp {
	margin: 10px 5px;
	font-size: 13px;
	width: 100%;
}

strong {
	color: red;
}

#shapka {
	background: #000; /*018DCF*/
	color: #fff;
	border-radius: 10px 10px 0 0;
}

#shapka h1 {
	padding: 20px 5px 5px;
	margin: 0;
}

#shapka p {
	padding: 0 0 10px;
}

/*menuMin*/

nav ul {
	font-size: 0;
	max-width: 1150px;
	margin: 0 auto;
}

nav ul li {
	display: inline-block;
	width: 14.2%;
	text-align: center;
	transition: .4s ease-in-out;
	/*плавность переходов элементов*/
}

nav ul li:hover {
	background: #ef8f1c; /*#00732b*/
}

nav ul li a {
	color: #fff;
	line-height: 42px;
	font-size: 16px;
	display: block;
}

div.minNav {
	background: #000; /*018DCF*/
	width: 220px;
	position: fixed;
	height: 100%;
	right: -220px;
	transition: .5s ease-in-out;
	/*плавность переходов элементов*/
	z-index: 10;
}

#minMenuDiv {
	font-size: 0;
}

#logoTop {
	margin-top: 3px;
	padding: 0 17px 0 20px;
}


#logoTop img {
	height: 42px;
	border-style: none;
}

#logoTop p {
	font-size: 22px;
	line-height: 22px;
	font-weight: bold;
	color: #fff;
	margin-left: 2px;
}

#butMenuTwo, #butMenuOne {
	color: #fff;
	height: 41px;
	margin: 0 0 0 -70px;
	position: absolute;
	top: 5px;
	display: block;
	width: 50px;
	text-align: center;
	background: #000; /*018DCF*/
	border-radius: 3px;
}

#butMenuTwo {
	display: none;
}

#butMenuTwo div {
	display: block;
	height: 100%;
	background: url(/newimages/close_white.png) no-repeat center;
}

.menuThreeDiv div {
	width: 35px;
	height: 4px;
	background: #fff;
	margin: 7px 0 0;
	border-radius: 1px;
}


#minMenu ul {
	padding: 5px 0 0 0;
}

#minMenu li {
	width: 100%;
	text-align: left;
	padding: 0 0 0 20px;
}


/*end menuMin*/

@media screen and (max-width: 800px) {
	#inBlock {
		width: 90%;
		float: none;
	}
}

@media screen and (max-width: 410px) {
	#inBlock p, #inBlock input {
		width: 100%;
	}
	.p6 {
		display: none !important;
	}
	.input6 {
		display: none !important;
	}
}