@charset "utf-8";
/* CSS Document */

body {
	background:#f5f5f5 url(../../images/landing/bkg_image.jpg) no-repeat center 0;
	cursor:auto;
}

h1 {
	color:#fff;
	padding:50px 0 30px;
	text-align:center;
	font-size:2.5em;
	font-weight:700;
}

h2 {
	margin-bottom:25px;
	font-size:2em;
	font-weight:700;
	line-height:25px;
}

a, a:visited {
	color:#2151B4;
	border-bottom:1px solid;
}

a:hover {
	color:#E99817;
}

form {
	margin:0;
	text-align:center;
}

form label {
	text-align:left;
	font-size:1rem;
}

button, a.button, .button {
	color:#fff;
	background-color:#E99817;
	font-weight:700;
	-webkit-box-shadow:0 4px 7px rgba(0,0,0,.26);
	-moz-box-shadow:0 4px 7px rgba(0,0,0,.26);
	box-shadow:0 4px 7px rgba(0,0,0,.26);
	outline:none;
}

button:hover, button:focus, .button:hover, .button:focus {
	background-color:#FFAC33;
}

button:active, .button:active {
	-webkit-box-shadow:inset 0 4px 7px rgba(0,0,0,.26);
	-moz-box-shadow:inset 0 4px 7px rgba(0,0,0,.26);
	box-shadow:inset 0 4px 7px rgba(0,0,0,.26);
}

button.large, .button.large {
	font-size: 1.7rem;
	padding-top:0.8rem;
	padding-bottom:0.9rem;
}

form button, .button {
	margin:0 auto;
	text-align:center;
}

a.callback, a.callback:visited {
	color:#fff;
	border-bottom:1px dashed;
}

a.callback:hover {
	color:#E99817;
}

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
	height:3rem;
	margin-top:5px;
	padding:1rem;
	background:#f3f3f3;
	border:none;
	box-shadow:none;
}

input[type="text"]:hover, input[type="password"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="month"]:hover, input[type="week"]:hover, input[type="email"]:hover, input[type="number"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="time"]:hover, input[type="url"]:hover, textarea:hover {
	-webkit-box-shadow:0 4px 7px rgba(0,0,0,.26);
	-moz-box-shadow:0 4px 7px rgba(0,0,0,.26);
	box-shadow:0 4px 7px rgba(0,0,0,.26);
}

  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="date"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="time"]:focus,
  input[type="url"]:focus,
  textarea:focus {
	-webkit-box-shadow:0 4px 7px rgba(0,0,0,.26);
	-moz-box-shadow:0 4px 7px rgba(0,0,0,.26);
	box-shadow:0 4px 7px rgba(0,0,0,.26);
  }

.file_upload {
	margin:5px 0 1rem;
    position: relative;
    font-size: 1em;        /* example */
    height: 3rem;           /* example */
    line-height: 3rem       /* the same as height */
}
.file_upload > button{
    float: right;
    width: 10em;            /* example */
    height: 100%
}
.file_upload > div{
    padding-left: 1em      /* example */
}
@media only screen and ( max-width: 500px ){  /* example */
    .file_upload > div{
        display: none
    }
    .file_upload > button{
        width: 100%
    }
}
.file_upload input[type=file]{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer
}

/* Making it beautiful */

.file_upload{
	position:relative;
	text-align:left;
	background:#f5f5f5;
	-webkit-transition: all 0.45s;
	-moz-transition: all 0.45s;
	transition: all 0.45s;
}

.file_upload:hover{
	-webkit-box-shadow:0 4px 7px rgba(0,0,0,.26);
	-moz-box-shadow:0 4px 7px rgba(0,0,0,.26);
	box-shadow:0 4px 7px rgba(0,0,0,.26);
}
.file_upload > button{
    background: #474747;
    transition: background 0.3s;
    border-radius: 3px;
    color: #fff;
	line-height:18px;
	-webkit-box-shadow:0 4px 7px rgba(0,0,0,.26);
	-moz-box-shadow:0 4px 7px rgba(0,0,0,.26);
	box-shadow:0 4px 7px rgba(0,0,0,.26);
}
.file_upload:hover > button{
    background: #333;
}
.file_upload:active > button{
	-webkit-box-shadow:inset 0 4px 7px rgba(0,0,0,.26);
	-moz-box-shadow:inset 0 4px 7px rgba(0,0,0,.26);
	box-shadow:inset 0 4px 7px rgba(0,0,0,.26);
}


dialog, .reveal-modal {
	padding-top:1.2rem;
}

