@import url('reset.css');

div.header,
div#main div.main {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	height: 70px;
}
/*
div.header a.logo,
div.footer a.logo {
	float: left;
}
*/
div.header a.logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 118px;
	height: 150px;
}
div.header ul.menu,
div.footer ul.menu {
	float: right;
	list-style-type: none;
	margin: 34px 0 0;
	padding: 0;
}
div.header ul.menu li,
div.footer ul.menu li {
	float: left;
	margin: 0;
	padding: 0;
}
div.header ul.menu li a,
div.footer ul.menu li a {
	color: #999;
	font-size: 15px;
	text-decoration: none;
	display: block;
	padding: 5px 4px 10px 4px;
	margin: 0 15px;
}
div.header ul.menu li.actv a,
div.header ul.menu li a:hover {
	background: url('../img/bg_menu.png') 50% bottom repeat-x;
	color: #393939;
}
div.header ul.menu li.actv a,
div.footer ul.menu li.actv a {
	font-weight: 700;
}


div#main {
	background: url('../img/bg_page.png');
	padding-top: 90px;
}
body.home div#main {
	padding-top: 0;
}
div#main div.main {
	padding-top: 40px;
	height: auto;
	overflow: hidden;
}

div.main_switcher {
	width: 760px;
	padding: 0 120px 30px 180px;
}
div.main_switcher div.icons {
	overflow: hidden;
	clear: both;
	padding: 0 0 7px 10px;
}
div.main_switcher div.icons a.icon {
	width: 20px;
	height: 20px;
	float: left;
	background: url('../img/bg_home-switcher-icons.png') no-repeat;
	margin: 0 15px;
}
div.main_switcher div.icons a.icon.icon1 {
	background-position: 0 0;
}
div.main_switcher div.icons a.icon.icon1:hover {
	background-position: 0 -20px;
}
div.main_switcher.active1 div.icons a.icon.icon1 {
	background-position: 0 -40px;
}
div.main_switcher div.icons a.icon.icon2 {
	background-position: -20px 0;
}
div.main_switcher div.icons a.icon.icon2:hover {
	background-position: -20px -20px;
}
div.main_switcher.active2 div.icons a.icon.icon2 {
	background-position: -20px -40px;
}
div.main_switcher div.icons a.icon.icon3 {
	background-position: -40px 0;
}
div.main_switcher div.icons a.icon.icon3:hover {
	background-position: -40px -20px;
}
div.main_switcher.active3 div.icons a.icon.icon3 {
	background-position: -40px -40px;
}
div.main_switcher div.icons a.icon.icon4 {
	background-position: -60px 0;
}
div.main_switcher div.icons a.icon.icon4:hover {
	background-position: -60px -20px;
}
div.main_switcher.active4 div.icons a.icon.icon4 {
	background-position: -60px -40px;
}
div.main_switcher div.icons a.icon.icon5 {
	background-position: -80px 0;
}
div.main_switcher div.icons a.icon.icon5:hover {
	background-position: -80px -20px;
}
div.main_switcher.active5 div.icons a.icon.icon5 {
	background-position: -80px -40px;
}
div.main_switcher div.texts {
	overflow: hidden;
}
div.main_switcher div.texts div.text {
	overflow: hidden;
	display: none;
	color: #5d5d5d;
	font-size: 25px;
	background: #fff;
	line-height: 1em;
	font-weight: bold;
	padding: 15px;
	border-bottom: 12px solid rgba(0, 0, 0, .03);
	border-right: 5px solid rgba(0, 0, 0, .03);
	-moz-background-clip: padding;     /* Firefox 3.6 */
	-webkit-background-clip: padding;  /* Safari 4? Chrome 6? */
	background-clip: padding-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */
}
div.main_switcher.active1 div.texts div.text.text1,
div.main_switcher.active2 div.texts div.text.text2,
div.main_switcher.active3 div.texts div.text.text3,
div.main_switcher.active4 div.texts div.text.text4,
div.main_switcher.active5 div.texts div.text.text5 {
	display: block;
}
div.main_switcher div.arrow {
	width: 32px;
	height: 16px;
	background: url('../img/bg_home-switcher-arrow.png') no-repeat;
	clear: both;
}
div.main_switcher.active1 div.arrow {
	margin-left: 18px;
}
div.main_switcher.active2 div.arrow {
	margin-left: 68px;
}
div.main_switcher.active3 div.arrow {
	margin-left: 118px;
}
div.main_switcher.active4 div.arrow {
	margin-left: 168px;
}
div.main_switcher.active5 div.arrow {
	margin-left: 218px;
}

