@charset "UTF-8";

html {
	-ms-text-size-adjust: 100%;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 1 */
}

/**
 * Remove default margin.
 */
body {
	margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}


audio, canvas, progress, video {
	display: inline-block;
	/* 1 */
	vertical-align: baseline;
	/* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden], template {
	display: none;
}

/* Links
 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
	background: transparent;
}

/* Text-level semantics
 ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
	font-style: italic;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

/* Embedded content
 ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
	margin: 1em 40;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
 ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button, input, optgroup, select, textarea {
	color: inherit;
	/* 1 */
	font: inherit;
	/* 2 */
	margin: 0;
	/* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button, select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	/* 2 */
	cursor: pointer;
	/* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	/* 2 */
	box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
	border: 0;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
	font-weight: bold;
}

/* Tables
 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

td, th {
	padding: 0;
}

/* NORMALIZE.CSS END */
/* RESET */
*, :focus {
	outline: none;
}

body {
	-webkit-fontype-smalloothing: antialiased;
}

body, html {
	height: 100%;
	width: 100%;
}

a, input[type=radio], input[type=checkbox], select {
	cursor: pointer;
}

select[disabled] {
	cursor: default;
}

/*normalization mozila*/
input:-webkit-autofill {
	background-color: transparent;
}

/*normalization ie7*/
* + html input[type=checkbox], * + html input[type=radio] {
	width: 13px;
	height: 13px;
}

textarea {
	resize: none;
	vertical-align: top;
}

em, i {
	font-style: italic;
}

img {
	vertical-align: top;
}

input {
	vertical-align: middle;
}

dl, menu, ol, ul {
	margin: 1em 0;
}

dd {
	margin: 0 0 0 40px;
}

menu, ol, ul {
	padding: 0 0 0 40px;
}

nav ul, nav ol {
	list-style: none outside none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

q {
	quotes: "\201C" "\201D" "\2018" "\2019";
}

:focus {
	-moz-outline: 3px solid #fff !important;
}

input[type="radio"]:focus {
	-moz-outline-radius: 12px !important;
	-moz-outline-offset: 0 !important;
}

input[type="checkbox"]:focus {
	-moz-outline-offset: -1px !important;
	-moz-outline: 1px solid #000 !important;
}

* + html a, * + html button, * + html input[type="submit"], * + html input[type="radio"], * + html input[type="checkbox"], * + html input[type="button"] {
	noFocusLine: expression(this.onFocus=this.blur());
}

/*fix button click opera old version*/
button:after {
	content: "";
}

del {
	text-decoration: line-through;
}

table {
	width: 100%;
}

form {
	margin: 0;
	padding: 0;
}

input::-ms-clear {
	display: none;
}

/* RESET END */
/* FONTS */
/* GothamPro Regular */
/*
@font-face {
	font-family: 'gothampro-regular';
	src: url("../fonts/gothampro/regular/gothampro-regular.eot");
	src: url("../fonts/gothampro/regular/gothampro-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/gothampro/regular/gothampro-regular.woff") format("woff"), url("../fonts/gothampro/regular/gothampro-regular.ttf") format("truetype"), url("../fonts/gothampro/regular/gothampro-regular.svg#gotham_proregular") format("svg");
	font-weight: normal;
	font-style: normal;
}

/* GothamPro Italic */
/*
@font-face {
	font-family: 'gothampro-italic';
	src: url("../fonts/gothampro/italic/gothampro-italic.eot");
	src: url("../fonts/gothampro/italic/gothampro-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/gothampro/italic/gothampro-italic.woff2") format("woff2"), url("../fonts/gothampro/italic/gothampro-italic.woff") format("woff"), url("../fonts/gothampro/italic/gothampro-italic.ttf") format("truetype"), url("../fonts/gothampro/italic/gothampro-italic.svg#gotham_proitalic") format("svg");
	font-weight: normal;
	font-style: normal;
}

/* GothamPro Bold */
/*
@font-face {
	font-family: 'gothampro-bold';
	src: url("../fonts/gothampro/bold/gothampro-bold.eot");
	src: url("../fonts/gothampro/bold/gothampro-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/gothampro/bold/gothampro-bold.woff") format("woff"), url("../fonts/gothampro/bold/gothampro-bold.ttf") format("truetype"), url("../fonts/gothampro/bold/gothampro-bold.svg#gotham_probold") format("svg");
	font-weight: normal;
	font-style: normal;
}

/* GothamPro Light */
/*
@font-face {
	font-family: 'gothampro-light';
	src: url("../fonts/gothampro/light/gothampro-light.eot");
	src: url("../fonts/gothampro/light/gothampro-light.eot?#iefix") format("embedded-opentype"), url("../fonts/gothampro/light/gothampro-light.woff") format("woff"), url("../fonts/gothampro/light/gothampro-light.ttf") format("truetype"), url("../fonts/gothampro/light/gothampro-light.svg#gotham_prolight") format("svg");
	font-weight: normal;
	font-style: normal;
}

/* GothamPro Medium */
/*
@font-face {
	font-family: 'gothampro-medium';
	src: url("../fonts/gothampro/medium/gothampro-medium.eot");
	src: url("../fonts/gothampro/medium/gothampro-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/gothampro/medium/gothampro-medium.woff") format("woff"), url("../fonts/gothampro/medium/gothampro-medium.ttf") format("truetype"), url("../fonts/gothampro/medium/gothampro-medium.svg#gotham_promedium") format("svg");
	font-weight: normal;
	font-style: normal;
}

/* FONTS END */
/*
 --- WIDGETS CONTAINS ---

 Bxslider
 Fancybox
 Multiselect
 Checkbox
 Scrollpane

 */
/*----------- BXSLIDER -----------*/
.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

.bx-wrapper .bx-viewport {
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -25px;
	width: 100%;
}

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../img/bxslider/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: 0;
	line-height: 0;
}

.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	vertical-align: middle;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: rgba(53, 179, 58, 0.5);
	text-indent: -9999px;
	display: block;
	width: 8px;
	height: 8px;
	border: 0;
	margin: 0 8px 0 0;
	outline: 0;
	border-radius: 50%;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: rgba(53, 179, 58, 1);
	width: 10px;
	height: 10px;
	margin: 0 7px 0 -1px;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -15px;
	outline: 0;
	z-index: 9999;
	border: 0;
	width: 15px;
	height: 22px;
}
.bx-wrapper .bx-controls-direction a:hover {
	opacity: 0.8;
}

.bx-wrapper .bx-controls-direction .bx-prev {
	left: 0;
}

.bx-wrapper .bx-controls-direction .bx-next {
	right: 0;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../img/bxslider/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../img/bxslider/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

/*----------- BXSLIDER END -----------*/
/*----------- FANCYBOX -----------*/
/* core */
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url("../img/fancybox/fancybox_sprite.png");
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url("../img/fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url("../img/fancybox/blank.gif");
	/* helps IE */
	-webkit-tap-highlight-color: transparent;
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

.fancybox-lock {
	overflow: hidden !important;
	width: auto;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url("../img/fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, 0.8);
}

/* Retina graphics! */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) , only screen and (min--moz-device-pixel-ratio: 1.5) , only screen and (min-device-pixel-ratio: 1.5) {
	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url("../img/fancybox/fancybox_sprite@2x.png");
		background-size: 44px 152px;
		/*The size of the normal image, half the size of the hi-res image*/
	}
	#fancybox-loading div {
		background-image: url("../img/fancybox/fancybox_loading@2x.gif");
		background-size: 24px 24px;
		/*The size of the normal image, half the size of the hi-res image*/
	}
}

/* core end */
/*----------- FANCYBOX END -----------*/
/*----------- MULTISELECT -----------*/
/* core */
.ui-multiselect {
	text-align: left;
}

.ui-multiselect, .ui-multiselect *:hover, .ui-multiselect *:focus {
	outline: none !important;
}

button.ui-multiselect::-moz-focus-inner {
	padding: 0;
	border: 0;
}

button.ui-multiselect {
	display: block;
	cursor: pointer;
	background: none !important;
	border: 0 !important;
	padding: 0 !important;
	height: auto !important;
	width: 100% !important;
	color: transparent;
	position: relative;
	overflow: visible;
}

button.ui-multiselect:after {
	content: "";
}

button.ui-multiselect .ui-multiselect-inner {
	display: block;
	position: relative;
	overflow: hidden;
}

button.ui-multiselect.ui-state-disabled, button.ui-multiselect.ui-state-disabled * {
	cursor: default !important;
}

button.ui-multiselect .ui-multiselect-value {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 100%;
}

button.ui-multiselect .ui-multiselect-divider {
	position: absolute;
	width: 0;
}

button.ui-multiselect .ui-multiselect-arrow {
	background: url(../img/sprite-arrows.png) no-repeat 0 0;
	position: absolute;
}

button.ui-multiselect .ui-multiselect-icon {
	background: url(../img/sprite-icons.png) no-repeat 0 0;
	position: absolute;
}

.ui-multiselect-single .ui-multiselect-checkboxes input {
	position: absolute !important;
	top: auto !important;
	left: -9999px;
}

.ui-multiselect-header li.ui-multiselect-close {
	text-align: right;
}

.ui-multiselect-menu {
	display: none;
	position: absolute;
	z-index: 10000;
	text-align: left;
	left: 0;
	top: 0;
}

.ui-multiselect-checkboxes {
	position: relative;
	overflow-y: auto;
}

.ui-multiselect-checkboxes label {
	display: block;
	border: none;
}

.ui-multiselect-checkboxes label input {
	position: relative;
}

.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label {
	text-align: center;
}

.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label a {
	display: block;
	text-decoration: none;
}

/* core filter */
.ui-multiselect-hasfilter ul {
	position: relative;
}

.ui-multiselect-filter input {
	width: 100px;
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
}

div.ui-multiselect-menu ul, div.ui-multiselect-menu li {
	background: none;
	margin: 0;
	padding: 0;
	list-style: none;
}

div.ui-multiselect-menu ul {
	max-height: 300px;
	overflow: visible;
	background: url(../img/empty.png) repeat;
}

div.ui-multiselect-menu .ui-multiselect-checkboxes li:first-child {
	display: none !important;
}

div.ui-multiselect-menu li {
	overflow: hidden;
}

div.ui-multiselect-menu ul label {
	cursor: pointer;
	position: relative;
}

.list-fix-scroll {
	overflow-y: auto !important;
}

/* core end */
/* custom style */
/* button style */
button.select .ui-multiselect-inner {
	padding-right: 25px !important;
	height: 28px;
}

button.select .ui-multiselect-inner, div.select .ui-multiselect-menu-inner {
	border: 1px solid #e0e0e0;
	background: #fff;
}

button.select.ui-state-active .ui-multiselect-inner, div.select .ui-multiselect-menu-inner {
	border-color: #1aa8f2;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
}

button.select .ui-multiselect-inner, div.select ul label {
	font: normal normal 14px/16px Arial;
	color: #000;
	padding: 5px 10px 2px;
}

button.select.ui-state-placeholder .ui-multiselect-inner {
	color: #ccc;
}

/* drop style */
div.select ul label {
	padding-top: 5px;
	padding-bottom: 5px;
}

div.select ul label.ui-state-hover, div.select ul label.ui-state-active {
	background: #ECECEC;
	color: #000;
}

/* round style */
button.select .ui-multiselect-inner, div.select .ui-multiselect-menu-inner, div.select .ui-multiselect-checkboxes, div.select .ui-multiselect-checkboxes li.first.last, div.select .ui-multiselect-checkboxes li.first.last label {
	border-radius: 5px;
	/*main css (.radius-5)*/
}

div.select .ui-multiselect-checkboxes li:first-child, div.select .ui-multiselect-checkboxes li:first-child label, div.select .ui-multiselect-checkboxes li.first, div.select .ui-multiselect-checkboxes li.first label {
	border-radius: 5px 5px 0 0;
	/*main css (..radius-top-5)*/
}

div.select .ui-multiselect-checkboxes li.last, div.select .ui-multiselect-checkboxes li.last label {
	border-radius: 0 0 5px 5px;
	/*main css (..radius-bot-5)*/
}

/* widget corner */
/* widget scrollpane */
div.select .ui-multiselect-scrollpane ul {
	height: auto;
	max-height: none;
	overflow: hidden !important;
}

div.select .ui-multiselect-scrollpane {
	width: 100%;
	max-height: 180px;
	overflow: auto;
}

div.select .ui-multiselect-scrollpane .jspPane {
	width: auto !important;
	right: 0 !important;
	left: 0;
}

div.select .ui-multiselect-scrollpane.jspScrollable .jspPane {
	right: 10px !important;
}

div.select .ui-multiselect-scrollpane .jspTrack {
	background: none;
}

div.select .ui-multiselect-scrollpane .jspDrag {
	background: #f47933;
	width: 5px;
}

div.select .ui-multiselect-scrollpane .jspVerticalBar {
	background: #d1d1d1;
	width: 5px;
	right: 5px;
}

/*----------- MULTISELECT END -----------*/
/*----------- CHECKBOX/RADIOBOX -----------*/
/* checkbox */
.checkbox {
	cursor: pointer;
	margin: 0 6px 0 0;
	position: relative;
	z-index: 5;
	width: 21px;
	height: 21px;
}

.checkbox .mark {
	width: 19px;
	height: 19px;
	border-radius: 3px;
	border: 1px solid #C8C8C8;
	display: block;
}

.checkbox .mark-image {
	background: url(../img/sprite-icons.png) no-repeat 0 -175px;
	width: 10px;
	height: 10px;
	margin: 5px 0 0 5px;
	display: none;
}

.checkbox-holder:hover .checkbox .mark {
	background: #FCFCFC;
}

.checkbox-holder:active .checkbox .mark {
	background: #F1F0F0;
}

.checkbox-holder .checkbox.checkbox-checked .mark {
	background: #728D46;
	border-color: #728D46;
}

.checkbox-holder .checkbox-checked .mark-image {
	display: block;
}

.checkbox-holder.disabled {
	opacity: 0.4;
	cursor: default;
}

.checkbox-holder.disabled * {
	cursor: default;
}

.checkbox-holder.disabled .checkbox .mark {
	background: #fff;
}

.checkbox-holder.disabled .checkbox.checkbox-checked .mark {
	background: #728D46;
}

/* checkbox end */
/* radiobox */
.radiobox {
	cursor: pointer;
	margin: 0 6px 0 0;
	position: relative;
	z-index: 5;
	width: 21px;
	height: 21px;
}

.radiobox .mark {
	width: 19px;
	height: 19px;
	border-radius: 50%;
	border: 1px solid #C8C8C8;
	display: block;
}

.radiobox .mark-image {
	background: #fff;
	width: 7px;
	height: 7px;
	margin: 6px 0 0 6px;
	border-radius: 50%;
	display: none;
}

.radiobox-holder:hover .radiobox .mark {
	background: #FCFCFC;
}

.radiobox-holder:active .radiobox .mark {
	background: #F1F0F0;
}

.radiobox-holder .radiobox.radiobox-checked .mark {
	background: #728D46;
	border-color: #728D46;
}

.radiobox-holder .radiobox-checked .mark-image {
	display: block;
}

.radiobox-holder.disabled {
	opacity: 0.4;
	cursor: default;
}

.radiobox-holder.disabled * {
	cursor: default;
}

.radiobox-holder.disabled .radiobox .mark {
	background: #fff;
}

.radiobox-holder.disabled .radiobox.radiobox-checked .mark {
	background: #728D46;
}

/* radiobox end */
/*----------- CHECKBOX/RADIOBOX END -----------*/
/*----------- SCROLLPANE -----------*/
/* core */
.jspContainer {
	overflow: hidden;
	position: relative;
}

.jspPane {
	position: absolute;
}

.jspVerticalBar {
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 100%;
	background: red;
}

.jspHorizontalBar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}

.jspVerticalBar *, .jspHorizontalBar * {
	margin: 0;
	padding: 0;
}

.jspCap {
	display: none;
}

.jspHorizontalBar .jspCap {
	float: left;
}

.jspTrack {
	background: #dde;
	position: relative;
}

.jspDrag {
	background: #bbd;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag {
	float: left;
	height: 100%;
}

