/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document ========================================================================== */ /** * 1. Correct the line height in all browsers. * 2. Prevent adjustments of font size after orientation changes in * IE on Windows Phone and in iOS. */ html { line-height: 1.15; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ } /* Sections ========================================================================== */ /** * Remove the margin in all browsers (opinionated). */ body { margin: 0; } /** * Add the correct display in IE 9-. */ article, aside, footer, header, nav, section { display: block; } /** * Correct the font size and margin on `h1` elements within `section` and * `article` contexts in Chrome, Firefox, and Safari. */ h1 { font-size: 2em; margin: 0.67em 0; } /* Grouping content ========================================================================== */ /** * Add the correct display in IE 9-. * 1. Add the correct display in IE. */ figcaption, figure, main { /* 1 */ display: block; } /** * Add the correct margin in IE 8. */ figure { margin: 1em 40px; } /** * 1. Add the correct box sizing in Firefox. * 2. Show the overflow in Edge and IE. */ hr { box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ pre { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /* Text-level semantics ========================================================================== */ /** * 1. Remove the gray background on active links in IE 10. * 2. Remove gaps in links underline in iOS 8+ and Safari 8+. */ a { background-color: transparent; /* 1 */ -webkit-text-decoration-skip: objects; /* 2 */ } /** * 1. Remove the bottom border in Chrome 57- and Firefox 39-. * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */ abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ text-decoration: underline dotted; /* 2 */ } /** * Prevent the duplicate application of `bolder` by the next rule in Safari 6. */ b, strong { font-weight: inherit; } /** * Add the correct font weight in Chrome, Edge, and Safari. */ b, strong { font-weight: bolder; } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ code, kbd, samp { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /** * Add the correct font style in Android 4.3-. */ dfn { font-style: italic; } /** * Add the correct background and color in IE 9-. */ mark { background-color: #ff0; color: #000; } /** * Add the correct font size in all browsers. */ small { font-size: 80%; } /** * Prevent `sub` and `sup` elements from affecting the line height in * all browsers. */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sub { bottom: -0.25em; } sup { top: -0.5em; } /* Embedded content ========================================================================== */ /** * Add the correct display in IE 9-. */ audio, video { display: inline-block; } /** * Add the correct display in iOS 4-7. */ audio:not([controls]) { display: none; height: 0; } /** * Remove the border on images inside links in IE 10-. */ img { border-style: none; } /** * Hide the overflow in IE. */ svg:not(:root) { overflow: hidden; } /* Forms ========================================================================== */ /** * 1. Change the font styles in all browsers (opinionated). * 2. Remove the margin in Firefox and Safari. */ button, input, optgroup, select, textarea { font-family: sans-serif; /* 1 */ font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ margin: 0; /* 2 */ } /** * Show the overflow in IE. * 1. Show the overflow in Edge. */ button, input { /* 1 */ overflow: visible; } /** * Remove the inheritance of text transform in Edge, Firefox, and IE. * 1. Remove the inheritance of text transform in Firefox. */ button, select { /* 1 */ text-transform: none; } /** * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` * controls in Android 4. * 2. Correct the inability to style clickable types in iOS and Safari. */ button, html [type="button"], /* 1 */ [type="reset"], [type="submit"] { -webkit-appearance: button; /* 2 */ } /** * Remove the inner border and padding in Firefox. */ button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; } /** * Restore the focus styles unset by the previous rule. */ button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; } /** * Correct the padding in Firefox. */ fieldset { padding: 0.35em 0.75em 0.625em; } /** * 1. Correct the text wrapping in Edge and IE. * 2. Correct the color inheritance from `fieldset` elements in IE. * 3. Remove the padding so developers are not caught out when they zero out * `fieldset` elements in all browsers. */ legend { box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ } /** * 1. Add the correct display in IE 9-. * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera. */ progress { display: inline-block; /* 1 */ vertical-align: baseline; /* 2 */ } /** * Remove the default vertical scrollbar in IE. */ textarea { overflow: auto; } /** * 1. Add the correct box sizing in IE 10-. * 2. Remove the padding in IE 10-. */ [type="checkbox"], [type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ } /** * Correct the cursor style of increment and decrement buttons in Chrome. */ [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; } /** * 1. Correct the odd appearance in Chrome and Safari. * 2. Correct the outline style in Safari. */ [type="search"] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ } /** * Remove the inner padding and cancel buttons in Chrome and Safari on macOS. */ [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration { -webkit-appearance: none; } /** * 1. Correct the inability to style clickable types in iOS and Safari. * 2. Change font properties to `inherit` in Safari. */ ::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ } /* Interactive ========================================================================== */ /* * Add the correct display in IE 9-. * 1. Add the correct display in Edge, IE, and Firefox. */ details, /* 1 */ menu { display: block; } /* * Add the correct display in all browsers. */ summary { display: list-item; } /* Scripting ========================================================================== */ /** * Add the correct display in IE 9-. */ canvas { display: inline-block; } /** * Add the correct display in IE. */ template { display: none; } /* Hidden ========================================================================== */ /** * Add the correct display in IE 10-. */ [hidden] { display: none; }
@media only screen {
/*****************************************************************************/

/*

COLORS:
_ red: 					#db002f
_ gray: 				#737a7e (text)
_ gray (5%): 		#f8f8f8 (bg main)
_ gray (10%): 	#f1f1f2
_ gray (25%): 	#dcdedf
_ gray (50%): 	#b9bcbe

FONTS:
font-family: 'Roboto', sans-serif;
font-weight: 300/500/700;

*/

/* ==========================================================================
   BASICS
   ========================================================================== */

* html body * { overflow: visible; }
* html iframe, * html frame { overflow: auto; }

html, body {
	position: absolute;
	min-width: 100%;
	max-width: 100%;
	min-height: 100%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	z-index: 1;
}

body {
	background-color: #fff;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 0;
	line-height: 0;
	letter-spacing: 0.25px;
	color: #737a7e;
	/*text-align: center;*/
}

* {
	-webkit-box-sizing: inherit;
	   -moz-box-sizing: inherit;
	        box-sizing: inherit;
	padding: 0;
	margin: 0;
}

::selection { color: #fff; background-color: #737a7e; }

/* ==========================================================================
   LAYOUT
   ========================================================================== */

/* HEADER */

header {
	position: absolute;
	left: 0;
	top: 0;
	width: calc(50% - 10px);
	height: 100%;
	z-index: 21;
}

header > div#logoLayer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: calc(50% - 10px);
	height: calc(50% - 10px);
	padding: 30px;
	background-color: #db002f;
	z-index: 21;
}

header > div#logoLayer img {
	width: 100%;
	max-width: 420px;
	height: auto;
}

header > div#navigationWrapper {
	position: absolute;
	left: calc(100% + 20px + 40px);
	top: 0;
	width: 600px;
	height: 210px;
	z-index: 21;
}

header > div#navigationWrapper > nav.main,
header > div#navigationWrapper > nav.sub {
	position: absolute;
	bottom: 0;
	width: calc(50% - 10px);
	height: auto;
	z-index: 21;
}

header > div#navigationWrapper > nav.main { left: 0; }
header > div#navigationWrapper > nav.sub { right: 0; display: none; }
header > div#navigationWrapper > nav.sub.act { display: block; }

header > nav.language {
	position: fixed;
	/*right: calc(50% + 10px);*/
	/*right: 5px;*/
	right: calc(50vw + 15px);
	top: calc(50vh + 10px);
	width: fit-content;
	height: auto;
	z-index: 21;
}

header > div#pictureLayer {
	position: fixed;
	left: 0;
	top: 0;
	width: calc(50% - 10px);
	height: calc(50% - 10px);
	background: #b9bcbe url() scroll no-repeat center center;
	background-size: cover;
	z-index: 21;
}