div.box {
	padding: 10px 0;
	overflow: hidden;
}

div.boxes_switcher {
	overflow: hidden;
	padding: 5px 0 30px 0;
}
div.boxes_switcher.boxes_list {
	padding-bottom: 0;
}
div.boxes_switcher a.arrow {
	width: 28px;
	height: 27px;
	background-repeat: no-repeat;
	background-position: -28px 50%;
	float: left;
	padding: 110px 0;
}
div.boxes_switcher a.arrow:hover {
	background-position: 0 50%;
}
div.boxes_switcher a.arrow.left {
	background-image: url('../img/bg_boxes-switcher-arrow-left.png');
	margin-right: 21px;
}
div.boxes_switcher a.arrow.right {
	background-image: url('../img/bg_boxes-switcher-arrow-right.png');
	float: right;
	margin-left: 21px;
}
div.boxes_switcher.no_arrow a.arrow {
	visibility: hidden;
}
div.boxes_switcher div.boxes_list {
	overflow: hidden;
	float: left;
	width: 902px;
	display: none;
}
div.boxes_switcher div.boxes_list.boxes_list_page {
	width: 1000px;
	display: block;
}
div.boxes_switcher div.boxes_list div.real_box {
	width: 294px;
	float: left;
	margin-left: 10px;
	background: #fff;
	padding: 6px 0 0 0;
	border-bottom: 4px solid #e9e9e9;
}
div.boxes_switcher div.boxes_list.boxes_list_page div.real_box {
	margin-left: 59px;
	margin-bottom: 30px;
}
div.boxes_switcher div.boxes_list div.real_box:first-child,
div.boxes_switcher div.boxes_list div.real_box.f {
	margin-left: 0;
	clear: left;
}
div.boxes_switcher div.boxes_list div.real_box a.img {
	width: 282px;
	height: 166px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	display: block;
	text-decoration: none;
	margin: 0 6px 7px 6px;
}
div.boxes_switcher div.boxes_list div.real_box a.img span {
	color: #393939;
	background: url('../img/bg_boxes-switcher-apla.png');
	width: 262px;
	height: 146px;
	font-size: 14px;
	padding: 10px;
	overflow: hidden;
	display: none;
}
div.boxes_switcher div.boxes_list div.real_box a.img:hover span {
	display: block;
}
div.boxes_switcher div.boxes_list div.real_box div.real_desc,
div.real_details div.content div.real_desc {
	overflow: hidden;
	padding: 12px 24px;
}
div.boxes_switcher div.boxes_list div.real_box div.real_desc p,
div.real_details div.content div.real_desc p,
div.persons_and_recruiter div.persons div.person p {
	font-size: 14px;
	padding: 0;
	margin: 0;
	color: #393939;
	clear: both;
}
div.boxes_switcher div.boxes_list div.real_box div.real_desc p span,
div.real_details div.content div.real_desc p span {
	color: #959595;
	float: left;
	width: 50px;
}
div.boxes_switcher div.boxes_list div.real_box div.real_desc p b,
div.real_details div.content div.real_desc p b {
	font-weight: normal;
	float: right;
	width: 196px;
}
div.real_details div.content div.real_desc p b {
	width: 592px;
}
div.persons_and_recruiter {
	overflow: hidden;
}
div.persons_and_recruiter div.persons {
	overflow: hidden;
	float: left;
	width: 635px;
}
div.persons_and_recruiter div.persons.without_recruiter {
	width: 1000px;
}
div.persons_and_recruiter div.persons div.person {
	width: 139px;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
	display: inline-block;
}
div.persons_and_recruiter div.persons.without_recruiter.count7 div.person {
	margin-left: 4px;
}
div.persons_and_recruiter div.persons div.person:first-child,
div.persons_and_recruiter div.persons div.person.f {
	margin-left: 0;
	clear: left;
}
div.persons_and_recruiter div.persons div.person {
	background: #fff;
}
div.persons_and_recruiter div.persons div.person img {
	margin: 9px;
	width: 121px;
}
div.persons_and_recruiter div.persons div.person h3.name {
	margin: 0 9px 5px 9px;
}
div.persons_and_recruiter div.persons div.person p {
	margin: 5px 9px 9px 9px;
}
div.persons_and_recruiter div.recruiter {
	width: 315px;
	padding: 11px 25px;
	float: right;
	background: #fff;
	position: relative;
	margin-bottom: 35px;
}
div.persons_and_recruiter div.recruiter h3.search_person {
	text-align: center;
	font-size: 25px;
	margin: 15px 0;
}
div.persons_and_recruiter div.recruiter div.recruiter_text {
	padding: 35px 0 55px 0;
}
div.persons_and_recruiter div.recruiter div.recruiter_text p {
	color: #757575;
	font-size: 16px;
	line-height: 1.2em;
	margin: 0 0 20px 0;
}
div.persons_and_recruiter div.recruiter a.btn.circle {
	position: absolute;
	bottom: -35px;
	left: 135px;
}
body.noCal div.persons_and_recruiter div.recruiter a.btn.circle {
	font-size: 13px;
}
body.noCal div.boxes_switcher div.boxes_list div.real_box div.real_desc p,
body.noCal div.real_details div.content div.real_desc p,
body.noCal div.persons_and_recruiter div.persons div.person p {
	font-size: 12px;
}
body.noCal h3.name {
	font-size: 12px;
}
div.persons_and_recruiter div.recruiter img.arrow {
	position: absolute;
	top: 15px;
	left: -20px;
}
div.box_blog {
	float: left;
	width: 205px;
	margin-left: 10px;
}
div.box_blog:first-child {
	margin-left: 0;
}
div.box_blog div.box_content {
	background: #1f1f1f;
}
div.box_blog div.box_content h4 {
	padding: 0;
	margin: 0;
	padding: 8px 10px;
}
div.box_blog div.box_content h4 a {
	color: #fdb813;
	font-weight: bold;
	text-decoration: none;
	font-size: 15px;
	display: block;
}
div.box_blog div.box_content p {
	font-size: 14px;
	line-height: 1.3em;
	padding: 8px 10px;
	margin: 0;
}
div.box_blog div.box_content p a {
	color: #fff;
	text-decoration: none;
}
div.box_blog div.arrow {
	width: 38px;
	height: 19px;
	background: url('../img/bg_blog-arrow.png') no-repeat;
	margin-left: 9px;
}
div.box_blog span.date {
	font-size: 12px;
	color: #1f1f1f;
	margin-left: 10px;
}
div.box_blog_list {
	overflow: hidden;
	padding-bottom: 40px;
}
div.box_blog_list div.box_blog_group {
	display: block;
}
div.box_blog_list div.box_content a:hover {
	text-decoration: underline;
}
div.box_blog_list a.arrow {
	width: 50px;
	height: 48px;
	background-repeat: no-repeat;
	background-position: -50px 50%;
	float: left;
	padding: 65px 0;
}
div.box_blog_list a.arrow:hover {
	background-position: 0 50%;
}
div.box_blog_list a.arrow.left {
	background-image: url('../img/bg_boxes-blog-arrow-left.png');
	margin-right: 25px;
}
div.box_blog_list a.arrow.right {
	background-image: url('../img/bg_boxes-blog-arrow-right.png');
	float: right;
	margin-left: 25px;
}
div.box_blog_list.no_arrow a.arrow {
	visibility: hidden;
}

