

@import url('https://fonts.googleapis.com/css?family=Oswald&display=swap');

/*
	Strata by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

html, body, div, span, applet, object,
iframe, h0, h1, xsmall, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, header-map, hgroup, menu, filter, nav, output, ruby,
section, summary, time, mark, audio, 
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;}

article, aside, details, figcaption, figure,
footer, header, header-map, hgroup, menu, filter, nav, section {
	display: block;}

body {
	line-height: 0;
	cursor: url(mouse.png), pointer;
-webkit-user-select: none;
}


ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

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

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

body {
	-webkit-text-size-adjust: none;
}

mark {
	background-color: transparent;
	color: inherit;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input, select, textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

/* Basic */

	html {
		box-sizing: border-box;
	}

	@-ms-viewport {
		width: device-width;
	}

	*, *:before, *:after {
		box-sizing: inherit;
	}

	body {
		-ms-overflow-style: scrollbar;
		background: #fafafa;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

	}

		body.is-preload *, body.is-preload *:before, body.is-preload *:after {
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
		}

	body, input, select, textarea {
		color: #000;
		font-family: 'Oswald', sans-serif; 
		font-size: 10pt;
		line-height: 1.35em;
		letter-spacing: 0px;
	}
		@media screen and (max-width: 980px) {
	body, input, select, textarea {
		font-size: 8.5pt;

		line-height: 1em;
	}
}

	a {
		-moz-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
		-webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
		-ms-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
		transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
		border-bottom:  0px;
		color: #000;
		text-decoration: none;

	cursor: url(mouse_klick.png), pointer;
	}

		a:hover {
			border-bottom-color: transparent;
			color: bLACK !important;
			text-decoration: underline;

		}

	strong, b {
		font-weight: 900;
	}

	em, i {
		font-style: italic;
	}

	p {
		margin: 0 0 0.3em 0;
	}

	h0, h1, h3, h4, h5, h6 {
		color: #000000;
		font-weight: 300;
		line-height: 0.3em;
		margin: 0 0 0.4em 0;
	}

		h0 a, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {

			text-decoration: none;
		}

	h1 {
		font-size: 1.5em;
		line-height: 1.5em;
	}

	h0 {
		font-size: 0.9em;
		margin: 0 0 0.3em 0;
		line-height: 0.3em;
	}

	h2 {
		font-size: 13pt;
		line-height: 3vh;
		color: #000;
		font-weight: 600;
		margin: 0 0 0 0;

	}

	h3 {
		font-size: 13pt;
		line-height:2.5em;
		font-weight: 600;
	}

	h4 {
		font-size: 1.1em;
		line-height: 1.5em;
	}

	h5 {
		font-size: 0.8vw;
		line-height: 1.4em;
		margin: 0 0 100px 0;
	}


	h6 {
		font-size: 0.7em;
		line-height: 1.5em;
	}

	sub {
		font-size: 0.8em;
		position: relative;
		top: 0.5em;
	}

	sup {
		font-size: 0.8em;
		position: relative;
		top: -0.5em;
	}

	hr {
		border: 0;
		border-bottom: solid 1px #efefef;
		margin: 0;
	}

		hr.major {
			margin: 0em 0;
		}


	pre {
		-webkit-overflow-scrolling: touch;
		font-family: 'Oswald', sans-serif;
		font-size: 0.9em;
		margin: 0 0 2em 0;
	}

		pre code {
			display: block;
			line-height: 1.75em;
			padding: 1em 1.5em;
			overflow-x: auto;
		}

	.align-left {
		text-align: left;
	}

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

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

	.underline_a {
	text-decoration: underline;
	}
	.underline_a:hover {
	text-decoration: none;
	}


/* Container */

	.container {
		margin: 0 auto;
		max-width: 100%;
		width: 100%;
	}

		.container.xsmall {
			width: 25%;
		}

		.container.small {
			width: 33.33333%;
		}


		.container.medium {
			width: 75%;
		}

		.container.large {
			width: 125%;
		}

		.container.xlarge {
			width: 150%;
		}

		.container.max {
			width: 100%;
		}

		@media screen and (max-width: 980px) {

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

		}

		@media screen and (max-width: 480px) {

			.container {
				max-width:100%;
			}

		}

/* Row */

	.row {
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
		align-items: stretch;
	}

		.row > * {
			box-sizing: border-box;
		}

		.row.gtr-uniform > * > :last-child {
			margin-bottom: 0;
		}

		.row.aln-left {
			justify-content: flex-start;
		}

		.row.aln-center {
			justify-content: center;
		}

		.row.aln-right {
			justify-content: flex-end;
		}

		.row.aln-top {
			align-items: flex-start;
		}

		.row.aln-middle {
			align-items: center;
		}

		.row.aln-bottom {
			align-items: flex-end;
		}

		.row > .imp {
			order: -1;
		}

		.row > .col-1 {
			width: 8.3333333333%;
		}

		.row > .off-1 {
			margin-left: 8.3333333333%;
		}

		.row > .col-2 {
			width: 16.6666666667%;
		}

		.row > .off-2 {
			margin-left: 16.6666666667%;
		}

		.row > .col-3 {
			width: 25%;
		}

		.row > .off-3 {
			margin-left: 25%;
		}

		.row > .col-4 {
			width: 33.3333333333%;
		}

		.row > .off-4 {
			margin-left: 33.3333333333%;
		}

		.row > .col-5 {
			width: 41.6666666667%;
		}

		.row > .off-5 {
			margin-left: 41.6666666667%;
		}

		.row > .col-6 {
			width:  100%;
		}

		.row > .off-6 {
			margin-left:  100%;
		}

		.row > .col-7 {
			width: 58.3333333333%;
		}

		.row > .off-7 {
			margin-left: 58.3333333333%;
		}

		.row > .col-8 {
			width: 66.6666666667%;
		}

		.row > .off-8 {
			margin-left: 66.6666666667%;
		}

		.row > .col-9 {
			width: 75%;
		}

		.row > .off-9 {
			margin-left: 75%;
		}

		.row > .col-10 {
			width: 83.3333333333%;
		}

		.row > .off-10 {
			margin-left: 83.3333333333%;
		}

		.row > .col-11 {
			width: 91.6666666667%;
		}

		.row > .off-11 {
			margin-left: 91.6666666667%;
		}

		.row > .col-12 {
			width: 100%;
		}

		.row > .off-12 {
			margin-left: 100%;
		}

		.row.gtr-0 {
			margin-top: 0;
			margin-left: 0em;
		}

			.row.gtr-0 > * {
				padding: 0 0 0 0em;
			}

			.row.gtr-0.gtr-uniform {
				margin-top: 0em;
			}

				.row.gtr-0.gtr-uniform > * {
					padding-top: 0em;
				}

		.row.gtr-25 {
			margin-top: 0;
			margin-left: 0em;
		}

			.row.gtr-25 > * {
				padding: 0 0 0 0em;
			}

			.row.gtr-25.gtr-uniform {
				margin-top: -0.625em;
			}

				.row.gtr-25.gtr-uniform > * {
					padding-top: 0.625em;
				}

		.row.gtr-50 {
			margin-top: 0;
			margin-left: 0em;
		}

			.row.gtr-50 > * {
				padding: 0 0 0 0em;
			}

			.row.gtr-50.gtr-uniform {
				margin-top: -1.25em;
			}

				.row.gtr-50.gtr-uniform > * {
					padding-top: 1.25em;
				}

		.row {
			margin-top: 0;
			margin-left: 0em;
		}

			.row > * {
				padding: 0 0 0 0em;
			}

			.row.gtr-uniform {
				margin-top: -2.5em;
			}

				.row.gtr-uniform > * {
					padding-top: 2.5em;
				}

		.row.gtr-150 {
			margin-top: 0;
			margin-left: 0em;
		}

			.row.gtr-150 > * {
				padding: 0 0 0 0em;
			}

			.row.gtr-150.gtr-uniform {
				margin-top: -3.75em;
			}

				.row.gtr-150.gtr-uniform > * {
					padding-top: 3.75em;
				}

		.row.gtr-200 {
			margin-top: 0;
			margin-left: 0em;
		}

			.row.gtr-200 > * {
				padding: 0 0 0 0em;
			}

			.row.gtr-200.gtr-uniform {
				margin-top: -5em;
			}

				.row.gtr-200.gtr-uniform > * {
					padding-top: 5em;
				}

.poster {
  width: 60vw;
}
.descr {
  margin-left: 60vw;
  vertical-align: middle;
}

