@font-face {
	font-family: "CenturyGothicRegular";
	src: url("../fonts/CenturyGothicRegular.eot");
	src: url("../fonts/CenturyGothicRegular.eot%3F") format("embedded-opentype"), url("../fonts/CenturyGothicRegular.woff") format("woff"), url("../fonts/CenturyGothicRegular.ttf") format("truetype");
	font-style: normal;
	font-stretch: normal;
	font-weight: normal
}

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

html {
	width: 100%;
	height: 100%;
	background: #FFF
}

main {
	width: 100%;
	height: 100%
}

body {
	width: 100%;
	height: 100%;
	color: #424041;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-moz-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	background: #FFF
}

a img {
	border: none
}

input,
textarea,
select {
	background: transparent;
	border-radius: 0
}

input:focus,
textarea:focus,
select:focus {
	outline: none
}

:invalid,
:-moz-submit-invalid,
:-moz-ui-invalid {
	box-shadow: none
}

.no-hover * {
	pointer-events: none !important
}

.prevent-scroll {
	overflow: hidden !important
}

.overlay {
	width: 100%;
	height: 100%;
	min-width: 320px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	font-size: 0;
	transition: all 0.3s 0.5s ease;
	background: #FFF
}

.overlay.active {
	opacity: 1;
	visibility: visible;
	transition: all 0.3s ease
}

.popup {
	width: 100%;
	height: 100%;
	min-width: 320px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	opacity: 0;
	visibility: hidden;
	font-size: 0;
	pointer-events: none;
	transition: all 0.5s ease
}

.popup.active {
	opacity: 1;
	pointer-events: auto;
	visibility: visible;
	transition: all 0.5s 0.3s ease
}

.popup-inner {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	background: #000
}

.popup-inner:before {
	content: '';
	width: 0;
	height: 100%;
	display: inline-block;
	vertical-align: middle
}

.popup-content {
	width: 100%;
	min-height: 100px;
	display: inline-block;
	vertical-align: middle;
	z-index: 1;
	box-sizing: border-box;
	text-align: left;
	background: #000
}

.view-popup-close {
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 3;
	cursor: pointer
}

@media screen and (min-width: 780px) {
	.overlay {
		background: rgba(0, 0, 0, 0.8)
	}

	.popup-inner {
		text-align: center;
		background: none
	}

	.popup-content {
		max-width: 640px;
		position: relative
	}

	.view-popup-close {
		top: -40px;
		right: -40px
	}
}

html {
	overflow: hidden;
	position: relative
}

body {
	min-width: 320px;
	font-size: 16px;
	font-family: "CenturyGothicRegular", sans-serif;
	font-weight: normal;
	position: relative;
	box-sizing: border-box
}

.wrapper {
	width: 87%;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	font-size: 13px
}

a,
.link {
	color: #df8b00;
	border-bottom: 1px solid #fa9d00
}

p {
	color: #414645;
	line-height: 1.6em;
	margin-bottom: 1em
}

p strong,
p b {
	font-weight: 700
}

h1 {
	margin-bottom: 1em;
	font-size: 28px;
	line-height: 1.214em;
	font-weight: normal
}

h2 {
	margin-bottom: 1em;
	font-size: 28px;
	line-height: 1.176em;
	font-weight: normal
}

h3 {
	margin-bottom: 1em;
	font-size: 21px;
	line-height: 1.428em;
	font-weight: normal
}

.content p:last-child,
.content h2:last-child,
.content h3:last-child,
.content h4:last-child,
.content h5:last-child,
.content h6:last-child {
	margin-bottom: 0
}

.content img {
	max-width: 100%;
	display: inline-block
}

.content strong,
.content b {
	font-weight: 700
}

.content p+h2,
.content p+h3,
.content p+h4,
.content p+h5,
.content p+h6 {
	margin-top: 1.6em
}

.content table {
	width: 100%;
	margin: 2em 0;
	border-collapse: collapse;
	border-spacing: 0
}

.content table:first-child {
	margin-top: 0
}

.content td {
	padding: 5px 10px;
	border: 1px solid #666
}

.content td img {
	max-width: none
}

.content ul {
	margin: 2em 0
}

.content ul li {
	position: relative
}

.content ul li:before {
	content: '';
	width: 15px;
	height: 2px;
	display: block;
	position: absolute;
	left: 10px;
	top: 0.8em;
	margin-top: -1px;
	background: #fa9d00
}

.content ol {
	counter-reset: li
}

.content ol li:before {
	counter-increment: li;
	content: counter(li) ".";
	width: 23px;
	display: inline-block;
	margin-left: -23px;
	font-weight: bold;
	color: #fa9d00
}

.content li {
	padding-left: 40px;
	margin-bottom: 1em;
	line-height: 1.6em
}

.wrapper {
	position: relative
}

.inner {
	position: relative
}

.bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1
}

.min-title {
	margin: 0;
	font-size: 18px;
	font-weight: bold
}

.nav-button {
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	margin-top: -5px;
	margin-right: -5px;
	z-index: 11;
	cursor: pointer
}

.nav-button i {
	width: 75%;
	height: 2px;
	display: block;
	position: absolute;
	top: 50%;
	left: 12.5%;
	transition: all 0.5s ease;
	background: #222
}

.nav-button i:nth-child(1) {
	margin-top: -8px
}

.nav-button i:nth-child(2) {
	margin-top: -1px
}

.nav-button i:nth-child(3) {
	margin-top: 6px
}

.index-phone {
	margin-top: 19px;
	z-index: 10;
	display: inline-block;
	font-size: 14px;
	letter-spacing: 0.02em;
	color: #222;
	text-transform: uppercase;
	position: relative;
	border-bottom: 0px solid #fa9d00;
}
.index-phone:hover {
	border-bottom: 1px solid #fa9d00;
}
.index-phone a {
	color: #222;
	border: none
}

.lang {
	margin-top: 15px;
	text-transform: uppercase;
	z-index: 10
}

.lang-link {
	padding: 5px;
	display: inline-block;
	font-size: 8px;
	color: #222;
	border: none
}

.lang-link i {
	padding: 2px 5px;
	display: block;
	font-style: normal
}

span.lang-link i {
	color: #fa9d00
}

header {
	height: 34px;
	position: fixed;
	left: 0;
	top: 4%;
	right: 0;
	z-index: 10
}

.header-inner {
	width: 87%;
	display: flex;
	align-items: center;
	margin-left: 6.5%;
	height: 100%;
	position: relative
}

.logo {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	border: none;
	transition: none;
	text-align: left;
	z-index: 10
}
.main-logo {
	display: block;
	position: relative;
}

.logo.index-logo {
	margin: 32px 0 25px;
	display: inline-block;
	position: static;
	transform: scale(0.73)
}