div.box div.content {
	background: #fff;
	margin-bottom: 20px;
}
div.real_details {
	width: 690px;
	overflow: hidden;
	margin: auto;
}
div.real_details div.content {
	width: 690px;
	overflow: hidden;
	border-bottom: 4px solid #E9E9E9;
}
div.real_details div.content.img {
	border-bottom: 0;
	width: 666px;
	padding: 12px;
	text-align: center;
}
div.real_details div.content div.text {
	padding: 12px 24px 2px 24px;
}
div.real_details div.content div.img {
	width: 666px;
	padding: 12px;
	text-align: center;
}
footer div.work_for {
	width: 1000px;
	margin: auto;
	padding: 25px 0 45px 0;
}
footer div.work_for div.logos_list {
	overflow: hidden;
}
footer div.work_for div.logos_list a,
footer div.work_for div.logos_list span {
	width: 142px;
	float: left;
	height: 112px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
footer div.work_for div.logos_list a img {
	display: none;
}
footer div.work_for div.logos_list span {
	width: 1px;
	background: url('../img/bg_hr-dotted.png') 0 0 repeat-y;
}
footer div#footer {
	background: #c2c2c2;
	overflow: hidden;
}
footer div.footer {
	width: 1000px;
	margin: 0 auto;
	padding: 0 0 15px 0;
	overflow: hidden;
}
footer div.footer a.logo {
	padding: 0;
	float: left;
}
footer div.footer ul.menu {
	margin: 0 auto;
	float: none;
	padding-top: 15px;
}
footer div.footer ul.menu li a {
	color: #fff;
	margin: 0 20px;
}
footer div.footer ul.menu li a:hover {
	color: #999999;
}
footer div.footer div.content {
	padding: 15px 25px;
	overflow: hidden;
	width: 800px;
}
footer div.footer div.content p {
	color: #656565;
	font-size: 12px;
	text-align: center;
	clear: both;
	margin: 0 0 10px 0;
}
.h {
	background: url('../img/bg_h.png') 50% bottom repeat-x;
	display: block;
	overflow: hidden;
	margin: 0 0 25px 0;
	padding: 0;
}
.h > span {
	display: block;
	font-weight: normal;
	font-size: 18px;
	color: #393939;
	background: url('../img/bg_h-text.png') 50% bottom repeat-x;
	float: left;
	padding: 0 5px 10px 5px;
}
.h > a.btn {
	margin-top: 9px;
}