.poster:hover .descr {
  width: 60vw;
  position: fixed;
}



		@media screen and (max-width: 1800px) {
.poster {
  width: 50%;
}
.descr {
  margin-left: 50%;
  vertical-align: middle;
}

.poster:hover .descr {
  width: 50%;
  position: fixed;
}
			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-xlarge {
					order: -1;
				}

				.row > .col-1-xlarge {
					width: 8.3333333333%;
				}

				.row > .off-1-xlarge {
					margin-left: 8.3333333333%;
				}

				.row > .col-2-xlarge {
					width: 16.6666666667%;
				}

				.row > .off-2-xlarge {
					margin-left: 16.6666666667%;
				}

				.row > .col-3-xlarge {
					width: 25%;
				}

				.row > .off-3-xlarge {
					margin-left: 25%;
				}

				.row > .col-4-xlarge {
					width: 33.3333333333%;
				}

				.row > .off-4-xlarge {
					margin-left: 33.3333333333%;
				}

				.row > .col-5-xlarge {
					width: 41.6666666667%;
				}

				.row > .off-5-xlarge {
					margin-left: 41.6666666667%;
				}

				.row > .col-6-xlarge {
					width:  100%;
				}

				.row > .off-6-xlarge {
					margin-left:  100%;
				}

				.row > .col-7-xlarge {
					width: 58.3333333333%;
				}

				.row > .off-7-xlarge {
					margin-left: 58.3333333333%;
				}

				.row > .col-8-xlarge {
					width: 66.6666666667%;
				}

				.row > .off-8-xlarge {
					margin-left: 66.6666666667%;
				}

				.row > .col-9-xlarge {
					width: 75%;
				}

				.row > .off-9-xlarge {
					margin-left: 75%;
				}

				.row > .col-10-xlarge {
					width: 83.3333333333%;
				}

				.row > .off-10-xlarge {
					margin-left: 83.3333333333%;
				}

				.row > .col-11-xlarge {
					width: 91.6666666667%;
				}

				.row > .off-11-xlarge {
					margin-left: 91.6666666667%;
				}

				.row > .col-12-xlarge {
					width: 100%;
				}

				.row > .off-12-xlarge {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0;
					margin-left: 0em;
				}

					.row.gtr-0 > * {
						padding: 0 0 0 0em;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0em;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0em;
						}

				.row.gtr-25 {
					margin-top: 0;
					margin-left: 0em;
				}

					.row.gtr-25 > * {
						padding: 0 0 0 0em;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -0.625em;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 0.625em;
						}

				.row.gtr-50 {
					margin-top: 0;
					margin-left: 0em;
				}

					.row.gtr-50 > * {
						padding: 0 0 0 0em;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -1.25em;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 1.25em;
						}

				.row {
					margin-top: 0;
					margin-left: 0em;
				}

					.row > * {
						padding: 0 0 0 0em;
					}

					.row.gtr-uniform {
						margin-top: -2.5em;
					}

						.row.gtr-uniform > * {
							padding-top: 2.5em;
						}

				.row.gtr-150 {
					margin-top: 0;
					margin-left: 0em;
				}

					.row.gtr-150 > * {
						padding: 0 0 0 0em;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -3.75em;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 3.75em;
						}

				.row.gtr-200 {
					margin-top: 0;
					margin-left: 0em;
				}

					.row.gtr-200 > * {
						padding: 0 0 0 0em;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -5em;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 5em;
						}

		}

		@media screen and (max-width: 1280px) {
.poster {
  width: 50%;
}
.descr {
  margin-left: 50%;
  vertical-align: middle;
}

.poster:hover .descr {
  width: 50%;
  position: fixed;
}
			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-large {
					order: -1;
				}

				.row > .col-1-large {
					width: 8.3333333333%;
				}

				.row > .off-1-large {
					margin-left: 8.3333333333%;
				}

				.row > .col-2-large {
					width: 16.6666666667%;
				}

				.row > .off-2-large {
					margin-left: 16.6666666667%;
				}

				.row > .col-3-large {
					width: 25%;
				}

				.row > .off-3-large {
					margin-left: 25%;
				}

				.row > .col-4-large {
					width: 33.3333333333%;
				}

				.row > .off-4-large {
					margin-left: 33.3333333333%;
				}

				.row > .col-5-large {
					width: 41.6666666667%;
				}

				.row > .off-5-large {
					margin-left: 41.6666666667%;
				}

				.row > .col-6-large {
					width:  100%;
				}

				.row > .off-6-large {
					margin-left:  100%;
				}

				.row > .col-7-large {
					width: 58.3333333333%;
				}

				.row > .off-7-large {
					margin-left: 58.3333333333%;
				}

				.row > .col-8-large {
					width: 66.6666666667%;
				}

				.row > .off-8-large {
					margin-left: 66.6666666667%;
				}

				.row > .col-9-large {
					width: 75%;
				}

				.row > .off-9-large {
					margin-left: 75%;
				}

				.row > .col-10-large {
					width: 83.3333333333%;
				}

				.row > .off-10-large {
					margin-left: 83.3333333333%;
				}

				.row > .col-11-large {
					width: 91.6666666667%;
				}

				.row > .off-11-large {
					margin-left: 91.6666666667%;
				}

				.row > .col-12-large {
					width: 100%;
				}

				.row > .off-12-large {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0;
					margin-left: 0em;
				}

					.row.gtr-0 > * {
						padding: 0 0 0 0em;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0em;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0em;
						}

				.row.gtr-25 {
					margin-top: 0;
					margin-left: 0em;
				}

					.row.gtr-25 > * {
						padding: 0 0 0 0em;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -0.5em;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 0.5em;
						}

				.row.gtr-50 {
					margin-top: 0;
					margin-left: 0em;
				}

					.row.gtr-50 > * {
						padding: 0 0 0 0em;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -1em;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 1em;
						}

				.row {
					margin-top: 0;
					margin-left: 0em;
				}

					.row > * {
						padding: 0 0 0 0em;
					}

					.row.gtr-uniform {
						margin-top: -2em;
					}

						.row.gtr-uniform > * {
							padding-top: 2em;
						}

				.row.gtr-150 {
					margin-top: 0;
					margin-left: 0em;
				}

					.row.gtr-150 > * {
						padding: 0 0 0 0em;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -3em;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 3em;
						}

				.row.gtr-200 {
					margin-top: 0;
					margin-left: 0em;
				}

					.row.gtr-200 > * {
						padding: 0 0 0 0em;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -4em;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 4em;
						}

		}

		@media screen and (max-width: 980px) {
.poster {
  width: 100%;
}
.descr {
  margin-left: 0px;
}

.poster:hover .descr {
  width: 100%;
  position: absolute;
}
			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-medium {
					order: -1;
				}

				.row > .col-1-medium {
					width: 8.3333333333%;
				}

				.row > .off-1-medium {
					margin-left: 8.3333333333%;
				}

				.row > .col-2-medium {
					width: 16.6666666667%;
				}

				.row > .off-2-medium {
					margin-left: 16.6666666667%;
				}

				.row > .col-3-medium {
					width: 25%;
				}

				.row > .off-3-medium {
					margin-left: 25%;
				}

				.row > .col-4-medium {
					width: 33.3333333333%;
				}

				.row > .off-4-medium {
					margin-left: 33.3333333333%;
				}

				.row > .col-5-medium {
					width: 41.6666666667%;
				}

				.row > .off-5-medium {
					margin-left: 41.6666666667%;
				}

				.row > .col-6-medium {
					width:  100%;
				}

				.row > .off-6-medium {
					margin-left: 100%;
				}

				.row > .col-7-medium {
					width: 58.3333333333%;
				}

				.row > .off-7-medium {
					margin-left: 58.3333333333%;
				}

				.row > .col-8-medium {
					width: 66.6666666667%;
				}

				.row > .off-8-medium {
					margin-left: 66.6666666667%;
				}

				.row > .col-9-medium {
					width: 75%;
				}

				.row > .off-9-medium {
					margin-left: 75%;
				}

				.row > .col-10-medium {
					width: 83.3333333333%;
				}

				.row > .off-10-medium {
					margin-left: 83.3333333333%;
				}

				.row > .col-11-medium {
					width: 91.6666666667%;
				}

				.row > .off-11-medium {
					margin-left: 91.6666666667%;
				}

				.row > .col-12-medium {
					width: 100%;
				}

				.row > .off-12-medium {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0;
					margin-left: 0em;
				}

					.row.gtr-0 > * {
						padding: 0 0 0 0em;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0em;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0em;
						}

				.row.gtr-25 {
					margin-top: 0;
					margin-left: -0.5em;
				}

					.row.gtr-25 > * {
						padding: 0 0 0 0.5em;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -0.5em;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 0.5em;
						}

				.row.gtr-50 {
					margin-top: 0;
					margin-left: 0em;
				}

					.row.gtr-50 > * {
						padding: 0 0 0 0em;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -1em;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 1em;
						}

				.row {
					margin-top: 0;
					margin-left: 0em;
				}

					.row > * {
						padding: 0 0 0 0em;
					}

					.row.gtr-uniform {
						margin-top: -2em;
					}

						.row.gtr-uniform > * {
							padding-top: 2em;
						}

				.row.gtr-150 {
					margin-top: 0;
					margin-left: 0em;
				}

					.row.gtr-150 > * {
						padding: 0 0 0 0em;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -3em;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 3em;
						}

				.row.gtr-200 {
					margin-top: 0;
					margin-left: 0em;
				}

					.row.gtr-200 > * {
						padding: 0 0 0 0em;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -4em;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 4em;
						}

		}

		@media screen and (max-width: 736px) {
.poster {
  width: 100%;
}
.descr {
  margin-left: 0px;
}

.poster:hover .descr {
  width: 100%;
  position: absolute;
}
			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-small {
					order: -1;
				}

				.row > .col-1-small {
					width: 8.3333333333%;
				}

				.row > .off-1-small {
					margin-left: 8.3333333333%;
				}

				.row > .col-2-small {
					width: 16.6666666667%;
				}

				.row > .off-2-small {
					margin-left: 16.6666666667%;
				}

				.row > .col-3-small {
					width: 25%;
				}

				.row > .off-3-small {
					margin-left: 25%;
				}

				.row > .col-4-small {
					width: 33.3333333333%;
				}

				.row > .off-4-small {
					margin-left: 33.3333333333%;
				}

				.row > .col-5-small {
					width: 41.6666666667%;
				}

				.row > .off-5-small {
					margin-left: 41.6666666667%;
				}

				.row > .col-6-small {
					width:  100%;
				}

				.row > .off-6-small {
					margin-left:  100%;
				}

				.row > .col-7-small {
					width: 58.3333333333%;
				}

				.row > .off-7-small {
					margin-left: 58.3333333333%;
				}

				.row > .col-8-small {
					width: 66.6666666667%;
				}

				.row > .off-8-small {
					margin-left: 66.6666666667%;
				}

				.row > .col-9-small {
					width: 75%;
				}

				.row > .off-9-small {
					margin-left: 75%;
				}

				.row > .col-10-small {
					width: 83.3333333333%;
				}

				.row > .off-10-small {
					margin-left: 83.3333333333%;
				}

				.row > .col-11-small {
					width: 91.6666666667%;
				}

				.row > .off-11-small {
					margin-left: 91.6666666667%;
				}

				.row > .col-12-small {
					width: 100%;
				}

				.row > .off-12-small {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0;
					margin-left: 0em;
				}

					.row.gtr-0 > * {
						padding: 0 0 0 0em;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0em;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0em;
						}

				.row.gtr-25 {
					margin-top: 0;
					margin-left: 0em;
				}

					.row.gtr-25 > * {
						padding: 0 0 0 0em;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -0.375em;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 0.375em;
						}

				.row.gtr-50 {
					margin-top: 0;
					margin-left: 0em;
				}

					.row.gtr-50 > * {
						padding: 0 0 0 0em;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -0.75em;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 0.75em;
						}

				.row {
					margin-top: 0;
					margin-left: 0em;
				}

					.row > * {
						padding: 0 0 0 0em;
					}

					.row.gtr-uniform {
						margin-top: -1.5em;
					}

						.row.gtr-uniform > * {
							padding-top: 1.5em;
						}

				.row.gtr-150 {
					margin-top: 0;
					margin-left: 0em;
				}

					.row.gtr-150 > * {
						padding: 0 0 0 0em;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -2.25em;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 2.25em;
						}

				.row.gtr-200 {
					margin-top: 0;
					margin-left: 0em;
				}

					.row.gtr-200 > * {
						padding: 0 0 0 0em;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -3em;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 3em;
						}

		}

		@media screen and (max-width: 480px) {
.poster {
  width: 100%;
}
.descr {
  margin-left: 0px;
}

.poster:hover .descr {
  width: 100%;
  position: absolute;
}
			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-xsmall {
					order: -1;
				}

				.row > .col-1-xsmall {
					width: 8.3333333333%;
				}

				.row > .off-1-xsmall {
					margin-left: 8.3333333333%;
				}

				.row > .col-2-xsmall {
					width: 16.6666666667%;
				}

				.row > .off-2-xsmall {
					margin-left: 16.6666666667%;
				}

				.row > .col-3-xsmall {
					width: 25%;
				}

				.row > .off-3-xsmall {
					margin-left: 25%;
				}

				.row > .col-4-xsmall {
					width: 33.3333333333%;
				}

				.row > .off-4-xsmall {
					margin-left: 33.3333333333%;
				}

				.row > .col-5-xsmall {
					width: 41.6666666667%;
				}

				.row > .off-5-xsmall {
					margin-left: 41.6666666667%;
				}

				.row > .col-6-xsmall {
					width: 100%;
				}

				.row > .off-6-xsmall {
					margin-left: 100%;
				}

				.row > .col-7-xsmall {
					width: 58.3333333333%;
				}

				.row > .off-7-xsmall {
					margin-left: 58.3333333333%;
				}

				.row > .col-8-xsmall {
					width: 66.6666666667%;
				}

				.row > .off-8-xsmall {
					margin-left: 66.6666666667%;
				}

				.row > .col-9-xsmall {
					width: 75%;
				}

				.row > .off-9-xsmall {
					margin-left: 75%;
				}

				.row > .col-10-xsmall {
					width: 83.3333333333%;
				}

				.row > .off-10-xsmall {
					margin-left: 83.3333333333%;
				}

				.row > .col-11-xsmall {
					width: 91.6666666667%;
				}

				.row > .off-11-xsmall {
					margin-left: 91.6666666667%;
				}

				.row > .col-12-xsmall {
					width: 100%;
				}

				.row > .off-12-xsmall {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0;
					margin-left: 0em;
				}

					.row.gtr-0 > * {
						padding: 0 0 0 0em;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0em;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0em;
						}

				.row.gtr-25 {
					margin-top: 0;
					margin-left: 0em;
				}

					.row.gtr-25 > * {
						padding: 0 0 0 0em;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -0.375em;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 0.375em;
						}

				.row.gtr-50 {
					margin-top: 0;
					margin-left: 0em;
				}

					.row.gtr-50 > * {
						padding: 0 0 0 0em;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: 0em;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 0em;
						}

				.row {
					margin-top: 0;
					margin-left: 0em;
				}

					.row > * {
						padding: 0 0 0 0em;
					}

					.row.gtr-uniform {
						margin-top: 0em;
					}

						.row.gtr-uniform > * {
							padding-top: 0em;
						}

				.row.gtr-150 {
					margin-top: 0;
					margin-left: 0em;
				}

					.row.gtr-150 > * {
						padding: 0 0 0 0em;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -2.25em;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 2.25em;
						}

				.row.gtr-200 {
					margin-top: 0;
					margin-left: 0em;
				}

					.row.gtr-200 > * {
						padding: 0 0 0 0em;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -3em;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 3em;
						}

		}




