@charset "utf-8";
/*---- Reset -----*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, abbr, acronym, address, big, cite,
del, dfn, em, img, ins, kbd, q, s, samp,
var, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	font: 400 16px/1.625 'Open Sans', sans-serif;
	color: #000;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*------ MEDIA QUERIES -----*/

@media only screen
and (min-width : 1551px)
and (max-width : 1751px){

	body section.compresor-slide {
		background-position: 110% 10%;
	}

	body section.pomp-slide {
		background-position: -10% 10%;
	}

	body section.compresor-slide .wrap {
		padding-right: 25%;
	}

	body section.pomp-slide .wrap {
		padding-left: 25%;
	}

}

@media only screen
and (min-width : 1301px)
and (max-width : 1550px){

	body section.compresor-slide {
		background-position: 150% 10%;
	}

	body section.pomp-slide {
		background-position: -50% 10%;
	}

	body section.compresor-slide .wrap {
		padding-right: 30%;
	}

	body section.pomp-slide .wrap {
		padding-left: 30%;
	}

}


@media only screen
and (min-width : 1200px)
and (max-width : 1300px){

	body section.compresor-slide {
		background-position: 160% 10%;
	}

	body section.pomp-slide {
		background-position: -60% 10%;
	}

	body section.compresor-slide .wrap {
		padding-right: 30%;
	}

	body section.pomp-slide .wrap {
		padding-left: 30%;
	}

}

@media only screen
and (min-width : 0px)
and (max-width : 1199px){

	body .wrap, body section.compresor-slide .wrap, body section.pomp-slide .wrap {
		padding: 0 16px;
	}

	body .main-header .header-showcase.products {
		padding: 25px 0;
	}

	body .main-content.default {
		margin-top: 340px;
	}

	body .main-content.about {
    margin-top: 450px;
	}

	body .main-header .header, header {
		padding: 20px 0;
	}

	body section.compresor-slide {
		background: none;
	}

	body section.pomp-slide {
		background: none;
	}

	body section.compresor-slide .wrap {
		background: none;
		padding-right: 0;
	}

	body section.pomp-slide .wrap {
		background: none;
		padding-left: 0;
	}

	body .overlay .window-wrap,
	body .window-wrap .tech table  {
		width: 100%;
	}

	body .breadcrumb ul li {
		text-transform: none;
		font-size: 12px;
		padding: 20px 0;
	}

	body .breadcrumb ul li span {
		padding: 0 10px;
	}

	body .window-aside .short-info p {
		font-size: 16px;
	}

	body h1 {
		font-size: 48px;
	}

	body .main-content.home {
    margin-top: 600px;
	}

	body ul.products {
		margin: 0;
	}

	body ul.products li {
		float: none;
		width: auto;
		margin: 0 auto;
	}

	body .header-side {
		display: none;
	}

	body .window-aside {
		width: auto;
    float: none;
    padding: 16px;
	}

	body .window-article {
		float: none;
    width: auto;
		padding: 0;
	}

	body .overlay .window-wrap .close {
		top: 0;
		right: 0;
	}

	body .window-wrap .tech {
		padding: 16px;
		margin-top: 20px;
	}

	body .window-wrap .tech h3 {
		padding-left: 0;
	}

	body .window-wrap .tech table,
	body .window-wrap .tech table.extra {
		margin: 0;
		float: none;
	}

	body .next-model,
	body .prev-model {
		display: none;
	}

	body table td {
		font-size: 16px;
	}

	body .navigation-wrap a.ham {
		display: block;
	}

	body .contact-form ul li,
	body .contact-form ul li.full-lenght {
		float: none;
		width: auto;
	}

	body .contact-form ul li.actions input {
		float: none;
	}

	body .contact-form ul li.actions.full-lenght {
		float: none;
		width: auto;
	}

}

/*------ Typography -----*/
h1{
	font: 400 60px/1 'Roboto', serif;
}

h2 {
	font: 400 48px 'Roboto', serif;
	color: #333;
}

h3 {
	font: 600 24px 'Roboto', sans-serif;
	color: #000;
}

h4 {
	font: 700 18px 'Roboto', sans-serif;
	color: #000;
	text-transform: uppercase;
}

input[type="text"],
input[type="email"],
select,
textarea {
	width: 100%;
	display: inline-block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 10px 15px;
	border: 1px solid #a6a6a6;
	box-shadow: inset 0 1px 1px rgba(0,0,0, .1);
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
}