header > div#videoLayer {
	position: fixed;
	left: 0;
	top: 0;
	width: calc(50% - 10px);
	height: calc(50% - 10px);
	background: black;
	overflow: hidden;
	z-index: 21;
}

header > div#videoLayer > video {
	position: absolute;
	width: auto;
	min-width: 100%;
	height: 100%;
	/*
	left: 50%;
	transform: translateX(-50%);
	*/
	left: 0;
}

header > nav.button {
	position: absolute;
	display: none;
	right: 10px;
	top: 26px;
	width: 44px;
	height: 35px;
	background: transparent url('../images/main/button-nav-1.png') scroll no-repeat center center;
	background-size: cover;
	transform-origin: 50% 50%;
	transition-duration: 0.25s;
	transition-property: transform;
	transform: scale(1);
	z-index: 23;
}

.navMobileOK header > nav.button { background-image: url('../images/main/button-nav-2.png'); }

header > nav.button:hover {
	cursor: pointer;
	transform: scale(1.125);
}

/* MAIN */

main {
	position: absolute;
	left: calc(50% + 10px);
	width: calc(50% - 10px);
	height: auto;
	min-height: 100%;
	padding: 220px 40px 40px 40px;
	background-color: #f8f8f8;
	z-index: 11;
}

main > section {
	position: relative;
	width: 100%;
	max-width: 600px;
	margin-top: 40px;
	padding-top: 40px;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.5em;
	text-align: left;
	border-top: 1px solid #dcdedf;
}