/* Image */

	.image {
		  -webkit-transition: all 0.3s ease;;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
opacity:1;

filter:alpha(opacity=30); 
		display: inline-block;
		position: relative;
	}




			.image.thumb:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;

opacity:0.6;
filter:alpha(opacity=100);
			}


		.image img {
			border-radius: 0em;
			display: block;

cursor: url(http://tlp-ed.ru/img/mouse_klick.png), pointer;
		}

		.image.left {
			float: left;
			margin: 0 1.5em 1em 0;
			top: 0.25em;
		}

		.image.right {
			float: right;
			margin: 0 0 1em 1.5em;
			top: 0.25em;
		}

		.image.left, .image.right {
			max-width: 40%;
		}

			.image.left img, .image.right img {
				width: 100%;
			}

		.image.fit {
			display: block;
			margin: 0 0 0 0;
			width: 100%;
		}

			.image.fit img {
				width: 100%;

			}

/* Header-map */

	#header-map {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-moz-align-items: -moz-flex-end;
		-webkit-align-items: -webkit-flex-end;
		-ms-align-items: -ms-flex-end;
		align-items: flex-end;
		-moz-justify-content: space-between;
		-webkit-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
		background-attachment: scroll,								scroll;
		background-position: top right,							top right;
		background-repeat: repeat,								no-repeat;
		background-size: auto,								150%;
		color: #000000;
		height: 100%;
		left: 50%;
		padding: 0em 0em;
		position: absolute;
		text-align: right;
		top: 0;
		width: 50%;
		overflow: hidden;
	}

		#header-map > * {
			-moz-flex-shrink: 0;
			-webkit-flex-shrink: 0;
			-ms-flex-shrink: 0;
			flex-shrink: 0;
			width: 100%;
		}

		#header-map > .inner {
			-moz-flex-grow: 0;
			-webkit-flex-grow: 0;
			-ms-flex-grow: 0;
			flex-grow: 0;
		}

		#header-map h1 {
			font-size: 1.35em;
			line-height: 1.75em;
			margin: 0;
		}