option:checked {
	background: #f0efea;
}

textarea {
    resize: vertical;
}

input:focus {
	border-color: #669bd0;
}

select {
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(0,0,0, .1);
}

input[type="text"].error,
input[type="email"].error,
select.error,
textarea.error {
	border-color: #de0000;
}

.left {
	float: left;
}

.right {
	float: right;
}

.alert {
	color: red;
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 400;
}

.success {
	padding: 0 0 300px 35px;
	color: #666;
	background: url(../img/green_tick.gif) 0 5px no-repeat;
}

.success h3 {
	display: block;
	margin-bottom: 10px;
	color: #000;
}

.wrap{
	width:980px;
	margin:0 auto;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

p {
	color: #666;
}

::selection
{
	background:#387be7;
	color:#fff;
}
::-moz-selection
{
	background:#387be7;
	color:#fff;
}

.fixed {
	position: fixed;
}

.hidden {
	overflow: hidden;
}

hr {
	border: 0;
	background-color: #e9e9e9;
	height: 1px;
}

a {
	color: #4993d8;
}

a:hover {
	text-decoration: none;
}

.btn {
	display: inline-block;
	font-size: 16px;
  letter-spacing: .5px;
  line-height: .9;
  padding: 17px 24px;
  color: #1a73e8;
  border-radius: 4px;
	text-decoration: none;
  border: 1px solid #dadce0;
  background: #fff;
	transition: color .15s linear,background-color .15s linear;
  vertical-align: middle;
}

.btn:hover {
	background-color: #f6f9fe;
  border-color: #1a73e8;
  color: #174ea6;
}

.btn.active {
  background-color: #1a73e8;
	color: #fff;
}

.btn.active:hover {
	background-color: #174ea6;
}

.btn.black {
	border-color: #000;
	background: #000;
	color: #fff;
	box-shadow: 0 2px 0 rgba(0,0,0,.11);
}

.btn.black:hover {
	border-color: #000;
	background:	#1c1c1c;
}

.navigation-wrap a.ham {
	display: none;
  position: absolute;
  right: 16px;
  top: 18px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 24px;
  color: #fff;
}

.wrap .btn {
	margin-right: 16px;
	margin-top: 16px;
}

table.with-headers th {
	background: #4993d8;
	color: #fff;
	font-size: 12px;
	text-align: center;
	padding: 10px;
	border-left: 1px solid #eee;
}

table.with-headers th:first-child {
	border-left: none;
	background: #fff;
}

table.with-headers td {
	padding: 10px;
	text-align: center;
}

table.with-headers td .btn {
	margin: 2px 0;
	padding: 2px 8px;
}

table.with-headers tr:last-child td {
	border-bottom: 0;
}


table.with-headers td:first-child {
	font-weight: 600;
	text-align: left;
	border-top: 1px solid #eee;
}

table td {
	border-bottom: 1px solid #f2f2f2;
	font-size: 13px;
	padding: 10px 0;
}

strong {
	font-weight: 700px;
}

.two-columns {
	margin-left: -100px;
}

.two-columns li {
	float: left;
	padding-left: 100px;
	width: 50%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
}

/*------ Layout -----*/

header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 5;
}

.logo {
	opacity: 1;
	transition: opacity .25s ease-in-out;
   	-moz-transition: opacity .25s ease-in-out;
   	-webkit-transition: opacity .25s ease-in-out;
}

.logo:hover{
	opacity: .7;
}

.main-header {
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
}

.main-header .header,
header {
	background: #0e4399;
	padding: 35px 0;
}

header {
	padding: 15px 0;
	box-shadow: 0 2px 2px -2px rgba(0, 0, 0, .52);
	background-color: rgba(14,67,153,.9)
}

.main-header .header .header-side,
header .header-side {
	float: right;
}

.main-header .header .header-side nav.main-nav,
.main-header .header .header-side .phone-number,
.main-header .header .header-side .lang-select,
header .header-side nav.main-nav,
header .header-side .phone-number,
header .header-side .lang-select {
	float: left;
}

nav.main-nav ul {
	margin-top: 11px;
}

nav.main-nav ul li {
	float: left;
	margin-right: 25px;
}

nav.main-nav ul li a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	transition : color 200ms ease-out;
    -webkit-transition : color 200ms ease-out;
    -moz-transition : color 200ms ease-out;
    -o-transition : color 200ms ease-out;
}