dialog .close-reveal-modal, .reveal-modal .close-reveal-modal {
	color:#000;
	font-size:3em;
	top:0.7rem;
	right:1.8rem;
	border:none;
}

dialog .close-reveal-modal, .reveal-modal .close-reveal-modal:hover {
	color:#E99817;
}

dialog .button.close-reveal-modal,
.reveal-modal .button.close-reveal-modal {
	color: #fff;
	font-size: 1.7em;
	position:static;
}

#answer_call,
#answer_order {
	display:none;
	text-align:center;
}

.contain-to-grid {
	background:none;
}

header.contain-to-grid, .promo {
	background:rgba(62,114,206,0.4);
}

.large-centered {
	padding:0;
}

.top-bar {
	height: 80px;
	padding:25px 0;
	background:none;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
}

.top-bar .large-6 a {
	border:none;
}

.top-bar .phone {
	display:block;
	color:#fff;
	font-size:1.6em;
	font-weight:700;
}

.top-bar .large-3:last-child {
	padding-top:10px;
	text-align:right;
	line-height:normal;
}

.top-bar .name {
	height: 130px;
}

.top-bar input, .top-bar .button, .top-bar button {
	font-size:1.1em;
	top:10px;
	padding-bottom: .55rem;
}

.promo {
	padding-bottom:20px;
	position:static;
	background: rgba(62,114,206,0.9);
	background: -moz-linear-gradient(top,  rgba(62,114,206,0.4) 0%, rgba(33,81,180,0.9) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(62,114,206,0.4)), color-stop(100%,rgba(33,81,180,0.9))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(62,114,206,0.4) 0%,rgba(33,81,180,0.9) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(62,114,206,0.4) 0%,rgba(33,81,180,0.9) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(62,114,206,0.4) 0%,rgba(33,81,180,0.9) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(62,114,206,0.4) 0%,rgba(33,81,180,0.9) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(62,114,206,0.4)', endColorstr='rgba(33,81,180,0.9)',GradientType=0 ); /* IE6-9 */
}

.promo p {
	color:#fff;
	text-align:center;
	font-size:1.5em;
}

.promo p a {
	color:#fff;
	border-bottom:2px solid;
	font-weight:700;
}

.promo p a:hover {
	color:#E99817;
}

.grey {
	color:#fff;
	text-align:center;
	background:#474747;
}

.grey p {
	line-height:72px;
	font-size:1.7em;
	margin-bottom:0;
}

.we_do {
	margin-top:40px;
	margin-bottom:40px;
	text-align:center;
}

.we_do figure {
	width:304px;
	height:182px;
	margin: 0 -15px 5px;
	border-radius: 3px 3px 0 0;
	overflow:hidden;
	position: relative;
}

.we_do figure img {
	left: 0;
	width:100%;
}

.we_do .large-4 .list .icon {
	width:71px;
	height:71px;
	margin:-43px auto 0;
	border-radius:50%;
	background:#fff;
	overflow:hidden;
	position: relative;
	z-index: 55;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.we_do .large-4 .list:hover .icon {
	background: #2151B4;
	-webkit-box-shadow:0 5px 10px rgba(0,67,186,.45);
	-moz-box-shadow:0 5px 10px rgba(0,67,186,.45);
	box-shadow:0 5px 10px rgba(0,67,186,.45);
}
.we_do .large-4 .list .icon #wire path,
.we_do .large-4 .list .icon #lep path,
.we_do .large-4 .list .icon #engine path,
.we_do .large-4 .list .icon #engine polygon,
.we_do .large-4 .list .icon #engine rect {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.we_do .large-4 .list:hover .icon #wire path,
.we_do .large-4 .list:hover .icon #lep path,
.we_do .large-4 .list:hover .icon #engine path,
.we_do .large-4 .list:hover .icon #engine polygon,
.we_do .large-4 .list:hover .icon #engine rect {
	fill:#fff;
}

.we_do span {
	display:block;
	padding:3px 0 5px;
	font-size:0.88em;
}

.we_do p {
	margin-top:10px;
}

.we_do .large-4 {
}

.we_do .large-4 .list {
	padding: 0 15px 2px;
	background:#fff;
	border-radius: 3px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-box-shadow:0 4px 6px rgba(0,0,0,.15);
	-moz-box-shadow:0 4px 6px rgba(0,0,0,.15);
	box-shadow:0 4px 6px rgba(0,0,0,.15);
}

.we_do .large-4 .list:hover {
	-webkit-box-shadow:0 4px 20px rgba(0,0,0,.45);
	-moz-box-shadow:0 4px 20px rgba(0,0,0,.45);
	box-shadow:0 4px 20px rgba(0,0,0,.45);
}