.logo span {
	display: block
}

/* .logo span:before {
	content: '';
	width: 26px;
	height: 26px;
	margin: 0 4px 0 0;
	display: inline-block;
	vertical-align: middle;
	background: url("../images/logo.png") no-repeat center/contain
} */

.logo i {
	display: inline-block;
	vertical-align: middle;
	font-family: "CenturyGothicRegular", sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 15px;
	color: #222;
	font-style: normal;
	transition: all 0.5s ease
}

nav {
	height: 100%;
	display: block;
	position: fixed;
	transform: translate3d(0, 0, 0);
	right: 0;
	left: 0;
	top: 0;
	z-index: 10;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.5s ease, transform 0.5s ease, visibility 0.5s ease;
	box-sizing: border-box;
	font-family: "CenturyGothicRegular", sans-serif;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background: #FFF
}

nav:before {
	content: '';
	width: 0;
	height: 100%;
	display: inline-block;
	vertical-align: middle
}

.navigation {
	display: inline-block;
	vertical-align: middle
}

.navigation a {
	padding: 7px;
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.02em;
	color: #222;
	text-transform: uppercase;
	border: none;
	position: relative
}

.navigation a:before {
	content: '';
	width: 100%;
	height: 1px;
	display: block;
	position: absolute;
	bottom: 0;
	margin-bottom: -3px;
	left: 0;
	transform: scale(0, 1) translate3d(0, 0, 0);
	transform-origin: 0 50%;
	transition: all 0.2s ease;
	background: #fa9d00
}

.gradient {
	height: calc(6% + 34px);
	display: block;
	position: fixed;
	transform: translate3d(0, 0, 0);
	top: 0;
	left: 0;
	right: 0;
	z-index: 9;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.1s ease;
	background: #FFF
}

.localLink.active {
	color: #fa9d00;
	pointer-events: none
}

main {
	text-align: center;
	font-size: 0;
	position: relative;
	transition: background 0.3s ease
}

main.page .nav-button,
main.page .main-logo {
	transition: all 0.5s 0.5s ease
}

main.page .gradient {
	opacity: 1;
	pointer-events: auto;
	transition: opacity 0.5s 0.5s ease
}

main.navActive nav {
	opacity: 1;
	visibility: visible
}

main.navActive section {
	opacity: 0
}

main.navActive .projects-filter {
	opacity: 0
}

main.navActive .nav-button i:nth-child(1) {
	transform: rotate(45deg) translate3d(5px, 5px, 0)
}

main.navActive .nav-button i:nth-child(2) {
	transform: rotate(135deg) translate3d(0, 0, 0)
}

main.navActive .nav-button i:nth-child(3) {
	transform: rotate(45deg) translate3d(-5px, -5px, 0)
}

main.main .nav-button,
main.main .main-logo {
	opacity: 0;
	visibility: hidden;
	transition: all 0.1s ease
}

main.fullscreen {
	background: #000
}

main.fullscreen header,
main.fullscreen .gradient {
	opacity: 0;
	visibility: hidden
}

main.fullscreen .fullscreen-mode {
	position: fixed;
	z-index: 100;
	background: #000
}

main.fullscreen .fullscreen-button:before {
	transform: translate3d(-13px, 13px, 0)
}

main.fullscreen .fullscreen-button:after {
	transform: translate3d(13px, -13px, 0)
}

.pages {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 2;
	transform: translate3d(0, 0, 0)
}

section {
	width: 100%;
	height: 100%;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	transition: transform 0.5s ease, opacity 0.5s ease, visibility 0.5s ease;
	z-index: 2;
	overflow: hidden;
	transform: translate3d(0, 100%, 0);
	background: #FFF
}

section.index {
	z-index: 3;
	top: -100%;
	transform: translate3d(0, 0, 0)
}

section.index:before {
	content: '';
	width: 0;
	height: 100%;
	display: inline-block;
	vertical-align: middle
}

section.active {
	display: block;
	opacity: 1;
	visibility: visible;
	overflow: visible;
	z-index: 3;
	transform: translate3d(0, 0, 0)
}

section.active.index {
	transform: translate3d(0, 100%, 0)
}

.resizeElement {
	transition: all 0.2s
}

.promo {
	margin: 35px 0 28px;
	text-align: center
}

.promo svg {
	max-width: 42%;
	max-height: 42%;
	display: inline-block;
	vertical-align: middle;
	pointer-events: none;
	transform: translate3d(0, 0, 0)
}

.promo svg text {
	text-anchor: middle;
	font-family: "CenturyGothicRegular", sans-serif;
	font-size: 24px;
	fill: #000
}

.promo svg polyline {
	fill: none
}

.pathLink {
	cursor: pointer
}

.st1 {
	fill: #b0bed8
}

.st2 {
	fill: #3c3c3e
}

.st3 {
	fill: #fa9d00
}

.st4 {
	fill: #3c3c3e
}

.st5 {
	fill: #fa9d00
}

.st6,
.st7 {
	fill: #000;
	opacity: 0.11
}

.ln1,
.ln2,
.ln3,
.ln4 {
	display: none
}

.im1,
.im2,
.im3 {
	opacity: 0;
	pointer-events: none;
	transition: all 0.5s ease
}

.im1.show,
.im2.show,
.im3.show {
	opacity: 1
}

.main-container {
	width: 100%;
	display: inline-block;
	vertical-align: middle
}

.index-nav {
	display: block
}

.page-wrapper:before {
	content: '';
	width: 100%;
	height: calc(4% + 30px);
	display: block
}

.page-wrapper:after {
	content: '';
	width: 0;
	height: calc(96% - 30px);
	display: inline-block;
	vertical-align: middle
}

.contacts .wrapper {
	text-align: center
}

.contacts a {
	color: #222;
	border: none
}

.contacts p {
	font-size: 15px
}

.contacts .min-title {
	padding-top: 40px;
	font-size: 18px
}

.phone {
	font-size: 18px
}

.map {
	width: 100%;
	max-width: 680px;
	margin: 3em auto;
	height: 200px;
	filter:grayscale(1);
}

.map .mapCanvas {
	width: 100%;
	height: 100%
}

.socials {
	padding-bottom: 40px;
	padding-top: 10px
}

.socials a {
	width: 30px;
	height: 30px;
	margin: 0 10px;
	display: inline-block;
	position: relative
}

+.socials a:first-child {
	margin-left: 0
}

.socials a:last-child {
	margin-right: 0
}

.socials a:before,
.socials a:after {
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.3s ease
}

.socials a:after {
	opacity: 0
}

.socials a:hover:before {
	opacity: 0
}

.socials a:hover:after {
	opacity: 1
}