/* Header */

	#header {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-moz-align-items: -moz-flex-end;
		-webkit-align-items: -webkit-flex-end;
		-ms-align-items: -ms-flex-end;
		align-items: flex-end;
		-moz-justify-content: space-between;
		-webkit-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
		background-attachment: scroll,								scroll;
		background-position: top right,							top right;
		background-repeat: repeat,								no-repeat;
		background-size: auto,								150%;
		color: #000000;
		height: 100%;
		left: 50%;
		padding: 0em 0em;
		position: fixed;
		text-align: right;
		top: 0;
		width: 50%;
	}

		#header > * {
			-moz-flex-shrink: 0;
			-webkit-flex-shrink: 0;
			-ms-flex-shrink: 0;
			flex-shrink: 0;
			width: 100%;
		}

		#header > .inner {
			-moz-flex-grow: 0;
			-webkit-flex-grow: 0;
			-ms-flex-grow: 0;
			flex-grow: 0;
		}

		#header h1 {
			font-size: 1.35em;
			line-height: 1.75em;
			margin: 0;
		}

	#hh {
		padding: 0;

	}



		#hh nav {
			position: fixed;
			left: 0vw;
			top: 0vh;
			z-index: 10002;
		}

			#hh nav ul {
				display: -moz-flex;
				display: -webkit-flex;
				display: -ms-flex;
				display: flex;
				-moz-align-items: center;
				-webkit-align-items: center;
				-ms-align-items: center;
				align-items: center;
				list-style: none;
				margin: 0;
				padding: 0;
			}

				#hh nav ul li {
					display: block;
					padding: 0;
				}

					#hh nav ul li a {
						display: block;
						position: relative;
						height: 0;
						line-height: 0
;						padding: 0em;
						border-radius: 0px;
						border: 0;
						font-size: 0em;
						font-weight: 900;
						letter-spacing: 0em;
						text-transform: uppercase;
					}

					#hh nav ul li a[href="#menu"] {
						-webkit-tap-highlight-color: transparent;
						width: 4.5vw;
						height: 4.3vw;
						overflow: hidden;
						padding: 0;
						white-space: nowrap;
							text-decoration: none;
					}

						#hh nav ul li a[href="#menu"]:before, #hh nav ul li a[href="#menu"]:after {
							-moz-transition: all 0.3s ease;
							-webkit-transition: all 0.3s ease;
							-ms-transition: all 0.3s ease;
							transition: all 0.3s ease;
							content: '';
							display: block;
							position: absolute;
							z-index: 10000;
							top: 0;
							opacity: 0.5;
							right: 0;
							width: 100%;
							height: 100%;
							background-position: center;
							background-size: 0.8vw 0.96vw;
							background-repeat: no-repeat;
							opacity: 1;
						}

						#hh nav ul li a[href="#menu"]:before {
							background-image: url(menu.png);
opacity: 1;
						}


						#hh nav ul li a[href="#menu"]:after {
							background-image: url(menu.png);
    -webkit-transform: translate(0vw);
  -ms-transform: translate(0vw);
    transform: translate(0vw);
    opacity: 0;

						}

						#hh nav ul li a[href="#menu"]:hover:before {
    -webkit-transform: translate(0.45vw);
  -ms-transform: translate(0.45vw);
    transform: translate(0.45vw); 
						}

						#hh nav ul li a[href="#menu"]:hover:after {
    -webkit-transform: translate(0vw);
  -ms-transform: translate(0vw);
    transform: translate(0vw); 
    opacity: 0;
						}






	#ff {
		padding: 0;

	}



		#ff nav {
			position: fixed;
			left: 0vw;
			top: 0vh;
			z-index: 10001;
		}

			#ff nav ul {
				display: -moz-flex;
				display: -webkit-flex;
				display: -ms-flex;
				display: flex;
				-moz-align-items: center;
				-webkit-align-items: center;
				-ms-align-items: center;
				align-items: center;
				list-style: none;
				margin: 0;
				padding: 0;
			}

				#ff nav ul li {
					display: block;
					padding: 0;
				}

					#ff nav ul li a {
						display: block;
						position: relative;
						height: 0;
						line-height: 0
;						padding: 0em;
						border-radius: 0px;
						border: 0;
						font-size: 0em;
						font-weight: 900;
						letter-spacing: 0em;
						text-transform: uppercase;
					}



					#ff nav ul li a[href="#filter"] {
						-webkit-tap-highlight-color: transparent;
						width: 4.5vw;
						height: 4.3vw;
						margin-left: 95.7vw;
						overflow: hidden;
						padding: 0;
						white-space: nowrap;
							text-decoration: none;
					}

						#ff nav ul li a[href="#filter"]:before, #ff nav ul li a[href="#filter"]:after {
							-moz-transition: all 0.3s ease;
							-webkit-transition: all 0.3s ease;
							-ms-transition: all 0.3s ease;
							transition: all 0.3s ease;
							content: '';
							display: block;
							position: absolute;
							z-index: 10000;
							top: 0;
							opacity: 0.5;
							right: 0;
							width: 100%;
							height: 100%;
							background-position: center;
							background-size: 0.8vw 0.96vw;
							background-repeat: no-repeat;
							opacity: 1;
						}

						#ff nav ul li a[href="#filter"]:before {
							background-image: url(filter.png);
opacity: 1;
						}

						#ff nav ul li a[href="#filter"]:after {
							background-image: url(filter.png);
    -webkit-transform: translate(0vw);
  -ms-transform: translate(0vw);
    transform: translate(0vw);
    opacity: 0;

						}

						#ff nav ul li a[href="#filter"]:hover:before {
    -webkit-transform: translate(-0.45vw);
  -ms-transform: translate(-0.45vw);
    transform: translate(-0.45vw); 
						}

						#ff nav ul li a[href="#filter"]:hover:after {
    -webkit-transform: translate(0vw);
  -ms-transform: translate(0vw);
    transform: translate(0vw); 
						}

/* Menu */

	#wrapper {	 	 	
	}

	#wrapper:hover {
	}

	#wrapper:hover video {

	    autoplay: autoplay;
		loop: loop; 
	}
	#menu {
		-moz-transform: translateX(-19.4vw);
		-webkit-transform: translateX(-19.4vw);
		-ms-transform: translateX(-19.4vw);
		transform: translateX(-19.4vw);
		-moz-transition: -moz-transform 1s ease, visibility 1s;
		-webkit-transition: -webkit-transform 1s ease, visibility 1s;
		-ms-transition: -ms-transform 1s ease, visibility 1s;
		transition: transform 1s ease, visibility 1s;
		position: fixed;
		top: 0; 
		width:0vw;
		letter-spacing: 0;
		height: 4vw;
		-webkit-overflow-scrolling: touch;
		cursor: url(mouse.png), auto;
		visibility: hidden;
		z-index: 10003;

	}

		#menu > .inner {
			-moz-transition: opacity 0.6s ease;
			-webkit-transition: opacity 0.6s ease;
			-ms-transition: opacity 0.6s ease;
			transition: opacity 0.6s ease;
			-webkit-overflow-scrolling: touch;
			position: absolute;
			top: 0vh;
			left: 0vw;
			width: 100%;
			height: 100%;
			text-align: center;
			padding: 0em;
			opacity: 0; 
			font-size: 14pt;
		}

			#menu > .inner > ul {
				list-style: none;
				margin: 0;
				padding: 0;
			}

				#menu > .inner > ul > li {
					padding: 0;
				}

					#menu > .inner > ul > li a {
						display: block;
						padding: 0;
						line-height: 0;
						border: 0;
						color: inherit;
					}

					#menu > .inner > ul > li:first-child {
						border-top: 0;
						margin-top: 0em;
					}

		#menu > .close {
			-moz-transition: opacity 0.45s ease, -moz-transform 0.45s ease;
			-webkit-transition: opacity 0.45s ease, -webkit-transform 0.45s ease;
			-ms-transition: opacity 0.45s ease, -ms-transform 0.45s ease;
			transition: opacity 0.45s ease, transform 0.45s ease;
			-webkit-tap-highlight-color: transparent;
			display: block;
			position: absolute;
			top: 5vh;
			margin-left:  0vw;
					width: 100vw;
					height: 100vh;
			text-indent: 0em;
			border: 0;
			font-size: 0em;
			opacity: 0;
			overflow: hidden;
			padding: 0;
			white-space: nowrap; 
		}

			#menu > .close:before, #menu > .close:after {
				-moz-transition: opacity 0.2s ease;
				-webkit-transition: opacity 0.2s ease;
				-ms-transition: opacity 0.2s ease;
				transition: opacity 0.2s ease;
				content: '';
				display: block;
				position: absolute;
				top: 0;
				right: 0;
					width: 0vw;
					height: 0vh;
				background-position: center;
				background-repeat: no-repeat;
				cursor: url(close.png), pointer;
			}

			#menu > .close:before {
				background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cstyle%3Eline %7B stroke-width: 8px%3B stroke: %23000000%3B %7D%3C/style%3E%3Cline x1='15' y1='15' x2='85' y2='85' /%3E%3Cline x1='85' y1='15' x2='15' y2='85' /%3E%3C/svg%3E");
				opacity: 0;
			}

			#menu > .close:after {
				background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cstyle%3Eline %7B stroke-width: 8px%3B stroke: %23585858%3B %7D%3C/style%3E%3Cline x1='15' y1='15' x2='85' y2='85' /%3E%3Cline x1='85' y1='15' x2='15' y2='85' /%3E%3C/svg%3E");
				opacity: 1;
			}

		@media screen and (max-width: 736px) {

			#menu {
				-moz-transform: translateX(-5em);
				-webkit-transform: translateX(-5em);
				-ms-transform: translateX(-5em);
				transform: translateX(-5em);
				width: 165px;
			}

				#menu > .inner {
					padding: 0em;
				}

				#menu > .close {
					top: 0%;
					width: 100vw;
					height: 100vh;
					text-indent: 0em;
					margin-left: 0;
				}

					#menu > .close:before, #menu > .close:after { 


					}

		}

	body.is-menu-visible #wrapper {
		pointer-events: none;
			-moz-transition: opacity 0.25s ease;
			-webkit-transition: opacity 0.25s ease;
			-ms-transition: opacity 0.25s ease;
			transition: opacity 0.25s ease;
		opacity: 1;
		z-index: 10002;
	}

	body.is-menu-visible #menu {
		-moz-transform: translateX(0);
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		visibility: visible;
		z-index: 10002;
	}

		body.is-menu-visible #menu > * {
			opacity: 1;
		}

		body.is-menu-visible #menu .close {
			-moz-transform: scale(1.0) rotate(0deg);
			-webkit-transform: scale(1.0) rotate(0deg);
			-ms-transform: scale(1.0) rotate(0deg);
			transform: scale(1.0) rotate(0deg);
			opacity: 1;
		z-index: 10002;
		}

