html, body {
	margin: 0px;
	padding: 0px;
	background: #f4f4f4;
	font: 14px/138% Tahoma;
	color: #262626;
}

*:focus {
    outline: none;
}

header .topline {
	background: url(../img/bg1.png);
	height: 35px;
	border-bottom: 1px solid #3d3d3d;
	font: 11px/35px Georgia;
	font-style: italic;
	color: #787878;
}
header .topline a {
	color: #dddddd;
	text-decoration: none;
}
header .topline .email {
	float: right;
	margin-left: 25px;
}
header .topline .phone {
	float: right;
	margin-left: 25px;
}
header .topline .title span{
	color: #dddddd;
}

header .menu {
	background: url(../img/header-bg.png) center -15px no-repeat, url(../img/bg2.png);
	padding-bottom: 90px;
	height: 120px;
	position: relative;
}
header .categories {
	padding: 10px 0px 0px 0px;
	width: 980px; 
	margin: 0px auto;
	list-style: none;
	overflow: hidden;
	position: relative;
}
header .categories>li {
	float: left;
	width: 16.5%;
}
header .categories>li.item1 {
	width: 15.5%;
}
header .categories>li.item2 {
	width: 17.5%;
}
header .categories>li.item3 {
	width: 18.5%;
}
header .categories>li.item5 {
	width: 19%;
}
header .categories>li.item6 {
	width: 12%;
}

header .categories .title {
	text-transform: uppercase;
	color: #fff;
}
header .categories .title:first-letter {
	color: #dbdb19;
}
header .categories ul {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	list-style: none;
	font-size: 12px;
	line-height: 138%;
}
header .categories ul  a{
	font-style: italic;
	text-decoration: none;
	color: #a8a8a8;
}

header .mainmenu {
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -490px;
	width: 980px;
	border: 1px solid #3d3d3d;
	border-bottom: none;
	height: 80px;
	background: url(../img/bg1.png);
	border-radius: 0px 0px 5px 5px;
}
header .mainmenu ul {
	margin: 0px 20px 0px 30px;
	padding: 0px;
	list-style: none;
	font-size: 12px;
	height: 78px;
	float: left;
}
header .mainmenu ul li {
	float: left;
	height: 78px;
	line-height: 78px;
	padding: 0px 50px;
	position: relative;
}
header .mainmenu ul li::after {
	content: "";
	position: absolute;
	right: -1px;
	top: 0px;
	height: 78px;
	width: 2px;
	background: url(../img/sep.png) center center no-repeat;
}
header .mainmenu ul li:last-child::after {
	background: none;
}
header .mainmenu ul li a {
	color: #fff;
	text-decoration: none;
}

header .search {
	width: 125px;
	padding-left: 10px;
	height: 25px;
	line-height: 25px;
	float: left;
	margin-top: 27px;
	background: #fff;
	border-radius: 5px;
}
header .search form {
	margin: 0px;
	padding: 0px;
	height: 25px;
}
header .search input {
	width: 100px;
	border: none;
	font-size: 11px;
	color: #656464;
	height: 25px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}
header .search img {
	cursor: pointer;
	vertical-align: baseline;
	margin: 0px;
}


.main {
	background: url(../img/bg.jpg) center top no-repeat;
}
.logo {
	height: 195px;
	text-align: center;
}
.logo a {
	display: inline-block;
	width: 358px;
	height: 141px;
	margin: 39px 0px 0px 230px;
	background: url(../img/logo.png) no-repeat;
}
.main>.title {
	height: 35px;
	background: url(../img/title.png) center center no-repeat;
}


.slider-wrapper {
	height: 455px;
	padding-top: 360px;
	margin-top: 50px;
	background: url(../img/slider-bg.png) 315px bottom no-repeat;
	position: relative;
}
.slider-wrapper::before {
	content: "";
	background: url(../img/arrow.png);
	width: 50px;
	height: 15px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -21px;
}
.slider-wrapper .block {
	float: left;
	margin-top: 40px;
	clear: left;
	width: 350px;
}
.slider-wrapper .right {
	float: right;
	width: 350px;
}
.slider-wrapper .left {
	float: left;
	width: 350px;
}

.slider-wrapper .block .title {
	font-size: 20px;
	line-height: 138%;
	color: #222222;
	text-transform: uppercase;
}
.slider-wrapper .block p {
	color: #848484;
	font-size: 16px;
	margin: 5px 0px;
	line-height: 160%;
}
.slider-wrapper .block a, a.more {
	text-decoration: none;
	color: #fff !important;
	font-size: 14px !important;
	background: #134158;
	padding: 0px 10px;
	line-height: 23px;
	height: 23px;
	display: inline-block;
	margin-top: 5px;
}
.slider {
	position: absolute;
	top: 86px;
	left: 448px;
	width: 292px;
	height: 597px;
}



