/* CSS-Reset */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, address, blockquote, pre, a, abbr, acronym, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, form, fieldset, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, applet, object, iframe, article, aside, figure, figcaption, footer, header, hgroup, menu, nav, section, time, mark, audio, video, canvas {
	padding: 0;
	border: none;
	margin: 0;
	background: none;
	outline: none;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	line-height: inherit;
	vertical-align: baseline;
}

html {
	overflow: auto;

	-webkit-overflow-scrolling: touch;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
}

ul, ol {
	list-style: none;
}

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

input, button, select, textarea {
	padding: 0;
	margin: 0;
}

/* Lists Styles Reset */
.u-listReset, .u-descriptionListReset {
	padding: 0;
	margin: 0;
}

.u-listReset {
	list-style: none outside;
}
.u-listReset > li {
	padding: 0;
	margin: 0;
}
.u-listReset > li:before {
	position: static;
	content: "";
	display: none;
}

.u-descriptionListReset > dt, .u-descriptionListReset > dd {
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-style: normal;
}

/*@ sourceMappingURL=reset.css.map */
@charset "UTF-8";
/* Base Typography & Rhythm */
html {
	font-size: 87.5%;
	line-height: 1.5em;
}

body {
	counter-reset: heading;
	color: #404d4b;
	font-family: Tahoma, Verdana, Segoe, sans-serif;

	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

::-webkit-selection {
	color: inherit;
	background: #bee8e5;
}

::-moz-selection {
	color: inherit;
	background: #bee8e5;
}

::selection {
	color: inherit;
	background: #bee8e5;
}

a:focus, select:focus {
	outline: none;
}

a {
	color: #00b2a6;
	text-decoration: underline;
}
a:visited {
	color: #00b2a6;
}
a:hover {
	color: #00b2a6;
}
a:active {
	color: #00b2a6;
}
a:focus {
	color: black;
	outline: none;
}

label, button, .button {
	cursor: pointer;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;

	text-rendering: optimizelegibility;
}

h1 {
	margin: .56604em 0 .84906em;
	font-size: 2.65em;
	line-height: 1.13208em;
}

h2 {
	margin: 1em 0;
	font-size: 1.5em;
	line-height: 1.25em;
}

h3 {
	margin: 1.09091em 0;
	font-size: 1.375em;
	line-height: 1.09091em;
}

h4 {
	margin: 1.2em 0;
	font-size: 1.25em;
	line-height: 1.2em;
}

h5 {
	margin: 1.33333em 0;
	font-size: 1.125em;
	line-height: 1.33333em;
}

h6 {
	margin: 1.5em 0;
	font-size: 1em;
	line-height: 1.5em;
}

p, pre, dl, ul, address, video, table {
	margin: 1.5em 0;
}

p, blockquote, li, dd {
}

pre, code, samp, var, tt {
	font-family: "Courier New", Courier, Freemono, "Nimbus Mono L", monospace;
}

pre, code, samp, del {
	color: #686868;
}

pre {
	overflow: hidden;
	padding: 0 1.5em;
	white-space: pre;
	white-space: pre-wrap;
	white-space: pre-line;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -hp-pre-wrap;
	word-wrap: break-word;
}

blockquote, em, cite, q, i {
	font-style: italic;
}

blockquote {
	margin: 1.5em 3em;
	font-family: Cambria, Georgia, Times, "Times New Roman", serif;
}

address {
	font-style: normal;
}

dt {
	margin: 1.5em 0 0;
	font-weight: bold;
}

dd {
	margin: 0 0 1.5em 1.5em;
	font-style: italic;
}

ul {
	list-style-type: none;
}
ul li {
	position: relative;
	padding: 0 0 0 1.5em;
}
ul li:before {
	position: absolute;
	left: 0;
	content: "—";
	display: block;
}

ol {
	margin: 1.5em 0 1.5em 1.5em;
	list-style-type: decimal;
}

li ul {
	margin: .75em 0;
}
li ol {
	margin: .75em 0 .75em 1.5em;
}

strong, dfn, b, kbd, acronym, abbr, var {
	font-weight: bold;
}

acronym, abbr, ins, mark, del {
	border-width: 0 0 1px;
	border-style: dotted;
	border-color: #488dc6;
	color: #488dc6;
	text-decoration: none;
	cursor: help;
}

acronym, abbr {
	margin: 0 -.075em 0 0;
	letter-spacing: .075em;
}

kbd {
	display: -moz-inline-box;
	display: inline-block;
	height: 21px;
	padding: 0 .5em;
	color: #333333;
	background: #ededed;
	-webkit-background-clip: padding;
	-moz-background-clip: padding;
	-o-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: -2px -2px 2px #dadada inset;
	-moz-box-shadow: -2px -2px 2px #dadada inset;
	box-shadow: -2px -2px 2px #dadada inset;
	font-weight: bold;
	font-family: "Courier New", Courier, Freemono, "Nimbus Mono L", monospace;
	letter-spacing: .1em;
	line-height: 21px;
	vertical-align: top;
}

var {
	color: #d00837;
	font-style: normal;
}

del, strike, s {
	text-decoration: line-through;
}

sup, sub {
	position: relative;
	font-size: .75em;
	line-height: 0;
}

sup {
	top: -.65em;
}

sub {
	bottom: -.25em;
}

big {
	font-size: 1.5em;
	line-height: 0;
}

small {
	font-size: .75em;
	line-height: 0;
}

u {
	text-decoration: underline;
}

img {
	max-width: 100%;
	vertical-align: top;
}

caption {
	padding: 0 0 .75em;
	font-weight: bold;
}

table {
	width: 100%;
	table-layout: fixed;
}

td, th {
	padding: .67857em .5em .75em;
	border: 1px solid #7c9290;
}

th {
	background: #b4cc81;
	font-weight: bold;
}

fieldset {
	padding: .75em 0 0;
}

legend {
	position: relative;
	left: -1.5em;
	padding: 0 1.5em;
	color: white;
	background: black;
	font-weight: bold;
}

input, select, button, textarea {
	font-size: 1em;
	font-family: Tahoma, Verdana, Segoe, sans-serif;
	line-height: 1.5em;
}

input, button, textarea {
	padding: 0 .5em;
}

input, button {
	height: 1.5em;
	border: none;
}

input[disabled], input[readonly], select[disabled], select[readonly], textarea[disabled], textarea[readonly] {
	opacity: .5;
	cursor: not-allowed;
}

.ie button {
	overflow: visible;
	width: auto;
}

input, select {
	vertical-align: top;
}

input[type="radio"], input[type="checkbox"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: top;
}
input[type="file"] {
	height: auto;
	border: none;
	line-height: normal;
}

select {
	height: 1.5em;
	border: 1px solid #9a9a9a;
}
select[multiple="multiple"] {
	height: 7.50714em;
}

.field, textarea {
	color: #7e9292;
	-webkit-border-radius: none;
	-webkit-border-radius: 0;
	-moz-border-radius: none;
	-moz-border-radius: 0;
	border-radius: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	font-size: 1.165em;
	-webkit-appearance: none;
}
.field:focus, textarea:focus {
	outline: none;
}
.field::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #7e9292;
	font-weight: normal;
	font-size: 1em;
}
.field:-moz-placeholder, textarea:-moz-placeholder {
	color: #7e9292;
	font-weight: normal;
	font-size: 1em;
}
.field::-moz-placeholder, textarea::-moz-placeholder {
	color: #7e9292;
	font-weight: normal;
	font-size: 1em;
}
.field:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: #7e9292;
	font-weight: normal;
	font-size: 1em;
}

.field {
	height: 1.60464em;
	padding: 0 .5em;
	border-width: 0 0 1px;
	border-style: solid;
	border-color: #7e9292;
	text-align: center;
}

textarea {
	height: 7.35714em;
	padding: .5em;
	border: 1px solid #7e9292;
}

hr {
	display: block;
	height: 1px;
	padding: 0;
	border-width: 1px 0;
	border-style: solid;
	border-color: #c7ced6 black white;
	margin: 1.5em 0 -1px;
}

/* Additional Decorative Styles */
.alnLft {
	text-align: left;
}

.alnRgt {
	text-align: right;
}

.alnCnt {
	text-align: center;
}

.alnJst {
	text-align: justify;
}

.alnTop {
	vertical-align: top;
}

.alnMdl {
	vertical-align: middle;
}

.alnBtm {
	vertical-align: bottom;
}

.fntBld {
	font-weight: bold;
}

.fntItl {
	font-style: italic;
}

.fntNrm {
	font-weight: normal;
	font-style: normal;
}

.blkClr {
	clear: both;
}

.blkNClr {
	clear: none;
}

/* Headings Counter */
.hNumber:before {
	position: relative;
	content: counter(heading) ". ";
	counter-increment: heading;
	display: -moz-inline-box;
	display: inline-block;
}

/* High DPI Typography */
@media only screen and (min-resolution: 1.5dppx), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
	html {
		text-rendering: optimizelegibility;
	}
}
/* Phone Typography */
@media handheld, only screen and (max-width: 720px) {
	table {
		display: block;
	}

	tr {
		border: 3px solid red;
	}

	tr, th, td {
		display: block;
	}
}
/* Tablet Typography */
/* Print Typography */
@media print {
  @page {
		margin: 0;
	}
	a, acronym, abbr, ins, del, var, input, select, textarea {
		border: none;
		color: black;
		outline: none;
		text-decoration: none;
	}

	h1, h2, h3, h4, h5, h6 {
		page-break-after: avoid;
		orphans: 3;
		widows: 3;
	}

	p {
		orphans: 3;
		widows: 3;
	}

	blockquote, pre, img {
		page-break-inside: avoid;
	}
}


@charset "UTF-8";
/* Layout */
html {
	overflow-x: auto;
	overflow-y: scroll;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	height: 100%;
}

body {
	position: relative;
	height: 100%;
	min-width: 720px;
	min-height: 600px;
	max-width: none;
	margin: 0 auto;
	background: #fcfafb;
}

/* Header */
.header {
	position: relative;
	z-index: 3;
	height: 80px;
	background: #fcfafb;
	text-align: center;
}
.header:before {
	display: none;
}

.header.fixed {
    position: fixed;
    width: 100%;
    z-index: 0;
}

.logo {
	position: absolute;
	z-index: 4;
	top: 28px;
	left: 40px;
	display: block;
	overflow: hidden;
	width: 109px;
	height: 0;
	padding: 26px 0 0;
	background: url(../images/sprites.png) no-repeat 0 0;
}

.nav {
	position: relative;
	z-index: 3;
	height: 80px;
	background: #fcfafb;
	line-height: 80px;
}
.nav li {
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: top;
}
.nav a {
	position: relative;
	display: block;
	color: #7c9292;
	text-decoration: none;
}
.nav a:visited {
	color: #7c9292;
}
.nav a:hover, .nav a:active, .nav a:focus {
	color: #414c4c;
}
.nav .navToggle {
	display: none;
}

.siteNav {
	position: relative;
	z-index: 2;
	white-space: nowrap;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
}
.siteNav li {
	margin: 0 10px;
}
.siteNav a {
	height: 80px;
	padding: 0 20px;
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}
.siteNav a:before {
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	content: "";
	display: block;
	width: 34px;
	height: 32px;
	margin: -16px 0 0 -17px;
	background: url(../images/sprites.png) no-repeat -84px -31px;
	opacity: 0;
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}
.siteNav .is-active {
	color: #414c4c;
}
.siteNav .is-active:before {
	opacity: 1;
}
.siteNav .is-active:visited {
	color: #414c4c;
}

.page-is-showingFeedback .siteNav .is-active:before {
	opacity: 0;
}
.page-is-showingFeedback .siteNav .feedbackLink:before {
	opacity: 1;
}

.no-opacity .siteNav a:before {
	display: none;
}
.no-opacity .siteNav .is-active {
	color: #414c4e;
}
.no-opacity .siteNav .is-active:before {
	display: block;
}

.socialNav {
	position: absolute;
	z-index: 3;
	top: 0;
	right: 45px;
	height: 80px;
}
.socialNav li {
	padding: 0 0 0 15px;
	vertical-align: middle;
}

.sN-link {
	display: block;
	overflow: hidden;
	height: 0;
	background: #1bb2a6 url(../images/sprites.png) no-repeat;
}
.sN-link:hover {
	background-color: #f25555;
}

.sN-link-blog {
	width: 18px;
	padding: 15px 0 0;
	background-position: -2px -171px;
}

.sN-link-twitter {
	width: 21px;
	padding: 17px 0 0;
	background-position: -29px -171px;
}

.sN-link-FB {
	width: 9px;
	padding: 19px 0 0;
	background-position: -59px -171px;
}

.sN-link-VK {
	width: 13px;
	padding: 17px 0 0;
	background-position: -77px -171px;
}

.sN-link-instagram {
    width: 19px;
    padding: 17px 0 0;
    background-position: -99px -171px;
}

/* Video */
.videoDummy {
	height: 100%;
	background: #fcfafb;
}

.videoText {
	position: absolute;
	z-index: 1;
	top: 120px;
	left: 50%;
	width: 550px;
	padding: 0 370px 0 0;
	margin: 0 0 0 -460px;
	color: white;
	font-weight: bold;
	font-size: 4em;
	text-transform: uppercase;
	line-height: 1.2em;
}

.videoHolder {
	position: fixed;
	z-index: 0;
	top: 80px;
	bottom: 45px;
	left: 0;
	width: 100%;
	background: url(../images/preloader.gif) no-repeat 50% 50%;
}
.minimap {
    display: none;
    margin-bottom: 30px;
}
.videoHolder video {
    height: 100%;
    position: relative;
    top: 0;
    margin: 0;
}
.videoHolder iframe {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
}

.intro {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	background: #f5f5f5;
    background-size: cover;
    -webkit-background-size: cover;
}

/* Content */
.contentHolder {
	position: relative;
	padding: 0 200px;
}

.content {
	position: relative;
	z-index: 0;
	left: -35px;
	overflow: hidden;
	max-width: 45em;
	padding: 0 0 1px 70px;
	margin: 0 auto;
}
.content:after {
	position: relative;
	content: "";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
}
.content iframe {
	display: block;
	max-width: 100%;
	margin: 1.5em 0;
}

.backLink {
	position: absolute;
	z-index: 0;
	top: 20px;
	right: 45px;
	display: block;
	overflow: hidden;
	width: 23px;
	height: 0;
	padding: 21px 0 0;
	background: url(../images/sprites.png) no-repeat 0 -31px;
}
.backLink:hover, .backLink:active, .backLink:focus {
	background-position: -56px -31px;
}

.gridHolder .backLink {
	top: 100px;
}

.grid .backLink {
	background-position: -28px -31px;
}
.grid .backLink:hover, .grid .backLink:active, .grid .backLink:focus {
	background-position: 0 -31px;
}

.gridBlock-is-active .backLink {
	display: none;
}

/* Other Jobs */
.otherJobs {
	margin: 1.5em 0;
	font-size: .85em;
	line-height: 1.76471em;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 2em;
	-moz-column-gap: 2em;
	column-gap: 2em;
}
.otherJobs li {
	margin: 0 0 .88235em;
}

.vacancy-close {
    background: url(../images/sprites@2x.png) 0 -24px;
    width: 26px;
    height: 34px;
    display: block;
    background-size: 260px;
    position: absolute;
    right: 43px;
    top: 104px;
}

/* Awards */
.awards {
	position: relative;
	margin: 4.5em 0 1.5em;
}
.awards:after {
	position: relative;
	content: "";
	display: block;
	clear: both;
	height: 1px;
}
.awards dt {
	position: absolute;
	top: 0;
	left: -65px;
}
.awards dd {
	clear: both;
	overflow: hidden;
	padding: 1px 0 0 135px;
	font-size: 1.3em;
    max-width: 400px;
	line-height: 1.2em;
}
.awards a {
	color: #404d4b;
	text-decoration: none;
}

.awards a:hover {
    text-decoration: underline;
}

.awardImage {
    width: 102px;
    height: 100px;
    float: left;
    margin: 0px 0 10px -135px;
    background: url(../images/awards/awards_sprite.png);
    background-size: 312px;
}
.awardImage img {
	display: block;
}

.award-short .awardImage {
    background-position: 0px -108px;
}

.award-silver .awardImage {
    background-position: -105px -108px;
}

.award-other .awardImage {
    background-position: 0 0;
}

.award-gold .awardImage {
    background-position: -210px 0px;
}

.award-bronze .awardImage {
    background-position: -104px 0px;
}



.awards-are-hidden, .award-is-hidden {
	display: none;
}

.awardNote {
	display: block;
	margin: .55em 0 0;
	font-size: .775em;
	line-height: 1.2em;
}