.positions {
	padding-top:50px;
	padding-bottom:55px;
	background:url(../../images/landing/bkg_positions.jpg) no-repeat center 0;
}

.positions p {
	color:#fff;
	text-align:center;
	font-size:1.5em;
}

.positions p a {
	color:#fff;
	border-bottom:2px solid;
	font-weight:700;
}

.positions p a:hover {
	color:#E99817;
}

.plus {
	padding-top:45px;
	padding-bottom:30px;
}

.plus .descr {
	height:90px;
	font-size:1.5em;
	line-height:1.5em;
}

.plus .row {
	position:relative;
}

.plus .comment {
	position:absolute;
	right:50px;
	top:-5px;
	width:192px;
	height:80px;
	color:#3A3A3A;
	text-align:right;
	font-size:0.9rem;
	line-height:1.35rem;
	background:url(../../images/landing/choose_plus.png) no-repeat 0 23px;
}

.plus .descr ul.tabs {
	display:inline-block;
	position:relative;
	width:160px;
	margin-top:-9px;
	margin-left:10px;
	padding:5px 0;
	vertical-align:top;
	background:#fff url(../../images/landing/bkg_dropdown.png) no-repeat 135px 23px;
	border-radius: 3px;
	z-index:5;
	-webkit-box-shadow:0 4px 3px rgba(0,0,0,.26);
	-moz-box-shadow:0 4px 7px rgba(0,0,0,.26);
	box-shadow:0 4px 7px rgba(0,0,0,.26);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.plus .descr ul.tabs:hover {
	-webkit-box-shadow:0 4px 10px rgba(0,0,0,.1);
	-moz-box-shadow:0 4px 10px rgba(0,0,0,.1);
	box-shadow:0 4px 10px rgba(0,0,0,.1);
}

.plus .descr ul.tabs li {
	display:none;
	width:100%;
}

.plus .descr ul.tabs:hover li {
	display:block;
}

.plus .descr ul.tabs li.active {
	display:block;
}

.plus .descr ul.tabs li.active a {
	background:none;
}

.plus .descr ul.tabs li a {
	width:100%;
	padding:5px 10px;
	font-size:1.5em;
	line-height:normal;
	border:none;
}

.plus .descr ul.tabs li a:focus {
	outline:none;
}

.tabs:before, .tabs:after {
	display:none;
}

.tabs .tab-title > a {
	color:#555;
	background:none;
}

.tabs .tab-title > a:hover {
	color:#2151B6;
	background:#f5f5f5;
}

.tabs-content {
	background:#fff;
}

.tabs-content p {
	margin-top:25px;
	margin-bottom:0;
	font-size:1.3em;
}

.tabs-content .content .row .columns.large-3 {
	text-align:center;
}

.tabs-content figure {
	width:150px;
	height:150px;
	margin-top:0;
	margin-bottom:0;
	background:#f5f5f5;
	border-radius:50%;
	overflow:hidden;
}

.hidden {
	display:none !important;
}

.hidden.active {
	display:block !important;
}

.clients {
	padding:40px 0;
	background:#fff;
}

.clients .row {
	position:relative;
}

.clients .comment {
	position:absolute;
	right:0;
	top:-12px;
	width:200px;
	height:80px;
	color:#3A3A3A;
	font-size:0.9rem;
	line-height:1.35rem;
	background:url(../../images/landing/objects.png) no-repeat 80px 45px;
}

.clients p {
	text-align:center;
	font-size:1.5em;
	margin-bottom:0;
}

footer.contain-to-grid {
	padding:40px 0 10px;
	color:#fff;
	text-align:center;
	background:url(../../images/landing/bkg_metall.png) no-repeat center 0;
}

footer .phone {
	display:block;
	margin-bottom:20px;
	font-size:2.5em;
}

footer .callback {
	font-size:1.2em;
}

footer p {
	padding:17px 0 0;
	font-size:1.3em;
}

footer .copy {
	display:block;
	margin:-30px 0 10px 0;
	text-align:left;
	opacity:0.6;
}


/* wtf with form fix */
.error label, .error label.error {
	color:#4d4d4d;
}
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
	display:none;
}
.error input, .error textarea, .error select {
	margin-bottom:1rem;
}

.name-field.error label,
.name-field.error label.error {
	color:#f04124;
}
[data-abide] .name-field.error small.error {
	display:block;
}
.name-field.error input, .name-field.error textarea, .name-field.error select {
	margin-bottom:0;
}
.name-field input.button, .error input.button {
	margin-bottom:0 !important;
}