.socials a.ig:before {
	background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20px' height='20px' viewBox='0 0 20 20'><circle fill='%23222' cx='10' cy='10' r='2.5'/><path fill='%23222' d='M17.5,6.9c0-0.8-0.2-1.3-0.3-1.8c-0.2-0.5-0.4-0.9-0.9-1.3c-0.4-0.4-0.8-0.7-1.3-0.9c-0.5-0.2-1-0.3-1.8-0.3s-1.1,0-3.1,0s-2.3,0-3.1,0S5.7,2.8,5.2,2.9c-0.6,0.2-1,0.4-1.4,0.9C3.3,4.2,3.1,4.6,2.9,5.1c-0.2,0.5-0.3,1-0.3,1.8s0,1.1,0,3.1s0,2.3,0,3.1s0.2,1.3,0.3,1.8c0.2,0.5,0.4,0.9,0.9,1.3c0.4,0.4,0.8,0.7,1.3,0.9c0.5,0.2,1,0.3,1.8,0.3s1.1,0,3.1,0s2.3,0,3.1,0s1.3-0.2,1.8-0.3c0.5-0.2,0.9-0.4,1.3-0.9c0.4-0.4,0.7-0.8,0.9-1.3c0.2-0.5,0.3-1,0.3-1.8s0-1.1,0-3.1S17.5,7.7,17.5,6.9z M10,13.9c-2.1,0-3.9-1.7-3.9-3.9S7.9,6.1,10,6.1s3.9,1.7,3.9,3.9S12.1,13.9,10,13.9z M14,6.9c-0.5,0-0.9-0.4-0.9-0.9s0.4-0.9,0.9-0.9s0.9,0.4,0.9,0.9S14.5,6.9,14,6.9z'/></svg>") no-repeat center center
}

.socials a.ig:after {
	background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20px' height='20px' viewBox='0 0 20 20'><circle fill='%23fa9d00' cx='10' cy='10' r='2.5'/><path fill='%23fa9d00' d='M17.5,6.9c0-0.8-0.2-1.3-0.3-1.8c-0.2-0.5-0.4-0.9-0.9-1.3c-0.4-0.4-0.8-0.7-1.3-0.9c-0.5-0.2-1-0.3-1.8-0.3s-1.1,0-3.1,0s-2.3,0-3.1,0S5.7,2.8,5.2,2.9c-0.6,0.2-1,0.4-1.4,0.9C3.3,4.2,3.1,4.6,2.9,5.1c-0.2,0.5-0.3,1-0.3,1.8s0,1.1,0,3.1s0,2.3,0,3.1s0.2,1.3,0.3,1.8c0.2,0.5,0.4,0.9,0.9,1.3c0.4,0.4,0.8,0.7,1.3,0.9c0.5,0.2,1,0.3,1.8,0.3s1.1,0,3.1,0s2.3,0,3.1,0s1.3-0.2,1.8-0.3c0.5-0.2,0.9-0.4,1.3-0.9c0.4-0.4,0.7-0.8,0.9-1.3c0.2-0.5,0.3-1,0.3-1.8s0-1.1,0-3.1S17.5,7.7,17.5,6.9z M10,13.9c-2.1,0-3.9-1.7-3.9-3.9S7.9,6.1,10,6.1s3.9,1.7,3.9,3.9S12.1,13.9,10,13.9z M14,6.9c-0.5,0-0.9-0.4-0.9-0.9s0.4-0.9,0.9-0.9s0.9,0.4,0.9,0.9S14.5,6.9,14,6.9z'/></svg>") no-repeat center center
}

.socials a.vk:before {
	background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20px' height='20px' viewBox='0 0 20 20'><path fill='%23222' d='M9.8,15.2h1.1c0,0,0.3,0,0.5-0.2c0.2-0.2,0.2-0.5,0.2-0.5s0-1.5,0.7-1.7c0.7-0.2,1.6,1.4,2.5,2.1c0.7,0.5,1.3,0.4,1.3,0.4l2.5,0c0,0,1.3-0.1,0.7-1.1C19.3,14,19,13.4,17.5,12c-1.6-1.4-1.4-1.2,0.5-3.7c1.2-1.5,1.6-2.4,1.5-2.8c-0.1-0.4-1-0.3-1-0.3l-2.9,0c0,0-0.2,0-0.4,0.1C15.1,5.4,15,5.6,15,5.6S14.6,6.8,14,7.8c-1.3,2.1-1.8,2.2-2,2.1c-0.5-0.3-0.4-1.2-0.4-1.9c0-2,0.3-2.9-0.6-3.1c-0.3-0.1-0.5-0.1-1.3-0.1c-1,0-1.9,0-2.4,0.2C6.9,5.2,6.7,5.5,6.8,5.5c0.2,0,0.6,0.1,0.8,0.4C8,6.3,8,7.2,8,7.2s0.2,2.4-0.4,2.7c-0.4,0.2-0.9-0.2-2.1-2.1c-0.6-1-1-2.1-1-2.1S4.4,5.5,4.3,5.4C4.1,5.2,3.8,5.2,3.8,5.2H1.1c0,0-0.4,0-0.6,0.2c-0.1,0.2,0,0.5,0,0.5s2.1,4.9,4.5,7.3C7.3,15.4,9.8,15.2,9.8,15.2z'/></svg>") no-repeat center center
}

.socials a.vk:after {
	background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20px' height='20px' viewBox='0 0 20 20'><path fill='%23fa9d00' d='M9.8,15.2h1.1c0,0,0.3,0,0.5-0.2c0.2-0.2,0.2-0.5,0.2-0.5s0-1.5,0.7-1.7c0.7-0.2,1.6,1.4,2.5,2.1c0.7,0.5,1.3,0.4,1.3,0.4l2.5,0c0,0,1.3-0.1,0.7-1.1C19.3,14,19,13.4,17.5,12c-1.6-1.4-1.4-1.2,0.5-3.7c1.2-1.5,1.6-2.4,1.5-2.8c-0.1-0.4-1-0.3-1-0.3l-2.9,0c0,0-0.2,0-0.4,0.1C15.1,5.4,15,5.6,15,5.6S14.6,6.8,14,7.8c-1.3,2.1-1.8,2.2-2,2.1c-0.5-0.3-0.4-1.2-0.4-1.9c0-2,0.3-2.9-0.6-3.1c-0.3-0.1-0.5-0.1-1.3-0.1c-1,0-1.9,0-2.4,0.2C6.9,5.2,6.7,5.5,6.8,5.5c0.2,0,0.6,0.1,0.8,0.4C8,6.3,8,7.2,8,7.2s0.2,2.4-0.4,2.7c-0.4,0.2-0.9-0.2-2.1-2.1c-0.6-1-1-2.1-1-2.1S4.4,5.5,4.3,5.4C4.1,5.2,3.8,5.2,3.8,5.2H1.1c0,0-0.4,0-0.6,0.2c-0.1,0.2,0,0.5,0,0.5s2.1,4.9,4.5,7.3C7.3,15.4,9.8,15.2,9.8,15.2z'/></svg>") no-repeat center center
}

