@font-face {
	font-family: 'Conv_DrukCond-Super';
	src: url('../fonts/DrukCond-Super.eot');
	src: url('../fonts/DrukCond-Super.woff') format('woff'),
	url('../fonts/DrukCond-Super.ttf') format('truetype'),
	url('../fonts/DrukCond-Super.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
* {
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-overflow-scrolling: auto;
}
html {
	height: 100%;
}
body {
	font-family: 'Source Code Pro', monospace;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.33;
	height: 100%;
	color: #fff;
	cursor: none;
	background-color: #000;
	overflow: hidden;
}
h1, h2, h3, h4, h5 {
	margin: 0 0 10px;
	font-weight: 400;
}

b, strong {
	font-weight: 500;
}
img {
	max-width: 100%;
	height: auto;
}
iframe {
	max-width: 100%;
}
button {
	outline: 0!important;
	font-family: 'Source Code Pro', monospace;
}
a {
	cursor: none;
	outline: 0!important;
	color:#fff;
}
.text_box {
	position: fixed;
	font-family: 'Conv_DrukCond-Super';
	line-height: .9;
	pointer-events: none;
	z-index: -2;
	opacity: 0;
	display: inline-block;
	text-transform: uppercase;
}

#scene {
	display: none;
	width:300px;
	height:300px;
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
}
.page_loaded #scene {
	display: none;
}
.bg_layout {
	overflow: hidden;
	background-color: #000;
	position: fixed;
	width: 100%;
	height: 100%;
	min-height: 100vh;
	z-index: 0;
	pointer-events: none;
	top: 0;
	left: 0;
}
#saver:before,
.overlay_load:before,
.bg_layout:before {
	content: '';
	background-image: url(../images/bg1.jpg);
	background-repeat: repeat;
	background-position: 0;
	-webkit-animation: grained 6s steps(9) infinite;
	-o-animation: grained 6s steps(9) infinite;
	animation: grained 6s steps(9) infinite;
	position: absolute;
	width: 300%;
	height: 300%;
	left: -100%;
	top: -100%;
}
@-webkit-keyframes grained {
	0% {
		-webkit-transform: translate(-10%, 10%);
		-moz-transform: translate(-10%, 10%);
		-ms-transform: translate(-10%, 10%);
		-o-transform: translate(-10%, 10%);
		transform: translate(-10%, 10%);
	}
	10% {
		-webkit-transform: translate(-10%, 0%);
		-moz-transform: translate(-10%, 0%);
		-ms-transform: translate(-10%, 0%);
		-o-transform: translate(-10%, 0%);
		transform: translate(-10%, 0%);
	}
	20% {
		-webkit-transform: translate(-10%, -10%);
		-moz-transform: translate(-10%, -10%);
		-ms-transform: translate(-10%, -10%);
		-o-transform: translate(-10%, -10%);
		transform: translate(-10%, -10%);
	}
	30% {
		-webkit-transform: translate(0%, -10%);
		-moz-transform: translate(0%, -10%);
		-ms-transform: translate(0%, -10%);
		-o-transform: translate(0%, -10%);
		transform: translate(0%, -10%);
	}
	40% {
		-webkit-transform: translate(-10%, 0%);
		-moz-transform: translate(-10%, 0%);
		-ms-transform: translate(-10%, 0%);
		-o-transform: translate(-10%, 0%);
		transform: translate(-10%, 0%);
	}
	50% {
		-webkit-transform: translate(0%, 0%);
		-moz-transform: translate(0%, 0%);
		-ms-transform: translate(0%, 0%);
		-o-transform: translate(0%, 0%);
		transform: translate(0%, 0%);
	}
	60% {
		-webkit-transform: translate(10%, 0%);
		-moz-transform: translate(10%, 0%);
		-ms-transform: translate(10%, 0%);
		-o-transform: translate(10%, 0%);
		transform: translate(10%, 0%);
	}
	70% {
		-webkit-transform: translate(-10%, 10%);
		-moz-transform: translate(-10%, 10%);
		-ms-transform: translate(-10%, 10%);
		-o-transform: translate(-10%, 10%);
		transform: translate(-10%, 10%);
	}
	80% {
		-webkit-transform: translate(0%, 10%);
		-moz-transform: translate(0%, 10%);
		-ms-transform: translate(0%, 10%);
		-o-transform: translate(0%, 10%);
		transform: translate(0%, 10%);
	}
	90% {
		-webkit-transform: translate(0%, 0%);
		-moz-transform: translate(0%, 0%);
		-ms-transform: translate(0%, 0%);
		-o-transform: translate(0%, 0%);
		transform: translate(0%, 0%);
	}
	100% {
		-webkit-transform: translate(-10%, 10%);
		-moz-transform: translate(-10%, 10%);
		-ms-transform: translate(-10%, 10%);
		-o-transform: translate(-10%, 10%);
		transform: translate(-10%, 10%);
	}
}
@keyframes grained {
	0% {
		-webkit-transform: translate(-10%, 10%);
		-moz-transform: translate(-10%, 10%);
		-ms-transform: translate(-10%, 10%);
		-o-transform: translate(-10%, 10%);
		transform: translate(-10%, 10%);
	}
	10% {
		-webkit-transform: translate(-10%, 0%);
		-moz-transform: translate(-10%, 0%);
		-ms-transform: translate(-10%, 0%);
		-o-transform: translate(-10%, 0%);
		transform: translate(-10%, 0%);
	}
	20% {
		-webkit-transform: translate(-10%, -10%);
		-moz-transform: translate(-10%, -10%);
		-ms-transform: translate(-10%, -10%);
		-o-transform: translate(-10%, -10%);
		transform: translate(-10%, -10%);
	}
	30% {
		-webkit-transform: translate(0%, -10%);
		-moz-transform: translate(0%, -10%);
		-ms-transform: translate(0%, -10%);
		-o-transform: translate(0%, -10%);
		transform: translate(0%, -10%);
	}
	40% {
		-webkit-transform: translate(-10%, 0%);
		-moz-transform: translate(-10%, 0%);
		-ms-transform: translate(-10%, 0%);
		-o-transform: translate(-10%, 0%);
		transform: translate(-10%, 0%);
	}
	50% {
		-webkit-transform: translate(0%, 0%);
		-moz-transform: translate(0%, 0%);
		-ms-transform: translate(0%, 0%);
		-o-transform: translate(0%, 0%);
		transform: translate(0%, 0%);
	}
	60% {
		-webkit-transform: translate(10%, 0%);
		-moz-transform: translate(10%, 0%);
		-ms-transform: translate(10%, 0%);
		-o-transform: translate(10%, 0%);
		transform: translate(10%, 0%);
	}
	70% {
		-webkit-transform: translate(-10%, 10%);
		-moz-transform: translate(-10%, 10%);
		-ms-transform: translate(-10%, 10%);
		-o-transform: translate(-10%, 10%);
		transform: translate(-10%, 10%);
	}
	80% {
		-webkit-transform: translate(0%, 10%);
		-moz-transform: translate(0%, 10%);
		-ms-transform: translate(0%, 10%);
		-o-transform: translate(0%, 10%);
		transform: translate(0%, 10%);
	}
	90% {
		-webkit-transform: translate(0%, 0%);
		-moz-transform: translate(0%, 0%);
		-ms-transform: translate(0%, 0%);
		-o-transform: translate(0%, 0%);
		transform: translate(0%, 0%);
	}
	100% {
		-webkit-transform: translate(-10%, 10%);
		-moz-transform: translate(-10%, 10%);
		-ms-transform: translate(-10%, 10%);
		-o-transform: translate(-10%, 10%);
		transform: translate(-10%, 10%);
	}
}
.container {
	width: 69%;
	margin: 0 auto;
	max-width: 1200px;
}
.container::after {
	display: table;
	content: "";
	width: 100%;
	clear: both;
}
.header {
	mix-blend-mode: difference;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 100;
	padding: 50px 60px 20px;
	pointer-events: none;

	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.header_left {
	float: left;
	pointer-events: auto;
}
.header_logo {
	max-width: 150px;
}
.header_right {
	float: right;
	pointer-events: auto;
}
.move_top .header_left,
.move_top .header_right {
	pointer-events: none;
}
.back_link {
	font-size: 16px;
	font-weight: 300;
	color: #fff;
	position: relative;
	text-decoration: none;
	padding-right: 14px;
}
.back_link:before {
	content: '';
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(../images/arrow-up.svg);
	position: absolute;
	right: 0;
	top: 3px;
	width: 8px;
	height: 8px;
}
.side_nav {
	position: fixed;
	bottom: 50px;
	left: 70px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	z-index: 50;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.move_top .side_nav {
	opacity: 0;
	pointer-events: none;
}
.side_nav_menu li {
	list-style: none;
	display: inline-block;
	margin-right: 40px;
}
.side_nav_menu li a {
	font-size: 16px;
	font-weight: 300;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.side_nav_menu li a:hover {
	color: #fff!important;
	opacity: 1!important;
}
.side_nav_menu li.current-menu-item a {
	color: #fff!important;
}
.side_nav_menu li:not(.current-menu-item) a {
	color: rgba(255, 255, 255, 0.5);
}
.nav_hovered.side_nav_menu li a {
	opacity: .5;
}
.film_content {
	-webkit-transition: all .8s .8s ease;
	-moz-transition: all .8s .8s ease;
	-ms-transition: all .8s .8s ease;
	-o-transition: all .8s .8s ease;
	transition: all .8s .8s ease;
	-webkit-transform: translateY(100vh);
	-moz-transform: translateY(100vh);
	-ms-transform: translateY(100vh);
	-o-transform: translateY(100vh);
	transform: translateY(100vh);
}
.page_loaded .film_content {
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
.scroll_wrap {
	max-height: 100%;
}
.film_heading {
	padding: 45px 0 80px;
	position: relative;
}
.film_title {
	font-size: 16px;
	font-weight: 300;
	text-align: center;
	margin: 0 0 5px;
}
.film_desc {
	font-size: 16px;
	font-weight: 300;
	text-align: center;
}
.film_bg_title_wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	overflow: hidden;
	height: 100%;
	pointer-events: none;
	z-index: 0;
	font-size: 193px;
	white-space: nowrap;
}
.film_bg_title {
	font-family: 'Conv_DrukCond-Super';
	position: fixed;
	line-height: .9;
	top: 100%;
	opacity: 0;
	color: #d0d0d0;
	-webkit-text-stroke: 1px rgba(255, 255, 255, 0.1);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-transition: opacity .4s, transform .4s, color .5s ease;
	-moz-transition: opacity .4s, transform .4s, color .5s ease;
	-ms-transition: opacity .4s, transform .4s, color .5s ease;
	-o-transition: opacity .4s, transform .4s, color .5s ease;
	transition: opacity .4s, transform .4s, color .5s ease;
	width: 58%;
	left: 50%;
	max-width: 750px;
	text-align: center;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
}
.active_title.film_bg_title {
	color: rgba(208, 208, 208, 0.1);
	opacity: 1;
	top: 50%;
	-webkit-text-stroke: 1px transparent;
}
.film_bg_title_wrap.title_on_top {
	z-index: 5;
}
.film_bg_title.title_showing {
	opacity: 1;
	top: 85%;
	-webkit-transition: opacity .4s, transform .4s, color .5s ease;
	-moz-transition: opacity .4s, transform .4s, color .5s ease;
	-ms-transition: opacity .4s, transform .4s, color .5s ease;
	-o-transition: opacity .4s, transform .4s, color .5s ease;
	transition: opacity .4s, transform .4s, color .5s ease;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.film_bg_title.active_title > span {
	height: 0!important;
}
.film_bg_title > span {
	position: absolute;
	pointer-events: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	color: #000;
	-webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);
	will-change: height;
}
.active_title .film_bg_title_shape {
	display: none;
}
.film_bg_title_shape_wrap {
	position: absolute;
	width: 100%;
	height: 90vh;
	bottom: 100%;
	left: 0;
	overflow: hidden;
	pointer-events: none;
}
.film_bg_title_shape {
	position: absolute;
	top: 101%;
	width: 100%;
	-webkit-text-stroke: 1px rgba(255, 255, 255, 0.25);
	color: transparent;
	will-change: top;
}
.film_bg_title_shape > div {
	position: relative;
	width: 100%;
	display: block;
	height: auto;
	overflow: hidden;
	margin: 0 auto -5px;
	padding: 2% 0 0;
}
.film_bg_title_shape > div:nth-child(2) {
	padding: 3% 0 0;
}
.film_bg_title_shape > div:nth-child(3) {
	padding: 5% 0 0;
}
.film_bg_title_shape > div:nth-child(4) {
	padding: 7% 0 0;
}
.film_bg_title_shape > div:nth-child(5) {
	padding: 9% 0 0;
}
.film_bg_title_shape > div:nth-child(6) {
	padding: 11% 0 0;
}
.film_bg_title_shape > div:nth-child(7) {
	padding: 13% 0 0;
}
.film_bg_title_shape > div:nth-child(8) {
	padding: 15% 0 0;
}
.film_bg_title_shape > div:nth-child(9) {
	padding: 17% 0 0;
}
.film_bg_title_shape > div:nth-child(10) {
	padding: 19% 0 0;
}
.film_bg_title_shape > div:nth-child(11) {
	padding: 21% 0 0;
}
.film_bg_title_shape > div:nth-child(12) {
	padding: 23% 0 0;
}
.film_bg_title_shape > div > span {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}
.films_section {
	padding:15px 0 250px;
}
.gallery_row_left {
	float: left;
}
.gallery_row_right {
	float: right;
}
.gallery_row:after {
	content: '';
	display: table;
	width: 100%;
	clear: both;
}
.gallery_row_first {
	margin-bottom: 20px;
}
.gallery_section_first .gallery_row_first .gallery_row_right {
	max-width: 55%;
	padding-right: 50px;
}
.gallery_section_first .gallery_row_first .gallery_row_left {
	max-width: 35%;
}
.gallery_section_first .gallery_row_second .gallery_row_left {
	max-width: 42%;
}
.gallery_section_first .gallery_row_second .gallery_row_right {
	max-width: 55%;
	padding-top: 30px;
}
.gallery_section_first .gallery_row_third .gallery_row_left {
	max-width: 53%;
	padding-left: 20px;
}
.gallery_section_first .gallery_row_third .gallery_row_right {
	max-width: 45%;
	padding-top: 50px;
}
.gallery_section_first .gallery_row_second,
.gallery_section_first .gallery_row_third {
	margin-bottom: 20px;
}
.gallery_section_first .gallery_row_third .gallery_row_right img:first-child{
	max-width: 80%;
	margin-bottom: 40px;
}
.gallery_section_second .gallery_row_first .gallery_row_right {
	max-width: 60%;
}
.gallery_section_second .gallery_row_second {
	margin-bottom: 130px;
	margin-top: -40px;
}
.gallery_section_second .gallery_row_second .gallery_row_left {
	max-width: 35%;
}
.gallery_section_second .gallery_row_second .gallery_row_right {
	max-width: 55%;
	padding-top: 300px;
}
.gallery_section_second .gallery_row_third .gallery_row_left {
	max-width: 52%;
}
.gallery_section_second .gallery_row_third .gallery_row_right {
	max-width: 34%;
	padding-top: 300px;
	padding-right: 15px;
}
.gallery_section_second .gallery_row_third {
	margin-bottom: 30px;
}
.gallery_section_second .gallery_row_forth .gallery_row_left {
	max-width: 53%;
	padding-left: 10%;
}

.gallery_section_third .gallery_row_first .gallery_row_left {
	max-width: 26%;
	padding-top: 50%;
}
.gallery_section_third .gallery_row_first .gallery_row_right {
	max-width: 60%;
}
.gallery_section_third .gallery_row_first {
	margin-bottom: 50px;
}
.gallery_section_third .gallery_row_second .gallery_row_left {
	max-width: 52%;
	padding-top: 140px;
	padding-left: 25px;
}
.gallery_section_third .gallery_row_second .gallery_row_right {
	max-width: 34%;
}
.theBall {
	width: 14px;
	height: 14px;
	position: fixed;
	top: -60px;
	left: -60px;
	margin-top: -7px;
	margin-left: -7px;
	z-index: 200000;
	pointer-events: none!important;
	border: solid 1px #ffffff;
	background-color: #fff;
	-webkit-transform: scale(.5);
	-moz-transform: scale(.5);
	-ms-transform: scale(.5);
	-o-transform: scale(.5);
	transform: scale(.5);
	-webkit-transition:  transform .2s cubic-bezier(.175,.885,.32,1.275);
	-moz-transition:  transform .2s cubic-bezier(.175,.885,.32,1.275);
	-ms-transition:  transform .2s cubic-bezier(.175,.885,.32,1.275);
	-o-transition:  transform .2s cubic-bezier(.175,.885,.32,1.275);
	transition:  transform .2s cubic-bezier(.175,.885,.32,1.275);
}
.theBall span {
	font-size: 12px;
	color: #000;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	display: block;
	position: absolute;
	left: -7px;
	top: 15px;
	width: 60px;
	text-align: center;
	text-transform: uppercase;
}
.theBall.zooming {
	-webkit-transform: scale(2) rotate(45deg);
	-moz-transform: scale(2) rotate(45deg);
	-ms-transform: scale(2) rotate(45deg);
	-o-transform: scale(2) rotate(45deg);
	transform: scale(2) rotate(45deg);
}
.theBall-1, .theBall-2 {
	display: none;
}
.theBall.zoom_rand1 {
	display: block;
	border: solid 1px #ffffff;
	background: none;
	-webkit-transform: scale(1) rotate(45deg);
	-moz-transform: scale(1) rotate(45deg);
	-ms-transform: scale(1) rotate(45deg);
	-o-transform: scale(1) rotate(45deg);
	transform: scale(1) rotate(45deg);
}
.theBall.zoom_rand2 {
	border: solid 1px #0a15b2;
	background: #0a15b2;
	display: block;
	-webkit-transform: scale(1) rotate(45deg);
	-moz-transform: scale(1) rotate(45deg);
	-ms-transform: scale(1) rotate(45deg);
	-o-transform: scale(1) rotate(45deg);
	transform: scale(1) rotate(45deg);
}
.theBall-1.zoom_rand2 {
	border: solid 1px #fa0d8f;
	background: #fa0d8f;
}
.theBall-2.zoom_rand2 {
	border: solid 1px #f8d524;
	background: #f8d524;
}
.theBall.zooming_lg {
	-webkit-transform: scale(1) rotate(45deg);
	-moz-transform: scale(1) rotate(45deg);
	-ms-transform: scale(1) rotate(45deg);
	-o-transform: scale(1) rotate(45deg);
	transform: scale(1) rotate(45deg);
	width: 48px;
	height: 48px;
	margin-top: -24px;
	margin-left: -24px;
}

.video_wrap {
	position: relative;
	width: 100%;
	padding: 0;
	overflow: hidden;
	margin: 0 auto 85px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.fullscreen_mode .video_wrap {
	margin: 0 auto;
}
.video_wrap::before {
	display: block;
	content: "";
	padding-top: 56.25%;
}
.video4by3 {
	max-width: 56.25%;
}
.video4by3::before {
	padding-top: 100%;
}
.video16by9 {
	max-width: 35.25%;
}
.video16by9::before {
	padding-top: 175%;
}
.video_wrap iframe {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
	-webkit-transform: translate3d(0,0,0)!important;
	-moz-transform: translate3d(0,0,0)!important;
	-ms-transform: translate3d(0,0,0)!important;
	-o-transform: translate3d(0,0,0)!important;
	transform: translate3d(0,0,0)!important;
}
.video_overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
}
.fullscreen_mode .video_overlay {
	cursor: default;
}
.fullscreen_mode .theBall {
	display: none;
}
.video_wrap:after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	margin-left: -25px;
	margin-top: -25px;
	background-image: url(../images/logo-grey-small@2x.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
	-webkit-animation: spin_loading 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	-o-animation: spin_loading 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	animation: spin_loading 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	display: none;
	z-index: 2;
}
.video_loading.video_wrap:after {
	display: block;
}
@-webkit-keyframes spin_loading {
	0% {transform: rotateY(0deg);}
	100% {transform: rotateY(360deg);}
}
@keyframes spin_loading {
	0% {transform: rotateY(0deg);}
	100% {transform: rotateY(360deg);}
}
.video_text {
	margin: 0 auto 100px;
	max-width: 72%;
	position: relative;
}
.video_text p {
	margin: 0 0 20px;
}
.films_list {
	padding: 195px 0 120px 200px;
	-webkit-transition: all .8s .6s ease;
	-moz-transition: all .8s .6s ease;
	-ms-transition: all .8s .6s ease;
	-o-transition: all .8s .6s ease;
	transition: all .8s .6s ease;
	-webkit-transform: translateY(90vh);
	-moz-transform: translateY(90vh);
	-ms-transform: translateY(90vh);
	-o-transform: translateY(90vh);
	transform: translateY(90vh);
	position: relative;
	min-height: calc(100vh - 150px);
}
.page_loaded .films_list {
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
.films_list .container {
	padding: 0 20px;
	width: 78%;
}
.load_more {
	text-decoration: underline;
	color: #fff;
	background: none;
	border: 0;
	font-weight: 300;
}
.row .films_list_item_wrap {
	width: 50%;
	min-width: 50%;
	padding: 0 20px;
	margin-bottom: 40px;
}
.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -20px;
	margin-left: -20px;
}
.films_list_item_img {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 2;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
}
.films_list_item_img img {
	backface-visibility: hidden;
	display: block;
}
.films_list_home .films_list_item_img img {
	width: auto;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.hover_layer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	opacity: 0;
	background: #000;
}
.hover_layer video{
	width: auto;
	position: relative;
	left: 50%;
	height: 100%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.films_list_item:hover .hover_layer {
	opacity: 1;
}
.films_list_item {
	clear: both;
	position: relative;
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
	-ms-transform: translateY(100px);
	-o-transform: translateY(100px);
	transform: translateY(100px);
	opacity: 0;
	-webkit-transition: all .5s .2s ease;
	-moz-transition: all .5s .2s ease;
	-ms-transition: all .5s .2s ease;
	-o-transition: all .5s .2s ease;
	transition: all .5s .2s ease;
}
.in_view .films_list_item {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}
.films_list_text {
	text-decoration: none!important;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	font-size: 13px;
	font-weight: 300;
}
.films_list_title {
	position: absolute;
	top: 0;
	left: 0;
	margin-top: -15px;
	right: -14px;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
	overflow: hidden;
	white-space: nowrap;
	pointer-events: none;
	opacity: 0;
	-webkit-transition: opacity .4s ease;
	-moz-transition: opacity .4s ease;
	-ms-transition: opacity .4s ease;
	-o-transition: opacity .4s ease;
	transition: opacity .4s ease;
	line-height: 1;
	color: #fff;
	text-transform: uppercase;
}
.films_list_text:hover .films_list_title {
	opacity: 1;
}
.films_list_home .films_list_text .films_list_title .js-marquee-wrapper {
	-webkit-transform: translateX(-1500px)!important;
	-moz-transform: translateX(-1500px)!important;
	-ms-transform: translateX(-1500px)!important;
	-o-transform: translateX(-1500px)!important;
	transform: translateX(-1500px)!important;
	-webkit-animation: 40s linear 0s infinite normal none paused marqueeAnimation!important;
	-o-animation: 40s linear 0s infinite normal none paused marqueeAnimation!important;
	animation: 40s linear 0s infinite normal none paused marqueeAnimation!important;
}
.films_list_home .films_list_text:hover .films_list_title .js-marquee-wrapper {
	-webkit-animation-play-state: running!important;
	-moz-animation-play-state: running!important;
	-o-animation-play-state: running!important;
	animation-play-state: running!important;
}
.films_list .films_list_text .films_list_title .js-marquee-wrapper {
	-webkit-transform: translateX(-500px)!important;
	-moz-transform: translateX(-500px)!important;
	-ms-transform: translateX(-500px)!important;
	-o-transform: translateX(-500px)!important;
	transform: translateX(-500px)!important;
	-webkit-animation: 20s linear 0s infinite normal none paused marqueeAnimation!important;
	-o-animation: 20s linear 0s infinite normal none paused marqueeAnimation!important;
	animation: 20s linear 0s infinite normal none paused marqueeAnimation!important;
}
.films_list .films_list_text:hover .films_list_title .js-marquee-wrapper {
	-webkit-animation-play-state: running!important;
	-moz-animation-play-state: running!important;
	-o-animation-play-state: running!important;
	animation-play-state: running!important;
}
@-webkit-keyframes marqueeAnimation  {
	100% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
}
@keyframes marqueeAnimation {
	100% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
}
.carousel_action .films_list_text .films_list_title {
	opacity: 0;
}
.films_list_title:nth-child(2) {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	top: 0;
	left: 100%;
	width: 59.3%;
	margin-left: 15px;
	margin-top: 0;
}
.films_list_home .films_list_title:nth-child(2) {
	width: 58%;
}
.films_list_title:nth-child(3) {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	top: 100%;
	left: 100%;
	margin-top: 15px;
	right: -103%;
	right: calc(-100% - 15px);
}
.films_list_title:nth-child(4) {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	top: 100%;
	left: 0;
	right: 44%;
	margin-top: 0;
	margin-left: -15px;
}
@media screen and (min-width: 1920px){
}
.films_filter_wrap {
	position: fixed;
	left: 11.8%;
	top: 210px;
	z-index: 20;
	pointer-events: none;
}
.films_filter {
	list-style: none;
	font-size: 12px;
	font-weight: 300;
	line-height: 1;
	display: inline-block;
	pointer-events: auto;
}
.films_filter li {
	display: block;
}
.films_filter li a{
	color: #fff;
	text-decoration: none;
	position: relative;
	padding-left: 20px;
	padding-top: 6px;
	padding-bottom: 6px;
	display: inline-block;
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-ms-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}
.nav_hovered.films_filter li a:not(.active){
	opacity: .5;
}
.films_filter li a:before{
	content: '';
	position: absolute;
	left: 2px;
	top: 9px;
	width: 6px;
	height: 6px;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
.films_filter li.active a:before{
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
	background: #fff;
}
.item_shapes_list {
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.item_shape {
	position: absolute;
	top: 15px;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 4;
	opacity: 0;
	pointer-events: none;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.item_shape:nth-child(2) {
	position: absolute;
	top: 30px;
	z-index: 3;
}
.item_shape:nth-child(3) {
	position: absolute;
	top: 45px;
	z-index: 2;
}
.item_shape:nth-child(4) {
	position: absolute;
	top: 60px;
	z-index: 1;
}
.in_view1 .item_shape {
	border: 1px solid #fff;
	background: #000;
	background-image: none!important;
}
.in_view2 .item_shape {
	border: 0;
	background: #0a15b2;
	background-image: none!important;
}
.in_view2 .item_shape:nth-child(2) {
	background: #fa0d8f;
}
.in_view2 .item_shape:nth-child(3) {
	background: #f0200f;
}
.in_view2 .item_shape:nth-child(4) {
	background: #f8d524;
}
.in_view .item_shape {
	-webkit-animation: shape_show 1.4s .2s linear;
	-o-animation: shape_show 1.4s .2s linear;
	animation: shape_show 1.1s .2s linear;
}
.in_view .item_shape:nth-child(2) {
	-webkit-animation: shape_show 1.3s .2s linear;
	-o-animation: shape_show 1.3s .2s linear;
	animation: shape_show 1s .2s linear;
}
.in_view .item_shape:nth-child(3) {
	-webkit-animation: shape_show 1.2s .2s linear;
	-o-animation: shape_show 1.2s .2s linear;
	animation: shape_show .9s .2s linear;
}
.in_view .item_shape:nth-child(4) {
	-webkit-animation: shape_show 1.1s .2s linear;
	-o-animation: shape_show 1.1s .2s linear;
	animation: shape_show .8s .2s linear;
}

@-webkit-keyframes shape_show {
	0%, 100%{opacity: 0;}
	50%{opacity: 1;}
}
@keyframes shape_show {
	0%, 100%{opacity: 0;}
	50%{opacity: 1;}
}

.box_popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1002;
	display: none;
}
.box_popup:before {
	content: '';
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	background-position: 0;
	-webkit-animation: grained 6s steps(9) infinite;
	-o-animation: grained 6s steps(9) infinite;
	animation: grained 6s steps(9) infinite;
	position: absolute;
	width: 300%;
	height: 300%;
	left: -100%;
	top: -100%;
	opacity: .9;
	z-index: 1;
}
.popup_close {
	position: absolute;
	width: 55%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 3;
}
.clients_list_img {
	margin-right: 30px;
}
.clients_list_img, .clients_list_text, .popup_content {
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 2;
	max-width: 250px;
}
.clients_list_img li {
	list-style: none;
	text-align: center;
	margin: 20px 45px 40px;
}
.popup_content {
	text-align: left;
	max-width: 40%;
	margin-top: 80px;
}
.popup_content p {
	margin-bottom: 20px;
}
.clients_list_text li {
	list-style: none;
	text-align: left;
}
.popup_scroll, .clients_popup_scroll {
	max-height: 100%;
	position: relative;
	z-index: 5;
	height: 100%;
}
.popup_scroll .scroll-content, .clients_popup_scroll .scroll-content {
	min-height: 100%;
}
.clients_popup_content {
	text-align: right;
	padding: 25px 10%;
	position: relative;
	z-index: 2;
}

/*contact*/
.contact_title {
	font-family: 'Conv_DrukCond-Super';
	font-size: 277px;
	position: fixed;
	line-height: .9;
	width: 100%;
	left: calc(50% - 370px);
	color: rgba(208, 208, 208, 0.1);
	top: 50%;
	-webkit-transform: translateY(-75%);
	-moz-transform: translateY(-75%);
	-ms-transform: translateY(-75%);
	-o-transform: translateY(-75%);
	transform: translateY(-75%);
	text-align: center;
	text-transform: uppercase;
	max-width: 740px;
	margin: 0 auto;
	white-space: nowrap;
}
.centered_title {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.contact_section {
	position: relative;
	max-width: 800px;
	margin: 0 auto;
	height: 100%;
	padding: 0 30px;
}
.contact_section_content {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
}
.contact_col_wrap {
	margin: 50px 0 0;
	display: flex;
	justify-content: space-between;
}
.contact_col_title {
	font-size: 14px;
	font-weight: 300;
	margin: 0 0 40px;
}
.contact_col {
	padding-right: 10px;
}
.contact_col a{
	color: #fff;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.contact_col_wrap.nav_hovered .contact_col a:not(.active){
	opacity: .5;
}
.bottom_nav {
	position: fixed;
	bottom: 60px;
	left: calc(50% - 400px);
	max-width: 800px;
	margin: 0 auto;
	width: 100%;
	padding: 0 30px;
}
.bottom_nav_menu li {
	display: inline-block;
	list-style: none;
	margin-right: 40px;
}
.bottom_nav_menu li a {
	font-size: 10px;
	font-weight: 300;
	color: #fff;
	text-decoration: none;
}
.scroll-content {
	position: relative;
}
body:not(.page_loaded) .overflow-hidden .scroll-content {
	-webkit-transform: none!important;
	-moz-transform: none!important;
	-ms-transform: none!important;
	-o-transform: none!important;
	transform: none!important;
}
/*home page*/
.home_section {
	height: 100vh;
	display: flex;
	align-items: center;
	max-width: 750px;
	margin: 0 auto;
}
.home_section_wrap {
	padding: 40vh 0;
}
.container_sm {
	max-width: 750px;
	margin: 0 auto;
}
.container_sm:after {
	content: '';
	display: table;
	width: 100%;
	clear: both;
}
.home_section_box {
	max-width: 750px;
	margin: 0 auto;
	position: absolute;
}
.home_section_top {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}
.home_section_title {
	font-family: 'Conv_DrukCond-Super';
	font-size: 216px;
	white-space: nowrap;
	line-height: 0.9;
	position: relative;
}
.home_title_film {
	font-size: 248px;
}
.home_section_text {
	font-size: 16px;
}
.home_section_top .home_section_title {
	opacity: 0.1;
	color: #fff;
}
.home_section_bottom .home_section_title {
	opacity: 0.6;
}
.home_section_top .home_section_text {
	text-align: right;
	opacity: .3;
}
.home_section_bottom .home_section_text:after {
	content: '';
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-image: url(../images/arrow-down.svg);
	width: 8px;
	height: 10px;
	display: inline-block;
	vertical-align: middle;
}
.home_section_top .home_section_text:before {
	content: '';
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-image: url(../images/arrow-up.svg);
	width: 8px;
	height: 10px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
	-webkit-transform: scale(-1,1);
	-moz-transform: scale(-1,1);
	-ms-transform: scale(-1,1);
	-o-transform: scale(-1,1);
	transform: scale(-1,1);
	position: relative;
	top: -3px;
}
.home_section_title_shape_wrap {
	position: absolute;
	width: 100%;
	height: 90vh;
	bottom: 97.6%;
	left: 0;
	overflow: hidden;
	pointer-events: none;
}
.home_section_title_shape {
	position: absolute;
	top: 100%;
	width: 100%;
}
.home_section_top .home_section_title_shape_wrap {
	bottom: auto;
	top: 90%;
}
.home_section_top .home_section_title_shape {
	bottom: 101%;
	top: auto;
}
.home_section_top .home_section_title_shape > div {
	margin: -15px auto 0
}
.home_section_title_shape > div {
	position: relative;
	width: 100%;
	display: block;
	height: auto;
	overflow: hidden;
	margin: 0 auto -4px;
	padding: 2% 0 0;
}
.home_section_title_shape > div:nth-child(2) {
	padding: 3% 0 0;
}
.home_section_title_shape > div:nth-child(3) {
	padding: 5% 0 0;
}
.home_section_title_shape > div:nth-child(4) {
	padding: 7% 0 0;
}
.home_section_title_shape > div:nth-child(5) {
	padding: 9% 0 0;
}
.home_section_title_shape > div:nth-child(6) {
	padding: 11% 0 0;
}
.home_section_title_shape > div:nth-child(7) {
	padding: 13% 0 0;
}
.home_section_title_shape > div:nth-child(8) {
	padding: 15% 0 0;
}
.home_section_title_shape > div:nth-child(9) {
	padding: 17% 0 0;
}
.home_section_title_shape > div:nth-child(10) {
	padding: 19% 0 0;
}
.home_section_title_shape > div:nth-child(11) {
	padding: 21% 0 0;
}
.home_section_title_shape > div:nth-child(12) {
	padding: 23% 0 0;
}
.home_section_top .home_section_title_shape > div:nth-child(1) {
	padding: 23% 0 0;
}
.home_section_top .home_section_title_shape > div:nth-child(2) {
	padding: 21% 0 0;
}
.home_section_top .home_section_title_shape > div:nth-child(3) {
	padding: 19% 0 0;
}
.home_section_top .home_section_title_shape > div:nth-child(4) {
	padding: 17% 0 0;
}
.home_section_top .home_section_title_shape > div:nth-child(5) {
	padding: 15% 0 0;
}
.home_section_top .home_section_title_shape > div:nth-child(6) {
	padding: 13% 0 0;
}
.home_section_top .home_section_title_shape > div:nth-child(7) {
	padding: 11% 0 0;
}
.home_section_top .home_section_title_shape > div:nth-child(8) {
	padding: 9% 0 0;
}
.home_section_top .home_section_title_shape > div:nth-child(9) {
	padding: 7% 0 0;
}
.home_section_top .home_section_title_shape > div:nth-child(10) {
	padding: 5% 0 0;
}
.home_section_top .home_section_title_shape > div:nth-child(11) {
	padding: 3% 0 0;
}
.home_section_top .home_section_title_shape > div:nth-child(12) {
	padding: 2% 0 0;
}
.home_section_title_shape > div > span {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}
.home_section_top .home_section_title_shape > div > span {
	top: auto;
	bottom: 0;
}
.home .scrollbar-track {
	display: none!important;
}
.home_page_top {
	padding: 10vh 0 0;
}
.home_page_bottom {
	padding: 10vh 0 120px;
	margin-top: 200px;
}
.ajax_wrap, .ajax_inner {
	height: 100%;
}
.ajax_inner.active {
	position: relative;
	z-index: 2;
}
.overflow-hidden {
	pointer-events: none;
}
.ajax_inner {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	opacity: 1;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.front-page .ajax_inner {
	-webkit-transition: all 2.5s ease-in-out;
	-moz-transition: all 2.5s ease-in-out;
	-ms-transition: all 2.5s ease-in-out;
	-o-transition: all 2.5s ease-in-out;
	transition: all 2.5s ease-in-out;
}
body.page_reload .ajax_inner.active,
body:not(.page_loaded) .ajax_inner {
	pointer-events: none;
	opacity: 0;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
#saver {
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	display: none;
	z-index: 2000;
}
#can {
	position: relative;
	z-index: 2;
}
#logo_anim {
	width: 100%;
	height: 100%;
}
.overlay_load {
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 2000;
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-color: #000;
}
.overlay_load_text {
	position: relative;
	opacity: .3;
	display: none;
}
.counter {
	opacity: .3;
	position: relative;
	/*display: none;*/
	/*font-family: 'Conv_DrukCond-Super';*/
	/*opacity: 0.09;*/
	/*color: #bdbdbd;*/
	/*font-size: 120px;*/
	/*position: absolute;*/
	/*top: 50%;*/
	/*left: 50%;*/
	/*-webkit-transform: translate(-50%,-50%);*/
	/*-moz-transform: translate(-50%,-50%);*/
	/*-ms-transform: translate(-50%,-50%);*/
	/*-o-transform: translate(-50%,-50%);*/
	/*transform: translate(-50%,-50%);*/
}
.home_music_text {
	font-size: 16px;
	margin: 0 0 40px;
	color: #000;
}
.home_page_top .home_page_video {
	margin: 60px 0 0;
}
.video_list_text {
	text-decoration: none!important;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	font-size: 14px;
	font-weight: 200;
	text-transform: uppercase;
}
.video_list_title {
	position: absolute;
	top: 0;
	left: 0;
	margin-top: -20px;
	right: -14px;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
	overflow: hidden;
	white-space: nowrap;
	pointer-events: none;
	opacity: 0;
	-webkit-transition: opacity .4s ease;
	-moz-transition: opacity .4s ease;
	-ms-transition: opacity .4s ease;
	-o-transition: opacity .4s ease;
	transition: opacity .4s ease;
	line-height: 1;
	color: #fff;
}
.video_list_title:nth-child(2) {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	width: 58%;
	top: 20px;
	left: 100%;
	margin-left: 17px;
}
.video_list_title:nth-child(3) {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	top: 100%;
	right: -103%;
	right: calc(-100% - 18px);
	left: 100%;
	margin-top: 20px;
}
.video_list_title:nth-child(4) {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	top: 100%;
	left: 0;
	right: 44%;
	margin-top: 0;
	margin-left: -20px;
}
@media screen and (min-width: 1920px){
	.video_list_title:nth-child(2) {
		width: 57.6%;
	}
}
.home_page_video {
	position: relative;
}
.home_page_video .video_list_title {
	opacity: 1;
}
.home_page_video .video_wrap  {
	z-index: 2;
}
.home_page_top .video_wrap  {
	margin: 0;
}
.home_page_bottom .home_page_video  {
	margin: 0 0 200px;
}
.home .films_list_item_wrap {
	padding: 200px 0;
	position: relative;
}
.home .films_list_item_wrap:nth-child(odd) .home_item_title,
.home .films_list_item_wrap:nth-child(odd) .home_item_title_shape {
	color: rgba(255, 255, 255, 0.1);
	-webkit-text-stroke: unset;
}
.films_list_item_wrap:after {
	content: '';
	display: table;
	width: 100%;
	clear: both;
}
.home_item_header {
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	overflow: hidden;
	width: 100%;
	z-index: 1;
}
.home_item_title {
	font-family: 'Conv_DrukCond-Super';
	z-index: 1;
	position: absolute;
	line-height: .9;
	top: 89%;
	width: 80%;
	color: transparent;
	-webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);
	text-align: center;
	white-space: nowrap;
	left: 50%;
	max-width: 750px;
	-webkit-transform: translate(-50%, -100%);
	-moz-transform: translate(-50%, -100%);
	-ms-transform: translate(-50%, -100%);
	-o-transform: translate(-50%, -100%);
	transform: translate(-50%, -100%);
}
.home_item_title_wrap {
	position: absolute;
	width: 100%;
	height: 106vh;
	bottom: 100%;
	left: 0;
	overflow: hidden;
}
.home_item_title_shape {
	position: absolute;
	top: 0;
	width: 100%;
	-webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);
	color: transparent;
}
.home_item_title_shape > div {
	position: relative;
	width: 100%;
	display: block;
	height: auto;
	overflow: hidden;
	margin: 0 auto 1px;
	padding: 10px 0 0;
}
.home_item_title_shape > div > span {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}
.home_item_title_shape > div:nth-child(2) {
	padding: 15px 0 0;
}
.home_item_title_shape > div:nth-child(3) {
	padding: 20px 0 0;
}
.home_item_title_shape > div:nth-child(4) {
	padding: 25px 0 0;
}
.home_item_title_shape > div:nth-child(5) {
	padding: 30px 0 0;
}
.home_item_title_shape > div:nth-child(6) {
	padding: 35px 0 0;
}
.home_item_title_shape > div:nth-child(7) {
	padding: 40px 0 0;
}
.home_item_title_shape > div:nth-child(8) {
	padding: 45px 0 0;
}
.home_item_title_shape > div:nth-child(9) {
	padding: 50px 0 0;
}
.home_item_title_shape > div:nth-child(10) {
	padding: 55px 0 0;
}
.home_item_title_shape > div:nth-child(11) {
	padding: 60px 0 0;
}
.home_item_title_shape > div:nth-child(12) {
	padding: 65px 0 0;
}
.home_item_title_shape > div:nth-child(13) {
	padding: 70px 0 0;
}
.home_item_title_shape > div:nth-child(14) {
	padding: 75px 0 0;
}
.home_item_title_shape > div:nth-child(15) {
	padding: 80px 0 0;
}
.home_item_title_shape > div:nth-child(16) {
	padding: 85px 0 0;
}
.home_item_title_shape > div:nth-child(17) {
	padding: 90px 0 0;
}
.home_item_title_shape > div:nth-child(18) {
	padding: 95px 0 0;
}
.home_item_title_shape > div:nth-child(19) {
	padding: 100px 0 0;
}
.home_item_title_shape > div:nth-child(20) {
	padding: 105px 0 0;
}
.home_item_title_shape > div:nth-child(21) {
	padding: 110px 0 0;
}
.bg_white_layout {
	overflow: hidden;
	background-color: #fff;
	position: fixed;
	width: 100%;
	height: 100%;
	min-height: 100vh;
	z-index: 0;
	pointer-events: none;
	top: 0;
	left: 0;
	opacity: 0;
}
.bg_white_layout:after {
	content: '';
	background-image: url(../images/noise1.jpg);
	background-repeat: repeat;
	background-position: 0;
	-webkit-animation: grained 6s steps(9) infinite;
	-o-animation: grained 6s steps(9) infinite;
	animation: grained 6s steps(9) infinite;
	position: absolute;
	width: 300%;
	height: 300%;
	left: -100%;
	top: -100%;
}
.home_page_top .video_list_title {
	color: #000;
}
.home_page_top .back_link {
	color: #000;
}
.home_page_top .back_link:before {
	background-image: url(../images/arrow-up-black.svg);
}
.home .header_right {
	opacity: 0;
}
.home_logo {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	pointer-events: none;
	z-index: 20;
}
.films_list_home {
	width: 72%;
	max-width: 1200px;
	margin: 0 auto!important;
}
.master-slider {
	width: 72%;
	max-width: 1640px;
	margin: 0 auto!important;
	z-index: 2;
}
.films_list_home .films_list_item {
	opacity: 1;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	height: 100%;
}
.films_list_home .ms-view {
	background: none;
}
.films_list_home .ms-wk .ms-slide {
	padding: 20px;
	box-sizing: border-box;
	max-width: 100%;
	max-height: 100%;
}
.page_link {
	color: #fff;
	font-size: 16px;
	text-decoration: none;
}
.page_link:hover {
	text-decoration: underline;
}
.contact_section_wrap {
	position: relative;
	height: 100vh;
	overflow: hidden;
}
.contact_section_wrap .film_bg_title {
	position: relative;
	width: 100%;
	top: 0;
	opacity: 1;
	margin: 0;
	color: transparent;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
	-webkit-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	transform: translate(-50%,0);
}
.contact_section_wrap .film_bg_title > span {
	color: transparent;
	background-clip: text;
	-webkit-background-clip: text;
	background-position: 0 0;
	background-image: url(../images/noise.gif);
	background-size: 0 0;
	-webkit-transition: height .6s;
	-moz-transition: height .6s;
	-ms-transition: height .6s;
	-o-transition: height .6s;
	transition: height .6s;
}
.contact_section_wrap .contact_fixed_show .film_bg_title > span {
	background-size: inherit;
}
.contact_section_wrap .contact_fixed_show .film_bg_title {
	color: rgba(255, 255, 255, 0.7);
}
.scroll_wrap.scrolling a.film_bg_title > span{
	-webkit-transition: none;
	-moz-transition: none ;
	-ms-transition: none ;
	-o-transition: none ;
	transition: none ;
}
.contact_fixed {
	position: fixed;
	top: 0;
	width: 58%;
	left: 50%;
	max-width: 750px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.contact_fixed.contact_fixed_show {
	position: fixed;
}
.page_content {
	position: relative;
	padding: 40vh 30px 120px;
	max-width: 800px;
	margin: 0 auto;
}
.page_content ul,
.page_content ol {
	margin-left: 20px;
}
.page_content p {
	margin-bottom: 20px;
}
.page_content a {
	word-break: break-word;
}
.logo_box {
	width: 110px;
	height: 72px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: auto 100%;
}
.move_top .theBall:not(.zoom_rand2) {
	border: solid 1px #000;
	background-color: #000;
}
.move_top .theBall.zoom_rand1 {
	background-color: transparent;
}
.move_top .theBall span {
	color: #fff;
}

.audio-progress-wrap {
	height: 41px;
	position: absolute;
	bottom: 20px;
	display: none;
	z-index: 10;
	width: 360px;
	margin-left: -180px;
	left: 50%;
	padding: 30px;
}
.fullscreen_mode .audio-progress-wrap {
	bottom: 40px;
	cursor: default;
}
.fullscreen_mode .full_screen_btn {
	bottom: 60px;
	cursor: default;
}
.fullscreen_mode .video_sound {
	bottom: 60px;
	cursor: pointer;
}
.video16by9 .audio-progress-wrap {
	bottom: 60px;
	width: 100%;
	margin-left: 0;
	left: 0;
}
.fullscreen_mode .video16by9 .audio-progress-wrap {
	width: 360px;
	margin-left: -180px;
	left: 50%;
}
.audio-progress {
	width: 100%;
	position: relative;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.28);
}
.audio-progress .bar {
	height: 100%;
	background-color: #ffffff;
}
.draggable-point {
	display: flex;
	top: 0!important;
	align-items: center;
	position:absolute;
	z-index: 1;
	margin-top: -5px;
	margin-left: -5px;
	width: 10px;
	height: 10px;
	border: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: #fff;
	cursor: none;
	padding: 0;
	font-size: 12px;
	font-weight: 900;
	color: #000;
	justify-content: center;
	opacity: 0;
	-webkit-transition: opacity .4s ease;
	-moz-transition: opacity .4s ease;
	-ms-transition: opacity .4s ease;
	-o-transition: opacity .4s ease;
	transition: opacity .4s ease;
}

.audio-progress-wrap:hover .draggable-point {
	opacity: 1;
}
.fullscreen_mode .draggable-point {
	cursor: pointer;
}
.full_screen_btn {
	position: absolute;
	right: 40px;
	bottom: 40px;
	font-size: 12px;
	text-decoration: underline;
	background: none;
	border: 0;
	color: #fff;
	z-index: 5;
	display: none;
}
.fullscreen_mode {
	cursor: default;
}
.fullscreen_mode .full_screen_exit {
	display: none!important;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.fullscreen_mode .full_screen_btn {
	cursor: pointer;
}
.fullscreen_mode .full_screen_btn:before {
	content: 'EXIT ';
}
.video_sound {
	display: none;
	background-image: url(../images/sound-white.svg);
	background-position: 0 50%;
	background-repeat: no-repeat;
	padding-left: 20px;
	height: 16px;
	width: 70px;
	position: absolute;
	left: 40px;
	bottom: 40px;
	z-index: 5;
	background-size: contain;
}
.video_sound.muted {
	background-image: url(../images/sound-mute-white.svg);
}
.video_sound_line {
	position: relative;
	margin: 7px 0;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.2);
	width: 100%;
}
.video_sound_control {
	height: 100%;
	width: 50%;
	background: #fff;
}
.video_started:hover .video_sound,
.video_started:hover .full_screen_btn,
.video_started:hover .audio-progress-wrap {
	display: block;
}
.video_inner {
	background: #000;
}
.fullscreen .video_inner {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 3000;
}
.fullscreen_mode .slider_nav,
.fullscreen_mode .side_nav,
.fullscreen_mode .header {
	display: none;
}
.hide_controls .video_sound,
.hide_controls .full_screen_btn,
.hide_controls .audio-progress-wrap {
	display: none!important;
}
.films_text {
	position: relative;
	margin-bottom: 40px;
}
.text_inner {
	float: left;
}
.home_page_bottom .text_inner,
.home_page_bottom .text_wrapper {
	float: right;
}
.slider_nav {
	position: absolute;
	bottom: -300px;
	right: 5%;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: 100% 0;
	-moz-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	-o-transform-origin: 100% 0;
	transform-origin: 100% 0;
	min-width: 255px;
	text-align: center;
	-webkit-transition: bottom .6s ease;
	-moz-transition: bottom .6s ease;
	-ms-transition: bottom .6s ease;
	-o-transition: bottom .6s ease;
	transition: bottom .6s ease;
}
.slider_nav_show .slider_nav {
	bottom: 10%;
}
.slider_arrow {
	width: 12px;
	height: 13px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50%;
	background-color: transparent;
	border: 0;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 5px;
	z-index: 1;
}
.slider_prev {
	background-image: url(../images/arrow-top.svg);
	left: 0;
}
.slider_next {
	background-image: url(../images/arrow-bottom.svg);
	right: 0;
}
.slider_nav_text {
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 25px;
}
.footer {
	display: flex;
	justify-content: space-between;
	margin: 30px 0 70px;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.footer_links {
	list-style: none;
	font-size: 11px;
}
.footer_links a {
	text-decoration: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.nav_hovered .footer_links a {
	opacity: .5;
}
.nav_hovered .footer_links a.active {
	opacity: 1;
}

@keyframes sctop {
	0%{
		margin-top: 100px;
	}
	100%{margin-top: 0}
}
@-webkit-keyframes scdown {
	0%{margin-top: -100px}
	100%{margin-top: 0}
}
@keyframes scdown {
	0%{margin-top: -100px}
	100%{margin-top: 0}
}
@-webkit-keyframes opacityOut {
	0%{opacity: 1;}
	100%{opacity: 0;}
}
@keyframes opacityOut {
	0%{opacity: 1;}
	100%{opacity: 0;}
}
.footer_logos {
	white-space: nowrap;
	min-width: 160px;
}
.footer_logos img:not(:last-child) {
	margin-right: 50%;
}
.contact_section .footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	padding: 0 30px;
	z-index: 1;
}
#webgl {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.visible_xs {
	display: none;
}
#logo_anim_mob {
	width: 132px;
	height: 100px;
	margin: 0 auto 90px;
	display: none;
}
.films_list_footer {
	height: auto!important;
}
.films_list_footer .contact_fixed {
	position: relative;
	top: 0!important;
}
#wpadminbar * {
	cursor: default;
}
.error_page {
	position: relative;
	height: 100%;
	padding: 60px 120px;
}
.error_page_content {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../images/404-2x.png);
}
#cookie-notice.cookie-notice-visible {
	background-image: url(../images/noise.gif);
	background-repeat: repeat;
	background-position: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.21);
}
#cookie-notice.cookie-notice-visible:before, #cookie-notice.cookie-notice-visible:after {
	content: '';
	position: absolute;
	left: 0;
	top: -4px;
	height: 2px;
	width: 100%;
	background-image: url(../images/noise.gif);
	background-repeat: repeat;
	background-position: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.21);
}