a.btn {
	color: #fff;
	background: #231f20;
	display: block;
	text-transform: uppercase;
	font-size: 13px;
	padding: 5px 10px;
	text-decoration: none;
}
a.btn:hover {
	background-color: #5d5d5d;
}
a.btn.more {
	background-image: url('../img/bg_btn-more-arrow.png');
	background-position: right 50%;
	background-repeat: no-repeat;
	padding-right: 34px;
	background-color: #fdb813;
	color: #231f20;
}
a.btn.more:hover {
	color: #fff;
	background-image: url('../img/bg_btn-more-arrow-hover.png');
}
a.btn.back {
	background-image: url('../img/bg_btn-back-arrow.png');
	background-position: left 50%;
	background-repeat: no-repeat;
	padding-left: 34px;
	background-color: #fdb813;
	color: #231f20;
}
a.btn.back:hover {
	color: #fff;
	background-image: url('../img/bg_btn-back-arrow-hover.png');
}
a.btn.circle {
	background: url('../img/bg_btn-circle.png') 0 50% no-repeat;
	width: 75px;
	height: 35px;
	padding: 0;
	font-size: 16px;
	text-align: center;
	padding: 30px 10px;
	line-height: 18px;
	color: #231f20;
}
a.btn.circle:hover {
	background-position: right 50%;
	color: #fff;
}
.h2 {
	background: url('../img/bg_hr-dotted.png') 0 bottom repeat-x;
	font-size: 18px;
	font-weight: bold;
	padding: 9px 15px;
	margin: 0;
}
.h2 > span {
	background: url('../img/bg_header-arrow.png') 0 0 no-repeat;
	display: block;
	padding-left: 20px;
}
div.text {
	overflow: hidden;
	color: #757575;
	font-size: 14px;
	padding-bottom: 15px;
}
div.text > div.col {
	float: left;
	width: 470px;
	padding: 15px 15px 0 15px;
}
div.text ul {
	list-style-type: none;
	margin: 0 0 10px 0;
	padding: 0;
}
div.text ul li {
	background: url('../img/bg_header-arrow.png') 0 0 no-repeat;
	padding: 2px 0 2px 20px;
	margin-bottom: 5px;
}
div#map {
	border: 1px solid #afafaf;
	width: 468px;
	height: 268px;
}
h3.name {
	font-size: 15px;
	color: #393939;
	margin: 0;
	padding: 0;
	margin-bottom: 12px;
}
h3.name a {
	color: #393939;
	text-decoration: none;
}
h3.name a:hover {
	text-decoration: underline;
}
div.hr-dotted,
hr {
	background: url('../img/bg_hr-dotted.png') 50% top repeat-x;
	height: 1px;
	width: 100%;
	clear: both;
	border: 0;
}
hr {
	padding: 10px 0 0 0;
	margin: 0 0 10px 0;
}
.head {
	font-size: 18px;
	font-weight: bold;
	color: #000;
}
div.text a {
	color: #fdb813;
}
div.text a:hover {
	text-decoration: none;
}
div.text div.contact_data,
body#intro div.contact_data {
	overflow: hidden;
}
div.text div.contact_data p,
body#intro div.contact_data p {
	clear: left;
	overflow: hidden;
	margin-bottom: 2px;
}
div.text div.contact_data p b,
body#intro div.contact_data p b {
	color: #a9a9a9;
	float: left;
	width: 25px;
}
div.text div.contact_data p span,
body#intro div.contact_data p span {
	float: right;
	width: 445px;
}