.socials a.fb:before {
	background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20px' height='20px' viewBox='0 0 20 20'><path fill='%23222' d='M6,7.1h1.7V5.4c0-0.8,0-1.9,0.5-2.6C8.8,2,9.6,1.5,10.9,1.5c2.1,0,3,0.3,3,0.3l-0.4,2.6c0,0-0.7-0.2-1.4-0.2c-0.7,0-1.2,0.2-1.2,0.9v2h2.7l-0.2,2.5h-2.5v8.8H7.7V9.7H6V7.1z'/></svg>") no-repeat center center
}

.socials a.fb:after {
	background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20px' height='20px' viewBox='0 0 20 20'><path fill='%23fa9d00' d='M6,7.1h1.7V5.4c0-0.8,0-1.9,0.5-2.6C8.8,2,9.6,1.5,10.9,1.5c2.1,0,3,0.3,3,0.3l-0.4,2.6c0,0-0.7-0.2-1.4-0.2c-0.7,0-1.2,0.2-1.2,0.9v2h2.7l-0.2,2.5h-2.5v8.8H7.7V9.7H6V7.1z'/></svg>") no-repeat center center
}

.about-left {
	display: none;
	max-width: 300px;
	margin: 60px auto;
	text-align: center
}

.about-left img {
	width: 100%;
	margin-bottom: 1em
}

.about-left p {
	line-height: 1.4em
}

.about-left p:first-of-type {
	font-size: 18px
}

.video-button {
	margin-top: 60px;
	display: block;
	padding-bottom: 56.25%;
	cursor: pointer;
	position: relative;
	background: #000
}

.video-button:before {
	content: '';
	width: 0;
	height: 0;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -15px;
	margin-top: -20px;
	transition: all 0.3s ease;
	transform-origin: 15px 50%;
	border: 20px solid transparent;
	border-left: 30px solid #FFF
}

.video:before {
	content: '';
	width: 100%;
	display: block;
	padding-bottom: 56.25%
}

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

.slider:before {
	content: '';
	width: 100%;
	display: block;
	padding-bottom: 56.25%
}

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

.cntSlider .view-slider {
	height: 100%
}

.cntSlider .arrow-left,
.cntSlider .arrow-right {
	width: 50%
}

.content-image {
	width: 100%;
	height: 100%;
	display: block;
	background: no-repeat center / contain
}

.view-popup-close i {
	width: 75%;
	height: 2px;
	display: block;
	position: absolute;
	top: 50%;
	left: 12.5%;
	background: #FFF
}

.view-popup-close i:nth-child(1) {
	margin-top: -8px;
	transform: rotate(45deg) translate3d(5px, 5px, 0)
}

.view-popup-close i:nth-child(2) {
	margin-top: -1px;
	transform: rotate(135deg) translate3d(0, 0, 0)
}

.about-right {
	margin: 40px 0;
	position: relative
}

.about-right p {
	margin-top: 2em
}

.view-slider {
	width: 100%;
	height: 550px;
	overflow: hidden;
	position: relative
}

.swipe-wrap {
	width: 100%;
	height: 100%;
	font-size: 0;
	white-space: nowrap;
	position: relative
}

.slide {
	width: 100%;
	height: 100%;
	display: inline-block;
	vertical-align: top;
	position: relative
}

.slide p {
	font-size: 15px;
    color: #414645;
    line-height: 1.6em;
	text-align: center;
	margin: 0;
	padding-top: 20px;
}
.slide img {
	display: block;
    position: relative;
	width: 100%;
    height: calc(100% - 45px);
    margin: 0 auto;
	object-fit: contain;
}

.about-img {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	display: block;
	background: no-repeat center / cover
}
.slide.to-right,
.slide.to-left {
opacity: 0;
}

.about-loader {
	width: 100%;
	height: 1px;
	position: absolute;
	top: -10px;
	left: 0;
	transform: translate3d(0, -1px, 0)
}

.about-loader span {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	transform: scale(0, 1);
	background: #fa9d00
}

.timer-controls.moving span.active {
	animation: load 10s linear, loadStep 10s steps(1, end)
}

@keyframes load {
	0% {
		transform: scale(0, 1)
	}

	50% {
		transform: scale(1)
	}

	100% {
		transform: scale(0, 1)
	}
}

@keyframes loadStep {
	0% {
		transform-origin: 0 50%
	}

	50% {
		transform-origin: 100% 50%
	}

	100% {
		transform-origin: 100% 50%
	}
}

.about-slider-container {
	position: relative
}

.about-arrow {
	width: 7.5%;
	height: 40px;
	display: block;
	position: absolute;
	top: 50%;

	z-index: 2;
	cursor: pointer;
	background: #FFF
}

.about-arrow:before,
.about-arrow:after {
	content: '';
	width: 1px;
	height: 15px;
	display: block;
	position: absolute;
	transition: all 0.3s ease;
	background: #222
}

.about-arrow[data-slide="prev"] {
	left: -7.5%
}

.about-arrow[data-slide="prev"]:before {
	left: 50%;
	margin-bottom: -1px;
	bottom: 50%;
	transform: rotate(30deg)
}

.about-arrow[data-slide="prev"]:after {
	left: 50%;
	margin-top: -1px;
	top: 50%;
	transform: rotate(-30deg)
}

.about-arrow[data-slide="next"] {
	right: -7.5%
}

.about-arrow[data-slide="next"]:before {
	right: 50%;
	margin-bottom: -1px;
	bottom: 50%;
	transform: rotate(-30deg)
}

.about-arrow[data-slide="next"]:after {
	right: 50%;
	margin-top: -1px;
	top: 50%;
	transform: rotate(30deg)
}

.for_guests .wrapper {
	font-size: 0
}

.for_guests .content {
	font-size: 13px
}

.for_guests.pageActive .guests-content {
	display: none
}

.for_guests.pageActive .guests-replaceable {
	display: block
}

.content-controls {
	font-size: 0
}

.content-controls .view-slider-control {
	width: 18.4%;
	margin-right: 2%;
	margin-bottom: 2%;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	cursor: pointer;
	background: no-repeat center / cover
}

.content-controls .view-slider-control:nth-child(5n+5) {
	margin-right: 0
}

.content-controls .view-slider-control:before {
	content: '';
	width: 100%;
	display: block;
	padding-bottom: 56.25%
}