.awardsNote {
	margin: 0 0 1.5em 135px;
}

/* Aside */
.leftPanel, .rightPanel {
	position: relative;
	z-index: 1;
	width: 200px;
	padding: 20px 0 0;
}

.leftPanel {
	float: left;
	margin: 0 0 0 -200px;
}

.blog_author_mobile {
    display: none;
}

.rightPanel {
	float: right;
	margin: 0 -200px 0 0;
}

.widget {
	margin: 0 0 4.15em;
}

/* Widget - Picture */
.widget-picture {
	text-align: center;
}
.widget-picture img {
	display: block;
	max-width: 100%;
	margin: 0 auto 4.15em;
}

.widget-picture-blog {
    margin-bottom: 35px;
}

.widget-picture-blog img {
    margin-bottom: 30px;
}

.widget-picture-blog h2 {
    color: #1bb2a6;
    font-size: 26px;
    text-transform: uppercase;
    text-align: left;
    margin: 0 20px;
}

.widget-picture-blog h3 {
    color: #414c4c;
    font-size: 14px;
    text-align: left;
    margin: 20px 20px 0;
}

.widget-picture-blog a {
    text-decoration: none;
}

.widget-picture-blog a:hover h2 {
    text-decoration: underline;
}

/* Widget - Navigation */
.widget-navigation {
	overflow: hidden;
}

/* Widget - Filter */
.widget-filter {
	position: relative;
}

/* Navigation Between Pages */
.pagesNav-link {
	position: relative;
	float: left;
	overflow: hidden;
	width: 50%;
	height: 0;
	padding: 50% 0 0;
	background: #1cb2a7;
}
.pagesNav-link:before {
	position: absolute;
	top: 50%;
	left: 50%;
	content: "";
	display: block;
	width: 34px;
	height: 44px;
	margin: -22px 0 0 -17px;
	background: url(../images/sprites.png) no-repeat;
}
.pagesNav-link:hover, .pagesNav-link:active, .pagesNav-link:focus {
	background: #f35556;
}

.pagesNav-link-prev:before {
	background-position: 0 -68px;
}

.pagesNav-link-next:before {
	background-position: -39px -68px;
}

/* Grid */
.gridHolder {
	position: relative;
	overflow: hidden;
	height: 100%;
	min-height: 680px;
	margin: -80px 0 0;
	background: #fcfafb;
}

.ie8 .gridHolder {
	padding: 0 0 80px;
}

.grid {
	position: absolute;
	top: 80px;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #00b2a7;
    padding-bottom: 50px;
}

.grid.white_back {
    background: none;
}

.grid.person-picture {
	background: #13182b;
    padding-bottom: 0;
}

.grid-block {
	position: relative;
	width: 20%;
	height: 33.4%;
}
.grid-block ::-webkit-selection {
	color: inherit;
	background: rgba(47, 190, 179, .3);
}
.grid-block ::-moz-selection {
	color: inherit;
	background: rgba(47, 190, 179, .3);
}
.grid-block ::selection {
	color: inherit;
	background: rgba(47, 190, 179, .3);
}

.gridBlock-is-active .gridNav-link {
	color: white;
	background: #f25551;
}

.gridNav-block-awards, .gridNav-block-us, .gridNav-block-about, .gridNav-block-jobs, .gridNav-block-blog {
	z-index: 1;
	background: #09998f;
}

.gridNav-block-awards {
	float: right;
}

.grid-block .filter.awardFilter {
    top: 80px;
}

.filter-close.awardFilter {
    top: 15px;
}

.gridNav-block-us, .gridNav-block-about, .gridNav-block-jobs, .gridNav-block-blog {
	float: left;
	clear: left;
}

.gridNav-block-cats {
        z-index: 1;
	background: #f85359;
        float: right;
	clear: right;
}

.gridNav-block-jobs {
	/*margin: -1px 0 0 20%;*/
	margin: 0 0 -1px;
	position: relative;
	/*left: 20%;*/
	bottom: 0;
        float: right;
        clear: right;
}

.page156 .gridNav-block-jobs {
	left: auto;
	right: 0;
	top: 33.3%;
	margin: 1px 0 0;
}

.gridNav-link {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	color: #fcfafa;
	font-size: 1.15em;
	text-align: center;
	text-decoration: none;
	line-height: 1.2em;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
}
.gridNav-link:before {
	position: absolute;
	top: 50%;
	left: 50%;
	content: "";
	display: block;
	background: url(../images/sprites.png) no-repeat;
}
.gridNav-link:visited {
	color: white;
}
.gridNav-link:hover, .gridNav-link:active, .gridNav-link:focus {
	color: white;
	background: #f25555;
}

.gridNav-link-awards {
	background: #069287;
}
.gridNav-link-awards:before {
	width: 62px;
	height: 73px;
	margin: -55px 0 0 -31px;
	background-position: -88px -269px;
}

.gridNav-link-blog:before {
	width: 80px;
	height:79px;
	margin:-48px 0 0 -32px;
	background-position:-159px -268px;
}

.gridNav-link-us {
	background: #09998e;
}
.gridNav-link-us:before {
	width: 71px;
	height: 67px;
	margin: -54px 0 0 -36px;
	background-position: 0 -197px;
}

.gridNav-link-about {
	background: #069287;
}
.gridNav-link-about:before {
	width: 83px;
	height: 83px;
	margin: -58px 0 0 -42px;
	background-position: 0 -269px;
}

.gridNav-link-jobs {
	background: #09998e;
}
.gridNav-link-jobs:before {
	width: 80px;
	height: 63px;
	margin: -48px 0 0 -40px;
	background-position: -76px -197px;
}
.mobile-contest-notify {
    display: none;
}
.gridNav-link-onFoot {
	background: #1bb2a6;
}
.gridNav-link-onFoot:before {
	width: 69px;
	height: 89px;
	margin: -60px 0 0 -35px;
	background-position: 0 -523px;
}

.gridNav-link-byCar {
	background: #1bb2a6;
}
.gridNav-link-byCar:before {
	width: 84px;
	height: 84px;
	margin: -58px 0 0 -42px;
	background-position: -74px -523px;
}

.gridNav-link-title {
	position: absolute;
	bottom: 30px;
	left: 0;
	display: block;
	width: 100%;
}

.gridText {
	position: relative;
	overflow: hidden;
	height: 66.6666%;
	padding: 0 35px;
	font-size: .85em;
	line-height: 1.5em;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
}
.gridText h1 {
	margin: .88235em 0 1.02941em;
	font-size: 3em;
}

/* Jobs */
.job {
	position: relative;
	z-index: 0;
	display: -moz-inline-box;
	display: inline-block;
	overflow: hidden;
	width: 20%;
	height: 33.4%;
	padding: 0 0 0 1px;
	margin: 0 0 0 -1px;
	vertical-align: top;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
}
.job a {
	color: #645840;
}

.jobLink {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	padding: 30px 20px 0;
	color: #645840;
	color: rgba(84, 74, 53, .85);
	background: #ffc15d;
	text-decoration: none;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transition: -webkit-transform .25s ease-in-out, opacity .25s ease-in-out;
	-moz-transition: -moz-transform .25s ease-in-out, opacity .25s ease-in-out;
	-o-transition: -o-transform .25s ease-in-out, opacity .25s ease-in-out;
	transition: transform .25s ease-in-out, opacity .25s ease-in-out;
}
.jobLink:before {
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: -1px;
	content: "";
	display: block;
	width: 1px;
	background: inherit;
}
.jobLink:after {
	position: absolute;
	z-index: 1;
	top: 100%;
	left: 0;
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: inherit;
}
.jobLink:visited {
	color: #645840;
	color: rgba(84, 74, 53, .85);
}
/*.jobLink:hover, .jobLink:active, .jobLink:focus {
	background: #f25555;
	-webkit-transform: translateZ(0) scale(1.05);
	-moz-transform: translateZ(0) scale(1.05);
	-ms-transform: translateZ(0) scale(1.05);
	-o-transform: translateZ(0) scale(1.05);
	transform: translateZ(0) scale(1.05);
}*/
.jobLink:hover .jobTitle, .jobLink:active .jobTitle, .jobLink:focus .jobTitle {
	color: #fae0e0;
	color: rgba(255, 255, 255, .8);
}
.jobLink:hover .jobDescription, .jobLink:active .jobDescription, .jobLink:focus .jobDescription {
	color: #fad5d5;
	color: rgba(255, 255, 255, .65);
}

.jobLink-green {
	background: #b4cc81;
}

.jobLink-orange {
	background: #ffa759;
}

.job-is-hidden .jobLink {
	opacity: 0;
	-webkit-transform: scale(.15);
	-moz-transform: scale(.15);
	-ms-transform: scale(.15);
	-o-transform: scale(.15);
	transform: scale(.15);
}

.no-opacity .job-is-hidden .jobLink {
	display: none;
}

.jobTitle {
	display: block;
	overflow: hidden;
	height: 3.6em;
	margin: 0 0 .6em;
	font-size: 1.65em;
	line-height: 1.2em;
}

.jobDescription {
	display: block;
	overflow: hidden;
	max-height: 7.25em;
	font-size: .75em;
	line-height: 1.45em;
}

.filter {
	min-height: 158px;
	padding: 20px 20px 0;
	background: #f85359;
}

body.page6 .mobile {
    display: none;
}

.grid-block .filter {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	min-height: 0;
	padding: 20px 20px 0;
}

.filter-category, .filter-ruport, #cat-filter a {
	display: block;
	color: #f9aaab;
	text-decoration: none;
	line-height: 21px;
	line-height: 1.5rem;
	-webkit-transition: color .15s ease-in-out, font-size .15s ease-in-out;
	-moz-transition: color .15s ease-in-out, font-size .15s ease-in-out;
	-o-transition: color .15s ease-in-out, font-size .15s ease-in-out;
	transition: color .15s ease-in-out, font-size .15s ease-in-out;
}
.filter-category:visited, .filter-ruport:visited, #cat-filter a:visited {
	color: #f9aaab;
}
.filter-category:hover, .filter-category:active, .filter-category:focus, 
.filter-ruport:hover, .filter-ruport:active, .filter-ruport:focus, 
#cat-filter a:hover, #cat-filter a:active, #cat-filter a:focus {
	color: white;
}

.filter-category-is-active, .filter-ruport-is-active, #cat-filter a.active {
	color: white;
	font-size: 1.3em;
}
.filter-category-is-active:visited, .filter-ruport-is-active:visited, #cat-filter a.active:visited {
	color: white;
}

#cat-filter {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    min-height: 0;
    padding: 20px 20px 0;
}

.filter-toggle {
	display: none;
}

.filter-reset, .filter-close, .filter-reset-ruport {
	position: absolute;
	z-index: 0;
	top: 15px;
	right: 15px;
	display: block;
	overflow: hidden;
	width: 23px;
	height: 0;
	padding: 21px 0 0;
	background: url(../images/sprites.png) no-repeat -28px -31px;
}
.filter-reset:hover, .filter-reset:active, .filter-reset-ruport:hover, .filter-reset-ruport:active, .filter-close:hover, .filter-close:active, {
	background-position: -56px -31px;
}

.filter-toggle {
	display: none;
}

/* ruport */

.mobile-ruport {
    display: none;
}

.ruport {
	position: absolute;
	z-index: 0;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
}
.ruport li {
	position: absolute;
	overflow: hidden;
	width: 20%;
	height: 33.4%;
}
.ruport img {
	position: relative;
	display: block;
	height: 100%;
	max-width: none;
	margin: 0 auto;
}
.ruport a:active, .ruport a:visited {
	color: white;
}