nav.main-nav ul li a:hover {
	color: #a6b2d0;
}

nav.main-nav ul li.current a {
	color: #a6b2d0;
}


.phone-number {
	border: 1px solid #325fa8;
	border-radius: 5px;
	padding: 10px 20px 10px 44px;
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	background: url("../img/phone.png") 15px 10px no-repeat;
}

.phone-number span {
	font-weight: 600;
	font-size: 14px;
	color: #a6b2d0;
}

#lang-select {
	margin-left: 10px;
	float: left;
}

#lang-select-small {
	margin-left: 10px;
	float: left;
}

.dd-container .dd-select {
	border: 1px solid #325fa8;
}

.dd-container .dd-select:hover {
	border: 1px solid #325fa8;
}

.dd-container .dd-selected {
	padding: 15px;
}

.dd-container .dd-selected small{
	display: none;
}

.dd-container .dd-pointer-down {
	border-top: solid 5px #91a7c8;
}

.dd-container .dd-pointer-up {
	border-bottom: solid 5px #91a7c8 !important;
}

.dd-container .dd-options {
	box-shadow: none;
	width: 120px !important;
	background: #0e4399;
	border: 1px solid #325fa8;
	margin-top: -1px;
	border-radius: 0 3px 3px 3px;
}

.dd-container .dd-option {
	border-bottom: 1px solid #325fa8;
}

.dd-container .dd-option:hover {
	background: #000;
}

.dd-container .dd-option-image {
	margin-right: 10px;
}

.dd-container .dd-options li:last-child .dd-option {
	border-bottom: none;
}

.dd-container .dd-options small{
	color: #a6b2d0;
}

.dd-container .dd-option-selected {
	background: #0e4399;
}

.dd-container .dd-option-selected small{
	color: #fff;
	font-weight: 700;
}

.main-header .header-showcase.default {
	background: #0e4399;
	padding: 65px 0 40px 0;
}

.main-header .header-showcase.about {
	background: url("../img/office.jpg") #031965 center 0 no-repeat;
	padding: 65px 0 40px 0;
}

.main-header .header-showcase.products {
	background: url("../img/landscape.jpg") #021765 center 0 no-repeat;
	padding: 65px 0 40px 0;
}

.main-header .header-showcase.contacts {
	background: #0e4399;
	padding: 0;
}


.main-header .header-showcase.default p {
	margin-bottom: 50px;
}

.main-header .header-showcase {
	background: url("../img/kompresor.jpg") #0e4399 bottom center no-repeat;
	color: #fff;
	padding: 65px 0 445px 0;
}

.main-header .header-showcase h1 {
	margin-bottom: 18px;
}

.main-header .header-showcase p {
	margin-bottom: 30px;
	color: rgba(255,255,255,.8);
	font-size: 20px;
}

.main-header .header-showcase a {
	display: inline-block;
	text-transform: uppercase;
	border: 1px solid #fff;
	padding: 15px 24px;
	font-weight: 700;
  border-radius: 4px;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
}

.main-header .header-showcase a:hover {
	border-color: rgba(255,255,255,.5);
	transition: all 250ms;
}

.main-content {
	background: #fff;
	position: relative;
	z-index: 2;
	min-width: 1000px;
}

.main-content.home {
	margin-top: 800px;
}

.main-content.default {
	margin-top: 350px;
}

.main-content.default.contact-wrap {
	margin-top: 120px;
}


.award {
	background: url("../img/nagrada.jpg") no-repeat;
	width: 340px;
	text-align: center;
	padding-top: 65px;
	float: right;
	margin: 65px 0 100px 70px;
}

.award h4 {
	font-size: 16px;
	text-transform: none;
	margin-bottom: 10px;
}

.award span {
	font-size: 14px;
	color: #666666;
}

section {
	padding: 100px 0;
	border-bottom: 1px solid #e9e9e9;
}

section.compresor-slide {
	background: url("../img/compressor_side.jpg") 100% 10% no-repeat;
	padding: 200px 0;
}

section.pomp-slide {
	background: url("../img/pomp_slide.jpg") 0% -20% no-repeat;
	padding: 200px 0;
}

section.compresor-slide .wrap {
	padding-right: 20%;
}

section.pomp-slide .wrap {
	padding-left: 20%;
}

section.clients {
	background: #f0efea;
	border: 0;
}

section.clients .action{
	text-align: center;
}