.menu_klick {
	-moz-transition: opacity 0.25s ease;
	-webkit-transition: opacity 0.25s ease;
	-ms-transition: opacity 0.25s ease;
	transition: opacity 0.25s ease;
	opacity: 1; 
}


.menu_klick:hover {
	opacity: 0.6;
}



/* filter */
			#filter {
		-moz-transform: translateX(40%);
		-webkit-transform: translateX(40%);
		-ms-transform: translateX(40%);
		transform: translateX(40%);
		-moz-transition: -moz-transform 1s ease, visibility 1s;
		-webkit-transition: -webkit-transform 1s ease, visibility 1s;
		-ms-transition: -ms-transform 1s ease, visibility 1s;
		transition: transform 1s ease, visibility 1s;
		position: fixed;
		top: 0;
		left: 81.4vw;
		width: 19.6vw;
		letter-spacing: 0;
		height: 5vw;
		-webkit-overflow-scrolling: touch;
		cursor: url(mouse.png), auto;
		visibility: hidden;
		z-index: 10003;

	}

		#filter > .inner {
			-moz-transition: opacity 0.6s ease;
			-webkit-transition: opacity 0.6s ease;
			-ms-transition: opacity 0.6s ease;
			transition: opacity 0.6s ease;
			-webkit-overflow-scrolling: touch;
			position: absolute;
			top: 0vh;
			left: 0vw;
			width: 100%;
			height: 100%;
			text-align: center;
			padding: 0em;
			opacity: 0;
			overflow-y: auto;
			font-size: 14pt;
		}

			#filter > .inner > ul {
				list-style: none;
				margin: 0;
				padding: 0;
			}

				#filter > .inner > ul > li {
					padding: 0;
				}

					#filter > .inner > ul > li a {
						display: block;
						padding: 0;
						line-height: 0;
						border: 0;
						color: inherit;
					}

					#filter > .inner > ul > li:first-child {
						border-top: 0;
						margin-top: 0em;
					}

		#filter > .close {
			-moz-transition: opacity 0.45s ease, -moz-transform 0.45s ease;
			-webkit-transition: opacity 0.45s ease, -webkit-transform 0.45s ease;
			-ms-transition: opacity 0.45s ease, -ms-transform 0.45s ease;
			transition: opacity 0.45s ease, transform 0.45s ease;
			-webkit-tap-highlight-color: transparent;
			display: block;
			position: absolute;
			top: 0%;
			margin-left:  0vw;
					width: 100vw;
					height: 100vh;
			text-indent: 0em;
			border: 0;
			font-size: 0em;
			opacity: 0;
			overflow: hidden;
			padding: 0;
			white-space: nowrap;
		}

			#filter > .close:before, #filter > .close:after {
				-moz-transition: opacity 0.2s ease;
				-webkit-transition: opacity 0.2s ease;
				-ms-transition: opacity 0.2s ease;
				transition: opacity 0.2s ease;
				content: '';
				display: block;
				position: absolute;
				top: 0;
				right: 0;
					width: 0vw;
					height: 0vh;
				background-position: center;
				background-repeat: no-repeat;
				cursor: url(close.png), pointer;
			}

			#filter > .close:before {
				background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cstyle%3Eline %7B stroke-width: 8px%3B stroke: %23000000%3B %7D%3C/style%3E%3Cline x1='15' y1='15' x2='85' y2='85' /%3E%3Cline x1='85' y1='15' x2='15' y2='85' /%3E%3C/svg%3E");
				opacity: 0;
			}

			#filter > .close:after {
				background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cstyle%3Eline %7B stroke-width: 8px%3B stroke: %23585858%3B %7D%3C/style%3E%3Cline x1='15' y1='15' x2='85' y2='85' /%3E%3Cline x1='85' y1='15' x2='15' y2='85' /%3E%3C/svg%3E");
				opacity: 1;
			}

		@media screen and (max-width: 736px) {

			#filter {
				-moz-transform: translateX(-5em);
				-webkit-transform: translateX(-5em);
				-ms-transform: translateX(-5em);
				transform: translateX(-5em);
				width: 165px;
			}

				#filter > .inner {
					padding: 0em;
				}

				#filter > .close {
					top: 0%;
					width: 100vw;
					height: 100vh;
					text-indent: 0em;
					margin-left: 0;
				}

					#filter > .close:before, #filter > .close:after { 


					}

		}

	body.is-filter-visible #wrapper {
		pointer-events: none;
			-moz-transition: opacity 0.25s ease;
			-webkit-transition: opacity 0.25s ease;
			-ms-transition: opacity 0.25s ease;
			transition: opacity 0.25s ease;
		opacity: 1;
		z-index: 10002;
	}

	body.is-filter-visible #filter {
		-moz-transform: translateX(0);
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		visibility: visible;
		z-index: 10002;
	}

		body.is-filter-visible #filter > * {
			opacity: 1;
		}

		body.is-filter-visible #filter .close {
			-moz-transform: scale(1.0) rotate(0deg);
			-webkit-transform: scale(1.0) rotate(0deg);
			-ms-transform: scale(1.0) rotate(0deg);
			transform: scale(1.0) rotate(0deg);
			opacity: 1;
		z-index: 10002;
		}

/* Main */

	#main {
		margin-right: 50vw;
		padding: 0;
		width: 50vw;

	}

		#main > section {
			border-top: solid 0px #efefef;
			margin: 0;
			padding: 0;
		}

			#main > section:first-child {
				border-top: 0;
				margin-top: 0;
				padding-top: 0;
			}