.jspArrow {
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled {
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow {
	height: 16px;
}

.jspHorizontalBar .jspArrow {
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus {
	outline: none;
}

.jspCorner {
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
	margin: 0 -3px 0 0;
}

/* core end */
/* custom */
.scrollpane {
	width: 100%;
	height: 100%;
	overflow: auto;
}

.scrollpane .jspPane {
	width: auto !important;
	right: 0 !important;
	left: 0;
}

.scrollpane.jspScrollable .jspPane {
	right: 55px !important;
}

.scrollpane .jspDrag {
	background: #d3d3d3;
	width: 23px;
	height: 23px;
	background: #ffb129;
	left: 50%;
	margin-left: -11.5px;
}

.scrollpane .jspVerticalBar {
	background: none;
	width: 31px;
}

.scrollpane .jspCap {
	display: block;
	width: 10px;
	height: 10px;
}

.scrollpane .jspTrack {
	background: #fff;
	width: 10px;
	margin: 0 auto;
}

/* custom end */
/*----------- SCROLLPANE END -----------*/
/* TYPOGRAPHY */
* {
	box-sizing: border-box;
}

body {
	color: #000;
	font: normal normal 14px/1.59 /* "gothampro-regular", Arial, Tahoma, */ Verdana, sans-serif;
	min-width: 1350px;
}

h1, h2, h3, h4, h5, h6 {
	color: #43494d;
	font: normal normal 30px/1.59 /* "gothampro-bold", Arial, Tahoma, */ Verdana, sans-serif;
	margin: 0;
}

h1 {
	line-height: 1.1;
}

h2 {
	font-size: 20px;
	line-height: 1.2;
}

h3 {
	font-size: 16px;
	line-height: 1.3;
}

h4 {
	font-size: 15px;
	line-height: 1.4;
}

h5 {
	font-size: 14px;
	line-height: 1.5;
}

h6 {
	font-size: 13px;
}

p {
	padding: 0 0 19px;
	margin: 0;
}

hr {
	overflow: hidden;
	border: 0;
	border-bottom: 1px solid #000;
	margin-bottom: 18px;
}

a {
	color: #2DB3F3;
	text-decoration: none;
	border-bottom: 1px solid #CDE1F7;
}
a:hover {
	border-bottom-color: transparent;
}

label {
	cursor: pointer;
}

blockquote {
	border: 10px solid #E1E7ED;
	color: #43494d;
	font-size: 20px;
	line-height: 1.5;
	/* font-family: "gothampro-light"; */ font-family: Verdana;
	letter-spacing: -0.02em;
	margin: 0;
	padding: 30px 20px 30px 65px;
	position: relative;
}
blockquote:before {
	content: '“';
	position: absolute;
	left: 20px;
	top: 11px;
	font-size: 50px;
	line-height: 52px;
	color: #e1e7ed;
	/* font-family: "gothampro-bold"; */ font-family: Verdana;
}

em, i {
	font-style: normal;
	/*font-family: "gothampro-italic";*/
        font-family: Verdana;
        font-style: italic;
}

b, strong {
	font-weight: normal;
	/* font-family: "gothampro-bold"; */ font-family: Verdana;
}

/* TYPOGRAPHY END */
/* reset-list */
[class$="-list"], [class*="-list "], .bxslider {
	background: none;
	border: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}

/* reset-list end */
/* def-list */
.def-list {
	padding-bottom: 39px;
}
.def-list li {
	position: relative;
	padding: 0 0 0 37px;
}
.def-list li:before {
	content: '';
	position: absolute;
	top: 9px;
	left: 17px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #0092ED;
}
.def-list li + li {
	margin-top: 25px;
}

/* def-list end */
/* decimal-list */
.decimal-list {
	counter-reset: item;
}
.decimal-list li:before {
	content: counter(item) ". ";
	counter-increment: item;
}

/* decimal-list end */
/* term-list */
.term-list {
	padding: 0 0 3px;
}
.term-list dt {
	color: #43494d;
}
.term-list dd {
	font-size: 12px;
	line-height: 1;
	margin: 0;
}
.term-list dd + dt {
	margin-top: 7px;
}

/* term-list end */
/* def-table */
.table-holder {
	border: 1px solid #DFE8EE;
}

.def-table thead tr th {
	color: #3d3f40;
	font-size: 13px;
	font-weight: 400;
	/* font-family: "gothampro-bold"; */ font-family: Verdana;
	padding: 12px 19px 13px;
	text-align: left;
	vertical-align: middle;
	border: 0;
	border-left: 1px solid #F0F0F0;
	background: #fff;
}
.def-table thead tr th:first-child {
	border-left: 0;
}
.def-table thead tr th.sortable {
	cursor: pointer;
}
.def-table thead tr th.sortable:hover {
	background: #f7f8fb;
}
.def-table thead tr th.sortable span {
	position: relative;
	display: block;
	padding-right: 10px;
}
.def-table thead tr th.sortable span:before {
	content: '';
	position: absolute;
	right: -4px;
	top: 10px;
	border-top: 5px solid #CDCDCD;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}
.def-table thead tr th.sortable.sortable-up span:before {
	border-bottom: 5px solid #CDCDCD;
	border-top: 0;
}

.def-table tbody tr td {
	color: #3d3f40;
	font-size: 12px;
	border: 0;
	border-top: 1px solid #DFE8EE;
	padding: 14px 19px 13px;
	text-align: left;
	vertical-align: middle;
	background: #fff;
}

.def-table tbody tr:nth-child(even) td {
	background: #F7F8FB;
}

.def-table tbody tr:first-child td {
	background: url(../img/table-sh.png) repeat-x 0 0;
}

.def-table tfoot tr td {
	color: #818282;
	text-align: center;
	border-top: 1px solid #DFE8EE;
	font-size: 13px;
	padding: 12px 19px 13px;
}
.def-table tfoot tr td a {
	border-bottom: 1px dotted #2DB3F3;
}
.def-table tfoot tr td a:hover {
	border-bottom-color: transparent;
}

.table-title {
	color: #3d3f40;
	font-weight: 400;
	/* font-family: "gothampro-bold"; */ font-family: Verdana;
	padding: 16px 19px 14px;
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px solid #DFE8EE;
	background: #F7F8FB;
	font-size: 14px;
}

/* def-table end */
/* default input(type: text, password), textarea */
textarea, input[type=text], input[type=password], input[type=date], input[type=datetime], input[type=email], input[type=number], input[type=search], input[type=tel], input[type=time], input[type=url] {
	cursor: text;
	width: 100%;
	display: block;
	background: #fff;
	border: 1px solid #D8DDEB;
	border-radius: 3px;
	padding: 15px 10px 13px;
	color: #ADAEAE;
	font: normal normal 12px/1.2 /* "gothampro-regular", Arial, Tahoma, */ Verdana, sans-serif;
}

textarea {
	height: 102px;
}

/* default input(type: text, password), textarea end */
/* default placeholder */
::-webkit-input-placeholder {
	color: #BFCBCF;
	opacity: 1;
}

:-moz-placeholder {
	color: #BFCBCF;
	opacity: 1;
}

::-moz-placeholder {
	color: #BFCBCF;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #BFCBCF;
}

:focus:-moz-placeholder {
	color: transparent;
	opacity: 1;
}

:focus::-moz-placeholder {
	color: transparent;
	opacity: 1;
}

:focus::-webkit-input-placeholder {
	color: transparent;
	opacity: 1;
}

:focus:-ms-input-placeholder {
	color: transparent;
	opacity: 1;
}

:focus::placeholder {
	color: transparent;
	opacity: 1;
}

/* default placeholder end */
/* default focus */
textarea:focus, input[type=text]:focus, input[type=password]:focus, input[type=date]:focus, input[type=datetime]: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 {
	border-color: #a8aDaB;
}

/* default focus end */
/* type error */
textarea.error, input[type=text].error, input[type=password].error, input[type=date].error, input[type=datetime].error, input[type=email].error, input[type=number].error, input[type=search].error, input[type=tel].error, input[type=time].error, input[type=url].error {
	border-color: #f00;
}

/* type error end */
/* type disabled */
textarea[disabled], input[type=text][disabled], input[type=password][disabled], input[type=date][disabled], input[type=datetime][disabled], input[type=email][disabled], input[type=number][disabled], input[type=search][disabled], input[type=tel][disabled], input[type=time][disabled], input[type=url][disabled] {
	background: #f7f7f7;
	border-color: #d6d6d6;
	color: #bfbfbf;
	cursor: default !important;
}

/* type disabled end */
/* additional elements */
.column-50 {
	float: left;
	width: 50%;
}

.column-33 {
	float: left;
	width: 33.33%;
}

.column-25 {
	float: left;
	width: 25%;
}

.overflow {
	overflow: hidden;
}

/* additional elements end */
/* default styles for forms */
.form-line {
	margin: 0 0 10px;
}

.wrap-select, [class^="wrap-select-"], [class*=" wrap-select-"] {
	position: relative;
}

.wrap-select select, [class^="wrap-select-"] select, [class*=" wrap-select-"] select {
	width: 100%;
}

.wrap-label {
	padding: 0 0 10px;
}

/* default styles for forms end */
/* transition */
.transition-all, a, .def-table thead tr th.sortable, [class^="btn-"], [class*=" btn-"], .news-item h2, .date, .vacancy h2, .vacancy-image, .slider-control-left, .slider-control-right {
	-o-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	transition: all 0.1s linear;
}

.transition-none, .bx-wrapper .bx-pager.bx-default-pager a {
	-webkit-transition: all 0s ease 0s;
	-o-transition: all 0s ease 0s;
	-moz-transition: all 0s ease 0s;
	transition: all 0s ease 0s;
}

/* transition end */
/* clearfix */
.clearfix:before, .container:before, .content-box:before, .products-list:before, .products-categories-list:before, .product-full-top:before, .product-documents-item:before, .contact-info-list li:before, .news-item:before, .pagination:before, .vacancy:before, .about-item:before, .production-description:before, .history-item-bottom:before, .clearfix:after, .container:after, .content-box:after, .products-list:after, .products-categories-list:after, .product-full-top:after, .product-documents-item:after, .contact-info-list li:after, .news-item:after, .pagination:after, .vacancy:after, .about-item:after, .production-description:after, .history-item-bottom:after, .buttons:before, .buttons:after, .bxslider:before, .bxslider:after, [class*="-columns"]:before, [class*="-columns"]:after, form:before, form:after {
	content: "";
	display: table;
}

.clearfix:after, .container:after, .content-box:after, .products-list:after, .products-categories-list:after, .product-full-top:after, .product-documents-item:after, .contact-info-list li:after, .news-item:after, .pagination:after, .vacancy:after, .about-item:after, .production-description:after, .history-item-bottom:after, .buttons:after, .bxslider:after, [class*="-columns"]:after, form:after {
	clear: both;
}

/* clearfix end */
/* inline-block */
.inline-block, [class^="btn-"], [class*=" btn-"], .top-bar-nav-list li, .navigation-list li, .navigation-list li a, .navigation-list li span, .phone, .breadcrumbs-list li, .breadcrumbs-list li:before, .side-categories-list li a:after, .side-categories-list li div:after, .counter, .map-wrap .side-questions, .map-wrap .side-pricelist-load, .pagination a.prev-page:before, .pagination a.next-page:after, .mark-closed, .production-type h3 a, .production-items-list > li, .main-slider-controls-left, .main-slider-controls-right, .history-item-more:after, [class^="icon-"], [class*=" icon-"], [class^="arrow-"], [class*=" arrow-"], [class^="btn-"], [class*=" btn-"] {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
}

/* inline-block end */
/* icons */
[class^="icon-"], [class*=" icon-"], [class^="arrow-"], [class*=" arrow-"] {
	background-image: url(../img/sprite.png);
	background-repeat: no-repeat;
	vertical-align: middle;
}

.icon-earth {
	background-image: url(../img/sprite.png);
	background-position: -65px -185px;
	width: 13px;
	height: 12px;
	margin: 0 4px 0 0;
}

.icon-search {
	background-image: url(../img/sprite.png);
	background-position: -305px -150px;
	width: 14px;
	height: 14px;
}

.icon-search-blue {
	background-image: url(../img/sprite.png);
	background-position: -51px -185px;
	width: 14px;
	height: 14px;
}

.icon-phone {
	background-image: url(../img/sprite.png);
	background-position: -36px -185px;
	width: 15px;
	height: 16px;
	margin: 0 12px 0 0;
}

.icon-listed {
	background-image: url(../img/sprite.png);
	background-position: -201px -173px;
	width: 16px;
	height: 10px;
}

.icon-turner {
	background-image: url(../img/sprite.png);
	background-position: -201px -150px;
	width: 23px;
	height: 23px;
}

.icon-user {
	background-image: url(../img/sprite.png);
	background-position: -247px -150px;
	width: 19px;
	height: 20px;
}

.icon-finances {
	background-image: url(../img/sprite.png);
	background-position: 0px -185px;
	width: 20px;
	height: 17px;
}

.icon-play {
	background-image: url(../img/sprite.png);
	background-position: -294px -109px;
	width: 23px;
	height: 16px;
}

.arrow-gray-left {
	background-image: url(../img/sprite.png);
	background-position: -15px -202px;
	width: 15px;
	height: 22px;
}

.arrow-gray-right {
	background-image: url(../img/sprite.png);
	background-position: 0px -202px;
	width: 15px;
	height: 22px;
}

.arrow-white-left {
	background-image: url(../img/sprite.png);
	background-position: -266px -128px;
	width: 24px;
	height: 15px;
}

.arrow-white-right {
	background-image: url(../img/sprite.png);
	background-position: -266px -109px;
	width: 28px;
	height: 19px;
}

/* icons end */
/* text-overflow */
.text-overflow, .news-item-right p, .vacancy-right p, .production-type h3 a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* text-overflow end */
/* buttons */
[class^="btn-"], [class*=" btn-"] {
	border: none;
	text-decoration: none;
	position: relative;
	text-align: center;
	color: #fff;
	font: normal normal 14px/1.4 /* "gothampro-medium", Arial, Tahoma, */ Verdana, sans-serif;
}
[class^="btn-"]:hover, [class*=" btn-"]:hover {
	color: #fff;
	text-decoration: none;
}
[class^="btn-"] input, [class*=" btn-"] input {
	background: url(../img/empty.png) repeat;
	border: 0;
	color: transparent;
	cursor: pointer;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -9999px;
	z-index: 10;
}
[class^="btn-"].disabled, [class*=" btn-"].disabled {
	cursor: default !important;
}
[class^="btn-"].disabled input, [class*=" btn-"].disabled input {
	display: none !important;
}

a[class^="btn-"], a[class*=" btn-"], div[class^="btn-"], div[class*=" btn-"] {
	cursor: pointer;
}

/* btn-green */
.btn-green {
	height: 45px;
	line-height: 45px;
	padding: 0 10px;
	background: #35B33A;
	border-radius: 25px;
}
.btn-green:hover {
	background: #15a31A;
}

/* btn-green end */
/* btn-green */
.btn-blue {
	height: 45px;
	line-height: 45px;
	padding: 0 10px;
	background: #2DB3F3;
	border-radius: 25px;
}
.btn-blue:hover {
	background: #0071da;
}

/* btn-green end */
/* btn-gray */
.btn-gray {
	font-size: 11px;
	height: 45px;
	line-height: 42px;
	padding: 0 10px;
	/* font-family: "gothampro-bold"; */ font-family: Verdana;
	border: 2px solid #646D73;
	border-radius: 25px;
	text-transform: uppercase;
}
.btn-gray:hover {
	border: 2px solid #545D63;
}

/* btn-gray end */
/* btn-aqua */
.btn-aqua {
	font-size: 11px;
	height: 45px;
	line-height: 42px;
	padding: 0 10px;
	/* font-family: "gothampro-bold"; */ font-family: Verdana;
	border: 2px solid #587380;
	border-radius: 25px;
	text-transform: uppercase;
}
.btn-aqua:hover {
	border: 2px solid #547279;
}

/* btn-aqua end */
/* buttons end */
/* main-blocks */
.wrapper {
	height: auto !important;
	min-height: 100%;
	position: relative;
	overflow: hidden;
	background: #fff;
}

.top-bar {
	background: #17191A;
	padding: 16px 0;
	height: 50px;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	height: 50px;
	z-index: 100;
}

.header {
	position: relative;
	z-index: 10;
	padding: 10px 0;
	margin: 50px 0 0;
	background: url(../img/bg/header.webp) no-repeat center top;
	background-size: cover;
	
}

.content {
	position: relative;
	z-index: 4;
	padding: 0 0 44px;
}

.footer {
	background: #17191A;
	position: relative;
	height: 235px;
	margin: -235px auto 0;
	padding: 45px 0;
	z-index: 5;
	overflow: hidden;
}

.footer-spacer {
	height: 235px;
}

.container {
	width: 1290px;
	padding: 0 30px;
	margin: 0 auto;
	position: relative;
	box-sizing: content-box;
}

/* main-blocks end */
/* TOP BAR */
.top-bar a {
    border-bottom: none;
    color:#FFFFFF;
}
.top-bar-left {
	float: left;
	margin: -1px 0 0 -2px;
}
.top-bar i {
    color: #FFFFFF;
    margin: 0 10px;
    font-size: 16px;
}
.top-bar .navigation {
    float: right;
    margin-top: -8px;
}
.top-bar-right {
	/*overflow: hidden;*/
	padding: 1px 0 0;
}
.top-bar-right .phon {
    float: right;
    font-size: 16px;
    margin-top: -6px;
    margin-right: 5%;
}

.top-bar-right .lang {
    float: right;
    margin: 0 10px 0 50px;
    color: #FFF;
}

.top-bar-left.danfoss {
    color: #a5a8aa;
    width: 225px;
    font-size: 11px;
    font-style: italic;
    margin-left: 25px;
    margin-top: -5px;
}
html .top-bar-left.address {
    margin-left: 20px;
}
.top-bar-right.address {
    color: #FFFFFF;
}

.top-bar-right.address .addr{
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: none;
    border:none;
}

.top-bar-right.address .addr:hover{
    text-decoration: underline;
}
.top-bar-nav {
	text-align: right;
}

.top-bar-nav-list {
	text-transform: uppercase;
	color: #fff;
	font-size: 11px;
}
.top-bar-nav-list li {
	margin: 0 0 0 25px;
        font-size: 16px;
        text-transform: capitalize;
        font-weight: bold;
}
.top-bar-nav-list li a {
	color: #fff;
	text-decoration: none;
	border: 0;
        padding: 0 0 5px 0;
        border-bottom: 2px solid transparent;
}
.top-bar-nav-list li a:hover {
	border-bottom: 2px solid #FFF;
        text-decoration: none;
}

.dropdown-holder {
	position: relative;
	font-size: 11px;
}

.dropdown-title {
	position: relative;
}

.dropdown-link {
	color: #666767;
	text-decoration: none;
	
	border: 0;
}
.dropdown-link * {
	vertical-align: middle;
}
.dropdown-link:hover .text {
	/*text-decoration: underline;*/
}
.dropdown-link:after {
	content: '';
	display: inline-block;
	margin-left: 2px;
	border-top: 9px solid #666767;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
}
.dropdown-link.active:after {
	border-top: 0;
	border-bottom: 9px solid #666767;
}

.dropdown {
	position: absolute;
	width: 200px;
	left: 0;
	top: 100%;
	background: #17191A;
	padding: 10px;
	display: none;
}

.dropdown-list li {
    display: block;
    text-align: left;
    
}

.dropdown-list li a {
	color: #fff;
	border: 0;
        text-transform: none;
}
.dropdown-list li a:hover {
	/*text-decoration: underline;*/
}

.dropdown-list li + li {
	margin-top: 5px;
}
.dropdown-holder:hover .dropdown {
    display: block;
}
/* TOP BAR END */
/* HEADER */
.header-left {
	float: left;
	width: 250px;
	margin: 0 10px 0 0;
}

.logo {
	background-image: url(../img/sprite.png);
	background-position: 0px -109px;
	width: 233px;
	height: 41px;
	display: block;
	margin: 0 0 4px;
	border: 0;
}
.logo:hover {
	opacity: 0.8;
}

.site-desc {
	display: block;
	font-size: 8px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.header-right {
	overflow: hidden;
	padding: 12px 0 0;
}
.header-right .navigation li {
    margin-right: 10px;
}
.header-right .navigation li .dropdown-title {
    font-size: 16px;
}

.search {
	float: right;
	width: 152px;
	position: relative;
}
.search input[type="text"] {
	border: 1px solid rgba(255, 255, 255, 0.5);
	padding: 12px 10px 10px 38px;
	background: none;
	color: #fff;
}
.search input[type="text"]::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.5);
	opacity: 1;
}
.search input[type="text"]:-moz-placeholder {
	color: rgba(255, 255, 255, 0.5);
	opacity: 1;
}
.search input[type="text"]::-moz-placeholder {
	color: rgba(255, 255, 255, 0.5);
	opacity: 1;
}
.search input[type="text"]:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.5);
}
.search input[type="text"]:focus:-moz-placeholder {
	color: transparent;
	opacity: 1;
}
.search input[type="text"]:focus::-moz-placeholder {
	color: transparent;
	opacity: 1;
}
.search input[type="text"]:focus::-webkit-input-placeholder {
	color: transparent;
	opacity: 1;
}
.search input[type="text"]:focus:-ms-input-placeholder {
	color: transparent;
	opacity: 1;
}
.search input[type="text"]:focus::placeholder {
	color: transparent;
	opacity: 1;
}
.search .icon-search {
	border: 0;
	background-color: transparent;
	position: absolute;
	top: 13px;
	left: 15px;
	padding: 0;
}

.navigation {
	overflow: hidden;
	padding: 4px 0 0;
}

.navigation-list {
	color: #fff;
	font-size: 16px;
	/* font-family: "gothampro-bold"; */ font-family: Verdana;
	text-align: right;
	margin: 0 17px 0 0;
}
.navigation-list li {
	/*padding: 0 44px 10px 0;*/
}
.navigation-list li a, .navigation-list li span {
	color: #fff;
	text-decoration: none;
	padding-bottom: 5px;
	border-bottom: none;
}


/* HEADER END */
/* FOOTER */
.footer-left {
	float: left;
	width: 330px;
	margin: 0 29px 0 0;
}

.footer-logo-holder {
	padding: 0 0 17px;
}

.footer-logo {
	font-size: 30px;
	line-height: 1.1;
	font-weight: 300;
	color: #505152;
	/* font-family: "gothampro-light"; */ font-family: Verdana;
	letter-spacing: -0.02em;
}
.footer-logo strong {
	color: #5D5E5F;
	letter-spacing: -0.07em;
	margin-right: 4px;
}

.footer .footer-left .navigation-list {
    float: none;
    margin: 10px 0;
    text-align: left;
}
.footer .footer-left .navigation-list li {
    margin: 0 25px;
}

.footer-site-desc {
	text-transform: uppercase;
	color: #535555;
	font-size: 7.5px;
	letter-spacing: -0.02em;
}

.phone {
	border: 2px solid #2D3133;
	border-radius: 25px;
	padding: 10px 28px 10px 20px;
	margin: 0 0 14px;
}

.phone-text {
	font-size: 14px;
	color: #fff;
	vertical-align: middle;
	/* font-family: "gothampro-bold"; */ font-family: Verdana;
	letter-spacing: -0.03em;
}

.copyright {
	color: #656666;
	font-size: 11px;
}
.copyright a {
	border: 0;
	color: #dadada;
	text-decoration: none;
}
.copyright a:hover {
	text-decoration: underline;
}

.footer-right {
	overflow: hidden;
}

.footer-nav-columns {
	margin: 0 0 0 -10px;
}
.footer-nav-columns > * {
	padding: 0 0 0 40px;
	width: 28.6%;
	float: right;
        border-left: 1px solid #7b7c7c;
}
.footer-nav-columns > *:first-child + * {
	width: 55.4%;
}
.footer-nav-columns > *:first-child + * + * {
	width: 16%;
}

.footer-menu-title {
	text-transform: uppercase;
	/* font-family: "gothampro-bold"; */ font-family: Verdana;
	padding: 0 0 25px;
	color: #FFFFFF;
}

.footer-menu-list li a {
	color: #7b7c7c;
	text-decoration: none;
	border: 0;
}
.footer-menu-list li a:hover {
	color: #fff;
}

.footer-menu-list li + li {
	padding-top: 6px;
}

/* FOOTER END */
/* CONTENT */
/* PRODUCT CATALOG */
/* breadcrumbs */
.breadcrumbs {
	background: #F7F8FB;
	padding: 19px 0 15px;
	margin: 0 0 60px;
}

.breadcrumbs-list {
	font-size: 9px;
	text-transform: uppercase;
	color: #7a8f99;
}
.breadcrumbs-list li a {
	border: 0;
	color: #7a8f99;
	text-decoration: none;
}
.breadcrumbs-list li a:hover {
	text-decoration: underline;
}
.breadcrumbs-list li:before {
	content: '—';
	margin: 0 5px;
	vertical-align: baseline;
}
.breadcrumbs-list li:first-child:before {
	content: '';
	background-image: url(../img/sprite.png);
	background-position: -159px -100px;
	width: 10px;
	height: 8px;
	margin: 0 7px 0 0;
}

/* breadcrumbs end */
/* main */
.content-main {
	float: left;
	width: 100%;
}

.content-main-inner {
	padding-left: 361px;
}
.content-main-inner .main-title {
	margin-top: -5px;
}

.sidebar-left {
	float: left;
	width: 330px;
	margin-left: -100%;
}

/* main end */
/* main-title */
.main-title {
	padding: 0 0 20px;
}
.main-title h2 {
	font-size: 30px;
	line-height: 1.1;
}

.main-subtitle {
	text-transform: uppercase;
	font-size: 10px;
	color: #8ba4b0;
	padding: 10px 0 0;
	/* font-family: "gothampro-medium"; */ font-family: Verdana;
}

/* main-title */
/* side-categories */
.side-categories {
	background: #F7F8FB;
	padding: 29px 30px 24px;
	margin-bottom: 30px;
}

.side-categories-list {
	color: #3d3f40;
	font-size: 14px;
}
.side-categories-list li a {
	padding-top: 0.3em;
	text-decoration: none;
	border: 0;
}
.side-categories-list li a .text {
	border-bottom: 1px solid #CDE1F7;
	margin-right: 8px;
}
.side-categories-list li a:after {
	content: '';
	border-left: 4px solid #2DB3F3;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	vertical-align: baseline;
}
.side-categories-list li a:hover .text {
	border-bottom-color: transparent;
}
.side-categories-list li div {
	display: inline;
	/* font-family: "gothampro-bold"; */ font-family: Verdana;
}
.side-categories-list li div .text {
	margin-right: 8px;
}
.side-categories-list li div:after {
	content: '';
	border-left: 4px solid #3d3f40;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	vertical-align: baseline;
}
.side-categories-list li + li {
	padding-top: 24px;
}

/* side-categories end */
/* side-search */
.side-search {
	position: relative;
	margin: 0 2px 30px -2px;
}
.side-search input[type="text"] {
	padding: 15px 10px 13px 43px;
}
.side-search .icon-search-blue {
	border: 0;
	background-color: transparent;
	position: absolute;
	top: 16px;
	left: 16px;
	padding: 0;
}

/* side-search end */
/* side-questions */
.side-questions, .side-pricelist-load {
	margin-bottom: 30px;
	background: #35B33A;
	color: #fff;
	padding: 24px 35px 28px 30px;
	font-size: 13px;
	text-align: left;
}
.side-questions .title, .side-pricelist-load .title {
	color: #fff;
	font-size: 20px;
	/* font-family: "gothampro-bold"; */ font-family: Verdana;
	padding: 0 0 14px;
}
.side-questions p, .side-pricelist-load p {
	padding: 0 0 22px;
}
.side-questions [class*="btn-"], .side-pricelist-load [class*="btn-"] {
	display: block;
	border: 1px solid rgba(255, 255, 255, 0.7);
}

.side-questions .form {
    display: none;
}

.side-questions .form input {
    border-radius: 25px;
}

.side-questions .form button {
    margin: 10px auto;
}

/* side-questions end */
/* side-pricelist-load */
.side-pricelist-load {
	background: #2DB3F3;
}

/* side-pricelist-load end */
/* products */
.products {
	padding: 0 0 35px;
	clear: both;
}

.products-list {
	margin: -30px 0 0 -30px;
}
.products-list > li {
	width: 33.33%;
	padding: 30px 0 0 30px;
	float: left;
}

.product {
	padding: 5px 25px;
	border: 4px solid rgba(225, 231, 237, 0.5);
	display: block;
	height: 280px;
	text-decoration: none;
}
.product:hover {
	border-color: #35B33A;
}
.product:hover h2 {
	border-bottom-color: transparent;
}
.product h2 {
	font-size: 15px;
	line-height: 24px;
	border-bottom: 1px solid #D4E7FA;
	color: #2DB3F3;
	display: inline;
}

.product-image {
	height: 183px;
	text-align: center;
	display: table-cell;
	width: 1000px;
	vertical-align: middle;
	box-sizing: content-box;
	padding: 0 0 15px;
}
.product-image img {
	max-height: 183px;
	max-width: 206px;
}

/* products end */
/* article */
.article {
	padding: 0 0 20px;
}

/* article end */
/* PRODUCT CATALOG END */
/* PRODUCT CATEGORY */
.products-categories {
	clear: both;
	padding: 0 0 50px;
}

.products-categories-list {
	margin: -30px 0 0 -30px;
}
.products-categories-list > li {
	width: 33.33%;
	padding: 30px 0 0 30px;
	float: left;
}

.product-category {
	padding: 21px 13px 21px 21px;
	border: 4px solid rgba(225, 231, 237, 0.5);
	display: block;
	height: 140px;
	text-decoration: none;
}
.product-category:hover {
        border-color: #35B33A;
	/*border-color: #2DB3F3;
	background: #0081D1;*/
}
/*
.product-category:hover h2 {
	border-bottom-color: #67A6DD;
	color: #fff;
}*/
.product-category:hover .counter {
	background: #fff;
	color: #0081D1;
}
.product-category h2 {
	display: inline;
	font-size: 16px;
	line-height: 25px;
	border-bottom: 1px solid transparent;
}

.counter {
	font-size: 10px;
	line-height: 1.1;
	background: #F0F3F6;
	color: #9da2a6;
	padding: 10px 18px 9px;
	text-transform: uppercase;
	margin: 0 0 10px;
}

.product-category-content {
	display: table-cell;
	vertical-align: middle;
	height: 69px;
}

/* PRODUCT CATEGORY END */
/* PRODUCT ITEM */
.product-full {
	padding: 0 0 26px;
}
.product-full .main-title {
	padding: 0 0 39px;
}

.product-full-top {
	padding: 0 0 38px;
}

.product-full-top-left {
	float: left;
	width: 290px;
}

.product-full-image {
	border: 4px solid #DFE8EE;
	margin: 0 0 20px;
}
.product-full-image img {
	max-width: 234px;
	max-height: 234px;
}

.product-full-image-inner {
	display: table-cell;
	height: 272px;
	width: 1000px;
	text-align: center;
	vertical-align: middle;
}

.product-full-top-right {
	overflow: hidden;
	padding: 0 0 0 28px;
}
.product-full-top-right .buttons .btn-green {
	display: block;
	max-width: 285px;
        float: left;
        margin-right: 50px;
}
.product-full-top-right .buttons .btn-blue {
    float: left;
}

.contact-info {
	font-size: 20px;
	color: #a2b0b8;
	padding: 18px 33px 23px;
	background: #1A2E35;
	position: relative;
	margin: 0 0 34px;
}
.contact-info:before {
	content: '';
	position: absolute;
	right: 100%;
	top: 26px;
	border-right: 5px solid #1A2E35;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}
.contact-info .title {
	font-size: 20px;
	color: #fff;
	/* font-family: "gothampro-bold"; */ font-family: Verdana;
	padding: 0 0 8px;
}

.product-info {
	line-height: 1.55;
	margin: 0 0 28px;
	color: #8b8f9d;
	/* font-family: "gothampro-italic";*/
        font-family: Verdana;
        font-style: italic;
	position: relative;
	padding: 16px 35px 17px 53px;
	background: #F7F8FB;
}
.product-info:before {
	content: '';
	position: absolute;
	left: 20px;
	top: 19px;
	background-image: url(../img/sprite.png);
	background-position: -20px -185px;
	width: 16px;
	height: 16px;
}

.product-full-article {
	font-size: 14px;
	line-height: 1.79;
	color: #3A3D3E;
	padding: 0 0 0 3px;
}
.product-full-article h2 {
	padding: 7px 0 30px;
}
.product-full-article p {
	padding: 0 0 25px;
}

.full-documentation {
	font-size: 14px;
}
.full-documentation .icon-listed {
	margin: 0 7px 0 0;
}
.full-documentation a {
	color: #2DB3F3;
}

.full-documentation-count {
	color: #a6b6bf;
}

.nomenclature-table .col-code {
	width: 112px;
}

.nomenclature-table .col-type {
	width: 124px;
}

.hidden-block {
	display: none;
}

/* PRODUCT ITEM END */
/* DOCUMENTS */
.products-documents {
	padding: 0 0 16px;
}

.products-documents-list > li + li {
	border-top: 1px solid #DFE8EE;
	margin-top: 35px;
	padding-top: 35px;
}

.product-documents-item h2 {
	font-size: 16px;
	line-height: 24px;
	padding: 0 0 21px;
}

.product-documents-item-left {
	float: left;
	width: 170px;
	margin: 6px 29px 0 0;
}

.product-documents-item-image img {
	max-width: 100%;
}

.product-documents-item-right {
	overflow: hidden;
}

.files-columns {
	margin: 0 0 0 -10px;
}
.files-columns > * {
	padding: 0 0 0 10px;
}

.files-list > li + li {
	margin-top: 8px;
}

.file {
	font-size: 14px;
	position: relative;
	padding: 0 0 0 27px;
}
.file:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(../img/sprite.png);
	background-position: -30px -202px;
	width: 15px;
	height: 19px;
}

.products-documents-buttons {
	text-align: center;
	padding: 55px 0 0;
}
.products-documents-buttons .btn-green {
	display: block;
	margin: 0 auto;
	max-width: 365px;
}

/* DOCUMENTS END */
/* DOCUMENTS-SEARCH */
.documents-search .main-title {
	padding: 0 0 41px;
}

/* DOCUMENTS-SEARCH END */
/* DOCUMENTS-SEARCH FAIL */
.notfound {
	background: url(../img/bg/404.png) no-repeat 45px 97px;
	background-size: 642px;
	font-size: 14px;
	line-height: 1.73;
	color: #43494d;
	text-align: center;
	padding: 49px 0 395px;
}

/* DOCUMENTS-SEARCH FAIL END */
/* ERROR PAGE */
.error-page {
	margin: -70px 0 0;
	padding: 95px 0 0;
	background: url(../img/bg/404.png) no-repeat 645px 11px;
}
.error-page .main-title {
	padding: 0 0 21px;
}
.error-page .notfound {
	text-align: left;
	background: none;
	padding: 49px 0 169px;
}

/* ERROR PAGE END */
/* CONTACTS */
.contacts {
	margin: -5px 0 0;
	padding: 0 0 64px;
}
.contacts .main-title {
	padding: 0 0 41px;
}

.contacts-columns {
	margin: 0 0 0 -10px;
}
.contacts-columns > * {
	padding: 0 0 0 10px;
	float: left;
}
.contacts-columns > *:first-child {
	width: 35.5%;
}
.contacts-columns > *:first-child + * {
	width: 36.2%;
}
.contacts-columns > *:first-child + * + * {
	width: 28.3%;
}

.contact h5 {
	color: #3d3f40;
	padding: 0 0 17px;
}

.contact-info-list {
	font-size: 13px;
}
.contact-info-list li .title {
	float: left;
	color: #7a858c;
	margin: 0 5px 0 0;
	min-width: 71px;
}
.contact-info-list li .value {
	overflow: hidden;
	color: #3d3f40;
}
.contact-info-list li .value > * + * {
	margin-top: 4px;
}
.contact-info-list li + li {
	margin-top: 5px;
}

.map-wrap {
	position: relative;
	text-align: center;
	padding: 0px 0 0 7px;
	margin: 0 0 122px;
}
.map-wrap .side-questions, .map-wrap .side-pricelist-load {
	position: relative;
	width: 329px;
	margin: 0 13px -106px;
}

.map {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

/* CONTACTS END */
/* NEWS ARCHIVE */
.archives {
	margin: -2px 0 0;
}
.archives .main-title {
	padding: 0 0 65px;
}
.archives .main-subtitle {
	padding: 4px 0 0;
}

/* news */
.news {
	padding: 0 0 32px 60px;
}

.news-buttons {
	padding: 76px 58px 0 0;
}
.news-buttons .btn-green {
	display: block;
	max-width: 285px;
	margin: 0 auto;
}

.news-list > li + li {
	margin-top: 36px;
}

.news-item {
	border: 0;
	display: block;
}
.news-item h2 {
	display: inline;
	line-height: 1.1;
	padding: 0;
	border-bottom: 1px solid transparent;
}
.news-item:hover h2 {
	color: #0092ED;
	border-bottom-color: #9EDFFA;
}
.news-item:hover .date {
	background: #0092ED;
	color: #fff;
}

.date {
	background: #EFF3F6;
	width: 45px;
	height: 45px;
	text-align: center;
	color: #a2a4a6;
	text-transform: uppercase;
	/* font-family: "gothampro-bold"; */ font-family: Verdana;
	padding: 7px 0 0;
}

.date-number {
	font-size: 20px;
	line-height: 22px;
	margin-bottom: -2px;
}

.date-month {
	font-size: 10px;
	line-height: 12px;
}

.news-item-left {
	float: left;
	width: 50px;
	margin: 0 17px 0 0;
}

.news-item-right {
	overflow: hidden;
	color: #7a858c;
	font-size: 13px;
}
.news-item-right p {
	padding: 4px 0 0;
}

/* news end */
/* pagination */
.pagination {
	padding: 71px 2px 0;
}
.pagination a {
	font-size: 14px;
	border: 0;
}
.pagination a span {
	border-bottom: 1px solid #CDE1F7;
}
.pagination a:hover span {
	border-bottom-color: transparent;
}
.pagination a.prev-page {
	float: left;
}
.pagination a.prev-page:before {
	content: '';
	border-right: 4px solid #2DB3F3;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	vertical-align: baseline;
}
.pagination a.prev-page span {
	margin-left: 12px;
}
.pagination a.next-page {
	float: right;
}
.pagination a.next-page:after {
	content: '';
	border-left: 4px solid #2DB3F3;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	vertical-align: baseline;
}
.pagination a.next-page span {
	margin-right: 12px;
}

/* pagination end */
/* NEWS ARCHIVE END */
/* VACANCIES-PAGE */
.vacancies-page {
	margin: -5px 0 0;
}
.vacancies-page .main-title {
	padding: 0 0 55px;
}
.vacancies-page .main-subtitle {
	padding: 5px 0 0;
}

.vacancies {
	padding: 0 0 12px 60px;
}

.vacancies-list > li + li {
	margin-top: 36px;
}

.vacancy {
	border: 0;
	display: block;
}
.vacancy h1 {
	font-size: 26px;
	letter-spacing: -0.02em;
}
.vacancy h2 {
	display: inline;
	line-height: 1.1;
	padding: 0;
	border-bottom: 1px solid transparent;
}
.vacancy.disabled .vacancy-image {
	opacity: 0.5;
}
.vacancy.disabled h2 {
	color: #9ba9b2;
}

a.vacancy:hover h2 {
	color: #0092ED;
	border-bottom-color: #9EDFFA;
}

a.vacancy:hover .vacancy-image {
	background: #0092ED;
}
a.vacancy:hover .vacancy-image .icon-turner {
	background-position: -224px -150px;
}
a.vacancy:hover .vacancy-image .icon-user {
	background-position: -266px -150px;
}
a.vacancy:hover .vacancy-image .icon-finances {
	background-position: -285px -150px;
}

.vacancy-image {
	width: 45px;
	height: 45px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	background: #F0F3F6;
}

.vacancy-left {
	float: left;
	width: 50px;
	margin: 0 17px 0 0;
}

.vacancy-right {
	overflow: hidden;
	color: #7a858c;
	font-size: 13px;
}
.vacancy-right p {
	padding: 4px 0 0;
}

.mark-closed {
	vertical-align: baseline;
	font-size: 8px;
	line-height: 17px;
	height: 16px;
	/* font-family: "gothampro-bold"; */ font-family: Verdana;
	text-transform: uppercase;
	padding: 0 7px;
	border-radius: 3px;
	color: #f7f8fb;
	background: #E9407C;
	position: relative;
	margin-left: 5px;
	top: -4px;
}

/* VACANCIES-PAGE END */
/* VACANCY DETAIL */
.vacancy-detail-page {
	margin: -3px 0 0;
}
.vacancy-detail-page .vacancy h1 {
	margin-left: -3px;
}
.vacancy-detail-page .vacancy-left {
	margin: 4px 13px 0 0;
}
.vacancy-detail-page .vacancy-right {
	padding-left: 3px;
}

.vacancy-detail {
	padding: 36px 0 16px 60px;
	max-width: 1060px;
}

.vacancy-detail-info {
	font-size: 13px;
	border: 8px solid #E1E7ED;
	padding: 24px 50px 25px;
	margin: 0 0 33px;
}
.vacancy-detail-info .title {
	color: #7a858c;
	padding: 0 0 1px;
}
.vacancy-detail-info .value {
	font-size: 15px;
	color: #43494d;
	/* font-family: "gothampro-bold"; */ font-family: Verdana;
}

.vacancy-detail-info-columns {
	margin: 0 0 0 -10px;
}
.vacancy-detail-info-columns .column {
	float: left;
	width: 30.4%;
	padding: 0 0 0 10px;
}
.vacancy-detail-info-columns .column:first-child + .column {
	width: 35%;
}
.vacancy-detail-info-columns .column:first-child + .column + .column {
	width: 34.6%;
}

.vacancy-detail-article {
	font-size: 14px;
	color: #3d3f40;
	padding: 0 0 27px;
}
.vacancy-detail-article h5 {
	padding: 3px 0 14px;
}
.vacancy-detail-article .def-list {
	padding-bottom: 26px;
}
.vacancy-detail-article .def-list li {
	padding: 0 0 0 21px;
}
.vacancy-detail-article .def-list li + li {
	margin-top: 8px;
}
.vacancy-detail-article .def-list li:before {
	width: 4px;
	height: 4px;
	left: 6px;
	background: #35B33A;
}

.buttons .btn-green {
	display: block;
	max-width: 285px;
}

/* VACANCY DETAIL END */
/* ABOUT */
.about {
	margin: -3px 0 -44px;
}
.about .main-title {
	padding: 0 0 30px;
}

.about-item {
	padding: 0 0 30px;
}
.about-item.left .about-item-article {
	padding: 98px 0 0;
}
.about-item.left .about-item-image {
	float: left;
	margin: 4px 70px 30px 60px;
}
.about-item p {
	padding: 0 0 21px;
}

.about-item-image {
	float: right;
	margin: 4px 0 30px 100px;
}
.about-item-image img {
	max-width: 100%;
}

.about-item-article {
	overflow: hidden;
	font-size: 14px;
	color: #3d3f40;
}
.about-item-article.text {
	overflow: visible;
}
.about-item-article .buttons {
	padding: 10px 0 0;
}
.about-item-article .buttons .btn-green {
	max-width: 296px;
	display: block;
}

.about-item-full {
	background-size: cover;
	background-position: center center;
	margin: 0 0 -44px;
}
.about-item-full .side-questions, .about-item-full .side-pricelist-load {
	position: absolute;
	right: 31px;
	top: 100%;
	margin: -105px 0 0;
	width: 329px;
}
.about-item-full .side-pricelist-load {
	right: 390px;
}

.about-item-full-text {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 9999px;
	height: 351px;
	padding: 47px 0 50px;
}
.about-item-full-text h2 {
	color: #fff;
	margin: 0 auto;
	max-width: 900px;
	line-height: 1.5;
}
.about-item-full-text strong {
	color: #fff;
	font-size: 30px;
	line-height: 1.35;
	/* font-family: "gothampro-bold"; */ font-family: Verdana;
	max-width: 580px;
	display: block;
	letter-spacing: -0.015em;
}

/* ABOUT END */
/* ABOUT MAIN */
.about-main {
	margin: -5px 0 0;
}
.about-main .main-title {
	padding: 0 0 32px;
}
.about-main .about-item-image {
	float: left;
	margin: 6px 33px 20px 0;
}
.about-main .about-item {
	padding: 0 0 40px;
}
.about-main .about-item.left .about-item-image {
	margin: 0 100px 0 30px;
}
.about-main .about-item.left .about-item-article {
	padding: 52px 0 0;
}
.about-main .about-item.left .about-item-article .buttons {
	padding: 20px 0 0;
}
.about-main .about-item-full {
	margin-bottom: 102px;
}
.about-main .about-item-full-text {
	height: 250px;
	text-align: left;
	padding: 44px 0 50px;
}

/* ABOUT MAIN END */
/* INDEX */
.index {
	background: url(../img/bg/index.jpg) no-repeat center center;
	background-size: cover;
	display: table;
	width: 100%;
	height: 100%;
}

.index-inner {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 200px 0 50px;
}
.index-inner h1 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	color: #fff;
	padding: 0 0 24px;
}
.index-inner h2 {
	font-family: 'Source Sans Pro', sans-serif;
	line-height: 1.37;
	font-weight: 400;
	padding: 0 0 39px;
	color: #fff;
}
.index-inner h2 a {
	color: #89ddff;
	border: 0;
	text-decoration: underline;
}
.index-inner h2 a[href*="mail"] {
	color: #fff;
}
.index-inner h2 a:hover {
	text-decoration: none;
}

.index-logo-top {
	background-image: url(../img/sprite.png);
	background-position: -159px 0px;
	width: 160px;
	height: 100px;
	display: block;
	margin: 0 auto 28px;
}

.index-logo-bottom {
	background-image: url(../img/sprite.png);
	background-position: 0px 0px;
	width: 159px;
	height: 109px;
	display: block;
	margin: 0 auto;
}

/* INDEX END */
/* PRODUCTS */
.production {
	margin: -5px 0 0;
	padding: 0 0 51px;
}
.production .main-title {
	padding: 0 0 32px;
}

/* production-description */
.production-description {
	padding: 0 0 28px;
}

.production-description-left {
	float: left;
	width: 550px;
	margin: 4px 40px 0 0;
}

.production-description-right {
	overflow: hidden;
}

.production-description-article {
	font-size: 14px;
	color: #3d3f40;
}
.production-description-article p {
	padding: 0 0 22px;
}

/* production-description end */
/* production-catalog */
.production-catalog .main-title {
	padding: 0 0 37px;
}

.production-types-slider {
	padding: 0 49px;
	margin: 0 0 68px;
	position: relative;
}
.production-types-slider .bx-wrapper {
	position: static;
}
.production-types-slider.overflow {
	height: 110px;
}

.production-type {
	padding: 0 0 0 21px;
	position: relative;
	font-size: 13px;
	line-height: 18px;
	color: #3d3f40;
}
.production-type h3 {
	font-size: 18px;
	padding: 0 0 10px;
}
.production-type h3 a {
	color: #0091EA;
	max-width: 100%;
}
.production-type p {
	padding: 0;
	overflow: hidden;
	height: 36px;
}

.production-type-inner {
	border: 4px solid #F7F8F9;
	padding: 14px 10px 18px 57px;
	height: 270px;
}

.production-types-slider.lists .production-type-inner {
    padding: 15px;
    height: 190px;
}

.production-types-slider.project .production-type-inner {
    padding: 15px;
    height: 480px;
    border: none !important;
}
.production-type-inner.small .sl_{
    
}

.production-type-count {
	position: absolute;
	left: 0;
	top: 20px;
}

.production-type-count-from {
	font-size: 30px;
	line-height: 1.1;
	color: #35b33a;
	/* font-family: "gothampro-bold"; */ font-family: Verdana;
	vertical-align: top;
	margin-right: 1px;
}

.production-type-count-to {
	font-size: 14px;
	line-height: 1.1;
	color: #d1d6e5;
	vertical-align: top;
	position: relative;
	top: 3px;
}

.production-catalog-promo {
	position: relative;
	height: 500px;
	margin: 0 0 60px;
}

.production-catalog-promo-item {
	position: absolute;
}
.production-catalog-promo-item .caption {
	font-size: 13px;
	line-height: 18px;
	color: #3d3f40;
	position: absolute;
}
.production-catalog-promo-item .caption h2 {
	letter-spacing: -0.015em;
	padding: 0 0 17px;
	font-size: 23px;
}
.production-catalog-promo-item .caption h2 a {
	color: #0091EA;
}
.production-catalog-promo-item .caption .main-subtitle {
	padding: 0 0 19px;
}
.production-catalog-promo-item .caption .buttons {
	padding: 16px 0 0;
}
.production-catalog-promo-item .caption .buttons .btn-green {
	display: block;
	max-width: 225px;
}
.production-catalog-promo-item.item1 {
	left: 0;
	top: 0;
	width: 730px;
	height: 500px;
}
.production-catalog-promo-item.item1 .caption {
	left: 60px;
	top: 44px;
	max-width: 550px;
}
.production-catalog-promo-item.item2 {
	right: 0;
	top: 0;
	width: 560px;
	height: 250px;
}
.production-catalog-promo-item.item2 .caption {
	left: 49px;
	top: 64px;
	max-width: 400px;
}
.production-catalog-promo-item.item3 {
	right: 0;
	bottom: 0;
	width: 560px;
	height: 250px;
}
.production-catalog-promo-item.item3 .caption {
	right: 29px;
	bottom: 8px;
}
.production-catalog-promo-item.item3 .caption .main-subtitle {
	padding: 0 0 4px;
}

.production-catalog-promo-item-image {
	background-size: cover;
	background-position: center top;
	height: 100%;
}

.production-items-list {
	margin: 0 -12px 0 -6px;
}
.production-items-list > li {
	width: 25%;
	margin-left: -4px;
	padding: 0 0 0 10px;
}

.production-item-image {
	border: 0;
	height: 200px;
	width: 1000px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.production-item-image img {
	max-width: 300px;
	max-height: 200px;
}
.production-item-image:hover {
	opacity: 0.8;
}

.production-item-content {
	font-size: 13px;
	line-height: 18px;
	padding: 19px 0 0;
	color: #3d3f40;
}
.production-item-content h3 {
	padding: 0 0 4px;
}
.production-item-content h3 a {
	color: #0091EA;
}

.production-item-category {
	font-size: 10px;
	text-transform: uppercase;
	color: #a6b6bf;
	padding: 0 0 15px;
}

/* production-catalog end */
/* production-contacts */
.production-contacts {
	margin: 0 0 -44px;
	background: url(../img/bg/production-contacts.jpg) no-repeat center center;
	background-size: cover;
}
.production-contacts h2 {
	font-size: 30px;
	line-height: 1.1;
	color: #fff;
	padding: 0 0 10px;
	letter-spacing: -0.015em;
}
.production-contacts .main-subtitle {
	color: #fff;
	opacity: 0.5;
	padding: 0 0 39px;
}
.production-contacts .buttons .btn-green {
	display: block;
	margin: 0 auto;
	max-width: 275px;
}

.production-contacts-text {
	display: table-cell;
	width: 9999px;
	vertical-align: middle;
	text-align: center;
	height: 500px;
	padding: 44px 15px 50px;
}

/* production-contacts end */
/* PRODUCTS END */
/* NEWS-PAGE */
.news-page {
	margin: -5px 0 0;
	padding: 0 0 5px;
}
.news-page .main-title {
	padding: 0 0 45px;
}
.news-page .main-subtitle {
	padding: 5px 0 0;
}

.date.dark {
	background: #43494D;
	color: #fff;
}

/* news-full */
.news-full {
	background: url(../img/bg/news.jpg) no-repeat center center;
	background-size: cover;
	margin: 0 0 69px;
}
.news-full .date {
	position: absolute;
	top: 0;
	right: 30px;
}

.news-full-text {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 9999px;
	font-size: 13px;
	line-height: 20px;
	color: #fff;
	height: 352px;
	padding: 76px 0 60px;
}
.news-full-text h2 {
	color: #fff;
	padding: 0 0 18px;
	letter-spacing: -0.015em;
}

.news-full-text-inner {
	max-width: 820px;
	margin: 0 auto;
}
.news-full-text-inner p {
	margin: 0 auto;
	max-width: 690px;
}

/* news-full end */
/* news-promo */
.news-promo {
	position: relative;
	height: 625px;
	margin: 0 0 60px;
}

.border-promo-title {
	position: absolute;
	left: 189px;
	top: -262px;
	border: 8px solid #E1E7ED;
	height: 190px;
	width: 1200px;
}
.border-promo-title h2 {
	letter-spacing: -0.016em;
	font-size: 30px;
	line-height: 1.1;
}
.border-promo-title .main-subtitle {
	padding: 5px 0 0;
}

.border-promo-title-inner {
	background: #F7F8FB;
	position: absolute;
	left: 61px;
	bottom: -34px;
	padding: 0 26px;
	white-space: nowrap;
}

.news-promo-item-main {
	position: absolute;
	right: 0;
	top: 0;
	border: 4px solid #E1E7ED;
	padding: 26px 26px 24px;
	width: 400px;
	min-height: 195px;
}
.news-promo-item-main .date {
	margin: 0 0 16px;
}
.news-promo-item-main h2 {
	line-height: 1.3;
}

.news-category {
	font-size: 10px;
	text-transform: uppercase;
	color: #a6b6bf;
	padding: 0 0 9px;
	/*font: "gothampro-medium";*/
}

.news-promo-item {
	position: absolute;
}
.news-promo-item img {
	max-width: 100%;
}
.news-promo-item .date {
	position: absolute;
}
.news-promo-item .caption {
	padding: 24px 28px;
	position: absolute;
	color: #7a858c;
	font-size: 13px;
	line-height: 20px;
	background: #fff;
	box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.08);
}
.news-promo-item .caption h2 {
	padding: 0 0 17px;
	line-height: 1.25;
}
.news-promo-item .caption h3 {
	font-size: 18px;
	padding: 0 0 13px;
}
.news-promo-item .caption p {
	padding: 0;
}
.news-promo-item .caption-simple {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 21px 29px;
}
.news-promo-item .caption-simple h3 {
	font-size: 18px;
	color: #fff;
}
.news-promo-item.item1 {
	left: 100px;
	top: 0;
}
.news-promo-item.item1 .date {
	top: 0;
	left: 0;
}
.news-promo-item.item1 .caption {
	left: 100%;
	top: 20px;
	margin: 0 0 0 -69px;
	width: 390px;
	min-height: 175px;
}
.news-promo-item.item1 .news-promo-item-image {
	width: 430px;
	height: 350px;
}
.news-promo-item.item2 {
	left: 0;
	bottom: 29px;
}
.news-promo-item.item2 .date {
	bottom: 100%;
	left: 0;
}
.news-promo-item.item2 .news-promo-item-image {
	width: 320px;
	height: 195px;
}
.news-promo-item.item3 {
	right: 0;
	bottom: 0;
}
.news-promo-item.item3 .date {
	top: 0;
	right: 0;
}
.news-promo-item.item3 .caption {
	padding: 28px 29px;
	right: 100%;
	top: 156px;
	margin: 0 -80px 0 0;
	width: 310px;
	min-height: 195px;
}
.news-promo-item.item3 .news-promo-item-image {
	width: 700px;
	height: 380px;
}

.news-promo-item-image {
	background-size: cover;
	background-position: center center;
}

/* news-promo end */
/* NEWS-PAGE END */
/* MAIN PAGE */
.main-page .production-catalog-promo {
	margin: 0;
}

.main-page .news-promo {
	margin: 0 0 -91px;
}

.main-page .production-types-slider {
	margin: 0 0 36px 0;
}

.main-page .production-catalog-promo-item .caption .buttons .btn-green {
	max-width: 285px;
}

.main-page .header {
	background: none;
}

.main-slider {
	margin: 0 0 -101px;
	top: -130px;
	position: relative;
}
.main-slider .bx-wrapper, .main-slider .bx-viewport, .main-slider .bxslider, .main-slider .bxslider > li {
	height: 100% !important;
}
.main-slider .bxslider div.main-bg {
    height: 100%;
}

.main-slider .bxslider > li, .main-slider .bxslider div.main-bg {
	background-size: cover;
	background-position: center top;
}
.main-slider .caption {
	display: table-cell;
    vertical-align: top;
    height: 580px;
    font-size: 18px;
    color: #fff;
    padding: 140px 0 70px;
}
.main-slider .caption h2 {
	font-size: 40px;
	line-height: 1.1;
	color: #fff;
	line-height: 1.25;
	padding: 0 0 33px;
}
.main-slider .caption h2.small {
	font-size: 24px;
}
.main-slider .caption h3 {
	font-size: 18px;
	line-height: 1.55;
	color: #fff;
	/* font-family: "gothampro-light"; */ font-family: Verdana;
}
.main-slider .caption .buttons {
	padding: 52px 0 0;
}
.main-slider .caption .buttons .btn-green {
	display: block;
	max-width: 257px;
}
.main-slider .caption-inner {
	/*max-width: 580px;*/
}
.main-slider .bx-controls {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 44px;
}
.main-slider .bx-controls .bx-pager {
	height: 0;
	position: static;
	width: 1270px;
	margin: 0 auto;
}
.main-slider .current-slide {
	font-size: 20px;
	line-height: 1.1;
	color: #393C40;
	/* font-family: "gothampro-bold"; */ font-family: Verdana;
	position: relative;
	top: 2px;
	left: -2px;
}

.main-slider-controls {
	position: absolute;
	right: 0;
	bottom: 0;
	border-left: 150px solid transparent;
	border-bottom: 150px solid #17191A;
	width: 0;
	height: 0;
}
.main-slider-controls .divider {
	color: #242729;
	font-size: 38px;
	line-height: 1;
	margin: 0 1px 0 2px;
	display: inline-block;
	/* font-family: "gothampro-light"; */ font-family: Verdana;
	-webkit-transform: rotate(-8deg);
	-moz-transform: rotate(-8deg);
	-ms-transform: rotate(-8deg);
	-o-transform: rotate(-8deg);
	transform: rotate(-8deg);
}

.main-slider-controls-inner {
	position: absolute;
	top: 80px;
    right: 10px;
	white-space: nowrap;
}

.slider-control-left, .slider-control-right {
	font-size: 0;
	line-height: 0;
}
.slider-control-left:hover, .slider-control-right:hover {
	opacity: 0.5;
}
.slider-control-left a, .slider-control-right a {
	display: block;
	height: 100%;
	border: 0;
}

.main-slider-controls-left {
	vertical-align: bottom;
}

.main-slider-controls-right {
	vertical-align: bottom;
}

.main-content {
        clear: both;
	background: #F7F8FB;
	padding: 53px 0 0;
	position: relative;
	z-index: 5;
}
.main-content .main-title {
	text-align: center;
	padding: 0 0 46px;
}
.main-content .main-title h1 {
	letter-spacing: -0.02em;
}

/* main-promo */
.main-promo {
	position: relative;
	z-index: 6;
        margin-bottom: 24px;
}

.main-promo .youtube {
    margin: 0 auto;
    max-width: 900px;
}

.main-promo .youtube iframe {
    width: 100%;
}

.main-promo-item {
	position: absolute;
}
.main-promo-item img {
	max-width: 100%;
}
.main-promo-item .caption {
	position: absolute;
	background: #43494D;
	font-size: 13px;
	color: #959fa6;
	padding: 45px 48px;
}
.main-promo-item .caption .news-category {
	color: #6f7980;
	padding: 0 0 21px;
}
.main-promo-item .caption p {
	line-height: 18px;
}
.main-promo-item .caption h2 {
	color: #fff;
	padding: 0 0 19px;
	font-size: 25px;
}
.main-promo-item .caption .buttons {
	padding: 16px 0 0;
}
.main-promo-item .caption .buttons [class*="btn-"] {
	display: block;
	max-width: 240px;
}
.main-promo-item .caption-image-inner {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	height: 350px;
	width: 9999px;
	color: #fff;
	padding: 67px 30px 30px;
}
.main-promo-item.item1 {
	left: 0;
	top: 0;
	right: 0;
}
.main-promo-item.item1 .caption {
	width: 490px;
	right: 0;
	top: 0;
	bottom: 0;
}
.main-promo-item.item1 .caption:before {
	content: '';
	position: absolute;
	right: 100%;
	bottom: 8px;
	border-right: 6px solid #43494D;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
}
.main-promo-item.item1 .main-promo-item-image {
	width: 800px;
	height: 350px;
}
.main-promo-item.item2 {
	left: 0;
	top: 350px;
	right: 0;
	width: 800px;
}
.main-promo-item.item2 .caption {
	padding: 25px 29px;
	background: #455A64;
	width: 400px;
	right: 0;
	top: 0;
	bottom: 0;
	color: #99b3bf;
}
.main-promo-item.item2 .caption .news-category {
	color: #8ba4b0;
	padding: 0 0 15px;
}
.main-promo-item.item2 .caption p {
	line-height: 20px;
}
.main-promo-item.item2 .caption h2 {
	font-size: 20px;
	padding: 0 0 23px;
}
.main-promo-item.item2 .caption:before {
	content: '';
	position: absolute;
	right: 100%;
	top: 9px;
	border-right: 6px solid #455A64;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
}
.main-promo-item.item2 .caption .buttons {
	padding: 18px 0 0;
}
.main-promo-item.item2 .main-promo-item-image {
	width: 400px;
	height: 350px;
}
.main-promo-item.item3 {
	right: 0;
	bottom: 0;
	width: 490px;
}
.main-promo-item.item3 .caption {
	padding: 22px 45px 7px 32px;
	background: #263238;
	left: 0;
	right: 0;
	bottom: 0;
	color: #a2b0b8;
}
.main-promo-item.item3 .caption h2 {
	font-size: 20px;
	padding: 0 0 12px;
}
.main-promo-item.item3 .caption:before {
	content: '';
	position: absolute;
	left: 8px;
	bottom: 100%;
	border-bottom: 6px solid #263238;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
}
.main-promo-item.item3 .main-promo-item-image {
	width: 490px;
	height: 350px;
}

.main-promo-item-image {
	background-size: cover;
	background-size: center top;
	position: relative;
}
.main-promo-item-image .caption-image {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.main-promo-item-image .caption-image .icon-play {
	margin: 0 0 16px;
}
.main-promo-item-image .caption-image h4 {
	text-transform: uppercase;
	color: #fff;
	padding: 0 0 4px;
}
.main-promo-item-image .caption-image .news-category {
	font-size: 8px;
	/*font-family: "gothampro-regular";*/font-family: Verdana;
	color: #fff;
	opacity: 0.7;
}

/* main-promo end */
/* history */
.history {
	padding: 227px 0 76px;
	position: relative;
}
.history .border-promo-title {
	left: 58px;
	top: -20px;
	border-top: 0;
	width: 1003px;
}
.history .border-promo-title-inner {
	background: #fff;
	left: 36px;
	bottom: -11px;
	padding: 0 23px;
}

.history-item {
	font-size: 13px;
	color: #3d3f40;
}

.history-item-left {
	float: left;
	margin: 5px 59px 0 130px;
	width: 330px;
}

.history-item-image img {
	max-width: 100%;
}

.history-item-right {
	overflow: hidden;
}
.history-item-right h2 {
	padding: 0 0 33px;
	letter-spacing: -0.028em;
}
.history-item-right h2 span {
	color: #35b33a;
}
.history-item-right p {
	padding: 0 0 13px;
}

.history-item-bottom {
	clear: both;
}

.history-item-more {
	float: right;
	margin: 26px 0 0 110px;
	font-size: 14px;
	border: 0;
	color: #0091ea;
}
.history-item-more span {
	border-bottom: 1px solid #CDE1F7;
	margin-right: 10px;
}
.history-item-more:after {
	content: '';
	border-left: 4px solid #0091ea;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	vertical-align: baseline;
}
.history-item-more:hover span {
	border-bottom-color: transparent;
}

.company-goal {
	overflow: hidden;
	background: #F7F8FB;
	padding: 19px 19px 19px 83px;
	line-height: 1.4;
	position: relative;
}
.company-goal:before {
	content: '';
	position: absolute;
	left: 26px;
	top: 21px;
	background-image: url(../img/sprite.png);
	background-position: -233px -109px;
	width: 33px;
	height: 34px;
}

/* history end */
/* MAIN PAGE END */
/* HIDDEN */
.navigation-toggle-link, body .top-bar-nav-toggle-link {
	display: none;
}

/* HIDDEN END */
/* CONTENT END */
/* MEDIA 1024 */
@media (max-width: 1349px) {
	/* MAIN */
	body {
		min-width: 1024px;
	}
	.top-bar-left {display:none}
	.container {
		width: 970px;
		padding-left: 0;
		padding-right: 0;
	}
	.search {
		width: 123px;
	}
	.main-slider .bx-controls {
		bottom: 52px;
	}
	.main-slider .bx-controls .bx-pager {
		width: 970px;
		padding-left: 50px;
	}
	.main-slider {
		height: 728px;
		margin: 0 0 -122px;
	}
	.main-slider .caption {
		height: 728px;
		padding: 291px 0 70px 38px;
	}
	.main-slider .caption .buttons {
		padding: 52px 0 0 4px;
	}
	.main-slider-controls {
		border-bottom-width: 310px;
		border-left-width: 320px;
	}
	.main-slider-controls-inner {
		right: 65px;
		top: 194px;
	}
	.navigation-list li {
		padding: 0 24px 10px 0;
	}
	.border-promo-title {
		border: 0;
		position: static;
		text-align: center;
		width: auto;
		height: auto;
	}
	.border-promo-title-inner {
		position: static;
	}
	.history-item-left {
		margin: 5px 30px 0 0;
	}
	.footer-right {
		display: none;
	}
	.footer-spacer {
		height: 134px;
	}
	.footer {
		height: 134px;
		margin-top: -134px;
		padding: 32px 0 15px;
	}
	.footer-left {
		margin: 0 29px 0 10px;
	}
	.footer-right {
		display: none;
	}
	.phone {
		position: absolute;
		right: 3px;
		top: -4px;
	}
	.phone-text a {
		color: #fff;
		border: 0;
	}
	.footer-logo-holder {
		padding: 0 0 20px;
	}
	.footer-logo {
		font-size: 23.88px;
	}
	.footer-logo strong {
		margin-right: 6px;
	}
	.footer-site-desc {
		font-size: 5.97px;
	}
	.def-table thead tr th {
		padding: 12px 9px 13px;
	}
	.def-table tbody tr td {
		padding: 14px 9px 13px;
	}
	/* MAIN END */
	/* NEWS PAGE */
	.news-promo {
		height: 595px;
		margin: 0 -27px 24px;
	}
	.news-promo-item-main {
		right: 31px;
		width: 370px;
	}
	.news-promo-item .caption {
		padding: 25px 28px 24px;
	}
	.news-promo-item .caption h2 {
		font-size: 16px;
		line-height: 1.6;
		padding: 0 0 14px;
	}
	.news-promo-item.item1 {
		left: 0;
		top: 0;
	}
	.news-promo-item.item1 .caption {
		margin: 0 0 0 -229px;
	}
	.news-promo-item.item2 {
		bottom: 29px;
	}
	.news-promo-item.item2 .date {
		top: 0;
		bottom: auto;
	}
	.news-promo-item.item3 {
		bottom: 59px;
	}
	.news-promo-item.item3 .caption {
		margin: 0 -210px 0 0;
	}
	.news-promo-item.item3 .caption h3 {
		font-size: 16px;
		line-height: 1.5;
	}
	.news-promo-item.item3 .news-promo-item-image {
		width: 568px;
		height: 320px;
	}
	.news-full {
		margin: 0 0 39px;
	}
	.news-full .container {
		width: 1024px;
	}
	.news-full .date {
		right: 0;
	}
	.news-full-text {
		padding: 64px 0 60px;
	}
	.news {
		padding: 0 0 21px;
	}
	.news-list > li + li {
		margin-top: 35px;
	}
	.news-buttons {
		padding: 46px 0 0;
	}
	/* NEWS PAGE END */
	/* MAIN PAGE */
	.main-content {
		padding: 65px 0 0;
	}
	.main-content .main-title {
		padding: 0 0 47px;
	}
	.main-promo {
		margin: 0 -27px 44px;
	}
	.main-promo-item .caption {
		padding: 45px 41px;
	}
	.main-promo-item .caption .buttons {
		padding: 4px 0 0;
	}
	.main-promo-item .caption .buttons [class*="btn-"] {
		max-width: 250px;
	}
	.main-promo-item.item1 .main-promo-item-image {
		width: 663px;
	}
	.main-promo-item.item1 .caption {
		width: 361px;
	}
	.main-promo-item.item2 {
		width: 666px;
	}
	.main-promo-item.item2 .main-promo-item-image {
		width: 266px;
	}
	.main-promo-item.item3 {
		width: 358px;
	}
	.main-promo-item.item3 .main-promo-item-image {
		width: 360px;
	}
	.main-promo-item.item3 .caption {
		padding: 29px 45px 19px 32px;
	}
	.main-promo-item.item3 .caption h2 {
		line-height: 1.5;
	}
	.main-promo-item.item3 .caption p {
		display: none;
	}
	.history .border-promo-title {
		width: auto;
		padding: 0 0 39px;
	}
	.history-item-right h2 {
		padding: 0 0 20px;
	}
	.history-item-right p {
		padding: 0 0 16px;
	}
	.history-item-more {
		float: none;
		margin: 0;
	}
	.history-item-bottom {
		padding: 33px 0 0;
	}
	.company-goal {
		padding: 33px 19px 30px 93px;
	}
	.company-goal:before {
		left: 31px;
		top: 33px;
	}
	.history {
		padding: 98px 0 51px;
	}
	.production-catalog-promo {
		height: 400px;
	}
	.production-catalog-promo-item.item1 {
		width: 600px;
		height: 400px;
	}
	.production-catalog-promo-item.item1 .caption {
		left: 41px;
		max-width: 500px;
	}
	.production-catalog-promo-item.item2 {
		width: 370px;
		height: 200px;
	}
	.production-catalog-promo-item.item2 .caption {
		left: 29px;
		top: 25px;
		max-width: 350px;
	}
	.production-catalog-promo-item.item3 {
		width: 370px;
		height: 200px;
	}
	.production-catalog-promo-item.item3 .caption {
		bottom: 4px;
		right: 26px;
		max-width: 350px;
	}
	.production-contacts-text {
		height: 350px;
		padding: 73px 15px 20px;
	}
	.bx-wrapper .bx-controls-direction a {
		width: 120px;
		height: auto;
		top: 0;
		bottom: 0;
		margin: 0;
	}
	.bx-wrapper .bx-controls-direction a:hover {
		opacity: 1;
	}
	.bx-wrapper .bx-controls-direction .bx-prev {
		width: 40px;
		background: #fff;
	}
	.bx-wrapper .bx-controls-direction .bx-prev .arrow-gray-left {
		position: absolute;
		top: 50%;
		margin-top: -15px;
		left: 18px;
	}
	.bx-wrapper .bx-controls-direction .bx-next {
		background: #fff;
	}
	.bx-wrapper .bx-controls-direction .bx-next .arrow-gray-right {
		position: absolute;
		top: 50%;
		margin-top: -15px;
		right: 43px;
	}
	.main-page .news-promo {
		height: 611px;
		margin: 0 -27px;
	}
	.main-page .production-types-slider {
		margin: 0 0 47px;
	}
	.main-page .production-catalog-promo {
		margin: 0 0 30px;
	}
	.main-page .news-promo-item-main {
		top: 100px;
	}
	.main-page .news-promo-item.item1 {
		top: 100px;
	}
	.main-page .news-promo-item.item2 {
		bottom: -53px;
	}
	.main-page .news-promo-item.item3 {
		bottom: -23px;
	}
	/* MAIN PAGE */
	/* INDEX PAGE */
	.index-inner {
		padding: 20px 0;
	}
	/* INDEX PAGE END */
	/* ABOUT-UGOV */
	/* не делать */
	/* ABOUT-UGOV END */
	/* DOCUMENTS */
	.products-categories-list {
		margin: -10px 0 0 -10px;
	}
	.products-categories-list > li {
		padding: 10px 0 0 10px;
	}
	.product-documents-item-left {
		margin: 6px 15px 0 0;
	}
	/* DOCUMENTS END */
	/* PRODUCT CATALOG */
	.product {
		padding: 5px 10px;
	}
	.products-list {
		margin: -10px 0 0 -10px;
	}
	.products-list > li {
		padding: 10px 0 0 10px;
	}
	.product-image {
		height: 150px;
	}
	.product-image img {
		max-width: 150px;
		max-height: 150px;
	}
	/* PRODUCT CATALOG END */
	/* PRODUCT CATEGORY */
	.products-categories {
		padding: 0 0 20px;
	}
	.product-category {
		height: 170px;
		padding: 10px;
	}
	.product-category h2 {
		font-size: 15px;
	}
	.product-category-content {
		height: 100px;
	}
	/* PRODUCT CATEGORY END */
	/* NEWS PAGE */
	.news-page .main-title {
		text-align: center;
	}
	/* NEWS PAGE END */
	/* ERROR PAGE */
	.error-page {
		background-position: 100% 11px;
	}
	/* ERROR PAGE END */
	/* DOCUMENTS-SEARCH-FAIL */
	.notfound {
		background-position: right 97px;
	}
	/* DOCUMENTS-SEARCH-FAIL END */
	/* PRODUCTS */
	.production-items-list {
		margin: 0 -4px 0 -6px;
	}
	.production-item {
		overflow: hidden;
	}
	/* PRODUCTS END */
	/* VACANCIES */
	.vacancies {
		padding: 0 0 12px;
	}
	/* VACANCIES END */
	/* ABOUT UGOV */
	.about-item-full .side-questions, .about-item-full .side-pricelist-load {
		margin: 40px 0 0;
	}
	.about-main .about-item-full {
		margin-bottom: 296px;
	}
	/* ABOUT UGOV END */
}

/* MEDIA 1024 END */
/* MEDIA 768 */
@media (max-width: 1023px) {
	body {
		min-width: 768px;
	}
	.top-bar-left {display:none;}
	.container {
		width: 712px;
		padding-left: 0;
		padding-right: 0;
	}
	/* MAIN */
	.navigation-toggle-link {
		display: block;
	}
	.top-bar {
		padding: 0;
	}
	.top-bar-left {
		margin: 15px 0 0;
		
	}
	.top-bar-right {
		padding: 0;
		position: relative;
		left: 28px;
		overflow: visible;
		float: right;
	}
	.top-bar-nav-list li {
		margin: 0;
	}
	.top-bar-nav-list li.hidden {
		display: none;
	}
	.top-bar-nav-list li a, .top-bar-nav-list li span {
		padding: 16px 12px 17px;
		display: block;
	}
	.top-bar-nav-list li.top-bar-nav-toggle-link {
		background: #2D3133;
		display: inline-block;
		margin-left: 2px;
	}
	.top-bar-nav-list li.top-bar-nav-toggle-link a {
		padding: 16px 18px 17px;
	}
	.top-bar-nav-drop {
		position: absolute;
		right: 0;
		top: 100%;
		background: #2D3133;
		display: none;
	}
	.top-bar-nav-drop-list {
		white-space: nowrap;
	}
	.top-bar-nav-drop-list li {
		display: block;
	}
	.def-list {
		padding-bottom: 43px;
	}
	.search {
		display: none;
	}
	.navigation {
		display: none;
		position: absolute;
		right: -20px;
		top: 65px;
		background: #17191a;
		padding: 40px 20px 0px 20px;
	}
	.navigation-list {
		margin: 0;
	}
	.navigation-list li {
		padding: 0 0 10px;
		display: block;
	}
	.header {
		padding: 35px 0 32px;
		min-height: 125px;
	}
	.header .container {
		width: auto;
		max-width: 692px;
	}
	.icon-menu {
		background-image: url(../img/sprite.png);
		background-position: -290px -128px;
		width: 22px;
		height: 15px;
	}
	.navigation-toggle-link {
		opacity: 0.5;
		float: right;
		margin: 1px 0 0;
		position: relative;
		z-index: 10;
	}
	.navigation-toggle-link:hover {
		opacity: 1;
	}
	.bx-wrapper .bx-controls-direction a {
		width: 150px;
	}
	.bx-wrapper .bx-controls-direction .bx-prev {
		width: 90px;
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(left, white 0%, white 60%, rgba(255, 255, 255, 0) 100%);
		background: -webkit-gradient(linear, left top, right top, color-stop(0%, white), color-stop(60%, white), color-stop(100%, rgba(255, 255, 255, 0)));
		background: -webkit-linear-gradient(left, white 0%, white 60%, rgba(255, 255, 255, 0) 100%);
		background: -o-linear-gradient(left, white 0%, white 60%, rgba(255, 255, 255, 0) 100%);
		background: -ms-linear-gradient(left, white 0%, white 60%, rgba(255, 255, 255, 0) 100%);
		background: linear-gradient(to right, white 0%, white 60%, rgba(255, 255, 255, 0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
	}
	.bx-wrapper .bx-controls-direction .bx-prev .arrow-gray-left {
		left: 38px;
	}
	.bx-wrapper .bx-controls-direction .bx-next {
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 40%, white 100%);
		background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(40%, white), color-stop(100%, white));
		background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 40%, white 100%);
		background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 40%, white 100%);
		background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 40%, white 100%);
		background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 40%, white 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
	}
	.bx-wrapper .bx-controls-direction .bx-next .arrow-gray-right {
		right: 38px;
	}
	.breadcrumbs {
		margin: 0 0 49px;
	}
	/* MAIN END */
	/* CONTACTS PAGE */
	.contacts {
		padding: 0 0 6px;
	}
	.contacts-columns {
		margin: 0 -4px 0 -26px;
		font-size: 0;
	}
	.contacts-columns > * {
		float: none;
		display: inline-block;
		vertical-align: top;
		margin-left: -4px;
		padding: 0 0 40px 30px;
	}
	.contacts-columns > *:first-child {
		width: 50%;
	}
	.contacts-columns > *:first-child + * {
		width: 50%;
	}
	.contacts-columns > *:first-child + * + * {
		width: 50%;
	}
	.map {
		height: 400px;
	}
	.map-wrap {
		margin: 0;
		padding: 435px 5px 0 0;
	}
	.map-wrap .side-questions, .map-wrap .side-pricelist-load {
		position: static;
		margin: 0 13px;
		width: 340px;
	}
	.contact h5 {
		padding: 0 0 15px;
	}
	.contact-info-list li .title {
		min-width: 73px;
	}
	/* CONTACTS PAGE END */
	/* VACANCY DETAIL */
	.vacancy-detail-page {
		margin: -1px 0 0;
	}
	.vacancy-detail-article {
		padding: 0 0 15px;
	}
	.vacancy-detail {
		padding: 36px 0 36px;
		max-width: 707px;
	}
	.vacancy-detail-info {
		border-width: 10px;
		padding: 25px 20px 22px 30px;
	}
	.vacancy-detail-info .title {
		padding: 0;
	}
	.vacancy-detail-info-columns > .column {
		width: 26%;
	}
	.vacancy-detail-info-columns > .column:first-child + .column {
		width: 33%;
	}
	.vacancy-detail-info-columns > .column:first-child + .column + .column {
		width: 41%;
	}
	/* VACANCY DETAIL END */
	/* PRODUCT CATEGORY */
	.sidebar-left {
		margin-left: 0;
		float: none;
		width: auto;
	}
	.content-main {
		float: none;
		width: auto;
	}
	.content-main-inner {
		padding-left: 0;
	}
	.products-categories {
		padding: 0 0 45px;
	}
	.products-categories-list {
		margin: -30px 0 0 -25px;
	}
	.products-categories-list > li {
		width: 50%;
		padding: 30px 0 0 25px;
	}
	.products-list {
		margin: -30px 0 0 -27px;
	}
	.products-list > li {
		width: 50%;
		padding: 30px 0 0 27px;
	}
	.product-category {
		padding: 21px;
		height: 140px;
	}
	.product-category h2 {
		font-size: 16px;
	}
	.product-category-content {
		height: 67px;
	}
	.product-image {
		height: 182px;
	}
	.product-image img {
		max-height: 182px;
		max-width: 300px;
	}
	.producs {
		padding: 0 0 50px;
	}
	.product {
		padding: 5px 25px;
	}
	.sidebar-left .side-categories {
		display: none;
	}
	.sidebar-left .side-questions, .sidebar-left .side-pricelist-load {
		width: 340px;
		float: left;
		margin-bottom: 45px;
	}
	.sidebar-left .side-pricelist-load {
		float: right;
	}
	/* PRODUCT CATEGORY END */
	/* DOCUMENTS */
	.files-columns {
		max-width: 330px;
	}
	.files-columns > * {
		float: none;
		width: auto;
	}
	.files-columns > * + * {
		margin-top: 8px;
	}
	.products-documents {
		padding: 0 0 49px 8px;
	}
	.products-documents-buttons {
		display: none;
	}
	.side-categories {
		padding: 29px 30px 8px;
	}
	.side-categories-list {
		margin: 0 -4px 0 -6px;
	}
	.side-categories-list > li {
		width: 50%;
		display: inline-block;
		margin-left: -4px;
		padding-left: 10px;
		padding-bottom: 24px;
	}
	.side-categories-list > li + li {
		padding-top: 0;
	}
	.side-search {
		margin: 0 1px 29px 0;
	}
	.product-documents-item-left {
		margin: 6px 20px 0 0;
	}
	/* DOCUMENTS END */
	/* PRODUCT ITEM */
	.product-full {
		padding: 0 0 50px;
	}
	.product-full-top {
		padding: 20px 0 29px;
	}
	.product-full-top-left {
		width: 341px;
	}
	.product-full-image-inner {
		height: 312px;
	}
	.product-full-image {
		margin: 0 0 13px;
	}
	.product-full-image img {
		max-width: 320px;
		max-height: 312px;
	}
	.product-full-top-right {
		padding: 0 0 0 27px;
	}
	.contact-info {
		padding: 16px 33px 21px;
		margin: 0 0 20px;
	}
	.product-info {
		margin: 0 0 23px;
	}
	.hidden-block {
		display: block;
		background: #F7F8FB;
		padding: 23px 33px 32px;
	}
	.hidden-block p {
		padding: 0 0 19px;
	}
	.hidden-block .btn-blue {
		min-width: 292px;
	}
	.product-full-article .table-holder {
		display: none;
	}
	/* PRODUCT ITEM END */
	/* PRODUCTS */
	.production-description {
		padding: 0 0 15px;
	}
	.production-description-left {
		float: none;
		margin: 0 0 24px;
		width: auto;
	}
	.production-types-slider {
		padding: 0;
		margin: 0 0 40px;
	}
	.production-items-list {
		margin: 0 -4px 0 -20px;
	}
	.production-items-list > li {
		width: 50%;
		padding: 0 0 26px 25px;
	}
	.production-contacts {
		display: none;
	}
	.bx-wrapper .bx-controls-direction .bx-prev .arrow-gray-left {
		left: 14px;
	}
	.bx-wrapper .bx-controls-direction .bx-next .arrow-gray-right {
		right: 14px;
	}
	.production-catalog-promo {
		margin: 0 0 37px;
	}
	.production-catalog-promo-item.item1 .caption {
		left: 61px;
	}
	.production-catalog-promo-item.item2 .caption {
		top: 64px;
	}
	.production-catalog-promo-item.item3 .caption {
		bottom: 12px;
		right: 36px;
	}
	/* PRODUCTS END */
	/* NEWS */
	.news-full {
		margin: 0 0 48px;
	}
	.news-full .container {
		width: auto;
	}
	.news-full-text {
		padding: 58px 60px 30px;
	}
	.news-full-text h2 {
		line-height: 1.5;
		padding: 0 0 10px;
	}
	.news-page {
		margin: 0;
		padding: 5px 0;
	}
	.news-page .main-title {
		padding: 0 0 36px;
	}
	.news-promo {
		height: 625px;
		margin: 0 -27px;
	}
	.news-item-right p {
		overflow: visible;
		white-space: normal;
	}
	.news-buttons {
		padding: 56px 0 0;
	}
	/* NEWS END */
	/* MAIN PAGE */
	.main-slider {
		height: 655px;
		margin: 0 0 -105px;
	}
	.main-slider .container {
		width: auto;
		max-width: 694px;
	}
	.main-slider .caption {
		height: auto;
		padding: 236px 0 0;
		vertical-align: top;
	}
	.main-slider .bx-controls {
		bottom: 44px;
	}
	.main-slider .bx-controls .bx-pager {
		width: auto;
		max-width: 692px;
		padding-left: 0;
	}
	.main-slider-controls {
		display: none;
	}
	.main-promo {
		
		margin: 0 -27px 24px;
	}
	.news-category {
		padding: 0 0 10px;
	}
	.main-promo-item .caption .news-category {
		padding: 0 0 14px;
	}
	.main-promo-item .caption .buttons {
		padding: 22px 0 0;
	}
	.main-promo-item .caption {
		padding: 46px 28px 46px 30px;
	}
	.main-promo-item .caption h2 {
		font-size: 20px;
		line-height: 1.25;
		padding: 0 0 17px;
	}
	.main-promo-item .caption p {
		padding: 0;
	}
	.main-promo-item .caption .buttons [class*="btn-"] {
		max-width: none;
	}
	.main-promo-item.item1 .main-promo-item-image {
		width: 466px;
	}
	.main-promo-item.item1 .caption {
		width: 300px;
	}
	.main-promo-item.item1 .caption p {
		max-height: 78px;
		overflow: hidden;
	}
	.main-promo-item.item2 {
		top: auto;
		bottom: 0;
		width: auto;
	}
	.main-promo-item.item2 .main-promo-item-image {
		width: 398px;
	}
	.main-promo-item.item2 .caption {
		width: 369px;
	}
	.main-promo-item.item2 .caption h2 {
		padding: 0 0 20px;
	}
	.main-promo-item.item2 .caption .buttons {
		padding: 28px 0 0;
	}
	.main-promo-item.item2 .caption .buttons [class*="btn-"] {
		max-width: 242px;
	}
	.main-promo-item.item3 {
		top: 350px;
		bottom: auto;
		left: 0;
		width: auto;
	}
	.main-promo-item.item3 .main-promo-item-image {
		width: auto;
		height: 330px;
	}
	.main-promo-item.item3 .caption {
		padding: 20px 31px 23px;
	}
	.main-promo-item.item3 .caption h2 {
		padding: 0 0 9px;
	}
	.main-page .border-promo-title {
		position: relative;
		left: auto;
		width: auto;
		top: 11px;
	}
	.border-promo-title-inner {
		bottom: -38px;
	}
	.main-page .news-promo {
		margin: 0 -27px -12px;
		height: 622px;
	}
	.news-promo-item-main {
		width: 250px;
		right: 18px;
		padding: 26px 10px 17px 26px;
	}
	.news-promo-item .caption {
		padding: 26px 27px 25px;
	}
	.news-promo-item .caption h2 {
		padding: 0 0 13px;
	}
	.news-promo-item-main h2, .news-promo-item .caption h2 {
		font-size: 16px;
		line-height: 1.6;
	}
	.news-promo-item.item1 {
		left: 0;
	}
	.news-promo-item.item1 .news-promo-item-image {
		width: 428px;
	}
	.news-promo-item.item1 .caption {
		margin: 0 0 0 -350px;
	}
	.news-promo-item.item2 {
		bottom: 50px;
	}
	.news-promo-item.item2 .news-promo-item-image {
		width: 318px;
		height: 195px;
	}
	.news-promo-item.item2 .date {
		bottom: auto;
		top: 0;
	}
	.news-promo-item.item3 {
		bottom: 80px;
	}
	.news-promo-item.item3 .news-promo-item-image {
		width: 308px;
		height: 300px;
	}
	.news-promo-item.item3 .caption {
		top: 136px;
		margin: 0 -202px 0 0;
		padding: 28px 29px 26px;
	}
	.news-promo-item .caption h3 {
		font-size: 16px;
		line-height: 1.5;
	}
	.history {
		padding: 97px 0 49px;
	}
	.history .border-promo-title {
		left: auto;
		padding: 0 0 41px;
	}
	.history .border-promo-title-inner {
		left: auto;
	}
	.history-item {
		line-height: 1.69;
	}
	.history-item-left {
		margin: 4px 37px 0 0;
		width: 249px;
	}
	.history-item-right {
		overflow: visible;
		padding: 0;
	}
	.history-item-right h2 {
		padding: 0 0 18px;
	}
	.history-item-right p {
		padding: 0 0 30px;
	}
	.history-item-right p:last-child {
		padding: 0 0 13px;
	}
	.history-item-more {
		margin: 0;
		display: inline-block;
		float: none;
	}
	.production {
		padding: 0;
	}
	.production-catalog-promo {
		margin: 0 28px 60px;
		height: 650px;
	}
	.production-catalog-promo-item.item1 {
		right: 0;
		width: auto;
	}
	.production-catalog-promo-item.item1 {
		height: 400px;
	}
	.production-catalog-promo-item.item2 {
		height: 250px;
		width: 50%;
		top: auto;
		right: auto;
		bottom: 0;
		left: 0;
	}
	.production-catalog-promo-item.item2 .caption {
		left: 31px;
		right: 31px;
		max-width: none;
	}
	.production-catalog-promo-item.item2 .main-subtitle {
		padding: 0 0 4px;
	}
	.production-catalog-promo-item.item2 .caption h2 {
		font-size: 18px;
		line-height: 1.32;
	}
	.production-catalog-promo-item.item3 {
		height: 250px;
		width: 50%;
	}
	.production-catalog-promo-item.item3 .caption .main-subtitle {
		padding: 0 0 1px;
	}
	.production-catalog-promo-item.item3 .caption {
		right: 32px;
		bottom: 11px;
		max-width: 300px;
	}
	.production-catalog-promo-item.item3 .caption h2 {
		font-size: 18px;
		line-height: 1.32;
	}
	.company-goal {
		overflow: visible;
		padding: 20px 19px 23px 96px;
		line-height: 1.69;
	}
	.company-goal:before {
		-webkit-transform: scale(1.3);
		-moz-transform: scale(1.3);
		-ms-transform: scale(1.3);
		-o-transform: scale(1.3);
		transform: scale(1.3);
	}
	.production-contacts h2 {
		font-size: 24px;
	}
	.production-contacts-text {
		height: 400px;
		padding: 64px 15px 50px;
	}
	.main-content {
		padding: 44px 0 0;
	}
	.main-content .main-title {
		padding: 0 0 20px;
	}
	.main-content .main-title .main-subtitle {
		padding: 11px 0 0;
	}
	.main-page .production-catalog-promo {
		margin: 0 0 28px;
	}
	.main-page .production-types-slider {
		margin: 0 0 60px;
	}
	.main-promo-item.item3 .caption p {
		display: block;
	}
	.history-item-bottom {
		padding: 16px 0 0;
	}
	.main-page .production-contacts {
		display: block;
	}
	/* MAIN PAGE END */
	/* DOCUMENTS SEARCH FAIL */
	.notfound {
		background-position: left 97px;
	}
	/* DOCUMENTS SEARCH FAIL END */
	/* INDEX PAGE */
	.index-inner {
		padding: 20px 70px;
	}
	/* INDEX PAGE END */
	/* ABOUT DANFOSS */
	.about-item-full {
		margin: 0 0 20px;
	}
	.about-item {
		padding: 0 0 27px;
	}
	.about-item.left .about-item-image {
		margin: 0 30px 30px 0;
	}
	.about-item.left .about-item-article {
		padding: 0;
	}
	.about .main-title {
		padding: 0 0 26px;
	}
	.about-item-image {
		margin: 0 6px 10px 30px;
	}
	.about-item-article.text {
		padding: 5px 0 0;
	}
	.about-item p {
		padding: 0 0 30px;
	}
	.about-item-full {
		margin: 0 0 30px;
	}
	.about-item-full-text {
		height: 250px;
		padding: 9px 0 30px;
	}
	.about-item.left .about-item-image {
		width: 251px;
		margin: 0 36px 30px 0;
	}
	.about-item-article .buttons {
		padding: 0;
	}
	/* ABOUT DANFOSS END */
	/* ABOUT UGOV */
	.about-main .main-title {
		padding: 0 0 20px;
	}
	.about-main .about-item {
		padding: 0 0 16px;
	}
	.about-main .about-item.left .about-item-image {
		margin: 0 40px 0 0;
	}
	.about-main .about-item.left .about-item-article {
		padding: 0;
	}
	.about-main .about-item-article.text {
		padding: 12px 0 0;
	}
	.about-main .about-item-image {
		margin: 6px 31px 10px 0;
	}
	.about-main .about-item p {
		padding: 0 0 19px;
	}
	.about-main .about-item-full-text {
		padding: 64px 20px 50px;
	}
	.about-item-full .side-questions, .about-item-full .side-pricelist-load {
		right: auto;
		left: 0;
		width: 340px;
	}
	.about-item-full .side-pricelist-load {
		right: 4px;
		left: auto;
	}
	.about-main .about-item.left .about-item-image {
		margin: 0 36px 0 0;
	}
	.about-main .about-item.left .about-item-article {
		padding: 0;
	}
	.about-main .about-item.left .about-item-article .buttons {
		padding: 1px 0 0;
	}
	/* ABOUT UGOV END */
	.dropdown-title {
	       margin-top: 14px;
	}
}