main > section:nth-child(1) {
	margin-top: 0;
	border-top: 0;
}

/* FOOTER */

footer {
	position: fixed;
	right: calc(50% + 10px - 1px);
	bottom: 0;
	width: 360px;
	height: 360px;
	background: transparent url('../images/main/bg-footer.png') scroll no-repeat center center;
	background-size: cover;
	z-index: 31;
}

footer > div#addressLayer {
	position: absolute;
	right: 0;
	bottom: 40px;
	width: 100%;
	height: auto;
	font-size: 14px;
	line-height: 1.333em;
	text-align: right;
	z-index: 31;
}

footer > div#socialmediaLayer {
	position: absolute;
	left: -5px;
	bottom: 15px;
	width: auto;
	height: auto;
	z-index: 31;
}

footer > div#socialmediaLayer img {
	width: 25px;
	height: 25px;
	transform-origin: 50% 50%;
	transition-duration: 0.25s;
	transition-property: transform;
	transform: scale(1);
}

footer > div#socialmediaLayer img:hover { transform: scale(1.125); }

/* ==========================================================================
   CONTENT
   ========================================================================== */

/* INTRO TEXT */

p.intro { font-weight: 500; }

/* CONTACTS */

div.contactsWrapper {
	position: relative;
	width: 100%;
	margin-bottom: 1.5em;
}

div.contactsWrapper > div {
	position: relative;
	display: block;
	width: 100%;
	margin-top: 20px;
}

div.contactsWrapper > div > div {
	position: relative;
	display: inline-block;
	vertical-align: bottom;
}

div.contactsWrapper > div > div.mask { display: none; }

div.contactsWrapper > div > div.mask,
div.contactsWrapper > div > div.pict {
	width: calc(25% - 10px);
	font-size: 0;
	line-height: 0;
}

div.contactsWrapper > div > div.pict > img {
	width: 100%;
	height: auto;
}

div.contactsWrapper > div > div.text {
	width: calc(75% - 10px);
	margin-left: 20px;
}

div.contactsWrapper > div > div.text > ul {
	list-style-type: none;
	list-style-position: inside;
	margin-left: 0;
}

/* CALCULATOR */

p.buttonCalc img {
	width: 50%;
	height: auto;
	transform-origin: 50% 50%;
	transition-duration: 0.25s;
	transition-property: transform;
	transform: scale(1);
}

p.buttonCalc img:hover { transform: scale(1.1); }

/* TABLE FACTS */

table.facts { border-top: 1px solid #dcdedf; }
table.facts td { padding: 5px 0; border-bottom: 1px solid #dcdedf; }
table.facts td:nth-child(1) { text-align: left; font-weight: 500; }
table.facts td:nth-child(2) { text-align: right; font-weight: 300; }

/* PICTS */

div.pictsWrapper {
	position: relative;
	left: -20px;
	width: calc(100% + 20px);
	height: auto;
	font-size: 0;
	line-height: 0;
	text-align: left;
}

div.pictsWrapper > div {
	position: relative;
	display: inline-block;
	width: calc(50% - 20px);
	height: auto;
	margin: 20px 0 0 20px;
	vertical-align: top;
}

div.pictsWrapper > div > img {
	width: 100%;
	height: auto;
}

/* GOOGLE MAPS */

.mapWrapper {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%; /* 16:9 */
	overflow: hidden;
	/*border: 1px solid #fff;*/
}

.jsNO .mapWrapper { display: none; }

.mapWrapper > iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	border: 0;
	/*pointer-events: none;*/
}

/* VIDEO 16:9 */

/* VIDEO */

.videoWrapper {
	position: relative;
	height: 0px;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0px;
	margin: 30px 0;
	overflow: hidden;
}

.jsNO .videoWrapper { display: none; }

.videoWrapper > iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	border: 0;
}