.content-controls .view-slider-control:after {
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	opacity: 0;
	transition: all 0.3s ease;
	background: #FFF
}

.content-controls .view-slider-control:hover:after {
	opacity: 0.25
}

.guests-content,
.guests-replaceable {
	margin-bottom: 60px
}

.guests-replaceable {
	display: none
}

.guests-nav {
	padding: 20px 0
}

.guests-nav a {
	padding: 5px 0;
	display: inline-block;
	border: none;
	position: relative
}

.guests-nav ul {
	width: 100%;
	padding-bottom: 20px;
	position: absolute;
	opacity: 0;
	visibility: hidden;
	border-bottom: 1px solid #222;
	transform: translate3d(0, -20px, 0);
	transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s 0.3s ease;
	background: #FFF
}

.guests-item {
	margin: 20px 0;
	position: relative;
	font-size: 13px;
	transition: border 0.3s ease;
	border-top: 1px solid transparent
}

.guests-item.active {
	border-top-color: #222
}

.guests-item.active ul {
	transform: translate3d(0, 0, 0);
	transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
	opacity: 1;
	visibility: visible
}

.guests-item.active .guests-nav-title:before {
	transform: rotate(45deg) translate3d(2px, 2px, 0)
}

.guests-item.active .guests-nav-title:after {
	transform: rotate(-45deg) translate3d(3px, -3px, 0)
}

.guests-nav-title {
	padding: 10px 0;
	display: block;
	font-size: 18px;
	font-weight: bold;
	position: relative;
	cursor: pointer;
	background: #FFF
}

.guests-nav-title:before,
.guests-nav-title:after {
	content: '';
	width: 21px;
	height: 1px;
	display: block;
	position: absolute;
	transition: all 0.3s ease;
	top: 50%;
	right: 3px;
	background: #222
}

.guests-nav-title:before {
	margin-top: -4px
}

.guests-nav-title:after {
	margin-top: 3px
}

.sub-nav {
	position: relative
}

.sub-nav a {
	position: relative;
	z-index: 2;
	margin-right: 27px
}

.sub-nav-wrapper {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1
}

.sub-nav-wrapper:before {
	content: '';
	width: calc(100% - 27px);
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: #FFF
}

.sub-nav-wrapper:after {
	content: '';
	width: 27px;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	pointer-events: none;
	background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='27px' height='27px' viewBox='0 0 27 27'><polyline fill='none' sroke-width='1' stroke='%23fa9d00' points='5,9.8 13.9,18.5 14,18.5 22.9,9.7 '/></svg>") no-repeat center center
}

.sub-nav-wrapper select {
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding-right: 27px;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none
}

.desktop-sub-nav {
	display: none
}

.projects.pageActive .projects-inner {
	opacity: 0;
	visibility: hidden;
	overflow: hidden
}

.projects.pageActive .project-replaceable {
	opacity: 1;
	visibility: visible;
	pointer-events: auto
}

.projects-inner,
.project-replaceable {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	transition: opacity 0.5s ease, visibility 0.5s ease;
	transform: translate3d(0, 0, 0)
}

.projects-inner:before,
.project-replaceable:before {
	content: '';
	width: 100%;
	height: calc(4% + 30px);
	display: block
}

.project-replaceable {
	opacity: 0;
	visibility: hidden;
	pointer-events: none
}

.projects-container {
	padding: 40px 0
}

.projects-link {
	display: block;
	margin-bottom: 6%;
	position: relative;
	font-size: 0;
	border: none;
	overflow: hidden;
	text-align: center
}

.projects-link:after {
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	opacity: 0;
	transition: all 0.3s ease;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.7)
}

.projects-link:before {
	content: '';
	width: 0;
	height: 0;
	display: inline-block;
	vertical-align: middle
}

.projects-link:before {
	padding-bottom: 56%
}

.projects-link.hidden {
	display: none
}

.projects-link-img {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	transform: translate3d(0, 0, 0);
	transition: all 5s ease;
	background: no-repeat center / cover
}

.projects-notice {
	max-width: 100%;
	padding: 20px;
	display: inline-block;
	vertical-align: middle;
	opacity: 0;
	font-size: 14px;
	position: relative;
	z-index: 3;
	transition: all 0.3s ease
}

.projects-title {
	width: 100%;
	display: inline-block;
	box-sizing: border-box;
	vertical-align: middle;
	font-style: normal;
	font-size: 16px;
	color: #222;
	text-transform: uppercase
}

.projects-filter {
	width: 100%;
	min-width: 320px;
	height: 40px;
	padding: 10px 0;
	position: fixed;
	bottom: -40px;
	left: 0;
	z-index: 5;
	font-size: 0;
	box-sizing: border-box;
	transition: transform 0.3s ease;
	transform: translate3d(0, 0, 0);
	text-align: center;
	background: #FFF
}

.projects-filter span {
	margin: 0 10px;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	letter-spacing: 0.1em;
	cursor: pointer;
	transition: all 0.3s ease;
	text-transform: uppercase
}

.projects-filter span:first-child {
	margin-left: 0
}

.projects-filter span:last-child {
	margin-right: 0
}

.projects-filter span.active {
	color: #b0bed8;
	pointer-events: none
}

.projects-filter.active {
	transform: translate3d(0, -40px, 0)
}

.projects-filter.wait {
	pointer-events: none
}

.projects-filter.wait span {
	opacity: 0.5
}

.back-link {
	display: none
}

.table {
	width: 100%;
	height: calc(96% - 30px);
	display: table;
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0
}

.table-row {
	display: table-row;
	font-size: 0
}

.table-row:first-child {
	height: 0
}

.table-row:first-child .table-cell {
	height: 0
}

.table-row:nth-child(2) {
	height: 100%
}

.table-row:nth-child(2) .table-cell {
	text-align: center
}

.table-row:nth-child(2) .table-cell:before {
	content: '';
	width: 0;
	height: 100%;
	display: inline-block;
	vertical-align: middle
}

.table-row:last-child {
	height: 80px
}

.table-row:last-child .table-cell {
	height: 80px
}

.table-cell {
	display: table-cell;
	position: relative
}

.project-title-container {
	max-width: 1128px;
	padding: 24px 6.5% 14px;
	margin: 0 auto
}

.project-title {
	text-align: center
}

.project-title .min-title {
	font-size: 14px;
	padding-bottom: 6px
}

.project-title p {
	line-height: 1;
	font-size: 12px;
	margin: 0
}

.project-slider-container {
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
	vertical-align: middle;
	position: relative
}

.project-slider-wrap {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1
}

.project-slider-wrap .view-slider {
	height: 100%
}

.desktop .arrow-top,
.desktop .arrow-right,
.desktop .arrow-bottom,
.desktop .arrow-left,
.desktop .fullscreen-button {
	display: block
}

