/* *************************** */
/* ******** common *********** */
* {
	margin: 0; 
	padding: 0;
}
a {
	outline: none;
	text-decoration: none;
    color: #e25000;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
ol,
ul,
li {
	list-style: none;
}
table,
tr,
th,
td {
    border: none;
    border-collapse: collapse;
}
:focus {
    outline: none;
}
/* *************************** */
/* ***** common classes ****** */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.align-center {
    text-align: center;
}
.pull-left {
    float: left;
}
/* *************************** */
/* ******* layout ************ */
html {
    background: #000 url(/images/bg.jpg) center 0 repeat-y;
}
body {
	font: 62.5%/1.4 "Source Sans Pro", sans-serif;
    font-weight: 400;
    color: #000;
}
.page {
    width: 960px;
    margin: 0 auto;
    padding-bottom: 76px;
}
header {
    position: relative;
}
.logo {
    padding: 51px 0 57px;
}
.logo-img {
    display: block;
    width: 301px;
    height: 126px;
    margin: 0 auto;
    background: url(/images/logo.png) 0 0 no-repeat;
    text-indent: -200em;
    overflow: hidden;
}
.decor {
    display: block;
    width: 300px;
    height: 1px;
    text-indent: -200em;
    overflow: hidden;
    position: absolute;
    top: 118px;
    background: url(/images/line.png) 0 0 repeat-x;
}
.decor-left {
    left: 0;
}
.decor-right {
    right: 0;
}
.width-limiter {
    width: 600px;
    margin: 0 auto;
}
.headers {
    padding: 45px 0 45px;
    border-bottom: 1px solid #c3c3c3;
}
.headers-who {
    font-size: 56px;
    line-height: 58px;
    font-weight: 600;
}
.headers-what {
    font-size: 42px;
    font-weight: 400;
    line-height: 47px;
}
.photos {
    padding: 45px 0 0;
    border-bottom: 1px solid #d6d6d6;
}
.photos-list {
    width: 650px;
    position: relative;
}
.photos-list-item {
    float: left;
    margin: 0 40px 40px 0;
}
.photos-list-image {
    border: 10px solid #cdcdcd;
    display: block;
    width: 100px;
    height: 100px;
}
.contacts {
    padding-top: 45px;
}
.contacts-list {
    font-size: 24px;
    line-height: 26px;
}
.contacts-list-item {
    margin-bottom: 14px;
}
.contacts-list-label,
.sector-title {
    display: block;
    width: 230px;
    float: left;
    color: #717171;
}
.contacts-list-data {
    display: block;
    width: 365px;
    float: left;
    font-weight: normal;
}

.photos-link {
	margin-right: 20px;
}
.active {
	color: black;
}
.active:hover {
	text-decoration: none;
}
.text {
    font-size: 14px;
    line-height: 24px;
    color: #717171;
    margin-top: 1em;
}
.text:first-child {
	margin-top: 0;
}
.sector-title {
    float: none;
    font-size: 24px;
    line-height: 26px;
    font-weight: normal;
}
.columns {
    padding: 45px 0 45px;
    border-bottom: 1px solid #d6d6d6;
}
.columns-left {
    width: 220px;
    float: left;
}
.columns-right {
    width: 375px;
    float: right;
}
/* menu */
.b-menu {
    padding: 27px 0 21px;
}
.menu {
    font-size: 24px;
    margin-top: -8px;
}
.menu-item {
    display: block;
    float: left;
    position: relative;
    margin-right: 8px;
}
.short-cut {
    display: none;
    width: 12px;
    height: 12px;
    background: url(/images/short-cut.png) 0 0 no-repeat;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -6px;
}
.active .menu-link,
.active .menu-link:hover,
.active .menu-link:focus {
    background-position: 0 0;
    color: #fff;
    cursor: default;
}
.active .menu-text,
.active .menu-link:hover .menu-text,
.active .menu-link:focus .menu-text {
    background-position: 100% -38px;
}
.menu-link {
    display: block;
    height: 37px;
    background: url(/images/menu.png) 0 -228px no-repeat;
    color: #000;
}
.menu-text {
    display: block;
    height: 37px;
    line-height: 37px;
    background: url(/images/menu.png) 100% -266px no-repeat;
    padding: 0 10px;
    font-weight: normal;
}
.menu-link:hover {
    background-position: 0 -76px;
    text-decoration: none;
}
.menu-link:hover .menu-text {
    background-position: 100% -114px;
}
.menu-link:active {
    background-position: 0 -152px;
}
.menu-link:active .menu-text {
    background-position: 100% -190px;
}


.pp_social .facebook {
	width: auto;
}

#contact-form input{
	margin-bottom: 10px;
}

#contact-form input[type=text],
#contact-form textarea,
#contact-form button {
	width: 100%;
	font-size: 20px;
	border: 1px solid #d6d6d6;
}

#contact-form button,
#newsletter-form button{
	background-color: #d6d6d6;
	color: #717171;
	cursor: pointer;
}
#contact-form .text {
	margin-top: 0;
}
#newsletter-form input[type=text],
#newsletter-form button {
	font-size: 20px;
	border: 1px solid #d6d6d6;
}
#newsletter-form input[type=text] {
	width: 225px;
}

#newsletter-form button {
	width: 130px;
}

#contact-form input.error,
#contact-form textarea.error,
#newsletter-form input.error
{
	border: 2px solid red;
}