/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

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

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

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

[hidden],
template {
	display: none;
}

/* Links
	 ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
	 ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
	 ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

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

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

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

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

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

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

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

optgroup {
	font-weight: bold;
}

/* Tables
	 ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
	padding: 0;
}

@font-face {
	font-family: "curious-sans";
	src: url("../fonts/CuriousSans-Bold.eot");
	src: url("../fonts/CuriousSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/CuriousSans-Bold.woff") format("woff"), url("../fonts/CuriousSans-Bold.ttf") format("truetype"), url("../fonts/CuriousSans-Bold.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "bbc-reith-sans";
	src: url("../fonts/BBCReithSans-Bold.woff2") format("woff2"), url("../fonts/BBCReithSans-Bold.woff") format("woff");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "bbc-reith-sans";
	src: url("../fonts/BBCReithSans-Regular.woff2") format("woff2"), url("../fonts/BBCReithSans-Regular.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "bbc-reith-sans";
	src: url("../fonts/BBCReithSans-Light.woff2") format("woff2"), url("../fonts/BBCReithSans-Light.woff") format("woff");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.ttf?b99rce") format("truetype"), url("../fonts/icomoon.woff?b99rce") format("woff"), url("../fonts/icomoon.svg?b99rce#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-down:before {
	content: "";
}

.icon-next:before {
	content: "";
}

.icon-prev:before {
	content: "";
}

.icon-question:before {
	content: "";
}

.icon-refresh:before {
	content: "";
}

.timeline ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

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

* {
	max-height: 1000000px;
}

body {
	color: #fff;
	background: #000;
	font: 14px/1.5 "bbc-reith-sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: "curious-sans", Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 65px;
}

h2,
.h2 {
	font-size: 65px;
}

h3,
.h3 {
	line-height: 1.22;
	font-size: 28px;
}

h4,
.h4 {
	font-size: 20px;
}

h5,
.h5 {
	font-size: 18px;
}

h6,
.h6 {
	font-size: 16px;
}

p {
	margin: 0 0 1em;
}

a {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	color: inherit;
}

a:hover,
a:focus {
	text-decoration: none;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #919191;
	padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #000;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #919191;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #919191;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #919191;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #919191;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #919191;
}

select {
	-webkit-border-radius: 0;
}

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

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

html,
body {
	height: 100%;
}

.wrapper {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.image {
	position: absolute;
	bottom: 0;
	left: 0;
	top: 0;
	width: 100vw;
	background-position: 50% 50%;
	background-size: cover;
}

.btn {
	overflow: hidden;
	display: inline-block;
	position: relative;
	z-index: 1;
	vertical-align: top;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 3.43px;
	text-transform: uppercase;
	border: 1px solid #fff;
	text-decoration: none;
	padding: 14px 20px 12px;
	text-align: center;
	min-width: 150px;
	font-family: "bbc-reith-sans", Arial, Helvetica, sans-serif;
}

.msie-11 .btn {
	padding: 17px 20px 9px;
}

.btn-more {
	font-weight: bold;
}

.btn-more .less {
	display: none;
}

.descr.active .btn-more .full {
	display: none;
}

.descr.active .btn-more .less {
	display: inline;
}

.resize .scrollable-area {
	-webkit-transition: none;
	transition: none;
}

.header {
	background: #1e222c;
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	padding: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.client-logo,
.logo {
	margin-right: 5px;
}

.client-logo img,
.logo img {
	vertical-align: top;
}

.client-bar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display:none;
}

.title {
	display: none;
}

.client-logo {
	margin: 0 0 0 12px;
}

.link-about {
	text-decoration: none;
	font-size: 20px;
	line-height: 1;
}

.link-about span {
	display: none;
}

.timeline {
	display: none;
}

.timeline:after {
	bottom: 0;
	border-bottom: 1px solid #fff;
}

.main {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.scrollable-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	overflow: hidden;
	padding: 50px 0 0;
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease;
	-ms-overflow-style: none;
	overflow: -moz-scrollbars-none;
}

.scrollable-area::-webkit-scrollbar { width: 0 !important }



.block {
	position: relative;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100vw;
	height: 100%;
	padding-top: 20px;
}

.holder {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	bottom: 0;
	overflow: auto;
}

.intro {
	text-align: center;
	font-size: 13px;
	line-height: 1.85;
}

.intro .holder {
	top: 20px;
	padding: 0 15px;
}

.intro .content {
	position: static;
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	max-width: 476px;
	background: none;
	padding: 0;
}

.intro .frame {
	display: table-cell;
	vertical-align: middle;
	padding: 20px 0;
}

.intro h1 {
	line-height: 1;
	text-shadow: 2px 2px 54px rgba(0, 0, 0, .68);
	margin: 0 0 15px;
	font-size: 45px;
}

.intro p {
	opacity: .8;
	margin-bottom: 35px;
}

.intro .btn {
	box-shadow: 0 0 6px #fff;
	min-width: 193px;
}

.content {
	z-index: 1;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	max-height: 100%;
}

.heading {
	width: 100%;
	padding: 20px 15px 10px;
	text-shadow: 2px 2px 54px rgba(0, 0, 0, .68);
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .11) 100%);
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .11) 100%);
}

.heading h2 {
	display: inline-block;
	margin: 0 0 9px;
	padding: 0 0 11px;
	position: relative;
	line-height: 1;
}

.heading h2.mob-small {
	font-size: 36px;
}

.heading h2:before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	content: "";
	height: 1px;
	background: #fff;
	-webkit-transform: rotate(.3deg);
	-ms-transform: rotate(.3deg);
	transform: rotate(.3deg);
}

.subtitle {
	display: block;
	font-weight: normal;
	font-family: "curious-sans", Arial, Helvetica, sans-serif;
	font-size: 30px;
}

.frame {
	position: relative;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	overflow: hidden;
}

.frame .image {
	z-index: -1;
	filter: blur(6px);
	display: none;
}

.msie-11 .frame .image {
	display: none;
}

.actions {
	background-color: #fff;
	position: relative;
	width: 100%;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 15px;
	font-weight: bold;
	text-shadow: 2px 2px 54px rgba(0, 0, 0, .68);
	padding: 0 15px;
	box-shadow: 2px 2px 13px rgba(0, 0, 0, .5);
}

.actions .prev,
.actions .next {
	width: 50%;
	position: relative;
	padding: 15px 0 14px;
}

.msie-11 .actions .prev,
.msie-11
    .actions .next {
	top: 2px;
}

.actions .prev [class*="icon-"],
.actions .next [class*="icon-"] {
	font-size: 12px;
	font-weight: bold;
	margin-right: 3px;
}

.msie-11 .actions .prev [class*="icon-"],
.msie-11
      .actions .next [class*="icon-"] {
	top: -3px;
}

.actions .prev [class*="icon-"]:before,
.actions .next [class*="icon-"]:before {
	display: inline-block;
}

.actions .prev a,
.actions .next a {
	color: #000;
	text-decoration: none;
}

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

.actions .next [class*="icon-"] {
	margin: 0 0 0 3px;
}

.frame.active .actions .opener [class*="icon-"] {
	-webkit-transform: rotate(0) translateY(0);
	-ms-transform: rotate(0) translateY(0);
	transform: rotate(0) translateY(0);
}

.frame.active .actions .opener:hover [class*="icon-"] {
	-webkit-animation: downAnim 1s infinite;
	animation: downAnim 1s infinite;
}

.actions .opener {
	display: none;
}

.actions .opener [class*="icon-"] {
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	display: inline-block;
	-webkit-transform: rotate(180deg) translateY(4px);
	-ms-transform: rotate(180deg) translateY(4px);
	transform: rotate(180deg) translateY(4px);
}

.actions .opener:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 75px;
	height: 75px;
	background: rgba(255, 255, 255, .1);
	content: "";
	z-index: -1;
	border-radius: 50%;
	margin-top: -38px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.actions .opener:hover [class*="icon-"] {
	-webkit-animation: upAnim 1s infinite;
	animation: upAnim 1s infinite;
}

.descr {
	padding: 0 15px 24px;
	width: 100%;
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .11) 0%, rgba(0, 0, 0, .51) 100%);
	background-image: linear-gradient(180deg, rgba(0, 0, 0, .11) 0%, rgba(0, 0, 0, .51) 100%);
}

.text {
	line-height: 1.58;
	overflow: hidden;
	margin-bottom: 22px;
	max-width: 407px;
}

.map {
	display: none;
}

.pins {
	width: 145px;
}

.pins address {
	margin: 0 0 12px 20px;
	position: relative;
	font-style: normal;
	font-size: 12px;
}

.pins address strong {
	text-shadow: 2px 2px 39px rgba(0, 0, 0, .68);
	font-size: 21px;
	font-family: "curious-sans", Arial, Helvetica, sans-serif;
	font-weight: normal;
	display: block;
	margin-bottom: 2px;
}

.pins address:before {
	position: absolute;
	left: -12px;
	top: 13px;
	background: #fff;
	background: #fff;
	border-radius: 50%;
	width: 5px;
	height: 5px;
	content: "";
}

.pins address:nth-child(2):before {
	background: #fff;
}

.pins address:nth-child(3):before {
	background: #fff;
}

.map-holder {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: center;
}

.map-holder img {
	vertical-align: top;
}

.simple {
	padding-bottom: 70px;
}

.simple .holder {
	padding: 22px 15px;
	top: 20px;
	width: 100%;
	bottom: 70px;
}

.simple .content {
	position: static;
	display: table;
	table-layout: fixed;
	background: none;
	width: 100%;
	height: 100%;
	padding: 0;
	max-height: none;
}

.simple .frame {
	display: table-cell;
	vertical-align: middle;
	overflow: visible;
}

.simple .heading {
	text-align: center;
	padding: 0 0 30px;
	display: none;
	background: none;
}

.simple .heading h2 {
	padding: 0;
	margin: 0;
}

.simple .heading h2:before {
	display: none;
}

.post {
	margin-bottom: 81px;
}

.post-img {
	height: 207px;
	background-size: cover;
	background-position: 50% 50%;
	margin-bottom: 23px;
}

.post:last-child {
	margin-bottom: 49px;
}

.post a {
	color: inherit;
	text-decoration: none;
}

.post img {
	display: block;
	width: 100%;
	margin-bottom: 23px;
}

.post h3 {
	margin: 0 0 19px;
}

.post .btn {
	font-size: 10px;
	font-weight: 300;
	letter-spacing: 2.86px;
	min-width: 155px;
}

.restart {
	text-align: center;
	font-size: 12px;
	text-shadow: 2px 2px 54px rgba(0, 0, 0, .68);
	font-family: "curious-sans", Arial, Helvetica, sans-serif;
	padding-bottom: 13px;
}

.restart [class*="icon-"] {
	display: inline-block;
	vertical-align: top;
	margin-left: 3px;
	-webkit-transition: all 2s ease;
	transition: all 2s ease;
	font-size: 18px;
}

.restart a {
	color: #919191;
	text-decoration: none;
}

.restart a span {
	text-decoration: underline;
}

.restart a:hover [class*="icon-"] {
	-webkit-transform: rotate(-360deg);
	-ms-transform: rotate(-360deg);
	transform: rotate(-360deg);
}

.restart a:hover span {
	text-decoration: none;
}

.footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 20px 15px;
	font: 12px/1.2 Arial, Helvetica, sans-serif;
	background: #000;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: all .5s ease .3s;
	transition: all .5s ease .3s;
}

.footer p {
	margin: 0;
}

.footer a {
	color: inherit;
	text-decoration: none;
}

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

@media (min-width: 375px) {
	.title {
		font: 500 10px/1.2 "Helvetica Neue", Helvetica, Arial, sans-serif;
		display: block;
		max-width: 110px;
		text-align: right;
		text-transform: uppercase;
	}

	.intro .holder {
		padding: 0 38px;
	}

	.intro h1 {
		font-size: 55px;
		margin: 0 0 32px;
	}

	.heading {
		padding: 40px 37px 19px;
	}

	.heading h2.mob-small {
		font-size: 42px;
	}

	.actions {
		padding: 0 33px;
	}

	.descr {
		padding: 0 45px 44px 35px;
	}

	.simple .holder {
		padding: 0 15px;
	}

	.footer {
		padding: 20px 19px;
	}
}

@media (min-width: 768px) {
	.image {
		height: 100vh;
		top: auto;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	.timeline {
		display: block;
		letter-spacing: .6px;
		text-transform: uppercase;
		font-size: 12px;
		font-weight: bold;
		text-align: center;
		position: fixed;
		z-index: 99;
		left: 0;
		top: 94px;
		width: 100%;
		-webkit-transition: -webkit-transform .6s ease;
		transition: -webkit-transform .6s ease;
		transition: transform .6s ease;
		transition: transform .6s ease, -webkit-transform .6s ease;
	}

	.timeline:after,
	.timeline:before {
		content: "";
		position: absolute;
		left: 0;
		z-index: -1;
		width: 100%;
	}

	.timeline:before {
		height: 123px;
		background-image: -webkit-linear-gradient(top, #000 0%, rgba(0, 0, 0, 0) 100%);
		background-image: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 100%);
		opacity: .53;
		top: -44px;
	}

	.timeline ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100vw;
	}

	.timeline li {
		position: relative;
		width: calc(100% / 3);
		min-width: calc(100% / 3);
	}

	.timeline .active a:before {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}

	.timeline a {
		text-decoration: none;
		padding: 0 0 19px;
		display: inline-block;
	}

	.timeline a:hover:before {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}

	.timeline a:after,
	.timeline a:before {
		position: absolute;
		bottom: -5px;
		left: 50%;
		width: 10px;
		height: 10px;
		margin-left: -5px;
		border-radius: 50%;
		background: #fff;
		content: "";
	}

	.timeline a:before {
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
		width: 28px;
		height: 28px;
		margin: 0 0 -9px -14px;
		background: none;
		border: 2px solid #fff;
	}

	.block {
		padding-top: 100px;
	}

	.holder {
		top: 100px;
	}

	.intro .holder {
		padding: 0 64px;
		top: 20px;
	}

	.intro .frame {
		padding-bottom: 80px;
	}

	.intro .frame:after {
		display: none;
	}

	.intro h1 {
		font-size: 65px;
		line-height: .85;
		margin: 0 0 29px;
	}

	.intro p {
		margin-bottom: 57px;
	}

	.heading {
		padding: 40px 47px 19px;
		background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .14) 100%);
		background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .14) 100%);
	}

	.heading h2.mob-small {
		font-size: 65px;
	}

	.actions {
		padding: 0 44px;
	}

	.actions .prev,
	.actions .next {
		padding: 17px 0 16px;
	}

	.descr {
		padding: 0 43px 57px;
		background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .14) 0%, rgba(0, 0, 0, .44) 100%);
		background-image: linear-gradient(180deg, rgba(0, 0, 0, .14) 0%, rgba(0, 0, 0, .44) 100%);
	}

	.simple {
		padding-top: 58px;
		padding-bottom: 55px;
	}

	.simple .holder {
		padding: 0 31px;
	}

	.simple .heading {
		display: block;
		padding: 0 0 37px;
	}

	.simple .heading h2 {
		font-size: 45px;
	}

	.q-posts {
		margin: 0 -7px 50px -8px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		overflow: auto;
	}

	.post {
		min-width: calc(100% / 2);
		width: calc(100% / 2);
		padding: 0 7px 0 8px;
	}

	.post:last-child {
		margin-bottom: 81px;
	}

	.restart {
		padding-bottom: 0;
	}

	.footer {
		padding: 20px 30px;
		font-size: 10px;
	}
}

@media only screen and (min-width: 768px) and (max-height: 767px) {
	.simple .heading h2 {
		font-size: 35px;
	}

	.post {
		margin-bottom: 34px !important;
	}

	.post-img {
		height: 104px;
	}

	.post h3 {
		font-size: 20px;
	}
}

@media (min-width: 1024px) {
	.btn {
		letter-spacing: 3.2px;
		min-width: 193px;
		box-shadow: 0 0 6px #fff;
	}

	.btn:hover {
		color: #000;
	}

	.btn:hover:after {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	.btn:after {
		background: #fff;
		-webkit-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		transform: translateX(-100%);
		content: "";
		z-index: -1;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
	}

	.btn-more {
		display: none;
	}

	.link-about {
		margin-left: 12px;
		font-size: 12px;
		letter-spacing: .06px;
	}

	.link-about span {
		display: inline;
	}

	.link-about [class*="icon-"] {
		margin-right: 12px;
	}

	.link-about:hover {
		color: #fc8101;
	}

	.timeline {
		top: 70px;
		font-size: 10px;
	}

	.timeline:before {
		top: -20px;
	}

	.timeline li {
		width: calc(100% / 6);
		min-width: calc(100% / 6);
	}

	.timeline a:after,
	.timeline a:before {
		width: 8px;
		height: 8px;
		margin-left: -4px;
		bottom: -4px;
	}

	.timeline a:before {
		width: 22px;
		height: 22px;
		margin: 0 0 -7px -11px;
	}

	.block {
		padding-top: 80px;
	}

	.holder {
		top: 80px;
	}

	.intro .image {
		max-height: 768px;
		bottom: 50%;
		-webkit-transform: translateY(50%);
		-ms-transform: translateY(50%);
		transform: translateY(50%);
	}

	.intro .holder {
		top: 80px;
	}

	.intro .content {
		max-width: 586px;
	}

	.intro .frame {
		padding-bottom: 60px;
	}

	.heading {
		padding: 43px 73px;
		background: none;
	}

	.heading h2 {
		margin: 0 0 6px;
	}

	.heading h2:before {
		min-width: 210px;
	}

	.subtitle {
		font-size: 25px;
	}

	.frame .image {
		display: block;
	}

	.frame:after {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		content: "";
		z-index: -1;
		background-color: rgba(0, 0, 0, .36);
	}

	.actions {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		padding: 0 69px;
		background: none;
		font-size: 16px;
		box-shadow: none;
		text-shadow: 2px 2px 43px rgba(0, 0, 0, .68);
	}

	.actions .prev,
	.actions .next {
		padding: 16px 0 7px;
		width: 46%;
	}

	.actions .prev [class*="icon-"],
	.actions .next [class*="icon-"] {
		display: inline-block;
		width: 20px;
		height: 20px;
		background-color: #4b4b4b;
		line-height: 20px;
		text-align: center;
		font-size: 10px;
		border-radius: 50%;
		margin-right: 5px;
		vertical-align: top;
		padding-right: 1px;
		font-weight: normal;
		position: relative;
		top: 1px;
	}

	.actions .prev a,
	.actions .next a {
		color: #fff;
	}

	.actions .prev a:hover [class*="icon-"]:before,
	.actions .next a:hover [class*="icon-"]:before {
		-webkit-animation: prevAnim 1s infinite;
		animation: prevAnim 1s infinite;
	}

	.actions .prev:after,
	.actions .next:after {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 1px;
		background: -webkit-linear-gradient(left, #979797 0%, rgba(151, 151, 151, 0) 100%);
		background: linear-gradient(to right, #979797 0%, rgba(151, 151, 151, 0) 100%);
	}

	.frame.active .actions .prev:after,
	.frame.active
	.actions .next:after {
		content: "";
	}

	.actions .next {
		margin-left: auto;
	}

	.actions .next [class*="icon-"] {
		margin: 0 0 0 5px;
		padding: 0 0 0 1px;
	}

	.actions .next:after {
		background: -webkit-linear-gradient(left, rgba(151, 151, 151, 0) 0%, #979797 100%);
		background: linear-gradient(to right, rgba(151, 151, 151, 0) 0%, #979797 100%);
	}

	.actions .next a:hover [class*="icon-"]:before {
		-webkit-animation: nextAnim 1s infinite;
		animation: nextAnim 1s infinite;
	}

	.actions .opener {
		position: absolute;
		left: 50%;
		top: 0;
		z-index: 3;
		margin-left: -37px;
		text-decoration: none;
		width: 75px;
		height: 37px;
		line-height: 39px;
		z-index: 1;
		overflow: hidden;
		text-align: center;
		display: block;
		font-size: 14px;
	}

	.descr {
		background: none;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		padding: 34px 67px 10px;
		height: 272px;
		overflow: auto;
	}

	.text {
		width: 48%;
		font-size: 13px;
		line-height: 1.85;
		max-width: none;
		margin: 0;
		padding: 15px 0 0;
	}

	.text p {
		margin: 0 0 28px;
	}

	.text p:last-child {
		margin-bottom: 0;
	}

	.map {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 43.3%;
		margin-left: auto;
		margin-top: -12px;
	}

	.simple {
		padding-top: 80px;
		padding-bottom: 70px;
	}

	.simple .holder {
		top: 80px;
		padding: 0 67px;
	}

	.simple .frame:after {
		display: none;
	}

	.simple .heading {
		padding-top: 15px;
	}

	.q-posts {
		margin-bottom: 0;
	}

	.post {
		min-width: calc(100% / 3.001);
		width: calc(100% / 3.001);
		margin-bottom: 74px;
	}

	.restart {
		text-align: right;
	}

	.footer {
		padding: 27px 67px;
	}
}

@media only screen and (min-width: 1024px) and (max-height: 767px) {
	.post {
		margin-bottom: 34px !important;
	}
}

@-webkit-keyframes prevAnim {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	50% {
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	100% {
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
	}
}

@keyframes prevAnim {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	50% {
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	100% {
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
	}
}

@-webkit-keyframes nextAnim {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	50% {
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
	}

	100% {
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

@keyframes nextAnim {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	50% {
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
	}

	100% {
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

@-webkit-keyframes upAnim {
	0% {
		-webkit-transform: translateY(0) rotate(180deg);
		transform: translateY(0) rotate(180deg);
	}

	20% {
		-webkit-transform: translateY(40%) rotate(180deg);
		transform: translateY(40%) rotate(180deg);
	}

	100% {
		-webkit-transform: translateY(-40%) rotate(180deg);
		transform: translateY(-40%) rotate(180deg);
	}
}

@keyframes upAnim {
	0% {
		-webkit-transform: translateY(0) rotate(180deg);
		transform: translateY(0) rotate(180deg);
	}

	20% {
		-webkit-transform: translateY(40%) rotate(180deg);
		transform: translateY(40%) rotate(180deg);
	}

	100% {
		-webkit-transform: translateY(-40%) rotate(180deg);
		transform: translateY(-40%) rotate(180deg);
	}
}

@-webkit-keyframes downAnim {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	20% {
		-webkit-transform: translateY(-40%);
		transform: translateY(-40%);
	}

	100% {
		-webkit-transform: translateY(30%);
		transform: translateY(30%);
	}
}

@keyframes downAnim {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	20% {
		-webkit-transform: translateY(-40%);
		transform: translateY(-40%);
	}

	100% {
		-webkit-transform: translateY(30%);
		transform: translateY(30%);
	}
}