.ruport-imageHolder {
	position: absolute;
	top: 0;
	left: 0;
	width: 500%;
	height: 300%;
	background: #fcfafb;
	text-align: center;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.ruport-image-is-hidden .ruport-imageHolder {
	opacity: 0;
}

.ruport-clip-TL {
	top: 0;
	left: 20%;
}
.ruport-clip-TL .ruport-imageHolder {
	top: 0;
	left: -100%;
}

.ruport-clip-TM {
	top: 0;
	left: 40%;
}
.ruport-clip-TM .ruport-imageHolder {
	top: 0;
	left: -200%;
}

.ruport-clip-TR {
	top: 0;
	left: 60%;
}
.ruport-clip-TR .ruport-imageHolder {
	top: 0;
	left: -300%;
}

.ruport-clip-ML {
	top: 33.4%;
	left: 20%;
}
.ruport-clip-ML .ruport-imageHolder {
	top: -100%;
	left: -100%;
}

.ruport-clip-MM {
	top: 33.4%;
	left: 40%;
}
.ruport-clip-MM .ruport-imageHolder {
	top: -100%;
	left: -200%;
}

.ruport-clip-MR {
	top: 33.4%;
	left: 60%;
}
.ruport-clip-MR .ruport-imageHolder {
	top: -100%;
	left: -300%;
}

.ruport-clip-MRR {
	top: 33.4%;
	left: 80%;
}
.ruport-clip-MRR .ruport-imageHolder {
	top: -100%;
	left: -400%;
}

.ruport-clip-BL {
	top: 66.6666%;
	left: 20%;
}
.ruport-clip-BL .ruport-imageHolder {
	top: -200%;
	left: -100%;
}

.ruport-clip-BLL {
	top: 66.6666%;
	left: 0;
}
.ruport-clip-BLL .ruport-imageHolder {
	top: -200%;
	left: 0;
}

.ruport-clip-BM {
	top: 66.6666%;
	left: 40%;
}
.ruport-clip-BM .ruport-imageHolder {
	top: -200%;
	left: -200%;
}

.ruport-clip-BR {
	top: 66.6666%;
	left: 60%;
}
.ruport-clip-BR .ruport-imageHolder {
	top: -200%;
	left: -300%;
}

.ruport-clip-BRR {
	top: 66.6666%;
	left: 80%;
}
.ruport-clip-BRR .ruport-imageHolder {
	top: -100%;
	left: -400%;
}

.ruport-link {
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0;
	bottom: -1px;
	left: 0;
	display: block;
	padding: 20px;
	color: white;
	background: url(../images/rgba-243-85-86-75.png);
	background: rgba(243, 85, 86, .75);
	font-size: 1.55em;
	text-decoration: none;
	line-height: 1.2em;
	opacity: 0;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: opacity .15s ease-in-out;
	-moz-transition: opacity .15s ease-in-out;
	-o-transition: opacity .15s ease-in-out;
	transition: opacity .15s ease-in-out;
}
.ruport-link:visited {
	color: white;
}
.ruport-link:hover, .ruport-link:active, .ruport-link:focus {
	color: white;
	opacity: 1;
}

.no-opacity .ruport-link {
	background: url(../images/rgba-0.png);
	text-indent: -10000px;
}
.no-opacity .ruport-link:hover, .no-opacity .ruport-link:active, .no-opacity .ruport-link:focus {
	background: url(../images/rgba-243-85-86-75.png);
	background: rgba(243, 85, 86, .75);
	text-indent: 0;
}

.ruport-link-jobTitle {
	display: block;
	margin: 1.5em 0 0;
	color: #fad5d5;
	color: rgba(255, 255, 255, .65);
	font-weight: normal;
	font-size: .65em;
	line-height: 1.2em;
}

.ruportAll {
	display: none;
}

/* Person */
.person-picture {
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
    background: #d9d9d9;
    background-size: cover;
    background-position: center;

}
.person-picture img {
	display: -moz-inline-box;
	display: inline-block;
	height: 100%;
	max-width: none;
	vertical-align: bottom;
}

.person-aboutHolder, .person-nameHolder {
	position: absolute;
	z-index: 1;
	height: 33.4%;
	white-space: nowrap;
}
.person-aboutHolder:before, .person-nameHolder:before {
	position: relative;
	content: "";
	display: -moz-inline-box;
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.person-aboutHolder {
	top: 33.4%;
	left: 68%;
	width: 20%;
	text-align: left;
    background: rgba(28,178,167,0.6);
}

.person-nameHolder {
	top: 33.4%;
	right: 67%;
	width: 22.5%;
	text-align: right;
}

.person-about, .person-name {
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
}

.person-about {
    position: relative;
    left: 12%;
    width: 80%;
    color: #fff;
    font-size: .85em;
    line-height: 1.5em;
}

.person-name {
	color: #1cb2a7;
	font-size: 2.65em;
	text-transform: uppercase;
	line-height: 1.2em;
}

.person-jobTitle {
	display: block;
	color: #494949;
	font-weight: normal;
	font-size: .45em;
	text-transform: none;
	line-height: 1.5em;
}

.person-about-social {
	max-width: 200px;
	margin: 1.3em 0 0;
}
.person-about-social li {
	display: -moz-inline-box;
	display: inline-block;
	margin: 0 20px 20px 0;
	vertical-align: top;
}

.pAS-link {
	display: block;
	background: url(../images/sprites.png) no-repeat;
}

.pAS-link-instagram {
	width: 21px;
	height: 21px;
	background-position: 0 -117px;
}

.pAS-link-pinterest {
	width: 21px;
	height: 21px;
	background-position: -41px -117px;
}

.pAS-link-facebook {
	width: 10px;
	height: 21px;
	background-position: -26px -117px;
}

.pAS-link-dribbble {
	width: 22px;
	height: 21px;
	background-position: -67px -117px;
}

.pAS-link-twitter {
	width: 22px;
	height: 17px;
	background-position: -93px -117px;
    margin-top: 2px;
}

.pAS-link-behance {
	width: 24px;
	height: 15px;
	background-position: -120px -117px;
}

.pAS-link-livejournal {
	width: 21px;
	height: 20px;
	background-position: -149px -117px;
}

.pAS-link-vkontakte {
	width: 14px;
	height: 18px;
	background-position: -175px -117px;
    margin-top: 1px;
}

.pAS-link-personal-blog {
	width: 20px;
	height: 20px;
	background-position: -194px -117px;
    margin-top: 1px;
}

.pAS-link-personal-site {
	width: 20px;
	height: 20px;
	background-position: -219px -117px;
}

.pAS-link:hover {
    background-position-y: -143px;
}

.personsNav-link {
	position: absolute;
	z-index: 0;
	top: 33.4%;
	bottom: 33.4%;
	overflow: hidden;
	width: 7.5%;
	min-width: 64px;
	text-indent: -10000px;
}
.personsNav-link:before {
	position: absolute;
	top: 50%;
	content: "";
	display: block;
	width: 34px;
	height: 44px;
	margin: -22px 0 0 0;
	background: url(../images/sprites.png) no-repeat;
}

.personsNav-link-prev {
	left: 0;
}
.personsNav-link-prev:before {
	left: 30px;
	background-position: 0 -68px;
}
.personsNav-link-prev:hover:before, .personsNav-link-prev:active:before, .personsNav-link-prev:visited:before, .personsNav-link-prev:focus:before {
	background-position: -78px -68px;
}

.personsNav-link-next {
	right: 0;
}
.personsNav-link-next:before {
	right: 30px;
	background-position: -39px -68px;
}
.personsNav-link-next:hover:before, .personsNav-link-next:active:before, .personsNav-link-next:visited:before, .personsNav-link-next:focus:before {
	background-position: -117px -68px;
}

/* Portfolio */
.portfolio-wrapper {
    position: relative;
    width: 100%;
    min-height: 100%;
    box-sizing: border-box;
    margin-top: -80px;
    padding-top: 80px;
}
.portfolioNav {
	position: relative;
	z-index: 2;
	overflow: hidden;
	height: 50px;
	background: #1cb2a7;
	-webkit-box-shadow: 0 -20px 20px 10px rgba(0, 0, 0, .35);
	-moz-box-shadow: 0 -20px 20px 10px rgba(0, 0, 0, .35);
	box-shadow: 0 -20px 20px 10px rgba(0, 0, 0, .35);
	font-size: .8em;
	line-height: 50px;
	white-space: nowrap;
	-webkit-transition: box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	-moz-transition: box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	-o-transition: box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.portfolioNav dt, .portfolioNav dd, .portfolioNav li {
	display: -moz-inline-box;
	display: inline-block;
	margin: 0 1%;
	vertical-align: top;
}
.portfolioNav a, .portfolioNav label {
	position: relative;
	display: block;
	border: none;
	color: #8dd9d3;
	text-decoration: none;
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}
.portfolioNav a:hover, .portfolioNav a:active, .portfolioNav a:visited, .portfolioNav a:focus, .portfolioNav label:hover, .portfolioNav label:active, .portfolioNav label:visited, .portfolioNav label:focus {
	color: white;
}
.portfolioNav .is-active {
	color: white;
}
.portfolioNav .is-active:before {
	position: absolute;
	top: 50%;
	left: 50%;
	content: "";
	display: block;
	width: 23px;
	height: 21px;
	margin: 0 .3em 0 0;
	margin: -10px 0 0 -12px;
	background: url(../images/sprites.png) no-repeat -123px -31px;
}
.portfolioNav .archiveToggle-back:before {
	position: relative;
	content: "«";
	display: -moz-inline-box;
	display: inline-block;
	margin: 0 .3em 0 0;
	vertical-align: baseline;
}
.portfolioNav .filter-toggle {
	display: none;
}

.portfolioNavInside a.catWork,  a.portfolioNavInside a.catWork:active,  .portfolioNavInside a.catWork:visited,  .portfolioNavInside a.catWork:focus{
	color: #8dd9d3;
}
.portfolioNavInside a.catWork.active, .portfolioNavInside a.catWork:hover{
	color: #fff;
}

.portfolioCategories, .portfolioArchive {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	-webkit-transition: -webkit-transform .25s ease-in-out, opacity .25s ease-in-out, z-index .0001s .25s;
	-moz-transition: -moz-transform .25s ease-in-out, opacity .25s ease-in-out, z-index .0001s .25s linear;
	-o-transition: -o-transform .25s ease-in-out, opacity .25s ease-in-out, z-index .0001s .25s linear;
	transition: transform .25s ease-in-out, opacity .25s ease-in-out, z-index .0001s .25s linear;
	-webkit-transition-delay: 0s, 0s, linear;
}

.portfolioCategories {
	z-index: 1;
}

.portfolioArchive {
	z-index: 0;
	opacity: 0;
	-webkit-transform: translateX(25%);
	-moz-transform: translateX(25%);
	-ms-transform: translateX(25%);
	-o-transform: translateX(25%);
	transform: translateX(25%);
}

.portfolioNav-is-showingArchive .portfolioCategories {
	z-index: 0;
	opacity: 0;
	-webkit-transform: translateX(-25%);
	-moz-transform: translateX(-25%);
	-ms-transform: translateX(-25%);
	-o-transform: translateX(-25%);
	transform: translateX(-25%);
}
.portfolioNav-is-showingArchive .portfolioArchive {
	z-index: 1;
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

.portfolioNav-is-locked .portfolioNav {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	-webkit-box-shadow: 0 -5px 20px 10px rgba(0, 0, 0, .35);
	-moz-box-shadow: 0 -5px 20px 10px rgba(0, 0, 0, .35);
	box-shadow: 0 -5px 20px 10px rgba(0, 0, 0, .35);
}
.portfolioNav-is-locked .portfolio {
	margin: 50px 0 0;
}

.portfolioNav-title {
	position: relative;
}
.portfolioNav-title:before {
	position: absolute;
	top: 50%;
	left: 50%;
	content: "";
	display: block;
	width: 23px;
	height: 21px;
	margin: 0 .3em 0 0;
	margin: -10px 0 0 -12px;
	background: url(../images/sprites.png) no-repeat -123px -31px;
	opacity: 0;
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}

.portfolioNavInside{
	transition: top .4s;
}
.portfolioNavInside.hide{
	top:-50px;
}

.portfolioNav-checkbox, .portfolioNav-radio {
	position: absolute;
	left: -10000px;
}
.portfolioNavInside .active .portfolioNav-title:before,
.portfolioNav-checkbox:checked + .portfolioNav-title, .portfolioNav-radio:checked + .portfolioNav-title,
.portfolioNavInside .portfolioCategories a.catWork.activeCat{
	color: white;
}
.portfolioNavInside .active .portfolioNav-title:before,
.portfolioNav-checkbox:checked + .portfolioNav-title:before, .portfolioNav-radio:checked + .portfolioNav-title:before,
.portfolioNavInside .portfolioCategories a.catWork.activeCat .portfolioNav-title:before{
	opacity: 1;
}

.portfolioNav-checkbox-is-checked .portfolioNav-title {
	color: white;
}

.no-opacity .portfolioNav-title:before {
	display: none;
}
.no-opacity .portfolioNav-checkbox-is-checked .portfolioNav-title:before {
	display: block;
}

.portfolio {
	position: relative;
	width: 100%;
}
.portfolio li {
	position: relative;
}
.portfolio .portfolio-unit {
	width: 20%;
	padding: 20% 0 0;
}
.portfolio .portfolio-unit .portfolio-image {
	min-width: 100%;
	max-width: 100%;
}
.portfolio .portfolio-unit-2x {
	width: 40%;
	padding: 40% 0 0;
}
.portfolio .portfolio-unit-2x .portfolio-image {
	min-width: 100%;
	max-width: 100%;
}
.portfolio .portfolio-unit-v {
	width: 20%;
	padding: 40% 0 0;
}
.portfolio .portfolio-unit-v .portfolio-image {
	min-height: 100%;
	max-width: none;
	max-height: 100%;
    height: 100%;
}
.portfolio .portfolio-unit-h {
	width: 40%;
	padding: 20% 0 0;
}
.portfolio .portfolio-unit-h .portfolio-image {
	min-width: 100%;
	max-width: 100%;
	margin: 0;
}

.ie8 .portfolio .portfolio-image {
	left: 0;
	max-width: none;
	max-height: none;
	margin: 0;
}

.portfolio-item-is-filteredOut {
	z-index: -1;
	display: none;
}

.js .portfolio-is-forming {
	display: none;
}

.portfolio-is-formed .portfolio-item {
	position: absolute;
	top: 0;
}

.portfolio-is-formed .portfolio-item:first-of-type {
        margin-top: 0px!important;
}

.portfolio-link {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	text-decoration: none;
}
.portfolio-link:hover .portfolioInfo {
	opacity: 1;
}

.portfolio-image {
	position: relative;
	z-index: 0;
	display: block;
}

.contentHolder .portfolio {
	position: relative;
	top: auto;
	bottom: auto;
	left: auto;
	width: auto;
	margin: 4.15em -200px 0;
}

.portfolioInfo {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	padding: 15px;
	color: #fad5d5;
	color: rgba(255, 255, 255, .65);
	background: url(../images/rgba-243-85-86-75.png);
	background: rgba(243, 85, 86, .75);
	font-size: .775em;
	line-height: 1.5em;
	opacity: 0;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}
.portfolioInfo .portfolioInfo-title {
	display: block;
	margin: 0 0 .5em;
	color: white;
	font-size: 2em;
	text-transform: uppercase;
	line-height: 1.2em;
}

.no-opacity .portfolioInfo {
	visibility: hidden;
}
.no-opacity .portfolio-link:hover .portfolioInfo {
	visibility: visible;
}

/* Clients */
.clientsHolder {
	position: relative;
	overflow: visible;
	min-height: 100%;
	margin: -80px 0 0;
	background: #fcfafb;
}

.clients {
	margin-top: 80px;
	bottom: 0;
	left: 0;
	width: 100%;
    padding-bottom: 60px;
}

.client {
	position: relative;
	z-index: 0;
	display: -moz-inline-box;
	display: inline-block;
	overflow: hidden;
	width: 20%;
	text-align: center;
	vertical-align: top;
	white-space: nowrap;
    padding-top: 20%;
}
/*
.client:before {
	position: relative;
	content: "";
	display: -moz-inline-box;
	display: inline-block;
	width: 10px;
	height: 100%;
	margin: 0 0 0 -14px;
	font-size: 0;
	vertical-align: middle;
}
*/

.pointerEvents-are-removed .client, .pointerEvents-are-removed .portfolio-link {
	pointer-events: none;
}

.clientLogo {
	z-index: 0;
	max-height: 100%;
	margin: 0 auto;
	vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.clientInfo {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 15px;
	color: #fad5d5;
	color: rgba(255, 255, 255, .65);
	background: url(../images/rgba-243-85-86-75.png);
	background: rgba(243, 85, 86, .75);
	font-size: .775em;
	text-align: left;
	line-height: 1.5em;
	white-space: normal;
	opacity: 0;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}
.clientInfo.clientInfo-is-showing {
	opacity: 1;
}
.clientInfo h2 {
	margin: 0 0 .5em;
	color: white;
	font-size: 2em;
	text-transform: uppercase;
	line-height: 1.2em;
}
.clientInfo a {
	color: white;
}

.clientLinks {
	margin: 1.5em 0 0;
}
.clientLinks li {
	margin: .5em 0;
}

.no-opacity .clientInfo {
	display: none;
}
.no-opacity .clientInfo.clientInfo-is-showing {
	display: block;
}

/* Map */
.mapHolder {
	position: absolute;
	z-index: 0;
	top: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	background: #fcfafa;
}

.mapWrap {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1400px;
	height: 960px;
	margin: -480px 0 0 -700px;
}

.map {
	position: absolute;
	top: 0;
	left: 0;
	width: 1400px;
	height: 960px;
	background: url(../images/map.png) no-repeat 50% 50%;
}

.mapOverlay {
	position: absolute;
	z-index: 0;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	background: url(../images/rgba-252-250-250-75.png);
	background: rgba(252, 250, 250, .75);
	-webkit-transition: opacity .25s ease-in-out, z-index .0001s linear;
	-moz-transition: opacity .25s ease-in-out, z-index .0001s linear;
	-o-transition: opacity .25s ease-in-out, z-index .0001s linear;
	transition: opacity .25s ease-in-out, z-index .0001s linear;
}

.mapOverlay-is-hidden {
	z-index: -1;
	opacity: 0;
	-webkit-transition: opacity .25s ease-in-out, z-index .0001s .25s;
	-moz-transition: opacity .25s ease-in-out, z-index .0001s .25s linear;
	-o-transition: opacity .25s ease-in-out, z-index .0001s .25s linear;
	transition: opacity .25s ease-in-out, z-index .0001s .25s linear;
	-webkit-transition-delay: 0s, linear;
}

.mapOptions dt {
	position: relative;
	width: 50%;
	margin: 10% 0 50px 65px;
	color: #00b2a6;
	font-weight: bold;
	font-size: 4em;
	text-transform: uppercase;
	line-height: 1.2em;
}
.mapOptions dd {
	position: absolute;
	text-align: center;
}

.gridMap-onFoot {
	top: 0;
	right: 20%;
}

.gridMap-byCar {
	top: 33.4%;
	right: 0;
}

.contactInfo {
	margin: 0 0 0 65px;
    max-width: 290px;
}
.contactInfo a {
	color: #404d4b;
	text-decoration: none;
}

.contactInfo a:hover {
    color: #00b2a6;
}

.contactInfo a:visited {
	color: #404d4b;
}

.cI-infoBlock {
	position: relative;
	display: -moz-inline-box;
	display: inline-block;
	margin: 30px 40px 0 0;
        height: 45px;
	vertical-align: middle;
	white-space: nowrap;
        display: block;
        text-decoration: none;
}
.cI-infoBlock:before {
	position: absolute;
	top: .25em;
	left: 0;
	content: "";
	display: block;
	background-image: url(../images/sprites.png);
	background-repeat: no-repeat;
}

.cI-address {
	padding: 0 0 0 75px;
}
.cI-address:before {
	width: 29px;
	height: 42px;
	background-image: url(../images/contacts-marker-x2.png)!important;
        background-size: 29px 42px;
}

.cI-phone {
	padding: 0 0 0 75px;
}
.cI-phone:before {
	width: 44px;
	height: 42px;
	background-image: url(../images/contacts-phone-x2.png)!important;
        background-size: 44px 42px;
}

.cI-mail {
	padding: 0 0 0 75px;
}
.cI-mail:before {
	width: 37px;
	height: 41px;
	background-image: url(../images/contacts-mail-x2.png)!important;
        background-size: 37px 41px;
}

.cI-addressBlock {
	display: block;
}

.cI-addressBlock,
.cI-phoneBlock,
.cI-mailBlock {
	color: #fcfafa;
        opacity: 0.5;
}

.cI-phoneBlock,
.cI-mailBlock {
	position: relative;
        top: 10px;
}

.contactHelp {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	padding: 30px 0;
	background: #fcfafb;
	opacity: 0;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: opacity .25s ease-in-out, z-index .0001s .25s;
	-moz-transition: opacity .25s ease-in-out, z-index .0001s .25s linear;
	-o-transition: opacity .25s ease-in-out, z-index .0001s .25s linear;
	transition: opacity .25s ease-in-out, z-index .0001s .25s linear;
	-webkit-transition-delay: 0s, linear;
}
.contactHelp:before, .contactHelp:after {
	position: absolute;
	top: 25px;
	bottom: 25px;
	content: "";
	display: block;
	width: 2px;
	background: #92a2a2;
}
.contactHelp:before {
	left: 195px;
}
.contactHelp:after {
	left: 392px;
}
.contactHelp .backLink {
	top: 20px;
	background-position: 0 -31px;
}
.contactHelp .backLink:hover, .contactHelp .backLink:active, .contactHelp .backLink:focus {
	background-position: -56px -31px;
}

.contactHelp-is-showing {
	z-index: 1;
	opacity: 1;
	-webkit-transition: opacity .25s ease-in-out, z-index .0001s linear;
	-moz-transition: opacity .25s ease-in-out, z-index .0001s linear;
	-o-transition: opacity .25s ease-in-out, z-index .0001s linear;
	transition: opacity .25s ease-in-out, z-index .0001s linear;
}

.contactHelpType, .contactHelpWeather, .contactHelpParking, .contactHelpNoParking, .contactHelpText {
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: top;
}

.contactHelpType, .contactHelpWeather, .contactHelpParking, .contactHelpNoParking {
	position: relative;
	width: 195px;
	height: 20px;
	padding: 120px 0 0;
	margin: 0 2px 0 0;
	color: #00b2a6;
	text-align: center;
}

.contactHelpType, .contactHelpParking, .contactHelpNoParking {
	font-size: 1.145em;
}
.contactHelpType:before, .contactHelpParking:before, .contactHelpNoParking:before {
	position: absolute;
	top: 50%;
	left: 50%;
	content: "";
	display: block;
	margin: -50px 0 0 -37px;
	background-image: url(../images/sprites.png);
	background-repeat: no-repeat;
}

.contactHelpWeather {
	font-size: 1.55em;
}

.contactHelp-onFoot .contactHelpType:before {
	width: 74px;
	height: 83px;
	background-position: 0 -435px;
}

.contactHelp-byCar .contactHelpType:before {
	width: 80px;
	height: 80px;
	background-position: -79px -435px;
}

.contactHelpParking:before {
	width: 76px;
	height: 76px;
	background-position: -243px -435px;
}

.contactHelpNoParking:before {
	width: 76px;
	height: 76px;
	background-position: -164px -435px;
}

.contactHelpText {
	width: 380px;
	padding: 10px 0 5px 30px;
}

.weatherIcon {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
}

.weatherIcon-rain {
	margin: -45px 0 0 -35px;
}
.weatherIcon-sun {
    margin: -45px 0 0 -35px;
}
.weatherIcon-wind {
    margin: -45px 0 0 -35px;
}
.weatherIcon-snow {
    margin: -45px 0 0 -35px;
}

.slide-up-control {
    width: 100px;
    height: 100px;
    background: url(../images/slide-up-control.png) no-repeat;
    background-size: 100px;
    position: fixed;
    opacity: 0.6;
    right: 20px;
    bottom: 70px;
    cursor: pointer;
    z-index: 10;
    transition: opacity .3s;
    display: none;
}

.slide-up-control:hover {
    opacity: 1;
}

.infoBox {
	position: absolute;
	top: 90px;
	left: 540px;
	opacity: 0;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.infoBox img {
	display: none;
}
.infoBox .contactInfo {
	width: 185px;
	height: 175px;
	padding: 20px 0 0 20px;
	margin: 0;
	color: white;
	background: #1bb2a6;
	font-size: 14px;
	font-family: Tahoma, Verdana, Segoe, sans-serif;
	line-height: 1.2em;
}
.infoBox .contactInfo:before {
	position: absolute;
	top: 100%;
	left: 50%;
	content: "";
	display: block;
	width: 20px;
	height: 10px;
	margin: 0 0 0 -10px;
	background: url(../images/sprites.png) no-repeat -194px -398px;
}
.infoBox .contactInfo a {
	color: white;
}
.infoBox .contactInfo a:visited {
	color: #404d4b;
}
.infoBox .cI-infoBlock {
	display: block;
	min-height: 32px;
	margin: 0 0 20px;
}
.infoBox .cI-address {
	padding: 0 0 0 48px;
}
.infoBox .cI-address:before {
	background-position: 0 -398px;
}
.infoBox .cI-phone {
	min-height: 22px;
	padding: 10px 0 0 48px;
}
.infoBox .cI-phone:before {
	background-position: -54px -398px;
}
.infoBox .cI-mail {
	min-height: 22px;
	padding: 10px 0 0 48px;
}
.infoBox .cI-mail:before {
	background-position: -130px -398px;
}

.map-is-showingInfoBox .infoBox {
	opacity: 1;
}

/* Audio */
.audioBlock {
	position: relative;
	max-width: 550px;
	white-space: nowrap;
}

.audioList {
	counter-reset: audioList;
	margin: 1.5em 0;
	font-size: 1.285em;
	line-height: 1.5em;
}
.audioList dd {
	position: relative;
	padding: 0 0 0 1.5em;
	margin: 1em 0;
	white-space: nowrap;
}
.audioList dd:before {
	position: absolute;
	top: 50%;
	left: 0;
	content: counter(audioList) ".";
	counter-increment: audioList;
	display: block;
	width: 30px;
	margin: -.5em 0 0;
	line-height: 1em;
}

.audioPlayer {
	position: relative;
	display: -moz-inline-box;
	display: inline-block;
	width: 135px;
	height: 80px;
	vertical-align: middle;
}
.audioPlayer .audioVol {
	position: absolute;
	top: 26px;
	right: 18px;
	display: block;
	width: 22px;
	height: 28px;
}

.audioPlayer-is-plaing .audioVol {
	opacity: 0;
}

.audioPlayer-is-plaing .audioVolume {
	display: block;
}

.no-svg .audioPlayer:after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	display: block;
	width: 76px;
	height: 76px;
	border: 2px solid #1bb2a6;
	-webkit-border-radius: 38px;
	-moz-border-radius: 38px;
	border-radius: 38px;
}

.no-csstransition .audioPlayer-is-plaing:before {
	display: none;
}
.no-csstransition .audioPlayer-is-plaing .audioVolumeHandle {
	display: none;
}

.audioTitle {
	display: -moz-inline-box;
	display: inline-block;
	width: 65%;
	vertical-align: middle;
	white-space: normal;
}

.audioDuration {
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	margin: -.5em 0 0;
	line-height: 1em;
}

.audioControl {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	overflow: hidden;
	width: 80px;
	height: 0;
	padding: 80px 0 0;
	font-size: 0;
	line-height: 200px;
}
.audioControl .audioPlay {
        display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 29px;
	height: 36px;
	margin: -18px 0 0 -10px;
}

.audioControl .audioStop {
        display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 28px;
	height: 28px;
	margin: -14px 0 0 -14px;
}

.audioControl .audioNowPlaying {
        display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 34px;
	height: 35px;
	margin: -18px 0 0 -17px;
}

.audioPlayer-is-plaing .audioPlay {
	display: none;
}
.audioPlayer-is-plaing .audioNowPlaying {
	display: block;
}
.audioPlayer-is-plaing .audioControl:hover .audioNowPlaying {
	display: none;
}
.audioPlayer-is-plaing .audioControl:hover .audioStop {
	display: block;
}

.audioVolume {
	position: absolute;
	top: 0;
	right: 20px;
	display: none;
	overflow: hidden;
	width: 20px;
	height: 80px;
	cursor: pointer;
}
.audioVolume:before {
	position: absolute;
	top: 0;
	left: 9px;
	content: "";
	display: block;
	width: 2px;
	height: 80px;
	background: #1bb2a6;
}

.audioVolumeHandle {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 20px;
	height: 2px;
	background: #f25555;
}
.audioVolumeHandle:before {
	position: absolute;
	top: -4px;
	left: 0;
	content: "";
	display: block;
	width: 20px;
	height: 10px;
}
.audioVolumeHandle:after {
	position: absolute;
	top: 100%;
	left: 9px;
	content: "";
	display: block;
	width: 2px;
	height: 80px;
	background: #f25555;
}

.overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	cursor: pointer;
}

/* Video */
.videoPlayer {
	position: relative;
	margin: 1.5em 0;
	background: black;
}
.videoPlayer video {
	width: 100%;
}

.videoControl-play {
	position: absolute;
	z-index: 0;
	top: 50%;
	left: 50%;
	overflow: hidden;
	width: 76px;
	height: 0;
	padding: 76px 0 0;
	border: 2px solid white;
	margin: -40px 0 0 -40px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	font-size: 0;
	line-height: 200px;
	-webkit-transition: opacity .25s ease-in-out, z-index .0001s linear;
	-moz-transition: opacity .25s ease-in-out, z-index .0001s linear;
	-o-transition: opacity .25s ease-in-out, z-index .0001s linear;
	transition: opacity .25s ease-in-out, z-index .0001s linear;
}
.videoControl-play:before {
	position: absolute;
	top: 50%;
	left: 50%;
	content: "";
	display: block;
	width: 29px;
	height: 36px;
	margin: -18px 0 0 -12px;
	background: url(../images/sprites.png) no-repeat 0 -357px;
}

.videoControl-pause, .videoControl-stop {
	position: absolute;
	z-index: -1;
	bottom: 10px;
	overflow: hidden;
	width: 46px;
	height: 46px;
	border: 2px solid white;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	font-size: 0;
	line-height: 200px;
	opacity: 0;
	-webkit-transition: opacity .25s ease-in-out, z-index .0001s .25s;
	-moz-transition: opacity .25s ease-in-out, z-index .0001s .25s linear;
	-o-transition: opacity .25s ease-in-out, z-index .0001s .25s linear;
	transition: opacity .25s ease-in-out, z-index .0001s .25s linear;
	-webkit-transition-delay: 0s, linear;
}
.videoControl-pause:before, .videoControl-stop:before {
	position: absolute;
	top: 50%;
	left: 50%;
	content: "";
	display: block;
	background-image: url(../images/sprites.png);
	background-repeat: no-repeat;
}

.videoControl-pause {
	left: 10px;
}
.videoControl-pause:before {
	width: 14px;
	height: 24px;
	margin: -12px 0 0 -7px;
	background-position: -63px -357px;
}

.videoControl-stop {
	left: 70px;
}
.videoControl-stop:before {
	width: 24px;
	height: 24px;
	margin: -12px 0 0 -12px;
	background-position: -34px -357px;
}

.videoPlayer-is-playing .videoControl-play {
	z-index: -1;
	opacity: 0;
	-webkit-transition: opacity .25s ease-in-out, z-index .0001s .25s;
	-moz-transition: opacity .25s ease-in-out, z-index .0001s .25s linear;
	-o-transition: opacity .25s ease-in-out, z-index .0001s .25s linear;
	transition: opacity .25s ease-in-out, z-index .0001s .25s linear;
	-webkit-transition-delay: 0s, linear;
}
.videoPlayer-is-playing .videoControl-pause, .videoPlayer-is-playing .videoControl-stop {
	z-index: 0;
	opacity: 1;
	-webkit-transition: opacity .25s ease-in-out, z-index .0001s linear;
	-moz-transition: opacity .25s ease-in-out, z-index .0001s linear;
	-o-transition: opacity .25s ease-in-out, z-index .0001s linear;
	transition: opacity .25s ease-in-out, z-index .0001s linear;
}

/* Feedback */
.vacancyFormWrap,
.feedback {
	position: fixed;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	background: url(../images/rgba-27-178-166-75.png);
	background: rgba(27, 178, 166, .75);
	text-align: center;
	white-space: nowrap;
	opacity: 0;
	-webkit-transition: opacity .25s ease-in-out, z-index .0001s .25s;
	-moz-transition: opacity .25s ease-in-out, z-index .0001s .25s linear;
	-o-transition: opacity .25s ease-in-out, z-index .0001s .25s linear;
	transition: opacity .25s ease-in-out, z-index .0001s .25s linear;
	-webkit-transition-delay: 0s, linear;
}
.vacancyFormWrap:before,
.feedback:before {
	position: relative;
	content: "";
	display: -moz-inline-box;
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
}
.vacancyFormWrap h1,
.feedback h1 {
	margin: 0;
}
.vacancyFormWrap p,
.feedback p {
	margin: .75em 0;
}
.vacancyFormWrap .backLink,
.feedback .backLink {
	display: none;
}

.page-is-showingVacancyForm .vacancyFormWrap,
.page-is-showingFeedback .feedback {
	z-index: 4;
	opacity: 1;
	-webkit-transition: opacity .25s ease-in-out, z-index .0001s linear;
	-moz-transition: opacity .25s ease-in-out, z-index .0001s linear;
	-o-transition: opacity .25s ease-in-out, z-index .0001s linear;
	transition: opacity .25s ease-in-out, z-index .0001s linear;
}

.vacancyForm,
.feedbackForm {
	z-index: 5;
	display: -moz-inline-box;
	display: inline-block;
	padding: 20px 20px 45px;
	background: white url(../images/border.png) repeat-x 50% 100%;
	text-align: left;
	vertical-align: middle;
	white-space: normal;
}
.vacancyForm .field,
.feedbackForm .field {
	display: block;
	width: 480px;
}
.vacancyForm textarea,
.feedbackForm textarea {
	display: block;
	width: 478px;
}

.form {
	margin: 2em 0;
}
.form li {
	margin: 1em 0;
}

.feedbackFileLabel {
	display: block;
	overflow: hidden;
	padding: 0 0 0 45px;
	color: #7e9292;
	font-size: 1.165em;
	line-height: 30px;
}
.feedbackFileLabel:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	display: block;
	width: 28px;
	height: 28px;
	border: 1px solid #7e9292;
}
.feedbackFileLabel:after {
	position: absolute;
	top: 4px;
	left: 10px;
	content: "";
	display: block;
	width: 10px;
	height: 22px;
	background: url(../images/sprites.png) no-repeat 0 -617px;
}
.feedbackFileLabel input {
	position: absolute;
	top: -1000px;
	left: -1000px;
}

.error {
	display: block;
	width: 60%;
	margin: -2em auto 3em;
	color: #f25555;
}

.submit {
	display: block;
	width: 180px;
	height: 40px;
	border: 1px solid #7e9292;
	margin: 0 auto;
	color: #7e9292;
	background: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-size: 1.165em;
	cursor: pointer;
	-webkit-appearance: none;
}
.submit:hover {
	border-color: #7e9292;
	color: white;
	background: #7e9292;
}
.submit:active {
	border-color: #00b2a6;
	color: white;
	background: #00b2a6;
}

.vacancyFormLink{
	line-height: 38px;
	text-decoration: none;
	text-align: center;
	margin: 20px 0 0;
}

/* Login */
.login {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	background: white url(../images/border.png) repeat-x 50% 100%;
	text-align: center;
	white-space: nowrap;
}
.login:before {
	position: relative;
	content: "";
	display: -moz-inline-box;
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
}
.login .logo {
	position: relative;
	top: 0;
	left: 0;
	width: 180px;
	padding: 42px 0 0;
	margin: 0 auto;
	background-position: 0 -644px;
}

.loginForm {
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
}
.loginForm .form {
	margin: 3em 0 4.5em;
}
.loginForm .field {
	display: block;
	width: 480px;
}

body.page4, body.page4 .gridHolder {
    min-height: 0;
}


/* High DPI Layout */
@media only screen and (min-resolution: 1.25dppx), only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 5 / 4), only screen and (min-device-pixel-ratio: 1.25) {
	.logo, .siteNav a:before, .sN-link, .backLink, .pagesNav-link:before, .gridNav-link:before, .filter-reset, .filter-close, .filter-reset-ruport, .pAS-link, .personsNav-link:before, .portfolioNav .is-active:before, .portfolioNav-title:before, .infoBox, .contactInfo:before, .videoControl-play:before, .feedbackFileLabel:after {
		background-image: url(../images/sprites@2x.png);
		-webkit-background-size: 240px, 686px;
		-moz-background-size: 240px, 686px;
		-o-background-size: 240px, 686px;
		background-size: 240px, 686px;
	}
        
        .sN-link-instagram {
            background-position: -95px -171px;
        }
        
        @media handheld, only screen and (max-width: 800px) {
            .sN-link-instagram {
                background-position: -98px -145px!important;
            }
        }
        
        
}
/* Large Resolution Layout */
@media only screen and (max-width: 890px) {
	.siteNav li {
		margin: 0;
	}
	.siteNav a {
		padding: 0 10px;
	}
}
/* Large Resolution Layout */
@media only screen and (min-width: 1280px) {
	.portfolioNav li {
		margin: 0 1%;
	}
}
/* Phone Layout */
@media handheld, only screen and (max-width: 800px) {
  /* Layout */
	html {
		overflow: auto;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		height: 100%;
	}

	body {
		position: relative;
		height: auto;
		min-width: 0;
		min-height: 100%;
		min-height: 100%;
		max-width: none;
		margin: 0 auto;
	}

  /* Header */
	.header {
		height: auto;
		min-height: 80px;
	}

	.logo {
		left: 10px;
		background-image: url(../images/spritesMobile.png);
		-webkit-background-size: 279px, 585px;
		-moz-background-size: 279px, 585px;
		-o-background-size: 279px, 585px;
		background-size: 279px, 585px;
	}

	.nav {
		height: auto;
	}
	.nav .navToggle {
		position: absolute;
		z-index: 3;
		top: 31px;
		right: 10px;
		display: block;
		width: 23px;
		height: 17px;
		color: #00b2a6;
		background: #00b2a6 url(../images/spritesMobile.png) no-repeat -153px -33px;
		line-height: 17px;
	}
	.nav .navToggle:visited, .nav .navToggle:focus {
		color: #00b2a6;
		background-color: #00b2a6;
	}
	.nav .navToggle:hover, .nav .navToggle:active {
		color: #f25555;
		background-color: #f25555;
	}

	.nav-is-showing .navToggle {
		background-position: -186px -33px;
	}

	.navToggleText {
                display: block;
		position: absolute;
		right: 100%;
		padding: 0 10px 0 0;
	}

	.siteNav, .socialNav {
		display: none;
	}

	.nav-is-showing .siteNav, .nav-is-showing .socialNav {
		display: block;
	}

	.siteNav {
		padding: 100px 0 0;
	}
	.siteNav li {
		display: block;
        line-height: 45px;
	}
	.siteNav a {
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
        height: auto;
        padding: 0;
	}
	.siteNav a:before {
		background-image: url(../images/spritesMobile.png);
		-webkit-background-size: 279px, 585px;
		-moz-background-size: 279px, 585px;
		-o-background-size: 279px, 585px;
		background-size: 279px, 585px;
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
	}

	.socialNav {
		position: relative;
		right: 0;
		padding: 0 0 20px;
	}
	.socialNav li {
		padding: 0 15px;
	}

	.sN-link {
		background-image: url(../images/spritesMobile.png);
		-webkit-background-size: 279px, 585px;
		-moz-background-size: 279px, 585px;
		-o-background-size: 279px, 585px;
		background-size: 279px, 585px;
	}

	.sN-link-blog {
		background-position: -2px -145px;
	}

	.sN-link-twitter {
		background-position: -29px -145px;
	}

	.sN-link-FB {
		background-position: -59px -145px;
	}

	.sN-link-VK {
		background-position: -77px -145px;
	}

        .sN-link-instagram {
            background-position: -95px -145px;
        }

  /* Video */
	.videoHolder {
		position: absolute;
	}

	.videoText {
		position: absolute;
		top: 50%;
		left: 5%;
		width: 75%;
		padding: 0;
		margin: -1.2em 0 0;
		font-size: 2.25em;
	}

	#intro {
		height: 100%;
		white-space: nowrap;
	}
	#intro:before {
		position: relative;
		content: "";
		display: -moz-inline-box;
		display: inline-block;
		width: 0;
		height: 100%;
		vertical-align: middle;
	}
	#intro video {
		display: -moz-inline-box;
		display: inline-block;
		margin: 0;
		vertical-align: middle;
	}

  /* Grid */
	.gridHolder {
		overflow: visible;
		height: auto;
		margin: -80px 0 0 0;
        height: 100%;
        min-height: 0;
	}

	.page156 .gridHolder {
		margin:0;
	}

	.page156 .gridNav-block-jobs{
		margin:0;
	}

    body.page4 .grid {
        background: #00b2a7;
    }

    .awards a {
        text-decoration: underline;
    }

	.grid {
		position: relative;
		top: auto;
		/*bottom: auto;*/
		left: auto;
	}

	.grid-block {
		position: relative;
		overflow: hidden;
		width: 50%;
		height: 0;
		padding: 50% 0 0;
	}

	.gridNav-block-us, .gridNav-block-about, .gridNav-block-jobs {
		clear: none;
	}

	.gridNav-block-jobs {
		margin: 0;
		left: auto;
	}

    .vacancy-close {
        right: 10px;
        top: 165px;
        z-index: 1;
    }

	.contentHolderBlog .vacancy-close{
		top: 100px;
	}

	.gridNav-link {
		font-size: 1.15em;
		font-size: 4vw;
	}

	.gridText {
		clear: both;
		height: auto;
		padding: 0 15px;
		font-size: 1em;
		line-height: 1.5em;
	}
	.gridText h1 {
		margin: 1.03806em 0 1.7301em;
		font-size: 2.55em;
	}

	.gridHolder .backLink {
		top: 30px;
	}

	.gridBlock-is-active {
		display: block;
	}


	.grid-is-showingMenu .grid-block {
		display: block;
	}

    body.page5 .grid {
        margin-top: 80px;
    }

    body.page5 {
        background: #00b2a7;
    }

    body.page5 .gridHolder {
        background: #00b2a7;
    }

    .grid-helper {
        display: none;
    }

    body.page6 .gridHolder {
        width: auto;
        margin: 0;
        padding: 0;
    }

    body.page6 .mobile {
        display: block;
    }

    body.page .sectionName {
        display: none;
    }

  /* ruport */

	.ruport {
        display: none;
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		clear: both;
		overflow: hidden;
	}
	.ruport li {
		position: relative;
		top: auto;
		left: auto;
		float: left;
		width: 50%;
		height: 0;
		padding: 50% 0 0;
	}
	.ruport img {
		position: relative;
		display: block;
		height: 100%;
		max-width: none;
		margin: 0 auto;
	}
	.ruport a:active, .ruport a:visited {
		color: white;
	}
	.ruport .ruport-imageHolder {
		position: absolute;
		top: 0;
		left: 50%;
		width: 200%;
		height: 100%;
		margin: 0 0 0 -100%;
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
	}

	.ruport-double {
		display: none;
	}

	.ruport-link {
		z-index: 0;
		padding: 10px 40px 10px 10px;
		color: #00b2a6;
		background: none;
		font-size: 1.085em;
		line-height: 1.2em;
		opacity: 1;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
	}
	.ruport-link:visited {
		color: #00b2a6;
	}
	.ruport-link:hover, .ruport-link:active, .ruport-link:focus {
		color: #00b2a6;
		opacity: 1;
	}

	.ruport-link-jobTitle {
		position: absolute;
		bottom: 10px;
		left: 10px;
		margin: 0;
		color: #7e9292;
		font-size: .775em;
		line-height: 1.2em;
        display: none;
	}

    .mobile-ruport{
        display: block;
        margin: 80px 0 0 0;
    }

    .mobile-ruport li:before {
        width: 0;
        height: 0;
        overflow: hidden;
    }


    .mobile-ruport li {
        width: 50%;
        padding: 50% 0 0 0;
        overflow: hidden;
        display: block;
        margin: 0;
        float: left;
        background-position: center;
        background-size: cover;
    }

    .mobile-ruport li img{

    }

    .mobile-ruport li.clear {
        clear: both;
        width: 0;
        height: 0;
    }

    .gridNav-block-awards {

    }

  /* Portfolio */
	.portfolioNav {
		position: relative;
		overflow: visible;
		width: 100%;
		height: 50px;
		font-size: 1em;
		white-space: normal;
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
	}
	.portfolioNav dt, .portfolioNav dd, .portfolioNav li {
		display: block;
		margin: 0;
	}
	.portfolioNav a, .portfolioNav label {
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
	}
	.portfolioNav .filter-toggle {
		display: block;
		color: white;
	}
	.portfolioNav .filter-toggle-title:before {
		display: none;
		background: none;
	}
	.portfolioNav .archiveToggle {
		display: none;
	}
	.portfolioNav .archiveToggle-back {
		color: white;
	}
	.portfolioNav .archiveToggle-back:before {
		display: none;
	}

	.portfolioCategories, .portfolioArchive {
		position: relative;
		background: #00b2a6;
		text-align: left;
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
	}
	.portfolioCategories a, .portfolioCategories label, .portfolioArchive a, .portfolioArchive label {
		height: 30px;
		padding: 0 10px;
		line-height: 30px;
	}

	.portfolioCategories {
		z-index: 1;
		display: none;
	}

	.portfolioArchive {
		z-index: 0;
		display: none;
		overflow: hidden;
		padding: 0 0 20px;
		-webkit-box-shadow: 0 -5px 20px 10px rgba(0, 0, 0, .35);
		-moz-box-shadow: 0 -5px 20px 10px rgba(0, 0, 0, .35);
		box-shadow: 0 -5px 20px 10px rgba(0, 0, 0, .35);
		opacity: 1;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
	.portfolioArchive dd {
		float: left;
		width: 25%;
		margin: 0;
		text-align: center;
	}

	.portfolioNav-is-showingFilter .portfolioCategories {
		z-index: 1;
		display: block;
		opacity: 1;
	}
	.portfolioNav-is-showingFilter .portfolioArchive {
		display: block;
	}

	.portfolioNav-is-showingArchive .portfolioCategories, .portfolioNav-is-showingArchive .portfolioArchive {
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
	.portfolioNav-is-showingArchive .archiveToggle {
		color: white;
	}

	.portfolioNav-is-locked .portfolioNav {
		position: fixed;
		top: 0;
		left: 0;
		/*overflow: auto;*/
		width: 100%;
	}
	.portfolioNav-is-locked .portfolioNav-is-showingFilter {
		bottom: 0;
	}
	.portfolioNav-is-locked .portfolioArchive {
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}

	.portfolioNav-title:before {
		background-image: url(../images/spritesMobile.png);
		-webkit-background-size: 279px, 585px;
		-moz-background-size: 279px, 585px;
		-o-background-size: 279px, 585px;
		background-size: 279px, 585px;
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
	}

	.portfolio {
		position: relative;
		width: 100%;
	}
	.portfolio li {
		position: relative;
	}
	.portfolio .portfolio-unit {
		width: 50%;
		padding: 50% 0 0;
	}
	.portfolio .portfolio-unit-2x {
		width: 100%;
		padding: 100% 0 0;
	}
	.portfolio .portfolio-unit-v {
		width: 50%;
		padding: 100% 0 0;
	}
	.portfolio .portfolio-unit-h {
		width: 100%;
		padding: 50% 0 0;
	}

	.portfolioNav-is-locked .portfolio {
		min-height: 100%;
	}

	.contentHolder .portfolio {
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		width: auto;
		margin: 4.15em 0 0;
	}

  /* Content */
	.contentHolder {
		clear: both;
		padding: 0;
	}

	.content {
		left: 0;
		padding: 0 10px 1px;
        padding-bottom: 30px;
	}

	.sectionName {
		display: block;
		height: 60px;
		padding: 0 10px;
		font-size: 1.285em;
		line-height: 60px;
	}

	.backLink {
		top: 20px;
		right: 10px;
		background-image: url(../images/spritesMobile.png);
		-webkit-background-size: 279px, 585px;
		-moz-background-size: 279px, 585px;
		-o-background-size: 279px, 585px;
		background-size: 279px, 585px;
	}

  /* Aside */
	.leftPanel, .rightPanel {
		float: none;
		width: auto;
		padding: 0;
		margin: 0;
                display: none;
	}
        
        .blog_author_mobile {
                display: block;
                margin-top: 20px;
        }
        
        .blog_author_mobile .blog_line {
            display: block;
            height: 1px;
            background: #9ea3a3;
            width: 100%;
            margin-bottom: 25px;
            position: relative;
        }
        
        .blog_author_mobile .blog_line:after {
            position: absolute;
            top: 0px;
            left: 37px;
            content: "";
            display: block;
            width: 15px;
            height: 11px;
            background: url(/images/corner.png) no-repeat;
        }
        
        .blog_author_mobile img {
            width: 80px;
            height: 80px;
            float: left;
            margin: 0 15px 10px 0;
        }
        
        .blog_author_mobile .right_blog {
            float: left;
        }
        
        .blog_author_mobile h2 {
            color: #1bb2a6;
            font-size: 22px;
            text-transform: uppercase;
            text-align: left;
            margin: 0;
            max-width: 200px;
        }

        .blog_author_mobile h3 {
            color: #414c4c;
            font-size: 14px;
            text-align: left;
            margin: 6px 0 0;
        }
        
        .blog_author_mobile a {
            text-decoration: none;
        }
        
        .blog_author_mobile a:hover h2 {
            text-decoration: underline;
        }

	.widget {
		margin: 0 0 1.5em;
	}

	.widget-filter {
		margin: 0;
	}

	.widget-navigation {
		display: none;
	}

	.widget-picture {
		margin: 1.5em 0;
	}
	.widget-picture img {
		margin: 0 auto;
	}

  /* Awards */
	.awards { display: ;
		margin: 3.5em 0 1.5em;
	}
	.awards dt {
		position: relative;
		left: 0;
		float: left;
		width: 50px;
	}
	.awards dd {
		clear: none;
		overflow: visible;
		padding: 0 0 0 55px;
		margin: 0 0 2.5em;
	}
	.awards:after {
		display: none;
	}

	.awardImage {
		display: none;
	}
	.awardImage img {
		display: none;
	}

	.awardsNote {
		margin: 0 0 1.5em 55px;
	}

  /* Clients */
	.client {
		width: 50%;
        /* height: 33.3%; */
        /* min-height: 210px; */
        padding: 50% 0 0 0;
	}

	.clientInfo {
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
	}
	.clientInfo h2 {
		font-size: 1.5em;
		font-size: 5vw;
	}

	.clientLinks li {
		margin: 1em 0;
	}

    .clientsHolder {
        margin: 0;
    }

  /* Other Jobs */
	.otherJobs {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		-webkit-column-gap: none;
		-moz-column-gap: none;
		column-gap: none;
	}

  /* Jobs */
	.job {
		width: 50%;
		height: 0;
		padding: 50% 0 0;
		margin: 0;
        font-size: 10px;
	}

	.jobLink {
		padding: 10px;
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
	}
	.jobLink:before, .jobLink:after {
		display: none;
	}

	.job-is-hidden {
		display: none;
	}
	.job-is-hidden .jobLink {
		opacity: 1;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}

	.jobTitle {
		height: auto;
		margin: 0;
		font-size: 1.55em;
		line-height: 1.35em;
	}

	.jobDescription {
		display: none;
	}

	.filter-is-showing {
		display: block;
	}

	.filter-category, .filter-ruport {
		position: relative;
		height: 30px;
		padding: 0 10px;
		line-height: 30px;
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
	}

    .filter-ruport-is-active {
        opacity: 1;
    }

	.filter-is-showing .filter-category, .filter-is-showing .filter-ruport {
		display: block;
	}

    .filter.u-listReset {
        padding-top: 30px;
    }

    .filter.u-listReset li{
        height: 14%;

    }

    .filter.u-listReset li .filter-ruport {
        line-height: 20px;
        height: 20px;
    }

	.filter-category-is-active, .filter-ruport-is-active {
		color: white;
		font-size: 1em;
	}
	.filter-category-is-active:visited, .filter-ruport-is-active:visited {
		color: white;
	}

	.filter-reset, .filter-reset-ruport {
		display: none;
		background: none;
	}

	.filter-toggle {
		position: relative;
		z-index: 2;
		display: block;
		overflow: hidden;
		height: 50px;
		padding: 0 10px;
		color: white;
		background: #00b2a6;
		text-decoration: none;
		line-height: 50px;
	}
	.filter-toggle:before {
		position: absolute;
		top: 50%;
		right: 10px;
		content: "";
		display: block;
		width: 23px;
		height: 11px;
		margin: -5px 0 0 -12px;
		background: url(../images/spritesMobile.png) no-repeat -28px -31px;
	}
	.filter-toggle:visited, .filter-toggle:hover, .filter-toggle:active, .filter-toggle:focus {
		color: white;
	}

	.filter-toggle-on:before {
		background-position: -28px -41px;
	}

	.filter-toggle-title {
		position: relative;
		display: -moz-inline-box;
		display: inline-block;
	}
	.filter-toggle-title:before {
		position: absolute;
		top: 50%;
		left: 50%;
		content: "";
		display: block;
		width: 23px;
		height: 21px;
		margin: -10px 0 0 -12px;
		background: url(../images/spritesMobile.png) no-repeat -123px -31px;
	}

  /* Person */
	.person-picture {
		position: relative;
		left: 0;
		width: 100%;
        padding-top: 100%;
		height: auto;
		max-height: none;
		margin: 0;
	}
	.person-picture img {
		display: block;
		width: 100%;
		height: auto;
		margin: 0 auto;
	}

	.person-aboutHolder, .person-nameHolder {
		position: relative;
		z-index: 1;
		float: left;
		width: 100%;
		height: auto;
		background: #fcfafb;
		white-space: nowrap;
	}

	.person-aboutHolder {
		top: auto;
		left: auto;
		width: auto;
	}
	.person-aboutHolder:before {
		display: none;
	}

	.person-nameHolder {
		top: auto;
		right: auto;
		text-align: left;
	}
	.person-nameHolder:before {
		display: none;
	}

	.person-name {
		margin: .75em 10px 0;
		font-size: 1.9em;
		line-height: 1.2em;
	}

	.person-jobTitle {
		margin: .5em 0 0;
		color: #494949;
		font-size: .4em;
		line-height: 1.5em;
	}

	.person-about {
		left: auto;
		width: auto;
		margin: 1.4em 10px 0;
		color: #494949;
		font-size: 1em;
		line-height: 1.4em;
	}

	.person-about-social {
		margin: 2em 0 0;
	}

	.pAS-link {
		background-image: url(../images/spritesMobile.png);
		-webkit-background-size: 279px, 585px;
		-moz-background-size: 279px, 585px;
		-o-background-size: 279px, 585px;
		background-size: 279px, 585px;
	}

	.personsNav-link:before {
		background-image: url(../images/spritesMobile.png);
		-webkit-background-size: 279px, 585px;
		-moz-background-size: 279px, 585px;
		-o-background-size: 279px, 585px;
		background-size: 279px, 585px;
	}

	.personsNav-link-prev:before {
		left: 10px;
        background-position: -79px -68px;
	}

	.personsNav-link-next:before {
		right: 10px;
        background-position: -118px -68px;
	}

  /* Map */
	.mapHolder {
		top: 0;
		bottom: 0;
		overflow: visible;
		height: auto;
	}

	.mapWrap {
		top: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		height: auto;
		margin: 0;
	}

	.map {
		top: 0;
		bottom: 0;
		width: 100%;
		height: auto;
		background-position: 45% 50%;
	}
	.map.map-is-showingInfoBox {
		position: relative;
		top: 350px;
		bottom: auto;
		left: 0;
		width: 100%;
		height: 960px;
		background-position: 45% 50%;
	}

	.mapOverlay {
		position: relative;
		z-index: 0;
		width: auto;
		padding: 40px 0 0 0;
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;g
	}

    .minimap {
        display: block;
    }

    .minimap img {

    }

    .mapOptions.u-descriptionListReset {
        margin-top: 40px;
    }

	.mapOverlay-is-hidden {
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
	}

	.mapOptions dt {
		width: auto;
		margin: 0 10px 40px;
		font-size: 2.5em;
	}
	.mapOptions .gridMap-onFoot, .mapOptions .gridMap-byCar {
		display: block;
		padding: 50% 0 0;
	}

	.gridMap-onFoot {
		top: auto;
		right: auto;
		bottom: 0;
		left: 0;
	}

	.gridMap-byCar {
		top: auto;
		right: 0;
		bottom: 0;
	}

	.gridNav-link-onFoot:before {
		position: absolute;
		content: "";
		display: block;
		width: 68px;
		height: 74px;
		margin: -50px 0 0 -34px;
		background: url(../images/spritesMobile.png) no-repeat 0 -463px;
	}

	.gridNav-link-byCar:before {
		position: absolute;
		content: "";
		display: block;
		width: 68px;
		height: 68px;
		margin: -48px 0 0 -35px;
		background: url(../images/spritesMobile.png) no-repeat -73px -463px;
	}
/*
	.contactInfo {
		margin: 40px 0 40px 10px;
	}

	.cI-infoBlock {
		display: block;
		margin: 1.5em 0 0;
		white-space: normal;
	}
	.cI-infoBlock:before {
		background-image: url(../images/spritesMobile.png);
		-webkit-background-size: 279px, 585px;
		-moz-background-size: 279px, 585px;
		-o-background-size: 279px, 585px;
		background-size: 279px, 585px;
	}

	.cI-address {
		padding: 0 0 0 48px;
	}
	.cI-address:before {
		background-position: -27px -346px;
	}

	.cI-phone {
		min-height: 32px;
		padding: 10px 0 0 48px;
	}
	.cI-phone:before {
		background-position: -92px -346px;
	}

	.cI-mail {
		min-height: 32px;
		padding: 10px 0 0 48px;
	}
	.cI-mail:before {
		background-position: -162px -346px;
	}*/

        .info-blocks {
            margin-top: 80px;
        }

	.contactHelp {
		z-index: 1;
		display: none;
		padding: 50px 0 20px;
		opacity: 1;
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
	}
	.contactHelp:before, .contactHelp:after {
		display: none;
	}
	.contactHelp .backLink {
		top: 20px;
		background-position: 0 -31px;
	}
	.contactHelp .backLink:hover, .contactHelp .backLink:active, .contactHelp .backLink:focus {
		background-position: -56px -31px;
	}

	.contactHelp-is-showing {
		display: block;
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
	}

	.contactHelpType, .contactHelpWeather, .contactHelpParking, .contactHelpNoParking {
		width: 50%;
		margin: 0;
	}

	.contactHelpType:after {
		position: absolute;
		top: -5px;
		right: 0;
		bottom: -5px;
		content: "";
		display: block;
		width: 1px;
		background: #92a2a2;
	}

	.contactHelpWeather:after, .contactHelpParking:after, .contactHelpNoParking:after {
		position: absolute;
		top: -5px;
		bottom: -5px;
		left: 0;
		content: "";
		display: block;
		width: 1px;
		background: #92a2a2;
	}

	.contactHelpType:before, .contactHelpParking:before, .contactHelpNoParking:before {
		background-image: url(../images/spritesMobile.png);
		-webkit-background-size: 279px, 585px;
		-moz-background-size: 279px, 585px;
		-o-background-size: 279px, 585px;
		background-size: 279px, 585px;
	}

	.contactHelp-onFoot .contactHelpType:before {
		width: 68px;
		height: 75px;
		background-position: 0 -383px;
	}

	.contactHelp-byCar .contactHelpType:before {
		width: 68px;
		height: 68px;
		background-position: -73px -383px;
	}

	.contactHelpParking:before {
		width: 65px;
		height: 64px;
		background-position: -215px -383px;
	}

	.contactHelpNoParking:before {
		width: 65px;
		height: 64px;
		background-position: -146px -383px;
	}

	.contactHelpText {
		display: block;
		width: auto;
		padding: 0 10px;
		margin: 2em 0 0;
	}

	.infoBox {
		left: 50%;
		margin: 0 0 0 -105px;
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
	}
	.infoBox .contactInfo:before {
		background: url(../images/spritesMobile.png) -194px -346px;
	}
	.infoBox .cI-address:before {
		background-position: 0 -346px;
	}
	.infoBox .cI-phone:before {
		background-position: -54px -346px;
	}
	.infoBox .cI-mail:before {
		background-position: -130px -346px;
	}

  /* Audio */
	.audioList {
		font-size: 1em;
		line-height: 1.5em;
	}

	.audioPlayer {
		width: 80px;
		margin: 0 15px 0 0;
	}
	.audioPlayer .audioVol {
		display: none;
		background: none;
	}

	.audioTitle {
        width: calc(100% - 95px);
        line-height: 18px;
    }

	/*.audioControl:before {
		background: url(../images/spritesMobile.png) no-repeat -82px -305px;
	}

	.audioPlayer-is-plaing .audioControl:before {
		width: 24px;
		height: 24px;
		margin: -12px 0 0 -12px;
		background-position: -116px -305px;
	}
	.audioPlayer-is-plaing .audioControl:hover:before {
		width: 24px;
		height: 24px;
		margin: -12px 0 0 -12px;
		background-position: -116px -305px;
	}*/
	.audioPlayer-is-plaing .audioVolume {
		display: none;
	}

  /* Video */
	.videoControl-play {
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
	}
	.videoControl-play:before {
		background: url(../images/spritesMobile.png) no-repeat 0 -305px;
	}

	.videoControl-pause, .videoControl-stop {
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
	}
	.videoControl-pause:before, .videoControl-stop:before {
		background-image: url(../images/spritesMobile.png);
		-webkit-background-size: 279px, 585px;
		-moz-background-size: 279px, 585px;
		-o-background-size: 279px, 585px;
		background-size: 279px, 585px;
	}

	.videoControl-pause:before {
		background-position: -63px -305px;
	}

	.videoControl-stop:before {
		background-position: -34px -305px;
	}

  /* Feedback */
	/*.feedback {*/
		/*z-index: 4;*/
		/*left: 0;*/
		/*display: none;*/
		/*width: 100%;*/
		/*text-align: left;*/
		/*white-space: normal;*/
		/*opacity: 1;*/
		/*-webkit-transition: none;*/
		/*-moz-transition: none;*/
		/*-o-transition: none;*/
		/*transition: none;*/
        /*position: absolute;*/
	/*}*/
	.vacancyFormWrap  form,
    .feedback form {
        padding-top: 20px;
    }
	.vacancyFormWrap:before,
    .feedback:before {
		display: none;
	}
	.vacancyFormWrap h1,
	.feedback h1 {
        font-size: 1.65em;
		margin: 0 40px 0 0;
	}
	.vacancyFormWrap .backLink,
	.feedback .backLink {
		display: block;
	}

    .form-is-it p {
        display: none;
    }

    .vacancyForm .form,
    .feedbackForm .form {
        margin: 21px 0 !important;
    }

	.page-is-showingVacancyForm .vacancyFormWrap,
	.page-is-showingFeedback .feedback {
		display: block;
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
	}

	.vacancyForm,
	.feedbackForm {
		display: block;
		padding: 0 10px 30px;
	}
	.vacancyForm .field, .vacancyForm textarea,
	.feedbackForm .field, .feedbackForm textarea {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
	}

	.feedbackFileLabel {
		display: none;
	}
	.feedbackFileLabel:after {
		background: none;
	}

	.submit {
		margin: 0 auto;
	}

  /* Login */
	.login .logo {
		background: url(../images/spritesMobile.png) no-repeat 0 -543px;
	}

	.loginForm {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		padding: 0 10px;
	}
	.loginForm .field {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
	}

    .grid.white_back .backstretch {
        display: none;
    }

    body.page7 .sectionName {
        display: none;
    }

    body.page7 .grid {
        top:80px
    }

    footer {
        display: block !important;
    }

    .page93 footer,
    .page1 footer {
        display: none !important;
    }

    .page7 footer {
        margin-top: 29px !important;
    }

    .backLink {
        display: none;
    }

    body.page5 .gridText {
        padding-bottom: 80px;
    }

    body.page5 .gridText h1 {
        font-size: 21px;
    }

    body.page4 {
        height: 100%;
    }
    body.page4 .gridHolder {
        min-height: 100%;
    }

    .brandBlock-audio .audioList dd {
        font-size: 15px;
        width: 100%;
        padding-left: 30px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

    .brandBlock-audio .audioList {
        width: 100% !important;
    }

    .audioList dd:before {
        margin-left: 10px;
    }

    .audioDuration, .auidioVolume {
        display: block;
        margin-right: 10px;
        top: 91%;
        left: 124px;
        right: auto;
    }


    .clients {
        margin-top: 0;
    }

    .contest-popup, .flying-contest-pumpkin-1, .flying-contest-pumpkin-2 {
        display: none !important;
    }
	.gridNav-block-contest {
		display:  none !important;
	}

	body.page4 .mobile-contest-notify {
		padding: 10px 20px;
		color: #fff;
		background: #000;
		font-size: 15px;
		line-height: 140%;
		text-align:center;
		display: block;
	}

}
@media handheld and (min-resolution: 1.5dppx), only screen and (max-width: 800px) and (min-resolution: 1.5dppx), handheld and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 800px) and (-webkit-min-device-pixel-ratio: 1.5), handheld and (min--moz-device-pixel-ratio: 1.5), only screen and (max-width: 800px) and (min--moz-device-pixel-ratio: 1.5), handheld and (-o-min-device-pixel-ratio: 3 / 2), only screen and (max-width: 800px) and (-o-min-device-pixel-ratio: 3 / 2), handheld and (min-device-pixel-ratio: 1.5), only screen and (max-width: 800px) and (min-device-pixel-ratio: 1.5) {
	.logo, .nav .navToggle, .siteNav a:before, .sN-link, .portfolioNav-title:before, .backLink, .filter-toggle:before, .filter-toggle-title:before, .pAS-link, .personsNav-link:before, .gridNav-link-onFoot:before, .gridNav-link-byCar:before, .contactHelpType:before, .contactHelpParking::before, .infoBox:before, .videoControl-play:before, .videoControl-pause:before, .videoControl-stop:before, .login .logo {
		background-image: url(../images/spritesMobile@2x.png);
		-webkit-background-size: 279px, 585px;
		-moz-background-size: 279px, 585px;
		-o-background-size: 279px, 585px;
		background-size: 279px, 585px;
	}
}
/* Print Layout */
/* TV Layout */
/* Audio Layout */


/* UI */


/* Branding */
.brandBlock {
	overflow: hidden;
	width: 100%;
	padding: 0px 0;
	background-position: 50% 0;
	background-repeat: no-repeat;
	font-size: 1.145em;
	line-height: 1.5em;
}
.brandBlock-text-center {
    padding: 30px 0;
}
.brandBlock h1 {
	margin: 0 0 1.5em;
	font-size: 2.25em;
	line-height: 1.2em;
}
.brandBlock-all-left-background.brandBlock h1,
.brandBlock-390-left.brandBlock h1 {
	margin-bottom: 0.75em;
}
.brandBlock p {
	margin: 1.5em 0 0;
}
.brandBlock p:first-child {
	margin: 0;
}
.brandBlock iframe {
	display: block;
	max-width: 100%;
}

.brandBlock-largest {
	height: 540px;
	padding: 0 0 0;
	margin: 0 0 0;
	color: white;
}
.brandBlock-largest h1, .brandBlock-largest p {
	max-width: 550px;
}
.brandBlock-largest h1 {
	margin: 0 0 .75em;
	font-weight: bold;
	font-size: 3.45em;
	text-transform: uppercase;
}
.brandBlock-largest p {
	margin: 0;
}

.brandBlockContent {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
}
.brandBlockContent:after {
	position: relative;
	content: "";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
}

.brandBlockContent .image-left-color-background {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        padding: 85px;
        width: calc(100% - 170px);
}

.flexbox .brandBlockContent {
	display: -webkit-flex;
	display: flex;

	-webkit-align-items: center;
	align-items: center;
}

.flexbox .brandBlockContent .image-left-390-inner,
.flexbox .brandBlockContent .image-right-390-inner,
.flexbox .brandBlockContent .image-left-520-inner,
.flexbox .brandBlockContent .image-right-520-inner,
.flexbox .brandBlockContent .image-left-800-inner,
.flexbox .brandBlockContent .image-right-800-inner {
	display: -webkit-flex;
	display: flex;
        -webkit-align-items: center;
	align-items: center;
}

.flexbox .brandBlockContent .image-vert-side-top{
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

.flexbox .brandBlockContent .image-vert-side-middle{
	-webkit-align-items: center;
	align-items: center;
}

.flexbox .brandBlockContent .image-vert-side-bottom{
	-webkit-align-items: flex-end;
	align-items: flex-end;
}

.brandBlock-largest .brandBlockContent, .brandBlock-gallery .brandBlockContent, .brandBlock-audio .brandBlockContent, .brandBlock-video .brandBlockContent {
	display: block;
}

.brandBlock-gallery {
	text-align: center;
}

.brandBlock-gallery .gallery li p {
    margin-bottom: 70px;
}

.brandBlockImage {
	float: left;
	margin: 0 20px 0 0;
}

.brandBlockImageBackground {
    width: 100%!important;
    max-width: 100%!important;
}

.flexbox .brandBlockImage {
	display: block;
	float: none;

	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	-webkit-order: 1;
	order: 1;
}

.flexbox .brandBlock-390 .brandBlockImage {
        max-width: 390px;
}

.flexbox .brandBlock-520 .brandBlockImage {
        max-width: 520px;
}

.flexbox .brandBlock-390.brandBlock-390-center .brandBlockImage {
    margin: 20px auto 20px;
}

.flexbox .brandBlock-520.brandBlock-520-center .brandBlockImage {
    margin: 20px auto 20px;
}



.brandBlock-image-right .brandBlockImage {
	float: right;
	margin: 0 0 0 20px;
}
.brandBlock-image-right .gridGallery li {
	margin: 0 0 20px 20px;
}

.flexbox .brandBlock-image-right .brandBlockImage {
	float: none;

	-webkit-order: 2;
	order: 2;
}
.flexbox .brandBlock-image-right .gridGallery {
	-webkit-order: 2;
	order: 2;
}
.flexbox .brandBlock-image-right .brandBlockText {
	-webkit-order: 1;
	order: 1;
}

.brandBlock-image-top .brandBlockContent {
	display: block;
}
.brandBlock-image-top .brandBlockContent h1, .brandBlock-image-top .brandBlockContent p {
	width: 530px;
}
.brandBlock-image-top .brandBlockImage {
	float: none;
	margin: 0 0 1.5em;
}

.flexbox .brandBlockText {
	-webkit-order: 2;
	order: 2;
}

.brandBlock-text-right {
	text-align: right;
}

.brandBlock-text-center {
	text-align: center;
}

.flexbox .brandBlock-text-top .brandBlockContent {
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

.gallery {
	margin: 1.5em -10px 0;
}
.gallery li {
	display: -moz-inline-box;
	display: inline-block;
	width: 220px;
	padding: 0;
	margin: 0 10px;
	vertical-align: top;
	list-style: none;
}
.gallery li:before {
	display: none;
}
.gallery img {
	display: block;
}

.gridGallery {
	position: relative;
	width: 640px;
	margin: 0 0 -20px;
}
.gridGallery li {
	display: -moz-inline-box;
	display: inline-block;
	padding: 0;
	margin: 0 20px 20px 0;
	vertical-align: top;
	list-style: none;
}
.gridGallery li:before {
	display: none;
}

.flexbox .gridGallery {
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
}

.brandBlock-text-background .brandBlockContent,
.brandBlock-text-background-50 .brandBlockContent,
.brandBlock-text-background-75 .brandBlockContent {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        max-width: 1050px;
}

.brandBlock-text-background-text .brandBlockContent {
        width: 50%;
}

.brandBlock-text-background .brandBlockContent .brandBlockText, 
.brandBlock-text-background-50 .brandBlockContent .brandBlockText,
.brandBlock-text-background-75 .brandBlockContent .brandBlockText {
        width: 460px;
        padding-left: 10px;
}

.brandBlock-text-background-text .brandBlockContent .brandBlockText {
        margin-left: -230px;
}

.brandBlock-text-background-50 .brandBlockContent .brandBlockText {
        margin: 0 auto;
}

.brandBlock-text-background-75 .brandBlockContent .brandBlockText {
        margin-left: auto;
        margin-right: -230px;
}

@media handheld, only screen and (max-width: 480px) {
    .filter.u-listReset {
        font-size: 14px;
        padding-top: 12px;
        padding-left: 15px;
    }
}
/* Phone Layout */
@media handheld, only screen and (max-width: 720px) {

    footer p {
        margin: 20px 0 0 20px;
    }

    footer a.rutorika {
        margin: 19px 20px 0 0;
    }

	.brandBlockContent {
		display: block;
	}

	.flexbox .brandBlockContent {
		display: block;
	}

	.flexbox .brandBlock-image-left .brandBlockContent {
                position: relative;
                width: auto;
	}

	.brandBlockContent .image-left-color-background,
	.brandBlockContent .image-left-390-inner,
	.brandBlockContent .image-right-390-inner,
	.brandBlockContent .image-left-520-inner,
	.brandBlockContent .image-right-520-inner,
	.brandBlockContent .image-left-800-inner,
	.brandBlockContent .image-right-800-inner
        {
		display: block!important;
                padding: 30px 0;
                width: 100%;
	}
        
        .brandBlock-text-background .brandBlockContent .brandBlockText, 
        .brandBlock-text-background-50 .brandBlockContent .brandBlockText,
        .brandBlock-text-background-75 .brandBlockContent .brandBlockText {
            width: auto;
        }

	.brandBlockImage {
		display: block;
		float: none;
		max-width: none;
		margin: 0 auto 1.5em;
	}
	.brandBlockImage img {
		display: block;
		max-width: none;
		margin: 0 auto;
	}

	.brandBlock-image-right .brandBlockImage {
		float: none;
		margin: 0 auto 1.5em;
	}

	.brandBlock-image-top .brandBlockContent h1, .brandBlock-image-top .brandBlockContent p {
		width: auto;
	}

	.gallery {
		margin: 1.5em 0 0;
	}
	.gallery li {
		margin: 0 0 1.5em;
	}

	.gridGallery {
		left: -5px;
		width: 300px;
		margin: 1.5em auto;
	}
	.gridGallery li {
		margin: 0 0 5px 5px;
	}

	.brandBlock-image-right .gridGallery li {
		margin: 0 0 5px 5px;
	}

    .brandBlock-image-top {
        /*padding: 0 10px 0 10px;*/
    }

    .brandBlock-390-left img {
        max-width: 100%!important;
    }
    
    .brandBlock-all-left-background img{
        max-width: 100%;
        max-width: none;
    }


}


@media handheld, only screen and (max-width: 1000px) {
    .flexbox .brandBlock-image-left .brandBlockContent {
        position: relative;
    }
}







/* Портфолио */

section.brandBlock-image-crop-left .brandBlockContent, section.brandBlock-image-crop-right .brandBlockContent{
    max-width: 1500px;
    width: 1500px;
    left: 50%;
    margin-left: -660px;
}

section.brandBlock-image-crop-right .brandBlockContent{
    margin-left: -500px;
}

section.brandBlock-image-crop-left .brandBlockContent .brandBlockText,section.brandBlock-image-crop-right .brandBlockContent .brandBlockText {
    width: 410px;
}

section.brandBlock-image-crop-left .brandBlockContent .brandBlockImage, section.brandBlock-image-crop-right .brandBlockContent .brandBlockImage {
    max-width: 830px;
}

section.brandBlock-image-crop-right .brandBlockContent .brandBlockImage {
    -webkit-order: 2;
    order: 2;
}

section.brandBlock-image-crop-right .brandBlockContent .brandBlockText {
    -webkit-order: 1;
    order: 1;
}

section.brandBlock-spacer15 {
    position: relative;
    height: 15px;
    width: 100%;
    margin: 0;
    padding: 0;
}

section.brandBlock-spacer40 {
    position: relative;
    height: 40px;
    width: 100%;
    margin: 0;
    padding: 0;
}

section.brandBlock {
    position: relative;
}

section.brandBlock-two-images div{
    margin: auto;
    width: 100%;

}

section.brandBlock-two-images div img {
    width: 50%;
    margin: 0 0 0 0px;
}

section.brandBlock-full-width-image {
    width: 100%;
    margin: 0 auto;
}

section.brandBlock-full-width-image img{
    width: 100% !important;
    margin: 0 !important;
}


.contentHolder {
    min-height: 100%;
    margin-top: -80px;
    box-sizing: border-box;
    padding-top: 80px;
    padding-bottom: 60px;
}

.brandBlock-largest-content {
    width: 98%;
}

.brandBlock-text-center-content {
    max-width: 710px;
    margin: auto;
    padding: 0 20px;
}

.brandBlock-text-center-content h1 {
    font-size: 36px;
    margin-bottom: 25px;
    display: block;
}

.brandBlock-text-top-content {
    max-width: 1280px;
    padding: 0 20px;
}
.brandBlock-text-top-content img {
    margin-right: 30px;
}

.brandBlock-text-top-content h1 {
    margin-bottom: 35px;
}

.brandBlock-video img {
    display: block;
    margin: 15px auto;
}

.brandBlock-video iframe {
    width: 1280px;
    margin: 15px auto;
}

.brandBlock-video iframe {
    display: none;
    max-width: 1280px;
    max-height: 780px;
    width: 100%;
}

.brandBlock.brandBlock-390-left .brandBlockText p {
    text-align: left;
}

.brandBlock-video .play-video svg {
    display: block;
    position: absolute;
    /*background: url(../images/playVideo.png);*/
    width: 82px;
    height: 82px;
    left: 50%;
    top: 50%;
    margin-top: -50px;
    margin-left: -41px;
    opacity: 0.7;
}

.brandBlock-video .play-video:hover svg {
    opacity: 1;
}

.brandBlock-audio .audioList {
    width: 660px;
    margin: 0 auto;
}

.brandBlock-audio .audioList dd {
    margin-bottom: 60px;
}

.brandBlock-image-left p {
    padding-right: 10px;
}

.brandBlock-image-right p {
    padding-left: 10px;
}

.brandBlock-image-left img {
    max-width: 520px;
}

.brandBlock-image-right img {
    max-width: 520px;
}

.brandBlock-image-right h1 {
    margin-bottom: 25px;
}

.brandBlock-image-center .brandBlock-text-top-content img{
    margin: 0 auto 30px auto;
    max-width: 830px;
}

.flexbox .brandBlock-image-center .brandBlockContent {
    display: block;
}

.flexbox .brandBlock-image-center .brandBlockText {
    max-width: 830px;
    text-align: center;
    margin: 20px auto;
}
/*
@media handheld, only screen and (min-width: 1280px) and (max-width: 1600px) {
    .brandBlockContent {
        max-width: 1230px;
    }
}*/



@media handheld, only screen and (max-width: 1280px) {
    .brandBlock-largest-image {
        display: block;
        position: relative;
        height: 100%;
        left: 50%;
        margin: 0 auto;
        max-width: none;
    }

    .brandBlock-largest {
        height: auto;
    }
}

@media handheld, only screen and (min-width: 1281px) {
    .brandBlock-largest-image {
        position: absolute;
        display: block;
        width: 2560px !important;
        left: 50%;
        margin-left: -1280px;
        max-width: none;
    }

    .brandBlock-largest {
        height: 780px;
    }

    .brandBlock-largest-150 {
        height: auto;
    }

    .brandBlock-largest-150 .brandBlock-largest-image {
        position: relative;
    }
}


@media handheld, only screen and (min-width: 1025px){
    .brandBlockContent.brandBlock-largest-content {
        position: absolute;
        top: 100px;
        right: 50%;
        margin-right: -470px;
    }
}

@media handheld, only screen and (max-width: 1030px) and (min-width: 749px) {
    .brandBlockContent.brandBlock-largest-content {
        position: absolute;
        top: 100px;
        left: 30px
    }

    .portfolioNav dt, .portfolioNav dd, .portfolioNav li {
        margin: 0 1%;
    }
}

@media handheld, only screen and (max-width: 749px) {

    section.brandBlock-two-images div img {
        width: 100%;
        margin: 0;
        display: block;
    }

    .brandBlockContent.brandBlock-largest-content {
        position: relative;
        margin-left: 20px;
        margin-top: 20px;
    }

    .brandBlock-text-top-content img {
        width: 100%;
    }

    section.brandBlock-image-crop-left .brandBlockContent, section.brandBlock-image-crop-right .brandBlockContent {
        width: 100%;
        left:0;
        margin: 0;
    }

    section.brandBlock-image-crop-left .brandBlockContent .brandBlockImage,section.brandBlock-image-crop-right .brandBlockContent .brandBlockImage{
        width: 100%;
        left:0;
        margin: 0;
    }

    section.brandBlock-image-crop-left .brandBlockContent .brandBlockText,section.brandBlock-image-crop-right .brandBlockContent .brandBlockText {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 10px;
        width: auto;
    }

    .slide-up-control {
        display: none !important;
    }
}

@media handheld, only screen and (max-width: 979px) {

    .brandBlock-largest-content H1{
        font-size: 3em !important;
        margin-bottom: 0.40em;
    }

    .brandBlock-largest-content p,
    .brandBlock-largest-content span,
    .brandBlock-text-center-content p,
    .brandBlock-text-center-content span
    {
        font-size: 12px !important;
        line-height: 170%;
    }

    .brandBlock-text-center-content h1 {
        font-size: 29px;
    }
}

@media handheld, only screen and (min-width: 1222px) {
    .brandBlock-image-top .brandBlockImage {
        width: 1222px;
        margin: auto;
        position: relative;
        display: block;
    }
}

@media handheld, only screen and (max-width: 1221px) {
    .brandBlock-image-top .brandBlockImage {
        width: 100%;
        margin: auto;
        position: relative;
        display: block;
    }
}

@media handheld, only screen and (max-width: 1280px) and (min-width: 749px) {
    .brandBlock-text-top-content img {
        width: 60%;
    }
}

@media handheld, only screen and (max-width: 460px) {

    footer p {
        margin: 20px 0 0 10px !important;
    }

    footer a.rutorika {
        margin: 19px 10px 0 0 !important;
    }

    .videoHolder {
        display: none;
    }

    .flex-control-nav.flex-control-paging {
        display: block !important;
    }


    .brandBlock-image-left img,.brandBlock-image-right img {
        max-width: 320px!important;

    }
    
    .brandBlock-text-background .brandBlockContent,
    .brandBlock-text-background-50 .brandBlockContent,
    .brandBlock-text-background-75 .brandBlockContent {
        width: auto;
    }

    .brandBlockText {
        padding: 10px;
    }

    .brandBlockText h1 {
        font-size: 29px;
    }

    .brandBlockText p, .brandBlockText span {
        font-size: 12px !important;
        line-height: 170%;
    }
    
    .brandBlock-text-background-text .brandBlockContent {
        width: 100%;
        display: flex;
    }
    
    .brandBlock-text-background-text .brandBlockContent .brandBlockText {
        width: 90%;
        margin: 0 auto;
    }
    
    .brandBlock:last-of-type {
        margin-bottom: 50px;
    }
    
    
}

.flexslider img{
    max-width: 100%;
    max-height: 100%;
}

.brandBlock-slider-background-image .flexslider img{
    max-width: 60%;
    max-height: 100%;
    vertical-align: middle;
    margin: 0 auto;
}

.brandBlock-slider ul li:before {
    content: "";
}

.brandBlock-slider-background-image ul.slides li:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    position: initial;
}


.brandBlock-slider {
    padding-bottom: 80px;
    padding-top: 100px;
    -webkit-background-size: cover!important;
    -moz-background-size: cover!important;
    -o-background-size: cover!important;
    background-size: cover!important;
}

.flexslider {
    margin: 0 0 60px;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    zoom: 1;
}

.brandBlock-slider-background-image {
    padding: 0;
}

.brandBlock-slider-background-image .cover-slider {
    margin: 0 auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.brandBlock-slider-background-image .cover-slider .center-cover {
    position: relative;
    height: 100%;
}

.brandBlock-slider-background-image .cover-slider .flexslider {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
}

.flex-viewport {
    /*margin: 0 50px;*/
    height: 100%;
}

.flexslider .slides {
    height: 100%;
}

.flexslider .slides li {
    padding: 0;
    text-align: center;
    height: 100%;
}

.flex-prev:after {
    content: '';
    border-top: 1px solid;
    height: 10px;
    width: 30px;
    display: block;
    border-left: 1px solid;
    transform: rotate(-43deg);
    -webkit-transform: rotate(-43deg);
    -moz-transform: rotate(-43deg);
    -ms-transform:rotate(-43deg);
    border-color: inherit;
    margin-left: 20px;
}

.flex-prev {
    position: absolute;
    font-size: 0;
    height: 60px;
    width: 60px;
    display: block;
    left: 0;
    margin-left: -5px!important;
}

.flex-next:after {
    content: '';
    border-bottom: 1px solid;
    height: 10px;
    width: 30px;
    display: block;
    border-right: 1px solid;
    transform: rotate(-43deg);
    -webkit-transform: rotate(-43deg);
    -moz-transform: rotate(-43deg);
    -ms-transform:rotate(-43deg);
    border-color: inherit;
    margin-left: 20px;
}

.flex-next {
    position: absolute;
    font-size: 0;
    height: 60px;
    width: 60px;
    display: block;
    right: 0;
    margin-right: 5px!important;
}

.flex-direction-nav {
    position: absolute;
    bottom: auto;
    top: 50%;
    margin-top: -20px;
    width: 100%;
}

.flex-direction-nav li {
    padding: 0;
    width: 100%;
}

.flex-next:hover,.flex-prev:hover {
    opacity: 0.6;
}

.flex-control-nav.flex-control-paging {
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 0;
    line-height: 0;
    margin-top: 5%;
}

.brandBlock-slider-background-image .flex-control-nav.flex-control-paging {
    display: none!important;
}

.flex-control-nav.flex-control-paging li {
    display: inline-block;
    width: 20px;
    height: 20px;
}

.flex-control-nav.flex-control-paging li a{
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid #000;
    border-radius: 50%;
}

.flex-control-nav.flex-control-paging li a.flex-active:after {
    content: '';
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-left: 1px;
    margin-top: 1px;
}

footer {
    height: 50px;
    margin-top: -50px;
    position: relative;
    z-index: 10;
}

footer p {
    padding: 0;
    line-height: 12px;
    margin: 20px 0 0 40px;
    font-size: 10px;
    color: #414c4c;
    float: left;
}

footer a.rutorika {
    float: right;
    text-decoration: none;
    margin: 19px 45px 0 0;
}

footer a.rutorika img {
    width: 108px;
    height: 13px;
}

.page156 footer,
.page93 footer,
.page1 footer,
.page5 footer,
.page4 footer,
.page7 footer{
    display: none;
}

.page156 .grid,
.page93 .grid,
.page1 .grid,
.page5 .grid,
.page4 .grid,
.page7 .grid{
    padding-bottom: 0;
}

.page4 .grid {
    background: #f1f1f1;
}

.page6 .gridHolder {
    width: 800px;
    margin: -80px auto 0 auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-top: 80px;
    background: none;
}

.grid-helper {
    position: absolute;
    width: 100%;
    top: 80px;
    left: 0;
    bottom: 0;
    right: 0;
}

.grid-helper ul.awardFilter{
    width: 20%;
    height: 33.4%;
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;

}

@media handheld, only screen and (max-width: 1023px) {

    .flex-prev {
        margin-left: -130px;
    }

    .flex-next {
        margin-right: -130px;
    }
    
    .brandBlock-slider-background-image .flex-prev {
        margin-left: 0;
    }

    .brandBlock-slider-background-image .flex-next {
        margin-right: 0;
    }
}

/*Ошибки в форме обратной связи*/

.feedbackForm .error-text,
.vacancyForm .error-text {
    text-align: center;
    color: #f05656;
    display: none;
}

.feedbackForm .form,
.vacancyForm .form {
    margin: 50px 0;
}

.feedbackForm .fail,
.vacancyForm .fail {
    border-color: #f05656;
}


/*ДОРАБОТКИ МЫ*/

@media handheld, only screen and (min-width: 1900px) {
    .gridNav-link:before {
        background: url(../images/sprites@2x.png) no-repeat;
        background-size: 320px 915px;
        -moz-background-size: 320px 915px;
        -ms-background-size: 320px 915px;
        -webkit-background-size: 320px 915px;
        -o-background-size: 320px 915px;
    }
    .gridNav-link-blog:before {
        background-position: -215px -358px;
        width: 105px;
        height: 105px;
        top: 50%;
        left: 50%;
        margin-top: -54px;
        margin-left: -35px;
    }
    .gridNav-link-jobs:before {
        background-position: -101px -262px;
        width: 108px;
        height: 84px;
        top: 50%;
        left: 50%;
        margin-top: -42px;
        margin-left: -54px;
    }
    .gridNav-link-us:before {
        background-position: 0 -262px;
        width: 95px;
        height: 91px;
        top: 50%;
        left: 50%;
        margin-top: -43px;
        margin-left: -45px;
    }
    .gridNav-link-about:before {
        background-position: 0 -358px;
        width: 111px;
        height: 112px;
        top: 50%;
        left: 50%;
        margin-top: -55px;
        margin-left: -56px;
    }
    .gridNav-link-awards:before{
        background-position:-117px -358px;
        width: 84px;
        height: 99px;
        top: 50%;
        left: 50%;
        margin-top: -42px;
        margin-left: -45px;
    }

    .grid-person {
        background: #f1f1f1;
    }


}

.page6 .gridHolder {
    min-height: 100%;
    height: auto;
}


.after-form-sent {
    display: none;
}

ul.slides {
    margin: 0;
}

#feedback > form > div.form-is-it > ul > li:nth-child(2),
#vacancyFormWrap > form > div.form-is-it > ul > li:nth-child(2){
    margin-top: -42px;
    z-index: -1;
    position: relative;
}


body.page1 .portfolioNav.noScrolled{
    margin-top: -130px;
    /*margin-top: -216px;*/
    height: 50px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

body.page1 .portfolioNav.noScrolled .portfolioCategories, body.page1 .portfolioNav.noScrolled .portfolioArchive {
    /*top: 7px;
    top: 11px;*/
}



.gridNav-block-contest {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #f25555;
    height: 66.7%;
    z-index: 3;
    display: none;
}

.gridNav-block-contest h3 {
    font-family: Tahoma, Verdana, Segoe, sans-serif;
    font-size: 16px;
    font-weight: normal;
    text-transform: capitalize;
    margin-top: 40px;
}

.gridNav-block-contest h2 {
    font-size: 2em;
    font-weight: normal;
    font-family: "HelveticaNeue-UltraLight", Tahoma, Verdana, Segoe, sans-serif;
}

.gridNav-block-contest h2.bottom {
    font-size: 2.5em;
    position: absolute;
    width: 100%;
    height: 150px;
    top: 0;
    bottom: 0;
    margin: auto;
}

@media handheld, only screen and (max-width: 1100px) {
    .gridNav-block-contest h2.top {
        font-size: 1.7em;
    }
}

.gridNav-block-contest img.pumpkin {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 30%;
    margin: auto;
    margin-bottom: 5%;
}

.gridNav-block-contest img.iPhone {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -420px;
    transition: all .5s;
}

.gridNav-block-contest a:hover img.iPhone {
    bottom: 0px;
}

.contest-fade {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(27, 178, 166, .75);
    z-index: 4;
    display: none;
}

.contest-popup {
    position: fixed;
    width: 1000px;
    height: 630px;
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    padding-top: 15px;
    border: 1px;
    z-index: 5;
    display: none;
    overflow: hidden;
}

.contest-popup img {
    max-height: 345px;
    max-width: 700px;
    box-shadow: 0 0 50px rgba(0,0,0,0.5);
}

.contest-popup h2 {
    font-size: 2.3em;
    font-weight: normal;
    font-family: "HelveticaNeue-UltraLight", Tahoma, Verdana, Segoe, sans-serif;
}

.contest-popup h2 span {
    font-size: 0.9em;
}

.contest-popup a.close {
    width: 15px;
    height: 14px;
    background: url(../images/contest/x.png);
    position: absolute;
    top: 10px;
    right: 10px;
}

.contest-popup a:hover {
    opacity: 0.7;
}

.contest-popup a.conditions {
    font-family: "HelveticaNeue-UltraLight", Tahoma, Verdana, Segoe, sans-serif;
    color: #000;
    font-weight: normal;
    font-size: 1.1em;
    position: absolute;
    bottom: 30px;
    left: 38px;
    z-index: 3;
}

.contest-popup .buttons {
    position: absolute;
    bottom: 20px;
    width: 100%;
    display: none;
}

.contest-popup .buttons a {
    display: inline-block;
    width: 186px;
    height: 70px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 2px #000 solid;
    text-decoration: none;
    color: #000;
    font-size: 1.36em;
    padding-top: 20px;
    padding-left: 35px;
    margin: 0 22px;
    font-family: "Helvetica Neue", Tahoma, Verdana, Segoe, sans-serif;
}

.contest-popup .buttons a.vkontakte {
    background: url(../images/contest/vk.png) 22px 18px no-repeat;
}

.contest-popup .buttons a.facebook {
    background: url(../images/contest/f.png) 22px 12px no-repeat
}

.contest-popup .step-2 {
    display: none;
}


.contest-popup .step-2 .boxes div {
    display: inline-block;
    box-shadow: 0 0 45px rgba(0,0,0,0.7);
    height: 245px !important;
    overflow: hidden;
    margin: 0 30px;
    display: none;
}

img.pumpkin-loader {
    z-index: -1;
    display: block;
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
    position: absolute;
    top: 270px;
    left: 0;
    right: 0;
    margin: 0 auto;
    box-shadow: none;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

.flying-contest-pumpkin-1 {
    position: absolute;
    left: -300px;
    top: 50%;
    box-shadow: none !important;
    z-index: 30;
}

.flying-contest-pumpkin-1.active {
    -webkit-animation: pumpkin1 .7s ease-out forwards;
    -moz-animation: pumpkin1 .7s ease-out forwards;
    animation: pumpkin1 .7s ease-out forwards;
}

.flying-contest-pumpkin-2.active {
    -webkit-animation:pumpkin2 .7s ease-out forwards;
    -moz-animation:pumpkin2 .7s ease-out forwards;
    animation:pumpkin2 .7s ease-out forwards ;
}

.flying-contest-pumpkin-1.blured, .flying-contest-pumpkin-2.blured {
    -webkit-filter: blur(6px);
}

.flying-contest-pumpkin-2 {
    position: absolute;
    width: 150px;
    right: -300px;
    top: 75%;
    box-shadow: none !important;
    z-index: 30;
}

body.page4 {
    overflow-x: hidden;
}

@-moz-keyframes pumpkin1 { 100% {
    margin-left: 360px;
    margin-top: -50px;
    -webkit-transform: rotate(-37deg);
    transform: rotate(-37deg);
    -moz-transform: rotate(-37deg);

} }
@-webkit-keyframes pumpkin1 { 100% {
    margin-left: 360px;
    margin-top: -50px;
    -webkit-transform: rotate(-37deg);
    transform: rotate(-37deg);
    -moz-transform: rotate(-37deg);

} }
@keyframes pumpkin1 { 100% {
    margin-left: 360px;
    margin-top: -50px;
    -webkit-transform: rotate(-37deg);
    transform: rotate(-37deg);
    -moz-transform: rotate(-37deg);

} }

@-moz-keyframes pumpkin2 { 100% {
    margin-right: 340px;
    margin-top: -40px;
    -webkit-transform: rotate(37deg);
    transform: rotate(37deg);
    -moz-transform: rotate(37deg);

} }
@-webkit-keyframes pumpkin2 { 100% {
    margin-right: 340px;
    margin-top: -40px;
    -webkit-transform: rotate(37deg);
    transform: rotate(37deg);
    -moz-transform: rotate(37deg);

} }
@keyframes pumpkin2 { 100% {
    margin-right: 340px;
    margin-top: -40px;
    -webkit-transform: rotate(37deg);
    transform: rotate(37deg);
    -moz-transform: rotate(37deg);

} }

.page5 .gridText {
	color: #fff;
}

@media only screen
and (min-width : 801px)
and (max-width : 1200px){
	.brandBlock-slider{
		padding-left: 50px;
		padding-right: 50px;
		box-sizing: border-box;
	}
	.brandBlock-slider-background-image.brandBlock-slider{
		padding-left: 0px;
		padding-right: 0px;
	}
}

@media only screen and (min-width : 801px){
	.flex-direction-nav,
	.flex-direction-nav li{
		position: static;
	}

	.flex-next, .flex-prev{
		bottom: 48%;
	}
	.flex-next {
		right: -45px;
		margin:0!important;
	}
	.flex-prev {
		left: -56px;
		margin:0!important;
	}
        .brandBlock-slider-background-image .flex-prev {
                left: 3%;
        }

        .brandBlock-slider-background-image .flex-next {
                right: 3%;
        }
}

@media only screen and (min-width:1200px) {
	.flex-prev, .brandBlock-slider-background-image .flex-prev {
		left: 4%;
	}
	.flex-next, .brandBlock-slider-background-image .flex-next {
		right: 4%;
	}
}

@media only screen and (min-width:1400px) {
	.flex-prev, .brandBlock-slider-background-image .flex-prev {
		left: 10%;
	}
	.flex-next, .brandBlock-slider-background-image .flex-next {
		right: 10%;
	}
}



	/* Phone Layout */
@media handheld, only screen and (max-width: 800px) {
	.flex-viewport {
		margin: 0;
	}
	.flex-direction-nav {
		bottom: -7%;
		top: auto;
	}
	.brandBlock-slider-background-image .flex-direction-nav {
                bottom: auto;
                top: 50%;
	}
	.flex-next {
		/*right: 50%;
		margin-right: -180px!important;*/
		right: 5%;
	}
	.flex-prev {
		/*left: 50%;
		margin-left: -180px!important;*/
		left: 5%;
	}

	body.page1 .portfolioNav.noScrolled {
		margin-top:0;
		height: 50px;
	}
}

.portfolio-navigation {
    display: none;
}

.portfolio-navigation .portfolio-navigation-prev {
    float: left;
    margin: 20px 0 0 40px;
}
.portfolio-navigation .portfolio-navigation-next {
    float: right;
    margin: 20px 40px 0 0;
}


/* new contacts page */

.gridHolder.contacts_page {
    height: auto;
    margin-bottom: 50px;
}

.gridHolder.contacts_page .grid {
    position: relative;
}

.info-blocks {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.contacts_info {
    background: #f05659;
    width: 50%;
    color: #fcfafa;
    display: inline-block;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.contacts_form {
    background: #189287;
    width: 50%;
    color: #fcfafa;
    display: inline-block;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.contacts_map {
    background: #29b1a6;
    width: 100%;
    text-align: center;
}

.contacts_info div,
.contacts_form div,
.contacts_map div {
    padding: 70px 75px;
}

.contacts_map div {
    position: absolute;
}

.contacts_info h3,
.contacts_form h3 {
    font-size: 22px;
    margin: 0;
}

#contactsForm {
    margin-top: 35px;
}

.contactsField {
    width: calc(100% - 18px);
    background: transparent;
    border: 2px solid #fcfafa;
    -webkit-border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border-radius: 5px;
    opacity: 0.8;
    color: #fcfafa;
    margin-top: 18px;
    padding: 0 9px;
}

.contactsField.fail {
    border-color: #dd514c;
}

input.contactsField {
    height: 23px;
}

textarea.contactsField {
    padding: 2px 9px;
    height: 87px;
}

input.contactsField:first-of-type {
    margin-top: 0;
}

#contatsSecondName {
    display: none;
}

.contactsField::-webkit-input-placeholder, .contactsField::-webkit-input-placeholder {
	color: #fcfafa;
	font-weight: normal;
	font-size: 14px;
        padding: 0;
        margin: 0;
        opacity: 0.7;
}
.contactsField:-moz-placeholder, .contactsField:-moz-placeholder {
	color: #fcfafa;
	font-weight: normal;
	font-size: 14px;
        padding: 0;
        margin: 0;
        opacity: 0.7;
}
.contactsField::-moz-placeholder, .contactsField::-moz-placeholder {
	color: #fcfafa;
	font-weight: normal;
	font-size: 14px;
        padding: 0;
        margin: 0;
        opacity: 0.7;
}
.contactsField:-ms-input-placeholder, .contactsField:-ms-input-placeholder {
	color: #fcfafa;
	font-weight: normal;
	font-size: 14px;
        padding: 0;
        margin: 0;
        opacity: 0.7;
}

.contactsField:focus {
	outline: none;
}

.contactsSubmit {
    width: 160px;
    height: 28px;
    margin: 35px 0 70px;
    background: #29B1A6;
    border: 2px solid #fcfafa;
    -webkit-border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border-radius: 5px;
    color: #fcfafa;
    font-size: 16px;
    text-align: center;
    float: right;
    cursor: pointer;
    outline: none;
}

.contactsSubmit:hover {
    background: #189287;
}

.contactsSubmit.blur {
    background: #29B1A6;
    opacity: 0.5;
}

.contacts_map h3 {
    margin: 0;
    color: #fcfafa;
    font-size: 22px;
}

.contacts_map .scheme-mini {
    display: none;
}

#contactsThnx {
    display: none;
}

@media only screen and (max-width: 500px) {
    
    .contacts_info div, .contacts_form div, .contacts_map div {
        padding: 70px 30px;
    }
    
    .contacts_map div {
        padding: 30px 30px;
    }
    
    .cI-address,
    .cI-phone,
    .cI-mail {
        padding: 0 0 0 50px;
    }
	
}

@media only screen and (max-width: 640px) {
    
    .info-blocks {
        display: block;
    }
    
    .contacts_info, .contacts_form {
        width: 100%;
    }
    
    .contacts_info div {
        position: relative;
        top: calc(50% - 195px);
    }
    
    .contacts_map {
        overflow: hidden;
    }
    
    .contacts_map .scheme-full {
        display: none;
    }
    
    .contacts_map .scheme-mini {
        display: block;
        width: 100%;
    }
	
}

@media handheld, only screen and (max-width: 750px) and (min-width: 641px) {
    
    .info-blocks {
        margin-top: 80px;
    }

    .contacts_info div, .contacts_form div, .contacts_map div {
        padding: 70px 30px;
    }
    
    .contacts_map div {
        padding: 30px 30px;
    }
    
    .cI-address,
    .cI-phone,
    .cI-mail {
        padding: 0 0 0 50px;
    }
    
}


@media handheld, only screen and (max-width: 800px){
    
    .gridHolder.contacts_page .grid {
        padding-bottom: 0;
    }
    
}


@media only screen and (min-width: 980px) {
    
    .gridHolder.contacts_page .grid {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        padding-bottom: 80px;
    }
    
    .info-blocks {
        max-width: 490px;
        background: #189287;
        display: inline-block;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    
    .contacts_info div {
        position: relative;
        top: calc(50% - 195px);
    }
    
    .contacts_map {
        display: inline-block;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    
    .contacts_info,
    .contacts_form {
        width: 100%;
    }
    
}