.videoWrapper > div.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.videoWrapper > div.overlay > div.pict {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 0;
	line-height: 0;
	z-index: 1;
}

.videoWrapper > div.overlay > div.pict > img {
	width: 100%;
}

.videoWrapper > div.overlay > div.cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 0;
	line-height: 0;
	background-color: #000;
	opacity: 0.333;
	z-index: 2;
}

.videoWrapper > div.overlay > div.text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 20px;
	z-index: 3;
}

.videoWrapper > div.overlay > div.text > p {
	max-width: 45ch;
	margin: 0 auto;
	margin-bottom: 40px;
	font-weight: 700;
}

.videoWrapper > div.overlay > div.text > p > button {
	margin: 0 5px;
	border: 2px solid #fff;
	padding: 5px 20px;
	color: #fff;
	background-color: #db002f;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-style: normal;
	text-transform: uppercase;
}

.videoWrapper > div.overlay > div.text > p > button:hover {
	color: #db002f;
	background-color: #fff;
	border-color: #db002f;
	cursor: pointer;
}

.videoWrapper > div.overlay > div.text > p a,
.videoWrapper > div.overlay > div.text > p a:link,
.videoWrapper > div.overlay > div.text > p a:visited {
	color: #fff !important;
}

/* ETC */

.fontColorRed { color: #db002f; }

.jsOK img.grayscale {
	-webkit-filter: grayscale(100%);
	        filter: grayscale(100%);
}

/* ==========================================================================
   HEADLINES
   ========================================================================== */

h1, h2, h3 {
	/*font-family: 'Barlow', sans-serif;*/
	font-weight: 300;
	font-size: 36px;
	line-height: 1em;
	text-transform: none;
	margin: 0 0 0.667em 0;
}

h2, h3 {
	font-weight: 500;
	font-size: 21px;
	line-height: 1.333em;
	margin-bottom: 1em;
}

h3 {
	font-size: 16px;
	line-height: 1.333em;
	margin-bottom: 5px;
}

h1 + h2, p + h2, ul + h2, ol + h2, p + h1, ul + h1, ol + h1 { margin-top: 40px !important; }
h1.displayNO + h2 { margin-top: 0 !important; }

/* ==========================================================================
   LINKS
   ========================================================================== */

a,
a:link,
a:visited { color: #737a7e; text-decoration: underline; }
a:hover,
a:active,
a:visited:hover,
a:visited:active { color: #db002f; text-decoration: none; }

footer a,
footer a:link,
footer a:visited {
	text-decoration: none;
}

/* ==========================================================================
   LISTS
   ========================================================================== */

ul, ol, dl {
	position: relative;
	margin: 0 0 1.5em 0;
}

ul {
	list-style-type: square;
	list-style-position: outside;
	margin-left: 21px;
}

ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 28px;
}

ul ul, ul ol, ol ol, ol ul { margin-bottom: 0; }

/* NO BULLETS */

ul.dotsNO {
	list-style-type: none;
	list-style-position: inside;
	margin-left: 0;
}

ul.dotsNO > li {
	padding-left: 0 !important;
	/*background: none !important;*/
}

/* GRAPHIC */

main > section > ul {
	list-style-type: none;
	list-style-position: inside;
	margin-left: 0;
}

main > section > ul > li {
	padding-left: 25px;
	background: transparent url('../images/main/bg-list-item.png') scroll no-repeat 0 2px;
	background-size: 16px 16px;
}

/* SOCIAL MEDIA */

footer > div#socialmediaLayer > ul {
	list-style-type: none;
	list-style-position: inside;
	margin-left: 0;
}

footer > div#socialmediaLayer > ul > li {
	display: inline-block;
	padding-right: 5px;
}

/* ==========================================================================
   NAVIGATION
   ========================================================================== */

/* LIST NAVIGATION VERTICAL */

nav.sub ul,
nav.main ul {
	position: absolute;
	display: block;
	left: 0;
	bottom: 0;
	width: 100%;
	height: auto;
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
	border-top: 1px solid #dcdedf;
}

nav.sub > ul > li,
nav.main > ul > li {
	display: block;
	width: 100%;
	height: auto;
}