/* Poptrox */

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

		100% {
			-moz-transform: rotate(360deg);
			-webkit-transform: rotate(360deg);
			-ms-transform: rotate(360deg);
			transform: rotate(360deg);
		}
	}

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

		100% {
			-moz-transform: rotate(360deg);
			-webkit-transform: rotate(360deg);
			-ms-transform: rotate(360deg);
			transform: rotate(360deg);
		}
	}

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

		100% {
			-moz-transform: rotate(360deg);
			-webkit-transform: rotate(360deg);
			-ms-transform: rotate(360deg);
			transform: rotate(360deg);
		}
	}

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

		100% {
			-moz-transform: rotate(360deg);
			-webkit-transform: rotate(360deg);
			-ms-transform: rotate(360deg);
			transform: rotate(360deg);
		}
	}

	.poptrox-popup {
		-moz-box-sizing: content-box;
		-webkit-box-sizing: content-box;
		-ms-box-sizing: content-box;
		box-sizing: content-box;
		-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
		overflow: hidden;



	}

		.poptrox-popup .loader {
			text-decoration: none;
			-moz-animation: spin 1s linear infinite;
			-webkit-animation: spin 1s linear infinite;
			-ms-animation: spin 1s linear infinite;
			animation: spin 1s linear infinite;
			font-size: 1.5em;
			height: 1em;
			left: 50%;
			line-height: 1em;
			margin: -0.5em 0 0 -0.5em;
			position: absolute;
			top: 50%;
			width: 1em;
		}

			.poptrox-popup .loader:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				font-family: 'Oswald', sans-serif;
				font-style: normal;
				font-weight: normal;
				text-transform: none !important;
			}

			.poptrox-popup .loader:before {
				content: '✖';
			}

		.poptrox-popup .caption {
			bottom: 0;
			cursor: default;
			font-size: 0.9em;
			height: 3em;
			left: 0;
			z-index: 5000;
			line-height: 2.8em;
			position: absolute;
			text-align: center;
			width: 100%;
		}

		.poptrox-popup .nav-next,
		.poptrox-popup .nav-previous {
			text-decoration: none;
			-moz-transition: opacity 0.2s ease-in-out;
			-webkit-transition: opacity 0.2s ease-in-out;
			-ms-transition: opacity 0.2s ease-in-out;
			transition: opacity 0.2s ease-in-out;
			-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
			background: rgba(0, 0, 0, 0.01);
			cursor: url(mouse_klick.png), pointer;
			height: 100%;
			opacity: 0;
			position: absolute;
			top: 0;
			width: 50%;

		}

			.poptrox-popup .nav-next:before,
			.poptrox-popup .nav-previous:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				font-family:'GOswald, sans-serif;
				font-style: normal;
				font-weight: normal;
				text-transform: none !important;

			}

			.poptrox-popup .nav-next:before,
			.poptrox-popup .nav-previous:before {
				color: #fff;
				font-size: 1em;
				height: 1em;
				line-height: 1em;
			margin: 0 0.5em  0 0.5em ;
				position: absolute;
				text-align: center;
				top: 50%;
				width: 1em;
			}

		.poptrox-popup .nav-next {
			right: 0;
		}

			.poptrox-popup .nav-next:before {
				content: '';
				height: 30px;
				width: 30px;
				background-image: url(http://tlp-ed.ru/img/cursor2_1.png);
			-moz-transform: rotate(180deg);
			-webkit-transform: rotate(180deg);
			-ms-transform: rotate(180deg);
			transform: rotate(180deg);
				right: 0;
			}

		.poptrox-popup .nav-previous {
			left: 0;
		}

			.poptrox-popup .nav-previous:before {
				content: '';
				height: 30px;
				width: 30px;
				background-image: url(http://tlp-ed.ru/img/cursor2_1.png);
				left: 0;
			}


		.poptrox-popup:hover .nav-next,
		.poptrox-popup:hover .nav-previous {
			opacity: 0.5;
		}

			.poptrox-popup:hover .nav-next:hover,
			.poptrox-popup:hover .nav-previous:hover {
				opacity: 1.0;
			}

		.poptrox-popup:hover .closer {
			opacity: 0.5;
		}

			.poptrox-popup:hover .closer:hover {
				opacity: 1;
			}

/* Touch */

	body.is-touch .image.thumb:before {
		opacity: 0.5 !important;


	}

	body.is-touch .image.thumb:after {
		display: none !important;

	}

	body.is-touch #header {
		background-attachment: scroll;
		background-size: auto, cover;

	}

	body.is-touch .poptrox-popup .nav-next,
	body.is-touch .poptrox-popup .nav-previous,
	body.is-touch .poptrox-popup .closer {
		opacity: 1.0 !important;

	}

			#header-map {
				padding: 0em 0em 0em 0em;
				width: calc(100% - 50%);
				position: absolute;
			}

			#header {
				padding: 0em 0em 0em 0em;
				width: calc(100% - 50%);
			}

				#header h1 {
					font-size: 1.25em;
				}

					#header h1 br {
						display: none;
					}

				#header > .inner {
					margin-bottom: 0;
				}
/* XLarge */

	@media screen and (max-width: 1800px) {

			#header-map {
				padding: 0em 0em 0em 0em;
				width: calc(100% - 50%);
				position: absolute;
			}			

			#header {
				padding: 0em 0em 0em 0em;
				width: calc(100% - 50%);
			}

				#header h1 {
					font-size: 1.25em;
				}

					#header h1 br {
						display: none;
					}

				#header > .inner {
					margin-bottom: 0;
				}
		/* Basic */

	}

/* Large */

	@media screen and (max-width: 1280px) {

		/* Header */

			#header-map {
				padding: 0em 0em 0em 0em;
				width: calc(100% - 50%);
				position: absolute;
			}

			#header {
				padding: 0em 0em 0em 0em;
				width: calc(100% - 50%);
			}

				#header h1 {
					font-size: 1.25em;
				}

					#header h1 br {
						display: none;
					}

				#header > .inner {
					margin-bottom: 0;
				}

		/* Main */

			#main {
				margin-right: 50%;
				max-width: none;
				padding: 0;
				width: 50%;
			}

	}

/* Medium */

	@media screen and (max-width: 980px) {

		/* Basic */

			h1 br, h2 br, h3 br, h4 br, h5 br, h6 br {
				display: none;
			}


		/* Header */

			#header-map {
				background-attachment: scroll;
				background-position: center right, center center;
				left: auto;
				padding: 0em 0em;
				position: relative;
				text-align: center;
				top: auto;
				width: 100%;
				display: block;
			}

			#header {
				background-attachment: scroll;
				background-position: center right, center center;
				left: auto;
				padding: 0em 0em;
				position: relative;
				text-align: center;
				top: auto;
				width: 100%;
				display: block;
			}

				#header h1 {
					font-size: 1.75em;
				}

					#header h1 br {
						display: inline;
					}


		/* Main */

			#main {
				margin: 0;
				padding: 0;
				width: 100%;
			}

	}

/* Small */

	@media screen and (max-width: 736px) {

		/* Basic */

			h1 {
				font-size: 9pt;
			}

			h2 {
				font-size: 1.2em;
			}

			h3 {
				font-size: 1em;
			}

		/* Section/Article */

			section.special, article.special {
				text-align: center;
			}

			header.major h2 {
				font-size: 1em;
			}

		/* List */

			ul.labeled-icons li {
				padding-left: 2em;
			}

				ul.labeled-icons li h3 {
					line-height: 1.75em;
				}

		/* Header */

			#header-map {
				padding: 0em 0em;
			}
			#header {
				padding: 0em 0em;
			}

				#header h1 {
					font-size: 1.35em;
				}


		/* Main */

			#main {
				padding: 0;
			}

				#main > section {
					margin: 0;
					padding: 0;
				}

		/* Poptrox */

			.poptrox-popup {
				border-radius: 0;
			}

				.poptrox-popup .nav-next:before,
				.poptrox-popup .nav-previous:before {
					margin-top: -1em;
				}

	}




	

	.container {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    overflow: hidden;
}

.container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}




.poster {
  display: block;
  position: block;
  margin: 0px;
  padding: 0px;
  background: #fff;
  height: auto;
}

.descr {
  display: none;
  padding: 0px;
  margin-top: 0px;
  height: auto;
}



.poster:hover .descr {
  display: block;
  top: 0px;
  z-index: 2;
  position: absolute;	
}

.poster:hover .descr {
}


  .demo { 	
    position:relative; 
    margin:0; 
    height: auto;
    width: auto;
    display: block;
}

  .demo img { 
    left: 0; 
    position:absolute; 
    top: 0; 

  -o-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);   
}

  .demo img.raz {opacity:1;filter:alpha(opacity=100);}
  .demo:hover img.raz {opacity:1;
  	filter:alpha(opacity=100);

  -o-transform: scale(1.8);
  -ms-transform: scale(1.8);
  -moz-transform: scale(1.8);
  -webkit-transform: scale(1.8);
  transform: scale(1.8);

  }

  .demo:hover img.dva, .demo img.dva:hover {
  	opacity:0;
  	filter:alpha(opacity=0);

  -o-transform: scale(1.8);
  -ms-transform: scale(1.8);
  -moz-transform: scale(1.8);
  -webkit-transform: scale(1.8);
  transform: scale(1.8);
}
    
    .demo img {
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all  0.25s  ease-in-out;
  -o-transition: all  0.25s  ease-in-out;
  transition: all  0.25s  ease-in-out;
}




/* STORY */

.poster-story {
  width: 78%;
  min-height: 23vh;
  margin-left: 2%;
}

.poster-story a{
text-decoration: none;
}