.about {
	padding: 100px 0px 30px 0px;
	text-align: center;
}
.about h1 {
	font-size: 38px;
	text-transform: uppercase;
	font-weight: normal;
}
.about h1 span {
	padding: 0px 30px;
	position: relative;
}
.about h1 span::before, .about h1 span::after {
	content: "";
	position: absolute;
	width: 110px;
	height: 1px;
	background: #000;
	left: -110px;
	top: 22px;
}
.about h1 span::after {
	left: auto;
	right: -110px;
}


.content-title {
	margin-top: 20px;
	height: 50px;
	line-height: 50px;
	background: #272727;
	color: #fff;
	font-size: 32px;
	text-transform: uppercase;
	padding: 0px 20px;
	border-radius: 5px 5px 0px 0px;
}

.content {
	background: #fff;
	padding: 20px;
	overflow: hidden;
}


.functions-wrapper {
	background: url(../img/functions-bg.jpg) center top no-repeat;
	padding-top: 30px;
	height: 865px;
	text-align: center;
}
.functions {
	margin: 0px auto;
	width: 1184px;
	height: 800px;
	background: url(../img/functions.png);
}

.product-item {
	width: 48%;
	float: left;
	margin: 20px 0px 30px 2%;
}
.product-item .item-content {
	padding-left: 90px;
	position: relative;
	width: 365px;
}
.product-item .item-content img {
	position: absolute;
	top: 0px;
	left: 0px;
	border-radius: 35px;
}
.product-item .item-content a{
	font-size: 18px;
	color: #272727;
	text-decoration: none;
}
.product-item .item-content p {
	font-size: 12px;
}
.product-item .item-content div {
	text-align: right;
}


.partners-item {
	width: 48%;
	float: left;
	margin: 20px 0px 30px 2%;
}
.partners-item .item-content {
	padding-left: 200px;
	position: relative;
	width: 300px;
}
.partners-item .item-content img {
	position: absolute;
	top: 0px;
	left: 0px;
	border-radius: 35px;
}
.partners-item .item-content a{
	font-size: 18px;
	color: #272727;
	text-decoration: none;
}
.partners-item .item-content p {
	font-size: 12px;
}
.partners-item .item-content div {
	text-align: right;
}

.column-left {
	float: left;
	width: 630px;
}

.column-right {
	float: right;
	width: 370px;
	text-align: center;
}
.column-right h2 {
	font-size: 18px;
	font-weight: normal;
	margin: 20px 0px 40px 0px;
}
.column-right input {
	width: 230px;
	padding: 0px 10px;
	height: 35px;
	border: 1px solid #222222;
	border-radius: 5px;
	margin-bottom: 15px;
}
.column-right textarea {
	width: 230px;
	padding: 10px;
	height: 150px;
	border: 1px solid #222222;
	border-radius: 5px;
	margin-bottom: 15px;
}
.column-right button[type="submit"] {
	border: none;
	color: #fff !important;
	font-size: 14px !important;
	background: #134158;
	padding: 0px 10px;
	line-height: 23px;
	height: 30px;
	display: inline-block;
	margin-top: 5px;
	cursor: pointer;
}

.social {
	height: 230px;
	text-align: center;
}
.social .title {
	display: inline-block;
	background: #292929;
	font-size: 24px;
	color: #fff;
	padding: 5px;
	margin-top: 45px;
}
.social p {
	color: #848484;
	font-size: 16px;
	margin-top: 20px;
}
.social .buttons {
	margin-top: 25px;
}
.social .buttons a {
	display: inline-block;
	width: 34px;
	height: 34px;
	margin: 0px 3px;
	background-image: url(../img/social.png);
}
.social .buttons a.tw:hover {background-position: 0px -34px;}
.social .buttons a.fb {background-position: -34px 0px;}
.social .buttons a.fb:hover {background-position: -34px -34px;}
.social .buttons a.pt {background-position: -68px -0px;}
.social .buttons a.pt:hover {background-position: -68px -34px;}
.social .buttons a.gp {background-position: -102px 0px;}
.social .buttons a.gp:hover {background-position: -102px -34px;}
.social .buttons a.in {background-position: -136px 0px;}
.social .buttons a.in:hover {background-position: -136px -34px;}
.social .buttons a.yt {background-position: -170px 0px;}
.social .buttons a.yt:hover {background-position: -170px -34px;}

footer .menu {
	height: 120px;
	background: #e8e8e8;
}
footer .menu ul {
	text-align: center;
	list-style: none;
	margin: 0px;
	padding: 0px;
	height: 120px;
	line-height: 120px;
}
footer .menu ul li {
	display: inline;
	padding: 0px 20px;
	font-size: 16px;
}
footer .menu ul li a {
	color: #848484;
	text-decoration: none;
}

.w1180 {
	width: 1180px;
	margin: 0px auto;
}

.text-center {
	text-align: center;
}

.clear {
	clear: both;
}