.desktop .mobile-controls {
	display: none
}

.mobile-controls {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4
}

.fullscreen-mode {
	width: 100%;
	height: 100%;
	position: absolute;
	transform: translate3d(0, 0, 0);
	top: 0;
	left: 0
}

.fullscreen-mode:-webkit-full-screen {
	background: #000
}

.fullscreen-mode:-webkit-full-screen .fullscreen-button {
	cursor: url("../images/fullscreen_active.png") 20 20, pointer
}

.fullscreen-mode:-moz-full-screen {
	background: #000
}

.fullscreen-mode:-moz-full-screen .fullscreen-button {
	cursor: url("../images/fullscreen_active.png") 20 20, pointer
}

.fullscreen-mode:full-screen {
	background: #000
}

.fullscreen-mode:full-screen .fullscreen-button {
	cursor: url("../images/fullscreen_active.png") 20 20, pointer
}

@keyframes fullOn {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

.project-image {
	width: 100%;
	height: 100%;
	display: block;
	background: no-repeat center / contain
}

.arrow-left,
.arrow-right {
	width: 28%;
	height: 100%;
	display: none;
	position: absolute;
	top: 0;
	z-index: 2
}

.arrow-left {
	left: 0;
	cursor: url("../images/left.png") 0 33, pointer
}

.arrow-right {
	right: 0;
	cursor: url("../images/right.png") 14 33, pointer
}

.arrow-top,
.arrow-bottom {
	width: 44%;
	height: 22%;
	display: none;
	position: absolute;
	left: 28%;
	z-index: 2;
	border: none
}

.arrow-top {
	top: 0;
	cursor: url("../images/top.png") 33 0, pointer
}

.arrow-bottom {
	bottom: 0;
	cursor: url("../images/bottom.png") 33 14, pointer
}

.fullscreen-button {
	width: 44%;
	height: 56%;
	display: none;
	position: absolute;
	top: 22%;
	right: 28%;
	z-index: 3;
	cursor: url("../images/fullscreen.png") 20 20, pointer
}

.project-controls {
	width: 100%;
	margin: 10px 0 0;
	font-size: 0;
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
	-webkit-overflow-scrolling: touch
}

.project-controls .view-slider-control {
	width: 124px;
	height: 69px;
	margin-right: 1px;
	margin-bottom: 1px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	cursor: url("../images/control.png") 20 20, pointer;
	background: no-repeat center / cover
}

.project-controls .view-slider-control:after {
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	opacity: 0;
	transition: all 0.3s ease;
	background: #FFF
}

.project-controls .view-slider-control.active {
	pointer-events: none
}

.project-controls .view-slider-control.active:after {
	opacity: 0.5;
	background: rgba(0, 0, 0, 0.5)
}

.preloader {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 5;
	transition: all 0.5s ease;
	opacity: 0;
	visibility: hidden;
	transform: translate3d(0, 0, 0);
	background: #FFF
}

.preloader.active {
	opacity: 1;
	visibility: visible
}

.preloader span {
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	left: 50%;
	margin-left: -25px
}

.preloader i {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	border: 1px solid transparent;
	border-radius: 50%;
	box-sizing: border-box;
	animation: loading 1.5s linear infinite
}

.preloader i:first-child {
	width: 100%;
	height: 100%;
	margin-left: -25px;
	margin-top: -25px;
	border-top-color: #b0bed8
}

.preloader i:nth-child(2) {
	width: 42px;
	height: 42px;
	margin-left: -21px;
	margin-top: -21px;
	animation-duration: 1.25s;
	border-right-color: #fa9d00
}

.preloader i:nth-child(3) {
	width: 34px;
	height: 34px;
	margin-left: -17px;
	margin-top: -17px;
	animation-duration: 1s;
	border-bottom-color: #3c3c3e
}

@keyframes loading {
	from {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(360deg)
	}
}




@media screen and (max-width: 736px) and (orientation: landscape) {
	.project-title-container {
		padding: 20px 6.5% 10px
	}

	.project-title .min-title {
		font-size: 14px
	}

	.project-title p {
		font-size: 10px
	}

	.table-row:last-child {
		height: 50px
	}

	.table-row:last-child .table-cell {
		height: 50px
	}

	.project-controls .view-slider-control {
		width: 87px;
		height: 49px
	}
}

@media screen and (min-width: 640px) {
	.navigation a {
		padding: 14px;
		font-size: 16px
	}

	.projects-filter span {
		margin: 0 30px;
		font-size: 14px
	}

	.project-title-container {
		padding: 44px 6.5% 16px
	}

	.project-title {
		font-size: 14px
	}

	.project-title .min-title {
		font-size: 18px
	}
}

@media screen and (min-width: 780px) {

	a,
	.link {
		transition: all 0.2s ease
	}

	a:hover,
	a.active,
	.link:hover,
	.link.active {
		border-color: transparent
	}

	.nav-button {
		display: none
	}

	main.page header,
	main.main header {
		top: auto;
		bottom: 4%;
		transition: none
	}

	main.page nav {
		left: auto;
		background: none
	}

	main.page nav:before {
		display: none
	}

	main.loadend .main-logo,
	main.loadend .main-logo span,
	main.loadend .index-phone,
	main.loadend .lang,
	main.loadend nav,
	main.loadend nav ul {
		visibility: visible;
		opacity: 1
	}

	.index-phone {
		margin-top: 0;
		position: absolute;
		left: 6.5%;
		top: 4%
	}

	.lang {
		margin-top: 0;
		margin-right: -5px;
		position: absolute;
		right: 6.5%;
		top: 4%
	}

	.lang a:hover {
		color: #fa9d00
	}

	.lang-link {
		padding: 0
	}

	nav {
		padding: 7px 0;
		position: absolute;
		right: 0;
		top: 0;
		font-size: 0;
		white-space: nowrap;
		text-align: right;
		background: none
	}

	.navigation li {
		display: inline-block;
		margin: 0 0 0 50px
	}

	.navigation a {
		padding: 0
	}

	.navigation a:hover:before {
		transform: scale(1) translate3d(0, 0, 0);
		transition: all 0.5s ease
	}

	.main-logo,
	.main-logo span,
	.index-phone,
	.lang,
	nav,
	nav ul {
		visibility: hidden;
		opacity: 0;
		transition: all 0.5s ease
	}

	section.index:before {
		display: none
	}

	.main-container {
		height: 100%;
		display: block
	}

	.promo {
		width: 100%;
		height: 100%;
		margin: 0
	}

	.promo:before {
		content: '';
		width: 0;
		height: 100%;
		display: inline-block;
		vertical-align: middle
	}

	.logo.index-logo {
		display: none
	}

	.logo:hover i {
		color: #fa9d00
	}

	.index-nav {
		display: none
	}

	.st1,
	.st2,
	.st3,
	.st4,
	.st5,
	.st6,
	.st7,
	.ln1,
	.ln2,
	.ln3,
	.ln4,
	.txt,
	.tx1,
	.tx2 {
		transition: all 0s 1s
	}

	.st1 {
		transform: translate3d(200px, -111px, 0)
	}

	.st2 {
		transform: translate3d(212px, -95px, 0)
	}

	.st3 {
		transform: translate3d(105px, -41px, 0)
	}

	.st4 {
		transform: translate3d(0, -101px, 0)
	}

	.st5 {
		transform: translate3d(0, -53px, 0)
	}

	.st6 {
		transform: translate3d(0, 100px, 0)
	}

	.st7 {
		transform: translate3d(0, 100px, 0)
	}

	.ln1 {
		stroke-dasharray: 230;
		stroke-dashoffset: 230
	}

	.ln2 {
		stroke-dasharray: 230;
		stroke-dashoffset: 230
	}

	.ln3 {
		stroke-dasharray: 180;
		stroke-dashoffset: 180
	}

	.ln4 {
		stroke-dasharray: 160;
		stroke-dashoffset: 160
	}

	.txt {
		transform: translate3d(0, 82.2px, 0)
	}

	.tx1 {
		transform: translate3d(0, 20px, 0)
	}

	.tx2 {
		transform: translate3d(0, 20px, 0)
	}

	.ln1,
	.ln2,
	.ln3,
	.ln4 {
		display: inline;
		stroke: #000;
		stroke-width: 1px
	}

	.load .st1 {
		transition: transform 2s 0.5s ease
	}

	.load .st2 {
		transition: transform 1s 1s linear
	}

	.load .st3 {
		transition: transform 0.5s 2s linear
	}

	.load .st4 {
		transition: transform 0.7s 2s ease-out
	}

	.load .st5 {
		transition: transform 0.5s 2.5s ease-out
	}

	.load .st6 {
		transition: transform 0.8s 3s ease-out
	}

	.load .st7 {
		transition: transform 0.8s 3.3s ease-out
	}

	.load .ln1 {
		transition: stroke-dashoffset 1s ease, opacity 0.5s 2.5s ease
	}

	.load .ln2 {
		transition: stroke-dashoffset 1s 0.3s ease, opacity 0.5s 2.5s ease
	}

	.load .ln3 {
		transition: stroke-dashoffset 1s 0.6s ease, opacity 0.5s 2.5s ease
	}

	.load .ln4 {
		transition: stroke-dashoffset 1s 0.9s ease, opacity 0.5s 2.5s ease
	}

	.load .st1,
	.load .st2,
	.load .st3,
	.load .st4,
	.load .st5,
	.load .st6,
	.load .st7 {
		transform: translate3d(0, 0, 0)
	}

	.load .ln1,
	.load .ln2,
	.load .ln3,
	.load .ln4 {
		stroke-dashoffset: 0;
		opacity: 0
	}

	/* .load .im1 {
		animation: image 1.5s 4s ease
	}

	.load .im2 {
		animation: image 1.5s 4.5s ease
	}

	.load .im3 {
		animation: image 1.5s 5s ease
	} */

	/* Подпись 2ПОРТАЛА выезжает из-под строки логотипа плавно и до появления
	   остальной навигации (навигация проявляется на стадии loadend) */
	.load .txt {
		transition: all 1s 0.2s ease
	}

	/* .load .tx1 {
		transition: all 1s 0.5s ease
	}

	.load .tx2 {
		transition: all 1s 1s ease
	} */

	.loaded .promo svg {
		pointer-events: auto
	}

	.loaded .txt {
		transform: translate3d(0, 0, 0)
	}

	.loaded .tx1 {
		transform: translate3d(0, 0, 0)
	}

	.loaded .tx2 {
		transform: translate3d(0, 0, 0)
	}

	@keyframes image {
		0% {
			opacity: 0
		}

		50% {
			opacity: 1
		}

		100% {
			opacity: 0
		}
	}

	.map {
		height: 350px
	}

	.about-left {
		width: 15.8%;
		margin: 60px 10% 60px 0;
		padding: 0;
		float: right
	}

	.video-button {
		margin-top: 29px
	}

	.video-button:hover:before {
		border-left-color: #fa9d00;
		transform: scale(1.1)
	}

	.view-popup-close {
		transition: all 0.3s ease
	}

	.view-popup-close i {
		transition: all 0.3s ease
	}

	.view-popup-close:hover {
		transform: rotate(180deg)
	}

	.view-popup-close:hover i {
		background: #fa9d00
	}

	.about-right {
		width: 74.2%;
		margin: 60px auto;
	}

	.about-arrow {
		width: 40px;
		height: 0;
		padding-bottom: 56.25%;
		top: 0;
		margin-top: 0
	}

	.about-arrow:before,
	.about-arrow:after {
		height: 35px
	}

	.about-arrow:hover:before,
	.about-arrow:hover:after {
		background: #fa9d00
	}

	.about-arrow[data-slide="prev"] {
		left: -30px
	}

	.about-arrow[data-slide="prev"]:before {
		margin-bottom: -1.5px;
		transform: rotate(20deg)
	}

	.about-arrow[data-slide="prev"]:after {
		margin-top: -1.5px;
		transform: rotate(-20deg)
	}

	.about-arrow[data-slide="next"] {
		right: -30px
	}

	.about-arrow[data-slide="next"]:before {
		margin-bottom: -1.5px;
		transform: rotate(-20deg)
	}

	.about-arrow[data-slide="next"]:after {
		margin-top: -1.5px;
		transform: rotate(20deg)
	}

	.guests-nav {
		margin: 0 -20px;
		font-size: 0
	}

	.guests-nav a:hover,
	.guests-nav a.active {
		color: #222
	}

	.guests-nav a.active {
		pointer-events: none
	}

	.guests-nav ul {
		position: static;
		opacity: 1;
		visibility: visible;
		border: none;
		transform: none
	}

	.guests-item {
		width: 33.33%;
		padding: 0 20px;
		display: inline-block;
		vertical-align: top;
		font-size: 14px;
		box-sizing: border-box;
		border: none
	}

	.guests-nav-title {
		cursor: default
	}

	.guests-nav-title:before,
	.guests-nav-title:after {
		display: none
	}

	.projects .wrapper {
		width: 87%
	}

	.projects-container {
		padding: 60px 0;
		margin: 0 -1.5%
	}

	.projects-link {
		width: 47%;
		margin: 0 1.5% 3%;
		float: left
	}

	.projects-link:after {
		will-change: opacity
	}

	.projects-link:hover:after {
		opacity: 1
	}

	.projects-link:hover .projects-link-img {
		transform: translate3d(0, 0, 0) scale(1.1)
	}

	.projects-link:hover .projects-notice {
		opacity: 1
	}

	.projects-notice {
		will-change: opacity
	}

	.projects-link-img {
		will-change: transform
	}

	.table-row:last-child {
		height: 104px
	}

	.table-row:last-child .table-cell {
		height: 104px
	}

	.projects-filter {
		height: 60px;
		padding: 20px 0;
		bottom: -60px
	}

	.projects-filter span {
		margin: 0 60px
	}

	.projects-filter span:hover {
		color: #fa9d00
	}

	.projects-filter.active {
		transform: translate3d(0, -60px, 0)
	}

	.project-controls {
		margin: 14px 0 0
	}

	.project-controls .view-slider-control {
		width: 159px;
		height: 89px
	}

	.project-controls .view-slider-control:hover:after {
		opacity: 0.5
	}

	.contacts .min-title {
		margin-bottom: 15px;
		font-size: 22px
	}
}

@media screen and (min-width: 960px) {
	.index-phone {
		font-size: 16px
	}

	.lang a,
	.lang span {
		font-size: 11px
	}

	.navigation li {
		margin-left: 80px
	}

	.navigation a {
		font-size: 16px
	}

	.popup-content.slider {
		max-width: 1044px;
		width: 87%
	}
}

@media screen and (min-width: 1200px) {
	.wrapper {
		width: 1044px;
		margin: 0
	}

	.about .wrapper {
		width: 87%
	}

	.projects-container {
		margin: 0 -1%
	}

	.projects-link {
		width: 31.33%;
		margin: 0 1% 2%
	}

	.sub-nav {
		position: static
	}

	.sub-nav a {
		position: static;
		margin-right: 0
	}

	.sub-nav-wrapper {
		display: none
	}

	.desktop-content {
		margin: 0 -20px
	}

	.desktop-content .content {
		width: 66.67%;
		padding: 0 20px;
		display: inline-block;
		vertical-align: top;
		box-sizing: border-box
	}

	.desktop-sub-nav {
		width: 33.33%;
		padding: 0 20px;
		display: inline-block;
		vertical-align: top;
		box-sizing: border-box
	}

	.desktop-sub-nav a {
		padding: 5px 0;
		display: inline-block;
		border: none;
		font-size: 13px
	}

	.desktop-sub-nav a:hover,
	.desktop-sub-nav a.active {
		color: #222
	}

	.desktop-sub-nav a.active {
		pointer-events: none
	}
}

@media screen and (min-width: 1364px) {
	.about .wrapper {
		width: 1186px
	}
}

@media screen and (min-width: 1600px) {
	.back-link {
		width: 44px;
		height: 44px;
		display: block;
		border: none;
		position: absolute;
		top: 0;
		left: 6.5%;
		margin-left: 70px
	}

	.back-link:before {
		content: '';
		width: 25px;
		height: 25px;
		border-bottom: 1px solid #000;
		border-left: 1px solid #000;
		position: absolute;
		left: 50%;
		top: 50%;
		margin-top: -13px;
		margin-left: -7px;
		transform: rotate(45deg);
		transition: all 0.3s ease
	}

	.back-link:hover:before {
		border-color: #fa9d00
	}
}

@media screen and (min-width: 1620px) {
	.projects-container {
		margin: 0 -0.5%
	}

	.projects-link {
		width: 24%;
		margin: 0 0.5% 1%
	}
}

.clearfloat,
.clfl:after {
	content: '';
	height: 0;
	display: block;
	clear: both;
	font-size: 1px;
	line-height: 0
}

/*# sourceMappingURL=app.css.map */



.mybtn {
	background-color: none;
	/* rgba(247,247,247,0.7); */
	background-image: url(../../../../../soundon.png);
	background-size: cover;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 35px;
	height: 35px;
	border-radius: 5px;
	border: none;
	z-index: 99;
}

.mybtn:active,
#mybtn:focus {
	outline: none !important;
}