div#box_social {
	position: fixed;
	right: 0;
	top: 45%;
	width: 50px;
	height: 120px;
}
div#box_social a {
	display: block;
	width: 40px;
	height: 40px;
	background: url('../img/img_social-icons.png') no-repeat;
}
div#box_social a.fb {
	background-position: 0 0;
}
div#box_social a.fb:hover {
	background-position: -40px 0;
}
div#box_social a.em {
	background-position: 0 -40px;
}
div#box_social a.em:hover {
	background-position: -40px -40px;
}
div#box_social a.yt {
	background-position: 0 -120px;
}
div#box_social a.yt:hover {
	background-position: -40px -120px;
}
body#intro,
body#intro div#main {
	background: #fff;
}
body#intro div#main {
	width: 1000px;
	height: 400px;
	margin: 0 auto;
	position: relative;
}
body#intro div#main h1 {
	display: block;
	float: left;
	margin: 0;
}
body#intro div#main a.logo {
	padding: 19px 15px;
	display: block;
	float: left;
}
body#intro div.buttons {
	width: 560px;
	height: 92px;
	margin: 0 auto;
	clear: both;
	padding-top: 58px;
}
body#intro div.buttons span#arrow {
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 46px;
	height: 92px;
	float: left;
	background-image: url('../img/img_intro-arrow-l.png');
}
body#intro div.buttons span#arrow.l {
	background-image: url('../img/img_intro-arrow-l.png');
}
body#intro div.buttons span#arrow.r {
	background-image: url('../img/img_intro-arrow-r.png');
}
body#intro div.buttons a {
	height: 37px;
	display: block;
	background-repeat: no-repeat;
	background-position: 0 0;
	float: left;
	margin: 30px 45px;
}
body#intro div.buttons a:hover {
	background-position: 0 bottom;
}
body#intro div.buttons a.home {
	width: 167px;
	background-image: url('../img/img_intro-text-home.png');
}
body#intro div.buttons a.blog {
	width: 55px;
	background-image: url('../img/img_intro-text-blog.png');
}
body#intro div.contact_data {
	width: 200px;
	font-size: 14px;
	padding: 25px 15px;
	position: absolute;
	bottom: 0;
	right: 0;
}
body#intro div.contact_data p span {
	width: 175px;
	color: #757575;
}
body#intro div.contact_data a {
	color: #fdb813;
	text-decoration: none;
}
body#intro div.contact_data a:hover {
	text-decoration: underline;
}