.poster-story:hover .descr-story {
  position: fixed;
  display: block;
  top: 0px;
  z-index: -10;

}



.poster-story-date {
	width: 24%;
	text-align: right;
}

.poster-story-line{
width: 30px;
vertical-align: top; 
text-align: center;
}

.line-style {
opacity:0.2;
position: absolute;
width: 3px;
height: 186.8vh;
margin-left: calc(10.36% + 13px);
}

.poster-story-block {
  width: calc(77% - 30px); 
}

.descr-story {
  margin-left:50%;
  display: none;
  padding: 0px;
  margin-top: 0px;
  background: #fff;
  height: auto;
}



.poster-story-text{
  opacity: 0.55;
}

.poster-story-text:hover{
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all  0.3s  ease-in-out;
  -o-transition: all  0.3s  ease-in-out;
  transition: all  0.3s  ease-in-out;
  opacity: 1;
}

.poster-story-text:not(:hover){
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all  0.2s  ease-in-out;
  -o-transition: all  0.2s  ease-in-out;
  transition: all  0.2s  ease-in-out;
  opacity: 0.55;
}


 .story-img {

	min-width: 50vw;
	max-height: 100vh;

 }

@media screen and (max-width: 980px) {
	.poster-story:hover .descr-story {
  position: fixed;
  display: none;
	}		

.poster-story-text:not(:hover){
opacity: 1;
}
.poster-story {
  width: 88%;
  margin-left: 0%;
}

.poster-story-date {
	width: 70px;  
}

.poster-story-block {
  width: calc(100% - 70px);

}

.line-style {
margin-left: 84px;
}

}

/* map */

.poster-map {
  margin-left: 0%;
  margin-right: 0%;
  padding: 0px;
  height: auto;  
}

.descr-map {
  margin-right:0%;
  width: 50%;
  display: none;
  padding: 0px;
  margin-top: 0px;
  background: #fff;
  height: auto;
}

.poster-map:hover .descr-map {
  position: absolute;
  display: block;
  top: 0px;
  z-index: 10;

}

.poster-map:hover .descr-map {
    -webkit-animation: fadein 0.3s linear 1 normal forwards;
}

@-webkit-keyframes fadein{
    from { opacity: 0; }
    to { opacity: 1; }
}


 .map-img {

	width: auto;
	height: 100vh;

 }
		@media screen and (max-width: 980px) {
	.poster-map:hover .descr-map {
  position: absolute;
  display: none;
	}	

.poster-map {

  display: none;
}

}

/* Wrapper */

	#wrapper > * > .inner {
		width: 100%;
		margin: 0 auto;
		padding: 0 0em;
	}
/* slider */

 .mainp{  
}



.pgwSlider {
	margin-top: 10vh;
	margin-left: 0vw;
    width: 100vw; 
}

.pgwSlider a{
    display: block; 
    text-decoration: none;

}

.pgwSlider .ps-current { 
    overflow: visible;
    height: inherit;
    position: relative;
    font-size: 0.5vw; 

}

.pgwSlider.listOnTheLeft .ps-current {

}

.pgwSlider .ps-current ul {
    width: 100%; 

}

.pgwSlider .ps-current li {
    text-align: center; 
    width: 100%;
    opacity: 0; 
}

.pgwSlider .ps-current img {
    max-width: 70vw; 
    max-height: 70vh;    
    vertical-align: middle;  
} 


.pgwSlider .ps-caption {
    position: absolute;
    text-align: center;
    font-weight: 900;
    top: 71.8vh;
    left: 22%;
    width: 56%;
    padding: 0; 
    display: none;
    z-index: 50;
    color: #b2b2b2;  

}
		@media screen and (max-width: 980px) {

			.pgwSlider .ps-caption {
    font-size: 8.5pt;
			}


		}

ul.pgwSlider,
.pgwSlider  ul {
    float: right;
    width: 100px;
    padding: 0;
    list-style: none;
    margin: 0;

}

ul.pgwSlider.listOnTheLeft,
.pgwSlider.listOnTheLeft > ul {
    float: left;

}

ul.pgwSlider > li,
.pgwSlider > .ps-list > li {

    height: 70px;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    opacity: 0;
    filter: alpha(opacity=0);
    font-size: 9pt; 
}

ul.pgwSlider > li:last-child,
.pgwSlider > ul > li:last-child {
    margin-bottom: 0;
}

ul.pgwSlider > li span,
.pgwSlider > .ps-list > li span {
    display: block; 
    position: absolute;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    
}

ul.pgwSlider > li:hover,
.pgwSlider > ul > li:hover {
    opacity: 1 !important;
}

ul.pgwSlider > li img,
.pgwSlider > ul > li img {
    display: block; 
}

.pgwSlider .ps-prevIcon {
    border-style: solid;
    border-width: 0;
    display: block;
}

.pgwSlider .ps-nextIcon {
    border-style: solid;
    border-width: 0;
    display: block;
}

.pgwSlider .ps-current .ps-prev {
	z-index: 10000;
    border: 0px solid #777;
    border-left: 0;
    position: absolute;
    height: 70vh;
    width: 50vw;
    left: 0;
    top: 0;
    background-image: url();
    background-repeat: no-repeat;
    background-size: 0.5vw auto;
    background-position: 5vw 34.5vh;
	cursor: url(move.png), pointer;
}

.pgwSlider .ps-current .ps-next {
	z-index: 10000;
    border: 0px solid #777;
    border-right: 0;
    position: absolute;
    height: 70vh;
    width: 50vw;
    right: 0;
    top: 0;
    background-image: url();
    transform: rotate(180deg);
    background-repeat: no-repeat;
    background-size: 0.5vw auto;
    background-position: 5vw 35.5vh;
	cursor: url(move2.png), pointer;
}

/*
 * The media-queries are not used because IE8 doesn't support them.
 */
ul.pgwSlider.wide > li,
.pgwSlider.wide > ul > li {
    width: 100% !important;

}

.pgwSlider.narrow .ps-current {
    margin-bottom: 6px;
    font-size: 0.8rem;
}

.pgwSlider.narrow .ps-current img {
    width: 100%;
    min-height: inherit;
}

.pgwSlider.narrow .ps-current,
ul.pgwSlider.narrow,
.pgwSlider.narrow > ul {
    width: 100%;
}

ul.pgwSlider.narrow > li,
.pgwSlider.narrow > .ps-list > li {
    float: left;
    min-height: 50px;
    max-height: 70px;
    min-width: 15%;
    margin-bottom: 0;
}

ul.pgwSlider.narrow.listOnTheLeft > li,
.pgwSlider.narrow.listOnTheLeft > ul > li {
    float: right;
}

.pgwSlider.narrow .ps-caption {
    padding: 8px;
}
/*moy block*/

.textblock  {
    width: 100%;
    height: 95vh;
}

.textblock-text  {
    width: 100%;
    height: 95vh;
}

.textblock-content  {
    width: 55.2%;
    padding: 0 22.4% 0 22.4%;
    vertical-align: middle;
    
}

.tableblock  {
    width: 100%;
    height: 95vh;

}

.tableblock-text  {
    width: 100%;
    height: 95vh;

}

.tableblock-content  {
    width: 100%;
    padding: 0 0 0 0;
    vertical-align: middle;
}


		@media screen and (max-width: 980px) {
.tableblock-text  {
    height: 1vh;
    margin-bottom: 10vh;
    margin-top: 10vh;
}
.textblock-text  {
    height: 1vh;
    margin-bottom: 10vh;
    margin-top: 10vh;
}

.textblock  {
}

.tableblock  {

}

.tableblock-content  {
}

.textblock-content  {
}

}
/*moy block*/






.back_page {
cursor: url("http://tlp-ed.ru/img/mouse_right.png"), pointer;
z-index: 100000;
}

@media screen and (max-width: 980px) {
.scroll_down {
display: none;
}
.back_page {
display: none;
}
}



/*Елемент для коллажей*/

.t_element {
height: 100vw;
}

.img-draw {
	width: 100%;
	pointer-events: none;
}
.img-portf {

width: calc(31.5vw - 2px);
height: 100vh;

margin-top:0%;
margin-left: calc(10vw + 1px);
padding:0px;
border:0px;
overflow: hidden;

}

.img-portf img {

  width: calc(31.5vw - 2px);
  height: 100vh;
  object-fit: cover;
}

.img-portf-slide {

  width: calc(31.5vw - 2px);
margin-left: 20vw;
position: absolute;
}


.name-portf {
background-color: #e3e3e3;
position: absolute;
margin-top: 83vh;
margin-left: -55vw;
font-size: 13pt;
opacity: 0.7;
}


.img-p1 {
  -webkit-animation: scale 6s ease-in-out infinite;
animation-direction: alternate;
  animation-delay: 1.3s;

}@-webkit-keyframes scale {
  100% {-webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
    transform: scale(1.05);}

}
@keyframes scale {
  100% {-webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
    transform: scale(1.05);}

}

