@import url('http://fonts.googleapis.com/css?family=Open+Sans:400,700,800&subset=latin,cyrillic');
/*
	GLOBAL REUSABLE CLASSES
*/
* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.nw {
	width: 980px;
	margin: auto;
	position: relative;
}

.posr {
	position: relative;
}

.trsfade250 {
	-webkit-transition: all 250ms cubic-bezier(.365,.005,.355,1);
	-moz-transition: all 250ms cubic-bezier(.365,.005,.355,1);
	-o-transition: all 250ms cubic-bezier(.365,.005,.355,1);
	-ms-transition: all 250ms cubic-bezier(.365,.005,.355,1);
	transition: all 250ms cubic-bezier(.365,.005,.355,1);
}

.ofh {
	overflow: hidden;
}

/*
	START ELEMENTS CSS
*/
body {	
	font-family: 'Open Sans', sans-serif;
	background: url(../images/bg.jpg) repeat;
	min-width: 980px;
}

.rline {
	background: #e84a22;
	height: 1px;
	margin-bottom: 50px;
}

.logo {
	display: block;
	float: left;
	padding-left: 100px;
	height: 100px;
	background: url('../images/logo.png') top left no-repeat;
	text-decoration: none;
}

.logo #hugetext {
	font-size: 40px;
	line-height: 40px;
	font-weight: 800;
	color: #757371;
	display: block;
	margin-bottom: 7px;
	font-family: Arial Black;
}

.logo #smalltext {
	font-size: 16px;
	font-weight: bold;
	color: #000;
}

.top_right_text {
	float: right;
	font-size: 16px;
	font-weight: bold;
	color: #ED1C24;
	margin-bottom: 20px;
	line-height: 22px;
}

ul.menu {
	margin-top: 20px;
	display: block;
	position: relative;
	z-index: 10;
}

.menu > li {
	display: block;
	float: left;
	width: 20%;
	background: #fff;
	border-right: 1px solid #fff;
	height: 30px;
	line-height: 30px;
}

.menu > li:first-child {
	border-radius: 10px 0 0 0;
	-moz-border-radius: 10px 0 0 0;
	-webkit-border-radius: 10px 0 0 0;
}

.menu > li:last-child {
	border: none;
	border-radius: 0 10px 0 0;
	-moz-border-radius: 0 10px 0 0;
	-webkit-border-radius: 0 10px 0 0;
}

.menu > li.active,
.menu > li:hover {
	background: #ed1c24;
}

.menu > li a,
.menu > li a:visited {
	color: #737373;
	display: block;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}

.menu > li.active a,
.menu > li.active a:visited,
.menu > li:hover a,
.menu > li:hover a:visited {
	color: #fff;
}

.maincontainer {
	padding-top: 13px;
	background: #cfcfcf;
	-webkit-box-shadow: 0 -1px 7px 0 rgba(0,0,0,0.3);
	box-shadow: 0 -1px 7px 0 rgba(0,0,0,0.3);
}

.mainpage {
	background: url('../images/p_about.jpg') no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	height: 380px;
}

.uslugipage {
	height: 485px;
	background: url('../images/p_services.jpg') no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

.clientpage {
	height: 485px;
	background: url('../images/p_clients.jpg') no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

.careerpage {
	height: 486px;
	background: url('../images/p_career.jpg') no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

.contactpage {
	height: 407px;
	background: url('../images/p_contact.jpg') no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

.about_text_container {
	overflow-y: auto;
	float: right;
	width: 492px;
	padding: 17px 10px 0px;
	background: rgba(207, 207, 207, 0.5);
	height: 335px;
	margin-top: 16px;
}

.about_text_container.uslugi {
	height: 452px;
}

.about_text_container.clients {
	height: 459px;
}

.mainpageheading {
	margin-bottom: 12px;
	font-size: 20px;
	color: #ed1c24;
	font-weight: 700;
	letter-spacing: -2px;
}

.mptext {
	font-size: 13px;
	color: #1C1C1C;
	line-height: 15px;
	word-wrap: break-word;
}

.copyrs {
	float: left;
	font-size: 13px;
	color: #1C1C1C;
	padding-left: 20px;
	padding-top: 5px;
}

.footer {
	padding: 20px 0;
}

.languages {
	float: right;

}

.languages a {
	display: block;
	float: left;
	width: 28px;
	height: 26px;	
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
	margin-right: 8px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.languages a.active {
	cursor: default;
}

.languages a.ru {
	background: url('../images/f_ru.jpg') no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
.languages a.ua {
	background: url('../images/f_ua.gif') no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
.languages a.en {
	background: url('../images/f_en.png') no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

.languages a:hover {
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0);	
}

strong {
	font-weight: bold;
}

.mptext ul {
	display: block;
	margin: 5px 0px;
}

.mptext ul li {
	list-style: disc;
	margin-left: 25px;
}

.mptext ul li {
	line-height: 20px;
}

.carousel_outer {
	background-color: rgba(207, 207, 207, 0.5);
	position: absolute;
	width: 946px;
	bottom: 20px;
	left: 17px;
	height: 157px;
}

.wrapper {
	position: relative;
}

.item {
	display: block;
	float: left;
}

.item img {
	height: 98px;
	width: auto;
}

.career_text {
	display: block;
	position: absolute;
	width: 865px;
	padding: 15px 10px;
	background-color: rgba(207, 207, 207, 0.5);
	right: 0px;
	top: 337px;
}

.career_text p {
	color: #1C1C1C;
	font-size: 13px;
	line-height: 20px;
	margin-top: 15px;
}

.career_text p span {
	font-weight: 700;
	color: #ed1c24;
}

.contactpage_content {
	display: block;
	position: absolute;
	width: 460px;
	padding: 8px 12px 14px;
	background-color: rgba(207, 207, 207, 0.5);
	right: 0px;
	top: 34px;
}

.ctext {
	font-size: 12px;
	color: #1C1C1C;
	line-height: 16px;
	margin: 30px 0 12px;
}

h1.clienth1 {
	position: absolute;
	width: 100%;
	text-align: right;
	font-size: 20px;
	color: #ed1c24;
	font-weight: 700;
	letter-spacing: -2px;
	top: 10px;
	right: 42px;
}