.mybtn::-moz-focus-inner {
	border: 0 !important;
}


.abmusic {
	font-family: "CenturyGothicRegular", sans-serif;
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	z-index: 99;
	width: 130px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	text-decoration: none;
	color: #222;
	border-bottom: none;
	text-align: right;
}

.abmusic a {}

.abmusic b {
	font-family1: "CenturyGothicBold";
}

.abmusic.pad {
	display: none;
}

.musicpanel {
	position: fixed;
	display: block;
	bottom: 4%;
	left: 0;
	left: 6.5%;
	width: 87%;
	z-index: 999;
}

.projects .musicpanel {
	bottom: 90px;
}

.projects .abmusic {
	display: none;
}

.about .musicpanel {
	bottom: -70px;
}

#mypanel {
	display: none;
}

#projbutton.mybtn {
	position: fixed;
	display: block;
	bottom: 15%;
	left: 6.5%;
	width: 35px;
	z-index: 999;
}

@media screen and (max-width: 736px) {
	#mybutton {
		position: fixed;
		display: block;
		bottom: 15px;
		left: 6.5%;
		width: 35px;
		z-index: 999;
	}
	.view-slider {
		height: 380px;
		width: 95%;
    	margin: 0 auto;
	}
	.about-arrow {
		top: 40%;
	}
	.about-arrow {
		transform: translateY(-50%);
	}

	.slide img {
		display: block;
		position: relative;
		width: 100%;
		height: calc(100% - 70px);
		margin: 0 auto;
		object-fit: contain;
	}
	.slide p {
		font-size: 15px;
        text-align: center;
        white-space: normal;
        margin: 0;
        padding-top: 10px;
        padding-left: 30px;
        padding-right: 30px;
	}

	.abmusic.pc,
	.projects .abmusic.pad {
		display: none;
	}

	.abmusic.pad {
		position: relative;
		width: 80%;
		left: 10%;
		bottom: 0;
		text-align: center;
		display: block;
	}

	#projbutton.mybtn {
		bottom: 9%;
	}
}


@media screen and (min-width: 780px) {
	a.abmusic1:hover:before {
		transform: scale(1) translate3d(0, 0, 0);
		transition: all 0.5s ease;
	}
}

a.abmusic1:before {
	content: '';
	width: 100%;
	height: 1px;
	display: block;
	position: absolute;
	bottom: 0;
	margin-bottom: -3px;
	left: 0;
	transform: scale(0, 1) translate3d(0, 0, 0);
	transform-origin: 0 50%;
	transition: all 0.2s ease;
	background: #fa9d00;
}

a.abmusic:hover {
	color: #fa9d00;
}
}