section.clients h2 {
	color: #7c716b;
}

section.clients .btn {
	margin: 0;
}

section h2 {
	margin-bottom: 25px;
}

section article:last-child {
	margin-bottom: 0;
}

section p {
	margin-bottom: 15px;
}

article {
	margin: 87px 0;
}

article h4 {
	margin-bottom: 20px;
}

article.compressors{
	background: url("../img/compressor.png") top left no-repeat;
	padding-left: 400px;
	min-height: 260px;
}

article.pomps{
	background: url("../img/pompa.png") top right no-repeat;
	padding-right: 400px;
	min-height: 260px;
}

ul.testimonials {
	color:#7c716b;
	margin-bottom: 30px;
}

ul.testimonials li {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
	padding: 35px 200px;
	float: left;
	text-align: center;
	font-size: 22px;
	font-weight: 300;
	line-height: 36px;
}

ul.testimonials li .author {
	margin-top: 35px;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	color: #7c716b;
}

ul.testimonials li .author span {
	font-weight: 400;
	opacity: .9;
}

section.call-to-action {
	text-align: center;
	padding: 110px 0 90px 0;
	background:	#155CCF;
	border: 0;
}

section.call-to-action .action {
	margin: 30px;
}

section.call-to-action .action .btn.active,
section.call-to-action .action .btn.active:hover {
	background: #fff;
	color: #333;
}

section.call-to-action .action .btn {
  background: rgba(0,0,0,.1);
	border: 0;
	color: #fff;
	transition: all .25s ease-in-out;
   	-moz-transition: all .25s ease-in-out;
   	-webkit-transition: all .25s ease-in-out;
}

section.call-to-action .action .btn:hover {
	background: rgba(0,0,0,.2);
}

section.call-to-action h2,
section.call-to-action p {
	color: #fff;
}

section.customers h2{
	color: #333;
	text-align: center;
}

ul.customers-logos {
	padding: 80px 0 50px 0;
}

ul.customers-logos li {
	float: left;
	width: 245px;
	text-align: right;
}

ul.customers-logos li a {
	opacity: .7;
	transition: opacity .25s ease-in-out;
   	-moz-transition: opacity .25s ease-in-out;
   	-webkit-transition: opacity .25s ease-in-out;
}

ul.customers-logos li a:hover {
	opacity: 1;
}

ul.customers-logos li:first-child {
	text-align: left;
}

ul.customers-logos li:last-child {
	text-align: right;
}

.breadcrumb {
	background: #f0efea;
	padding: 0;
	text-align: center;
}

.breadcrumb ul li {
	text-transform:uppercase;
	font-weight: 700;
	font-size: 14px;
	color: #999;
	cursor: pointer;
	display: inline-block;
	padding: 20px 0;
}

.breadcrumb ul li span{
	padding: 0 20px;
	border-left: 1px solid #e1e1e1;
}

.breadcrumb ul li:first-child span {
	border: 0;
}

.breadcrumb ul li:hover {
	text-decoration: underline;
	color: #888;
}

.breadcrumb ul li.active {
	color: #444;
	cursor:default;
	background:#fff;
}

.breadcrumb ul li.active span {
	border: 0;
}

.breadcrumb ul li.active:hover {
	text-decoration: none;
}

section.main {
	background: #fff;
	padding: 60px 0;
}

ul.products {
	margin-left: -130px;
}

ul.products li {
	float: left;
	width: 240px;
	margin: 0 0 40px 130px;
	text-align: center;
	transition: box-shadow .25s ease-in-out;
   	-moz-transition: box-shadow .25s ease-in-out;
   	-webkit-transition: box-shadow .25s ease-in-out;
	position: relative;
}

ul.products li:hover {


}

ul.products li:hover:after {
	width: 210px;
	height: 276px;
	padding: 12px 45px;
	content: "Виж повече";
	text-align: right;
	position: absolute;
	top: -30px;
	left: -30px;
	box-shadow: 0 0 1px rgba(0, 0, 0, .20), 0 1px 5px 3px rgba(0, 0, 0, .03), 0 5px 4px -3px rgba(0, 0, 0, .05);
	background: transparent;
	z-index: 1;
}

ul.products li a {
	color: #000;
	text-decoration: none;
	display: inline-block;
	padding: 20px 0;
	position:relative;
	z-index: 2;
}

