/* ============================
1. General reset
2. Embedded fonts styles
3. Common site styles
4. Styles for responsive breakpoints
===============================*/

/* 1. General reset */

/*Usage:
@include target-ie {
	color: cyan;
}
*/

.footer ul,
.main-nav 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;
}

/* 2. Embedded fonts styles */

@font-face {
	font-family: "SalvatoreRoman-UltraLight";
	src: url("../fonts/36A529_0_0.eot");
	src: url("../fonts/36A529_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/36A529_0_0.woff2") format("woff2"), url("../fonts/36A529_0_0.woff") format("woff"), url("../fonts/36A529_0_0.ttf") format("truetype");
}

@font-face {
	font-family: "SalvatoreRoman-Bold";
	src: url("../fonts/36A529_1_0.eot");
	src: url("../fonts/36A529_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/36A529_1_0.woff2") format("woff2"), url("../fonts/36A529_1_0.woff") format("woff"), url("../fonts/36A529_1_0.ttf") format("truetype");
	font-weight: bold;
}

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on May 30, 2018 */

@font-face {
	font-family: "robotobold";
	src: url("../fonts/roboto-bold-webfont.woff2") format("woff2"), url("../fonts/roboto-bold-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "robotoitalic";
	src: url("../fonts/roboto-italic-webfont.woff2") format("woff2"), url("../fonts/roboto-italic-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "robotolight";
	src: url("../fonts/roboto-light-webfont.woff2") format("woff2"), url("../fonts/roboto-light-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "robotomedium";
	src: url("../fonts/roboto-medium-webfont.woff2") format("woff2"), url("../fonts/roboto-medium-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "robotoregular";
	src: url("../fonts/roboto-regular-webfont.woff2") format("woff2"), url("../fonts/roboto-regular-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

/* ICOMOOON FONTS */

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot?7ah8qg");
	src: url("../fonts/icomoon.eot?7ah8qg#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?7ah8qg") format("truetype"), url("../fonts/icomoon.woff?7ah8qg") format("woff"), url("../fonts/icomoon.svg?7ah8qg#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

/* 3. Common site styles */

.drop-wrap {
	text-align: right;
}

.burger {
	display: inline-block;
	vertical-align: top;
	width: 34px;
	height: 25px;
	position: relative;
	cursor: pointer;
	z-index: 3;
	border: none;
	background-color: transparent;
}

.burger:focus {
	outline: none;
}

.burger > span {
	display: inline-block;
	background: #fff;
	width: 100%;
	height: 5px;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: top .3s .3s, background .3s .3s, -webkit-transform .3s;
	transition: top .3s .3s, background .3s .3s, -webkit-transform .3s;
	transition: transform .3s, top .3s .3s, background .3s .3s;
	transition: transform .3s, top .3s .3s, background .3s .3s, -webkit-transform .3s;
}

.burger > span:nth-child(2) {
	top: 10px;
}

.burger > span:nth-child(3) {
	top: 20px;
}

.nav-active .burger span {
	-webkit-transition: top .3s, background .3s, -webkit-transform .3s .3s;
	transition: top .3s, background .3s, -webkit-transform .3s .3s;
	transition: transform .3s .3s, top .3s, background .3s;
	transition: transform .3s .3s, top .3s, background .3s, -webkit-transform .3s .3s;
	top: 50%;
}

.nav-active .burger span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.nav-active .burger span:nth-child(2) {
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
}

.nav-active .burger span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

[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-cloud:before {
	content: "\e900";
}

.icon-youtube:before {
	content: "\e901";
}

.icon-twitter:before {
	content: "\e902";
}

.icon-facebook:before {
	content: "\e903";
}

.icon-angle-down:before {
	content: "\e904";
}

.icon-angle-up:before {
	content: "\e905";
}

.icon-angle-right:before {
	content: "\e906";
}

.icon-angle-left:before {
	content: "\e907";
}

.icon-instagram:before {
	content: "\e908";
}

/* header styles */

#header {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 2;
	padding: 15px 0 0;
}

.logo-nav-wrap {
	text-align: left;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.logo-nav-wrap .img-title {
	width: 160px;
}

.logo-nav-wrap .img-title img {
	width: 100%;
}

/* page logo styles */

.logo {
	display: inline-block;
	vertical-align: top;
	width: 200px;
}

.logo.triangle {
	width: inherit;
}

.logo.triangle a {
	display: block;
	width: 60px;
}

.logo img {
	width: 100%;
}

/* main container styles */

a {
	-webkit-transition: color .3s linear, background .3s linear, opacity .3s linear;
	transition: color .3s linear, background .3s linear, opacity .3s linear;
}

h2,
h3,
h4,
h5 {
	font-family: "SalvatoreRoman-Bold";
}

h3 {
	color: #3b8ede;
	text-transform: uppercase;
}

video {
	display: block;
}

.btn {
	border-radius: 6px;
}

.btn-icon {
	position: relative;
	overflow: hidden;
	padding-left: 2.0625rem;
	box-shadow: inset 0 -2px 1px 1px #0063ba, 0 2px 0 rgba(0, 0, 0, .2);
}

.btn-icon [class^="icon-"],
.btn-icon [class*=" icon-"] {
	position: absolute;
	top: -1px;
	left: -1px;
	width: 30px;
	height: 101%;
	background: -webkit-linear-gradient(top, #283741 0%, #31424f 100%);
	background: linear-gradient(to bottom, #283741 0%, #31424f 100%);
	box-shadow: inset 0 -2px 1px 1px #1e2932;
}

.btn-icon [class^="icon-"]:before,
.btn-icon [class*=" icon-"]:before {
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	position: absolute;
}

.btn-icon.btn-download {
	background: -webkit-linear-gradient(top, #5eb1d6, #62b2d8, #73abdf);
	background: linear-gradient(to bottom, #5eb1d6, #62b2d8, #73abdf);
	box-shadow: inset 0 -4px 1px 1px #4a93ae, 0 2px 0 rgba(0, 0, 0, .2);
}

.btn-icon.btn-download [class^="icon-"],
.btn-icon.btn-download [class*="icon-"] {
	background: #3d2e2c;
	box-shadow: inset 0 -4px 1px 1px #2a1f1e;
}

#wrapper {
	overflow: hidden;
	position: relative;
}

.hero-section {
	overflow: hidden;
	position: relative;
	min-height: 310px;
}

.hero-section:hover .hero-img {
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
}

.hero-section .img-title {
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 200px;
}

.hero-section .hero-img {
	width: 140%;
	-webkit-transition: -webkit-transform 10s;
	transition: -webkit-transform 10s;
	transition: transform 10s;
	transition: transform 10s, -webkit-transform 10s;
}

.video-section {
	min-height: 370px;
	overflow: hidden;
	max-height: 400px;
}

.box-info {
	position: relative;
	border: 10px solid #dde4eb;
	border-bottom-width: 20px;
	padding: 15px;
	max-width: 320px;
	margin: 0 auto;
	background-color: rgba(0, 0, 0, .7);
	color: #fefefe;
	font-family: "SalvatoreRoman-Bold";
	font-size: 1.625rem;
	line-height: 1;
}

.box-info .text {
	line-height: 1.2;
}

.box-info .small-text {
	font-size: 1.625rem;
	line-height: 1;
}

.box-info .caption {
	position: absolute;
	bottom: -17px;
	right: 0;
	color: #838689;
	font-family: "robotoregular";
	font-size: .875rem;
	border-left: 1px solid #838689;
	padding-left: 5px;
}

.foundation-section {
	position: relative;
	z-index: 1;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	min-height: 300px;
	padding-top: 4.0625rem;
}

.foundation-section:hover .astronaut {
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
}

.foundation-section:hover .bg-space {
	-webkit-transform: translate(-50%, -50%) scale(1.1);
	-ms-transform: translate(-50%, -50%) scale(1.1);
	transform: translate(-50%, -50%) scale(1.1);
}

.foundation-section > img {
	display: block;
}

.foundation-section .bg-space {
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	position: absolute;
	z-index: -1;
	width: 200%;
	-webkit-transition: -webkit-transform 10s;
	transition: -webkit-transform 10s;
	transition: transform 10s;
	transition: transform 10s, -webkit-transform 10s;
}

.foundation-section .astronaut {
	width: 100px;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 0;
	-webkit-transition: -webkit-transform 10s;
	transition: -webkit-transform 10s;
	transition: transform 10s;
	transition: transform 10s, -webkit-transform 10s;
}

.films-music-section h2 {
	text-transform: uppercase;
	color: #3b8ede;
}

.films-music-section h2 span {
	display: inline-block;
	position: relative;
	z-index: 1;
	color: #fff;
	background: #000;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	mix-blend-mode: lighten;
}

.films-music-section h2 span:before {
	mix-blend-mode: multiply;
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: -webkit-linear-gradient(top, #188eff, #3b8ede, #272727);
	background: linear-gradient(to bottom, #188eff, #3b8ede, #272727);
	pointer-events: none;
}

.films-music-section .col-item {
	z-index: 1;
	overflow: hidden;
	background-size: 100% 75%, cover;
	background-position: 0 100%, 0 0;
	background-repeat: no-repeat;
	max-width: 370px;
	margin: 0 auto 20px;
}

.films-music-section .col-item > a {
	display: block;
	min-height: 540px;
	padding: 30px 0 0;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.films-music-section .col-item > a:hover .astronaut {
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
}

.films-music-section .absolute-img {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: -1;
	-webkit-transition: -webkit-transform 10s;
	transition: -webkit-transform 10s;
	transition: transform 10s;
	transition: transform 10s, -webkit-transform 10s;
}

.films-music-section .bg-space {
	height: 100%;
}

.films-music-section .astronaut {
	z-index: 1;
	max-height: 75%;
}

.dev-item-list .dev-item {
	background-repeat: no-repeat, no-repeat;
	background-size: 100%,0;
	background-position: 50% 50%, 50% 50%;
	margin-bottom: 1.25rem;
	max-width: 320px;
	margin: 0 auto 20px;
	overflow: hidden;
}

.dev-item-list .dev-item:last-of-type {
	margin-bottom: 0;
}

.dev-item-list .dev-item .btn-icon [class^="icon-"],
.dev-item-list .dev-item .btn-icon [class*=" icon-"] {
	color: #00c2d4;
}

.dev-item-list .hover .wrap-info {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.dev-item-list .wrap-info {
	background-color: rgba(255, 255, 255, .8);
	color: #000;
	padding: 1.25rem 0 1.25rem;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
	min-height: 450px;
	-webkit-transition: opacity .3s linear, visibility .3s linear, -webkit-transform .3s linear;
	transition: opacity .3s linear, visibility .3s linear, -webkit-transform .3s linear;
	transition: opacity .3s linear, visibility .3s linear, transform .3s linear;
	transition: opacity .3s linear, visibility .3s linear, transform .3s linear, -webkit-transform .3s linear;
}

.dev-item-list .wrap-info ul,
.dev-item-list .wrap-info .story-name {
	font-weight: bold;
	font-style: italic;
}

.dev-item-list .description {
	line-height: 1.2;
}

.dev-item-list .list-wrap > strong {
	font-weight: bold;
	font-style: italic;
}

.video-holder {
	overflow: hidden;
	position: relative;
	margin-bottom: 15px;
}

.video-holder a {
	display: block;
	color: #fff;
}

.video-holder a:hover {
	color: #3b8ede;
}

.video-holder .bg-video {
	position: absolute;
	bottom: 0;
}

.video-holder .info-film {
	min-height: 200px;
}

.flex-height {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.info-film {
	font-family: "robotoregular";
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	line-height: 1.25;
	padding-bottom: .9375rem;
}

.info-film h4,
.info-film h5 {
	font-weight: normal;
	font-family: "robotoregular";
}

.info-film p {
	margin: 0;
}

.social-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.social-grid .item {
	margin: 0 0 15px;
	max-width: 300px;
	width: 100%;
}

.social-grid .item img {
	width: 100%;
}

.social-grid a {
	background-color: #808080;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 220px;
	overflow: hidden;
}

.social-grid a:hover {
	opacity: .85;
}

.img-holder-section {
	height: 300px;
	background-repeat: no-repeat;
	background-size: cover;
}

.bg-video-holder {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	background-image: none !important;
}

.index-page #main > section {
	margin-bottom: 30px;
}

.index-page #main .social-section {
	margin-bottom: 0;
}

.index-page .img-title {
	top: 30%;
}

.films-page .hero-section:hover .hero-img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.films-grid {
	padding: 7px 0;
}

.films-grid .flex-height {
	width: 100%;
}

.films-grid .item {
	position: relative;
	overflow: hidden;
	z-index: 1;
	margin: 0 0 .9375rem;
}

.films-grid .item > a {
	display: block;
	color: #fff;
	overflow: hidden;
}

.films-grid .item > a:hover {
	color: #3b8ede;
}

.films-grid .item > a:hover img {
	-webkit-transform: translate(-50%, -50%) scale(1.15);
	-ms-transform: translate(-50%, -50%) scale(1.15);
	transform: translate(-50%, -50%) scale(1.15);
}

.films-grid .item > a > img {
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	position: absolute;
	z-index: -1;
	width: 100%;
	-webkit-transition: -webkit-transform .7s;
	transition: -webkit-transform .7s;
	transition: transform .7s;
	transition: transform .7s, -webkit-transform .7s;
}

.films-grid .bg-video-holder {
	background-color: #3b8ede;
}

.films-grid .bg-video {
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 60%;
	left: 50%;
	position: absolute;
	z-index: -1;
}

.films-grid .info-film {
	padding: .625rem;
	min-height: 200px;
}

/* footer styles */

.footer {
	font-family: "SalvatoreRoman-UltraLight";
}

.footer ul {
	font-size: 1.375rem;
	text-transform: uppercase;
}

.footer a {
	text-decoration: none;
}

.social-list li {
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
}

.social-list li:first-child {
	margin-left: 0;
}

.social-list li:last-child {
	margin-right: 0;
}

.main-nav {
	text-align: left;
	background-color: rgba(255, 255, 255, .75);
	position: absolute;
	top: calc(100% + 8px);
	width: 100%;
	right: 0;
	padding: 20px;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	opacity: 0;
	-webkit-transition: opacity 1s, -webkit-transform .5s;
	transition: opacity 1s, -webkit-transform .5s;
	transition: transform .5s, opacity 1s;
	transition: transform .5s, opacity 1s, -webkit-transform .5s;
}

.main-nav li {
	line-height: 1;
	margin-bottom: 8px;
}

.main-nav li.active a {
	color: #3b8ede;
}

.main-nav a {
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
}

.main-nav a:hover {
	color: #3b8ede;
}

.nav-active .main-nav {
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
	opacity: 1;
	-webkit-transition: opacity .01s, -webkit-transform .5s;
	transition: opacity .01s, -webkit-transform .5s;
	transition: transform .5s, opacity .01s;
	transition: transform .5s, opacity .01s, -webkit-transform .5s;
}

input,
textarea {
	resize: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	text-transform: uppercase;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	text-transform: uppercase;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	text-transform: uppercase;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	text-transform: uppercase;
}

input.placeholder,
textarea.placeholder {
	text-transform: uppercase;
}

.contact-form {
	font-family: "robotobold";
}

/* 4. Styles for responsive breakpoints */

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.films-music-section h2 span {
		color: inherit;
		background-color: transparent;
	}

	.films-music-section h2 span:before {
		display: none;
	}
}

@media (min-width: 768px) {
	.drop-wrap {
		width: 100%;
		width: inherit;
		position: relative;
	}

	.logo-nav-wrap {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		padding: 1.5625rem 0;
	}

	.logo-nav-wrap .img-title {
		width: 440px;
	}

	.logo {
		width: 400px;
	}

	.btn-icon {
		min-width: 272px;
		padding-left: 4.5625rem;
	}

	.btn-icon [class^="icon-"],
	.btn-icon [class*=" icon-"] {
		width: 70px;
	}

	.hero-section .img-title {
		width: 400px;
	}

	.hero-section .hero-img {
		width: 100%;
	}

	.video-section {
		max-height: 460px;
	}

	.box-info {
		max-width: 635px;
		padding: 20px 15px;
		font-size: 2.75rem;
	}

	.box-info .small-text {
		font-size: 1.875rem;
	}

	.foundation-section {
		padding-top: 5rem;
		padding-bottom: 4.375rem;
	}

	.foundation-section .bg-space {
		width: 150%;
	}

	.foundation-section .astronaut {
		width: 130px;
	}

	.films-music-section {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.films-music-section .col-item {
		max-width: none;
		width: 50%;
		margin: 0 0 20px;
		background-size: 100%, cover;
	}

	.films-music-section .col-item > a {
		min-height: 720px;
		padding: 45px 0 0;
	}

	.films-music-section .films-wrap {
		margin-right: 15px;
	}

	.films-music-section .music-wrap {
		margin-left: 15px;
	}

	.dev-item-list .dev-item {
		background-size: 0,100%;
		max-width: 1920px;
	}

	.dev-item-list .wrap-info {
		font-size: 1.5rem;
	}

	.video-holder {
		margin-bottom: 30px;
	}

	.video-holder .info-film {
		min-height: 300px;
	}

	.info-film {
		padding-bottom: 1.75rem;
	}

	.social-grid {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		margin: 0 -10px -10px;
	}

	.social-grid .item {
		max-width: none;
		width: 50%;
		padding: 10px;
		margin: 0;
	}

	.social-grid a {
		height: 350px;
	}

	.img-holder-section {
		height: 450px;
	}

	.films-grid .row-grid {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.films-grid .col-grid {
		width: 50%;
	}

	.films-grid .col-grid.large-col .item {
		height: calc(100% - 1rem);
	}

	.films-grid .col-grid.large-col .info-film {
		min-height: 300px;
		height: 100%;
	}

	.films-grid .col-grid.small-col {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.films-grid .col-grid.small-col .item {
		width: 100%;
	}

	.films-grid .item {
		margin: .5rem .3125rem;
	}

	.films-grid .item > a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		height: 100%;
	}

	.films-grid .bg-video {
		top: 50%;
	}

	.films-grid .info-film {
		min-height: 140px;
	}

	.social-list li {
		margin: 0 10px;
	}

	.main-nav {
		min-width: 270px;
		width: inherit;
		-webkit-transform: translateX(200%);
		-ms-transform: translateX(200%);
		transform: translateX(200%);
	}

	.main-nav a {
		font-size: 24px;
	}
}

@media (min-width: 992px) {
	#header {
		padding: 30px 0 0;
	}

	.logo-nav-wrap {
		padding: rem(60 0);
	}

	.logo {
		width: 600px;
	}

	.logo.triangle a {
		width: 91px;
	}

	h3 {
		font-size: 3.125rem;
	}

	h4 {
		font-size: 2.25rem;
	}

	h5 {
		font-size: 1.875rem;
	}

	.hero-section .img-title {
		top: 320px;
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
		width: 600px;
	}

	.video-section {
		max-height: 762px;
	}

	.box-info {
		font-size: 3.6875rem;
		border-width: 23px;
		border-bottom-width: 44px;
		padding: 30px 20px;
	}

	.box-info .small-text {
		font-size: 2.6875rem;
	}

	.box-info .caption {
		bottom: -29px;
		right: 2px;
		font-size: 1.125rem;
	}

	.foundation-section {
		padding-top: 8.125rem;
		min-height: 660px;
	}

	.foundation-section .astronaut {
		width: 200px;
	}

	.films-music-section .col-item > a {
		min-height: 870px;
	}

	.dev-item-list .dev-item {
		margin-bottom: 2.125rem;
	}

	.dev-item-list .wrap-info {
		min-height: 510px;
		font-size: 1.75rem;
	}

	.video-holder .info-film {
		min-height: 568px;
	}

	.info-film {
		font-size: 1.625rem;
	}

	.social-grid {
		margin: 0 -15px -15px;
	}

	.social-grid .item {
		width: 33.33%;
		padding: 15px;
	}

	.social-grid .item img {
		width: inherit;
	}

	.social-grid a {
		height: 412px;
	}

	.img-holder-section {
		height: 800px;
	}

	.index-page .img-title {
		top: 120px;
	}

	.films-grid .col-grid {
		width: 35%;
	}

	.films-grid .col-grid.large-col {
		width: 65%;
	}

	.films-grid .col-grid.large-col .info-film {
		min-height: 665px;
	}

	.films-grid .item > a > img {
		width: 123%;
	}

	.films-grid .info-film {
		padding: 1.875rem;
		min-height: 325px;
		font-size: 1.625rem;
	}

	.social-list li {
		margin: 0 20px;
	}

	.main-nav {
		padding: 28px 33px;
		min-width: 350px;
	}

	.main-nav a {
		font-size: 30px;
	}
}

@media (min-width: 1200px) {
	#header {
		padding: 51px 0 0;
	}

	.logo-nav-wrap {
		padding: rem(105 0 0);
	}

	.logo-nav-wrap .img-title {
		width: 930px;
	}

	.logo {
		width: 930px;
	}

	h3 {
		font-size: 4.375rem;
	}

	h4 {
		font-size: 2.875rem;
	}

	h5 {
		font-size: 3.3125rem;
	}

	.btn-icon {
		font-size: 2.125rem;
	}

	.hero-section .img-title {
		width: 933px;
	}

	.box-info {
		padding: 58px 62px 49px;
		font-size: 4rem;
	}

	.foundation-section {
		padding-top: 11.25rem;
		min-height: 1065px;
	}

	.foundation-section .bg-space {
		width: 160%;
	}

	.foundation-section .astronaut {
		width: 280px;
	}

	.films-music-section h2 {
		font-size: 8.75rem;
	}

	.films-music-section .col-item > a {
		padding: 80px 0 0;
		min-height: 1200px;
	}

	.project-info-section .text {
		font-size: 1.9375rem;
	}

	.project-info-section .text p {
		margin-bottom: 1.5rem;
	}

	.project-info-section .btn-icon {
		font-size: 2.5rem;
		padding: 1.875rem 1rem 1.875rem 8.1875rem;
	}

	.project-info-section .btn-icon [class^="icon-"],
	.project-info-section .btn-icon [class*=" icon-"] {
		width: 120px;
	}

	.dev-item-list .description {
		font-size: 2.375rem;
		margin-bottom: 3.75rem;
	}

	.dev-item-list .bold-text {
		margin-bottom: 4.375rem;
	}

	.dev-item-list .list-wrap {
		margin-bottom: 3.75rem;
	}

	.dev-item-list .text {
		line-height: 1.6;
	}

	.info-film {
		font-size: 2.5rem;
	}

	.img-holder-section {
		height: 1052px;
	}

	.index-page #header {
		padding: 50px 0 0;
	}

	.index-page .img-title {
		width: 930px;
		top: 179px;
	}

	.films-grid .col-grid.large-col .info-film {
		min-height: 725px;
	}

	.films-grid .item > a > img {
		width: 125%;
	}

	.films-grid h4 {
		font-size: 2.875rem;
	}

	.films-grid h5 {
		font-size: 3.3125rem;
	}

	.films-grid .info-film {
		min-height: 355px;
		font-size: 2.5rem;
	}

	.footer ul {
		font-size: 1.375rem;
	}

	.footer .social-list {
		font-size: 2.125rem;
	}

	.social-list .icon-twitter {
		font-size: 2.3125rem;
	}

	.social-list .icon-youtube {
		font-size: 1.6875rem;
	}

	.contact-form .form-control {
		padding: .9375rem .375rem .8125rem;
		font-size: .9375rem;
	}

	.contact-form .form-group {
		margin-bottom: 1.125rem;
	}

	.contact-form .col-form-label {
		font-size: .9375rem;
	}
}

@media (min-width: 1360px) {
	.dev-item-list .description {
		font-size: 2.875rem;
	}

	.dev-item-list .description {
		font-size: 3.25rem;
	}
}

@media (min-width: 1500px) {
	.container {
		max-width: 1466px;
	}

	.dev-item-list .description {
		font-size: 3.875rem;
		margin-bottom: 6rem;
	}

	.dev-item-list .bold-text {
		margin-bottom: 7.25rem;
	}

	.dev-item-list .text {
		line-height: 1.8;
	}
}

@media (min-width: 1600px) {
	.films-music-section .col-item > a {
		min-height: 1300px;
	}
}

@media (min-width: 1700px) {
	#header > .container {
		max-width: 1500px;
	}

	h3 {
		font-size: 8.75rem;
	}

	.films-music-section h2 {
		font-size: 14.6875rem;
	}

	.films-music-section .col-item > a {
		min-height: 1707px;
		padding: 140px 0 0;
	}

	.dev-item-list .wrap-info {
		min-height: 1070px;
		font-size: 3.125rem;
		padding: 3.1875rem 0 .625rem;
	}

	.films-grid .col-grid {
		width: 25%;
	}

	.films-grid .col-grid.large-col {
		width: 75%;
	}

	.films-grid .info-film {
		padding: 1.875rem 4.125rem;
	}

	.main-nav {
		left: 0;
		right: inherit;
	}
}

@media (min-width: 1800px) {
	.foundation-section .bg-space {
		width: 107%;
	}

	.foundation-section .astronaut {
		width: 490px;
		right: 3px;
	}
}

@media (min-width: 2000px) {
	.films-music-section .col-item > a {
		min-height: 2000px;
	}

	.films-music-section .col-item > a {
		min-height: 2200px;
	}
}

@media (min-width: 2900px) {
	.films-music-section .col-item > a {
		min-height: 2500px;
	}
}

@media (min-width: 3800px) {
	.films-music-section .col-item > a {
		min-height: 2800px;
	}
}