nav.sub > ul > li > a,
nav.sub > ul > li > a:link,
nav.sub > ul > li > a:visited,
nav.main > ul > li > a,
nav.main > ul > li > a:link,
nav.main > ul > li > a:visited {
	display: block;
	width: 100%;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.25em;
	color: #b9bcbe;
	text-decoration: none;
	padding: 5px 0;
	border-bottom: 1px solid #dcdedf;
}

nav.sub > ul > li > a:hover,
nav.sub > ul > li > a:active,
nav.sub > ul > li > a:visited:hover,
nav.sub > ul > li > a:visited:active,
nav.main > ul > li > a:hover,
nav.main > ul > li > a:active,
nav.main > ul > li > a:visited:hover,
nav.main > ul > li > a:visited:active {
	color: #db002f !important;
}

nav.sub > ul > li.act > a,
nav.sub > ul > li.act > a:link,
nav.sub > ul > li.act > a:visited,
nav.sub > ul > li.act > a:hover,
nav.sub > ul > li.act > a:active,
nav.sub > ul > li.act > a:visited:hover,
nav.sub > ul > li.act > a:visited:active,
nav.main > ul > li.act > a,
nav.main > ul > li.act > a:link,
nav.main > ul > li.act > a:visited,
nav.main > ul > li.act > a:hover,
nav.main > ul > li.act > a:active,
nav.main > ul > li.act > a:visited:hover,
nav.main > ul > li.act > a:visited:active {
	color: #db002f !important;
}

header > nav.language > ul {
	position: relative;
	width: fit-content;
	list-style-type: none;
	list-style-position: inside;
	margin-left: 0;
}

header > nav.language > ul > li {
	position: relative;
	display: inline-block;
	vertical-align: top;
}

header > nav.language > ul > li > a,
header > nav.language > ul > li > a:link,
header > nav.language > ul > li > a:visited {
	display: block;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.25em;
	color: #fff;
	text-decoration: none;
	padding: 10px 5px;
}

header > nav.language > ul > li.act > a::after {
	content: '';
	position: absolute;
	left: 5px;
	bottom: 0;
	width: calc(100% - 2 * 5px);
	height: 2px;
	background-color: #fff;
}

/* ==========================================================================
   GENERAL
   ========================================================================== */

.jsNO .jsNO { display: block; }
.jsOK .jsNO { display: none; }

.jsNO .jsOK { display: none; }
.jsOK .jsOK { display: block; }

.clear { clear: both; display: block; height: 0; width: 0; overflow: hidden; }
.ghost, .displayNO { display: none !important; }
.wrapNO { white-space: nowrap; }
.fontNO, .fontSizeZero { font-size: 0; line-height: 0; }
.hyphen { hyphens: auto; word-wrap: break-word; }

hr {
	width: 100%;
	height: 0;
	margin: 40px auto;
	border: 0;
	border-top: 1px solid #dcdedf;
	opacity: 0.5;
}

div.distance,
div.space {
	position: relative;
	width: 100%;
	height: 25px;
	overflow: hidden;
	background-color: transparent;
}

.textAlignLeft { text-align: left !important; }
.textAlignCenter { text-align: center !important; }
.textAlignRight { text-align: right !important; }
.textAlignBlock { text-align: justify !important; }

.textCaseUpper { text-transform: uppercase !important; }
.textCaseLower { text-transform: lowercase !important; }