ul.products li a img{
	opacity: 1;
	transition: opacity .25s ease-in-out;
   	-moz-transition: opacity .25s ease-in-out;
   	-webkit-transition: opacity .25s ease-in-out;
}

ul.products li:hover a img{
	opacity: .8;
}

ul.products li a:hover:after {
	content: "";
	background: url(../img/arrow_up.png) no-repeat;
	width: 11px;
	height: 11px;
	position: absolute;
	top: -10px;
	right: -10px;
	z-index:2;
}

ul.products li:hover a h4 {
	text-decoration: underline;
	color: #387be7;
}

ul.products li h4 {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	text-transform: none;
	position:relative;
}

ul.products li h4.popular:after {
	content: "Популярен";
	text-transform:uppercase;
	font-size: 9px;
	font-weight: 700;
	line-height: 1em;
	position: absolute;
	top: -3px;
	right: 5px;
	background: #bd0000;
	border-radius: 2px;
	vertical-align: 2px;
	padding: 2px 5px;
	color: #fff;
	display: block;
}

ul.products li span {
	font-weight: 700;
	font-size: 15px;
	display: inline-block;
	margin-top: 5px;
}

ul.products li span i {
	font-style: normal;
}

#map_canvas {
	width: 100%;
	height: 253px;
}

.gmnoprint {
	display:none;
}

aside.contact-info {
	width: 145px;
	float: left;
}

aside.contact-info ul li {
	margin-bottom: 25px;
}

aside.contact-info ul li a {
	display: block;
}

aside.contact-info ul li small {
	font-size: 11px;
	font-weight: 700;
	color: #0e4092;
	text-transform: uppercase;
	margin-bottom: 2px;
	display: inline-block;
}

aside.contact-info ul li p {
	color: #000;
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
}

.contact-form {
	width: 712px;
	float: right;
	padding-left: 53px;
	border-left: 1px solid #e2e2e2;
}

.contact-form fieldset {
	border: 1px solid #eee;
	padding: 20px;
	margin-bottom: 30px;
}

.contact-form fieldset legend {
	font-size: 11px;
	font-weight: 700;
	color: #0e4092;
	text-transform: uppercase;
	display: inline-block;
	padding: 0 4px;
}

.contact-form ul {
	margin-left: -28px;
	margin-bottom: 10px;
}

.contact-form ul.about {
	margin-bottom: 10px;
}

.contact-form ul.about li {
	margin-bottom: 30px;
}

.contact-form ul li {
	float: left;
	width: 321px;
	margin-left: 28px;
	position: relative;
}

.contact-form ul li:last-child {
	margin-bottom: 0;
}

.contact-form ul li.full-lenght {
	width: 672px;
}

.contact-form ul li label {
	display: block;
	font-weight: 400;
	font-size: 14px;
	color: #666666;
	margin-bottom: 7px;
}

.contact-form ul li label.error {
	position: absolute;
	font-size: 11px;
	color: #de0000;
	bottom: -28px;
	left: 0;
}


.contact-form ul li.actions.full-lenght {
	width: 714px;
}

.contact-form ul li.actions input{
	float: right;
	margin: -10px 0 0 10px;
	padding: 9px 20px;
}

.contact-form ul li.actions p {
	font-size: 10px;
	float: left;
	margin-top: -8px;
}

.contact-form ul li.actions p span {
	color: #de0000;
}

.contact-form ul li label span {
	color: #888;
	font-size: 13px;
	font-weight: 300;
}

footer {
	padding: 40px 0 70px 0;
	font-size: 13px;
	font-weight: 400;
	background: #0e4399;
	color: #fff;
}

footer a {
	color: #fff;
}

footer .social {
	float: right;
	margin-top: -16px;
}

.fb {
	display: inline-block;
	color: #fff;
	opacity: 1;
	font-size: 20px;
	transition: opacity .25s ease-in-out;
   	-moz-transition: opacity .25s ease-in-out;
   	-webkit-transition: opacity .25s ease-in-out;
}

.fb:hover {
	opacity: .5;
}

.overlay {
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 400;
	background: rgba(233,236,242,.8);
	overflow-y: auto;
	overflow-x: hidden;
}

.overlay .window-wrap {
	background: #fff;
	box-shadow: 0 0 1px rgba(0, 0, 0, .20), 0 1px 5px 3px rgba(0, 0, 0, .03), 0 5px 4px -3px rgba(0, 0, 0, .05);
	width: 1060px;
	margin: 40px auto 70px auto;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	position:relative;
}