.img-p2 {
	position: relative;
	top: -100.5vh;
 -webkit-animation: fadein 0.6s linear 1 normal forwards;
  animation-delay: 0.7s;
}

@-webkit-keyframes fadein{
    from { opacity: 1; }
    to { opacity: 0; }
}

@-webkit-keyframes fadeout{
    from { opacity: 0; }
    to { opacity: 1; }
}

@-webkit-keyframes slideout{

    0% { -webkit-transform: translate(0vw);
  -ms-transform: translate(0vw);
    transform: translate(0vw); }
    100% { -webkit-transform: translate(-31.5vw);
  -ms-transform: translate(-31.5vw);
    transform: translate(-31.5vw); }
}




@-webkit-keyframes slidein{
    0% { -webkit-transform: translate(-31.5vw);
  -ms-transform: translate(-31.5vw);
    transform: translate(-31.5vw); }

    100% { -webkit-transform: translate(0vw);
  -ms-transform: translate(0vw);
    transform: translate(0vw); }
}



/*Елемент для коллажей*/


.loader{
  position: absolute;
  margin: 0 0 0em;
  height: 5vw;
  width: 5vw;
  text-align: center;
  padding: 0em;
  margin: 0;
  display: inline-block;
  vertical-align: top;
}

/*
  Set the color of the icon
*/
svg path,
svg rect{
  fill: #000000;
}


#p_prldr{
position: fixed;
left: 0;
top: 0;
right:0;
bottom:0;
background: #fafafa;
z-index: 900000;}
 
.contpre small{font-size:25px;}
 
.contpre{
width: 100vw;
height: 100vh;
position: absolute;
left: 50vw;top: 25vh;
margin-left:-50vw; 
color:#fff; 
text-align:center; }
 

#p_prldr .svg_anm_geofire {
position: absolute;
width: 6vw;
height: 50vh;
background: #fff;
background: url(load.gif) center center no-repeat;
background-size:6vw;    
margin: 0vh 0 0 -3vw;}

/* Utilities */
/* Utilities */
/* Utilities */
/* Utilities */
/* Utilities */
/* Utilities */
/* Utilities */
/* Utilities */
/* Utilities */
/* Utilities */
/* Utilities */
/* Utilities */
/* Utilities */
/* Utilities */

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* Utilities */
.wrapper {
  z-index: 10000;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}
 

.wrapper {
  background-color: #ffffff;
  opacity: 0.3;
  transition: ease-in-out 550ms;
  position: absolute;
  top: 100%;
}

.wrapper.show {
  top: 0;
  opacity: 1;
} 

.flex-row {
  display: flex;
  flex-direction: row;
}
  
  

.modal { 
  width: 30vw;
  height: 100vh;
  margin: auto; 
  text-align: justify; 
  vertical-align: middle; 
}
 
 

.modal-text {
  height: auto;
  font-size: 1.5em; 
  font-weight: 900;
  line-height: 1.35em;
  width: 30vw;
  position: relative;
  margin: auto;
  padding: 2vw; 
}

.button-close {
  width: 3vw; 
  padding: 0.4em;
  position: absolute;
  text-align: center;   
  margin-left: 11.5vw;
  top: 0vh; 
  transition: all 0.3s ease-in-out;
  opacity: 0.4;
}
.button-close:hover {
opacity: 1;
}
 
.logo-close {
  width: 10vw; 
  position: absolute;
  margin-left: 8vw;
  top: -4vh;
  text-align: center; 
}
 
.read {
  width: 3vw;  
  position: absolute;
  margin-left: 48.5vw;
  top: 89vh;
  text-align: center; 
  transition: all 0.3s ease-in-out;
  opacity: 0.4;
}
.read:hover {
opacity: 1;
}
  
.project_podpis {
	padding-top: 12.5vw;
	width: 100%;
	height: auto;
	transition: all 0.3s ease-in-out;
    transform: scale(1);
	opacity: 0;
}

.project_podpis:hover {
  opacity: 1;
}

.project_podpis2 {
	padding-top: 12.5vw;
	width: 100%;
	height: auto;
	transition: all 0.3s ease-in-out;
    transform: scale(0.97);
	opacity: 0;
}

.project_podpis2:hover {
  transform: scale(1);
  opacity: 1;
}


.project_podpis3 {
	z-index: -1;
	padding-top: 11.5vw;
	width: 100%;
	height: auto;
	transition: all 0.3s ease-in-out;
	opacity: 0;
}

.project_podpis3:hover {
  transform: translateY(1vw);
  opacity: 1;
}

.project_podpis4 {
	z-index: -1;
	padding-top: 12.5vw;
	width: 100%;
	height: auto;
	transition: all 0.3s  ease-in-out;
	transition-delay: 0.3s;
	opacity: 0;
}

.project_podpis4:hover { 
  opacity: 1;
}

.project_podpis5 {
	z-index: -1;
	padding-top: 13.2vw;
	width: 100%;
	height: auto;
	transition: all 0.3s ease-in-out;
	opacity: 0;
}

.project_podpis5:hover {
  transform: translateY(-0.7vw);
  opacity: 1;
}

.project_mini_img {
	z-index: 2;
	 position: absolute;
	 width: 12.5vw;
	 height: 12.5vw;
	 background-position: center;
	 background-size: cover;
	 background-repeat: no-repeat;  
	 transition: all 0.3s ease-in-out;
	 -webkit-filter: grayscale(50%);
     filter: grayscale(50%);
  transform: scale(1);
}

.project_mini_img:hover {
  -webkit-filter: grayscale(0%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(0%); /* FF 35+ */
  transform: scale(1.02);
}

.project_mini_img2 {
	z-index: 2;
	 position: absolute;
	 width: 12.5vw;
	 height: 12.5vw;
	 background-position: center;
	 background-size: cover;
	 background-repeat: no-repeat;  
	 transition: all 0.5s ease-in-out;
	 -webkit-filter: grayscale(100%);
     filter: grayscale(100%);
  transform: scale(1);
}

.project_mini_img2:hover {
  -webkit-filter: grayscale(0%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(0%); /* FF 35+ */
  transform: scale(1.02);
}

.project_mini_img3 {
	z-index: 2;
	 position: absolute;
	 width: 12.5vw;
	 height: 12.5vw;
	 background-position: center;
	 background-size: cover;
	 background-repeat: no-repeat;  
	 transition: all 0.5s ease-in-out;
	 -webkit-filter: grayscale(100%);
     filter: grayscale(100%);
  transform: scale(1);
}

.project_mini_img3:hover {
  -webkit-filter: grayscale(100%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(100%); /* FF 35+ */
  transform: scale(1.02);
}

.project_mini_img4 {
	z-index: 2;
	 position: absolute;
	 width: 12.5vw;
	 height: 12.5vw;
	 background-position: center;
	 background-size: cover;
	 background-repeat: no-repeat;  
	 transition: all 0.5s ease-in-out;
	 -webkit-filter: grayscale(50%);
     filter: grayscale(50%);
  transform: scale(1);
}

.project_mini_img4:hover {
  -webkit-filter: grayscale(0%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(0%); /* FF 35+ */
  transform: scale(1);
}


.project_mini_img5 {
	z-index: 2;
	 position: absolute;
	 width: 12.5vw;
	 height: 12.5vw;
	 background-position: center;
	 background-size: 20vw;
	 background-repeat: no-repeat;  
	 transition: all 0.5s ease-in-out;
	 -webkit-filter: grayscale(70%);
     filter: grayscale(70%);
  transform: scale(1);
}

.project_mini_img5:hover {
  -webkit-filter: grayscale(0%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(0%); /* FF 35+ */
  transform: scale(1);
  background-size: 18vw;
}

.project_mini_img6 {
	z-index: 2;
	 position: absolute;
	 width: 12.5vw;
	 height: 12.5vw;
	 background-position: center;
	 background-size: cover;
	 background-repeat: no-repeat;  
	 transition: all 0.3s ease-in-out; 
  transform: scale(1);
}

.project_mini_img6:hover { 
  transform: scale(1.02);
}


/* слайдер для главной странички */

    .swiper-container {
        width: 100%;
        height: 100vh;
        margin-left: auto;
        margin-right: auto;
    }
    .swiper-slide {
        text-align: center; 
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }    

    .swiper-pagination-bullet {
    	z-index: 100;
      width: 20px;
      height: 20px;
      text-align: center;
      line-height: 20px;
      font-size: 12px;
      color:#000;
      opacity: 1;
      background: rgba(0,0,0,0.2);
    }
    .swiper-pagination-bullet-active {
    	
    	z-index: 100;
      color:#fff;
      background: #007aff;
    }