.alert { font-weight: 700; color: #c00; }

.paddingTopZero { padding-top: 0 !important; }
.paddingBottomZero { padding-bottom: 0 !important; }

.marginTopZero { margin-top: 0 !important; }
.marginTopSingle { margin-top: 1.5em !important; }
.marginTopDouble { margin-top: 3.0em !important; }
.marginBottomZero { margin-bottom: 0 !important; }
.marginBottomSingle { margin-bottom: 1.5em !important; }
.marginBottomDouble { margin-bottom: 3.0em !important; }

.width10p { width: 9.999% !important; }
.width15p { width: 14.999% !important; }
.width20p { width: 19.999% !important; }
.width25p { width: 24.999% !important; }
.width30p { width: 29.999% !important; }
.width33p { width: 33.333% !important; }
.width35p { width: 34.999% !important; }
.width38p { width: 37.999% !important; }
.width40p { width: 39.999% !important; }
.width45p { width: 44.999% !important; }
.width50p { width: 49.999% !important; }
.width55p { width: 54.999% !important; }
.width60p { width: 59.999% !important; }
.width65p { width: 55.999% !important; }
.width66p { width: 66.666% !important; }
.width70p { width: 69.999% !important; }
.width75p { width: 74.999% !important; }
.width80p { width: 79.999% !important; }
.width85p { width: 84.999% !important; }
.width90p { width: 89.999% !important; }

p, .p { margin: 0 0 1.5em 0; }
p.pict { font-size: 0; line-height: 0; margin: 0; padding: 0; }
p.pict { margin-bottom: 20px; }

p:last-child,
ul:last-child,
ol:last-child {
	margin-bottom: 0;
}

table {
	position: relative;
	width: 100%;
	border-width: 0;
	margin: 0 0 1.333em 0;
	border-collapse: collapse;
	empty-cells: hide;
}
th, td { background-color: transparent; vertical-align: top; }
/*table p, table ul, table ol { margin-bottom: 0; }*/

figure { display: block; width: 100%; margin: 0; font-size: 0; line-height: 0; }
figure > figcaption { display: block; width: 100%; margin: 0; }
img { border: 0; height: auto; max-width: 100%; }

strong, b { font-weight: 500; letter-spacing: 0.025em; }
em, i { font-style: italic; }

pre, code { font-family: "Courier New", Courier, monospace; }
address { font-style: normal; margin: 0 0 1.5em 0; }
acronym, abbr { letter-spacing: 0.07em; border-bottom: 1px dashed #000; cursor: help; }
blockquote, cite { margin: 0 0 1.5em 1.5em; width: auto; }

sup, sub {
	font-size: 75%;
	position: relative;
	height: 0;
	line-height: 1;
	vertical-align: baseline;
}
sup { bottom: 1ex; }
sub { top: .5ex; }

iframe { margin-bottom: 1.5em; border: 0; }

/* ==========================================================================
   SUBCOLUMNS
   ========================================================================== */

div.subcolumns {
	position: relative;
	left: -25px;
	width: calc(100% + 20px);
	height: auto;
	margin-bottom: 1.5em;
}

div.subcolumns > div.col {
	position: relative;
	margin-left: 20px;
}

div.subcolumns > div.col > img { margin-top: 7px; }

div.subcolumns > div.col.left { float: left; }
div.subcolumns > div.col.right { float: right; }

div.subcolumns > div.col.c1 { width: calc(100% / 12 * 1 - 20px); }
div.subcolumns > div.col.c2 { width: calc(100% / 12 * 2 - 20px); }
div.subcolumns > div.col.c3 { width: calc(100% / 12 * 3 - 20px); }
div.subcolumns > div.col.c4 { width: calc(100% / 12 * 4 - 20px); }
div.subcolumns > div.col.c5 { width: calc(100% / 12 * 5 - 20px); }
div.subcolumns > div.col.c6 { width: calc(100% / 12 * 6 - 20px); }
div.subcolumns > div.col.c7 { width: calc(100% / 12 * 7 - 20px); }
div.subcolumns > div.col.c8 { width: calc(100% / 12 * 8 - 20px); }
div.subcolumns > div.col.c9 { width: calc(100% / 12 * 9 - 20px); }
div.subcolumns > div.col.c10 { width: calc(100% / 12 * 10 - 20px); }
div.subcolumns > div.col.c11 { width: calc(100% / 12 * 11 - 20px); }
div.subcolumns > div.col.c12 { width: calc(100% / 12 * 12 - 20px); }

/*****************************************************************************/
}

@media screen and (max-height: 739px),
@media screen and (max-width: 1279px) {
/*****************************************************************************/

footer {
	width: 280px;
	height: 280px;
}

/*****************************************************************************/
}

@media screen and (max-height: 579px) {
/*****************************************************************************/

header > div#logoLayer { height: 100%; }
header > div#pictureLayer { display: none; }
header > div#videoLayer { display: hidden; }

/*****************************************************************************/
}

@media screen and (max-width: 1379px) {
/*****************************************************************************/

/* HEADER */

header > div#navigationWrapper {
	left: calc(100% + 20px + 40px);
	width: calc(100% - 40px * 2);
}

nav.sub > ul > li > a > span,
nav.main > ul > li > a > span {
	display: none;
}

/* FOOTER */

footer {
	width: 280px;
	height: 280px;
}

/*****************************************************************************/
}

@media screen and (max-width: 1179px) {
/*****************************************************************************/

/* HEADER */

header > div#navigationWrapper {
	left: calc(100% + 20px + 30px);
	width: calc(100% - 30px * 2);
}