.overlay .window-wrap h3 {
	color: #979797;
	font-size: 13px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.overlay .window-wrap .close {
	position: absolute;
	top: -42px;
	right: -10px;
	border-color:#A4A4A4;
	font-size: 12px;
	padding: 3px 10px;
}

.window-aside {
	width: 436px;
	float: right;
	padding: 70px 40px 70px 0px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.window-aside .price {
	color: #fff;
	margin-bottom: 15px;
}

.window-aside .btn {
	margin: 0;
}

.window-aside .price span {
	font-size: 36px;
}

.window-aside .price sup,
.window-aside .price small{
	font-size: 14px;
}

.next-model {
	position: absolute;
	top: 50%;
	z-index: 99;
	right: -215px;
	width: 250px;
	height: 124px;
	margin-top: -62px;
	overflow: hidden;
	display: inline-block;
	text-decoration: none;
	background: #387be7;
	border-radius: 5px 0 0 5px;
	box-shadow: 0 0 1px rgba(0, 0, 0, .20), 0 1px 5px 3px rgba(0, 0, 0, .03), 0 5px 4px -3px rgba(0, 0, 0, .05);
	transition: right .25s ease-in-out;
   	-moz-transition: right .25s ease-in-out;
   	-webkit-transition: right .25s ease-in-out;
}

.next-model img{
	position: absolute;
	bottom: -70px;
	right: -100px;
}

.next-model h3{
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
	position: absolute;
	top: 40px;
	left: 35px;
	width: 90px;
}

.next-model:hover {
	right: 0;
}

.prev-model {
	position: absolute;
	top: 50%;
	z-index: 99;
	left: -215px;
	width: 250px;
	height: 124px;
	margin-top: -62px;
	overflow: hidden;
	display: inline-block;
	text-decoration: none;
	background: #387be7;
	border-radius: 0 5px 5px 0;
	box-shadow: 0 0 1px rgba(0, 0, 0, .20), 0 1px 5px 3px rgba(0, 0, 0, .03), 0 5px 4px -3px rgba(0, 0, 0, .05);
	transition: left .25s ease-in-out;
   	-moz-transition: left .25s ease-in-out;
   	-webkit-transition: left .25s ease-in-out;
}

.prev-model img{
	position: absolute;
	bottom: -70px;
	left: -100px;
}

.prev-model h3{
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
	position: absolute;
	top: 40px;
	right: 19px;
	width: 90px;
}

.prev-model:hover {
	left: 0;
}

.window-article {
	float: left;
	width: 445px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 70px 0 0 40px;
}

.window-article .product-picture {
	text-align:	center;
}

.window-wrap .tech {
	margin-top: 40px;
	padding: 40px 0;
	border-top: 1px solid #e1e1e1;
	clear: both;
}

.window-wrap .tech .more {
	font-size: 13px;
	margin-top: 15px;
	display: inline-block;
}

.window-wrap .tech h3 {
	padding-left: 40px;
}

.window-wrap .tech table {
	margin: 0 40px;
	width: 430px;
	float: left;
}

.window-wrap .tech table.extra {
	float: right;
}

.window-wrap .tech table tbody td { text-align: right }
.window-wrap .tech table tbody td:first-child { text-align: left }

.window-wrap .tech table tr td:first-child {
	font-weight: 600;
}

.window-aside .short-info {
	padding: 30px 0 30px 0;
}

.window-aside .short-info p {
	color: #262626;
	font-size: 14px;
	line-height: 23px;
	white-space: pre-wrap;
}

.window-article .related {
	padding: 45px 40px 0 40px;
	clear: both;
}

/******RESPONSIVE*******/
@media handheld, only screen and (max-width: 1280px) {
	.wrap,
	body section.compresor-slide .wrap,
	body section.pomp-slide .wrap {
		width: inherit;
		padding: 0 30px;
	}

	section,
	section.pomp-slide,
	body section.compresor-slide,
	section.call-to-action {
	  padding: 70px 0;
	}

	ul.testimonials li {
		padding: 0;
	}

	.main-header .header-showcase p {
		padding: 0;
	}

	.main-content {
		min-width: inherit;
	}


}

@media handheld, only screen and (max-width: 767px) {
	.award {
		display:none;
	}

	.contact-form {
		width: 100%;
	}

	.two-columns li {
		width: 100%;

	}
}
