#top > .menu .wrap {
border-bottom-width: 3px;
	border-bottom-style: groove;
border-color: #FFAF14;
width: 1100px;
}

#top .navigation {
    float: none;
    text-align: center;
}

#top .navigation a {
	display: inline-block;
	color: #000000;
}

#seotxt .one {
	width: 682px;
	display: block;
	overflow-x: hidden;
}
#seotxt .logo {
	overflow-x: hidden;
	margin-bottom: 30px;
	}
#seotxt .hst1 {
	color: #FF6414;
	font-family: 'Open Sans',Arial,sans-serif;
	font-size: 30px;
	margin-top: 50px;
	margin-bottom: 30px;
	text-align: center;
	}
#seotxt .hst2 {
	font-family: 'Open Sans',Arial,sans-serif;
	color: #424240;
	font-size: 20px;
	text-align: center;
	}
#seotxt a {
	color: black;
	text-decoration: underline;
}
#seotxt p {
	text-align: left;
	text-indent: 15px;
		}
#seotxt ul {
	line-height: 25px;
	list-style-type: square; 
    list-style-position: outside;
		}
#seotxt li {
	}
/*Начало для блока основные преимущества*/
#prem figure {
	width: 182px;
	height: 182px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
	text-align: left;
	box-shadow: 1px 1px 3px #ccc;
	border: 4px solid #fff;
	cursor: default;
	font: normal 11px/15px Helvetica, Arial, sans-serif;
	float: left;
}

#prem figure figcaption,
figure figcaption img{
	width: 182px;
	height: 182px;
	position: relative;
	/* [disabled]top: 0; */
	/* [disabled]left: 0; */
	/* [disabled]background-color: #eee; */
	-moz-transform: translateX(-182px);
	-o-transform: translateX(-182px);
	-webkit-transform: translateX(-182px);
	transform: translateX(-182px);
	visibility: hidden;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

#prem figure img {
	display: block;
	position: absolute;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	width: 100%;
	float: right;
}

#prem figure h2 {
	text-transform: uppercase;
	color: #333;
	position: relative;
	font-size: 17px;
	letter-spacing: 1px;
	margin-top: 10px;
	margin-right: 0;
	margin-left: 20px;
	margin-bottom: 0;
	float: right;
}

#prem figure p {
	font-size: 12px;
	line-height: 17px;
	position: relative;
	color: #333;
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 10px;
	width: 170px;
	-webkit-transition: all 0.4 ease-out;
	-moz-transition: all 0.4 ease-out;
	-ms-transition: all 0.4 ease-out;
	-o-transition: all 0.4 ease-out;
	transition: all 0.4 ease-out;
}

#prem figure a {
text-decoration: none;
color: #359CC6;
margin: 10px 0 10px 20px;
}

#prem figure a:hover {
color: #E88F00;    
border-bottom: 1px dotted #9F1D35;
}

#prem figure:hover figcaption,
figure:hover figcaption img{
	-moz-transform: translateX(0);
	-o-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
	visibility: visible;
}

#prem figure:hover img {
-moz-transform:    translateX(182px);
-o-transform:      translateX(182px);
-webkit-transform: translateX(182px);
transform:         translateX(182px);
}

#prem figure:hover p{
opacity: 1;
}
/*конец для блока основные преимущества*/