/* MEDIA 768 END */
/* MEDIA 768 */
@media (max-width: 767px) {
	body {
		min-width: 320px;
	}
	.container {
		width: 300px;
	}
	h1 {
		font-size: 25px;
	}
	blockquote {
		font-size: 15px;
		line-height: 1.6;
		padding: 14px 10px 16px 55px;
	}
	blockquote:before {
		top: 5px;
		left: 13px;
	}
	/* MAIN */
	.top-bar-nav-list > li {
		display: none;
	}
	.top-bar-nav-drop-list li.hidden {
		display: block;
	}
	.top-bar-left {
		margin: 17px 0 0 8px;
	}
	.dropdown {
		left: -18px;
	}
	.top-bar-right {
		left: 10px;
	}
	.header {
		padding: 33px 0 42px;
		min-height: 125px;
	}
	.header .container {
		max-width: 282px;
	}
	.main-title {
		text-align: center;
	}
	.footer-spacer {
		height: 190px;
	}
	.footer {
		height: 190px;
		margin-top: -190px;
	}
	.footer-left {
		padding: 70px 0 0 10px;
		margin: 0;
		float: none;
		width: auto;
	}
	.footer-logo-holder {
		padding: 0 0 10px;
	}
	.phone {
		right: auto;
		left: 30px;
		top: -2px;
	}
	.site-desc {
		font-size: 6.83px;
	}
	.logo {
		background-image: url(../img/sprite.png);
		background-position: 0px -150px;
		width: 201px;
		height: 35px;
	}
	.content {
		padding: 29px 0 44px;
	}
	.main-subtitle {
		padding: 15px 0 0;
	}
	.main-title {
		padding: 0 0 24px;
	}
	/* MAIN END */
	/* CONTACTS */
	.contacts {
		padding: 0 0 12px;
	}
	.contacts-columns {
		margin: 0;
		padding: 0 9px;
	}
	.contacts-columns > * {
		display: block;
		padding: 0 0 34px;
		margin: 0;
	}
	.contacts-columns > *:first-child, .contacts-columns > *:first-child + *, .contacts-columns > *:first-child + * + * {
		width: auto;
	}
	.map-wrap {
		padding: 430px 0 0;
	}
	.map-wrap .side-questions, .map-wrap .side-pricelist-load {
		width: auto;
		display: block;
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 10px;
	}
	.breadcrumbs {
		display: none;
	}
	.contacts .main-title {
		padding: 0 0 33px;
	}
	.side-questions, .side-pricelist-load {
		padding: 24px 16px 28px 19px;
		text-align: center;
	}
	/* CONTACTS END */
	/* VACANCY DETAILS */
	.vacancy-detail-info {
		padding: 19px 7px 1px 20px;
		margin: 0 0 24px;
	}
	.vacancy-detail-info-columns {
		margin: 0;
	}
	.vacancy-detail-info-columns > .column, .vacancy-detail-info-columns > .column:first-child + .column, .vacancy-detail-info-columns > .column:first-child + .column + .column {
		float: none;
		width: auto;
		padding: 0 0 22px;
	}
	.buttons .btn-green {
		max-width: none;
	}
	.vacancy-detail-page {
		margin: -4px 0 0;
	}
	.vacancy {
		padding: 0 0 27px;
	}
	.vacancy h1 {
		font-size: 25px;
	}
	.vacancy-detail-page .vacancy-left {
		margin: 4px 3px 0 0;
	}
	.vacancy-detail-article {
		padding: 0 4px 10px;
	}
	/* VACANCY DETAILS END  */
	/* PRODUCT CATEGORY */
	.products {
		padding: 0 0 50px;
	}
	.products-categories {
		padding: 0 0 36px;
	}
	.products-categories-list {
		margin-top: -10px;
	}
	.products-categories-list > li {
		width: auto;
		float: none;
		padding-top: 10px;
	}
	.product-category {
		height: auto;
		min-height: 140px;
	}
	.product-category-content {
		height: 50px;
	}
	.products-list {
		margin-top: -10px;
	}
	.products-list > li {
		float: none;
		width: auto;
		padding-top: 10px;
	}
	.sidebar-left .side-questions, .sidebar-left .side-pricelist-load {
		float: none;
		width: auto;
		margin-bottom: 10px;
	}
	.article {
		padding: 25px 14px 0;
	}
	.side-categories {
		padding: 21px 20px 0;
		margin-bottom: 29px;
	}
	.side-categories-list {
		margin: 0 -5px 0 0;
	}
	.side-categories-list > li {
		display: block;
		width: auto;
		margin-left: 0;
		padding: 0 0 23px;
	}
	.side-search {
		margin: 0 0 18px;
	}
	/* PRODUCT CATEGORY END */
	/* DOCUMENTS */
	.product-documents-item-left {
		float: none;
		width: auto;
		text-align: center;
		margin: 0 0 24px;
	}
	.product-documents-item h2 {
		padding: 0 0 19px;
	}
	.files-list {
		padding: 0 3px;
	}
	.products-documents-list > li + li {
		margin-top: 21px;
		padding-top: 30px;
	}
	/* DOCUMENTS END */
	/* PRODUCT ITEM */
	.product-full .main-title {
		padding: 0 0 30px;
	}
	.product-full-top {
		padding: 2px 0 27px;
	}
	.product-full-top-left {
		width: auto;
		float: none;
		padding: 0 0 7px;
	}
	.product-full-top-right {
		padding: 0;
		overflow: visible;
	}
	.contact-info:before {
		display: none;
	}
	.full-documentation {
		padding: 0 0 24px 3px;
	}
	.product-full-article {
		padding: 0 9px;
	}
	.product-full-article h2 {
		font-size: 18px;
	}
	.hidden-block .btn-blue {
		min-width: 0;
	}
	.product-full-image-inner {
		height: 282px;
	}
	.contact-info {
		padding: 19px 15px 23px 27px;
	}
	.contact-info .title {
		font-size: 18px;
		line-height: 1.5;
		padding: 0 0 13px;
	}
	.product-info {
		margin: 0 0 12px;
	}
	.product-full-top-right .buttons {
		margin-left: 8px;
	}
	.def-list {
		line-height: 1.6;
		padding-bottom: 38px;
	}
	.def-list li {
		padding: 0 0 0 41px;
	}
	.def-list li:before {
		left: 21px;
	}
	.hidden-block {
		margin: 0 -9px;
		padding: 22px 23px 31px;
	}
	.hidden-block p {
		padding: 0 0 26px;
	}
	.hidden-block .btn-blue {
		margin-left: -10px;
		margin-right: -11px;
		display: block;
	}
	.product-full {
		padding: 0 0 30px;
	}
	/* PRODUCT ITEM END */
	/* PRODUCTS */
	.bx-wrapper .bx-controls-direction .bx-next {
		right: -10px;
		width: 60px;
	}
	.bx-wrapper .bx-controls-direction .bx-prev {
		left: -10px;
		width: 60px;
	}
	.bx-wrapper .bx-controls-direction .bx-prev .arrow-gray-left {
		margin-top: -12px;
	}
	.bx-wrapper .bx-controls-direction .bx-next .arrow-gray-right {
		margin-top: -12px;
		right: 23px;
	}
	.production-types-slider {
		padding: 0 50px 0 8px;
	}
	.production-type h3 a {
		white-space: normal;
		overflow: visible;
		border: 0;
	}
	.production-type-inner {
		height: auto;
		padding: 14px 10px 13px 54px;
	}
	.production-catalog-promo {
		margin: 0 -10px 31px;
		height: auto;
	}
	.production-catalog-promo-item {
		position: relative;
	}
	.production-catalog-promo-item.item2 {
		width: auto;
	}
	.production-catalog-promo-item.item3 {
		width: auto;
	}
	.production-items-list > li {
		display: block;
		width: auto;
	}
	.production .main-title {
		padding: 0 0 26px;
	}
	.production-description-left {
		margin: 0 0 14px;
	}
	.production-description-right {
		padding: 0 9px;
	}
	.production-catalog .main-title {
		padding: 0 0 35px;
	}
	.production-type h3 {
		line-height: 1.2;
		padding: 0 0 9px;
		font-size: 16px;
	}
	.production-type {
		font-size: 12px;
		line-height: 16px;
	}
	.production-type p {
		height: auto;
		overflow: visible;
	}
	.production-catalog-promo-item .caption {
		line-height: 20px;
	}
	.production-catalog-promo-item.item1 .caption {
		left: 31px;
		right: 26px;
	}
	.production-catalog-promo-item .caption h2 {
		padding: 0 0 16px;
	}
	.production-catalog-promo-item .caption .buttons {
		padding: 6px 0 0;
	}
	.production-catalog-promo-item .caption .buttons .btn-green {
		max-width: none;
	}
	.production-catalog-promo-item.item3 .caption {
		right: 39px;
	}
	.production-items-list > li {
		padding: 0 3px 18px 35px;
	}
	/* PRODUCTS END */
	/* NEWS */
	.news-page {
		padding: 0;
	}
	.news-promo {
		margin: 0 -10px;
		height: 989px;
	}
	.news-full-text {
		padding: 34px 20px 20px;
		height: 420px;
	}
	.news-page .main-title {
		padding: 0 0 25px;
	}
	.news-page .main-title h1 {
		font-size: 18px;
	}
	.news-full {
		margin: 0 0 40px;
	}
	.news-full-text h2 {
		padding: 0 0 18px;
	}
	.news-promo-item.item1 .news-promo-item-image {
		height: 250px;
	}
	.news-promo-item .caption {
		padding: 20px 17px 10px 27px;
	}
	.news-promo-item .caption p {
		display: none;
	}
	.news-promo-item.item1 .caption {
		width: 250px;
		margin: 0 0 0 -379px;
		top: 110px;
		min-height: 120px;
	}
	.news-promo-item.item2 {
		bottom: auto;
		top: 505px;
	}
	.news-promo-item.item2 .news-promo-item-image {
		height: 195px;
	}
	.news-promo-item.item3 {
		bottom: auto;
		top: 710px;
		left: 0;
		right: 0;
	}
	.news-promo-item.item3 .news-promo-item-image {
		width: 320px;
		height: 250px;
	}
	.news-promo-item.item3 .caption {
		top: 155px;
		width: 285px;
		left: 9px;
		padding: 18px 29px 6px;
		margin: 0;
		min-height: 85px;
	}
	.news-promo-item-main {
		right: 21px;
		top: 270px;
		width: 280px;
		padding: 26px 26px 17px 26px;
	}
	.news-item-left {
		margin: 0 16px 0 9px;
	}
	.news-item-right p {
		line-height: 1.7;
	}
	.news-list > li + li {
		margin-top: 28px;
	}
	.news-buttons {
		padding: 38px 0 0;
	}
	.news {
		padding: 0 0 6px;
	}
	/* NEWS END */
	/* MAIN PAGE */
	.main-slider {
		height: 458px;
		margin: 0 0 -133px;
	}
	.main-slider .container {
		max-width: 280px;
	}
	.main-slider .caption {
		padding: 125px 0 0;
	}
	.main-slider .caption h2 {
		font-size: 22px;
		line-height: 1.2;
		padding: 0 0 18px;
	}
	.main-slider .caption h3 {
		font-size: 15px;
		line-height: 1.5;
	}
	.main-slider .caption .buttons {
		padding: 22px 0 0 1px;
	}
	.main-slider .bx-controls {
		bottom: 46px;
	}
	.main-slider .bx-controls .bx-pager {
		max-width: 274px;
	}
	.main-content .main-title {
		padding: 0 0 29px;
	}
	.main-content .main-title h1 {
		font-size: 18px;
	}
	.main-promo {
		height: auto;
	}
	.main-promo-item {
		position: relative;
		left: auto !important;
		right: auto !important;
		top: auto !important;
	}
	.border-promo-title h2 {
		font-size: 18px;
	}
	.main-page .production-catalog-promo {
		margin: 0 -10px 21px;
	}
	.production-contacts h2 {
		font-size: 16px;
		padding: 0 0 20px;
	}
	.main-page .production-types-slider {
		margin: 0 0 34px;
	}
	.main-promo-item .caption {
		position: static;
		width: auto !important;
		padding: 27px 53px 46px 36px;
	}
	.main-promo-item-image {
		width: auto !important;
	}
	.main-promo-item.item1 .main-promo-item-image {
		height: 233px;
	}
	.main-promo-item .caption-image-inner {
		height: 226px;
	}
	.main-promo-item .caption h2 {
		font-size: 18px;
		padding: 0 0 1px;
	}
	.main-promo-item .caption p {
		display: none;
	}
	.main-promo-item .caption .buttons {
		padding: 22px 23px 0 0;
	}
	.main-promo-item.item2 .main-promo-item-image {
		height: 200px;
	}
	.main-promo-item.item3 .main-promo-item-image {
		height: 184px;
	}
	.main-promo-item.item2 .caption {
		padding: 20px 53px 31px 36px;
	}
	.main-promo-item.item2 .caption h2 {
		font-size: 18px;
	}
	.main-promo-item.item2 .caption .news-category {
		padding: 0 0 11px;
	}
	.main-promo-item.item3 .caption {
		padding: 16px 34px 18px;
	}
	.main-promo-item.item3 .caption h2 {
		font-size: 18px;
		line-height: 1.6;
	}
	.main-promo-item.item3 .caption p {
		display: none;
	}
	.main-promo-item.item2 .caption .buttons {
		padding: 3px 0 0;
	}
	.main-page .main-promo {
		margin: 0 -27px 4px;
	}
	.main-page .border-promo-title {
		top: 32px;
	}
	.main-page .news-promo {
		margin: 0 -10px -104px;
		height: 1060px;
	}
	.main-page .news-promo-item-main {
		top: 370px;
	}
	.main-page .news-promo-item.item2 {
		bottom: auto;
		top: 605px;
	}
	.news-promo-item.item2 .news-promo-item-image {
		width: 320px;
	}
	.main-page .news-promo-item.item3 {
		top: 810px;
		bottom: auto;
	}
	.history .border-promo-title {
		padding: 0 0 61px;
	}
	.history-item {
		padding: 0 8px;
	}
	.history-item-left {
		float: none;
		width: auto;
		margin: 0 0 25px;
	}
	.history-item-right h2 {
		font-size: 18px;
		padding: 0 45px 19px 0;
	}
	.history-item-bottom {
		padding: 26px 0 0;
	}
	.company-goal {
		margin: 0 -18px;
		padding: 25px 15px 25px 87px;
	}
	.company-goal:before {
		left: 26px;
		top: 36px;
	}
	.history {
		padding: 97px 0 20px;
	}
	.production-contacts-text {
		height: 300px;
		padding: 65px 25px 50px;
	}
	.production-contacts .main-subtitle {
		padding: 0 0 26px;
	}
	/* MAIN PAGE END */
	/* ERROR PAGE */
	.error-page {
		background: none;
	}
	/* ERROR PAGE END */
	/* INDEX PAGE */
	.index-inner {
		padding: 10px;
	}
	.index-inner h2 {
		font-size: 18px;
	}
	/* INDEX PAGE END */
	/* VACANCIES */
	.vacancy-left {
		margin: 0 5px 0 0;
	}
	.vacancies-list > li + li {
		margin-top: 5px;
	}
	/* VACANCIES END */
	/* ABOUT DANFOSS */
	.about {
		margin: -3px 0 -7px;
	}
	.about-item {
		padding: 0 0 12px;
	}
	.about-item-image {
		float: none;
		margin: 0 0 20px;
	}
	.about-item-image img {
		width: 100%;
	}
	.about-item-full-text {
		height: 299px;
		text-align: left;
		padding: 71px 20px 49px;
	}
	.about-item-full-text h2 {
		font-size: 16px;
		line-height: 1.4;
	}
	.about-item.left .about-item-image {
		width: auto;
		float: none;
		margin: 0 10px 18px;
	}
	.about-item-article {
		overflow: visible;
	}
	.about-item-article .buttons {
		margin: 0 -6px;
	}
	.about-item-article .buttons .btn-green {
		max-width: none;
	}
	.about-item-article.text {
		padding: 4px 10px 0;
		line-height: 1.57;
	}
	.about-item p {
		padding: 0 0 23px;
	}
	.about-item.left .about-item-article {
		padding: 0 8px;
	}
	/* ABOUT DANFOSS END */
	/* ABOUT UGOV */
	.about-main .about-item {
		padding: 0 0 11px;
	}
	.about-main .about-item-image {
		margin: 0 -10px 20px;
	}
	.about-item-full-text strong {
		font-size: 25px;
	}
	.about-item-full .side-questions, .about-item-full .side-pricelist-load {
		left: 0 !important;
		right: 0 !important;
		margin: 30px 0 0;
		width: auto;
	}
	.about-item-full .side-pricelist-load {
		margin: 246px 0 0;
	}
	.about-main .about-item.left .about-item-image {
		margin: 0 9px 18px;
	}
	.about-main .main-title {
		padding: 0 0 35px;
	}
	.about-main .about-item-article.text {
		padding: 12px 10px 0;
	}
	.about-main .about-item p {
		padding: 0 0 23px;
	}
	.about-main .about-item-full {
		margin-bottom: 490px;
	}
	.about-main .about-item-full-text {
		padding: 27px 10px 20px 20px;
	}
	.about-main .about-item.left .about-item-article {
		padding: 0 8px;
	}
	.about-main .about-item.left .about-item-article .buttons {
		padding: 0;
	}
	/* ABOUT UGOV END */
}

/* MEDIA 768 END */

div.mfeedback {
	width:640px;
	margin:0 auto;
}
div.mf-name, div.mf-email, div.mf-captcha, div.mf-message {width:100%; padding-bottom:0.4em;}
div.mf-name input, div.mf-email input {width:100%;}
div.mf-message textarea {width: 100%;}
span.mf-req {color:red;}
div.mf-ok-text {color:green; font-weight:bold; padding-bottom: 1em;}
.mf-text {
	font-size: 13px;
	margin:5px 0;
}
.mfeedback h2 {
	margin-bottom:35px;
}
.errortext
{
	color:red;
}

.notetext
{
	color:green;
}

.search-page input[type=text] {
	width: 70%;
	float: left;
}
.search-page input[type=submit] {
	height: 45px;
	line-height: 45px;
	padding: 0 70px;
	background: #35B33A;
	border-radius: 25px;
	border: none;
	text-decoration: none;
	position: relative;
	text-align: center;
	color: #fff;
	font: normal normal 14px/1.4 /* "gothampro-medium", Arial, Tahoma, */ Verdana, sans-serif;
	margin-left: 20px;
}