/* MAIN */

main { padding: 220px 30px 40px 30px; }
main > section { max-width: none; }

/* FOOTER */

footer {
	bottom: 0;
	right: calc(50% + 10px + 30px - 1px);
	width: calc(50% - 10px - 30px * 2);
	height: auto;
	background-image: none;
}

footer > div#addressLayer {
	bottom: 30px;
	color: #fff;
}

footer a,
footer a:link,
footer a:visited {
	color: #fff;
}

footer > div#socialmediaLayer {
	left: 0;
	bottom: 30px;
}

/*****************************************************************************/
}

@media screen and (max-width: 1023px) {
/*****************************************************************************/

/* HEADER */
header > div#navigationWrapper { height: 198px; }

/* MAIN */
main { padding-top: 208px; }

/* PICTS */
div.pictsWrapper > div { width: calc(100% - 20px); }

/* FONT SIZES */
nav.sub > ul > li > a,
nav.sub > ul > li > a:link,
nav.sub > ul > li > a:visited,
nav.main > ul > li > a,
nav.main > ul > li > a:link,
nav.main > ul > li > a:visited {
	font-size: 12px;
	line-height: 1.25em;
}
main > section { font-size: 14px; line-height: 1.5em; }
h1 { font-size: 32px; line-height: 1em; }

/*****************************************************************************/
}

@media screen and (max-width: 899px) {
/*****************************************************************************/

body { text-align: center; }

/* HEADER */

header {
	position: relative;
	width: 100%;
	/*max-width: 660px;*/
	max-width: 670px;
	height: auto;
	margin: 0 auto;
	margin-top: 20px;
}

header > div#logoLayer {
	position: relative;
	bottom: auto;
	top: 0;
	width: 100%;
	height: auto;
	padding-bottom: 22px;
	text-align: left;
}

header > div#navigationWrapper {
	position: relative;
	left: 0;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 30px 0;
	text-align: left;
}

.jsOK header > div#navigationWrapper { display: none; }
.navMobileOK header > div#navigationWrapper { display: block; }

header > div#navigationWrapper > nav.main,
header > div#navigationWrapper > nav.sub {
	position: relative;
	bottom: auto;
	top: 0;
	height: auto;
}

header > div#navigationWrapper > nav.main { display: inline-block; left: 0; /*float: left;*/ }
header > div#navigationWrapper > nav.sub { right: auto; left: 0; margin-left: 20px; /*float: right;*/ }
header > div#navigationWrapper > nav.sub.act { display: inline-block; }

nav.sub ul,
nav.main ul {
	position: relative;
	bottom: auto;
	top: 0;
}

nav.sub > ul > li > a,
nav.sub > ul > li > a:link,
nav.sub > ul > li > a:visited,
nav.main > ul > li > a,
nav.main > ul > li > a:link,
nav.main > ul > li > a:visited {
	font-size: 14px;
	line-height: 1.25em;
	padding-left: 30px;
}

header > nav.language {
	position: absolute;
	right: 5px;
	top: 80px;
}

header > div#pictureLayer {
	position: relative;
	display: block;
	width: 100%;
	height: 0;
	margin-top: 1px;
	padding-bottom: 50%;
}

header > div#videoLayer {
	position: relative;
	width: 100%;
	height: auto;
}

header > div#videoLayer > video {
	position: relative;
	width: 100%;
	height: auto;
}

header > nav.button { display: block; }

/* MAIN */

main {
	position: relative;
	left: 0;
	width: 100%;
	/*max-width: 660px;*/
	max-width: 670px;
	min-height: 0;
	padding: 0 30px 30px 30px;
	margin: 0 auto;
	margin-top: 20px;
}

main > section {
	max-width: none;
	font-size: 16px;
	line-height: 1.5em;
}

/* FOOTER */

footer {
	position: relative;
	right: auto;
	left: 0;
	bottom: auto;
	top: 0;
	width: 100%;
	/*max-width: 660px;*/
	max-width: 670px;
	height: auto;
	margin: 0 auto;
	margin-top: 20px;
	padding: 30px;
	background-image: none;
	background-color: #db002f;
}

footer > div#addressLayer {
	position: relative;
	right: auto;
	left: 0;
	bottom: auto;
	top: 0;
	margin-bottom: 30px;
	text-align: center;
}