@media (min-width: 1400px) and  (min-height: 1000px){
	.footer {
		margin: 120px 0 70px;
	}
}
@media (min-width: 1400px)  and  (min-height: 1200px){
	.home_item_title_wrap {
		height: 85vh;
	}
	.footer {
		margin: 150px 0 70px;
	}
}

@media (min-width: 1200px) {
	.visible_md {
		display: none!important;
	}
	.scroll_wrap.scrolling a.film_bg_title.hover > span{
		-webkit-transition: height .6s;
		-moz-transition: height .6s;
		-ms-transition: height .6s;
		-o-transition: height .6s;
		transition: height .6s;
	}
	.contact_fixed_show a.film_bg_title:hover > span{
		height: 0!important;
	}
	button {
		cursor: none;
	}
	.video_overlay, .video_wrap * {
		cursor: none;
	}
}

@media (max-width: 1640px) {
	.master-slider {
		max-width: 72%;
	}
}
@media (max-width: 1199px) {
	a {
		cursor: pointer;
	}
	.hidden_md {
		display: none!important;
	}
	.side_nav {
		left: 30px;
	}
	.theBall {
		display: none!important;
	}
	.clients_popup_content {
		padding: 50px 10%;
	}
	.popup_close {
		width: 100%;
		height: 50px;
		text-align: right;
		padding: 30px 30px 0;
		z-index: 10;
		cursor: pointer;
		font-size: 12px;
	}
	.row .films_list_item_wrap {
		margin-bottom: 90px;
	}
	.films_list_title .js-marquee-wrapper {
		-webkit-transform: translateX(-900px)!important;
		-moz-transform: translateX(-900px)!important;
		-ms-transform: translateX(-900px)!important;
		-o-transform: translateX(-900px)!important;
		transform: translateX(-900px)!important;
	}
	.video_list_text,
	.films_list_text {
		font-size: 10px;
		line-height: 1;
		font-weight: 200;
	}
	.films_list_text .films_list_title {
		display: block;
		opacity: 1;
	}
	.films_list_title:nth-child(4),
	.films_list_title:nth-child(2) {
		margin-top: 0;
	}
	.films_list_title:nth-child(3),
	.video_list_title:nth-child(3) {
		margin-top: 15px;
	}
	.films_list_home .films_list_title:nth-child(4),
	.films_list_home .films_list_title:nth-child(2) {
		width: 58.5%;
	}
	.video_list_title {
		margin-top: -15px;
	}
	.video_list_title:nth-child(2) {
		width: 58.5%;
		top: 15px;
		margin-left: 15px;
	}
	.video_list_title:nth-child(3) {
		right: -103%;
		right: calc(-100% - 15px);
	}
	.video_list_title:nth-child(4) {
		margin-left: -15px;
		width: 58.5%;
	}
	.films_filter {
		left: 10%;
	}
	.fullscreen_mode .audio-progress-wrap {
		bottom: 130px;
		padding: 30px;
	}
	.fullscreen_mode .video16by9 .audio-progress-wrap {
		bottom: 130px;
	}
	.full_screen_btn {
		right: 20px;
		font-size: 0;
		text-decoration: none;
		display: none;
		bottom: auto;
		top: 20px;
		width: 20px;
		height: 20px;
		background-position: 50%;
		background-repeat: no-repeat;
		background-size: cover;
		background-image: url(../images/fullscreen.svg);
	}
	.fullscreen_mode .full_screen_btn {
		background-image: url(../images/collapse-fullscreen.svg);
	}
	.video_started .video_sound, .video_started .full_screen_btn, .video_started .audio-progress-wrap {
		display: block!important;
	}
	.audio-progress-wrap .draggable-point {
		opacity: 1;
		margin-top: -8px;
		margin-left: -8px;
		width: 16px;
		height: 16px;
		cursor: pointer;
	}
	.video_overlay {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		z-index: 2;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: 50%;
	}
	.video_overlay:before,
	.films_list_item_img:before {
		content: 'PLAY';
		position: absolute;
		left: 29px;
		width: 50px;
		text-align: center;
		bottom: 36px;
		font-size: 10px;
		color: #000;
		z-index: 1;
		line-height: 37px;
	}
	.video_started .video_overlay:after, .video_started .films_list_item_img:after,
	.video_started .video_overlay:before,
	.video_started .films_list_item_img:before {
		display: none;
	}
	.video_loading .video_overlay:before {
		content: 'LOADING';
	}
	.films_list_item_img:after,
	.films_list_item_img:before {
		content: 'GO';
		display: none;
	}
	.video_overlay:after,
	.films_list_item_img:after {
		content: '';
		position: absolute;
		width: 38px;
		height: 38px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
		background-color: #ffffff;
		left: 35px;
		bottom: 35px;
	}
	.video_playing .video_overlay:before,
	.video_playing .video_overlay:after {
		display: none;
	}
	.fullscreen_mode .video_overlay:before {
		bottom: 15vh;
	}
	.fullscreen_mode .video_overlay:after {
		bottom: 15vh;
	}
	body {
		cursor: default;
		-webkit-text-size-adjust: none;
	}
	.slider_arrow {
		cursor: pointer;
	}
	.films_list_item .hover_layer {
		display: none;
	}
	.fullscreen_mode .video_sound {
		bottom: 150px;
	}
	.error_page {
		padding: 50px 70px;
	}
	.films_list_home .films_list_text .films_list_title .js-marquee-wrapper {
		-webkit-animation-play-state: running!important;
		-moz-animation-play-state: running!important;
		-o-animation-play-state: running!important;
		animation-play-state: running!important;
	}
	.films_list .films_list_text .films_list_title .js-marquee-wrapper {
		-webkit-animation-play-state: running!important;
		-moz-animation-play-state: running!important;
		-o-animation-play-state: running!important;
		animation-play-state: running!important;
	}
}
@media (max-width: 991px) {
	.contact_section {
		max-width: 100%;
		padding: 0 60px;
	}
	.contact_section .footer {
		padding: 0 60px;
	}
	.bottom_nav {
		left: 0;
		padding: 0 60px;
	}
	.page_content {
		max-width: 100%;
		padding: 40vh 60px 120px;
	}
	.contact_title {
		left: 0;
		max-width: 100%;
		padding: 0 60px;
	}
	.home_item_title,
	.home_section_box,
	.container_sm,
	.home_section {
		max-width: 580px;
	}
	.home_section_title {
		font-size: 167px;
	}
	.home_title_film {
		font-size: 192px;
	}
	.films_list .container {
		width: 100%;
	}
	.contact_section_wrap .film_bg_title {
		width: 58%;
	}
	.contact_fixed {
		width: 100%;
	}
	.contact_fixed .footer {
		padding: 0 60px;
	}
	.video_sound {
		left: 20px;
	}
	.error_page {
		padding: 50px 40px;
	}
}
@media (max-width: 767px) {
	.films_list .container {
		padding: 0;
	}
	.header {
		padding: 50px 40px 10px;
		mix-blend-mode: normal;
	}
	.back_link {
		font-size: 14px;
	}
	.film_bg_title {
		font-size: 65px;
		width: calc(100% - 80px);
	}
	.contact_col_wrap {
		display: block;
	}
	.contact_section {
		max-width: 100%;
		padding: 134px 40px 90px;
		overflow: auto;
		position: relative;
	}
	.contact_section_content {
		height: auto;
	}
	.contact_title {
		font-size: 95px;
		padding: 0 40px;
	}
	.header_right {
		display: none;
	}
	.films_list .films_list_item_img:after,
	.films_list .films_list_item_img:before {
		display: none;
	}
	.side_nav_menu li:not(.current-menu-item) a {
		color: rgba(255, 255, 255, 0.4);
	}
	.side_nav {
		left: auto;
		right: 40px;
		bottom: auto;
		top: 0;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		z-index: 102;
		padding: 52px 0 11px;
	}
	.side_nav_menu li {
		margin-right: 0;
		margin-left: 15px;
	}
	.side_nav_menu li a {
		font-size: 12px;
		color: #fff;
	}
	.clients_list_img, .clients_list_text {
		display: inline-block;
		vertical-align: top;
		position: relative;
		z-index: 2;
		width: 47%;
		margin: 0;
	}
	.popup_content {
		max-width: 100%;
		padding: 90px 25px 20px;
		margin: 0;
	}
	.clients_list_img li {
		padding: 0 10px;
		margin: 20px auto 40px;
		max-width: 100px;
	}
	.clients_popup_content {
		padding: 50px 15px;
	}
	.home_section_title {
		font-size: 86px;
		text-align: center;
	}
	.home_title_film {
		font-size: 99px;
	}
	.home_section {
		height: 100vh;
		max-width: 100%;
	}
	.home_section_box, .container_sm {
		max-width: 100%;
		padding: 0 40px;
		width: 100%;
	}
	.home_section_title_shape > div {
		padding: 15px 0 0;
	}
	.home_section_title_shape > div:nth-child(2) {
		padding: 20px 0 0;
	}
	.home_section_title_shape > div:nth-child(3) {
		padding: 25px 0 0;
	}
	.home_section_title_shape > div:nth-child(4) {
		padding: 30px 0 0;
	}
	.home_section_title_shape > div:nth-child(5) {
		padding: 35px 0 0;
	}
	.home_section_title_shape > div:nth-child(6) {
		padding: 40px 0 0;
	}
	.home_section_title_shape > div:nth-child(7) {
		padding: 45px 0 0;
	}
	.home_section_title_shape > div:nth-child(8) {
		padding: 50px 0 0;
	}
	.home_section_title_shape > div:nth-child(9) {
		padding: 55px 0 0;
	}
	.home_section_title_shape > div:nth-child(10) {
		padding: 60px 0 0;
	}
	.home_section_title_shape > div:nth-child(11) {
		padding: 65px 0 0;
	}
	.home_section_top .home_section_title_shape > div:nth-child(11) {
		padding: 20px 0 0;
	}
	.home_section_top .home_section_title_shape > div:nth-child(10) {
		padding: 25px 0 0;
	}
	.home_section_top .home_section_title_shape > div:nth-child(9) {
		padding: 30px 0 0;
	}
	.home_section_top .home_section_title_shape > div:nth-child(8) {
		padding: 35px 0 0;
	}
	.home_section_top .home_section_title_shape > div:nth-child(7) {
		padding: 40px 0 0;
	}
	.home_section_top .home_section_title_shape > div:nth-child(6) {
		padding: 45px 0 0;
	}
	.home_section_top .home_section_title_shape > div:nth-child(5) {
		padding: 50px 0 0;
	}
	.home_section_top .home_section_title_shape > div:nth-child(4) {
		padding: 55px 0 0;
	}
	.home_section_top .home_section_title_shape > div:nth-child(3) {
		padding: 60px 0 0;
	}
	.home_section_top .home_section_title_shape > div:nth-child(2) {
		padding: 65px 0 0;
	}
	.home_section_top .home_section_title_shape > div:nth-child(1) {
		padding: 70px 0 0;
	}
	.home_section_title_shape_wrap {
		height: 50vh;
		bottom: 99%;
	}
	.container_sm {
		max-width: 300px;
	}
	.home_section_text {
		font-size: 12px;
		margin-bottom: 100px;
	}
	.home_page_bottom .home_page_video {
		margin: 0 0 40px;
	}
	.home_page_video .video_wrap {
		margin: 0 auto 20px;
		overflow: visible;
	}
	.header_logo {
		max-width: 60px;
	}
	.home .films_list_item_wrap {
		padding: 30% 40px;
		margin-bottom: 0;
	}
	.home_item_title {
		width: 75%;
	}
	.films_list_home {
		overflow: hidden;
		width: 100%;
	}
	.home_item_title_wrap,
	.film_bg_title_shape_wrap {
		height: 52vh;
	}
	.film_bg_title_shape_wrap {
		bottom: 102%;
	}
	.film_bg_title_shape > div {
		margin: 0 auto 1px;
	}
	.page_content {
		padding: 134px 30px 120px;
	}
	.bottom_nav {
		padding: 0 30px;
		bottom: 30px;
	}
	.logo_box {
		width: 24px;
		height: auto;
		background: none!important;
		mix-blend-mode: normal;
	}
	.home_logo {
		display: none;
	}
	.films_filter_wrap {
		position: fixed;
		bottom: 0;
		left: 0;
		top: auto;
		width: 100%;
		z-index: 50;
		background-image: url(../images/noise.gif);
		background-repeat: repeat;
		background-position: 0;
		border-top:1px solid rgba(255, 255, 255, 0.21);
	}
	.films_filter {
		left: 0;
		position: relative;
		top: auto;
		bottom: 0;
		width: 100%;
		white-space: nowrap;
		overflow-x: auto;
		text-transform: uppercase;
		height: 40px;
		padding: 9px 40px 0;
	}
	.films_filter li:not(.active) a {
		opacity: .4;
	}
	.films_filter li {
		display: inline-block;
		vertical-align: top;
		margin-right: 20px;
	}
	.films_list_item {
		width: 100%;
	}
	.films_list {
		padding: 134px 40px 100px;
		overflow: hidden;
		min-height: calc(100vh - 260px);
	}
	.gallery_section_first .gallery_row_first .gallery_row_right {
		max-width: 100%;
		margin-bottom: 20px;
		padding: 0;
	}
	.gallery_section_first .gallery_row_second .gallery_row_left {
		max-width: 100%;
	}
	.gallery_section_first .gallery_row_second {
		margin-bottom: 20px;
	}
	.gallery_section_first .gallery_row_second .gallery_row_right {
		max-width: 100%;
		padding-top: 20px;
	}
	.gallery_section_first .gallery_row_third .gallery_row_right img:first-child {
		max-width: 100%;
		margin-bottom: 20px;
	}
	.gallery_section_first .gallery_row_third .gallery_row_left {
		max-width: 100%;
		padding-left: 0;
	}
	.gallery_section_first .gallery_row_third .gallery_row_right {
		max-width: 100%;
		padding-top: 20px;
		margin-bottom: 20px;
	}
	.gallery_section_first .gallery_row_third {
		margin-bottom: 0;
	}
	.films_section {
		padding: 0 0 250px;
	}
	.container {
		width: 100%;
		margin: 0 auto;
		padding: 0 40px;
	}
	.film_heading {
		padding: 134px 0 70px;
		position: relative;
	}
	.film_bg_title_wrap {
		padding: 0 40px;
	}
	.video_text {
		max-width: 100%;
		margin: 0 auto 70px;
	}
	.video_wrap {
		margin: 0 auto 70px;
		background-color: #000;
	}
	.video16by9 {
		max-width: 70%;
	}
	.home_page_bottom {
		margin-top: 0;
		padding: 50px 0 120px;
	}
	.home_section_title_shape > div {
		margin: 0 auto;
	}
	.home_section_top .home_section_title_shape > div {
		margin: -7px auto 0;
	}
	.home_section_top .home_section_title_shape_wrap {
		top: 92%;
	}
	.row .films_list_item_wrap {
		width: 100%;
		position: relative;
	}
	.video_list_text {
		font-size: 10px;
		line-height: 1;
	}
	.video_list_title {
		margin-top: -15px;
	}
	.video_list_title:nth-child(2) {
		width: 61%;
	}
	.video_list_title:nth-child(4) {
		width: 61%;
	}
	.master-slider {
		max-width: 100%;
	}
	.slider_nav {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		padding: 10px 0 12px;
		width: 100%;
		right: 0;
		background-image: url(../images/noise.gif);
		background-repeat: repeat;
		background-position: 0;
		border-top: 1px solid rgba(255, 255, 255, 0.21);
		height: 40px;
	}
	.films_filter_wrap:before,
	.films_filter_wrap:after,
	.slider_nav:before,
	.slider_nav:after {
		content: '';
		position: absolute;
		left: 0;
		top: -4px;
		height: 2px;
		width: 100%;
		background-image: url(../images/noise.gif);
		background-repeat: repeat;
		background-position: 0;
		border-top: 1px solid rgba(255, 255, 255, 0.21);
	}
	.films_filter_wrap:after,
	.slider_nav:after {
		top: -7px;
	}
	.slider_nav_text {
		font-size: 12px;
	}
	.slider_arrow {
		width: 15px;
		height: 16px;
		background-size: contain;
		top: 13px;
	}
	.slider_prev {
		left: 40px;
	}
	.slider_next {
		right: 40px;
	}
	.slider_nav_show .slider_nav {
		bottom: 0;
	}
	.contact_fixed {
		width: 100%;
		padding: 0 40px;
	}
	.footer {
		margin: 30px 0 70px;
		flex-wrap: wrap;
		text-align: center;
		justify-content: center;
		position: relative;
	}
	.contact_fixed .footer {
		padding: 0;
	}
	.films_list_footer .footer {
		margin: 30px 0 60px;
	}
	.footer > a {
		margin: 0 12px;
		display: inline-block;
	}
	.col {
		width: 100%;
		margin-bottom: 20px;
		order: -1;
	}
	.col-1 {
		order: -3;
	}
	.col-2 {
		order: -2;
	}
	.footer_links li {
		display: inline-block;
		vertical-align: top;
		margin: 0 7px;
	}
	.contact_section .footer {
		position: static;
		padding: 0;
		margin: 100px 0 0;
	}
	.video_wrap:after {
		width: 30px;
		height: 30px;
		margin-left: -15px;
		margin-top: -15px;
	}
	.audio-progress-wrap {
		width: 100%;
		height: auto;
		bottom: 10px;
		max-width: none;
		margin-left: 0;
		left: 0;
		padding: 20px;
	}
	.console_box {
		display: none;
		position: fixed;
		bottom: 10px;
		left: 10px;
		background: #fff;
		color: #000;
		font-size: 10px;
		padding: 5px;
	}
	.side_nav_menu li {
		float: right;
	}
	.visible_xs {
		display: block;
	}
	.hide_nav .header {
		top: -100px;
	}
	.hide_nav .side_nav {
		top: -100px;
	}
	.show_nav.hide_nav .header,
	.show_nav.hide_nav .side_nav {
		top: 0;
	}
	.show_nav .header {
		padding: 8px 40px;
		background-image: url(../images/noise.gif);
		background-repeat: repeat;
		background-position: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.21);
		mix-blend-mode: normal;
	}
	.show_nav .header:before,
	.show_nav .header:after {
		content: '';
		position: absolute;
		left: 0;
		bottom: -4px;
		height: 2px;
		width: 100%;
		background-image: url(../images/noise.gif);
		background-repeat: repeat;
		background-position: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.21);
	}
	.show_nav .header:after {
		bottom: -7px;
	}
	.show_nav .side_nav {
		top: 0;
		padding: 11px 0;
	}
	#logo_anim {
		display: none;
	}
	.home_item_title_shape > div {
		padding: 6px 0 0;
	}
	.home_item_title_shape > div:nth-child(2) {
		padding: 8px 0 0;
	}
	.home_item_title_shape > div:nth-child(3) {
		padding: 10px 0 0;
	}
	.home_item_title_shape > div:nth-child(4) {
		padding: 12px 0 0;
	}
	.home_item_title_shape > div:nth-child(5) {
		padding: 14px 0 0;
	}
	.home_item_title_shape > div:nth-child(6) {
		padding: 16px 0 0;
	}
	.home_item_title_shape > div:nth-child(7) {
		padding: 18px 0 0;
	}
	.home_item_title_shape > div:nth-child(8) {
		padding: 20px 0 0;
	}
	.home_item_title_shape > div:nth-child(9) {
		padding: 22px 0 0;
	}
	.home_item_title_shape > div:nth-child(10) {
		padding: 24px 0 0;
	}
	.home_item_title_shape > div:nth-child(11) {
		padding: 26px 0 0;
	}
	.home_item_title_shape > div:nth-child(12) {
		padding: 28px 0 0;
	}
	.home_item_title_shape > div:nth-child(13) {
		padding: 30px 0 0;
	}
	.home_item_title_shape > div:nth-child(14) {
		padding: 32px 0 0;
	}
	.home_item_title_shape > div:nth-child(15) {
		padding: 34px 0 0;
	}
	.home_item_title_shape > div:nth-child(16) {
		padding: 36px 0 0;
	}
	.home_item_title_shape > div:nth-child(17) {
		padding: 38px 0 0;
	}
	.home_item_title_shape > div:nth-child(18) {
		padding: 49px 0 0;
	}
	.home_item_title_shape > div:nth-child(19) {
		padding: 40px 0 0;
	}
	.home_item_title_shape > div:nth-child(20) {
		padding: 41px 0 0;
	}
	.home_item_title_shape > div:nth-child(21) {
		padding: 42px 0 0;
	}
	.home_music_text {
		font-size: 12px;
	}
	.contact_col {
		margin-bottom: 75px;
	}
	.contact_col_title {
		margin: 0 0 20px;
	}
	.home_page_bottom .text_inner {
		font-size: 10px;
	}
	.hidden_xs {
		display: none!important;
	}
	.films_list_home .films_list_title:nth-child(2),
	.films_list_home .films_list_title:nth-child(4) {
		width: 59%;
	}
	.contact_section_wrap .film_bg_title {
		width: 100%;
	}
	.films_text {
		margin-bottom: 70px;
	}
	.move_top .header {
		opacity: 0;
		pointer-events: none;
	}
	.video_playing .video_sound {
		display: none!important;
	}
	* {
		-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	}
	.error_page_content {
		background-image: url(../images/404-mobile.png);
		background-size: 125% auto;
		background-position: 50% 60%;
		padding: 0 0 3vh;
	}
	.error_page {
		padding: 0;
	}
	.video_started  .video_sound,
	.video_sound {
		display: none!important;
	}
}

@media (max-width: 500px) {
	.films_list_title:nth-child(4),
	.films_list_title:nth-child(2),
	.films_list_home .films_list_title:nth-child(2),
	.films_list_home .films_list_title:nth-child(4) {
		width: 61%;
	}
}
@media (max-width: 350px) {
	.side_nav {
		right: 10px;
	}
	.side_nav_menu li a {
		font-size: 10px;
	}
}