footer > div#socialmediaLayer {
	position: relative;
	left: 0;
	bottom: auto;
	top: 0;
	width: 100%;
	height: auto;
}

/* PICTS */
div.pictsWrapper > div { width: calc(50% - 20px); }

/*****************************************************************************/
}

@media screen and (max-width: 524px) {
/*****************************************************************************/

header > nav.button {
	top: 10px;
	width: 33px;
	height: 26px;
}

header > nav.language {
	right: 70px;
	top: 7px;
}

header > nav.language > ul > li > a,
header > nav.language > ul > li > a:link,
header > nav.language > ul > li > a:visited {
	padding: 5px 5px;
}

/*****************************************************************************/
}

@media screen and (max-width: 499px) {
/*****************************************************************************/

/* CONTACTS */
div.contactsWrapper > div > div { display: block; }
div.contactsWrapper > div > div.pict {
	width: 100%;
	max-width: 250px;
	margin-bottom: 10px;
}
div.contactsWrapper > div > div.text {
	width: 100%;
	margin-left: 0;
}

/* PICTS */
div.pictsWrapper > div { width: calc(100% - 20px); }

/* FONT SIZES */
nav.sub > ul > li > a,
nav.sub > ul > li > a:link,
nav.sub > ul > li > a:visited,
nav.main > ul > li > a,
nav.main > ul > li > a:link,
nav.main > ul > li > a:visited {
	font-size: 12px;
	line-height: 1.25em;
}
main > section { font-size: 14px; line-height: 1.5em; }
h1 { font-size: 32px; line-height: 1em; }

/*****************************************************************************/
}

@media screen and (max-width: 769px) {
/*****************************************************************************/

section.tool { display: none !important; }
nav.sub > ul > li.tool { display: none !important; }

/*****************************************************************************/
}

/*
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 100;
	src: local(''),
			 url('../_fonts/roboto-v30-latin-100.woff2') format('woff2'),
			 url('../_fonts/roboto-v30-latin-100.woff') format('woff');
}
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 100;
	src: local(''),
			 url('../_fonts/roboto-v30-latin-100italic.woff2') format('woff2'),
			 url('../_fonts/roboto-v30-latin-100italic.woff') format('woff');
}
*/
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	src: local(''),
			 url('../_fonts/roboto-v30-latin-300.woff2') format('woff2'),
			 url('../_fonts/roboto-v30-latin-300.woff') format('woff');
}
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 300;
	src: local(''),
			 url('../_fonts/roboto-v30-latin-300italic.woff2') format('woff2'),
			 url('../_fonts/roboto-v30-latin-300italic.woff') format('woff');
}
/*
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: local(''),
			 url('../_fonts/roboto-v30-latin-regular.woff2') format('woff2'),
			 url('../_fonts/roboto-v30-latin-regular.woff') format('woff');
}
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 400;
	src: local(''),
			 url('../_fonts/roboto-v30-latin-italic.woff2') format('woff2'),
			 url('../_fonts/roboto-v30-latin-italic.woff') format('woff');
}
*/
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	src: local(''),
			 url('../_fonts/roboto-v30-latin-500.woff2') format('woff2'),
			 url('../_fonts/roboto-v30-latin-500.woff') format('woff');
}
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 500;
	src: local(''),
			 url('../_fonts/roboto-v30-latin-500italic.woff2') format('woff2'),
			 url('../_fonts/roboto-v30-latin-500italic.woff') format('woff');
}
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	src: local(''),
			 url('../_fonts/roboto-v30-latin-700.woff2') format('woff2'),
			 url('../_fonts/roboto-v30-latin-700.woff') format('woff');
}
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 700;
	src: local(''),
			 url('../_fonts/roboto-v30-latin-700italic.woff2') format('woff2'),
			 url('../_fonts/roboto-v30-latin-700italic.woff') format('woff');
}
/*
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 900;
	src: local(''),
			 url('../_fonts/roboto-v30-latin-900.woff2') format('woff2'),
			 url('../_fonts/roboto-v30-latin-900.woff') format('woff');
}
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 900;
	src: local(''),
			 url('../_fonts/roboto-v30-latin-900italic.woff2') format('woff2'),
			 url('../_fonts/roboto-v30-latin-900italic.woff') format('woff');
}
*/
@media print {
/*****************************************************************************/

body > * { display: none; }

/*****************************************************************************/
}

